WebSphere Portal Server - Problem with C2A and SQLServer

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere Portal Server > October 2005 > Problem with C2A and SQLServer





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Problem with C2A and SQLServer

2005-10-25, 5:54 pm

I have a portal configurated with SQLServer as 'WPS50' db.
In my portlets, if I try to call PropertyBrokerService.unregisterActions I obtain the exception:

<I>java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]DELETE statement conflicted with COLUMN REFERENCE constraint 'FK910B'. The conflict occurred in database 'wps50', table 'PORT_PARM', column 'PORT_PROP_OID'.</I>

The constraint FK910B is setted on WPSDBUSR.PORT_PARM table:
CONSTRAINT [FK910B] FOREIGN KEY ([PORT_PROP_OID]) REFERENCES [WPSDBUSR].[PORT_PROP] ([OID])

This is without 'on delete cascade' directive so I think this is the problem. In fact, other db (cloudscape or db2) have it.

I try to drop and recreate the constraint by hand but SQLServer cannot sets 'delete cascade' on FK910B because, it says, may causes cyclic paths.

Any idea?

Ciao, Diego

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com