Exception - Login failed for user '(null)' in Tomcat process
Tue, 20 Feb 2007 03:57:03 -0800
Hi,
I get the exception below when trying to perform a trusted connection to
SQLServer within Tomcat. Tomcat is setup as a service and the exception still
occurs whether the service is running as LocalSystem account or as a domain
user. The sqljdbc_auth.dll is in <TOMCAT>\shared\lib and system32 but makes ...
|
Setting Up Training Domain
15 Jun 2006 09:40:24 -0700
I am trying to set up a training domain for a software product.
I have clientel that come into our office from various locations to get
trained up on the software that they have just purchased.
I am wanting to be able to have a connection string that the trainees
can come in and connect to the training serve ...
|
How To Pick Winning Stocks
Thu, 15 Jun 2006 08:25:29 GMT
To pick winning stocks, you need the tools to separate
the companies with superior sales and profit growth from
the ones who are just making a lot of noise. Besides
choosing the right companies to invest in, you must
learn how to read the market's trend so that your timing
is right.
And picking the next ...
|
SQLServer 2005 Datasource Helper Classname for Websphere
14 Jun 2006 21:40:22 -0700
We are using WAS 5.1 with SQL Server 2005.
In the data source setup, I have to specify a "Data Source Helper Class
Name".
Should I use "com.ibm.websphere.rsadapter.GenericDataStoreHelper" or
"com.ibm.websphere.rsadapter.ConnectJDBCDataStoreHelper"?
...
|
Error with Glassfish?
Tue, 13 Jun 2006 10:31:02 -0700
I can get this driver to work and retrieve live data through plain JDBC and
through the NetBeans IDE.
However, I can't get this to work with Glassfish milestone 7.
I get the following exception. Anyone know what I can try?
RAR5111 : Error casting to javax.sql.Datasource :{0}
java.lang.ClassCastExceptio ...
|
how to enable loggin?
Fri, 9 Jun 2006 16:09:49 +0800
Hello, I tried to follow the instuction in the help page to enable logging,
but seems nothing is logged to the console or any file. Do I miss anything?
Enabling Tracing Programmatically
Tracing can be enabled programmatically by creating a Logger object and
indicating the category to be logged. For example, ...
|
collation SQL_EBCDIC037_CP1_CS_AS
Wed, 07 Jun 2006 21:54:32 GMT
I am running SQL Server 2005 and trying to connect to a DB with collation
set to SQL_EBCDIC037_CP1_CS_AS. On connection
(DriverManager.getConnection(url, userName, password); ) I am getting
"Codepage 0 is not supported by the Java environment." I am on JVM build
1.4.2_10-b03.
1) Has anyone else encou ...
|
|
|
Great time in France
Wed, 7 Jun 2006 15:31:37 +0100
Hello
I had a fantastic time in France, hope to visit again soon.
I found a holiday cottage from these guys www.looktogo.co.uk http://www.looktogo.co.uk
Regards,
Dancer: ). ...
|
Newlines not allowed in Call Escape by SQL Server 2005 JDBC driver
Tue, 6 Jun 2006 15:49:02 -0700
SQL Server 2005 JDBC driver connecting to SQL 2000 database all on Windows XP
Professional SP2.
If the stored procedure call SQL Escape syntax "{call proc(a1, a2)}" is used
and the statement contains one or more line terminating characters (carriage
return and/or newline) in a position where white space i ...
|
Get cursor in procedure error.
3 Jun 2006 22:34:41 -0700
This is procedure code as below:
CREATE PROCEDURE _fetchdatatest
@co_cursor CURSOR VARYING OUTPUT
AS
SET @co_cursor = CURSOR
FOR
Select rl_id,rss_url From _osd_rss_list
OPEN @co_cursor
GO
And java code:
Connection conn = null;
//Statement stmt = null;
CallableStatement stm ...
|