Technote

(FAQ)
"Schema 'USER' does not exist" error message when using Cloudscape database in the development environment
Problem
After applying 6.0.0.1, you get a "Schema 'USER' does not exist" error message when using Cloudscape database either through loader utilities or directly from the command line.
Cause
There is a problem with Cloudscape database that only surfaces after dropping and recreating stored procedures. During application of WebSphere Commerce fix pack 1, stored procedures are dropped and recreated, so this issues arises after fix pack application.
Solution
To resolve this, use username 'app' when connecting to Cloudscape database manually. Or, if you are using loader tools, make the following changes in the idresgen.bat and massloader.bat:

Modify this line:
set user=user
to
set user=app

This issue will be corrected in the next fix pack release.

Cross Reference information
Segment Product Component Platform Version Edition
Commerce WebSphere Commerce Developer Professional Edition 6.0.0.1
Commerce WebSphere Commerce Developer Express 6.0.0.1
   

Document Information

Current web document: http://www.ibm.com/support/docview.wss?uid=swg21258608