Ravi, Moving to the 7.5 api may help solve that problem. The issue being that in 7.1 api, there were several jar files needing to be in the class path, in 7.5 it's all in one...if that's not really an option for you, I suggest 'looking' for the ARInitialization class file in one of the jar files, and once you find it, ensure that one is part of the class path.
-----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Ravi-RG Sent: Thursday, August 12, 2010 10:02 AM To: [email protected] Subject: Re: Java 7.1 API with ARS 7.0.01 Hi John/LJ, Thanks for sharing the information. But the thing is we hav already wriiten a code with ARS 7.1 API on ARS 7.1 server. The same code we need to implement on ARS 7.0.01 server. When we tried to run the connectivity test using 7.1 JAVA Api in ARS 7.0.01, it throwed the follwoing exception java.lang.UnsatisfiedLinkError: ARInitialization com.bmc.arsys.api.Proxy.ARInitialization(Native Method) com.bmc.arsys.api.Proxy.<init>(Unknown Source) com.bmc.arsys.api.ProxyJRpcBase.<init>(Unknown Source) com.bmc.arsys.api.ProxyJRpc.<init>(Unknown Source) com.bmc.arsys.api.ProxyManager.createProxy(Unknown Source) com.bmc.arsys.api.ProxyPool.get(Unknown Source) com.bmc.arsys.api.PoolingProxyManager.getProxy(Unknown Source) com.bmc.arsys.api.ARServerUser.verifyUser(Unknown Source) Since my ARS Server 7.0.01 is on top of LINUX OS, took the <ARS 7.1 Server>/lib(got it from different ARS 7.1system LINUX) folder contents and placed in my local lib folder(includes arapi71.jar and so files). Have set the CLASSPATH and PATH variable also to point to this folder. Please guide in resolving this issue. LJ LongWing (Head) wrote: > > Gopal, > The API is backwards compatible...the only thing is that you will still > need > your native libraries because it's a 7.0 server....even if you go with the > 7.5 API...the 7.5 is only pure java when you are connecting to a 7.5 > server...maybe a 7.1...but most certainly not a 7.0.... > > -----Original Message----- > From: Action Request System discussion list(ARSList) > [mailto:[email protected]] On Behalf Of Ravi-RG > Sent: Thursday, August 12, 2010 6:49 AM > To: [email protected] > Subject: Java 7.1 API with ARS 7.0.01 > > Hi list, > If i want to connect to the ARS 7.0.01 patch 009 using ARS 7.1 JAVA API's > what are the modifications i have to do? > > I am using ECLIPSE IDE to write the java program(ARS 7.1 Java API) which > will be executed on Windows OS > > Need to connec to ARS 7.0.01 patch 009 - LINUX OS using > > DB - Oracle 9.2 > > regards, > Gopal > > -- > View this message in context: > http://old.nabble.com/Java-7.1-API-with-ARS-7.0.01-tp29416861p29416861.html > Sent from the ARS (Action Request System) mailing list archive at > Nabble.com. > > ____________________________________________________________________________ > ___ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are" > > ____________________________________________________________________________ ___ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are" > > -- View this message in context: http://old.nabble.com/Java-7.1-API-with-ARS-7.0.01-tp29416861p29420306.html Sent from the ARS (Action Request System) mailing list archive at Nabble.com. ____________________________________________________________________________ ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

