To_number conversion error in OWB runtime

I have a mapping in OWB 10.1.0.5 that does something like that :
select t1.a_field,to_number(t2.a_stringField)
from a_table t1
an_other_table@source_schemas@source_database t2
where (....)
the t2.a_stringField may contain:
'1256'
'5'
'12'
'5,8'
when I run my mapping from SQL_PLUS
begin
my_mapping.main();
end;
it works well,
but when I run my mapping with OWB, my mapping terminates with errors on the line containing a decimal value (the line with coma decimal separator).
I deployed my mapping over three similar database (developpement,test,production) and the problem appends for just one of them !
any idea ?
these are my database parameter :
NLS_TERRITORY     AMERICA
NLS_NUMERIC_CHARACTERS '.,'
the paramters for the current user (target schemas):
NLS_TERRITORY     FRANCE
NLS_NUMERIC_CHARACTERS ',.'
my 'source_database' parameters :
NLS_TERRITORY     AMERICA
NLS_NUMERIC_CHARACTERS '.,'
and the parameters for the user 'source_schemas' :
NLS_TERRITORY     FRANCE
NLS_NUMERIC_CHARACTERS ',.'

Hi Jean,
I think you need to change NLS_LANG to the same value as on your other two servers (and don't forget to restart OWB runtime).
Or you can specify nls parameter in TO_NUMBER function:
TO_NUMBER('9,5','999D99', 'NLS_NUMERIC_CHARACTERS = '', ''')
Regards,
Oleg

Similar Messages

  • Odd error running OWB Runtime Assistant

    Getting the following obscrure error running Runtime Assistant on 10g database with 10.1.0.3.0 OWB (unix).
    oracle.wh.util.DebugUtility: Error while resolving oracle/wh/runtime/server/ServiceDoctor
    Fri Jan 13 15:23:29 EST 2006
    Fri Jan 13 15:23:32 EST 2006
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-04045: errors during recompilation/revalidation of OWB_RUNTIME_REPOSITORY_2.oracle/wh/runtime/server/Util
    Fri Jan 13 15:23:32 EST 2006
    oracle.wh.util.DebugUtility: [processSPAWN]: A spawned program error. Exception = java.lang.Exception: Error : java.sql.SQLException: ORA-04045: errors during recompilation/revalidation of OWB_RUNTIME_REPOSITORY_2.oracle/wh/runtime/server/Util
    Fri Jan 13 15:23:32 EST 2006
    Can ANYONE give me any clues???
    Thanks
    -Mark

    Hi,
    I resolve the problem increasing the java pool size to 64 M
    bye !

  • There is an error when create owb runtime repository

    ORACLE 9.0 owb 10.1.0.4
    There is an error when create owb runtime repository,it has been finished 88%.
    INS0022:衍生程序错误。
    The context in the log as follows:
    Tue Feb 24 15:08:55 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/RTSProperties
    Tue Feb 24 15:08:55 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/RTSProperties$_MutableResult
    Tue Feb 24 15:08:55 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/ListRTSWriter
    Tue Feb 24 15:08:55 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/XRTSGenerator
    Tue Feb 24 15:08:56 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/OrderedDictionary
    Tue Feb 24 15:08:56 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/XRTSMakeBundle
    Tue Feb 24 15:08:56 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/RTSWriter
    Tue Feb 24 15:08:56 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/UnicodeEscapes
    Tue Feb 24 15:08:56 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/XRTSParser$1
    Tue Feb 24 15:08:56 CST 2009
    oracle.wh.util.DebugUtility: loading : resource oracle/bali/rts/tools/Config.txt
    Tue Feb 24 15:10:04 CST 2009
    oracle.wh.util.DebugUtility: ORA-00603: ORACLE server session terminated by fatal error
    Tue Feb 24 15:10:04 CST 2009
    oracle.wh.util.DebugUtility: [processSPAWN]: A spawned program error. Exception = java.lang.Exception: Error : ORA-00603: ORACLE server session terminated by fatal error
    Tue Feb 24 15:10:04 CST 2009
    oracle.wh.util.DebugUtility: [processSPAWN]: Get the error, stop processing...
    I don't know how to solve the problem.
    who can help me? Thank you very much.
    Edited by: [email protected] on 2009-2-23 下午11:37

    This quesiton has been solved.
    I don't delete some same roles.
    Thanks.

  • OWB Runtime repository installing error

    Hello
    I'm a newbie here and in Oracle world. I'm student who tries to learn Oracle Warehouse Builder use on freetime, so any help would be appriciated.
    So the problem is, always when i try to install Runtime Repository (using OWB Runtime Assistant) i get the same error message. The error message refers to log and the log is as follows:
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-06502: PL/SQL: numeerinen virhe tai arvovirhe : virhe muunnettaessa merkkiä luvuksi
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: ORA-06512: "OE.WB_RT_INTEGER_VERSION_NUMBER", line 15
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: ORA-06512: line 19
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-06502: PL/SQL: numeerinen virhe tai arvovirhe : virhe muunnettaessa merkkiä luvuksi
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: ORA-06512: "OE.WB_RT_INTEGER_VERSION_NUMBER", line 15
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: ORA-06512: line 19
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:2337)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.executeFetch(OCIDBAccess.java:1744)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(OCIDBAccess.java:1905)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2132)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2015)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2877)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:608)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:684)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:364)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain.processSQLToken(ReposInstMain.java:2592)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain.processDriverFile(ReposInstMain.java:2326)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain$2.runTask(ReposInstMain.java:1824)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.timer.Timer.doRun(Unknown Source)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.timer.Timer.run(Unknown Source)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at java.lang.Thread.run(Thread.java:484)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-06502: PL/SQL: numeerinen virhe tai arvovirhe : virhe muunnettaessa merkkiä luvuksi
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: ORA-06512: "OE.WB_RT_INTEGER_VERSION_NUMBER", line 15
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: ORA-06512: line 19
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: [ at runSqlScript(RuntimeInstaller.java ) ].
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: this is SQL error: continue =false
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-06502: PL/SQL: numeerinen virhe tai arvovirhe : virhe muunnettaessa merkkiä luvuksi
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: ORA-06512: "OE.WB_RT_INTEGER_VERSION_NUMBER", line 15
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: ORA-06512: line 19
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-06502: PL/SQL: numeerinen virhe tai arvovirhe : virhe muunnettaessa merkkiä luvuksi
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: ORA-06512: "OE.WB_RT_INTEGER_VERSION_NUMBER", line 15
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: ORA-06512: line 19
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:2337)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.executeFetch(OCIDBAccess.java:1744)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(OCIDBAccess.java:1905)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2132)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2015)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2877)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:608)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:684)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:364)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain.processSQLToken(ReposInstMain.java:2592)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain.processDriverFile(ReposInstMain.java:2326)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain$2.runTask(ReposInstMain.java:1824)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.timer.Timer.doRun(Unknown Source)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.timer.Timer.run(Unknown Source)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at java.lang.Thread.run(Thread.java:484)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility: Assistant operation is unsuccessful ...
    (sorry, some of the log is in Finnish but i dont know how translate it)
    Everytime time the runtime repository installing halts when about 60 percent is done.
    So if anybody could assist me, i would be forever grateful...
    Thanks for advance....

    This is a bug 3043523, affecting non-English repository installs. It's documented and fixed in 9.2.0.4 patchset. For a customer I would say patch to 9.2.0.4 before attempting to create the runtime repository. But I figured you don't have access to the patches, since they are distributed through Oracle Support's site metalink.oracle.com, where only Oracle customers can login to. So would it be an option for you to install the English language repository?
    Nikolai Rochnik

  • Runtime error in J2IUN -  "DYNPRO_FIELD_CONVERSION" / "Conversion Error*"

    Hi All,
    I am facing run time error problem during Transaction J2IUN "DYNPRO_FIELD_CONVERSION" / "Conversion Error"
    Error analysis:
    The program has been interrupted and cannot resume.
    Program "J_1IRUTZN" attempted to display fields on screen 9000.
    An error occurred during the conversion of this data.
    There was a conversion error in the output of fields to the screen.
    The formats of the ABAP output field and the screen field may not match.
    Some field types require more space on the screen than in the ABAP
    program. For example, a date output field on the screen requires two
    more characters than the corresponding field in the ABAP program. When
    the date is displayed on the screen, an error occurs resulting in this
    error message.
    Screen name.............. "J_1IRUTZN"
    Screen number............ 9000
    Screen field............. "UTIL1-REM_BAL"
    Error text............... "FX015: Sign lost."
    Other data:
    Kindly guide me to resolve the issue.
    Regards,
    P.S.Chitra

    Hi,
    Here comes the solution...
    Please implemet the SAP note 1252418...
    Looking very much relavent to your problem...
    Regs,
    Lokesh.

  • PL/SQL: numeric or value error: character to number conversion error in TRG

    Hi,
    I've got strange issue with one trigger which during update of table reports (DB is 9.2.0.8):
    ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    ORA-06512: at "UDR_LOG", line 345
    ORA-04088: error during execution of trigger 'UDR_LOG'but line 345 is:
    END IF;
    so its kind of strange
    the code looks like
    343 IF nvl(to_char(:old.PKD_ID),'''') <> nvl(to_char(:new.PKD_ID),'''') THEN
    344     v_zmn := v_zmn || 'PKD_ID''' || to_char(:old.PKD_ID) || '''' || to_char(:new.PKD_ID) || '''';
    345    END IF;
    so its concatenation not to_number usage .error is triggered by update statement on any column .
    I'm sorry I cant provide You with whole trigger code .
    So if You could only recommend any investigation method that would be great .
    Regards
    Greg

    Hi, Greg,
    When there's an error in a trigger, the line numbers in the error messages are relative to the first DECLARE or BEGIN statement; often, that's a few lines after CREATE OR REPLACE TRIGGER. Post a few lines after what you already posted.
    If you can't find the error, then create another table for testing this, and create a smaller trigger on that table, which does only enough to cause the error. Then you'll be able to post the complete trigger, and the code needed to re-create the problem.

  • Conversion Error setting value ''{0}'' for ''{1}''

    Hi
    I have to populate a drop-down list on my page with the values coming from the DB.
    JSF code:
    <td align="right"><div id="wait" style="visibility:hidden;">Select an existing Application</div></td>
    <td align="left"><div id="wait1" style="visibility:hidden;" >
    <h:selectOneMenu id="exist" value="#{processApplication.selectedOwner}" styleClass="selectOneMenu">
    <f:selectItems value="#{processApplication.existingOwners}"></f:selectItems>
    </h:selectOneMenu>
    </div>
    </td>
    processApplication bean:
    public List<SelectItem> getExistingOwners() {                    
    //existingOwners = this.getOwners();
    try{
         List < SelectItem > existingOwners = new ArrayList < SelectItem > ( ) ;
         SelectItem si_0 = new SelectItem();
         SelectItem si_1 = new SelectItem();
    SelectItem si_2 = new SelectItem();
         si_0.setValue("11");
         si_0.setLabel("sri");
         si_1.setValue("21");
         si_1.setLabel("ADAMS");
         existingOwners.add(si_0);
         existingOwners.add(si_1);
         logger.info("values in the list" +existingOwners.get(1).getValue());
              }catch(Exception e){
                   logger.debug(e.getCause());
                   e.printStackTrace();
              return existingOwners;
         public void setExistingOwners(List<SelectItem> existingOwners) {
              try{
              this.existingOwners = existingOwners;
              }catch(Exception e){
                   logger.debug("%%%%");
                   logger.debug(e.getCause());
                   e.printStackTrace();
    public String getSelectedOwner() {
         try{
         List<SelectItem> test = this.getExistingOwners();
         selectedOwner = (String)test.get(1).getValue();
         logger.debug("selected owner from the list" +selectedOwner);
         }catch(Exception e){
         logger.debug(e.getCause());
         e.printStackTrace();
         return selectedOwner;
         public void setSelectedOwner(String selectedOwner) {
              this.selectedOwner = selectedOwner;
    public List<SelectItem> getExistingOwners() should actually be a call to the DB to get the list.
    But since i was getting exception I tried to hard code the list in the method itself.
    But , I get this exception:
    logger.info values in the list 21
    [6/15/09 12:49:45:687 EDT] 0000003d ServletWrappe E SRVE0068E: Uncaught exception thrown in one of the service methods of the servlet: /processApplication.jsp. Exception thrown : javax.servlet.ServletException: Conversion Error setting value ''{0}'' for ''{1}''.
         at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:658)
         at com.ibm._jsp._processApplication._jspService(_processApplication.java:149)
         at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:85)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:907)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:118)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:701)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:646)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:475)
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
    Earlier, I had a drop down list that was working perfectly fine.
    But its values came from a Helper class and not the DB.
    What is it that Iam missing or doing wrong?
    Please help me.
    Thanks.

    Based on your example on the link that you referred to I tried to do this
    fillSelectItems();
    as the initialization block (I read what it means)
    changed my getter method to
    public List<SelectItem> getExistingOwners() { return existingOwners; }
    private void fillSelectItems() {
    this.existingOwners = new ArrayList<SelectItem>();
    try{
         existingOwners.clear();
         List test = this.getOwners();
         SelectItem[] myitem = new SelectItem[test.size()];
         for(int i=0;i<test.size();i++) {
         Object[] arrayOne = (Object[])test.get(i);
    try{
         SelectItem tmp = new SelectItem();
         tmp.setLabel(arrayOne[0].toString()+(String)arrayOne[1]);
         tmp.setValue((Integer)arrayOne[0]);
         myitem[i] = tmp;
    this.existingOwners.add(myitem);
    }catch(Exception e){
              logger.debug(e.getCause());
              e.printStackTrace();
         }catch(Exception e){
              logger.debug(e.getCause());
              e.printStackTrace();
    Basically, I moved what I had earlier in getter method I have it now in the fillSelectItems()
    Butthen, I get a NullPointerException.

  • Conversion Error: I/O error while communicating with native process

    Hi,
    I am trying to use Oracle Outside In Technology Image Export for conversion of images. I am trying to run the example ExportTest that comes with the downloaded SDK.
    I get the below error while running the ExportTest example.
    Conversion Error: I/O error while communicating with native process .
    Am I missing any settings?
    Please guide to the right forum if this is not the one for posting queries on Oracle Outside In Technology Image Export.
    Thank you.

    Hi Revanth,
    I am using Image Export 8.3.7 and I am trying to run the java class "ExportTest" that is in the location sdk\samplecode\ExJava\Examples\ExportTest\src of the download.
    My input folder has one jpg - puzzle.jpg (this is just a simple jpg), I am trying to convert it to TIFF. ExportTest.java uses the classes in Export.jar . Export.jar is located in the sdk\samplecode\ExJava\Examples\ExportTest . You can see source files of the Export.jar at location sdk\samplecode\ExJava\Java API\src of the download. I am running the 'ExportTest' by providing the arguments (input folder, output folder and ix.cfg - this file comes with the download). So now when I run this class I was getting the error I mentioned in this post. Inorder to find more details about the error I modified the 'Export.java' (at sdk\samplecode\ExJava\Java API\src\com\outsideinsdk) just to printStackTrace when the exception occurs and rebuilt the 'Export.jar' and ran the 'ExportTest.java'.
    And below is the stack trace that I got :
    java.io.IOException: CreateProcess: nullexporter.exe "inputpath_u=AGkAbgBwAHUAdA
    BcAHAAdQB6AHoAbABlAC4ASgBQAEc=" "outputpath_u=AG8AdQBwAHUAdABcAHAAdQB6AHoAbABlAC
    4ASgBQAEcALgBUAEkARgBG" "outputid=FI_TIFF" "fallbackformat=FI_TEXT" "tiffcolorsp
    ace=24BitRGB" "preferoitrendering=false" "tiffcompression=Packbits" "mapbuffersi
    ze=8192" "defaultprintfontheight=20" "graphicwidthlimit=0" "reordermethod=off" "
    unmappablechar=0x002A" "timezone=0" "graphicheightlimit=0" "defaultmarginleft=14
    40" "ssshowheadings=false" "quickthumbnail=false" "graphicoutputdpi=0" "ssdirect
    ion=AcrossandDown" "defaultmarginbottom=1440" "ssshowgridlines=false" "dbshowhea
    dings=false" "readbuffersize=2" "whattoexport=all" "graphicsizelimit=0" "imagewa
    termarkopacity=0" "blue=-1" "handlenewfileinfo=no" "outputid=FI_TIFF" "lzwcompre
    ssion=enabled" "usedocpagesettings=true" "defaultmarginright=1440" "numberofstat
    callbacks=0" "dbfittopage=NoScaling" "tempbuffersize=2048" "pdffilterreorderbidi
    =no" "imagecropping=nocropping" "defaultmargintop=1440" "documentmemorymode=larg
    e" "m?
    at java.lang.Win32Process.create(Native Method)
    at java.lang.Win32Process.<init>(Win32Process.java:66)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Runtime.java:566)
    at java.lang.Runtime.exec(Runtime.java:491)
    at java.lang.Runtime.exec(Runtime.java:457)
    at com.outsideinsdk.Export.convert(Export.java:262)
    at com.outsideinsdk.ExportTest.convert(ExportTest.java:142)
    at com.outsideinsdk.ExportTest.main(ExportTest.java:214)
    hope this helps to find the problem.
    Thank you

  • Peculiar Deployment Error in OWB

    Hi All,
    I have a mapping (M_TEST_PROCEDURE) which has the following sequence of operators.
    Source Table -> Mapping Transformation (Procedure) -> Expression -> Pivot -> Target Table.
    The mapping validates without any errors. But when tried to deploy this mapping it gives me the following error.
    OWB Error MappingGenerator.generate WBGeneratedObject[] in null or length 0 for M_TEST_PROCEDURE.
    The detailed error message is:
    oracle.wh.repos.sdk.exceptions.WBException
    oracle.wh.repos.sdk.exceptions.WBException
         at oracle.wh.ui.runtime.application.WHRuntimeProgress.notifyInternalError(WHRuntimeProgress.java:180)
         at oracle.wh.ui.runtime.application.WHRuntimeGeneration.run(WHRuntimeGeneration.java:111)
    \nCMPException message and stack trace:\njava.lang.NullPointerException
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler.actionPerformed(WHRuntimeCommandHandler.java:277)
         at oracle.wh.ui.common.OWBConsumer.dataItemAvailable(OWBInfoBus.java:380)
         at javax.infobus.DefaultController.fireItemAvailable(DefaultController.java:90)
         at javax.infobus.InfoBus.fireItemAvailable(InfoBus.java:989)
         at oracle.wh.ui.common.OWBInfoBus.produce(OWBInfoBus.java:159)
         at oracle.wh.ui.common.OWBInfoBus.produce(OWBInfoBus.java:76)
         at oracle.wh.ui.runtime.application.WHRuntimeProgress.showResults(WHRuntimeProgress.java:84)
         at oracle.wh.ui.runtime.application.WHRuntimeGeneration.run(WHRuntimeGeneration.java:107)
    If the mapping sequence is
    Source Table -> Expression -> Pivot -> Target Table.
    The mapping works fine and gets deployed without any errors.
    Also if the mapping sequence is
    Source Table -> Mapping Transformation (Procedure) -> Expression -> Target Table.
    The mapping works fine and gets deployed without any errors.
    The problem occurs only when the Mapping Transformation (using a procedure) is used with a pivot operator.
    Has anybody experienced such problems before ??? If yes, can you please throw some light as to why is this happening. There is one more thread in this forum regarding the same problem, I have seen that but the problem still persists..
    All your valued suggestions are welcome.
    Regards
    -AP

    The target table loading type is INSERT, and match by constraint is set to 'No constraints'.
    There is no INSERT/UPDATE or UPDATE/INSERT anywhere in the mapping.
    This really seems to be a awkward problem.
    You can try yourself. Make a stored procedure (doing a very simple thing ... taking an input value adding a constant value and then returning that value back).
    The sequence of operators used in the mapping:
    Source Table -> Mapping Transformation (using the above procedure) -> Expression Operator -> Pivot Operator -> Target Table.
    Try to deploy the code ... u will get a deployment error which OWB itself does not understand.
    Any more hints of help ?
    Regards
    -Arnab

  • Character to number conversion error during uploading csv

    hi
    I have a question regarding oracle application express.
    I want to upload the csv data to the database using apex application.
    I used a code from otn but it does not work to the number datatype value..
    It gives an error like number to charcter conversion error am not able to resolve it.
    I also use TO_NUMBER functions to convert but it doesn't works..please help me out..
    Following code I used to upload the data:
    DECLARE
    v_blob_data BLOB;
    v_blob_len NUMBER;
    v_position NUMBER;
    v_raw_chunk RAW(10000);
    v_char CHAR(1);
    c_chunk_len number:= 1;
    v_line VARCHAR2 (32767):= NULL;
    v_data_array wwv_flow_global.vc_arr2;
    v_rows number;
    BEGIN
    delete from chktable;
    select blob_content into v_blob_data
    from wwv_flow_files
    where last_updated = (select max(last_updated) from wwv_flow_files where UPDATED_BY = :APP_USER) and id = (select max(id) from wwv_flow_files where updated_by = :APP_USER); v_blob_len := dbms_lob.getlength(v_blob_data); v_position := 1; WHILE ( v_position <= v_blob_len ) LOOP v_raw_chunk := dbms_lob.substr(v_blob_data,c_chunk_len,v_position);
    v_char := chr(hex_to_decimal(rawtohex(v_raw_chunk)));
    v_line := v_line || v_char;
    v_position := v_position + c_chunk_len; IF v_char = CHR(10) THEN v_line := REPLACE (v_line,',','~'); v_data_array := wwv_flow_utilities.string_to_table (v_line,'~'); EXECUTE IMMEDIATE 'insert into SRS_CC_MI_DATA(OUTAGE,TAR_#,CUSTOMER_NAME,RECEIVED,RESOLUTION_TIME,SEVERITY,PRIORITY)
    values (:1,:2,:3,:4,:5,:6,:7)'
    USING
    v_data_array(1),
    v_data_array(2),
    v_data_array(3),
    v_data_array(4),
    v_data_array(5),
    v_data_array(6),
    v_data_array(7);
    v_line := NULL;
    END IF;
    END LOOP;
    END;
    my table contains:
    "OUTAGE" VARCHAR2(4000),
    "TAR_#" VARCHAR2(4000),
    "CUSTOMER_NAME" VARCHAR2(4000),
    "RECEIVED" VARCHAR2(4000),
    "RESOLUTION_TIME" VARCHAR2(4000),
    "SEVERITY" VARCHAR2(1),
    "PRIORITY" VARCHAR2(4000) NOT NULL ENABLE
    i need to make last two rows number type..
    it works fine if it is varchar2 but not with number type..
    plz help out

    Hello,
    >> "PRIORITY" VARCHAR2(4000) NOT NULL ENABLE
    What is the valid values of this column that you need to use varchar2(4000)? Are you sure this column include valid numbers?
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Author of Oracle Application Express 3.2 – The Essentials and More

  • ORA-06502: numeric or value error: character to number conversion error

    I met the following error when I ran Donald's PL/SQL function to_number_or_null. Could somebody here help me find the resolution? Thanks!
    SQL> create or replace FUNCTION to_number_or_null (
    2 aiv_number in varchar2 )
    3 return number is
    4 /*
    5 to_number_or_null.fun
    6 by Donald J. Bales on 12/15/2006
    7 An errorless to_number( ) method
    8 */
    9 begin
    10 return to_number(aiv_number);
    11 exception
    12 when INVALID_NUMBER then
    13 return NULL;
    14 end to_number_or_null;
    15 /
    Function created.
    SQL> select to_number_or_null('A') from dual;
    select to_number_or_null('A') from dual
    ERROR at line 1:
    ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    ORA-06512: at "CAROL.TO_NUMBER_OR_NULL", line 10

    Only INVALID_NUMBER exception is handled and also VALUE_ERROR should be handeled. You can resolve it by handling VALUE_ERROR exception or by adding WHEN OTHERS as I did in following example.
    SQL> create or replace FUNCTION to_number_or_null (
      2      aiv_number in varchar2 )
      3      return number is
      4     /*
      5     to_number_or_null.fun
      6     by Donald J. Bales on 12/15/2006
      7     An errorless to_number( ) method
      8     */
      9  begin
    10     return to_number(aiv_number);
    11     exception
    12     when INVALID_NUMBER then
    13      return NULL;
    14     when OTHERS then
    15      return null;
    16     end to_number_or_null;
    17  /
    Function created.
    SQL> select to_number_or_null('A') from dual;
    TO_NUMBER_OR_NULL('A')
    ----------------------With kind regards
    Krystian Zieja

  • Estimation of dbsize in OWB Runtime Repository

    Hi,
    I would like to know the procedure how to estimate the dbsize required for owb runtime repository.
    Any help would be appreciated greatly.
    Thank you,
    Regards,
    Gowtham Sen.

    OK, a quick empirical test shows me that an average mapping at that level seems to generate about 15 rows in the audit tables - more, of course, if errors occur in the mapping as under your audit level it must also save this information.
    Another quick check of the average row lengths in most of the wb_rt_audit tables, and I'll over-estimate and call it 250 bytes per row.
    So, a bit of quick math:
    (450 mappings per day) x (100 days) x (20 rows (overestimate) ) = 900,000 rows
    Round up to a million rows for safety, and then multiply out by our average row length of 250bytes, and you have a requirement of 250MB of space for audit info - and that didn't include indexes.
    Throw in the storage for your mapping metadata referenced by the runtime engine (you could measure this by the storage used right after deployment), guesstimate index spaces, leave room for safety, and with your requirements I'd probably want to start with around 400 MB which I would monitor for the first while.
    But, this is just educated guesswork on my part as I normally leave this up to our DBA to deal with
    Cheers,
    Mike.

  • IllegalArgumentException: Conversion Error setting value ''{0}'' for ''{1}'

    Hi all i am facing one problem while using <h:selectManyMenu style="height:100;" value="#{cityf.cityLook}">
    <f:selectItems value="#{cityf.city}" />
    </h:selectManyMenu>
    so ,plz help me about this error.!!!!!!
    java.lang.IllegalArgumentException: Conversion Error setting value ''{0}'' for ''{1}''.
         com.sun.faces.util.Util.getSelectItems(Util.java:670)
         com.sun.faces.renderkit.html_basic.MenuRenderer.getOptionNumber(MenuRenderer.java:509)
         com.sun.faces.renderkit.html_basic.MenuRenderer.renderSelect(MenuRenderer.java:486)
         com.sun.faces.renderkit.html_basic.MenuRenderer.encodeEnd(MenuRenderer.java:451)
         javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:740)
         com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:473)
         com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:470)
         com.sun.faces.renderkit.html_basic.GridRenderer.encodeChildren(GridRenderer.java:253)
         javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:721)
         javax.faces.webapp.UIComponentTag.encodeChildren(UIComponentTag.java:629)
         javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:566)
         com.sun.faces.taglib.html_basic.PanelGridTag.doEndTag(PanelGridTag.java:460)
         org.apache.jsp.Demo_jsp._jspx_meth_h_005fpanelGrid_005f0(Demo_jsp.java:192)
         org.apache.jsp.Demo_jsp._jspx_meth_h_005fform_005f0(Demo_jsp.java:159)
         org.apache.jsp.Demo_jsp._jspx_meth_f_005fview_005f0(Demo_jsp.java:125)
         org.apache.jsp.Demo_jsp._jspService(Demo_jsp.java:90)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
         com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
         org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
         org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
         org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)
         org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)
    city.jsp:
    <html>
    <body>
    <f:view>
    <h:form id="select">
    <h:panelGrid columns="1">
    <h:column>
    <h:outputText value="Select City : "/>
    <h:selectManyMenu style="height:100;" value="#{cityf.cityLook}">
    <f:selectItems value="#{cityf.city}" />
    </h:selectManyMenu>
    </h:column>
    </h:panelGrid>
    </h:form>
    </f:view>
    </body>
    </html>
    City Bean:
    public class City {
         private CityIDLookup[] city;
         private String[] cityLook;
    public CityIDLookup[] getCity() {
         return city;
    public void setCity(CityIDLookup[] city) {
         this.city = city;
    public String[] getCityLook() {
         return cityLook;
    public void setCityLook(String[] cityLook) {
         this.cityLook = cityLook;
    faces.config.xml:
    <managed-bean>
    <managed-bean-name>cityf</managed-bean-name>
    <managed-bean-class>com.class.City</managed-bean-class>
    <managed-bean-scope>session</managed-bean-scope>
    </managed-bean>

    With SelectItem I mean the javax.faces.model.SelectItem class.
    <h:selectManyMenu value="#{myBean.selectedItems}">
        <f:selectItems value="#{myBean.selectItems}" />
    <h:selectManyMenu>MyBeanprivate String[] selectedItems; // + getter + setter
    private List<SelectItem> selectItems; // + getter

  • PARAMETER CONVERSION ERROR

    Hi all,
    We have a strange problem. When run a RFC FM, SAP shows the abap dump and runtime error was PARAMETER CONVERSION ERROR. I use ST22 and find Error analysis was below.
    Parameters:
    P1..................... "XMLConverterMultipleImport failed in ab_xrfcreceive:abxrfccal.c(1328)#"
    P2..................... " error message: not a name character for character entities(2)#"
    P3..................... " error class: Document#"
    so i want to ask what the kind error of this issue. why it said XMLXMLConverterMultipleImport failed. How can i resolve it?
    thank you very much

    Hi Dhamat,
    This  is Z FM and it has 4 parameters with it. These parameters were complex and deep structure. The detail info is below.
    CALL FUNCTION 'Z_RFC'
       EXPORTING
            EXPORT_PARA1     =   "this para is type of INTERNAL TABLE and contains 4 fields
            EXPORT_PARA2     =   "this para is flat structure and contains 3 fields
            EXPORT_PARA3     =   "this para is also type of INTERNAL TABLE and contains 4 fields
          IMPORTING
            DETAILS                  =    IMPORTANT: THIS para is also type of INTERNAL TABLE and it is COMPLEX AND DEEP STRUCTURE. it contains two fields and also type of INTERNAL TABLE.
    I think this issue maybe due to complex and deep structure. but i don't make sure so help me.
    Thanks

  • Type conversion error, field ABSENCE_TYPE while accessing General Informati

    Hi ,
    One of the user is facing issue while he is accessing General Information link under Manager Self Service -> Team on portal. He is getting the below error message while accessing it.
    500   Internal Server Error
      SAP NetWeaver Application Server 7.00/Java AS 7.00 
    Failed to process request. Please contact your system administrator.
    [Hide]
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       com.sap.aii.proxy.framework.core.DataAccessException: Type conversion error, field ABSENCE_TYPE, complex type class com.sap.xss.hr.eeprofile.absencedays.model.Hrmss_Rfc_Ep_Read_Absencedays_Input
        at com.sap.aii.proxy.framework.core.JcoBaseTypeData.propagateJcoException(JcoBaseTypeData.java:130)
        at com.sap.aii.proxy.framework.core.JcoBaseTypeData.setElementValue(JcoBaseTypeData.java:751)
        at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClass.setAttributeValueAsString(DynamicRFCModelClass.java:669)
        at com.sap.xss.hr.eeprofile.absencedays.model.Hrmss_Rfc_Ep_Read_Absencedays_Input.setAbsence_Type(Hrmss_Rfc_Ep_Read_Absencedays_Input.java:192)
        at com.sap.xss.hr.eeprofile.absencedays.wdp.IPublicBAbsenceDaysComp$IHrmss_Rfc_Ep_Read_Absencedays_InputElement.setAbsence_Type(IPublicBAbsenceDaysComp.java:579)
        ... 64 more
    See full exception chain for details.
    System Environment
    Client
    Web Dynpro Client Type HTML Client
    User agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; WOW64; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8)
    Version null
    DOM version null
    Client Type msie6
    Client Type Profile ie6
    ActiveX enabled
    Cookies enabled
    Frames enabled
    Java Applets enabled
    JavaScript enabled
    Tables enabled
    VB Script enabled
    Server
    Web Dynpro Runtime Vendor: SAP, build ID: 7.0017.20100223114935.0000 (release=NW04S_17_REL, buildtime=2010-02-23:11:33:08[UTC], changelist=80269, host=pwdfm114), build date: Wed Apr 28 21:07:28 BST 2010
    J2EE Engine 7.00 patchlevel 112614.44
    Java VM IBM J9 VM, version:2.3, vendor: IBM Corporation
    Operating system Linux, version: 2.6.16.60-0.21-smp, architecture: amd64
    Session & Other
    Session Locale en_GB
    Time of Failure Wed Oct 06 12:13:18 BST 2010 (Java Time: 1286363598619)
    Web Dynpro Code Generation Infos
    sap.com/pb
    SapDictionaryGenerationCore 7.0017.20061002105236.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:01:31[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates 7.0017.20061002105236.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:01:37[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapGenerationFrameworkCore 7.0017.20060719095755.0000 (release=645_VAL_REL, buildtime=2008-09-17:12:48:53[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer 7.0017.20080801093115.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:07:06[UTC], changelist=495367, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon 7.0017.20061002105432.0000 (release=645_VAL_REL, buildtime=2008-09-17:12:49:40[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore 7.0017.20061002105432.0000 (release=645_VAL_REL, buildtime=2008-09-17:12:49:34[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary 7.0017.20060719095619.0000 (release=645_VAL_REL, buildtime=2008-09-17:12:58:48[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro 7.0017.20080801093120.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:03:59[UTC], changelist=495368, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCTemplates 7.0017.20080829103545.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:16:41[UTC], changelist=499141, host=pwdfm101)
    SapWebDynproGenerationCore 7.0017.20080801093115.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:07:12[UTC], changelist=495367, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates 7.0017.20080829103545.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:16:41[UTC], changelist=499141, host=pwdfm101)
    sap.com/tcwddispwda
    No information available null
    sap.com/pb_api
    SapDictionaryGenerationCore 7.0017.20061002105236.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:01:31[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates 7.0017.20061002105236.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:01:37[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapGenerationFrameworkCore 7.0017.20060719095755.0000 (release=645_VAL_REL, buildtime=2008-09-17:12:48:53[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer 7.0017.20080801093115.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:07:06[UTC], changelist=495367, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon 7.0017.20061002105432.0000 (release=645_VAL_REL, buildtime=2008-09-17:12:49:40[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore 7.0017.20061002105432.0000 (release=645_VAL_REL, buildtime=2008-09-17:12:49:34[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary 7.0017.20060719095619.0000 (release=645_VAL_REL, buildtime=2008-09-17:12:58:48[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro 7.0017.20080801093120.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:03:59[UTC], changelist=495368, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCTemplates 7.0017.20080829103545.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:16:41[UTC], changelist=499141, host=pwdfm101)
    SapWebDynproGenerationCore 7.0017.20080801093115.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:07:12[UTC], changelist=495367, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates 7.0017.20080829103545.0000 (release=645_VAL_REL, buildtime=2008-09-17:13:16:41[UTC], changelist=499141, host=pwdfm101)
    sap.com/tcwdcorecomp
    No information available null
    Detailed Error Information
    Detailed Exception Chain
    com.sap.aii.proxy.framework.core.DataAccessException: Type conversion error, field ABSENCE_TYPE, complex type class com.sap.xss.hr.eeprofile.absencedays.model.Hrmss_Rfc_Ep_Read_Absencedays_Input
         at com.sap.aii.proxy.framework.core.JcoBaseTypeData.propagateJcoException(JcoBaseTypeData.java:130)
         at com.sap.aii.proxy.framework.core.JcoBaseTypeData.setElementValue(JcoBaseTypeData.java:751)
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClass.setAttributeValueAsString(DynamicRFCModelClass.java:669)
         at com.sap.xss.hr.eeprofile.absencedays.model.Hrmss_Rfc_Ep_Read_Absencedays_Input.setAbsence_Type(Hrmss_Rfc_Ep_Read_Absencedays_Input.java:192)
         at com.sap.xss.hr.eeprofile.absencedays.wdp.IPublicBAbsenceDaysComp$IHrmss_Rfc_Ep_Read_Absencedays_InputElement.setAbsence_Type(IPublicBAbsenceDaysComp.java:579)
         at com.sap.xss.hr.eeprofile.absencedays.BAbsenceDaysComp.callRFC(BAbsenceDaysComp.java:291)
         at com.sap.xss.hr.eeprofile.absencedays.BAbsenceDaysComp.readAbsenceDaysData(BAbsenceDaysComp.java:236)
         at com.sap.xss.hr.eeprofile.absencedays.wdp.InternalBAbsenceDaysComp.readAbsenceDaysData(InternalBAbsenceDaysComp.java:230)
         at com.sap.xss.hr.eeprofile.absencedays.BAbsenceDaysCompInterface.readAbsenceDaysData(BAbsenceDaysCompInterface.java:134)
         at com.sap.xss.hr.eeprofile.absencedays.wdp.InternalBAbsenceDaysCompInterface.readAbsenceDaysData(InternalBAbsenceDaysCompInterface.java:191)
         at com.sap.xss.hr.eeprofile.absencedays.wdp.InternalBAbsenceDaysCompInterface$External.readAbsenceDaysData(InternalBAbsenceDaysCompInterface.java:243)
         at com.sap.xss.hr.eeprofile.absencedays.vac.VAbsenceDaysComp.onBeforeOutput(VAbsenceDaysComp.java:259)
         at com.sap.xss.hr.eeprofile.absencedays.vac.wdp.InternalVAbsenceDaysComp.onBeforeOutput(InternalVAbsenceDaysComp.java:260)
         at com.sap.xss.hr.eeprofile.absencedays.vac.VAbsenceDaysCompInterface.onBeforeOutput(VAbsenceDaysCompInterface.java:143)
         at com.sap.xss.hr.eeprofile.absencedays.vac.wdp.InternalVAbsenceDaysCompInterface.onBeforeOutput(InternalVAbsenceDaysCompInterface.java:136)
         at com.sap.xss.hr.eeprofile.absencedays.vac.wdp.InternalVAbsenceDaysCompInterface$External.onBeforeOutput(InternalVAbsenceDaysCompInterface.java:212)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.callOnBeforeOutput(FPMComponent.java:603)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:569)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:438)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:196)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:756)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:291)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
         at c
    Regards,
    Sreedhar

    Are you sure you have posted this question in the correct forum?  I don't see how this is Web Dynpro ABAP related. You refer to JCo cache and Java style class names.  I think perhaps you actually should have posted this question in the Web Dynpro Java forum?

Maybe you are looking for