C# Script Error.

2007-07-30 Thread Gopala Krishna Peela
Hi, I am trying to use spring messaging API in remedy using REMEDY.ARF.SCRIPT plugin. Below is the code written in C# script. NMS.IConnectionFactory factory = new ActiveMQ.ConnectionFactory(new System.Uri(http://localhost:61616;)); NMS.IConnection connection =

Re: C# Script Error.

2007-07-30 Thread Jarl Grøneng
Can you run other C# script in the plugin? Can the remedy server connect to localhost on port:61616? - Jarl On 7/30/07, Gopala Krishna Peela [EMAIL PROTECTED] wrote: ** Hi, I am trying to use spring messaging API in remedy using REMEDY.ARF.SCRIPT plugin. Below is the code

Web Service Call

2007-07-30 Thread Clements, Paul
Hi, Quick question to find out if there are any reasons for the following: 1. Run a web service direct from the browser where small output field returned -- 1 second 2. Run a web service direct from the browser where large output field returned -- 2 seconds 3. Run web service

Stop Save operation

2007-07-30 Thread Chanan Berler
Hi All, I have got a field name: external supplier (with attributes Yes / No) when it is set to Yes i need to check if another form has a record with same request id and the same flag set to Yes. When saving a ticket i have an AL that set fields to NULL if not found / or set to first request id

Mid-tier not creating a record

2007-07-30 Thread Chanan Berler
Hi All, I have got a user that opens a remedy web page. When the user sets a field to Yes and press the Send and AL is working for create a record on a specific form. I know the AL is running, since i added a dummy message, refreshed the cache and went to same page and press the Send button

Re: C# Script Error.

