Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user-defined error exception: Error parsing calculationview XXX in package XXX #20

Open
mcnarik opened this issue Sep 5, 2018 · 1 comment

Comments

@mcnarik
Copy link

mcnarik commented Sep 5, 2018

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:

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, ?);

@GD-L
Copy link

GD-L commented Feb 7, 2019

Seconding this issue:

call p_get_view_basecols( '%package.package%' , '%', '%calc%', 0, ?);`

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants