Book a Demo

Author Topic: Project data transfer - missing usystables  (Read 4671 times)

Michel777

  • EA User
  • **
  • Posts: 228
  • Karma: +0/-0
    • View Profile
Project data transfer - missing usystables
« on: September 15, 2013, 06:04:30 am »
Hi,

transfering project data from .eap to MS SQL 2012 caused error (2 times):

Invalid object Name "usystables"

and after that it was  hanging at  copying t_secpolicies.

Any idea ?

Thanks in advance,

Michel

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Project data transfer - missing usystables
« Reply #1 on: September 15, 2013, 07:40:56 am »
usystables is one of the required table. Check if your schema contains it. And if not, re-create it from what Sparx supplies with their resources.

q.

Michel777

  • EA User
  • **
  • Posts: 228
  • Karma: +0/-0
    • View Profile
Re: Project data transfer - missing usystables
« Reply #2 on: September 15, 2013, 06:43:32 pm »
Thanks a lot for your effort