Error Migrate A Database From Progress Version 9 To Openedge 11

Jatinder K

New Member
We are migration progress database 9.1D to Open Edge 11.6.1 version by using conversion utility and getting below error :-

Only Enterprise systems may access a database with large files enabled (9818)

below are the steps performed by us :-

1) Taken full backup
2) Truncated bi
3) exported Openedge 11.6 version variables

DLC=/appl0-sun1086/prog116/dlc
export DBUTIL=$DLC/bin/_dbutil

ORIGDLC=$DLC;export ORIGDLC

DLC=$ORIGDLC/bin/102dbutils;export DLC
PROCONV=$DLC/convmap.cp; export PROCONV

4) Using below command to convert database into Openedge 11.6 version and getting error 9818.

$DLC/102b05_dbutil /db1-di30/dispatch -C conv910

Installed licences detail -

1) 4GL Development System
2) Client Networking
3) OE DataServer for Orac
4) OE Enterprise RDBMS

Operating system is Solaris 10

Please help to check this error. Thank !

Regards
Jatinder Kumar
9999011541
 

Rob Fitzpatrick

ProgressTalk.com Sponsor
The error 9818 means that you have a database with large files enabled (an Enterprise-only feature) and you are trying to open it with a non-Enterprise RDBMS license installed (i.e. Workgroup or Personal). Run "showcfg" with your 11.6 DLC and you will see your installed products.
 

Jatinder K

New Member
Hi Rob,

Thanks for your reply !

We have a OE Entriprise RDBMS installed.

Please let me know the licence name with full detail to get that added in existing installation.

Below is the installed licence detail :-


1) Product Name: OE Enterprise RDBMS
Installation Date: Mon May 16 11:37:48 2016
User Limit: 200
Expiration Date: None

2) Product Name: OE DataServer for Orac
Installation Date: Mon May 16 11:37:48 2016
User Limit: 5
Expiration Date: None


3) Product Name: Client Networking
Installation Date: Mon May 16 11:37:48 2016
User Limit: 50
Expiration Date: None

4) Product Name: 4GL Development System
Installation Date: Mon May 16 11:37:48 2016
User Limit: 4
Expiration Date: None
 

Jatinder K

New Member
Thanks Stefan !
Just want to make sure with given instructions in knowlage base

We Have to copy progress.cfg from old progress installation path i.e 9.1d to 91dbutils directory open edge installation

I have a doubt here that how to copy enterprise Db licence?

Do we need to copy interprise licence keys from 9.1d by using showcfg and add that licence in 11.6 open edge installation.
Please advice

Regards
JATINDER Kumar
 

Stefan

Well-Known Member
The cfg file is the result of entering your license info.

So copy your 9.1A progress.cfg (from 9.1A bin) to your 11.6 91dbutils directory.
 

Jatinder K

New Member
Hi Stefan,

I am able to perform database migration from 9 to 11.6 open edge. Thank You so much for your help :)
 
Last edited:
Top