Microsoft KB Archive/255795: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 49: Line 49:
== SYMPTOMS ==
== SYMPTOMS ==


You create a new storage group and call its DataSource SaveToContainer method, expecting a globally unique identified (GUID) named "storage group" to be saved to the valid information store container. However, you receive the following error message:
You create a new storage group and call its DataSource SaveToContainer method, expecting a globally unique identified (GUID) named "storage group" to be saved to the valid information store container. However, you receive the following error message:
<div class="errormessage">
<div class="errormessage">


Line 62: Line 62:
== CAUSE ==
== CAUSE ==


A GUID named &quot;storage group&quot; cannot be generated in the information store container.
A GUID named "storage group" cannot be generated in the information store container.


</div>
</div>

Latest revision as of 13:54, 21 July 2020

Knowledge Base


XADM: Cannot Create GUID Named Storage Group by Using the SaveToContainer Method

Article ID: 255795

Article Last Modified on 2/26/2007



APPLIES TO

  • Microsoft Exchange 2000 Server Standard Edition



This article was previously published under Q255795


SYMPTOMS

You create a new storage group and call its DataSource SaveToContainer method, expecting a globally unique identified (GUID) named "storage group" to be saved to the valid information store container. However, you receive the following error message:

'80004005'
The operation failed.

CAUSE

A GUID named "storage group" cannot be generated in the information store container.

WORKAROUND

Set the Name property of the new storage group to assign a name to it before calling the storage group's DataSource SaveToContainer method.


Additional query words: CDOEXM exch2kp2w

Keywords: kberrmsg kbprb KB255795