Error execute report in R12
Posted: Thu Aug 21, 2008 1:49 am
Hi all,
I hoped I put this in the right forum. Before I ask the question, here are my environment:
Operating system : Oracle Enterprise Linux 4 update 6
RDBMS : 10.2.0.3.0
Oracle Applications : 12.0.4
Report Builder : 10.1.2.0.2
I created a report using Oracle Report Developer then I upload it to my Apps machine. After set all the executable and validation set I tested the report. At first the request completed with status Warning. Viewed the log I got warning like this :
REP-0004: Warning: Unable to open user preference file
After browse metalink and OTN (such as in http://forums.oracle.com/forums/thread. ... 31#1026431; and in http://forums.oracle.com/forums/thread. ... 156#582156;), it seems that the problem was because prefs.ora was not present in $HOME so I copied the prefs.ora file from /apps/tech_st/10.1.2/tools/admin to $HOME then I requested the reports again. This time that error didn't show up and the request completed normal but there's no output at all. The same report did show output when tested in Oracle Report Developer.
I opened the report file in Report Developer and tried to compile it (Tools > File Conversion) from rdf to rdf using different name then I copied the report and tested again. This time the request completed normal but still no output. When I viewed the log I got this error message:
Oracle error -6502: ORA-06502: PL/SQL: numeric or value error: associative array shape is not consistent with session parameters has been detected in fnd_global.put(PERMISSION_CODE, FND_PERMIT_0000).
APP-FND-01564: Oracle error 6502 in FDXNC
Cause: FDXNC failed due to ORA-06502: PL/SQL: numeric or value error: associative array shape is not consistent with session parameters
ORA-06512: at "APPS.FND_GLOBAL", line 1233
ORA-06512: at "APPS.FND_GLOBAL", line 1432
ORA-06512: at line 1.
The SQL statement being executed at the time of the error was: begin fnd_global.set_nls_context( p_nls_numeric_characters => :nc ); end; and was executed from the file &ERRFILE.
The routine FDPREP was unable to set the numeric character to .,.
Now, anyone know how to solve that problem? thanks.
I hoped I put this in the right forum. Before I ask the question, here are my environment:
Operating system : Oracle Enterprise Linux 4 update 6
RDBMS : 10.2.0.3.0
Oracle Applications : 12.0.4
Report Builder : 10.1.2.0.2
I created a report using Oracle Report Developer then I upload it to my Apps machine. After set all the executable and validation set I tested the report. At first the request completed with status Warning. Viewed the log I got warning like this :
REP-0004: Warning: Unable to open user preference file
After browse metalink and OTN (such as in http://forums.oracle.com/forums/thread. ... 31#1026431; and in http://forums.oracle.com/forums/thread. ... 156#582156;), it seems that the problem was because prefs.ora was not present in $HOME so I copied the prefs.ora file from /apps/tech_st/10.1.2/tools/admin to $HOME then I requested the reports again. This time that error didn't show up and the request completed normal but there's no output at all. The same report did show output when tested in Oracle Report Developer.
I opened the report file in Report Developer and tried to compile it (Tools > File Conversion) from rdf to rdf using different name then I copied the report and tested again. This time the request completed normal but still no output. When I viewed the log I got this error message:
Oracle error -6502: ORA-06502: PL/SQL: numeric or value error: associative array shape is not consistent with session parameters has been detected in fnd_global.put(PERMISSION_CODE, FND_PERMIT_0000).
APP-FND-01564: Oracle error 6502 in FDXNC
Cause: FDXNC failed due to ORA-06502: PL/SQL: numeric or value error: associative array shape is not consistent with session parameters
ORA-06512: at "APPS.FND_GLOBAL", line 1233
ORA-06512: at "APPS.FND_GLOBAL", line 1432
ORA-06512: at line 1.
The SQL statement being executed at the time of the error was: begin fnd_global.set_nls_context( p_nls_numeric_characters => :nc ); end; and was executed from the file &ERRFILE.
The routine FDPREP was unable to set the numeric character to .,.
Now, anyone know how to solve that problem? thanks.