To resolve this issue, modify the Rgroup.vbs file in Notepad. To do this, follow these steps:
- Click Start, point to Programs, point to Accessories, and then click Notepad.
- On the File menu, click Open.
- Locate the Rgroup.vbs file, and then click Open.
- Locate the following text that is on line 259:
On Error Resume Next
g_admin.Get strNewsgroup
if ( Err.Number <> 0 ) then
- Replace the text that you located in step 4 with the following text:
On Error Resume Next
g_admin.Get strNewsgroup
if ( Err.Number = 0 ) then
Note The new text is Err.Number = 0, instead of Err.Number <> 0 - On the File menu, click Save.
- Run the Rgroup.vbs file to change the display name of the newsgroup in Exchange 2000.