In the Biztalk Admin Console , i can go to any schema, doubleclk and select Schema View. This shows me the actual schema.
Any idea from which BiztalkManagement DB table, the schema view is stored in?
My original thought was this would come from the gaced assembly?
please let me know
regr,
BM
Hi,
Full schema content is present in bt_XMLShare table of BizTalkMgmtDB with message type and schema ID.
Refer: BizTalkMgmtDB: All Table Details
Rachit
Well, why are you asking this? My advice: pretend that doesn't exist and don't ever think about using it.
The Schema content here vs the Assemblies is not documented.
Observation suggests the majority, perhaps all, runtime components use the Assembly content. For any custom development, you should as well.
- Proposed as answer by Richard.Spice 14 hours 13 minutes ago
thanks boat seller..
this was just out of curiosity...
as per your answer, any schema changes to an xsd, - I might as well directly copy to the assembly GAC location, rather than going thru the deployment into Admin console?
Well, why are you asking this? My advice: pretend that doesn't exist and don't ever think about using it.
The Schema content here vs the Assemblies is not documented.
Observation suggests the majority, perhaps all, runtime components use the Assembly content. For any custom development, you should as well.
- Proposed as answer by Richard.Spice Monday, February 16, 2015 9:12 PM
Ok, well, don't do that either.
The deployment methods for BizTalk, while frustrating at times, are well understood. You should not be trying to sneak Assembly updates in through the GAC.
Work on an easy, scripted deployment for you app and use that.