Messaging Configuration Wizard Scripts Fail (301275)



The information in this article applies to:

  • Microsoft BizTalk Server Accelerator for RosettaNet 1.0

This article was previously published under Q301275

SYMPTOMS

When you run a script that has been generated by the Messaging Configuration Wizard, you may receive an error similar to the following:
Windows Script Host
Script:	c:\messagingscript.vbs
Line:	257
Char:	5
Error:	The object already exists.  You cannot call the Create() 
method on a BizTalk Messaging Configuration object multiple times 
without also calling the Clear() or Remove() methods.
Code:	C0C01221
Source:	BizTalk Object Model
					

CAUSE

This error usually occurs when you run a configuration script multiple times or when you run a script that attempts to create existing ports, channels, organizations, or other BizTalk Messaging Manager objects.

RESOLUTION

If you need to run a configuration script that has been generated by the Messaging Configuration Wizard to re-create a port or channel configuration, delete the ports, channels, organizations, or other BizTalk Messaging Manager objects that will be created.

STATUS

This behavior is by design.

Modification Type:MajorLast Reviewed:9/12/2001
Keywords:kbprb KB301275