BizTalk 2009 EDI Flatfile parser

19. December 2009

One of our customers has taken an unusual approach to parsing an custom developed EDI formated dokument.

Usually i would recommend a std. biztalk together with Covast EDI. But if you really want to (its alot of work) you can do it without.

I really admire the guys who did this, it has been alot of trial and error to get it right.

 BizTalk 2009-EDI-Flat file-SchemaWithChoise.doc (94,50 kb)

 


Michael Høtoft  

BizTalk Server, EDI

BizTalk ENTSSO Failure on Windows 7, Vista or Server 2008 after VS 2010 Beta Installation

15. December 2009

I've been running BizTalk 2009 on my Windows 7 machine, and after installing VS 2010 beta 2, the Enterprise Single Sign-On Service stopped working.

Could not create SSOSQL. To fix the problem, reinstall SSO or try 'regasm SSOSQL.dll' from a Visual Studio command prompt.
Error Code: 0x80131700

The file is located at C:\Program Files\Common Files\Enterprise Single Sign-On\SSOSQL.dll

Run Visual Studio Commmand prompt as Administrator and run 'regasm "C:\Program Files\Common Files\Enterprise Single Sign-On\SSOSQL.dll"'.


Michael Høtoft  

BizTalk Server, Error

Unable to open outlook window

15. December 2009

If you get the "unable to open outlook windows", try running this command

Outlook.exe /resetnavpane

An error i encountered after a system update and after removing sql server express.


Michael Høtoft  

Outlook, Error