We have a serverapplication (not a service) which has to run when clients run their erp-application. There is no check in the erp-application if the serverapplication is running. The application is being started on the console of the server, but sometimes it is aborted. I want to check on the server if the application is running before we import orderlines from another database.
How can I add a function in my CC-program, that imports the orderlines into the ERP-database, which checks if the consoleprogram (win 32-bit) is running.
Thanks for your tip!
How can I add a function in my CC-program, that imports the orderlines into the ERP-database, which checks if the consoleprogram (win 32-bit) is running.
Thanks for your tip!
Comment