Hi all, I have trying to add event on a public folder in Exchange 2000 on windows server 2000 using VBScript file. Following is the command : cscript RegEvent.vbs add "onsyncdelete;onsyncsave" MyEventSink.ExchEventSink file://./backofficestorage/domain_name.com/public folders/RootFodler/FolderName/FolderNameEvent" -p 100 -m deep I am getting the following error Error Opening Connection : -2147217895 Object or data matching the name, range,or selection criteria was not found within the scope of this operation.file://./ .... I am logged on as a user who is a member of administrators group, Exchange Users. Any Ideas about the problem. -- Thanks ashish
Hi, most likely you've got your folder path wrong. The domain_name.com must be your primary smtp domain. can you open the path /rootdolder/foldername in internet explorer? (Using a different base url of course). Kind regards, Henning Krause "ashish vasudev" wrote in message news:CA89C4DC-5437-4EDF-AE6E-F4ED0179B5BE@microsoft.com... > Hi all, > > I have trying to add event on a public folder in Exchange 2000 on windows > server 2000 using VBScript file. > > Following is the command : > > cscript RegEvent.vbs add "onsyncdelete;onsyncsave" > MyEventSink.ExchEventSink > file://./backofficestorage/domain_name.com/public > folders/RootFodler/FolderName/FolderNameEvent" -p 100 -m deep > > > I am getting the following error > > > Error Opening Connection : -2147217895 Object or data matching the name, > range,or selection criteria was not found within the scope of this > operation.file://./ .... > > I am logged on as a user who is a member of administrators group, Exchange > Users. > > Any Ideas about the problem. > > -- > Thanks > ashish
Hi, What i have found out is that the domain name specified in M: is different from the system domain name. i.e Domain Name in M: drive is abc.com and the system domain name is xyz.com. I am able to open the folder in IE specifying the system domain name (xyz.com) but not able to add event using that domain name. -- Thanks ashish "Henning Krause [MVP - Exchange]" wrote: > Hi, > > most likely you've got your folder path wrong. > > The domain_name.com must be your primary smtp domain. > > can you open the path /rootdolder/foldername in internet explorer? (Using a > different base url of course). > > Kind regards, > Henning Krause > > "ashish vasudev" wrote in message > news:CA89C4DC-5437-4EDF-AE6E-F4ED0179B5BE@microsoft.com... > > Hi all, > > > > I have trying to add event on a public folder in Exchange 2000 on windows > > server 2000 using VBScript file. > > > > Following is the command : > > > > cscript RegEvent.vbs add "onsyncdelete;onsyncsave" > > MyEventSink.ExchEventSink > > file://./backofficestorage/domain_name.com/public > > folders/RootFodler/FolderName/FolderNameEvent" -p 100 -m deep > > > > > > I am getting the following error > > > > > > Error Opening Connection : -2147217895 Object or data matching the name, > > range,or selection criteria was not found within the scope of this > > operation.file://./ .... > > > > I am logged on as a user who is a member of administrators group, Exchange > > Users. > > > > Any Ideas about the problem. > > > > -- > > Thanks > > ashish > >
Hi there, I am able to add event using the Http url instead of the usual file://./backoffice. But however i didnt got the reason -- Thanks ashish "ashish vasudev" wrote: > Hi, > > What i have found out is that the domain name specified in M: is different > from the system domain name. > > i.e Domain Name in M: drive is abc.com and the system domain name is xyz.com. > > I am able to open the folder in IE specifying the system domain name > (xyz.com) but not able to add event using that domain name. > > > -- > Thanks > ashish > > > "Henning Krause [MVP - Exchange]" wrote: > > > Hi, > > > > most likely you've got your folder path wrong. > > > > The domain_name.com must be your primary smtp domain. > > > > can you open the path /rootdolder/foldername in internet explorer? (Using a > > different base url of course). > > > > Kind regards, > > Henning Krause > > > > "ashish vasudev" wrote in message > > news:CA89C4DC-5437-4EDF-AE6E-F4ED0179B5BE@microsoft.com... > > > Hi all, > > > > > > I have trying to add event on a public folder in Exchange 2000 on windows > > > server 2000 using VBScript file. > > > > > > Following is the command : > > > > > > cscript RegEvent.vbs add "onsyncdelete;onsyncsave" > > > MyEventSink.ExchEventSink > > > file://./backofficestorage/domain_name.com/public > > > folders/RootFodler/FolderName/FolderNameEvent" -p 100 -m deep > > > > > > > > > I am getting the following error > > > > > > > > > Error Opening Connection : -2147217895 Object or data matching the name, > > > range,or selection criteria was not found within the scope of this > > > operation.file://./ .... > > > > > > I am logged on as a user who is a member of administrators group, Exchange > > > Users. > > > > > > Any Ideas about the problem. > > > > > > -- > > > Thanks > > > ashish > > > >