Hi,
I have created a custom administration request form and a server addin to process these requests as specified at
http://www-10.lotus.com/ldd/today.nsf/lookup/Custom_AdminP_Handler
which processes messages from a message queue.
The only deviations from whats in the article worth mentioning are:
D1) The name of the server addin exe starts with character ‘n’. The message queue created by the process is called “MQ$<process name without the ‘n’>”.
D2) I have set the “OnClose: Present mail send dialog” for the administration request form and use this to send the request to Administration Requests database.
Problem:
P1) For some reason, when i issue a request after filling out the parameters, though at the server console i can see that the Router has delivered the message to Administration Requests, nothing seems to happen after this. The addin process does not get the request.
P2) Another wierd thing is that even if the server addin isn’t running, the adminp does not complain that it did not find a handler for the request.
All this with Domino Server & Administrator 6.5.
??
With a 5.0.8 setup, the AdminP would complain (error message at the server console) in such case. Now im not sure if its just that things’ve are different in Domino 6.5, or is it that there’s some error occuring even before AdminP tries to read the handler process from the request.
I have tried tell adminp process new / all etc. but no go with that either.
Any ideas on what could be wrong? Has anyone seen something like this (not) happening before? I wonder if this is a version-specific problem - things seemed fine on 5.0.8, but i’ve got to get this working on 6.X too.
BR,
D