2007-07-30 Thread Gopala Krishna Peela
Hi Jarl, I am able to execute the following code in this plugin, which means it is able to create connection on this port. NMS.IConnectionFactory factory = new ActiveMQ.ConnectionFactory(new System.Uri(http://localhost:61616;)); NMS.IConnection connection =

re-initialising the escalation thread

2007-07-30 Thread Melanie Snayer
Hi Listeners Do you guys know of anyway that the escalation thread could be re-initialised without restarting the ARS service? None of our escalations are being executed on but we cannot restart our production service. Any help would be appreciated. Regards Mel

Re: re-initialising the escalation thread

2007-07-30 Thread Clements, Paul
Hi, Have you tried: * Server Information * Configuration * Check 'Disable Escalations' (Stops current escalations thread) * Apply * Uncheck 'Disable Escalations' (Starts new escalations thread) Cheers, Paul Clements IT Professional Officer

Re: re-initialising the escalation thread

2007-07-30 Thread Melanie Snayer
Thank you Paul. I've just tried this and it's done the trick. I have no idea what caused it to stop though as there are no errors logged. Thanks again Mel On 7/30/07, Clements, Paul [EMAIL PROTECTED] wrote: ** Hi, Have you tried: · Server Information ·

Re: Stop Save operation

2007-07-30 Thread Carey Matthew Black
Chanan, You need to add an Message Action that tells the user about the ERROR condition. Only an ERROR message will stop the currently running workflow. So Open the new Submit window and then throw an error message. What you are likely doing is opening a dialog window which will pause the

Re: Newbie help with creating a SQL menu..Making the SQL query context sensitive

2007-07-30 Thread Ray
Thank you. Will try that. One more question I have is: How do I make this menu context sensitive. In other words. I have a field called Category with values Data and Security. If the value is Data, I want to run a particular SQL query (select distinct(LOCATION) from REMEDY.LOCATIONS). If the

Re: Newbie help with creating a SQL menu..Making the SQL query context sensitive

2007-07-30 Thread Frank Caruso
Couple of suggestions: 1. Use two Menus. One for server and for data. When user selects from category you could change the menu with an Active Link Change action; you might also have to do this on Display of each record. 2. You could have the table name and column be dynamic based on the

How to delay a change fields

2007-07-30 Thread Pierson, Shawn
Good morning folks, I'm trying to fix the ITSM 7.0 Change Request module's approvers tab. When you add an approver, you have to manually hit the Refresh button, which often leads my users to believe that the approver was not added. In normal circumstances, the way you fix this is by setting up

Re: Newbie help with creating a SQL menu..Making the SQL query context sensitive

2007-07-30 Thread Nall, Roger
Here is one idea, you could create two menus and change them in an active link depending on your Category choice. Another idea but I am not sure it will work is this: * Create table to data such as URL's, stored procedures. SQL statements, etc. * Each record should have a

Re: re-initialising the escalation thread

2007-07-30 Thread Andrew Hicox
We have the the same problem on ARS 4.5.2 Escalations just stop running. All logging just ceases (sql, filter, etc.) though, otherwise the system seems fine. Is there any known cause for this behavior? It seems to happen to us, on average about every 2 weeks. We're upgrading to 7 in hopes

Re: How to delay a change fields

2007-07-30 Thread Carey Matthew Black
Shawn, Well... you could try to refresh the table immediately... then also add an on interval active link to try it again in a few seconds. (I think three is the shortest limit.) -- Carey Matthew Black Remedy Skilled Professional (RSP) ARS = Action Request System(Remedy) Love, then teach

Re: Installing AR, Email, Approval, CMDB ITSM on a failover server

2007-07-30 Thread Grooms, Frederick W
Would you want to install it as an Upgrade or a Shared? I thought Shared did not update any workflow? Fred From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Shellman, David Sent: Sunday, July 29, 2007 3:26 PM To:

AREmail 7.01 P3 -- JAVA

2007-07-30 Thread patrick zandi
Hello, I upgaded all the JAVA's on the boxes for security purposes.. which is wonderful Sarcasim but now the AREmail engine will not start.. I have tested 1.4.2_15 and 1.5.0_12 but both seem to be a no go. Anyone ? Got any information to share.. -- Patrick Zandi

Re: AREmail 7.01 P3 -- JAVA

2007-07-30 Thread Grooms, Frederick W
I forgot ... What platform are you using? From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of patrick zandi Sent: Monday, July 30, 2007 8:41 AM To: arslist@ARSLIST.ORG Subject: AREmail 7.01 P3 -- JAVA ** Hello, I

Re: AREmail 7.01 P3 -- JAVA

2007-07-30 Thread Jarl Grøneng
What does the error message say? -- Jarl On 7/30/07, patrick zandi [EMAIL PROTECTED] wrote: ** Hello, I upgaded all the JAVA's on the boxes for security purposes.. which is wonderful Sarcasim but now the AREmail engine will not start.. I have tested 1.4.2_15 and 1.5.0_12 but both seem to

Re: AREmail 7.01 P3 -- JAVA

2007-07-30 Thread patrick zandi
My Bad --- Windows 2003 SP 2 On 7/30/07, Grooms, Frederick W [EMAIL PROTECTED] wrote: ** I forgot ... What platform are you using? -- *From:* Action Request System discussion list(ARSList) [mailto: [EMAIL PROTECTED] *On Behalf Of *patrick zandi *Sent:*

Re: How to delay a change fields

2007-07-30 Thread Pierson, Shawn
Carey, I've thought about this as well, and I will test it but I have a feeling that three seconds may be too long of a delay. Thanks, Shawn -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Carey Matthew Black Sent: Monday,

Re: AREmail 7.01 P3 -- JAVA

2007-07-30 Thread Broyles Robert K Mr CTR USAF 96 CS/SCCE
Did you modify the registry for the e-mail engine to point to the correct JVM.DLL file. Rob ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the Answers Are

Re: AREmail 7.01 P3 -- JAVA

2007-07-30 Thread patrick zandi
could not load java machine with The LoadLibrary function failed for the following reason: The specified module could not be found. On 7/30/07, Jarl Grøneng [EMAIL PROTECTED] wrote: What does the error message say? -- Jarl On 7/30/07, patrick zandi [EMAIL PROTECTED] wrote: ** Hello,

Re: AREmail 7.01 P3 -- JAVA

2007-07-30 Thread patrick zandi
java.lang.NoClassDefFoundError: com/remedy/arsys/emaildaemon/EmailDaemon sorry forgot that one.. On 7/30/07, patrick zandi [EMAIL PROTECTED] wrote: could not load java machine with The LoadLibrary function failed for the following reason: The specified module could not be found. On

Re: AREmail 7.01 P3 -- JAVA

2007-07-30 Thread strauss
The last time I had to do this it entailed updating the set JavaPath line in the EmailStart.bat file in the AREmail install directory, as well as manually changing the CLASSPATH and Path entries in Environment Variables to point to the newer version of Java. Christopher Strauss, Ph.D. Remedy

Re: AREmail 7.01 P3 -- JAVA

2007-07-30 Thread patrick zandi
I'll bet, lemme check. forgot that one.. On 7/30/07, Broyles Robert K Mr CTR USAF 96 CS/SCCE [EMAIL PROTECTED] wrote: Did you modify the registry for the e-mail engine to point to the correct JVM.DLL file. Rob

Re: Installing AR, Email, Approval, CMDB ITSM on a failover server

2007-07-30 Thread Axton
You would only want shared if you plan on running both arservers at the same time. Upgrade if you plan on only running 1 node at a time. I am not sure if the shared option will set different configuration parameters, disable certain thread types (admin, escalation, ...) Axton Grams On 7/30/07,

Re: AREmail 7.01 P3 -- JAVA

2007-07-30 Thread Broyles Robert K Mr CTR USAF 96 CS/SCCE
You uninstalled the old version of JAVA. The e-mail engine is looking for the JVM.DLL for that old version, but it ain't there. Rob ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the

ARServer.exe crashing

2007-07-30 Thread Rogerio
Hi everyone, Need some help. We are receiving this error randomly during the day: AR System Server Executable (SQL Server) encountered a problem and needed to close Then I see this in event viewer: Faulting application arserver.exe, version 5.1.2.0, faulting module ntdll.dll, version

Re: ARServer.exe crashing

2007-07-30 Thread Heider, Stephen
Rogerio, It may be due to SQL Server 2005 not being supported with v5.1.2. Stephen -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Rogerio Sent: Monday, July 30, 2007 10:09 AM To: arslist@ARSLIST.ORG Subject: ARServer.exe

Re: AREmail 7.01 P3 -- JAVA

2007-07-30 Thread patrick zandi
thanks for the reminders,, I have something else now.. I got it to work manual - cmd line, execution.. it will not start within services though.. I am going to fiddle.. around with it.. some.. thanks for the inputs.. On 7/30/07, Broyles Robert K Mr CTR USAF 96 CS/SCCE [EMAIL PROTECTED] wrote:

Re: How to delay a change fields

2007-07-30 Thread Carey Matthew Black
Shawn, Now your just being picky. :) You might give the ARS Thread Workflow (Circa: Nov 27, 2006 through Feb 2 2007) a read too. It might have an approach that might work for you. -- Carey Matthew Black Remedy Skilled Professional (RSP) ARS = Action Request System(Remedy) Love, then teach

RES: ARServer.exe crashing

2007-07-30 Thread Rogerio
Stephen, The fact that is not supported doesn't mean that doesn't work. We have used this configuration since a long time and the error appeared recently. Thanks, Rogerio Bronzoni Aguiar [EMAIL PROTECTED] (11)2168-3705 -Mensagem original- De: Action Request System discussion

Re: ARServer.exe crashing

2007-07-30 Thread Heider, Stephen
Rogerio, I understand. I wish I had a better answer for you. Has Windows or SQL been updated recently (ie. security patches, service packs)? Stephen -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Rogerio Sent: Monday,

Re: AREmail 7.01 P3 -- JAVA

2007-07-30 Thread Broyles Robert K Mr CTR USAF 96 CS/SCCE
What is the error that you are getting now that you made a change in the registry to point to the new JVM.DLL file? Rob ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the Answers Are

Re: How to delay a change fields

2007-07-30 Thread Pierson, Shawn
I wish it were me being picky, then I would just accept that hitting the Refresh button is not too hard. The problem is that the app we just migrated off of was built in house and I was able to do exactly what the users wanted, so they got very comfortable with the previous system. Then we

Re: ARServer.exe crashing

2007-07-30 Thread Heider, Stephen
Rogerio, After googling this http://www.google.com/search?q=0x0001bd02+ntdll.dllbtnG=Search (not many matches) I found one solution that might help http://www.svnforum.org/2017/viewtopic.php?p=9633sid=a8dd34e057a8dd4f1c 8f7131a76a1bf0 In the C:\WINDOWS\ServicePackFiles\i386 to change ntdll.dll

Re: AREmail 7.01 P3 -- JAVA

2007-07-30 Thread Mike Chepaykin
Patrick, maybe you should give armaild.bat a chance? :) I got it to work manual - cmd line, execution.. it will not start within services though.. I am going to fiddle.. around with it.. some.. -- Mike Chepaykin ___

Re: AREmail 7.01 P3 -- JAVA

2007-07-30 Thread patrick zandi
Actually... I did not see any java settings at all under the ARsystem registry anywhere.. So I skipped that.. On 7/30/07, Broyles Robert K Mr CTR USAF 96 CS/SCCE [EMAIL PROTECTED] wrote: What is the error that you are getting now that you made a change in the registry to point to the new

Re: AREmail 7.01 P3 -- JAVA

2007-07-30 Thread Broyles Robert K Mr CTR USAF 96 CS/SCCE
Below is the correct Registry Key to look at: Hkey_Local_Machine SYSTEM CurrentControlSet Services AR System Email Engine Parameters

Re: AREmail 7.01 P3 -- JAVA

2007-07-30 Thread patrick zandi
Actually that is why it is running right now.. I modified that and it is working.. But the Services are not up.. So Now the attempt will be to fix the services.. I did re-install earlier,, (after path - java -mod) and JAVA_HOME mod-- Flashboards / ARserver / Mid-tier / Tomcat all work fine.. But

RES: ARServer.exe crashing

2007-07-30 Thread Rogerio
I'll take a look on that. Thanks, Rogerio Bronzoni Aguiar CMagnani -Mensagem original- De: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] Em nome de Heider, Stephen Enviada em: segunda-feira, 30 de julho de 2007 11:26 Para: arslist@ARSLIST.ORG Assunto: Re:

Re: AREmail 7.01 P3 -- JAVA

2007-07-30 Thread patrick zandi
Parameters exported Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AR System Email Engine\Parameters] JVM Option Number 2=-Xms128m JVM Option Number 3=-Xmx256m JVM Option Number 1=-Djava.class.path=C:\\Program Files\\AR

