BizTalk Accelerator for RosettaNet runtime feature failed to configure: Failed to add member ‘user’ to NT Group IIS_WPG Error code: -2147022676

  • Sandro Pereira
  • May 14, 2015
  • 2 min read

Every time I try to configure the BizTalk Accelerator for RosettaNet in BizTalk Server 2013 or BizTalk Server 2013 R2, of course, using Windows Server 2012 or Windows Server 2012 R2, I encounter this error in the configuration log file

[2015-05-14 16:37:40:0043 Error ConfigHelper] Failed to add member ‘user’ to NT Group IIS_WPG Error code: -2147022676
[2015-05-14 16:37:40:0043 Error ConfigHelper] The group name could not be found

BTARN The group name could not be found

📝 One-Minute Brief

When configuring BizTalk Accelerator for RosettaNet (BTARN) on Windows Server 2012/R2, you may encounter Error -2147022676: “Failed to add member to NT Group IIS_WPG.” This happens because the IIS_WPG group (from IIS 6.0) no longer exists in newer Windows versions. To fix this, simply create the “IIS_WPG” group manually in Local Users and Groups before running the configuration.

Cause

Well, basically, this is a bug that has not been fixed yet. BizTalk Accelerator for RosettaNet was introduced in BizTalk Server 2004, and since then, only a few changes have been made.

BTARN requires the IIS_WPG group (group provided by IIS 6.0 that provides the minimum set of user rights and permissions required to run an application), but unfortunately for us, this group doesn’t exist anymore…

Solution

The solution is very simple… You just need to create it manually.

To accomplish that, you need to:

  • Open Computer Management and in the console tree, expand System Tools > Local Users and Groups, and then right-click Groups.
  • and select the option New Group.
  • In the Group name
    • Type: IIS_WPG.
  • In Description
    • Type: RosettaNet IIS group.
  • And then click Create, and then click Close.

I really hope that Microsoft provides a hotfix for this or at least fixes this problem in the next releases of the product

Hope you find this helpful! If you liked the content or found it useful and would like to support me in writing more, consider buying (or helping to buy) a Star Wars Lego set for my son. 

Thanks for Buying me a coffe
Author: Sandro Pereira

Sandro Pereira lives in Portugal and works as a consultant at DevScope. In the past years, he has been working on implementing Integration scenarios both on-premises and cloud for various clients, each with different scenarios from a technical point of view, size, and criticality, using Microsoft Azure, Microsoft BizTalk Server and different technologies like AS2, EDI, RosettaNet, SAP, TIBCO etc. He is a regular blogger, international speaker, and technical reviewer of several BizTalk books all focused on Integration. He is also the author of the book “BizTalk Mapping Patterns & Best Practices”. He has been awarded MVP since 2011 for his contributions to the integration community.

Leave a Reply

Your email address will not be published. Required fields are marked *

The Ultimate Cloud
Management Platform for Azure

Supercharge your Azure Cost Saving

Learn More
Turbo360 Widget

Back to Top