by Shahzad >> Mon, 6 Nov 2006 18:53:51 GMT
I'm trying to extract from my schemas, using a .unl parameter file...
I have Jade installed on a local machine, and I am accessing it from a local machine. This is because I'm trying to test the process in a local environment before attempting it on a server.
The steps I'm taking is...
1) Start jadapp.exe
C:\localdev41\bin\jadapp.exe path=c:\localdev41\system AppServerPort=6008 server=singleUser
2) I seem to notice that in the Application Server screen that comes up, under the File menu, the "Start Service" and "Stop Service" items are grayed out.
3) It now is in a state of -- No Clients Connected -- Which I believe is correct
4) From the command line I run jadclient.exe
jadclient path=c:\localdev41\system schema=UserSchema app=JadeBatchExtract endJade File c:\UserSchema.scm c:\UserSchema.ddb UserSchema.unl UserSchema
5) I now wait as I see
Opening Database c:\localdev41\system ...
6) it then displays:
Error (-105) : Read/Write error on network
7) And then it quits
Now, the "network" in this context should just mean only my local computer, and I look up the error and it doesn't give me any useful information in the context of my setup.
Anyone have any ideas?