Re: How to install a second instance?

2007-07-30 Thread Savant, [EMAIL PROTECTED]
Question - will the second instance be able to use portmapper? It was my understanding that unique ports had to be manually assigned to separate the instances. -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Axton Sent:

Re: AREmail 7.01 P3 -- JAVA

2007-07-30 Thread patrick zandi
Looking around I cannot believe this is still in there.. ARS 7.01 P3 -- Check the emaildaemon-fix1.jar you will find a HTM file called Pereg~^!$ Systems Header.htm Sorry just cannot pull myself to Write that word !! the Dark Days.. On 7/30/07, patrick zandi [EMAIL PROTECTED] wrote:

Def export error

2007-07-30 Thread Dan Caissie
Has anyone ever seen an error like this before on 6.3 when doing a def export? I have attached a screen shot if it works. Thanks everyone. Dan ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org

Re: AREmail 7.01 P3 -- JAVA

2007-07-30 Thread patrick zandi
Question: Where does the installer aremail get it's java path from ? If I re-install the path's are dead wrong. On 7/30/07, patrick zandi [EMAIL PROTECTED] wrote: Hello, I upgaded all the JAVA's on the boxes for security purposes.. which is wonderful Sarcasim but now the AREmail engine will

Re: How to install a second instance?

2007-07-30 Thread Axton
Only one instance can use the port mapper. Axton Grams On 7/30/07, Savant, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Question - will the second instance be able to use portmapper? It was my understanding that unique ports had to be manually assigned to separate the instances.

