by Mike >> Fri, 13 Feb 2004 17:19:51 GMT
Because I'm using a Jetted application, I have to start a number of server apps using ServerApplicationN=<schema>,<app> in the [JadeServer] section of my .ini file. These apps are fat client and thus jade.exe needs to read a ...ini file in order to get the relevant comms settings from NetworkSpecifications to talk to the RNA. Jade's not opening my lovingly crafted .ini file because it's called:
"E:\JadeControl\system\Jade CONTROL.ini"
Instead, it's opening:
"E:\JadeControl\bin\JadeCONTROL.ini"
(yes, there's no space - I found this out from the JOM log.) Having copied the former to the latter, it worked sweet as a nut.
Now, I don't want to maintain two .ini files for the same DB, so how can I make the fat client server apps use the former instead of the latter? And just how did it decide on the particular name for the .ini file it was reading, anyway? Does it simply assume that it's named after the install folder?