I'm currently experimenting with using the InDesignServerService (windows service) as our means of starting and managing instances of InDesign Server.
I seem to have it working for the most part but the IOR files are not being created and I cannot figure out why. I have been messing around with the command line arguments in the InDesignServerService MMC for quite some time with no luck. The instances seem to startup fine and show "running" in the event viewer info message.
Command line arguments used -
-pluginpath Server/Corba -iorfile c:\IDSQueues\Default\ior1.txt -previews
I've made sure the account the service is running under has writes access to the ior file path. I truely don't know what else to try or why this is happening.
Any help would be great! thanks!
FYI
Using InDesign Developer Server CS5 (for testing) on Windows 7 64bit.