Getting an error-column ambigiusly defined

MERGE INTO TEMP_MED_PARTIAL_RECORDS_0002 Tmpr
USING (SELECT callstart,
seqno,
totduration,
callreleasetime mplcallreleasetime,
connectedcallingnumber mplconnectedcallingnumber,
mplimsi,
mplchargingid,
msisdn mplsisdn,
FILEID mplfileid,
FILENAME mplfilename,
SLNO mplslno,
IMEI mplimei,
UTCTIMEOFFSET mplutctimeoffset,
CAUSEFORTERMINATION mplcausefortermination,
CALLTYPE mplcalltype,
SERVICETYPE mplservicetype,
SERVICECODE mplservicecode,
SUPPLSERVICECODE mplsupplservicecode,
DIALLEDDIGITS mpldialleddigits,
CONNECTEDCALLINGNUMBER mplconnectedcallingnumber,
THIRDPARTYNUMBER mplthirdpartynumber,
RECORDINGENTITYIDENTIFICATION mrecordingentityidentification,
CALLREFERENCE mplcallreference,
ACCESSPOINTNAMENI mplaccesspointnameni,
ACCESSPOINTNAMEOI mplaccesspointnameoi,
SGSNADDRESS mplsgsnaddress ,
GGSNADDRESS mplggsnaddress,
CHARGEAMOUNT mplchargeamount,
MSISDN mmsisdn,
PDPADDRESS mplpdpaddress,
PLMNID mplplmnid ,
CELLID mplcellid ,
LOCATIONAREACODE mpllocationareacode ,
RES_1 mplres1,
RES_2 mplres2,
RES_3 mplres3,
RES_4 mplres4,
RES_5 mplres5,
CALLRELEASETIME mplcallreleasetime
FROM (
SELECT MIN (CALLEVENTSTARTTIMESTAMP) callstart,
MAX (sequence_number) seqno,
SUM (CALLEVENTDURATION) totduration,
imsi mplimsi,
SUM(DATAVOLUMEINCOMING) download,
SUM(DATAVOLUMEOUTGOING) upload,
chargingid mplchargingid
FROM MED_PARTIAL_RECORDS_0002_LOAD
GROUP BY chargingid,imsi
) subset ,
(select FILEID ,
FILENAME ,
SLNO ,
IMEI ,
UTCTIMEOFFSET ,
CAUSEFORTERMINATION ,
CALLTYPE ,
SERVICETYPE ,
SERVICECODE ,
SUPPLSERVICECODE ,
DIALLEDDIGITS ,
CONNECTEDCALLINGNUMBER ,
THIRDPARTYNUMBER ,
RECORDINGENTITYIDENTIFICATION ,
CALLREFERENCE ,
ACCESSPOINTNAMENI ,
ACCESSPOINTNAMEOI ,
SGSNADDRESS ,
GGSNADDRESS ,
CHARGEAMOUNT ,
MSISDN ,
PDPADDRESS ,
PLMNID ,
CELLID ,
LOCATIONAREACODE ,
RES_1 ,
RES_2 ,
RES_3 ,
RES_4 ,
RES_5,
callreleasetime,
sequence_number,
imsi,
chargingid
from MED_PARTIAL_RECORDS_0002_LOAD
) subsetinfo
where
SUBSETINFO.IMSI=subset.mplimsi
and
subsetinfo.chargingid=subset.mplchargingid
and
subsetinfo.sequence_number=subset.seqno
mpl
on
(tmpr.imsi=mpl.mplimsi
and
tmpr.chargingid=mpl.mplchargingid
and
tmpr.sequence_number=mpl.seqno+1
WHEN MATCHED THEN ---------------------column ambigiously defined
update SET sequence_number=seqno,
CALLEVENTDURATION= totduration,
datavolumeincoming =downloabytes,
datavolumeoutgoing=uploadbytes;

May be this error on following column names.
Change aliases and try again
connectedcallingnumber mplconnectedcallingnumber,
CAUSEFORTERMINATION mplcausefortermination,
CONNECTEDCALLINGNUMBER mplconnectedcallingnumber,
RECORDINGENTITYIDENTIFICATION mrecordingentityidentification,
ACCESSPOINTNAMENI mplaccesspointnameni,
ACCESSPOINTNAMEOI mplaccesspointnameoi,
LOCATIONAREACODE mpllocationareacode ,

Similar Messages

  • Getting an error-column ambigiously defined

    DECLARE
    p_temptablename  VARCHAR2(30);
    p_loadtablename  VARCHAR2(30);
    p_retval  number;
    BEGIN
       p_retval := 0;
       MERGE INTO TEMP_MED_PARTIAL_RECORDS_0002 Tmpr
            USING (SELECT callstart,
                          seqno,
                          totduration,
                          callreleasetime mplcallreleasetime,
                          connectedcallingnumber mplconnectedcallingnumber,
                          mplimsi,
                          mplchargingid,
                          msisdn mplsisdn,
                          FILEID mplfileid,
                          FILENAME mplfilename,
                          SLNO mplslno,
                          IMEI mplimei,
                          UTCTIMEOFFSET mplutctimeoffset,
                          CAUSEFORTERMINATION mplcausefortermination,
                          CALLTYPE  mplcalltype,
                          SERVICETYPE mplservicetype,
                          SERVICECODE  mplservicecode,
                          SUPPLSERVICECODE  mplsupplservicecode,
                          DIALLEDDIGITS mpldialleddigits,
                          CONNECTEDCALLINGNUMBER mplconnectedcallingnumber,
                          THIRDPARTYNUMBER mplthirdpartynumber,
                          RECORDINGENTITYIDENTIFICATION   mrecordingentityidentification,
                          CALLREFERENCE  mplcallreference,
                          ACCESSPOINTNAMENI   mplaccesspointnameni,
                          ACCESSPOINTNAMEOI     mplaccesspointnameoi,
                          SGSNADDRESS    mplsgsnaddress ,
                          GGSNADDRESS   mplggsnaddress,
                          CHARGEAMOUNT  mplchargeamount,
                          MSISDN  mmsisdn,
                          PDPADDRESS    mplpdpaddress,
                          PLMNID  mplplmnid  ,
                          CELLID   mplcellid ,
                          LOCATIONAREACODE  mpllocationareacode ,
                          RES_1 mplres1,
                          RES_2  mplres2,
                          RES_3  mplres3,
                          RES_4 mplres4,
                          RES_5 mplres5,
                          CALLRELEASETIME mplcallreleasetime
                     FROM (
                     SELECT MIN (CALLEVENTSTARTTIMESTAMP) callstart,
                                     MAX (sequence_number) seqno,
                                     SUM (CALLEVENTDURATION) totduration,
                                     imsi mplimsi,
                                    SUM(DATAVOLUMEINCOMING) download,
                                    SUM(DATAVOLUMEOUTGOING) upload,
                                    chargingid mplchargingid
                                FROM MED_PARTIAL_RECORDS_0002_LOAD
                            GROUP BY chargingid,imsi
                            ) subset ,
                            (select FILEID                   ,
      FILENAME                ,
      SLNO                    ,
      IMEI                          ,
      UTCTIMEOFFSET                 ,
      CAUSEFORTERMINATION           ,
      CALLTYPE                      ,
      SERVICETYPE                   ,
      SERVICECODE                   ,
      SUPPLSERVICECODE              ,
      DIALLEDDIGITS                 ,
      CONNECTEDCALLINGNUMBER        ,
      THIRDPARTYNUMBER              ,
      RECORDINGENTITYIDENTIFICATION ,
      CALLREFERENCE     ,
      ACCESSPOINTNAMENI ,
      ACCESSPOINTNAMEOI ,
      SGSNADDRESS             ,
      GGSNADDRESS             ,
      CHARGINGID       ,
      CHARGEAMOUNT     ,
      MSISDN           ,
      PDPADDRESS       ,
      PLMNID           ,
      CELLID           ,
      LOCATIONAREACODE ,
      RES_1   ,
      RES_2   ,
      RES_3   ,
      RES_4   ,
      RES_5,
      callreleasetime,
      sequence_number,
      imsi,
      chargingid
    from MED_PARTIAL_RECORDS_0002_LOAD
    ) subsetinfo
    where
    SUBSETINFO.IMSI=subset.mplimsi     -----------column abbigiuosly defined
    and
    subsetinfo.chargingid=subset.mplchargingid -----------column abbigiuosly def
    and
    subsetinfo.sequence_number=subset.seqno
    mpl
    on
    (tmpr.imsi=mplimsi
    and
    tmpr.chargingid=mplchargingid
    WHEN MATCHED THEN
    update SET sequence_number=seqno,
    --CALLEVENTSTARTTIMESTAMP=callstart,
    CALLEVENTDURATION= totduration,
    datavolumeincoming =downloabytes,
    datavolumeoutgoing=uploadbytes
    WHEN NOT MATCHED THEN
    INSERT (FILEID,
    FILENAME,SLNO,IMSI,IMEI,CALLEVENTSTARTTIMESTAMP,UTCTIMEOFFSET,CALLEVENTDURATION,CAUSEFORTERMINATION,CALLTYPE,
    SERVICETYPE,SERVICECODE,SUPPLSERVICECODE,DIALLEDDIGITS,            
      CONNECTEDCALLINGNUMBER,THIRDPARTYNUMBER,RECORDINGENTITYIDENTIFICATION,CALLREFERENCE,ACCESSPOINTNAMENI,ACCESSPOINTNAMEOI,DATAVOLUMEINCOMING,
      DATAVOLUMEOUTGOING,SGSNADDRESS,                  
      GGSNADDRESS,CHARGINGID,CHARGEAMOUNT,MSISDN,PDPADDRESS,PLMNID,CELLID,LOCATIONAREACODE,RES_1,RES_2,RES_3,RES_4,RES_5,CALLRELEASETIME,SEQUENCE_NUMBER                
    values
    (mplFILEID,mplFILENAME,mplSLNO,mplIMSI,mplIMEI,callstart,mplUTCTIMEOFFSET,totduration,mplCAUSEFORTERMINATION,mplCALLTYPE,mplSERVICETYPE,mplSERVICECODE,mplSUPPLSERVICECODE,
    mplDIALLEDDIGITS,mplCONNECTEDCALLINGNUMBER,mplTHIRDPARTYNUMBER,mRECORDINGENTITYIDENTIFICATION,mplCALLREFERENCE,mplACCESSPOINTNAMENI,mplACCESSPOINTNAMEOI,mplDATAVOLUMEINCOMING,mplDATAVOLUMEOUTGOING,mplSGSNADDRESS,                  
      mplGGSNADDRESS,mplCHARGINGID,mplCHARGEAMOUNT,mplMSISDN,mplPDPADDRESS,mplPLMNID,mplCELLID,mplLOCATIONAREACODE,mplRES1,mplRES2,mplRES3,mplRES4,mplRES5,callend,seqno);
    --commit
    exception
    when others then
    --ROLLBACK
    p_retval:=-1;
    p3_errorlog('partial_stiching',SQLERRM);
    --COMMIT;*/
    end;
    /

    Handle:  user8731258   
    Status Level:  Newbie 
    Registered:  Aug 20, 2009 
    Total Posts:  293 
    Total Questions:  129 (121 unresolved) 

  • Getting error Column ambiguosly defined even though column is referenced

    select dh_events.case_id
         FROM ah_events_to_drgs FULL OUTER JOIN dh_events
    ON ah_events_to_drgs.case_id=dh_events.case_id
         and ah_events_to_drgs.case_id='2007SP000006'
    getting error Column ambiguosly defined even though column is referenced, Please let me know why it is giving error.
    Thanks
    Murthy

    Could you demonstrate this in details ?
    SQL> create table ah_events_to_drgs (case_id varchar2(20));
    Table created.
    SQL> create table dh_events (case_id varchar2(20));
    Table created.
    SQL> select dh_events.case_id
      2  FROM ah_events_to_drgs FULL OUTER JOIN dh_events
      3  ON ah_events_to_drgs.case_id=dh_events.case_id
      4  and ah_events_to_drgs.case_id='2007SP000006'
      5  /
    no rows selected
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE    10.2.0.1.0      Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - ProductionRgds

  • Getting the error column not allowed here in jdbc

    i have got an error
    when using jdbc.
    i have inserted the data from taking java textfields.
    The error is:column not allowed here.
    how to rectify this?
    iam eagerly waiting for ur reply.

    Hi,
    This is the forum for the SQL Developer Data Modeler product.
    I suggest you try asking your question on the SQL and PL/SQL Forum: PL/SQL
    David

  • Column Ambiguosly Define error

    Hi,
    I have a query that goes like this
    select * from
    (      select a.data1, b.data2
         from table1 a, table2 b
         where a.xxx = b.xxx
    union all     
         select a1.data1, b1.data2
         from table11 a1, table21 b1
         where a1.xxx1 = b1.xxx1
    union all     
         select a2.data1, b2.data2
         from table31 a2, table32 b2
         where a2.xxx2 = b2.xxx2
    when i run this query, i get the error "*Column Ambiguosly Defined*" error. However when i run the query without hte explicit select i.e.
    select a.data1, b.data2
         from table1 a, table2 b
         where a.xxx = b.xxx
    union all     
         select a1.data1, b1.data2
         from table11 a1, table21 b1
         where a1.xxx1 = b1.xxx1
    union all     
         select a2.data1, b2.data2
         from table31 a2, table32 b2
         where a2.xxx2 = b2.xxx2
    this query returns valid data. i need this data to be part of a custom report and need to add the select * from to the whole result set.
    Please respond to this query and provide me with a valid solution for the same.
    Thanks in advance
    Bharath

    Your constant re-posting of this message is NOT increasing your chances of getting a solution.
    This forum is not a chat line, and it is not paid support.
    No one is responsible for monitoring it and giving a quick response.
    Furthermore, it is a global forum. The person with the information you seek may very well live 20 time zones away from you and was going to bed just as you posted. He will not even see your post for several more hours.
    Your original post went up in the middle of the night for half the world.
    No one with the information you seek is deliberately withholding it until you sound sufficiently desperate.

  • HWC Problems Android Device ERROR : Resources not defined

    Hello, I got some problems with the Hybrid apps on android device.
    I'm using an android emulator and in an android device.
    My apps on the emulators are ok, but when i open my app in android devices i get the error "Resources not defined" in a popup.
    If when generate the app's check  Optimize java script, the error not appears but it's like the Jquery framework it's not working.
    The app version is the same but the android version it's different.
    Are any problems with the HWC and Android 4.4.2 version?
    Android version on emulator 4.2.2
    Android version on device 4.4.2
    Thanks
    Some info maybe helps
    SMP server 2.3 SP3
    Relay Server 16

    Hi Viru p, The version of HWC is 2.3.3.6954, it's the same in the emulator and in the device.
    The emulator it's the apk came with the SMP SDK 2.3, and the device it's installed from the play store.
    Maybe the problem it's in the SDK
    SAP Mobile WorkSpace Product
    Version: 2.3 SP03
    Build id: 201309221318
    SAP Mobile WorkSpace - Mobile Business Object Development Documentation
    Version: 2.3.3.20130922001053
    Build id: 20130922001053
    SAP Mobile WorkSpace - Hybrid App Package Development Documentation
    Version: 2.3.3.20130922001053
    Build id: 20130922001053
    SAP Mobile WorkSpace - Eclipse edition
    Version: 2.3.3
    Build id: 201309221318

  • Version Change from 10.2.0.3.0 to 11.2.0.4.0 - Column ambiguously defined

    Hi,
    Our oracle version has been upgraded from 10g to 11g.
    After upgrade we face serious problem in compiling several packages, procedures and views and that throws an error "Column Ambiguously Defined", which was running perfectly in 10g version.
    I have come through several blogs like, this problem occurs for many ppl as part of upgrade from 10g to 11g and the only solution is to change the code.
    But in our case we have many numbers of objects like procedures, packages and views where this error occurs, do we have any common solution for overcome this problem (without changing the code)?
    Regards,
    Ananth

    e7a47215-0e59-4d88-a082-7ad5e83ce5b0 wrote:
    Hi,
    Our oracle version has been upgraded from 10g to 11g.
    After upgrade we face serious problem in compiling several packages, procedures and views and that throws an error "Column Ambiguously Defined", which was running perfectly in 10g version.
    I have come through several blogs like, this problem occurs for many ppl as part of upgrade from 10g to 11g and the only solution is to change the code.
    But in our case we have many numbers of objects like procedures, packages and views where this error occurs, do we have any common solution for overcome this problem (without changing the code)?
    Regards,
    Ananth
    You will need to bite the bullet & change the code

  • I am getting an error in value set which is defined in OAF page

    Hi,
    We have applied a patch OIE-K patch in one of our test instance due to that we have lost all the customizations done on it before.
    when i attempt to restore the customization i am getting this error.
    Line 1 Error - Month-ID &ID for the flexfield segment Month does not exist in the value set 2008-FEBSET. (VALUESET=CN_IE_MOBILE_PERIOD)
    I have recomplied the valuset and also i have checked all the EOimpl.java,VOimpl.java and CO's attached on that page but unable to trace it.
    Please give me any hint so that i can move ahead on this issue.
    regds,
    Satya Prasad

    The team who has immplement this iexpense module done the EO extension in that they have written the custom logic if amount excceds throw an exception.populating the default values in the two mandatory columns and created two custom fields.
    I have defined the two LOV based custom fields through personalization and defined the extensions on that page.
    For me only pending task is only this error becuse with rest of the expense types i am able to genereate expense reports.
    Problem comes when i choose the mobile phone as expense type.
    Navigation Steps:
    This error is comming when we are moving to next page
    steps:
    Iexpense>>T&Lreimbursemment>>create newexpense report>>general information pg click next>>cash and other lines pg>>click the details button>>
    In the detail page we have defined the our custom object mobile phone after giving the required information in the page we press the return button then we return to cash and other lines pg in this page when we press the next button to move to next page to submit the report we are getting error.
    But other custom objects are working fine.but we are getting problem with this object only.
    We have applied OIE-K patch in one of our test instance
    after applying the patch we have lost all the customizatons inorder to restore all custom objects, we have finished rest of the objects and extensions everything is working fine
    but this the error we have stucked.
    Please help me.......
    If you need the screenshots i will mail you please give me the email id.
    regds,
    Satya Prasad.

  • Oracle 11g bug for column ambigously defined error

    I have below format query running on Oracle 10g without any issues
    select col1
    from (select col1
    from (select 'A' col1
    from dual)
    ) v1
    inner join (select col1 as col2
    from (select 'A' col1
    from dual)
    ) v2
    on (v1.col1=v2.col2);
    When I run the exact same query on Oracle 11g I get column ambiguously defined error. But when I change the query to as below it works fine on 11g
    select v1.col1
    from (select col1
    from (select 'A' col1
    from dual)
    ) v1
    inner join (select col1 as col2
    from (select 'A' col1
    from dual)
    ) v2
    on (v1.col1=v2.col2);
    Is it because 11g ignores column alias in my inner queries.

    I'd tend to agree that this seems to be a bug in 11.1.0.7 (at least, that's the version I'm running it in)
    It's not even that Oracle doesn't know about the column aliases, you can remove the aliases in the ON without a problem, i.e.
    SELECT v1.col1
       FROM
      (SELECT col1 FROM
        (SELECT 'A' col1 FROM dual
      ) v1
    INNER JOIN
      (SELECT col1 AS col2 FROM
        (SELECT 'A' col1 FROM dual
      ) v2
         ON (col1=col2);works fine. Using the old join syntax also seems to work fine
    SELECT col1
       FROM
      (SELECT col1 FROM
        (SELECT 'A' col1 FROM dual
      ) v1,
      (SELECT col1 AS col2 FROM
        (SELECT 'A' col1 FROM dual
      ) v2
      WHERE (col1=col2);So it appears that something in the SQL 99 parser is broken. Have you logged a bug in Metalink?
    Justin

  • Column Ambigiously defined error message

    I'm getting Column Ambigiously defined error message. How do I fix it ?
    select c.guid,d.teritorryname,a.permission,e.CLASSIFICATIONNAME from Apps_PERMISSION a , Apps_PERMISSION_CLASSIFICATION b , Apps_USER_MASTER c ,Apps_TERRITORY_MASTER d , Apps_CLASSIFICATION_MASTER e where a.PERMISSIONID=b.PERMISSIONID and a.TERRITORYID=d.TERRITORYID and a.USERID=c.USERID and b.CLASSIFICATIONID=e.CLASSIFICATIONID and a.USERID IN (select userid from Apps_USER_MASTER ) order by userid

    May be
    select c.guid,d.teritorryname,
    DECODE(a.permission,1,'Create',2,'View',3,'Edit'),
    e.CLASSIFICATIONNAME from Apps_PERMISSION a , Apps_PERMISSION_CLASSIFICATION b , Apps_USER_MASTER c ,Apps_TERRITORY_MASTER d , Apps_CLASSIFICATION_MASTER e where a.PERMISSIONID=b.PERMISSIONID and a.TERRITORYID=d.TERRITORYID and a.USERID=c.USERID and b.CLASSIFICATIONID=e.CLASSIFICATIONID and a.USERID IN (select userid from Apps_USER_MASTER ) order by a.useridOr you can use CASE also.

  • Getting a error while deleting a personalized column in customer standard page.

    Hi,
    I have added a column through personalization in standard customer page.
    The personalization was working fine in the standard pag and I can able to see the column in the account section.
    But when I deleted the column which I had added through personalization, the page get error out.
    below is the error.
    Exception Details.
    oracle.apps.fnd.framework.OAException: Could not load application module 'oracle.apps.ar.cusstd.srch.server.ArSrchAM'. at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:279) at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1300) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431) at _OA._jspService(_OA.java:212) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259) at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51) at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193) at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284) at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198) at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395) at _RF._jspService(_RF.java:225) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64) at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:662) ## Detail 0 ## oracle.adf.mds.exception.MDSRuntimeException: Unable to find component with absolute reference = /oracle/apps/ar/cusstd/srch/webui/ArPrtySrchPG, XML Path = {1}. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository. : XML-20108: (Fatal Error) Start of root element expected. at oracle.adf.mds.internal.MetadataManagerBase.getCustomizationData(MetadataManagerBase.java:2007) at oracle.adf.mds.internal.MetadataManagerBase.getTransAndCustHelper(MetadataManagerBase.java:2386) at oracle.adf.mds.internal.MetadataManagerBase.getTransAndCust(MetadataManagerBase.java:2112) at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1482) at oracle.adf.mds.MElement.findElement(MElement.java:97) at oracle.apps.fnd.framework.webui.OAPageBean.getFunctionName(OAPageBean.java:8220) at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.validateIcxCookie(OAHttpSessionCookieImpl.java:144) at oracle.apps.fnd.framework.OASessionCookieHelper.validateIcxSession(OASessionCookieHelper.java:467) at oracle.apps.fnd.framework.OASessionCookieHelper.initializeApplicationModule(OASessionCookieHelper.java:125) at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.initializeApplicationModule(OAHttpSessionCookieImpl.java:953) at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:519) at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424) at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208) at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1300) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431) at _OA._jspService(_OA.java:212) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259) at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51) at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193) at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284) at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198) at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395) at _RF._jspService(_RF.java:225) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64) at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:662) oracle.adf.mds.exception.MDSRuntimeException: Unable to find component with absolute reference = /oracle/apps/ar/cusstd/srch/webui/ArPrtySrchPG, XML Path = {1}. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository. : XML-20108: (Fatal Error) Start of root element expected. at oracle.adf.mds.internal.MetadataManagerBase.getCustomizationData(MetadataManagerBase.java:2007) at oracle.adf.mds.internal.MetadataManagerBase.getTransAndCustHelper(MetadataManagerBase.java:2386) at oracle.adf.mds.internal.MetadataManagerBase.getTransAndCust(MetadataManagerBase.java:2112) at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1482) at oracle.adf.mds.MElement.findElement(MElement.java:97) at oracle.apps.fnd.framework.webui.OAPageBean.getFunctionName(OAPageBean.java:8220) at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.validateIcxCookie(OAHttpSessionCookieImpl.java:144) at oracle.apps.fnd.framework.OASessionCookieHelper.validateIcxSession(OASessionCookieHelper.java:467) at oracle.apps.fnd.framework.OASessionCookieHelper.initializeApplicationModule(OASessionCookieHelper.java:125) at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.initializeApplicationModule(OAHttpSessionCookieImpl.java:953) at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:519) at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424) at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208) at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1300) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431) at _OA._jspService(_OA.java:212) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259) at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51) at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193) at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284) at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198) at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395) at _RF._jspService(_RF.java:225) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64) at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:662)
    Can you please help me in the above issue.
    Thanks

    Hi,
    I tried bouncing the apache server. but still the issue is not resolved.
    I am getting below error, Its urgent can you please help me for the below issue
    Exception Details.
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_NO_REGION_DATA. Tokens: REGIONCODE = /oracle/apps/ar/cusstd/srch/webui/ArPrtySrchPG; at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:544) at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3750) at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3472) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1107) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431) at _OA._jspService(_OA.java:212) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259) at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51) at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193) at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284) at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198) at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395) at _RF._jspService(_RF.java:225) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64) at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:662) ## Detail 0 ## oracle.adf.mds.exception.MDSRuntimeException: Unable to find component with absolute reference = /oracle/apps/ar/cusstd/srch/webui/ArPrtySrchPG, XML Path = {1}. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository. : XML-20108: (Fatal Error) Start of root element expected. at oracle.adf.mds.internal.MetadataManagerBase.getCustomizationData(MetadataManagerBase.java:2007) at oracle.adf.mds.internal.MetadataManagerBase.getTransAndCustHelper(MetadataManagerBase.java:2386) at oracle.adf.mds.internal.MetadataManagerBase.getTransAndCust(MetadataManagerBase.java:2112) at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1482) at oracle.adf.mds.MElement.findElement(MElement.java:97) at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:508) at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3750) at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3472) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1107) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431) at _OA._jspService(_OA.java:212) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259) at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51) at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193) at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284) at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198) at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395) at _RF._jspService(_RF.java:225) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64) at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:662) oracle.adf.mds.exception.MDSRuntimeException: Unable to find component with absolute reference = /oracle/apps/ar/cusstd/srch/webui/ArPrtySrchPG, XML Path = {1}. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository. : XML-20108: (Fatal Error) Start of root element expected. at oracle.adf.mds.internal.MetadataManagerBase.getCustomizationData(MetadataManagerBase.java:2007) at oracle.adf.mds.internal.MetadataManagerBase.getTransAndCustHelper(MetadataManagerBase.java:2386) at oracle.adf.mds.internal.MetadataManagerBase.getTransAndCust(MetadataManagerBase.java:2112) at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1482) at oracle.adf.mds.MElement.findElement(MElement.java:97) at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:508) at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3750) at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3472) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1107) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431) at _OA._jspService(_OA.java:212) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259) at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51) at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193) at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284) at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198) at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395) at _RF._jspService(_RF.java:225) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64) at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:662)

  • Getting this Error: There was an error with input column "FROM_DATE" (6356) on input "OLE DB Destination Input" (6100). The column status returned was: "The value could not be converted because of a potential loss of data.".

    Hi,
    I have a flat file with this kind of value - " 20140713 " . To take this value in DB Table I set the data type of this column in flat file manager - string [DT_STR] 50, But in destination table It is set as date [date] NULL
    while process this file, I'm getting this error, that mention in subject line.
    Please confirm, how to do that as I don't want to change the destination column type.

    you need to add a derived column in SSIS with expressions as below
    (DT_DATE)SUBSTRING([Column],1,4) + (DT_WSTR,30) "-" + SUBSTRING([Column],5,2) + (DT_WSTR,30) "-" + SUBSTRING([Column],7,2)
    ANd map this new column to your tables date column
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Getting error "Column is not indexed " when executing query on ORACLE 10g

    Hi all,
    When executing the below query im getting the error "ORA-20000:Column is not indexed"
    query:
    select xmlelement("nexml:result",xmlattributes('http://namespaces.nextance.com/nex/xml' as "xmlns:nexml"),xmlelement("nexml:value",count(*))).getClobVal()
    from "permission"
    where ( ((contains(object_value,'(searchDocument) inpath(/permission/action)') > 0)) and ((existsNode(object_value,'/permission[resource/resourcekey/@type[. = "document"]]') = 1)) and ((contains(object_value,'(GeneralUser) inpath(/permission/principal/@name)') > 0)) and ((existsNode(object_value,'/permission[principal/@type[. = "group"]]') = 1)) and ((existsNode(object_value,'/permission[type[. = "allow"]]') = 1)) and ((contains(object_value,'(nexip) inpath(/permission/resource/resourcekey/field/@value)') > 0) or (contains(object_value,'(Corporate) inpath(/permission/resource/resourcekey/field/@value)') > 0) or (contains(object_value,'(ProcurementAgreement) inpath(/permission/resource/resourcekey/field/@value)') > 0) or (contains(object_value,'(Procurement) inpath(/permission/resource/resourcekey/field/@value)') > 0) or (contains(object_value,'(SalesAgreement) inpath(/permission/resource/resourcekey/field/@value)') > 0)) )
    Then after checking some forum, i replaced "contains" with "ora:contains" and executed the query. Now im not getting the first error but got a new error "invalid relational operator"
    So please help me in resolving the errors?
    Thanks in advance.

    Anil kumar wrote:
    Hi,
    Thanks for your reply. Could you please explain your solution in detail?Hi,
    I just have a try...
    create table t (id int,my_lob clob)
    begin
    insert into t values(101,'Oracle redwood shores USA');
    insert into t values (102,'HP palo alto USA');
    insert into t values(103,'Capgemini  FRANCE');;
    end;
    create index my_idx on t(my_lob) indextype is ctxsys.context
    select *
    from t
    where contains(my_lob,'USA',1)>0
    Output
    ID      MY_LOB
    101     Oracle redwood shores USA
    102     HP palo alto USA Hope it helps,
    CKLP

  • I'm trying to open a 900kb Word doc (240pages) in Pages but get this error message:  Import Warning - A table was too big. Only the first 40 columns and 1,000 rows were imported.

    I'm trying to open a 900kb Word doc (240pages) in Pages but get this error message:  Import Warning - A table was too big. Only the first 40 columns and 1,000 rows were imported.

    Julian,
    Pages simply won't support a table with that many rows. If you need that many, you must use another application.
    Perhaps the originator could use a tabbed list rather than a table. That's the only way you will be able to contain a list that long in Pages. You can do the conversion yourself if you open the Word document in LibreOffice, Copy the Table, Paste the Table into Numbers, Export the Numbers doc to CSV, and import to Pages. In Pages Find and Replace the Commas with Tabs.
    There are probably other ways, but that's what comes to mind here.
    Jerry

  • Hi all, I am getting following error while define parameters

    Hi all,
    I am new in xmlp report development, when I define parameters in report, while running report I am getting following error
    Calling XDO Data Engine...
    java.sql.SQLException: ORA-00936: missing expression
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java(Compiled Code))
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java(Inlined Compiled Code))
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java(Compiled Code))
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteDescribe(TTC7Protocol.java:880)
         at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2580)
         at oracle.jdbc.driver,
    here is my Data template file
    <?xml version="1.0" encoding="windows-1252"?>
    <dataTemplate name="A_TEST" description="A_TEST" Version="1.0">
    <parameters>
    <parameter name ="p_order_number" dataType="number" />
    <parameter name ="p_from_date" dataType="VARCHAR2" />
    <parameter name ="p_to_date" dataType="VARCHAR2" />
    </parameters>
    <dataQuery>
    <sqlStatement name="ROW">
    <![CDATA[SELECT    SELECT oola.line_number, TRUNC (oola.schedule_ship_date) mks_schedule_date
          ,oola.request_date mks_earliest_ship_date
          ,oola.schedule_arrival_date mks_in_house_date
          ,oola.ordered_item mks_cust_p_no, oola.cust_po_number cust_po_no
          ,fnd.description customer_rep, oehead.order_number
      FROM oe_order_lines_all oola, oe_order_headers_all oehead, fnd_user fnd
    WHERE fnd.user_id = oehead.created_by
       AND oehead.header_id = oola.header_id
       AND oehead.order_number = :p_order_number
       AND oola.schedule_ship_date >= ':p_from_date'
       AND oola.schedule_ship_date <= ':p_to_date']]>
    </sqlStatement>
    </dataQuery>
    </dataTemplate>

    I dont see nay issue other than
    :p_from_date'
    No need for quote ' ', use :p_from_date

Maybe you are looking for

  • Keeping the connection open while in sleep

    I was just wondering if there is anyway to keep the internet connection open while the computer is in sleep mode? I have looked around for a little bit but I figured someone else probably already has an answer. Just to clarify I don't mean closing th

  • Connect sdk 1.4.2 with tomcat and..

    java test argument1 argument2 argument3 Error occurred during initialization of VM Could not reserve enough space for code cache I know it is some sort of "running out of memory" error, but what are the debuggers and ways to fix it. Not much on the i

  • MY IPOD SHUFFLE WON'T WORK!!!!!! (2nd generation)

    Last night I accidentally dropped my ipod into the toilet. I immediately took it out and dried it. I even dried the little hole for the head phones. Now I know that it did stay in the water but shouldn't it work just a little? What do I do and does m

  • Run VI versus Call by Reference

    I noticed that when you do Run VI you have the option of specifying whether or not you want to wait until the VI is done. I need to pass in a parameter so I'm using the Call by Reference node instead but I can't find the property that will allow me t

  • Integrating abap-webdynpros in guided procedures

    Hello, how can I integrate an existing abap-webdynpro in guided procedures in netweaver ce? Best regards Oliver Prodinger