Book a Demo

Author Topic: Error in loading Model from DBMS-sql server  (Read 5800 times)

yiki

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Error in loading Model from DBMS-sql server
« on: March 14, 2012, 06:33:51 am »
I'm getting the following error when I try to load my model from the database. (we just setup the database using the script provided for SQLserver on sparkx's stie, and I was trying to upload my model for the first time after it has been succefully transfered from .EA to DBMS)

[highlight]An error has occured loading the requested object.
Microsoft OLE DB Provider for SQL Server [-2147217900]
Cannot resolve the collation conflict between
"SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_CI_AS" int equal to operation"[/highlight]

Appreciate any help and suggestions
Thanks

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Error in loading Model from DBMS-sql server
« Reply #1 on: March 14, 2012, 07:14:18 am »
What do you mean by "upload your model"? I understand it has been transferred from EAP to SQL Server with no problem. Now you open it? Or  what?

q.

yiki

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Re: Error in loading Model from DBMS-sql server
« Reply #2 on: March 15, 2012, 04:28:15 am »
Sorry I mean load not upload
thanks

yiki

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Re: Error in loading Model from DBMS-sql server
« Reply #3 on: March 15, 2012, 04:28:49 am »
or open "_

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Error in loading Model from DBMS-sql server
« Reply #4 on: March 15, 2012, 04:53:06 am »
I *guess* its something wrong with the schema creation script. AFAIR there are different versions. Check whether you used the latest from Sparx. If so you should contact Sparx support directly.

q.

P.S. What DB connection do you use? The native SQL Server or ODBC?
« Last Edit: March 15, 2012, 04:54:25 am by qwerty »

yiki

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Re: Error in loading Model from DBMS-sql server
« Reply #5 on: March 23, 2012, 03:33:11 am »
Thanks, for the reply. The problem was that we first ran the script and then we changed the Collation. so we tried to change the collation first and than run the script and it works.

Thanks

yiki

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Re: Error in loading Model from DBMS-sql server
« Reply #6 on: March 23, 2012, 03:35:18 am »
Once we transfer a .EAP to the DB, we cannot transfer another .EAP to the same DB again right?

hd

  • EA Administrator
  • EA User
  • *****
  • Posts: 312
  • Karma: +0/-0
    • View Profile
Re: Error in loading Model from DBMS-sql server
« Reply #7 on: March 23, 2012, 07:57:29 am »
Correct. Each project transfer will blow away the existing SQL Server repository.