I am trying to connect to UniData (on AIX) from my PC through a java
program.

This is how I am trying to connect:

String url =
"jdbc:ibm-u2://server.college.edu/the/acct/path;dbmstype=UNIDATA";
Class.forName("com.ibm.u2.jdbc.UniJDBCDriver");
Connection con = DriverManager.getConnection(url, "john", "johnpass");


When I run this program it gives me following error:
"You don't have permissions to chdir to /the/acct/path"

But when I (say John) logon directly to unix, I can cd to /the/acct/path
!!

Can someone please tell me the cause of this error?

Thanks.
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to