Get SBL-EAI-04316 error when query asset page

When using web serives to query asset object, get SBL-EAI-04316 error. Error while processing argument urn:/crmondemand/xml/asset:ListOfAsset for operation AssetQueryPage(SBL-EAI-04316).

AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
faultSubcode:
faultString: Error while processing argument urn:/crmondemand/xml/asset:ListOfAsset for operation AssetQueryPage(SBL-EAI-04316)
faultActor:
faultNode:
faultDetail:
     {http://www.siebel.com/ws/fault}errorstack:<siebelf:error><siebelf:errorsymbol/><siebelf:errormsg>Error while processing argument urn:/crmondemand/xml/asset:ListOfAsset for operation AssetQueryPage(SBL-EAI-04316)</siebelf:errormsg></siebelf:error><siebelf:error><siebelf:errorsymbol>IDS_XMLCNV_ERR_CMPINSTTAG</siebelf:errorsymbol><siebelf:errormsg>Error in XML document: expecting component instance tag Asset, found AssetId(SBL-EAI-04423)</siebelf:errormsg></siebelf:error>
Error while processing argument urn:/crmondemand/xml/asset:ListOfAsset for operation AssetQueryPage(SBL-EAI-04316)
     at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
     at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
     at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
     at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:633)
     at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanEndElement(XMLNSDocumentScannerImpl.java:719)
     at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1685)
     at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
     at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
     at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
     at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
     at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
     at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
     at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
     at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
     at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
     at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
     at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
     at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
     at org.apache.axis.client.Call.invoke(Call.java:2767)
     at org.apache.axis.client.Call.invoke(Call.java:2443)
     at org.apache.axis.client.Call.invoke(Call.java:2366)
     at org.apache.axis.client.Call.invoke(Call.java:1812)
     at crmondemand.Default_BindingStub.assetQueryPage(Default_BindingStub.java:445)
     at crmondemand.AssetHelper.queryAssets(AssetHelper.java:62)
     at crmondemand.AssetExport.main(AssetExport.java:77)

