Author Topic: feap file as ODBC source  (Read 2473 times)

ngong

  • EA User
  • **
  • Posts: 275
  • Karma: +2/-2
    • View Profile
feap file as ODBC source
« on: November 23, 2022, 03:36:58 am »
From Sparx for EA16 I can download the EABase1558.feap file.
It is an empty EA repository and Firebird database file that I can open with EA16.
Selecting it in Win10 as an  ODBC Source (File DSN),  for the connetion string, I am asked for a User/Password/Role.

Any idea what to enter there?

Entering nothing does not create the connections. Also SYSDBA/masterkey does not work.
« Last Edit: November 23, 2022, 03:43:01 am by ngong »
Rolf

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8607
  • Karma: +257/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: feap file as ODBC source
« Reply #1 on: November 23, 2022, 09:23:54 am »
From Sparx, for EA16, I can download the EABase1558.feap file.
It is an empty EA repository and Firebird database file that I can open with EA16.
Selecting it in Win10 as an  ODBC Source (File DSN),  for the connection string, I am asked for a User/Password/Role.

Any idea what to enter there?

Entering nothing does not create the connections. Also, SYSDBA/masterkey does not work.
Hi Rolf,
To get around this issue if you don't get the correct user/password is to get into the DB by some means and delete the User security row in t_secpolicies.  THis will allow you to get in and then you can reenable User security with your new user/password.

HTH,
Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: feap file as ODBC source
« Reply #2 on: November 23, 2022, 09:29:54 am »
Try admin/password

q.

ngong

  • EA User
  • **
  • Posts: 275
  • Karma: +2/-2
    • View Profile
Re: feap file as ODBC source
« Reply #3 on: November 23, 2022, 11:59:19 pm »
@qwerty Does not work
@paolo what other means than ODBC is possible to access a firebird DB in a file? Using the default admin SYSDBA/masterkey does not work, either.
Rolf

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: feap file as ODBC source
« Reply #4 on: November 24, 2022, 02:19:46 am »
Have you tried Google for "firebird db viewer"?

q.

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8607
  • Karma: +257/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: feap file as ODBC source
« Reply #5 on: November 24, 2022, 11:42:38 am »
@qwerty Does not work
@paolo what other means than ODBC is possible to access a firebird DB in a file? Using the default admin SYSDBA/masterkey does not work, either.
Sorry, Rolf,
I don't know much about Firebird files.  I agree with qwerty about Googling.

Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

ngong

  • EA User
  • **
  • Posts: 275
  • Karma: +2/-2
    • View Profile
Re: feap file as ODBC source
« Reply #6 on: November 29, 2022, 09:39:42 pm »
For now, I have chosen to stay away from .feap files.
Also, it seems to be true, that LemonTree cannot handle .feap files.
Next time I will try to access a .qea file from Dbeaver. Maybe I have more luck with that one.
Or, I will find a way to do feature oriented progress in EA with gitflow like version control using a MariaDB repository.
« Last Edit: November 29, 2022, 09:41:59 pm by ngong »
Rolf