I am building an Information Design Tool (IDT) based universe on top of HANA and am trying to pass a prompt value from the universe to HANA. I have setup a variable in HANA to receive this. For the purposes of my example I am trying to pass a Currency Value (GBP, EUR, USD etc).
In IDT I am creating a Derived table in the data foundation and am passing a fixed value of USD using the following syntax. In this example I am passing a fixed value of ‘USD’.
SELECT *
FROM "_SYS_BIC"."zpoc/AN_CURRENCYTEST2" ('PLACEHOLDER'=('$$VARCURRENCY$$','USD'))
Whenever I hit validate I get the following error message:
SAP DBTech JDBC: [2048]: column store error: search table error: [2620] executor: plan operation failed;currency/unit conversion error,client not set in session context in parameter 'client'
Does anyone have any idea what might be wrong? I am particularly confused by the end of the message which refers to “…client not set in session context in parameter ‘client’ “. I cannot see any client parameter in the setup of the connection or data foundation.
I would be grateful for any suggestions.
Regards,
Amit