| Author |
Message |
Anonymous
Guest
|
Posted:
Wed Aug 31, 2005 4:59 pm Post subject:
Access user mailbox when store is on cluster storage |
|
|
Hello,
I would appreciate some help on the following.
I am trying to access a mailbox on an Echange server that is part of a two
node cluster. Only one of the servers is running at any give time and they
both use the same storage.
The following (cdoex) snippet works fine on normal servers but seems to fail
on the clustered Exchange server.
Set objUserRoot = New CDO.Folder
objUserRoot.DataSource.Open "file://./backofficestorage/" &
strDomainName & "/" & "mbx/" & strMailbox & "/"
The question is:
-Should this snippet work just the same on the clusterd server as it does on
a non-clustered?
thanks,
John
|
|
| Back to top |
|
 |
news.microsoft.com
Guest
|
Posted:
Sun Sep 11, 2005 8:58 am Post subject:
Re: Access user mailbox when store is on cluster storage |
|
|
Try using the "http:" instead of "file:"....
"Anonymous" <anonymous@microsoft.com> wrote in message
news:OPegaAkrFHA.3700@TK2MSFTNGP10.phx.gbl...
| Quote: |
Hello,
I would appreciate some help on the following.
I am trying to access a mailbox on an Echange server that is part of a two
node cluster. Only one of the servers is running at any give time and they
both use the same storage.
The following (cdoex) snippet works fine on normal servers but seems to
fail
on the clustered Exchange server.
Set objUserRoot = New CDO.Folder
objUserRoot.DataSource.Open "file://./backofficestorage/" &
strDomainName & "/" & "mbx/" & strMailbox & "/"
The question is:
-Should this snippet work just the same on the clusterd server as it does
on
a non-clustered?
thanks,
John
|
|
|
| Back to top |
|
 |
Anonymous
Guest
|
Posted:
Wed Sep 14, 2005 12:41 am Post subject:
Re: Access user mailbox when store is on cluster storage |
|
|
It's always nice when somebody answers a question. Thank you for your
effort. However the answer is not the answer to the question. "Should it
work on a cluster or not".
"news.microsoft.com" <test@hotmail.com> schreef in bericht
news:Oh7vDeotFHA.2076@TK2MSFTNGP14.phx.gbl...
| Quote: | Try using the "http:" instead of "file:"....
"Anonymous" <anonymous@microsoft.com> wrote in message
news:OPegaAkrFHA.3700@TK2MSFTNGP10.phx.gbl...
Hello,
I would appreciate some help on the following.
I am trying to access a mailbox on an Echange server that is part of a
two
node cluster. Only one of the servers is running at any give time and
they
both use the same storage.
The following (cdoex) snippet works fine on normal servers but seems to
fail
on the clustered Exchange server.
Set objUserRoot = New CDO.Folder
objUserRoot.DataSource.Open "file://./backofficestorage/" &
strDomainName & "/" & "mbx/" & strMailbox & "/"
The question is:
-Should this snippet work just the same on the clusterd server as it does
on
a non-clustered?
thanks,
John
|
|
|
| Back to top |
|
 |
Jan Solarek
Guest
|
Posted:
Mon Sep 26, 2005 3:09 pm Post subject:
Re: Access user mailbox when store is on cluster storage |
|
|
Hello,
I am facing the same problem. Can you please send result?
Thanks
"Anonymous" <anonymous@microsoft.com> píše v diskusním příspěvku
news:eTr20sJuFHA.908@tk2msftngp13.phx.gbl...
| Quote: | It's always nice when somebody answers a question. Thank you for your
effort. However the answer is not the answer to the question. "Should it
work on a cluster or not".
"news.microsoft.com" <test@hotmail.com> schreef in bericht
news:Oh7vDeotFHA.2076@TK2MSFTNGP14.phx.gbl...
Try using the "http:" instead of "file:"....
"Anonymous" <anonymous@microsoft.com> wrote in message
news:OPegaAkrFHA.3700@TK2MSFTNGP10.phx.gbl...
Hello,
I would appreciate some help on the following.
I am trying to access a mailbox on an Echange server that is part of a
two
node cluster. Only one of the servers is running at any give time and
they
both use the same storage.
The following (cdoex) snippet works fine on normal servers but seems to
fail
on the clustered Exchange server.
Set objUserRoot = New CDO.Folder
objUserRoot.DataSource.Open "file://./backofficestorage/" &
strDomainName & "/" & "mbx/" & strMailbox & "/"
The question is:
-Should this snippet work just the same on the clusterd server as it
does
on
a non-clustered?
thanks,
John
|
|
|
| Back to top |
|
 |
|
|
|
|