Hi,
I have one server with Oracle Linux 6, instaled SOA Suite 11.1.6 with database SQLSERVER 2008.
On run rcu, change the collation for 'CS'.
But on start the adminserver say this error:
<<WLS Kernel>> <5581d86476efd779:-2288df38:139a8163ef9:-8000-0000000000000003> <1347144801004> <BEA-001529> <JDBC loggging last resource (LLR) connection pool wlsbjmsrpDataSource did not find its table and is creating a new one using the following SQL:
CREATE TABLE DBO.WL_LLR_ADMINSERVER (XIDSTR NVARCHAR(40) NOT NULL PRIMARY KEY, POOLNAMESTR NVARCHAR(64), RECORDSTR NVARCHAR(1000))>
####<Sep 8, 2012 7:53:21 PM BRT> <Critical> <JTA> <AdminServer> <[ACTIVE] Execute '0' for queue: 'WebLogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <5581d86476efd779:-2288df38:139a8163ef9:-8000-0000000000000003> <1347144801080> <BEA-110482> <A logging last resource failed during initialization. The server cannot boot unless all configured logging last resources (LLRs) initialize. Failing reason:
weblogic.transaction.loggingresource.LoggingResourceException: java.sql.SQLException: JDBC LLR, table verify failed for table 'DBO.WL_LLR_ADMINSERVER', failed to create table
Caused By: java.sql.SQLException: [FMWGEN][SQLServer JDBC Driver][SQLServer]The specified schema name "DBO" either does not exist or you do not have permission to use it.
Don't exist this "DBO", only "dbo". How resolve it?
Edited by: Charles Almeida on Sep 8, 2012 3:22 PM
--转自