05-28-04 09:24 PM
Hi! i had the same problem but on redhat 8
I exported the database (exporting 217 files)
then when i tried to import to DB2 i had a [WCM.SCHEEMA].LOCKS (or something like that) m
issing. and then the error you said.
i solved the problem by adding this lines on wpconfig.properties file:
WpcpSchema=wpcp50
WpcpDbSchema=wpcp50
FeedbackSchema=fdbk50
FeedbackDbSchema=fdbk50
the names correspond to the names of the databases on the DB2 server.
by adding theese lines it exported 218 files and imported to DB2 just fine.
hope this works!
quote: Originally posted by Ray Harrison
Thanks for the advice, Oliver.
It sounded logical, but unfortunately did not solve my problem.
Oliver Meyer <meyer_oliver@gmx.de> wrote in message news:<406C31E2.EA0B7B2E@gmx.de>...[colo
r=darkred]
> Ray,
> I have seen this Cloudscape error before although not in the context of
> a migration from Cloudscape to DB/2.
> This seems to happen when the locks to the use of the Cloudscape
> database do not get cleared up correctly. If you are sure no application
> accesses the Cloudscape database (when portal server is stopped), you
> can try and delete the file <PortalServer>/cloudscape/wps50/db.lck
> This file keeps track of locking the database access when a application
> started the database. If this file does not get cleaned up correctly,
> this could result in the error message you posted.
>
> Oliver
>
>
> Ray Harrison wrote:
[ Post a follow-up to this message ]
|