insurancereports
Programmer
Hello everyone,
I originally had a view T1 which had 5 columns. I altered the view, re-compiled it to have 8 columns. When queried, the view returns the appropriate results on Toad.
However, I tried to insert the 3 new columns into a report and I get the following error:
DMS-E-RBI_QCOLUMN, Column xyz was not found in table or view T1.
Details:
Error number -239:
DMS-E-GENERAL, A general exception has occurred during operation 'prepare request with options'.
DMS-E-RBI_QCOLUMN, Column AGG_EXP_PAID_AMT_ was not found in table or view T1.
I have tried everything-- dropping the view, and recreating it, recompiling the view, creating a new catalog with just this view as a table, but no results are returned. I keep getting the error mentioned above. I have no idea on how to procced --can someone please help?
thank you
IR
I originally had a view T1 which had 5 columns. I altered the view, re-compiled it to have 8 columns. When queried, the view returns the appropriate results on Toad.
However, I tried to insert the 3 new columns into a report and I get the following error:
DMS-E-RBI_QCOLUMN, Column xyz was not found in table or view T1.
Details:
Error number -239:
DMS-E-GENERAL, A general exception has occurred during operation 'prepare request with options'.
DMS-E-RBI_QCOLUMN, Column AGG_EXP_PAID_AMT_ was not found in table or view T1.
I have tried everything-- dropping the view, and recreating it, recompiling the view, creating a new catalog with just this view as a table, but no results are returned. I keep getting the error mentioned above. I have no idea on how to procced --can someone please help?
thank you
IR