Book a Demo

Author Topic: EA4.0 Corp:Unable to transfer EAP into Oracle DBMS  (Read 4224 times)

michal

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
EA4.0 Corp:Unable to transfer EAP into Oracle DBMS
« on: April 09, 2004, 01:42:38 am »
Dear EA authors,

I am evaluationg EA 4.0 in Corporate mode.
I created database repository for EA in
Oracle 8.1 and have datasource ready.
I am able to connect there, perform
create table, insert,select,delete,drop table

I have my EA-Test.eap file with few elements.
I launch EA in Corporate mode and select
Tools/Data management/Data transfer
select .EAP into DBMS option, carefully select
my EA-Test.eap as a source and my Oracle DB
as a target, then I select Oracle Provider for OLE DB
etc Test connection says successfull.

When I finally click Transfer data button,
EA I get
DAO.Database [3065]
Cant execute select query.

What do I do wrong ?
Thank you for your help, I really like your tool

Best regards
Michal

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: EA4.0 Corp:Unable to transfer EAP into Oracle
« Reply #1 on: April 09, 2004, 09:46:42 am »
Hi Michal,

you do not mention creating the actual repository tables, i.e. running the SQL script in your Oracle db. That could be cause of your problem.

Bruno

michal

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: EA4.0 Corp:Unable to transfer EAP into Oracle
« Reply #2 on: April 13, 2004, 12:21:57 am »
Hi Bruno,

the original problem I posted was certainly
caused by the missing tables etc in the DB.

I've downloaded the Oracle installation
.sql script.

It does not run for me. I am running Oracle
8.1.5, but the installer script mentions Oracle 9i.
Does someone succesfully run my version of Oracle
as a repositorty for EA ?

Thanks
Michal

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: EA4.0 Corp:Unable to transfer EAP into Oracle
« Reply #3 on: April 13, 2004, 03:52:05 am »
Hi Michal,

I do not, but I see no reason why it should not be possible. We may have to edit the sql script a little... what are the errors you get when you try to execute it?

Bruno

hd

  • EA Administrator
  • EA User
  • *****
  • Posts: 312
  • Karma: +0/-0
    • View Profile
Re: EA4.0 Corp:Unable to transfer EAP into Oracle
« Reply #4 on: April 13, 2004, 05:14:43 pm »
EA is only supported on Oracle 9i upwards - it will not run on version 8.

michal

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: EA4.0 Corp:Unable to transfer EAP into Oracle
« Reply #5 on: April 15, 2004, 06:58:56 am »
I thought so, thanks for your reply...