Associating .ARTASK Files to VBS

2007-07-30 Thread Kaiser Norm E CIV USAF 96 CS/SCCE
Hello everyone: I have a creative problem and I'd sincerely appreciate any/all suggestions or ideas. I don't even know if what I'm trying to do is possible, but I'm open to all ideas. I've written a neat little application that, when executed, launches the Remedy User client and logs the

Re: AREmail 7.01 P3 -- JAVA

2007-07-30 Thread patrick zandi
I located the Registry.. it is now been moved to the BMC directory not ARsystem (Of Course) I should have known.. another Change.. Manual still works.. but services.. are burping java.lang.NoClassDefFoundError: com/remedy/arsys/emaildaemon/EmailDaemon Thank you .. .Robert for helping locate

Re: Using Random numbers in Remedy to send Survey instead of using the SR ID

2007-07-30 Thread Shrestha, Manjari R.
Thank you so much Robert... this information has been most helpful. -Original Message- From: Babineau, Robert (xwave) [mailto:[EMAIL PROTECTED] Sent: Friday, July 27, 2007 9:45 AM To: Shrestha, Manjari R. Cc: arslist@ARSLIST.ORG Subject: RE: Using Random numbers in Remedy to send Survey

Search Sync database in 7.0.01 Patch 001

2007-07-30 Thread Neel Guatam
Hello listers, We are running Search Sync database function on our remedy admin client. It ran fine the first time we ran it but now when I go to Tools -- Search Sync, it shows it's been running since march of this month and it doesn't seem to update any work-flow references. There's no button

Re: Associating .ARTASK Files to VBS

2007-07-30 Thread Heider, Stephen
Norm, You should be able to change the associated program for file extensions here: My Computer Tools Options File Types file extension. How are you handling the User Tool authentication? The Windows user name is easy enough to capture, but how do you handle feeding the User Tool the

Question about ARSPLugin server logging.

2007-07-30 Thread Ravi
Hi: In my environment, we submit tickets creation/updates to a Remedy webservice. Occasionally, I get the following response. MessageType: 2 MessageNum: 8939 MessageText: The AR System Plug-In server is not responding. Cannot connect to the system at this time. Contact your AR System

Re: Search Sync database in 7.0.01 Patch 001

2007-07-30 Thread Pedro Cardoso
At the Remedy User search for object_search_admin and delete the only one entry it has. Pedro Mexico On 7/30/07, Neel Guatam [EMAIL PROTECTED] wrote: ** Hello listers, We are running Search Sync database function on our remedy admin client. It ran fine the first time we ran it but now

Re: Search Sync database in 7.0.01 Patch 001

2007-07-30 Thread Grooms, Frederick W
Open the object_search_admin form in the User tool. Find the record (there should only be 1 record in the form). Change the Run/Not Run flag from 1 to 0 and save. Fred From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of

Re: Question about ARSPLugin server logging.

2007-07-30 Thread Axton
The plugin server can be configured to log at different levels. Look in the admin tool on the server information- logging tab. What is logged is a different story though. Axton Grams On 7/30/07, Ravi [EMAIL PROTECTED] wrote: Hi: In my environment, we submit tickets creation/updates to a

CMDB 1.0 and Altiris

2007-07-30 Thread Kathy Morris
Hi All, 1. We are trying to auto-load applications to the CMDB from Altiris? Has anyone worked with Altiris? 2. How do I make the H/W to S/W relationship now that we are loading the applications from Altiris? Where within the CMDB can I build the associations between the

Re: Associating .ARTASK Files to VBS

2007-07-30 Thread Kaiser Norm E CIV USAF 96 CS/SCCE
Unfortunately that doesn't work. Windows won't allow it. It throws a bogus error about ARTASK files not being valid executables. And to answer your question, just use a standard password for all users. -Original Message- From: Action Request System discussion list(ARSList)

How hard is it really? Japanese and Chinese on same server as English

2007-07-30 Thread Geoffrey Endresen
I've never really done much in this area. From reading the documentation, it seems simple to install the different language Locales on the server. I'm thinking to start out wiith I would create a new field Locale Details that would allow any language entered, but keep all the other standard

Workflow to email out and attachment

2007-07-30 Thread Den Fong
HI All Is it possible to attach a file to an outgoing email via workflow? I'm trying to send out a csv report that is generated daily to a group of users. ARS 6.3 TIA Den ___ UNSUBSCRIBE or access ARSlist

Re: How hard is it really? Japanese and Chinese on same server as English

2007-07-30 Thread Shellman, David
The 6.3 server is not unicode compliant. You would need to install for each language. 7.x server is unicode compliant.. Dave -- [EMAIL PROTECTED] (Wireless) - Original Message - From: Action Request System discussion list(ARSList) arslist@ARSLIST.ORG To:

Re: Associating .ARTASK Files to VBS

2007-07-30 Thread Thad K Esser
That sounds similar to an issue we had here. There were some users (but not all) that would occasionally (but not always) get an error like that when they tried to open the ARTask file. After it being an outstanding issue for a while, we tracked it down to the open action of the file

Re: How hard is it really? Japanese and Chinese on same server as English

2007-07-30 Thread Axton
With the 7.x server, take care to configure the environment properly before installing: - Oracle instance needs to use a multi-byte character set (AL32UTF8) - Oracle client needs to be configured to support a multi-byte character set (american_america.AL32UTF8) - Remedy installation is pretty easy

Re: Search Sync database in 7.0.01 Patch 001

2007-07-30 Thread Neel Guatam
Hi Fredrick, The value in Run/Not Run flag is A140C0D0-94A5-4C9D-A798-B640C03BD58B So I guess I'll just delete the record or still save 0 in it and then re-try? Neel Gautam Accenture - Chicago Delivery Centre MSN: [EMAIL PROTECTED] AIM: neelgautam Core Values:

Re: Search Sync database in 7.0.01 Patch 001

2007-07-30 Thread Neel Guatam
Thank you Pedro and Fredrick, I changed the value to 0 and saved it and now I'm able to re-run it. Neel Gautam Accenture - Chicago Delivery Centre Office: 312-693-7279 Mobile: 630-440-6335 MSN: [EMAIL PROTECTED] AIM: neelgautam Core Values: Stewardship * Best

Re: Search Sync database in 7.0.01 Patch 001

2007-07-30 Thread Pedro Cardoso
Delete work for me.! Pedro Mexico On 7/30/07, Neel Guatam [EMAIL PROTECTED] wrote: ** Hi Fredrick, The value in Run/Not Run flag is A140C0D0-94A5-4C9D-A798-B640C03BD58B So I guess I'll just delete the record or still save 0 in it and then re-try? *Neel Gautam* Accenture -

ARS 7.0 Notifications Email Links

2007-07-30 Thread Karl Greenwood
Does anyone know of documentation or an online resource for the parameters one can embed in an email link in a notification. In the Administering BMC Remedy Email Engine PDF, there is an example on page 89 of a link to an incident. I'd like to find something similar with all the possibilities to

Re: Email engine and large number of groups

2007-07-30 Thread Jarl Grøneng
Yes! Patch 22 did the trick! BTW; Its documented in patch 22. Thanks a lot J.T. and Chad! -- Jarl On 7/30/07, Hall Chad - chahal [EMAIL PROTECTED] wrote: Actually, though undocumented, this setting works on 6.3 patch 20. We've been using for a few months. Chad Hall (501) 342-2650

Re: How hard is it really? Japanese and Chinese on same server as English

2007-07-30 Thread Jarl Grøneng
Form an early version of 7 I remember that the english version needs to be installed first, then the other versions. -- Jarl On 7/30/07, Axton [EMAIL PROTECTED] wrote: With the 7.x server, take care to configure the environment properly before installing: - Oracle instance needs to use a

Re: Installing AR, Email, Approval, CMDB ITSM on a failover server

2007-07-30 Thread Shyam Attavar
Fred, I am not really sure which is the best option. If shared does not update any WF, then that would be preferred. I have not really used that option, hence I am trying to get a feel for what options we have available to us. Thanks, -- Shyam - Original Message - From: Grooms,

Need someone to proof read

2007-07-30 Thread Axton
Would someone mind proofreading this before I send it to BMC? http://bugs.arswiki.org/show_bug.cgi?id=58 It has to do with the performance of the admin tool and contains some suggestions to alleviate the resource requirements of some expensive operations. Thanks, Axton Grams

Re: How hard is it really? Japanese and Chinese on same server as English

2007-07-30 Thread Axton
I installed them all at the same time, the first time. Axton Grams On 7/30/07, Jarl Grøneng [EMAIL PROTECTED] wrote: Form an early version of 7 I remember that the english version needs to be installed first, then the other versions. -- Jarl On 7/30/07, Axton [EMAIL PROTECTED] wrote:

Re: How hard is it really? Japanese and Chinese on same server as English

2007-07-30 Thread David Sanders
This is a post from David Easter a while ago on using multi-byte character sets that you might need to bear in mind: I created a character field with 20 characters length. For character fields, Input Length determines the maximum number of bytes the field can contain. Since input length is in

Tips

2007-07-30 Thread Gary Roach
Can anyone provide any tips on archiving on the main ticket form, with tasks and SHR:consolidated, etc... ? Thanks, Gary Roach [EMAIL PROTECTED] ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org

Re: Need someone to proof read

2007-07-30 Thread Jarl Grøneng
It is registred a defect on this: SW00268760. Classification: Under Consideration An workaround is to create an application, move the forms your working on into this application. Then it is faster to work in the admin tool. (you have to manually refresh the active link list to reflect your

Re: How hard is it really? Japanese and Chinese on same server as English

2007-07-30 Thread Jarl Grøneng
How do you run 3 server installation at the same time? -- Jarl On 7/30/07, Axton [EMAIL PROTECTED] wrote: I installed them all at the same time, the first time. Axton Grams On 7/30/07, Jarl Grøneng [EMAIL PROTECTED] wrote: Form an early version of 7 I remember that the english version

Fire an AL after selecting a date from a Date field...

2007-07-30 Thread Joe D'Souza
I am almost certain this used to work in the previous versions.. Could anyone verify this? After selecting a date from the widget on a date field, I wanted to fire some workflow.. using the interval execute on condition is not an option as one of the actions happening on selection of a date is

Re: How hard is it really? Japanese and Chinese on same server as English

2007-07-30 Thread Geoffrey Endresen
Thanks for the great information. It makes sense that I need 7.x. I'll guess we will plan that first. -Geoff On 7/30/07, David Sanders [EMAIL PROTECTED] wrote: This is a post from David Easter a while ago on using multi-byte character sets that you might need to bear in mind: I created a

JOB: Urgent Need - Senior Remedy Developer (Full-time/$85-100K Base+Overtime Benefits)

2007-07-30 Thread Jeff Lockemy (Serco North America)
Good Afternoon, Serco North America has an immediate need for a Senior Remedy Developer, in San Diego, CA, working for the U.S. Navy. This is a great opportunity for the right candidate. The position requires approximately 5-10% travel, with trips during the first phase of implementation to

Re: How hard is it really? Japanese and Chinese on same server as English

2007-07-30 Thread Hugo Visser
On 7/30/07, David Sanders [EMAIL PROTECTED] wrote: To resolve this, I need to calculate MANUALLY what could be the length of the value with this special characters, and make the field bigger... Correct. AR System developers tend to triple the number of single-byte characters needed in

Using keyword $ User$ in a Menu Label

2007-07-30 Thread Reiser, John J
Hello Listers, ARS 6.3 Patch 14 MS SQL2000 (remote) I am trying to get a search menu to display the keyword for $ User$ in the menu label portion. I have it working for the menu value as it is used in an external table qualification. I've tried $USER$ but that saves the current username in the

Re: Stop Save operation

2007-07-30 Thread Jason Miller
Hi Chanan, It sounds like you are using the save button that is automatically added to your form (Form Action Field if you will). What about removing that button from the view and creating a new save button that you have complete control over. Your ALs will fire off the new button. AL 1: Action

Re: Mid-tier 7.0.1 patch 3 and JBOSS 4.2.1

2007-07-30 Thread Tyra Nunn
Has anyone did this install and been successful and if you have been can you give me some direction on this. Tyra Nunn Remedy Application/Administrator 312 8th Ave 17th Floor Nashville, TN 37234 615-253-3113 Office 615-498-1378 Cell [EMAIL PROTECTED] Email

Re: How hard is it really? Japanese and Chinese on same server as English

2007-07-30 Thread David Sanders
Hi Geoff You're welcome. Just as an aside, you may be interested to know that our own ESS application is delivered 'localization-ready' - that is with all the locale fields and amended queries in place necessary to allow you to easily add multiple languages to the application. Regards

Re: How hard is it really? Japanese and Chinese on same server as English

2007-07-30 Thread Axton
With the 7.x server, if the installer detects a utf8 oracle instance, it allows you to select the languages you want to install. Axton On 7/30/07, Jarl Grøneng [EMAIL PROTECTED] wrote: How do you run 3 server installation at the same time? -- Jarl On 7/30/07, Axton [EMAIL PROTECTED] wrote:

Re: Using keyword $ User$ in a Menu Label

2007-07-30 Thread Pedro Cardoso
I suggest to first store and resolve the $USER$ value to a temp character field and them use it in the Menu. Is that what you need? Pedro Mexico On 7/30/07, Reiser, John J [EMAIL PROTECTED] wrote: Hello Listers, ARS 6.3 Patch 14 MS SQL2000 (remote) I am trying to get a search menu to

Product Classification uniqueness

2007-07-30 Thread Steve Burke
Hi We have just started using ITSM Version 7 and have found it a rather frustrating process to say the least with lack of documentation The current issue we face is with the Production classification and when you get to Product level the list of products must be unique. Has anyone else foudn

Re: Fire an AL after selecting a date from a Date field...

2007-07-30 Thread Carey Matthew Black
Joe, I do not remember that ever working. Maybe you should have a button that opens your own dialog to achieve this functionality? -- Carey Matthew Black Remedy Skilled Professional (RSP) ARS = Action Request System(Remedy) Love, then teach Solution = People + Process + Tools Fast, Accurate,

Re: Fire an AL after selecting a date from a Date field...

2007-07-30 Thread Grooms, Frederick W
Joe, Are you sure it wasn't Lose Focus? Fred -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Carey Matthew Black Sent: Monday, July 30, 2007 5:24 PM To: arslist@ARSLIST.ORG Subject: Re: Fire an AL after selecting a date from

Re: ARS 7.0 Notifications Email Links

2007-07-30 Thread Carey Matthew Black
BasicGuide-630.pdf page 447 -- Carey Matthew Black Remedy Skilled Professional (RSP) ARS = Action Request System(Remedy) Love, then teach Solution = People + Process + Tools Fast, Accurate, Cheap Pick two. On 7/30/07, Karl Greenwood [EMAIL PROTECTED] wrote: Does anyone know of

Re: Fire an AL after selecting a date from a Date field...

2007-07-30 Thread Joe D'Souza
I don't think it was on Loose or Gain Focus.. but now again it has been such a long time ago I had to use that, I probably don't recall right.. I did think what Mathew suggested to create a button and redo the whole thing to make the button do what I want to but I was hoping there was a cleaner

Re: Fire an AL after selecting a date from a Date field...

2007-07-30 Thread Shellman, David
Joe, I've gotten Active Links to fire with lose focus on a date time field but not from the calendar widget. It seems the widget is not part of the field just like the editor button is not really part of s character field. I've gone to using other fields or adding a button to do what I

Closing a case with no closure code

2007-07-30 Thread Melissa Reed
Has anyone run into an issue where non administrators can close a case without entering a closure code? I cannot find a user you can recreate this at will, but there are several cases that are closed with no closure code. I suspect there is an issue with the 'zTmpAppAdministratorGroupMember'

20% Shrinkage in Field Widths Using AR User Tool for 7.0.1

2007-07-30 Thread CLG-29
Hello all! We have set up a test environment to check out ARSystem 7.0.1 before upgrading to it from 5.1.2. We have set up a 7.0.1 test server and have loaded our apps onto it by using a database restore of our 5.1.2 system. When we look at fields in the forms using the 7.0.1 Admin Tool, they

BMC Foundation Discovery

2007-07-30 Thread Sachin Salvi
Hi, We have extended our CDM (CMDB) to absorb certain network CI's, we are using BMC Foundation Discovery to discover network devices. However we are finding issues to extend the CDM of FD. FD populates data in the OOTB CDM and its classes. We are now facing a big pain to massage the data from FD