Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Exchange
2000.active.directory
2000.admin
2000.announcements
2000.app.conversion
2000.applications
2000.clients
2000.clustering
2000.connectivity
2000.development
2000.documentation
2000.general
2000.information.store
2000.interop
2000.kms
2000.misc
2000.protocols
2000.realtime.collabo.
2000.setup
2000.transport
2000.win2000
admin
application.conversion
applications
clients
clustering
connectivity
design
development
misc
mobility
setup
tools
  
 
date: Wed, 21 Nov 2007 23:35:01 -0800,    group: microsoft.public.exchange2000.development        back       


Event Registration in Exchange 2000   
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
date: Wed, 21 Nov 2007 23:35:01 -0800   author:   ashish vasudev

Re: Event Registration in Exchange 2000   
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
date: Thu, 22 Nov 2007 17:53:02 +0100   author:   Henning Krause [MVP - Exchange]

Re: Event Registration in Exchange 2000   
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 
> 
>
date: Thu, 22 Nov 2007 20:15:00 -0800   author:   ashish vasudev

Re: Event Registration in Exchange 2000   
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 
> > 
> >
date: Fri, 23 Nov 2007 01:11:01 -0800   author:   ashish vasudev

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us