Creating the Network and Queue services in XE

mtrottier

Well Known Member
Anyone remember how to manually create the JDE Network and QUEUE Windows services on an XE Enterprise server.

Of all the things I've lost I miss my mind the most!
 
I found my notes.

Run "jdesnet –i" from system\bin32 directory.
Run "jdesque –i" from system\bin32 directory.
 
If I remember right, you can make the queue dependent on the network service with the -d option, that way you can automatically start the services in the right order.

Secondly, remember to change the service user in NT from a service account to an actual user ID !
 
[ QUOTE ]
Anyone remember how to manually create the JDE Network and QUEUE Windows services on an XE Enterprise server.

Of all the things I've lost I miss my mind the most!

[/ QUOTE ]


cd jdedwardsoneworld\ddp\b733x\system\bin32
jdesnet -i
jdesque -i -d"JDE Update 3 B7334 Network"
 
Back
Top