Windows services dependencies

gigi

gigi

VIP Member
Hi,
someone knows how to create ERP 8 services on Windows 2000 with dependencies? (JDE queue must depend on JDE net)
Thanks in advance
Gigi
 
Change for your release:

Note: You can copy the lines below and paste by right-clicking in the command window

Stop JDE Services. Make sure they stop clean. If necessary, set the JDE services to manual and reboot the machine to
ensure they are stopped when you uninstall them



1. Uninstall jdesque
cd jdedwardsoneworld\ddp\b733x\system\bin32
jdesque -u

2. Uninstall jdesnet
jdesnet -u

3. Reboot

4. Reinstall jdesnet
jdesnet -i -d"MSSQLSERVER"
or
jdesnet -i -d"DB2"

5. Reinstall jdesque
jdesque -i -d"JDE Update 4 B733 Network"

6. Set JDE Network to start automatically

7. Set JDE Queue to start automatically

8. *** Reset both Services' Passwords ***

9. To test:
Stop all three services- Queue then Network then RDBMS
Start the Queue and it should start the RDBMS and the Network before starting
 
Back
Top