.comment-link {margin-left:.6em;}

Ben Cops

Friday, July 25, 2008

The user has not been granted the requested logon type at this machine

Yes but which type is that?

Check the logon type enum in the error message, conveniently mentioned as an int rather than a description:

Logon Type: 4

and cross reference with the table here: Win32_LogonSession Class (Windows)

Monday, July 14, 2008

Creation of Adapter FILE Configuration Store entries failed

Thanks Matt: Matt Hall's Blog : BizTalk 2004: ENTSSO Error 0xC0002A18 - although I'm seeing this on 2006 R2.

Why are all configframework error messages so maliciously misleading?

WMI Failed in pAdmInst->Create() in CWMIInstProv::PutInstance(). HR=c0002a18
Creation of Adapter FILE Configuration Store entries failed

The format of the account name is not valid. Domain accounts must include the domain name. Local accounts must not include a domain or computer name.



I just ran into this and was momentarily deflected by talk of MSDTC configurations from google. Matt's blog pointed me at the (simple) answer - I'd put the wrong group as the biztalk application users group and the service account I'd specified was not in the group.

Tuesday, July 01, 2008

Basic Troubleshooting For Enterprise Single-Sign-On

One Blog for Biztalk Engineers : Basic Troubleshooting For Enterprise Single-Sign-On (SSO)