Hi,
I recently started with the BAM from BizTalk.
- I created a simple orchestration.
- I configured the BAM for BizTalk ofcourse.
- I used excel to create a simple schema with only textfields.
- I deployed this xml schema to the BizTalk primary import using: bm deploy-all -DefinitionFile:myxml.xml.
- Opened the TPE and opened the deployed schema.
- Opened the orchestration and here opened the used schema and linked the schemafields to the bamschemafields.
- After this I applied the tracking profile.
- I then put a file through biztalk which uses the orchestration. The file was outputted.
If I now check in the primary import database, I can see that the file is visible in the active messages. But the completed field is set to false. And it doesn't change. Also no data is filled in, only the ActivityID and LastModified, none of the columns which i specified myself are filled, and also RecordID = null.
What am I doing wrong? I thought I did all the necesarry steps, I know it's all still pretty basic but I need to get this to work if I want to do more, right? :)