Applies To Product(s): OpenPlant ModelServer Version(s): 08.11.11.395 Environment: Windows 7/8 (64 bit) Area: Projectwise Subarea: Original Author: Prashant Srivastava, Bentley Product Advantage Group Background Error message pops up when user tries to do any operation against 'OpenPlant ModelServer' Reason This occurs when database odbc user , which was used to setup ProjectWise datasource, does not have enough db permissions. Solution Go to SQL Server Management studio, grant appropriate permissions by executing following commands USE [PW_Datasource]; SELECT s.name FROM sys.schemas s WHERE s.principal_id = USER_ID (' user\service '); USE [PW_Datasource]; DROP USER [ user\pwservice ]; EXEC sp_changedbowner [ user\pwservice ]; Restart opms service after this change. Still a Problem If there is still some problem while trying to perform any operation against OpenPlant ModelServer, then please create a Service Request and contact Bentley Product Advantage group along with the list of all relevant details to get in depth analysis and for possible solution or workarounds. Comments or Corrections? Bentley Product Advantage Group requests that you please confine any comments you have on this Wiki entry to this "Comments or Corrections?" section. THANK YOU!
↧