I just make a small change to my schema and I would like just to re-deploy just that schema.
1. How would that be accompished ?
2. Is this recommended, neutral or bad ?
Technology Tips and News
I just make a small change to my schema and I would like just to re-deploy just that schema.
1. How would that be accompished ?
2. Is this recommended, neutral or bad ?
The smallest deployment unit for a BizTalk app is an Assembly.
So, to deploy your change, you must deploy the Assembly in which it is compiled. There is no way around that.
To answer question #2, it really doesn't matter. If you have to deploy the change, you have to deploy the change, right, wrong or indifferent.
Hi,
If it is really you needed, then in the BizTalk admin console first stop your application completely make sure don't have any suspended instances then explore your application and under resources you can find your schema DLL just select right click and you can see Modify so you can GAC new Schema DLL, make sure you re-start your host instances.
Regards,
Sharad
The smallest deployment unit for a BizTalk app is an Assembly.
So, to deploy your change, you must deploy the Assembly in which it is compiled. There is no way around that.
To answer question #2, it really doesn't matter. If you have to deploy the change, you have to deploy the change, right, wrong or indifferent.
The smallest deployment unit for a BizTalk app is an Assembly.
So, to deploy your change, you must deploy the Assembly in which it is compiled. There is no way around that.
To answer question #2, it really doesn't matter. If you have to deploy the change, you have to deploy the change, right, wrong or indifferent.
The smallest deployment unit for a BizTalk app is an Assembly.
So, to deploy your change, you must deploy the Assembly in which it is compiled. There is no way around that.
To answer question #2, it really doesn't matter. If you have to deploy the change, you have to deploy the change, right, wrong or indifferent.
The smallest deployment unit for a BizTalk app is an Assembly.
So, to deploy your change, you must deploy the Assembly in which it is compiled. There is no way around that.
To answer question #2, it really doesn't matter. If you have to deploy the change, you have to deploy the change, right, wrong or indifferent.
Hi ,
The simplest way is to update the schema dll within your BizTalk Application in Admin console .
But i would suggest to deploy the whole solution after build as there are other artifacts which can be depended on the schema like Orchestration message or Map
Thanks
Abhishek