I have not been able to figure out the below error:
com.ibm.edms.od.ODException: GetLocaleDir Failed
at com.ibm.edms.od.ODServer.initialize(ODServer.java:150)
My code (seen below) used to run fine, but I have had to move from my laptop to a VDI and I have not been able to get it to run on there.
ODConfig uat = new ODConfig(null, // AfpViewer
null, // LineViewer
null, // MetaViewer
500000, // MaxHits
null, // AppletDir
"ENU", // Language
"c:\\temp", // TempDir
"c:\\temp\\trace", // TraceDir
4); // TraceLevel
odServer = new ODServer(uat);
odServer.initialize(applicationName);
Any thoughts?
Rick Pharr
Hello,
did you install ODWEK completely or did you copy only part of ODWEK and included in your application?
I strongly suspect that you install ODWEK somewhere, and then you copied the ODApi.jar, and maybe the native libraries too.
This setup is ABSOLUTELY not supported, you must install the FULL ODWEK package or your application won't be supported by IBM.
If you have installed ODWEK and still get this error, can you tell me which version of ODWEK are you using, the operating system and finally the path of installation of ODWEK.
Kind regards,
Full install. ODWEK 9.0.0.0 and 9.0.0.7.
Installed to C:\Program Files\IBM\OnDemand Web Enablement Kit\V9.0.
Windows 7 Enterprise.