exchangefreaks.com Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Event Registration in Exchange 2000

 
Post new topic   Reply to topic    exchangefreaks.com Forum Index -> MS Exchange 2000 Development
Author Message
ashish vasudev



Joined: 28 Sep 2007
Posts: 8

PostPosted: Thu Nov 22, 2007 4:35 am    Post subject: Event Registration in Exchange 2000 Reply with quote

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

Archived from group: microsoft>public>exchange2000>development
Back to top
View user's profile Send private message
Henning Krause [MVP - Exc



Joined: 05 Aug 2007
Posts: 142

PostPosted: Thu Nov 22, 2007 10:53 pm    Post subject: Re: Event Registration in Exchange 2000 Reply with quote

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 @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
Back to top
View user's profile Send private message
ashish vasudev



Joined: 28 Sep 2007
Posts: 8

PostPosted: Fri Nov 23, 2007 1:15 am    Post subject: Re: Event Registration in Exchange 2000 Reply with quote

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
> @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
>
>
Back to top
View user's profile Send private message
ashish vasudev



Joined: 28 Sep 2007
Posts: 8

PostPosted: Fri Nov 23, 2007 6:11 am    Post subject: Re: Event Registration in Exchange 2000 Reply with quote

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
> > @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
> >
> >

Back to top
View user's profile Send private message
Display posts from previous:   
Related Topics:
Exchange event sink I'm looking to make an event sink that will forward specific emails (by what's in the subject line) but without the original attachment. This sink would only apply to one user. I'm new at developing. If anyone could point me in the right direction, I'd

webdav = get the description of an event in Exchange Hi there, Im trying to display the description or message (subject, dtstart, dtend are all ok) of a calendar entry but I cannot find which schema it belongs to; Is it: or: or: urn:sc

Identify owner of mailbox in exchange event sink I'm writing an exchange event sink application which monitors for mailbox events and one of items I'm looking to do is to identify if mailbox access is done by primary owner or another person. Basically, what I'm trying to do is to obtain information duri

event sinks not working hello all, I'm trying to write an event sink but it doesn's seem to work. basically it's an exchange server 2003 sp2 server side, and owa 2003 client side, no outlook or other 3rd party clients. the event sink uses the onarrival class but it never fires.

cannot get event sink to work! pls. help Hi all, I'm trying to write an event sink that sends an email each time an email is received by anybody. the script is like this: