Error

Srinivasa Rao

New Member
Hi,

I have installed Progress 9.1E and when try to created Database with .pf file at proenv the following error was occurred

proenv>proserve -pf c:\Users\Acer\Desktop\test.pf
PROGRESS Version 9.1E as of Tue Oct 12 20:29:29 EDT 2004
Unabled to set -c <classpath> option, error in argument: (@{JAVA\JRECP};@{JAVA\P
ROGRESSCP})

please anybody can help me overcome from this error.

Thanks in Advance.
 
Thank you Cringer,

contents of pf file as given below.

-db test
-H localhost
-S 3000
-n 101
-Mn 15
-Ma 5
-Mpb 4
-ServerType SQL

1) progress 9.1E
2)win7
3)i tried "proenv>proserve -pf c:\Users\Acer\Desktop\test.pf" command
4) error is
PROGRESS Version 9.1E as of Tue Oct 12 20:29:29 EDT 2004
Unabled to set -c <classpath> option, error in argument: (@{JAVA\JRECP};@{JAVA\P
ROGRESSCP})
 
Hi Rob Fitzpatrick,

I am sorry, i didn't get what you mean to say.. and the following command i used for creating for the database.

"proenv>proserve -pf c:\Users\Acer\Desktop\test.pf"
 
That command does not create a database. It starts a server for a database that you, hopefully, created previously using something like "prodb".
 
Back
Top