cancel
Showing results for 
Search instead for 
Did you mean: 

Enqueuer Action Block

Former Member
0 Kudos

Hi there,

I'm trying to execute a transaction of MII from ME with an activity hook (MIITransactionExtension).

All actions in the transaction are well done until the enquerer action is in line.

This action returns the following exception


Enqueuer.execute(): Error in enqueing the message: while trying to invoke the method java.sql.Connection.prepareStatement(java.lang.String) of a null object loaded from local variable 'connection'.

Has anybody an idea?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

It is probably related to your MEINT pool, check that it is up and running in your NWA-->application resources--> custom data sources or that it is properly defined within your MII transaction.

If that doesn't help, please post the stack here.

Regards,

German

Former Member
0 Kudos

Hi German,

Follow the trace of the error:

follow also the configuraion of the MEINT pool:

There is no configuration on the MII Transaction at all.

Btw, when I execute the transaction by the test button inside MII, it works fine!

The problem is when executing the transaction by the activity hook.

Thank you.