F
Fuelfire
Guest
In my opinion, I understood the problem. In AdminObjectFinder.java i wrote: env.put(Context.PROVIDER_URL, "file:/J:/DPRO_31_10/MQ"); Disk J is the disk on my workstation (a shared folder on the disk D of server). If the script is running on a server, I should write: env.put(Context.PROVIDER_URL, "file:/D:/Depo101/DPRO_31_10/MQ"); Perhaps this is the problem?
Continue reading...
Continue reading...