I have used SDI DP Agent in order to establish connection between my snowflake db and hana db but after I create a virtual object and try to preview data I get the error: (dberror) [403]: internal error: Remote execution error Camel execution failed
I'll add more in depth detail of what it is I exactly did.
1) Using the DP Agent I have registered CamelJdbcAdapter to my hana instance.
2) Created a remote source in order to establish connection between snowflake db and hana. I know that the connection was successful because I can see all the snowflake schemas and tables as remote objects in remote source. It also allows me to create a virtual object of the snowflake tables.
3) After I create virtual table of the remote objects and try to "Open Data" of said virtual table it gives me error. If I use the sql console to query it gives me an empty table of the virtual object.
Here is a the full error message if I try to open data:
Could not open 'DBADMIN'.'virtual_customer'.
Error: (dberror) [403]: internal error: Remote execution error Camel execution failed. for query "SELECT "virtual_customer"."C_CUSTOMER_SK", "virtual_customer"."C_CUSTOMER_ID", "virtual_customer"."C_CURRENT_CDEMO_SK", "virtual_customer"."C_CURRENT_HDEMO_SK", "virtual_customer"."C_CURRENT_ADDR_SK", "virtual_customer"."C_FIRST_SHIPTO_DATE_SK", "virtual_customer"."C_FIRST_SALES_DATE_SK", "virtual_customer"."C_SALUTATION", "virtual_customer"."C_FIRST_NAME", "virtual_customer"."C_LAST_NAME", "virtual_customer"."C_PREFERRED_CUST_FLAG", "virtual_customer"."C_BIRTH_DAY", "virtual_customer"."C_BIRTH_MONTH", "virtual_customer"."C_BIRTH_YEAR", "virtual_customer"."C_BIRTH_COUNTRY", "virtual_customer"."C_LOGIN", "virtual_customer"."C_EMAIL_ADDRESS", "virtual_customer"."C_LAST_REVIEW_DATE" FROM """TPCDS_SF100TCL"".""CUSTOMER""" "virtual_customer" "
The data preview uses the following statement to fetch data:
SELECT TOP 1000
"C_CUSTOMER_SK",
"C_CUSTOMER_ID",
"C_CURRENT_CDEMO_SK",
"C_CURRENT_HDEMO_SK",
"C_CURRENT_ADDR_SK",
"C_FIRST_SHIPTO_DATE_SK",
"C_FIRST_SALES_DATE_SK",
"C_SALUTATION",
"C_FIRST_NAME",
"C_LAST_NAME",
"C_PREFERRED_CUST_FLAG",
"C_BIRTH_DAY",
"C_BIRTH_MONTH",
"C_BIRTH_YEAR",
"C_BIRTH_COUNTRY",
"C_LOGIN",
"C_EMAIL_ADDRESS",
"C_LAST_REVIEW_DATE"
FROM "DBADMIN"."virtual_customer"
Have I missed a step or doing something wrong?
Request clarification before answering.
Please check this note, may it helps you further:
https://launchpad.support.sap.com/#/notes/3076509
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I checked the note and the solution is to have a dp agent version of 2.5.5 or later. My dp agent version is 2.5.5.2
Here is the full versions.txt:
#Data Provisioning component versions
dpagent.version=2.5.5.2
lcmsdk.version=2.5.52
dpagentservice.version=2.5.3
dpadapters.version=2.5.3
repagent.syb.version=15.7.1SP210
repagent.sybfilter.version=15.7.1SP214
sqlanywhere.version=16.0.0.1691
ms.vcredist.2010.version=10.0.40219
ms.vcredist.2015.version=14.0.24212
ocs.version=16.0.03.10
ci.version=1.9.0-rc-2
dataservices.engine.version=14.2.14.2936
dataservices.lib.version=14.2.8.1504
dpagent.build.version=2.5.5.2
build.time=09.11.2021 @ 17:25:20 PST
git.hash=515a98fdac72f32560dd7d30b0bdfefac8388a6f
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.