Consultor Eletrônico



Kbase P169562: Is it possible to use network paths in a .st file
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/03/2011
Status: Verified

GOAL:

Is it possible to use network paths in a .st file

GOAL:

Are network paths allowed in a .st file

GOAL:

How to specify a network share location in a .st file

GOAL:

How to copy an existing database to a network share

GOAL:

How to start a database located on a network share

GOAL:

How to do a prostrct list on a database located on a network share

FACT(s) (Environment):

Windows
OpenEdge 10.x

FIX:

To copy an existing database to a network share
procopy C:\Progress\OpenEdge\sports2000 \\2003r2-32bit\sharedFolder\mysport
To start a database on a network location:
proserve \\2003r2-32bit\sharedFolder\mysport
To do a prostrct list on a database on a network share
prostrct list \\2003r2-32bit\sharedFolder\mysport \\2003r2-32bit\sharedFolder\mysport.st

Here is an example of .st file of a database located on a network share:
#
b \\2003r2-32bit\sharedFolder\\mysport.b1
#
d "Schema Area":6,32;1 \\2003r2-32bit\sharedFolder\\mysport.d1
#
d "Employee":7,32;1 \\2003r2-32bit\sharedFolder\\mysport_7.d1 f 320
d "Employee":7,32;1 \\2003r2-32bit\sharedFolder\\mysport_7.d2
#
d "Inventory":8,32;1 \\2003r2-32bit\sharedFolder\\mysport_8.d1 f 640
d "Inventory":8,32;1 \\2003r2-32bit\sharedFolder\\mysport_8.d2
#
d "Cust_Data":9,32;1 \\2003r2-32bit\sharedFolder\\mysport_9.d1 f 320
d "Cust_Data":9,32;1 \\2003r2-32bit\sharedFolder\\mysport_9.d2
#
d "Cust_Index":10,32;1 \\2003r2-32bit\sharedFolder\\mysport_10.d1 f 320
d "Cust_Index":10,32;1 \\2003r2-32bit\sharedFolder\\mysport_10.d2
#
d "Order":11,32;1 \\2003r2-32bit\sharedFolder\\mysport_11.d1 f 1280
d "Order":11,32;1 \\2003r2-32bit\sharedFolder\\mysport_11.d2
#
d "Misc":12,32;1 \\2003r2-32bit\sharedFolder\\mysport_12.d1 f 320
d "Misc":12,32;1 \\2003r2-32bit\sharedFolder\\mysport_12.d2

To do a prostrct repair of a database located on a network share:
prostrct repair \\2003r2-32bit\sharedFolder\mysport