The Artima Developer Community
Sponsored Link

Legacy Design Forum
Designing with Interfaces

Advertisement

Advertisement

This page contains an archived post to the Design Forum (formerly called the Flexible Java Forum) made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

JDBC

Posted by Hugo on December 10, 2001 at 10:03 AM

Java vendor : Microsoft Corp.
Java version : 1.1.4 Build: 3310
Generator version : 619
Java classpath : C:\WINNT\java\trustlib\;C:\WINNT\java\classes\;C:\Pruebita\DATA002\;C:\Pruebita\DATA002\gxclassd.zip;C:\Pruebita\DATA002\tds.zip;C:\Pruebita\DATA002\;C:\Pruebita\DATA002\jndi.jar;C:\Pruebita\DATA002\ldap.jar;C:\Pruebita\DATA002\ldapbp.jar;C:\Pruebita\DATA002\providerutil.jar;C:\Pruebita\DATA002\rt.jar;C:\Pruebita\DATA002\sqlserver.jar;C:\Pruebita\DATA002\base.jar;C:\Pruebita\DATA002\util.jar;C:\Pruebita\DATA002\vbjorb.jar;
Operating System : Windows NT 5.0/x86
Current DateTime : Mon Dec 10 12:08:12 GMT-03:00 2001

0(-1)(12:08:16.765)Trying to connect to : Driver : com.inet.tds.TdsDriver
1(-1)(12:08:16.765) URL : jdbc:inetdae:\\desa031\desa031:1433?database=lore
2(-1)(12:08:16.765) User : lore
java.sql.SQLException: java.io.IOException: \\desa031\desa031
at com/inet/tds/TdsDriver.createSQLException
at com/inet/tds/TdsDriver.connect
at java/sql/DriverManager.getConnection
at com/genexus/db/driver/GXConnection$1.run
at com/genexus/util/ie/NativeFunctionsMS.executeWithPermissions
at com/genexus/db/driver/GXConnection.connect
at com/genexus/db/driver/GXConnection.
at com/genexus/db/driver/GXConnection.
at com/genexus/db/LocalUserInformation.createConnection
at com/genexus/db/LocalUserInformation.getConnection
at com/genexus/db/LocalDBConnectionManager.getConnection
at com/genexus/db/DBConnectionManager.getStatement
at com/genexus/GXDBForwardSupplier.prepare
at fW00012.fetchFirst
at uppal$Ppal_load06.runLoad
at com/genexus/GXLoadProducer.run
at java/lang/Thread.run
3(-1)(12:08:16.937)Exception: SQLState: null ErrorCode: 0
4(-1)(12:08:16.937) Message : java.io.IOException: \\desa031\desa031
5(-1)(12:08:23.015)Trying to connect to : Driver : com.inet.tds.TdsDriver
6(-1)(12:08:23.015) URL : jdbc:inetdae:\\desa031\desa031:1433?database=lore
7(-1)(12:08:23.015) User : lore
java.sql.SQLException: java.io.IOException: \\desa031\desa031
at com/inet/tds/TdsDriver.createSQLException
at com/inet/tds/TdsDriver.connect
at java/sql/DriverManager.getConnection
at com/genexus/db/driver/GXConnection$1.run
at com/genexus/util/ie/NativeFunctionsMS.executeWithPermissions
at com/genexus/db/driver/GXConnection.connect
at com/genexus/db/driver/GXConnection.
at com/genexus/db/driver/GXConnection.
at com/genexus/db/LocalUserInformation.createConnection
at com/genexus/db/LocalUserInformation.getConnection
at com/genexus/db/LocalDBConnectionManager.getConnection
at com/genexus/db/DBConnectionManager.getStatement
at com/genexus/GXDBForwardSupplier.prepare
at fW00012.fetchFirst
at uppal$Ppal_load06.runLoad
at com/genexus/GXLoadProducer.run
at java/lang/Thread.run
8(-1)(12:08:23.015)Exception: SQLState: null ErrorCode: 0
9(-1)(12:08:23.015) Message : java.io.IOException: \\desa031\desa031
10(-1)(12:08:23.468)Trying to connect to : Driver : com.inet.tds.TdsDriver
11(-1)(12:08:23.468) URL : jdbc:inetdae:\\desa031\desa031:1433?database=lore
12(-1)(12:08:23.468) User : lore
java.sql.SQLException: java.io.IOException: \\desa031\desa031
at com/inet/tds/TdsDriver.createSQLException
at com/inet/tds/TdsDriver.connect
at java/sql/DriverManager.getConnection
at com/genexus/db/driver/GXConnection$1.run
at com/genexus/util/ie/NativeFunctionsMS.executeWithPermissions
at com/genexus/db/driver/GXConnection.connect
at com/genexus/db/driver/GXConnection.
at com/genexus/db/driver/GXConnection.
at com/genexus/db/LocalUserInformation.createConnection
at com/genexus/db/LocalUserInformation.getConnection
at com/genexus/db/LocalDBConnectionManager.getConnection
at com/genexus/db/DBConnectionManager.getStatement
at com/genexus/GXDBForwardSupplier.prepare
at fW00012.fetchFirst
at uppal$Ppal_load06.runLoad
at com/genexus/GXLoadProducer.run
at java/lang/Thread.run
13(-1)(12:08:23.484)Exception: SQLState: null ErrorCode: 0
14(-1)(12:08:23.484) Message : java.io.IOException: \\desa031\desa031




Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us