Consultor Eletrônico



Kbase P107416: Trying to start database from procontrol getting error 598 after running prostrct repair.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   17/11/2005
Status: Unverified

FACT(s) (Environment):

Windows 32 Intel

SYMPTOM(s):

Trying to start database from ProControl getting error 598.

<file-name> is a copy of <file-name>. Database cannot be opened. (598)

.st file for the database appears to be correct.

CAUSE:

.st is corrupted or contained escape characters.

FIX:

Run prostrct repair using a good .st file.
1. Create new .st file following proper syntax and avoiding hidden characters.
2. run:
prostrct repair new.st
example of proper format for .st file:
#
b d:\91e\wrk\
#
d "Schema Area":6,32 c:\91e\wrk\
#
d "Employee":7,32 c:\91e\wrk\ f 320
d "Employee":7,32 c:\91e\wrk\
#
d "Inventory":8,32 c:\91e\wrk\ f 640
d "Inventory":8,32 c:\91e\wrk\
#
d "Cust_Data":9,32 c:\91e\wrk\ f 320
d "Cust_Data":9,32 c:\91e\wrk\
#
d "Cust_Index":10,32 c:\91e\wrk\ f 320
d "Cust_Index":10,32 c:\91e\wrk\
#
d "Order":11,32 c:\91e\wrk\ f 1280
d "Order":11,32 c:\91e\wrk\
#
d "Misc":12,32 c:\91e\wrk\ f 320
d "Misc":12,32 c:\91e\wrk\