Dynamic lookup in demo project fails on execution

[CR #464293] The lookup in the project Demo DB Lookup Dynamic works in the simulation environment but not when executed on the GRID engine. The reason is a wrong case of the predefined variable for the lookup key value.

To correct this problem:

  1. Open the project Demo DB Lookup Dynamic from the Demo Repository.

  2. Select the Change Product Number to US Standard (DB Lookup Dynamic) component.

  3. Click the Edit button of the Query property.

  4. Change the WHERE clause of the query to

    WHERE SOURCE = rtrim('[Lookup]')
    
  5. Click Save.

  6. Close and save the project.