Greetings,
I would like to know where could I find more information about NAS. E.g., when it starts and fires 99 trigger, and it finishes, does it quit? If not, then what does it do?
I'd like to know how exactly does it work, cause for now, it's causing me alot of problems..
I have it starting via task scheduler by now, but sometimes it just locks up and does nothing.. sometimes it says that it'll keep initializing every 30 seconds, and other times it just quits after 99 is finished..
p.s. i read the documentation, but it doesnt talk about that. and i cant find technical white paper for connectivity and automation
thank you!
Comments
Also, when It's started via same cmdline from task scheduler, it seems to quit when trigger is finished, with exit code 0x1.. what's that?
What the "normal" procedure is in Navision, is to create a Single Instance CU with your functionality and keeping itself alive (using a Timer or something). This CU is started from trigger 99 in CU1.
Look for example at the Biztalk CU. "BizTalk Appln. Srv. Startup" (99008528) which is started from CU1 (startup param "CG").
The C1/99 started one Report, which finished (and said "0 Invoices posted.."), then C1/99 finished aswell, but NAS still keeps running?
When I start it via task scheduler, it doesn't stay running, but instead gives this message in event log
Are you sure this is how it works? Because I made 99 trigger empty, and it still keeps running, saying press ESC to shut down NAS. Shouldnt it shutdown immediatelly, since there's nothing to execute?