on 2023 Aug 04 2:18 PM
Hi Experts,
During the process of developing reports (data models) in Datasphere, we have encountered an unusual issue. We are attempting to join multiple remote tables from Success Factor data sources. Unfortunately, we've discovered that only the full join is functioning correctly in the data builder. When we attempt to use Left Outer Join or Inner Join with two tables, we encounter the following error, preventing us from visualizing the data.
It's worth noting that the individual tables and views appear to be in perfect condition, and their data is visible without any problems.
------------------------------------------------------------------------------------------------------------------
Error information
-----------------------------------------------------------------------------------------------------------------
internal error: Error opening the cursor for the remote database Error parsing query: SELECT "RT_Per_Personal$VT"."customString22", "RT_Per_Personal$VT"."customString23", "RT_Per_Personal$VT"."firstName", "RT_Per_Personal$VT"."lastName", "RT_Per_Personal$VT"."personIdExternal", "RT_Per_Personal$VT4"."V1", "RT_Per_Personal$VT4"."V3" FROM ("PerPersonal" "RT_Per_Personal$VT" LEFT OUTER JOIN (SELECT "RT_Per_Email$VT"."emailAddress" AS "V1", "RT_Per_Email$VT"."personIdExternal" AS "V2", "RT_Per_Personal$VT5"."V1" AS "V3" FROM ("PerEmail" "RT_Per_Email$VT" LEFT OUTER JOIN
Request clarification before answering.
When working with REMOTE sources, there are some limitations due to the remote source's own capabilities or due to the lack of implementation of certain features in DSP.
If the source does not allow you to apply your logic, you can always persist the data in DSP and then apply that logic (with all the possibilities offered by DSP or HANA DB).
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Satrajit,
Can you recheck the joins creation?:
Thanks,
Lakshmi.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 8 | |
| 6 | |
| 6 | |
| 3 | |
| 3 | |
| 3 | |
| 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.