blinking table rows in the web on version 7.5.3 patch 8 on IE

2013-02-24 Thread Haque, Rezaul R
Anyone knows how can I make table row blink or font size bigger ( on the web)? Thanks Rezaul E-MAIL CONFIDENTIALITY NOTICE: The contents of this e-mail message and any attachments are intended solely for the addressee(s) and may contain confidential and/or legally privileged information. If y

Re: pluginsvr_config.xml caching issue?

2013-02-24 Thread Ali A. Musa
Yes From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of nathan brandt Sent: Sunday, February 24, 2013 4:07 PM To: arslist@ARSLIST.ORG Subject: Re: pluginsvr_config.xml caching issue? ** Tauf, I even restarted the machine running AR Server. But still no

Re: pluginsvr_config.xml caching issue?

2013-02-24 Thread nathan brandt
Tauf, I even restarted the machine running AR Server. But still no luck. Ali, Do you mean "," is causing the issue? ~ Nathan On Sun, Feb 24, 2013 at 8:50 PM, Ali A. Musa wrote: > ** > > You may need to execute a function replace ‘,’ to space and then extract.* > *** > > ** ** > > *From:* Acti

Re: pluginsvr_config.xml caching issue?

2013-02-24 Thread Ali A. Musa
You may need to execute a function replace ',' to space and then extract. From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of nathan brandt Sent: Sunday, February 24, 2013 5:59 AM To: arslist@ARSLIST.ORG Subject: pluginsvr_config.xml caching issue? ** I

Re: pluginsvr_config.xml caching issue?

2013-02-24 Thread Tauf Chowdhury
Did you restart the plugin service or java process? Sent from my iPhone On Feb 24, 2013, at 7:27 AM, nathan brandt wrote: > ** > I have written an AREA plugin in Java which reads some name/value pairs from > pluginsvr_config.xml. This is how it looks > > > xyz > > > I am able to rea

pluginsvr_config.xml caching issue?

2013-02-24 Thread nathan brandt
I have written an AREA plugin in Java which reads some name/value pairs from pluginsvr_config.xml. This is how it looks xyz I am able to read it like String var1 = pc.getConfigItem("var1") But now even if I change the section to xyz,abc Instead of getting "xyz,abc" as the

Re: Importing the templates to IM

2013-02-24 Thread Tauf Chowdhury
One thing you can do is take each of the recon ID's from your import and search the base element class for which CI it is. For the service CI, you could search the business service class form and get it from there. Hopefully, you should have the same CIs in your target environment. Then you can sea

Re: Importing the templates to IM

2013-02-24 Thread Ramy S. Ayoub
*** >From where we can find the CI recon ID ? any idea ! On Sun, Feb 24, 2013 at 2:09 PM, Tauf Chowdhury wrote: > ** > Ramy, > Those fields are being validated against the CMDB. It is likely that > something like the reconciliation ID is different in your source > environment than your destina

Re: Importing the templates to IM

2013-02-24 Thread Tauf Chowdhury
Ramy, Those fields are being validated against the CMDB. It is likely that something like the reconciliation ID is different in your source environment than your destination. I'm assuming you are relating CI's in your template? You would need to update your template import file with the correct ser

Importing the templates to IM

2013-02-24 Thread Ramy S. Ayoub
After importing the templates there are errors in all the records stating that the Service ReconID , CI ReconID , have invalid values it seems that the new file has a problem with the data as well. do we missed any step before starting the Templates import ? 7.6.4 ___