Entry point not called

SOLVED

Hello everyone Slight smile

I try to implement the entry point https://online-help.sageerpx3.com/erp/12/wp-static-content/static-pages/en_US/OBJ/ADC_SERVEUR.htm#APE_30_10 with action REQUETE. 

I created the entry point and the processing script in the X3 folder as described in the entry point description.

I saw no logs in X3 > SRV > TRA or in our custom logs with the information I logged. At least the standard logs should be in X3 > SRV > TRA right?

Thus I think the entry point not gets called.

In order to fire the entry point I tried to restart a job in the reccurring tasks function.

Besides in the query management I tried to launch a query.

Unfortunately the entry point not seems to get called.

Furthermore I restarted the batch server, logged out and logged in again but with no effect.

We use the X3 version 2023 R1.

I saw in the standard script that the entry point REQUETE still exists in this version.

In the entry point description it says the following:

"This entry point is used to insert additional logic each time the server launches a recurring request, for example to prevent the launch or to update another table."

Does this mean it only launches when the server and not a user starts a recurring request or a single request?

Our goal is to prevent two instances of a job running at the same time because this causes problems. It should prevent this if a user or the batch server hisself launches a request in either the recurring tasks or query submission window or anywhere else. Maybe we need additional entry points for achieving this or this is not the entry point or I do something wrong.

Are there other things besides adding the entry point in the corresponding X3 function, providing the specific script and logg out and logg in again I have to do to activate an entry point? What do I wrong?

Thank you for your help.

Best regards

Bense