Dave Wallace is out of the office.

2009-05-24 Thread David Wallace
I will be out of the office starting 05/22/2009 and will not return until 05/27/2009. I will be OOO until 3.30 If you need immediate assistance then email SMT-ProdEng. ___ UNSUBSCRIBE or access ARSlist Archives at

Re: Using PERFORM-ACTION-OPEN-URL to send to email

2009-05-24 Thread Michiel Beijen
If you'd like to pass strings into urls you should urlencode it. Otherwise you might run into trouble with other characters, depending on your browser make and version. If you use urlencode you will be safe on all (or at least most) browsers. Regards, -- Michiel Beijen Software Consultant +31 6

AW: mid-tier config.jsp can not login

2009-05-24 Thread Conny Martin
LD_LIBRARY_PATH must include the path to libarutiljni71.so Kind Regards Conny Von: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] Im Auftrag von ?? Gesendet: Sonntag, 24. Mai 2009 13:16 An: arslist@ARSLIST.ORG Betreff: mid-tier

Re: AW: mid-tier config.jsp can not login

2009-05-24 Thread Kevin-J
have included like this: LD_LIBRARY_PATH=/remedy/ar/mid-tier/WEB-INF/lib; export LD_LIBRARY_PATH Conny Martin wrote: LD_LIBRARY_PATH must include the path to libarutiljni71.so Kind Regards Conny Von: Action Request System discussion list(ARSList)

Re: AW: mid-tier config.jsp can not login

2009-05-24 Thread Kevin-J
I found this error: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/jdk1.5.0_12/jre/lib/i386/server:/usr/java/jdk1.5.0_12/jre/lib/i386:/usr/java/jdk1.5.0_12/jre/../lib/i386 Kevin-J wrote:

Re: AW: mid-tier config.jsp can not login

2009-05-24 Thread Frank Caruso
What version of Java are you using? Is it 32 or 64 bit. What is your OS, 32 or 64 bit? Remedy MidTier will run on a 64 Bit OS but requires a 32 bit JDK. On Sun, May 24, 2009 at 4:06 PM, Kevin-J kaitouno.1...@gmail.com wrote: I found this error: The Apache Tomcat Native library which allows

Re: AW: mid-tier config.jsp can not login

2009-05-24 Thread Kevin-J
JDK 32bit, and linux 32bit Frank Caruso-2 wrote: What version of Java are you using? Is it 32 or 64 bit. What is your OS, 32 or 64 bit? Remedy MidTier will run on a 64 Bit OS but requires a 32 bit JDK. On Sun, May 24, 2009 at 4:06 PM, Kevin-J kaitouno.1...@gmail.com wrote: I found

how to set Qualification in web services

2009-05-24 Thread Kaye Bernales
Hi, I would like to know how to use LIKE condition for Qualification in Web service. Am aware that for an input parameter we need something like: 'Category' =XPATH(/ROOT/Category) What if I want the relation to be LIKE %Category input parameter% instead of =? Thanks! kaye NOTICE The