I guess this is what I get for not reading the manual first. I've been playing around with the BizTalk SqlAdapter Sample and I'm stuck on step 4g with the following error message:
“you must specify at least one already-initialized correlation set for a non-activation receive that is on a non-selfcorrelating port“
I guess I need to read up on the BizTalk lingo so that I can understand the error messages it produces....
Update: Ok I figured out that first message by looking at one of the sample projects. I needed to set my receive shape's Active property to true. Now I'm on to a new error message:
“[Microsoft.BizTalk.Deployment.DeploymentException] Unable to deploy early bindings.[Microsoft.BizTalk.Deployment.Binding.BindingException] Failed updating binding information.BindingException: Receive Location 'SimpleBizTalk_1.0.0.0_SimpleBizTalk.Simple1_ReadFile_ReceiveLocation' has no receive handler. Specify a Receive Handler.[Microsoft.BizTalk.ExplorerOM.BtsException] Receive Location 'SimpleBizTalk_1.0.0.0_SimpleBizTalk.Simple1_ReadFile_ReceiveLocation' has no receive handler. Specify a Receive Handler.”
Update (Working!): After reading the installation docs a little more carefully and after a reinstallation of BizTalk Server 2004 where I followed the docs, I got everything to work correctly. Cool! I think what I did was when I originally installed the server I unchecked the configure BizTalk checkbox. Then when I later ran through the configure wizard I didn't configure things correctly.