help, help,help [message #302769] |
Wed, 27 February 2008 00:09 |
Jing.Yang
Messages: 1 Registered: February 2008
|
Junior Member |
|
|
Hey guys
I'm a chinese girl having an issue about converting RDF into XML Publisher,but as I was running the report in XML,it show errors like below
REP-0069: Internal error
REP-57054: In-process job terminated:Terminated with error:
REP-271504897: Unable to retrieve a string from the Report Builder message file.
REP-271504897
any ideas?
Thanks
Jing
|
|
|
Re: help, help,help [message #302859 is a reply to message #302769] |
Wed, 27 February 2008 03:32 |
mshrkshl
Messages: 247 Registered: September 2006 Location: New Delhi
|
Senior Member |
|
|
you must ensure that your JSP report's character encoding matches the IANA encoding corresponding to Reports Builder's character set portion of the NLS_LANG variable.
For example, the JSP report encoding
<%@ page contentType="text/html;charset=EUC-JP" %>
<META http-equiv="Content-Type" content="text/html;charset=EUC-JP">
uses the IANA character encoding EUC-JP. For this report, you should use the NLS_LANG setting
NLS_LANG=JAPANESE_JAPAN.JA16EUC.
regards,
|
|
|
Re: help, help,help [message #304962 is a reply to message #302859] |
Fri, 07 March 2008 06:00 |
Flash
Messages: 34 Registered: February 2008
|
Member |
|
|
Hi,
Just pls check on this too. This error I got when I tried to pass a parameter that had a single quote ('). Please check if a single quote is getting passed and try to avoid it.
Thanks
Flash
|
|
|