Minor catch: From the logs, it might appear that the DB update is happening with each patch installation but internally it is being skipped. Reason is, we don’t execute the DBUpdate task subjected to the condition whether it is already updated or not. We always execute the task and the task return success if DB is already updated. Logs will always say that:
Task : DatawarehouseUpdateTask Output:
<DataItem <some parameters>>
<Collection Name="Result">
<Property Name="status" VariantType="8"> Success </Property>
</Collection>
</DataItem>
UpdateSQLScripts|Datawarehouse updated successfully