Book a Demo

Author Topic: How to Move EA Databases to a new sql server  (Read 4227 times)

Keith Weitz

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
How to Move EA Databases to a new sql server
« on: June 25, 2009, 12:35:40 am »
Is there any documentation out there that shows how to move the EA databases from one sql server to another?  I need to retire an old sql server and I need to move all the EA db's to the other server.  I'm looking for which db's and log files need to be specifically moved as well as any adjustments that need to be made in the application.

Thanks.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8087
  • Karma: +118/-20
    • View Profile
Re: How to Move EA Databases to a new sql server
« Reply #1 on: June 25, 2009, 08:18:05 am »
EA allows for you to transfer your models with Tools | Data Management | Project Transfer.

You'll still need to know your source database and have created the schema on the target server though.
« Last Edit: June 25, 2009, 08:19:48 am by simonm »

Keith Weitz

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: How to Move EA Databases to a new sql server
« Reply #2 on: June 25, 2009, 11:27:23 pm »
Great!  Thanks for the info.   I've created a target db on the new server and ran the SQLServer-BaseModel.sql script on it.  Is that sufficient to prep for the Project Transfer or do I not need to do that much?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8087
  • Karma: +118/-20
    • View Profile
Re: How to Move EA Databases to a new sql server
« Reply #3 on: June 26, 2009, 09:05:03 am »
That should be all.  But if you look at http://www.sparxsystems.com/uml_tool_guide/uml_model_management/upsizingtosqlserver.html the only different is the source datasource in step 3.

Keith Weitz

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: How to Move EA Databases to a new sql server
« Reply #4 on: July 12, 2009, 12:39:10 am »
Ok, I went to do the project transfer.  It bombed on t_snapshot transfer with an out of memory error on the notes field.  The overall project is over 3 gigs.  Using version 7.1.828.  I did a project compare and there are ~16500 records in there

Any ideas?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13448
  • Karma: +571/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: How to Move EA Databases to a new sql server
« Reply #5 on: July 13, 2009, 04:46:44 pm »
How about restoring the backup of the database onto the new server?
I've done a couple like that and it worked like a charm. (and it is a lot faster)

Geert

Keith Weitz

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: How to Move EA Databases to a new sql server
« Reply #6 on: July 13, 2009, 10:49:26 pm »
Will try that today ( hopefully)