Gel scripts that run sql update on DWH database will run the same queries on the Clarity database instead.
<gel:setDataSource dbId="Datawarehouse" var="dwhDS"/><sql:update dataSource="${dwhDS}"/>
Steps to Reproduce:
Expected Results: The process to run as expected
Actual Results: The SQL update runs on Clarity database instead of DWH
DE80017
DE80017 is fixed in 16.2.2.
Workaround:
Note that a variable will have to be used to hold the pointer to DWH Data Source, in the gel:setDataSource element. This variable will have to be used in turn in the sql:update element, as shown in the 'Introduction' section above.