Check your webserver configuration.  Just because you can login w/
telnet doesn't mean the webserver is open to that dir. 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chauhan,
Savita
Sent: Monday, April 18, 2005 11:13 AM
To: u2-users@listserver.u2ug.org
Subject: [U2][UD] JDBC connection 

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
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.9.16 - Release Date: 4/18/2005
 

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.9.16 - Release Date: 4/18/2005
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to