Hi I try to create a Exchange 2000 Event Sink but I receive the following error message : Run time error at line 44. Source: VBScript runtime error Error: 800a01a8. Description: Object required: '[string: "000000001A447390AA66"]' The line 44 is simply : "set idCeDossier = EventDetails.FolderID" The version of Exchange 2000 is Version 6.0 (Build 6249.4: Service Pack 3) and the server is Windows 2000 Server SP4 french. Any suggestion? Thanks
Hello dsic, EventDetails.FolderID does not seem to be an object, rather it seems to be a string. So just take away the Set: idCeDossier = EventDetails.FolderID Greetings, Henning Krause MVP - Exchange http://www.infinitec.de "dsic" wrote in message news:1128696566.576048.30490@z14g2000cwz.googlegroups.com... > Hi > I try to create a Exchange 2000 Event Sink but I receive the following > error message : > > > Run time error at line 44. Source: VBScript runtime error Error: > 800a01a8. Description: Object required: '[string: > "000000001A447390AA66"]' > > The line 44 is simply : "set idCeDossier = EventDetails.FolderID" > > The version of Exchange 2000 is Version 6.0 (Build 6249.4: Service Pack > 3) and the server is Windows 2000 Server SP4 french. > > Any suggestion? > > Thanks >
thanks you but I meet another error in the line : "set objCeDossier = ObjSession.GetFolder(idCeDossier, Null)" The error is : Collaboration Data Objects Error: 4f7. Description: Échec de l'opération du client. [Banque d'informations de Microsoft Exchange Server - [MAPI_E_NOT_FOUND(8004010F)]] another suggestion ?