Applies To | |||
Product(s): | ProjectWise Client V8i | ||
Version(s): | 08.11.07.443 | ||
Environment: | N/A | ||
Area: | PROJECTWISE EXPLORER CLIENT | ||
Subarea: | N/A | ||
Original Author: | Bentley Technical Support Group | ||
Problem
When trying to change a project property, user gets error -11149, Cannot save instance to storage (instance id ...,class id....,class name...)
Solution
The problem was with id columns in the database that were set as a numeric data type and should have been int. problem occured after incorrectly converting database from Oracle to SQL
PROJECTTYPEID needs to be an int NOT a numeric data type
UNIQID needs to be an int NOT a numeric
example query to fix a particular table:
alter table I_CTDOT_BRIDGE_BEN alter column PROJECTTYPEID int;
user should always backup database before altering the database
See Also
External Links
Bentley Technical Support KnowledgeBase
Comments or Corrections?
Bentley's Technical Support Group requests that you please confine any comments you have on this Wiki entry to this "Comments or Corrections?" section. THANK YOU!