Book a Demo

Author Topic: Cannot Transfer Project from EAP to SQLServer  (Read 2583 times)

dabevan

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Cannot Transfer Project from EAP to SQLServer
« on: January 23, 2008, 02:19:22 am »
I have created a dummy UML project and saved it as EAP. I now need to move this to out SQL Server so I selected Tools->Data Management->Project Transfer.

..I select EAP to DBMS, select my source project and then select my target. I fill in all the SQL Server stuff and test the connection which works fine, but when I try to do the transfer I get the following errors...

"Microsoft OLE DB Provider for SQL Server [-2147217865] Invalid object name 'usys_system'"

...this message repeats for a whole series of objects...

t_secpolicies, t_rtf, t_secuserpermission etc etc


Does anyone know why im getting these errors and more importantly how to get rid of them?

Many Thanks.

David Bevan

Oliver F.

  • EA User
  • **
  • Posts: 573
  • Karma: +2/-1
  • ArenĀ“t we all in the model business ?
    • View Profile
    • Karl Storz homepage
Re: Cannot Transfer Project from EAP to SQLServer
« Reply #1 on: January 23, 2008, 02:56:08 am »
Quote
..I select EAP to DBMS, select my source project and then select my target. I fill in all the SQL Server stuff and test the connection which works fine, but when I try to do the transfer I get the following errors...

"Microsoft OLE DB Provider for SQL Server [-2147217865] Invalid object name 'usys_system'"


EA does not create the tables for you but expects a completely setup SQL database repository before transfering the data.

You can download the SQL initialisation scripts for various DBMS from the registered users support site.

Oliver