Similar Messages

  • Insert Opportunity - Product Revenue Child using WS2 - SBL-EAI-04316 error

    Hello,
    I´ve got the following error message trying to insert a product revenue child object to opportunity using WS2.
    Fehler beim Übertragen der Daten ins CRM on Demand!
    Tue Apr 26 08:06:21 CEST 2011 :: Fehler bei der Verarbeitung von Argument (Error while processing argument) urn:/crmondemand/xml/Opportunity/Data:ListOfOpportunity für Operation OpportunityInsert(SBL-EAI-04316) :: Error at thread 27334345
    Using SOAPUI the insert are successful.
    <soapenv:Body>
    <ns:OpportunityInsert_Input>
    <data:ListOfOpportunity lastpage="" recordcount="">
    <data:Opportunity operation="">
              <data:ExternalSystemId>0010110107664043232</data:ExternalSystemId>
              <data:ListOfProductRevenue lastpage="" recordcount="">
    <data:ProductRevenue operation="">
    <data:Id></data:Id>
    <data:CurrencyCode>EUR</data:CurrencyCode>
    <data:StartCloseDate>00:00:00</data:StartCloseDate>
    <data:OpportunityName>4043232</data:OpportunityName>
    <data:AccountName></data:AccountName>
    <data:stpvstums010>ÖLSERVICE ALL INKL. 5W-40</data:stpvstums010>
    <data:PurchasePrice>4960</data:PurchasePrice>
    <data:ProductName>Filter/Oel</data:ProductName>
    <data:ProductPartNumber>09XXXX</data:ProductPartNumber>
    <data:OpportunityExternalSystemId>0010110107664043232</data:OpportunityExternalSystemId>
    <data:ipvzahlums002>100</data:ipvzahlums002>
    <data:ipvzahlums001>1</data:ipvzahlums001>
              <data:ExternalSystemId>0010110107664043232001</data:ExternalSystemId>
    <data:cpvwhrums002>0</data:cpvwhrums002>
    <data:cpvwhrums003>4960</data:cpvwhrums003>
    </data:ProductRevenue>
    </data:ListOfProductRevenue>
    </data:Opportunity>
    </data:ListOfOpportunity>
    <ns:Echo></ns:Echo>
    </ns:OpportunityInsert_Input>
    </soapenv:Body>
    </soapenv:Envelope>
    Trying to insert the child via webservice 2.0 the request fails (see error message above)
    I'm running out of ideas because I'm using the same values with the webservice request.
    thx in advance
    kind regards
    Klaus

    Hello,
    I've solved the problem. It seems to be that the axis framwork has some problems to handle the complex structure of the opportunity object respectively the containing array structures (Lists). We rebuild the webservice client after deleting the unnecessary elements from the opportunity wsdl file. Doing so the webservice client works as expected. Be careful to not delete required fields which are necessary for the response message, e.g.:
    - ModifiedBy+
    - ModifiedByID+
    - ModifiedDate+
    - CreatedBy+
    - CreatedByID+
    - CreatedDate+
    - ModId+
    - Id+
    I`m sure that this cannot be the preferred way to solve the problem - but it works for me.
    regards
    Klaus

  • Getting 500 Internal Server Error when opening GC page

    There was no change in configuration and all of a sudden, I can not connect to GC. I did notice that OC4J for OC4J_EM is down and I can't get it to go "Alive". Can someone run opmnctl status and print the output for me?
    I'm on Windows 2003/GC 10.1.0.4. Anyone has seen this problem?
    Cheers,
    Rodney

    Exact error when opening page is:
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred and anything you might have done that may have caused the error. More information about this error may be available in the server error log.

  • Getting error trying to insert a Lead... SBL-EAI-04316

    Hi,
    I've insert leads succesfully till now. I've been receiving this error:
    Error al procesar el argumento urn:/crmondemand/xml/lead:ListOfLead para la operaci??n LeadInsert(SBL-EAI-04316)
    Here's my code:
    private Lead1 InsertLead(Session mySession, clientePotencial cpo)
    try
    // instanciamos el servicio proxy
    SiebelOnDemand.LeadWS.Lead proxy = new SiebelOnDemand.LeadWS.Lead();
    // obtenemos URL de acceso
    proxy.Url = mySession.GetURL();
    proxy.CookieContainer = mySession.GetCookieContainer();
    LeadWS_LeadInsert_Input input = new LeadWS_LeadInsert_Input();
    input.ListOfLead = new Lead1[1];
    input.ListOfLead[0] = new Lead1();
    input.ListOfLead[0].ExternalSystemId = cpo.cpo_autoID.ToString();
    input.ListOfLead[0].LeadLastName = cpo.cpo_nif;
    input.ListOfLead[0].LeadFirstName = cpo.LeadFirstName;
    input.ListOfLead[0].StreetAddress = cpo.cpo_billing;
    input.ListOfLead[0].Company = cpo.cpo_businessName;
    input.ListOfLead[0].PrimaryPhone = cpo.cpo_primaryPhone.ToString();
    input.ListOfLead[0].NumberEmployees = cpo.cpo_employeesNumber.ToString();
    input.ListOfLead[0].cpo_regime = cpo.cpo_regime;
    input.ListOfLead[0].cpo_cnae = cpo.cpo_cnae.ToString();
    input.ListOfLead[0].cpo_cnaeDescription = cpo.cpo_cnaeDescription;
    input.ListOfLead[0].cpo_atInstallments = cpo.cpo_atInstallments.ToString();
    input.ListOfLead[0].cpo_atProfit_percent = cpo.cpo_atProfit_percent.ToString();
    input.ListOfLead[0].cpo_atProfit = cpo.cpo_atProfit.ToString();
    input.ListOfLead[0].cpo_management = cpo.cpo_management;
    input.ListOfLead[0].cpo_source = cpo.cpo_source;
    input.ListOfLead[0].Country = cpo.Country;
    input.ListOfLead[0].City = cpo.cpo_municipality;
    input.ListOfLead[0].ZipCode = cpo.cpo_zipCode;
    input.ListOfLead[0].Province = cpo.cpo_province;
    input.ListOfLead[0].Source = cpo.Source;
    input.ListOfLead[0].LeadOwner = cpo.LeadOwner;
    input.ListOfLead[0].ReassignLeadOwner = cpo.ReassignLeadOwner;
    input.ListOfLead[0].cpo_lastComercialManager = cpo.cpo_lastComercialManager;
    input.ListOfLead[0].cpo_added = "N";
    //llamada al método de inserción de Leads del Web Service
    LeadWS_LeadInsert_Output output = null;
    output = proxy.LeadInsert(input); <- I get the error here...
    return output.ListOfLead[0];
    I don't know how can I resolve it!
    Please some help would be apreciated!
    Thanks in advance,
    Noël

    Look for error details in the exception, there should be more information there.

  • SBL-EAI-08006 error!!!

    Hi
    I am trying to send a SOAP request to get the list of Integration Event using the following code:
    String sURL = "https://secure-ausomxaxa.crmondemand.com/Services/Integration"
    + ";jsessionid="+getSessionId();
    URL url = new URL(sURL);
    HttpURLConnection uc = (HttpURLConnection)url.openConnection();
    uc.setRequestProperty("SOAPAction", "document/urn:crmondemand/ws/integrationevent/:GetEvents");
    uc.setRequestProperty("Cookie",sessionCookie);
    uc.setRequestProperty("Content-Type", "text/xml; charset=utf-8");
    uc.setDoInput(true);
    uc.setDoOutput(true);
    uc.setRequestMethod("POST");
    String xml = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>"
    + "<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">"
    + "<soap:Body>"
    + " <IntegrationEventWS_GetEvents_Input xmlns=\"urn:crmondemand/ws/integrationevent/\">"
    + " <EventCount/>"
    + " </IntegrationEventWS_GetEvents_Input>"
    + "</soap:Body>"
    + "</soap:Envelope>";
    OutputStream out = uc.getOutputStream();
    out.write(xml.getBytes("UTF-8"));
    out.flush();
    out.close();
    But I am getting the following SOAP error when I try to send the SOAP request.
    <?xml version="1.0" encoding="UTF-8" ?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Body>
    <SOAP-ENV:Fault>
    <faultcode>SOAP-ENV:Client</faultcode>
    <faultstring>SOAPAction '<?>' is of invalid format: SOAPAction should be of the form "rpc/operationName" or "document/operationName".(SBL-EAI-08006)</faultstring>
    <detail>
    <siebelf:errorstack xmlns:siebelf="http://www.siebel.com/ws/fault">
    <siebelf:error>
    <siebelf:errorsymbol />
    <siebelf:errormsg>SOAPAction '<?>' is of invalid format: SOAPAction should be of the form "rpc/operationName" or "document/operationName".(SBL-EAI-08006)</siebelf:errormsg>
    </siebelf:error>
    </siebelf:errorstack>
    </detail>
    </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Is there anything else that needs to be added to the code?
    글 수정: infinite05

    I can see many problem here.
    1. First you said you are trying to get Activity Id but code is written for Query Contact
    2. Code is written for Query Contacts, but soap action is specified for Get Integration Events
    3. Soap Action which you are passing is wrong, it should be in double quotes.
    Dinesh

  • SBL-EAI-04316--URGENT

    Can anyone help me out with this error...
    I want to get the data from Siebel and i am using ListOfContact ... Please let me know the Input Parameter tooo.
    Thanks in advance..
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
    faultSubcode:
    faultString: Error while processing argument urn:/crmondemand/xml/contact:ListOfContact for operation ContactQueryPage(SBL-EAI-04316)
    faultActor:
    faultNode:
    faultDetail:
         {http://www.siebel.com/ws/fault}errorstack:<siebelf:error><siebelf:errorsymbol/><siebelf:errormsg>Error while processing argument urn:/crmondemand/xml/contact:ListOfContact for operation ContactQueryPage(AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
    faultSubcode:
    faultString: Error while processing argument urn:/crmondemand/xml/contact:ListOfContact for operation ContactQueryPage(SBL-EAI-04316)
    faultActor:
    faultNode:
    faultDetail:
         {http://www.siebel.com/ws/fault}errorstack:<siebelf:error><siebelf:errorsymbol/><siebelf:errormsg>Error while processing argument urn:/crmondemand/xml/contact:ListOfContact for operation ContactQueryPage(SBL-EAI-04316)</siebelf:errormsg></siebelf:error><siebelf:error><siebelf:errorsymbol>IDS_XMLCNV_ERR_CMPINSTTAG</siebelf:errorsymbol><siebelf:errormsg>Error in XML document: expecting component instance tag Contact, found AccountId(SBL-EAI-04423)</siebelf:errormsg></siebelf:error>
    Error while processing argument urn:/crmondemand/xml/contact:ListOfContact for operation ContactQueryPage(SBL-EAI-04316)
         at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
         at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
         at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
         at org.apache.xerces.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:569)
         at org.apache.xerces.impl.XMLNamespaceBinder.handleEndElement(XMLNamespaceBinder.java:853)
         at org.apache.xerces.impl.XMLNamespaceBinder.endElement(XMLNamespaceBinder.java:643)
         at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(XMLDTDValidator.java:3003)
         at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(XMLDTDValidator.java:931)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.handleEndElement(XMLDocumentFragmentScannerImpl.java:1147)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:988)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1448)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:333)
         at org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.java:525)
         at org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.java:581)
         at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:147)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1158)
         at javax.xml.parsers.SAXParser.parse(Unknown Source)
         at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
         at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
         at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
         at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
         at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
         at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
         at org.apache.axis.client.Call.invoke(Call.java:2767)
         at org.apache.axis.client.Call.invoke(Call.java:2443)
         at org.apache.axis.client.Call.invoke(Call.java:2366)
         at org.apache.axis.client.Call.invoke(Call.java:1812)
         at crmondemand.Default_BindingStub.contactQueryPage(Default_BindingStub.java:811)
         at WSClient.callWSDL2JavaService(WSClient.java:87)
         at WSClient.main(WSClient.java:29)
    Exception in thread "main" )</siebelf:errormsg></siebelf:error><siebelf:error><siebelf:errorsymbol>IDS_XMLCNV_ERR_CMPINSTTAG</siebelf:errorsymbol><siebelf:errormsg>Error in XML document: expecting component instance tag Contact, found AccountId(SBL-EAI-04423)</siebelf:errormsg></siebelf:error>
    Error while processing argument urn:/crmondemand/xml/contact:ListOfContact for operation ContactQueryPage(SBL-EAI-04316)
         at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
         at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
         at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
         at org.apache.xerces.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:569)
         at org.apache.xerces.impl.XMLNamespaceBinder.handleEndElement(XMLNamespaceBinder.java:853)
         at org.apache.xerces.impl.XMLNamespaceBinder.endElement(XMLNamespaceBinder.java:643)
         at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(XMLDTDValidator.java:3003)
         at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(XMLDTDValidator.java:931)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.handleEndElement(XMLDocumentFragmentScannerImpl.java:1147)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:988)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1448)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:333)
         at org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.java:525)
         at org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.java:581)
         at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:147)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1158)
         at javax.xml.parsers.SAXParser.parse(Unknown Source)
         at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
         at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
         at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
         at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
         at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
         at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
         at org.apache.axis.client.Call.invoke(Call.java:2767)
         at org.apache.axis.client.Call.invoke(Call.java:2443)
         at org.apache.axis.client.Call.invoke(Call.java:2366)
         at org.apache.axis.client.Call.invoke(Call.java:1812)
         at crmondemand.Default_BindingStub.contactQueryPage(Default_BindingStub.java:811)
         at WSClient.callWSDL2JavaService(WSClient.java:87)
         at WSClient.main(WSClient.java:29)
    Exception in thread "main"

    Hi Stephan,
    thank you for your help. I have solved the problem to consume from JavaScript, but I am trying to do a simple update from JDeveloper 10g and I can't do it. The login and logoff works, but anymore operation.
    My source code is the following:
    public static void main(String[] args) {
    try {
    account_ws2realmenteesws1.proxy.DefaultClient myPort = new account_ws2realmenteesws1.proxy.DefaultClient();
    System.out.println("calling " + myPort.getEndpoint());
    // LOGIN
    String idSesionFull=Conexion_WS.logon("https://secure-ausomxhka.crmondemand.com/Services/Integration","COMPANY/USERNAME","PASSWORD");
    idSesion = Conexion_WS.getSessionId(idSesionFull);
    // UPDATE
    Account[] cuentas = new Account[1];
    cuentas[0] = new Account();
    cuentas[0].setAccountName("TEST FROM JDEVELOPER - WS");
    cuentas[0].setAccountId("AHKA-23T7PS");
    myPort.accountUpdate(cuentas, "Off");
    // LOGOFF
    System.out.println("desconexión...");
    Conexion_WS.logoff("https://secure-ausomxhka.crmondemand.com/Services/Integration", idSesion);
    } catch (Exception ex) {
    // LOGOFF
    System.out.println("desconexión...");
    Conexion_WS.logoff("https://secure-ausomxhka.crmondemand.com/Services/Integration", idSesion);
    ex.printStackTrace();
    Thank you in advance and regards.

  • Why am I getting an ORA-04052 error when I try to compile a Procedure?

    Hi,
    The following procedure I'm getting an ORA-04052 error when I try to compile the following procedure.
    CREATE OR REPLACE PROCEDURE APPS.Find_String (
    pin_referenced_name IN dba_dependencies.referenced_name%TYPE)
    IS
    cursor cur_get_dependancy
    is
    SELECT distinct owner, name, type
      FROM [email protected]        -- prod.world
    WHERE lower(referenced_name) = lower(pin_referenced_name) --'ftbv_salesrep_all_1d'
       AND referenced_type <> 'SYNONYM'
       AND owner <> 'SYS'
    order by name;
    v_owner  varchar2(40);
    v_name   varchar2(50);
    v_type   varchar2(40);
        BEGIN
           dbms_output.put_line(upper(pin_referenced_name)||' is found in the following objects.');
           dbms_output.put_line(' ');
           dbms_output.put_line(RPAD('OWNER', 30, ' ')||RPAD('NAME', 60, ' ')||RPAD('OBJECT TYPE', 30, ' '));
           dbms_output.put_line('-------------------------------------------------------------------------------------------------------------------');
            FOR i IN cur_get_dependancy
            LOOP
                v_owner := RPAD(i.owner, 30, ' ');
                v_name  := RPAD(i.name, 45, ' ');
                v_type  := RPAD(i.type, 30, ' ');
                dbms_output.put_line(v_owner ||v_name|| v_type);
            END LOOP;
    END find_string;I'm using the link [email protected]. The procedure compiles for other database links used in the cursor including the one commented to the right of the code 'prod.world'.
    What's even stranger is that I took the SELECT statement
    SELECT distinct owner, name, type
      FROM [email protected]        -- prod.world
    WHERE lower(referenced_name) = lower(pin_referenced_name) --'ftbv_salesrep_all_1d'
       AND referenced_type <> 'SYNONYM'
       AND owner <> 'SYS'
    order by name;out of the procedure and ran it on the command line using the @pinp.world link, the SQL statement ran just fine. But when I tried to compile the above procedure with that exact same SQL statement with the exact same link I get the following string of errors.
    ORA-04052: error occurred when looking up remote object [email protected]
    ORA-00604: error occurred at recursive SQL level 1
    ORA-02068: following severe error from PINP
    ORA-03113: end-of-file on communication channelHow can the link work just fine in a regular SQL statement but then cause an error when its compiled in code that otherwise compile just fine when using any other link or even just a plain database. Does anyone have any suggestions?

    OK Justin,
    Here's the query by itself run in another database using the @pinp.world link and querying the dba_dependencies table in the pinp.world database. As you can see the query using this link works just fine returning the requested rows. I can't figure out why the compiler is having an issue with essentially this same query when I try to compile it in a cursor in TOAD. Also this is the database (dev1.world) that I'm trying to compile this Procedure in.
    By the way I'm in an Oracle 9.2.0.6 database and TOAD v9.2.
    SQL> conn apps/apps1@dev1
    Connected.
    SQL> SELECT distinct owner, name, type
      2    FROM [email protected]
      3   WHERE lower(referenced_name) = lower('ALL_USERS')
      4     AND referenced_type <> 'SYNONYM'
      5     AND owner <> 'SYS'
      6   order by name;
    OWNER                          NAME                           TYPE
    PUBLIC                         ALL_USERS                      SYNONYM
    XDB                            DBMS_XDBUTIL_INT               PACKAGE BODY
    XDB                            DBMS_XDBZ0                     PACKAGE BODY
    SYSTEM                         MVIEW_EVALUATIONS              VIEW
    SYSTEM                         MVIEW_EXCEPTIONS               VIEW
    SYSTEM                         MVIEW_FILTER                   VIEW
    SYSTEM                         MVIEW_LOG                      VIEW
    SYSTEM                         MVIEW_RECOMMENDATIONS          VIEW
    SYSTEM                         MVIEW_WORKLOAD                 VIEW
    ORASSO                         WWCTX_API                      PACKAGE BODY
    PORTAL                         WWCTX_API                      PACKAGE BODY
    ORASSO                         WWEXP_UTL                      PACKAGE BODY
    PORTAL                         WWEXP_UTL                      PACKAGE BODY
    PORTAL                         WWPOB_API_PAGE                 PACKAGE BODY
    PORTAL                         WWPOF                          PACKAGE BODY
    ORASSO                         WWPRO_PROVIDER_VALIDATION      PACKAGE BODY
    PORTAL                         WWPRO_PROVIDER_VALIDATION      PACKAGE BODY
    PORTAL                         WWSBR_EDIT_ATTRIBUTE           PACKAGE BODY
    PORTAL                         WWSBR_FOLDER_PORTLET           PACKAGE BODY
    PORTAL                         WWSBR_USER_PAGES_PORTLET       PACKAGE BODY
    ORASSO                         WWUTL_API_PARSE                PACKAGE BODY
    OWNER                          NAME                           TYPE
    PORTAL                         WWUTL_API_PARSE                PACKAGE BODY
    PORTAL                         WWUTL_EXPORT_IMPORT_LOV        PACKAGE BODY
    ORASSO                         WWUTL_LOV                      PACKAGE BODY
    PORTAL                         WWUTL_LOV                      PACKAGE BODY
    PORTAL                         WWV_CONTEXT                    PACKAGE BODY
    PORTAL                         WWV_CONTEXT_UTIL               PACKAGE BODY
    PORTAL                         WWV_DDL                        PACKAGE BODY
    PORTAL                         WWV_GENERATE_UTL               PACKAGE BODY
    PORTAL                         WWV_GLOBAL                     PACKAGE
    PORTAL                         WWV_MONITOR_DATABASE           PACKAGE BODY
    PORTAL                         WWV_PARSE_AS_SPECIFIC_USER     PACKAGE BODY
    PORTAL                         WWV_PARSE_AS_USER              PACKAGE BODY
    PORTAL                         WWV_SYS_DML                    PACKAGE BODY
    PORTAL                         WWV_SYS_RENDER_HIERARCHY       PACKAGE BODY
    PORTAL                         WWV_THINGSAVE                  PACKAGE BODY
    PORTAL                         WWV_UTIL                       PACKAGE BODY
    PORTAL                         WWV_UTLVALID                   PACKAGE BODY
    38 rows selected.
    SQL>Let me know what you think.
    Thanks again.

  • Error when querying REST web services from web-based InfoPath form 2013 environment

    Error when querying REST web services from web-based InfoPath form 2013 environment, we are trying to consume REST web service in InfoPath form ( SharePoint 2013 version) 
    http://spapp/sites/litigation/Intake/_api/web/lists/getbytitle('Email%20Profiles')/items(1)
    it works in preview but does not when it is published. because of claim based authentication i m getting below error
    The form cannot run specified query, the underlying connection was closed. An expected error occurred 
    same works in 2010 environment .. are we missing anything in 2013 servers?? please let me know how we can resolve it.. thank you 
    guru

    everyone face this issue, nothing in event viewer, its easy to reproduce error at ur end also.. 
    just you need to use below web service in infopath and populate some data on form load like id = 1 pull the title and try to set in form any field...the
    list has one item thats all
    guru

  • Error when processing asset under construction (AuC) for WBS element message no cj824

    Hi,
    i am getting error message when i change dates in activities.
    Error when processing asset under construction (AuC) for WBS element
    Message no. CJ 824
    i have checked related post but did not find any solution. also check SAP Note but not related to my issue.
    Please guide.
    thanks
    Sunil

    Hi Ken,
    Please check below screens:
    according to this error message AUC has some missing field or some incorrect value. but when i checked via program RAUNVA00 which will display
    Incomplete Assets - Detail List.
    but this program does not return any incompleteness.
    i found many threads and SAP Not but none of is related to my program. this problem comes when i change dates in activity and save the project.
    Please suggest what to do now.
    thanks
    Sunil

  • SBL-EAI-04316 and doubts WS

    Hi,
    I have tried to consume CRM OD's WebServices from JavaScript, but I have the following problems/doubts:
    *1) How can I obtain the entity’s (for example, Opportunity) ID from the URL?*
    I have defined the following URL to access to the report:
    https://secure-ausomxhka.crmondemand.com/OnDemand/user/ReportIFrameView?SAWDetailViewURL=saw.dll?Go%26Path%3D%252fshared%252fCompany_AHKA-JB4UI_Shared_Folder%252fIngresosProductoOportunidad&AnalyticReportName=IngresosProductoOportunidad&Action=Prompt&p0=1&p1=eq&p2=Opportunity.”Opportunity ID”&p3=%%%Id%%%
    I would like to have the value of p3 parameter, so:
    var opportunityID=$_GET("p3"); -->
    function $_GET(name){
         e = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
         var regexS = "[\\?&]"+name+"=([^&#]*)";
         var regex = new RegExp( regexS );
         var results = regex.exec( window.location.href );
         if( results == null ){
         return "";
         }else{
         return results[1];
    But it doesn’t return the value, because with window.location.href I have seen:
    https://secure-ausomxhka.crmondemand.com/OnDemand/user/ReportIFrameView?SAWDetailViewURL=saw.dll?Go%26Path%3D%252fshared%252fCompany_AHKA-JB4UI_Shared_Folder%252fIngresosProductoOportunidad&Options=rdf&Action=Prompt
    Instead of my full URL…
    *2) After login, I would like to do a QueryPage operation, but it returned SBL-EAI-04316:*
    My request message:
    var idOp = 'AHKA-180KYE';
    var soap_xml='<?xml version="1.0" encoding="UTF-8" standalone="no" ?>'
              +'<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"'
              +'     xmlns:ns="urn:crmondemand/ws/ecbs/opportunity/10/2004" '
              +'     xmlns:cam="urn:/crmondemand/xml/Opportunity/Data">'
              +' <soapenv:Body>'
              +'          <ns:OpportunityQueryPage_Input>'
              +'               <cam:ListOfProductRevenue>'
              +' <cam:ProductRevenue>'
              +'           <cam:OpportunityId>'+idOp+'<\/cam:OpportunityId>'
              +' <\/cam:ProductRevenue>'
              +'               <\/cam:ListOfProductRevenue>'
              +'          <\/ns:OpportunityQueryPage_Input>'
              +'     <\/soapenv:Body>'
              +'<\/soapenv:Envelope>'
    And the response message is:
    <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Error al procesar el argumento urn:/crmondemand/xml/Opportunity/Data:ListOfOpportunity para la operación OpportunityQueryPage(SBL-EAI-04316)</faultstring><detail><siebelf:siebdetail xmlns:siebelf="http://www.siebel.com/ws/fault"><siebelf:logfilename>OnDemandServicesObjMgr_enu_210602.log</siebelf:logfilename><siebelf:errorstack><siebelf:error><siebelf:errorcode>(SBL-EAI-04316)</siebelf:errorcode><siebelf:errorsymbol></siebelf:errorsymbol><siebelf:errormsg>Error al procesar el argumento urn:/crmondemand/xml/Opportunity/Data:ListOfOpportunity para la operación OpportunityQueryPage(SBL-EAI-04316)</siebelf:errormsg></siebelf:error><siebelf:error><siebelf:errorcode>*(SBL-EAI-04127)*</siebelf:errorcode><siebelf:errorsymbol>IDS_EAI_ERR_INTOBJHIER_ELEM_UNKN</siebelf:errorsymbol><siebelf:errormsg>No se ha encontrado ningún elemento con código XML &apos;OpportunityId&apos; en la definición del componente de integración EAI &apos;Opportunity&apos;(SBL-EAI-04127)</siebelf:errormsg></siebelf:error></siebelf:errorstack></siebelf:siebdetail></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
    What is wrong in request message¿?
    Thanks in advance and regards.

    Hi Stephan,
    thank you for your help. I have solved the problem to consume from JavaScript, but I am trying to do a simple update from JDeveloper 10g and I can't do it. The login and logoff works, but anymore operation.
    My source code is the following:
    public static void main(String[] args) {
    try {
    account_ws2realmenteesws1.proxy.DefaultClient myPort = new account_ws2realmenteesws1.proxy.DefaultClient();
    System.out.println("calling " + myPort.getEndpoint());
    // LOGIN
    String idSesionFull=Conexion_WS.logon("https://secure-ausomxhka.crmondemand.com/Services/Integration","COMPANY/USERNAME","PASSWORD");
    idSesion = Conexion_WS.getSessionId(idSesionFull);
    // UPDATE
    Account[] cuentas = new Account[1];
    cuentas[0] = new Account();
    cuentas[0].setAccountName("TEST FROM JDEVELOPER - WS");
    cuentas[0].setAccountId("AHKA-23T7PS");
    myPort.accountUpdate(cuentas, "Off");
    // LOGOFF
    System.out.println("desconexión...");
    Conexion_WS.logoff("https://secure-ausomxhka.crmondemand.com/Services/Integration", idSesion);
    } catch (Exception ex) {
    // LOGOFF
    System.out.println("desconexión...");
    Conexion_WS.logoff("https://secure-ausomxhka.crmondemand.com/Services/Integration", idSesion);
    ex.printStackTrace();
    Thank you in advance and regards.

  • Get file not found error when I try to sync

    I get file not found error when I try to sync Iphone.

    SteveDVD,
    The use of the .WMV was because that was part of the Library .EM template. I would not anticipate problems with other formats, so long as they are supported and the same for all of your Menus in the Project.
    If you have done several Motion Menu Renderings, you might want to clear Encore's Media Cache, just in case it is still referencing previous Render files.
    And yes, the re-Importation should yield the same result as Linking/re-Linking.
    Unfortunately, I do not have CS4, so I can't test this for you. There do seem to be a few real Bugs in the various CS4 programs, and maybe this is one?
    That "File Not Found" rings a bell in my feeble brain. Seems that there was a post on that, but I do not remember it being related to Motion Menus. Maybe search will yield something of use.
    Good luck,
    Hunt

  • I get missing plug-in error when opening my online bill which is in PDF format. I am using a 2010 Macbook with the latest version of Safari and Adobe suite installed in my computer. Why do I get this error? What should I do?

    I get missing plug-in error when opening my online bill which is in PDF format. I am using a 2010 Macbook with the latest version of Safari and Adobe suite installed in my computer. Why do I get this error? What should I do?

    In relation to my previous inquiry regarding inability to view a pdf file using Safari...
    Is it possible that I can view other online bills from other website but not this particular bill from one specific website?
    Sorry if I missed any important point in this article -->Apple Safari 5.1 and Adobe Reader/Acrobat Advisory
    Thanks again!

  • Getting mandatory attribute validation error when the value is defaulted through customization

    Hi
    I am getting Mandatory attribute validation error when we default the value through customization.
    In the UI we have attribute called Last Name which is mandatory at EO level. Customer wanted to default Last name to some value, through page composer it is defaulted to some text and saved.
    When ever we open the page the the same value is defaulted as Last Name and appearing in the UI. But when we submit the page, EO level validation is failing. hence we are getting last name is missing.
    When i debug the code last name attribute value for EO is blank.
    In the UI the attribute last name is associated with bindings  --> #{bindings.lastname.inputvalue}
    The validation is failing if we remove the default binding associated with inputtext box.
    Can some body help what can be reason and is there any solution?
    Thanks,
    Praveen

    version 12.1.2
    I am struggling with same situation, I can't set the default value at business component because, the default value comes from a REST service at run time. In page A,  I have a field F1 that contains value from REST service. Page B has a database bound field F2, whose default value should come from F1 in Page A when a user navigates from Page A to Page B. If I set the value of F2 to be the value of F1, then it displays the value in the UI, but nothing gets submitted to EO and fails at commit.
    To make things difficult, here is my situation: Page A lives in bounded taskflow TF1, and Page B lives in bounded taskflow TF2. So I have created an input parameter P1 in TF 2, which carries over the value of F1 in Page A to Page B. When I am in Page B, I can successfully see the value of the taskflow input parameter P1. So, how do I  programmatically set the value of field F2 with the value of input parameter P1?
    I tried setting the F2.inputValue  in a method call M1 in  taskflow TF2 prior to Page B, but I get null pointer exception as it can't see field F2 yet.
    It seems like a simple thing to do, but I have spent a lot of time trying to make it work without any success.
    I would greatly appreciate any guidance.

  • I get an web service error when trying enable web services. I have latest update and rebooted

    i get an web service error when trying enable web services. I have latest update and rebooted

    hi there philnj,
    could you help the community narrow troubleshooting by providing a little more information? Particularly what model printer are we dealing with?
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • [svn:bz-trunk] 21394: bug fix for watson 2887837 Not getting duplicate session detected error when same flex client id is used from two different HTTP sessions in CRX .

    Revision: 21394
    Revision: 21394
    Author:   [email protected]
    Date:     2011-06-16 12:34:13 -0700 (Thu, 16 Jun 2011)
    Log Message:
    bug fix for watson 2887837 Not getting duplicate session detected error when same flex client id is used from two different HTTP sessions in CRX.
    get the sessions id before we invalidate the duplicate session.
    Checkintests pass
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/endpoints/BaseHTTPEndpoint.java

    For our profect I think this issue was caused as follows:
    Believing that remoting was full asynchronous we fired a 2 or 3 remote calls to the server at the same time ( within the same function ) - usually when the users goes to a new section of the app.
    This seemed to trigger the duplicate http session error since according to http://blogs.adobe.com/lin/2011/05/duplication-session-error.html  two remote calls arriving before a session is created will cause 2 sessions to be created.
    Our current solution ( too early to say it works ) is to daisy chain the multiple calls together .
    Also there seemed to be an issue where mobile apps that never quit ( thanks Apple! )  caused the error when activated after a few hours.
    I guess the session expires on the server and the error above occurs on activation.
    So the mobile apps now ping the server with a remote call when activated after sleeping for more than one hour.
    All duplicate http errors are silently caught and reported.
    Fingers crossed we won't get any more!

Maybe you are looking for

  • Why we have to go for OO compare to ABAP

    Hi Everyone, I am just starting to learn ABAP OO ..can any one please gimme some simlpe examples to understnd y we have to go for OO where we have already have ABAP and whats going to be the advantage of OO.. Thanks in advance.. Joe.

  • Cannot access conflicts

    How many more posts on the community pages do we need until Apple sorts out this problem. When is the notes sync with Outlook  going to be fixed. There's clearly a problem here !!!

  • Biztalk Map: Map repeating structures into a single node

    Simple one for the experts. I have the following two samples. Can somebody please guide me on how to achieve my output? Just a caveat. The Errorlist may or may not have errors in which case just an empty tag should suffice. Input <Detail Att1="a"> <V

  • 6/8 time signature - tempo calculation

    Hi, I have a project in 6/8, the tempo is 54. I want to write in my score the metronome indication: dotted quarter note= Which is the calculation I have to do because I've tried 54/3 which gives dotted quarter note=18, but this is not correct. Thanks

  • My widescreen movie is showing up full screen in iDVD

    The settings are for 16:9 in iDVD. When I open it in Quicktime or Final Cut Pro it comes up 16:9, but when I preview it and burn it in iDVD it shows up squeezed into 4:3. I'm about to pull my hair out. Please help. : )