Send event from autosys client to server - job-scheduling

How to trigger an event from my client to autosys server?
How to get reports from my client to autosys server?

Related

In a Web API call, if the server's reply didn't get to the client, will the server know?

A client, such as a C# program, invokes a server via its web API. The server process that is invoked does some database changes, then returns some data to the client, and the web API call finishes.
Suppose the response fails on its way to the client - for example the client dies and therefore the response can't be transmitted to the client.
In this case, will the server process get an exception from the operating system, so that it can rollback the database changes, or will the server happpily assume that the client has received the response, and commit the database changes?
The reason I am asking this, is that I don't want the server's database to be in a state that believes that the client has got the response, but the client hasn't. This will result in lost of sync between the client devices and the server.

Heartbeat status NiFi flow

I want to create a scheduled heartbeat status process in a websocket flow. This is the flow I'm trying to achieve. Connect to websocket -> first message has heartbeat status interval -> parse the interval value -> start scheduled processor to send a heartbeat status through websocket connection -> in the same websocket connection, wait for other message to come through that will be parsed.
I have a flow that currently looks like this
The heartbeat statusing process group looks like this.
Does this look right?
How should the retry flow file in the heartbeat statusing look? It doesn't seem to be working. it keeps queuing retries, but never goes through the retries_exceeded relationship.
will the heartbeat statusing process group run in its own thread?
how can I pass the websocket session to the heartbeat statusing process group?

Rsyslog: run script in case of connection issue with the rsyslog server

I would like to alert sysadmin in case of connection lost between Rsyslog client and server. Basically I would like the rsyslog client to send mail to sysadmin if the client is unable to send rsyslog server.
Is they anyway to detect connection lost and trigger a script in Rsyslog ?
Thank in advanced.

To do a call back function in TraCIScenarioManager

I am writing a Server Client Program where omnet/veins is the client. However, omnet doesn't request data but acts on the data sent from the server. I want to keep listening for a message from the server but also allow other events to happen simultaneously without causing any delay in the execution of the events. I am using TraCIScenarioManager module to wait for the data from the server.

Client unexpectedly shutdown

I am working on a .net rich client server application, the client call the server thru web service, what could happen if the client is suddently shutdown(connection closed) when it is calling the server? will the server be able to dectect this?
If the client is submitting a request to persist a set of data to server database, will the transaction still run?
Thanks in advance
try it. Make a web service call and then pull your internet cable.

Resources