I'm currently working in a BizTalk project where we are using WCF adapters with SAP bindings to communicate with SAP. We "randomly" finds that our receive locations loose the connection to SAP. In BizTalk everything looks fine, the receive location is up and running, but when we look in SAP the connection is down. A restart of the host gets the connection up and running again, but that's certainly not a preferred solution. After some investigation we found that an error occurs in one of the inbound...
ESB Guidance 2.0 CTP2 - January 2009 is now available for download. I know what I'll be doing this weekend :)
Today, after more than two weeks of vacation I run into a totally new error when trying to compile any BizTalk project. The error message was: Build failed. Compiler for file type '*.xsd' failed. Value cannot be null. Parameter name: pUnk Huh!??! Punk!??! What the F*** does that mean!??! I googled on the message and didn't find much so I guess it's not a very common problem. But I found this old article KB 884412. I'm still not sure what caused the problem but I did a repair on the BizTalk installation...
I'm a big fan of LoadGen as well as BizUnit. Combining the two makes them even better. The latest LoadGen version, LoadGen 2007, also has support for WCF which makes it a "must have" in the testing toolbox. The problem is that the dll's in this version is not signed with a public key token and therefor cannot be used in BizUnit. If you want to create LoadGen test cases in BizUnit, but are not intrested in using new functionality such as WCFTransport, you can solve the problem by just downloading...