Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - frasert

Pages: [1]
1
MP Server / SQL Server high availability options
« on: January 24, 2017, 01:06:18 PM »
Hello everyone!

Question is for SQL Server high availability options.  Customer will have SQL Server 2012 on its own db server, and the library/obj server on its own Windows server.  The db server will either use Failover Clustering or Availability Groups to satisfy HA.

Does CMOD care what is used here?  Is anyone successfully using any one of these?

2
OD/WEK & JAVA API / UnsatisfiedLinkError for ODWEK on AIX
« on: November 01, 2014, 11:32:46 AM »
I've installed ODWEK 9.0.0.3 on AIX and have set LIBPATH and CLASSPATH according to the documentation:

export LIBPATH=/opt/IBM/odwek/V9.0
export CLASSPATH=/opt/IBM/odwek/V9.0/api/ODApi.jar

I'm using the IBM sample code TcServerMisc from here:
http://pic.dhe.ibm.com/infocenter/cmod/v9r0m0/topic/com.ibm.ondemand.odwek.doc/ars5y00053.htm?path=6_1_6_8#tcservermisc

The code compiles fine but when I run it, I get:
java.lang.UnsatisfiedLinkError: ars3wapi32 (Not found in java.library.path)

Is this error referring to libars3wapi32.a?  That file is in /opt/IBM/odwek/V9.0 which LIBPATH is set to, so I don't understand.  I've tried different methods of setting the java library path but no luck so far:

System.setProperty("java.library.path", "/opt/IBM/odwek/V9.0")
java -Djava.library.path=/opt/IBM/odwek/V9.0 .....
setting LIBPATH in /etc/profile vs. my home .profile

Pages: [1]