Book a Demo

Author Topic: Transfer Data to EAP  (Read 5980 times)

Tehila1

  • EA User
  • **
  • Posts: 256
  • Karma: +0/-0
    • View Profile
Transfer Data to EAP
« on: August 16, 2015, 10:19:22 pm »
Hello,

I encounter an error while trying to transfer DB data to a simple eap file.
I paste the connection string as the source and an almost-empty eap model as target.
The following error is displayed:
"The selected source database driver is not supported by EA".

Any ideas?
Thanks in advance!

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Transfer Data to EAP
« Reply #1 on: August 17, 2015, 04:07:05 am »
Those connection strings are tricky. Can you post yours?

q.

Tehila1

  • EA User
  • **
  • Posts: 256
  • Karma: +0/-0
    • View Profile
Re: Transfer Data to EAP
« Reply #2 on: August 17, 2015, 03:53:11 pm »
Quote
Those connection strings are tricky. Can you post yours?

q.

How can I retrieve the connection string from my DBMS model?

I tried the Repository.ConnectionString, but it returns the model path instead of the connection string. Again, this is not a simple JET EAP model, it is a DBMS (Oracle)

Any ideas?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Transfer Data to EAP
« Reply #3 on: August 17, 2015, 04:22:26 pm »
Make sure you use the correct driver for the connection to your Oracle model.
IIRC that should be the "Oracle OLEDB" driver.

Geert

ducatiross

  • EA User
  • **
  • Posts: 114
  • Karma: +1/-0
    • View Profile
Re: Transfer Data to EAP
« Reply #4 on: August 17, 2015, 06:15:35 pm »
Hi Tehila1,

I've never been able to get the Transfer DB to EAP file process to work. I have to export the parts I want as XMI from the DB then load them into an EAP file.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Transfer Data to EAP
« Reply #5 on: August 17, 2015, 06:22:02 pm »
Quote
How can I retrieve the connection string from my DBMS model?
You said "I paste the connection string"

q.