BizTalk Utilities CV ,   Jobs ,   Code library
 
Go to the front page to continue learning about XML or select below:

Contents

ReBlogger Contents

Previous posts in BizTalk 2004

 
 
Page 18863 of 19364

On Enlistment in BizTalk 2004 the WMI process is using more than the default memory quota of 128MB...

Blogger : Nigel Parkers Outside Line
All posts : All posts by Nigel Parkers Outside Line
Category : BizTalk 2004
Blogged date : 2004 Oct 16

This one will get you when you start working with large schema`s like XCBL... http://www.xcb.org don`t get me started on those recursive imports... Windows WMI isused to enlist orchestrations when you use the BizTalk administration window on a server or a Nant build thanks Scott Colestock http://www.gotdotnet.com/workspaces/workspace.aspxid=d66e1651-98e5-4ef4-9158-ac030a9b8a32... By defalult WMI is set to use a memory quota of 128MB and when you try to enlist an orchestration that uses more memory than this “Ka Boom” you will not be able to deploy your solution on the server ever again! OK so it`s not that bad here is the solution....

1) Run "wbemtest" on cmd prompt
2) Connect to the "root" namespace (not "root\default", just "root")
3) Select Open Instance, and specify "__ProviderHostQuotaConfiguration=@"
4) Check "Local Only" for easier readability and you will see the threshold values
5) Change the MemoryPerHost value to something greater - eg. Double it (256 MB)
6) Save Property
7) Save Object
8) Exit

And to be on the safe side - restart :)


Read comments or post a reply to : On Enlistment in BizTalk 2004 the WMI process is using more than the default memory quota of 128MB...
Page 18863 of 19364

Newest posts
 

    Email TopXML