I have a C++ application (.exe) that uses the Notes C API method “ReplicateWithServer” and runs on a Notes Client machine. It is a ATL/COM Server style application with a dialog interface (i.e. it is not an AddIn type)
Under R5 the only console window prompt ever received was the “password” prompt (which can be squashed thru a client setting).
During our testing under R6.0.1 there are now other messages popping up including “SPX improperly configured…”, and “Updating ACL on server copy…”, etc.
Is there any way to generically stop all these “status” messages from causing the console window to popup in a client application?
Subject: Can API based EXE stop the client message console window from popping up?
I am looking for an answer to this problem as well. I created a Windows c++ application that simply sends an email. When it calls CreateMailMessage I get a console window with errors below: (We are not running netware so no need for ipx/spx)
03/30/2007 03:30:50 PM The NetWare Services Requester has not been installed or configured. Please install.
03/30/2007 03:30:50 PM The SPX Port Driver failed to initialize. Not all of the required NetWare Services have been installed or configured. Please install and configure.
03/30/2007 03:30:50 PM Network not started
03/30/2007 03:30:50 PM The SPX Port Driver failed to initialize. Not all of the required NetWare Services have been installed or configured. Please install and configure.
Subject: RE: Can API based EXE stop the client message console window from popping up?
Through further searching on the web, I have found an answer.
You simply need to remove the “SPX” entry from the enabled ports line of the notes.ini (“Ports=…”) and add it to the “Disabled Ports=…” line of the notes.ini.