You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to parse some simple models without problems but if I try to use complicated models (models which use another models), I'm getting the following error:
Could not execute 'call p_get_view_basecols( -- look in our application package (and its subpackages) 'XXX' -- ...' in 1.679 seconds .
SAP DBTech JDBC: [10000]: user-defined error: search table error: "XXX"."P_GET_VIEW_BASECOLS": line 154 col 7 (at pos 5780): [10000] (range 3) user-defined error exception: Error parsing calculationview XXX in package XXX.
The call is as follows: call p_get_view_basecols( 'PACKG.PACKG.PACKG' , 'CALC_VIEW_NAME', '%', 1, ?);
The text was updated successfully, but these errors were encountered:
Could not execute 'call p_get_view_basecols( -- look in our application package (and its subpackages) '%package.package%' -- ...' in 595 ms 796 µs .
SAP DBTech JDBC: [10000]: user-defined error: "USER"."P_GET_VIEW_BASECOLS": line 172 col 7 (at pos 6869): [10000] (range 3) user-defined error exception: Error parsing calculationview CV_NAME_OF_CV in package package.package.
Hi,
I tried to parse some simple models without problems but if I try to use complicated models (models which use another models), I'm getting the following error:
The call is as follows:
call p_get_view_basecols( 'PACKG.PACKG.PACKG' , 'CALC_VIEW_NAME', '%', 1, ?);
The text was updated successfully, but these errors were encountered: