3

I recently installed CU9 to BizTalk 2010. Microsoft site (https://support.microsoft.com/en-us/kb/3136004) claims that all previously CU are included in latest CU.

BizTalk Server uses a cumulative update (CU) model for providing fixes and updates. Each cumulative update includes new updates in addition to all the updates that were included in previous cumulative updates

Now I have problem with deployment ("Error saving map. Stored procedure returned non-zero result." error message when you deploy the BizTalk Server 2010 applications in BizTalk Server 2010 Administration Console") supposed to be fixed in CU4.(https://support.microsoft.com/en-us/kb/2667310)

So do I need to install all CUs from 1 - latest (for BizTalk 2010) to be fully upgraded?

Magisch
  • 7,312
  • 9
  • 36
  • 52
Piotr Grudzień
  • 179
  • 3
  • 11

2 Answers2

3

You do not need to install all of them, the latest is just fine. They are cumulative as is stated.

That being said: have you tried uninstalling the latest CU (CU9) and installing CU4 instead? I assume you had no CU's installed before?

Unfortunately, lately Microsofts track records in relation to BizTalk CU's is not something to be proud of... There were quite a few issues with CU's already. It is not unthinkable that some CU after CU4 reintroduced the issue.

Also: the specific issue you are mentioning is something that was supposedly being fixed in CU4. However, this is just one particular case that was solved. There are still other remaining cases which have not been fixed yet.

zurebe-pieter
  • 3,246
  • 21
  • 38
  • I installed CU9 because of problem solved in CU7 and CU9 fixed it well. There were no CUs on the server previously. Should i uninstall CU9 and apply CU4 and then install CU9 again? – Piotr Grudzień Apr 13 '16 at 09:50
  • CU9 should contain all fixes from CU1 up to CU9 itself. I merely suggested to install CU4 so you could check if it behaves otherwise than CU9 in regard to the issue you are having. – zurebe-pieter Apr 13 '16 at 09:57
  • Unfortunetly installing CU4 doesn't solve the problem. Still have the same "Error saving map" error while importing MSI in Admin Console – Piotr Grudzień Apr 14 '16 at 21:32
  • I recommend adding a new question with details around your specific issue. – zurebe-pieter Apr 14 '16 at 21:33
0

Problem solved. It turned out that this App is using resources from another app that was not fully upgraded and one schema was missing in it. After deploying/upgrading that shared application everything went well.

Piotr Grudzień
  • 179
  • 3
  • 11