Starting a server from the command line
Author: i.sharp@pcisystems.co.uk (Iain Sharp)
If I wish to start a server from the command line with a non-standard application shell, it seems to be possible from the documentation. However, I can't find a full example. I have tried a command line such as :-
and also tried defining the line in the urouter asn file as :-
and then starting the server with
I have tried putting the EDI.aps in the command line, and not in the urouter.asn and vice versa. I have tried putting the aps in both places. Some versions don't appear to start a server service registered with the urouter (no sign in the urouter monitor) but the latter setups seem to start a service, but there is no sign that they run any code in the aps application trigger. (The asn is set to $ioprint 1024, generates no log file, the waiting debugger does not catch any process.) Can anyone with experience of this give me a clue where to go next? Iain
I've tried close and close "$DNP" and they don't help keep the urouter tidy. Mike - We currently do run the housekeeping from a start up shell which starts mostly services from uniface.exe. Since our system is client server, that means we have two processes running (uniface.exe and userver.exe) to do one job, both on the same machine (the app server), I know the difference is going to be marginal, but I was hoping to use less system resource, since speed at runtime is one of our biggest bugbears.