Home » Developer & Programmer » Reports & Discoverer » trigger BEFORE REPORT returns error ORA-06502 (Oracle Reports 11, Win 7 32)
trigger BEFORE REPORT returns error ORA-06502 [message #644896] Thu, 19 November 2015 07:11
braggart
Messages: 5
Registered: August 2015
Location: Ukraine
Junior Member

Hi everybody!
I use Oracle Reports 11 and add barcode to my report using info from
https://docs.oracle.com/cd/E21764_01/bi.1111/b32122/orbr_barcode002.htm#RSBDR2098

In the local machine the report was formed successfully, but when I loaded it to the server (compilation without error) I have error ORA-06502. Problem with trigger BEFORE REPORT and I don`t know how I can solve it Sad

globals.barcode_to_use := BarCodeConstants.BAR_CODE_128;
Type of barcode_to_use is varchar2(256) and BAR_CODE_128 has type VARCHAR2(256).

globals.bcobj := barcodemaker.new();
Type of bcobj is ora_java.jobject and function barcodemaker.new() returns type ora_java.jobject.

what can generate an error?
Previous Topic: report server is down
Next Topic: Forward Balance Report
Goto Forum:
  


Current Time: Thu Mar 28 10:40:42 CDT 2024