Hi all /experts,
I am facing problem on executing OEDQ job from command prompt at localhost.
My system configuration is :
OS --> Windows 7
RAM ---> 2 gb
system type---> 32 bit
On my system, OEDQ 11.1.1.7.3.(1050) is installed in the path C:\Program Files\Datanomic\dnDirector
The jmxtools.jar file is present in the path C:\Program Files\Datanomic\dnDirector\tools
At first, I opened windows command prompt . Go to the above specified jmxtools.jar directory on command prompt.
Then following one by one command as per EDQ Command Line Tool document.
- java -jar jmxtools.jar version // working on my system
- java -jar jmxtools.jar -list // also working on my system
- java -jar jmxtools.jar runjob -job doingTest -project EDQ-CDS -u dnadmin -p p4dqnvo2 localhost:9002 // not working on my system
where,
doingTest --------> name of job that has been created by me
EDQ-CDS ---------> name of the project (actually, it is built in project on OEDQ)
dnadmin ---------> username
p4dqnvo2 ----------> password
localhost ----------> servername onto which OEDQ has been installed (But I have mainly doubt here, is it right??? )
9002 -----------> port number
After,executing above command it is showing below error :
Error looking up system remote interface in registry : error during JRMP connection on establishment;
nested exception is: java.io.EOFException (code:7052)
I think it is network related to my sytem , error. I have tried googling many times for finding solution to this problem. but alas! I am helpless to solve this problem.
Please help me anyone on solving this problem.
Any help will be highly appreciated. Thanks in adavance.
Regards,
Goutam Samanta
(Beginer OEDQ developer )