Hi Listers, So I finally got this thing working after much disappointment. Hopefully this comes in handy for someone else.
My setup is: ARS 701p004 on Oracle XE 11.2, windows server 2008 R2. I copied every dll I could find in the root folder to the resource folder for the current project I was working on in eclipse. I'm currently running Kepler on my local machine. With the VM argument set to -Djava.library.path=<PATH_TO_DLL_FILES>, I ran the java program and it still failed with error "arjni70.dll: Can't find dependent libraries." Just before giving up for the umpteenth time, I thought I should try to install eclipse on the windows server and try from there. I download eclipse mars but since the server was running Java 6, and Eclipse mars required at least Java 7, I installed Eclipse Indigo. After the install, I configured the java.library.path and gave it a run. Of course it failed again?!? The last thing I tried got it working. I opened the Advanced system settings dialog box to the set the PATH variable to the folder containing all my dlls. I restarted eclipse and ran the program again and it worked!!! I'm still not sure why setting java.library.path was not working. Will need to do more research on that. I tried to replicate what I did on the server on my local machine but could not. I still can't get the code to run on my windows machine even though I have set the PATH variable and all the dlls that I used at the server are present on my machine. I cannot thank you enough Misi. I couldn't have pulled this off without your unrelenting help. Best Regards, Chike -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Misi Mladoniczky Sent: Tuesday, July 28, 2015 10:20 AM To: [email protected] Subject: Re: Legacy Java API code Hi, I have not investigated the origin of the legacy content, but I did extract new packages from the installers and added the rcmn*.dll file to the \lib directory. I hade newer patches than the current ones, so I added the following two ZIP-files that you should look in: api701p004win.zip - https://www.rrr.se/download/arapi/api701p004win.zip api630p023win.zip - https://www.rrr.se/download/arapi/api630p023win.zip Let us know how it works out. Best Regards - Misi, RRR AB, http://www.rrr.se (ARSList MVP 2011) Ask the Remedy Licensing Experts (Best R.O.I. Award at WWRUG10/11/12/13): * RRR|License - Not enough Remedy licenses? Save money by optimizing. * RRR|Log - Performance issues or elusive bugs? Analyze your Remedy logs. Find these products, and many free tools and utilities, at http://rrr.se. > Hi Misi, > > Thanks for the reply. Did you package them up into your API site? I > can try to download them. Even better, can you send me the installer > in a zip file? I can try to install it to get the files I need. > > The Remedy Heritage products site does not have these dlls either. I > thought that was strange. > > Regards, > Chike > > -----Original Message----- > From: Action Request System discussion list(ARSList) > [mailto:[email protected]] On Behalf Of Misi Mladoniczky > Sent: Tuesday, July 28, 2015 3:09 AM > To: [email protected] > Subject: Re: Legacy Java API code > > Hi, > > In my 6.3 installer I found the rcmn63.dll, i found 3 icu-files all > having the number 32... > > Best Regards - Misi, RRR AB, http://www.rrr.se (ARSList MVP > 2011) > > Ask the Remedy Licensing Experts (Best R.O.I. Award at WWRUG10/11/12/13): > * RRR|License - Not enough Remedy licenses? Save money by optimizing. > * RRR|Log - Performance issues or elusive bugs? Analyze your Remedy logs. > Find these products, and many free tools and utilities, at http://rrr.se. > >> Hi Listers, >> >> Does anyone have these dlls for ARS 6.3 or 7.0? I have legacy code >> that I'm trying to run from eclipse but I keep getting errors. Our >> servers are all Unix based so I don't have any of these files. >> arjni63.dll: Can't find dependent libraries. >> Arjni70.dll: Can't find dependent libraries. >> >> I guess I'm missing some dlls in my java.library.path but I can't >> seem to find it anywhere. It is missing from Misi's excellent API >> download page and I can't find it at BMC's site. >> >> Please, if you have these legacy dlls, and can send them zipped, I >> would be very grateful. Please send any other files you think I may >> have missed. >> >> icudt28l.dll >> icuin28.dll >> icuio28.dll >> icule28.dll >> iculx28.dll >> icutu28.dll >> icuuc28.dll >> rcmn63.dll >> >> Regards, >> Chike >> >> This email is confidential and subject to important disclaimers and >> conditions including on offers for the purchase or sale of >> securities, accuracy and completeness of information, viruses, >> confidentiality, legal privilege, and legal entity disclaimers, >> available at http://www.jpmorgan.com/pages/disclosures/email >> >> _____________________________________________________________________ >> _ _________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org >> "Where the Answers Are, and have been for 20 years" >> > > ______________________________________________________________________ > _________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > "Where the Answers Are, and have been for 20 years" > > This email is confidential and subject to important disclaimers and > conditions including on offers for the purchase or sale of securities, > accuracy and completeness of information, viruses, confidentiality, > legal privilege, and legal entity disclaimers, available at > http://www.jpmorgan.com/pages/disclosures/email > > ______________________________________________________________________ > _________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > "Where the Answers Are, and have been for 20 years" > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years" This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sale of securities, accuracy and completeness of information, viruses, confidentiality, legal privilege, and legal entity disclaimers, available at http://www.jpmorgan.com/pages/disclosures/email _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

