Hi all,
Here i facing new kind of issue. we using SEP MR5 version on FAX server, only AV components actives on same machine. but right FAX vendor said their application services hung survival time, due to antivirus.
- he said it has been verified that notes.ini is updated with additional parameter (EXTMGR_ADDINS=notespw.dll) by anti virus software installed on RightFax System
- (EXTMGR_ADDINS=notespw.dll) is automatically updated by Antivirus Softwarehe .
Thier report he mention below point
RightFax [ 8.5 8.7 9.0 9.3 9.4 ]
Antivirus software modifies the standard notespw.dll entry in the notes.ini from: ADDINS=notespw.dll
to EXTMGR_ADDINS=notespw.dll The RightFax Lotus Notes Gateway uses the notes.ini on the RightFax server to make an API call. With the standard notespw.dll entry modified, we can no longer properly make the API call thus causing the gateway to stay in a 'starting' state.
To resolve this first you must stop the Lotus Notes Gateway.
Windows 2003
1. Open a command prompt
2. Go to the RightFax\Gateway directory
3. Type the following command: taskkill /F /IM notesgateway.exe [ENTER]
Windows 2000\NT
1. Open a command prompt
2. Go to the RightFax\Production\Bin directory
3. Type the following command: kill -f notesgateway [ENTER]
**IMPORTANT** This works best physically at the server. If you do not get a message that the gateway was successfully killed, go to the s! erver and type the same command while at the console.
There are two ways you can modify the notes.ini:
1. Open the notes.ini on the RightFax server
2. REM out the EXTMGR_ADDINS=notespw.dll entry (place a semi-colon in front of the entry)
3. Insert the standard ADDINS=notespw.dll entry just above the ;EXTMGR_ADDINS=notespw.dll
4. Open the Notes client to verify functionality 5. Close the Notes client
6. Start the gateway
Conversely, in step 2, simply delete the EXTMGR_ that Antivirus adds and continue to step 4.
All inbound, outbound, and synchronization processes for the Lotus Notes Gateway should be fully functional now. For further information about the EXTMGR_ entry please contact Antivirus Vendor.
Please suggest me any step for Solve this issue from my side.