In BPEL Assign activity issues

Dear all,

I am faced with a particular problem with the assign to the BPEL process activity.
I described the question below, help kindly solve me this.

1. I created a synchronous bpel process.
2. I created an a function call FUN1 which has no input parameter and provides the DB adapter 1 output.
3. I have create an invoke activity to call this DB adapter that creates a variable of input without parts and an output of an element of the output variable.

* < variable name = "Invoke_FUN1_InputVariable."
messageType = "ns1:args_in_msg" / >
* < variable name = "Invoke_FUN1_OutputVariable."
messageType = "ns1:args_out_msg" / >


'Invoke_FUN1_InputVariable' variable has the structure ' Invoke_FUN1_InputVariable/InputParameters / ' ns2:InputParameters
'Invoke_FUN1_OutputVariable' variable has the structure ' Invoke_FUN1_OutputVariable/OutputParameters / ns2:OutputParameters / ns2:arg1'

4. I create an entitled call activity to assign the output of this activity to the output of the process bpel variable.

* < assign the name = "Assign_Output" > *.
* < copy > *.
* < from variable = "Invoke_FUN1_OutputVariable."
part = "none".
Query = "/ ns2:OutputParameters / ns2:arg1" / >
* < variable = part of the 'outputVariable"="payload. "
Query = "/ client: OTSOFBPELProcessResponse / client: result" / >
* < / copy > *.
* < / assign > *.



During the execution of the bpel process, I can see that the invoke activity extracted successfully to an output value. But this value is not assigned to the output of the bpel process.

I mentioned a few tutorials bpel to assign activity and found that the names of the variables on each side of the assign activity space should be the same.

In my case, the namespaces are generated automatically and I don't know how to make them similar. Y at - it an alternative to this problem.
I also tried to use the processing activity and always the output of bpel is not get affected with the value of the output of invoke.

Can someone help me to solve this issue?
Thanks in advance.

Hello

Go to the source of your bpel and check what namespace is defined for the xmlns: ns2, do the comparison with the namespace returned by the DBAdapter, they should be the same...

Don't know if it will work, but you can try changing the query as follows to confirm if it's really a matter of namespace...


See you soon,.
Vlad

Tags: Fusion Middleware

Similar Questions

  • Failure of BPEL assign activity XPath

    Hello

    My BPEL process fails during the Assign activity and it is a failure because the query expression does not find the element "in origin. Which makes sense, because for a case of my test I'm not including a value for this element in the XML instance. My question - how to handle this situation, such as when the 'from' element is missing or has no value, then nothing is assigned to the variable target?

    The BPEL PM Assign audit error message *.

    [2009-05-14 21:37:45] Error in assessing <>expression '127 online. The result is empty for the XPath: /ns2:CRMODAccounts/ns2:CRMODContactID".less «»

    Oracle.Xml.Parser.v2.XmlElement@1a1d727

    [2009-05-14 21:37:45] "{http://schemas.xmlsoap.org/ws/2003/03/business-process/} selectionFailure" was thrown.less
    -< selectionFailure xmlns = "http://schemas.xmlsoap.org/ws/2003/03/business-process/" >
    -part name = "summary" >
    < Summary >

    result of the variable/expression is empty.
    variable/expression XPath expression "/ ns2:CRMODAccounts / ns2:CRMODContactID ' is empty at line 127, during an attempt of reading/copy.
    Please ensure that the result of the variable/expression "/ ns2:CRMODAccounts / ns2:CRMODContactID ' is not empty.
    Possible reasons for this problem are: some xml elements/attributes are optional, or the xml data is not valid according to the XML Schema.
    To check if the XML data received by a process are valid, the user can activate switch validateXML to the domain administration page.

    < / Summary >

    < / part >
    < / selectionFailure >


    section of bpel source for the assign function *.

    < assign the name = "assignEBSAccountDetails" >
    < copy >
    < variable from = part "variableentree" = "payload".
    Query = "/ ns2:CRMODAccounts / ns2:CRMODAccountID" / >
    < variable = "invokeEBSAccountDetails_GetEBSAccountDetailsPL_InputVariable."
    part = "InputParameters (InputParameters).
    Query = "/ ns3:InputParameters / ns3:P_CRMOD_ACCOUNT_ID" / >
    < / copy >
    *********************************************
    (versions) BPEL PM JDev 10.1.3.4 10.1.3.4.0

    Thank you
    Ilyas

    Use a switch, for example if string-length(/ns2:CRMODAccounts/ns2:CRMODContactID) > 0

    or you can do a transformation and put an if condition for the mapping using the same code.

    see you soon
    James

  • BPEL variable, take the time to 1 min just for the assignment of value in the Assign activity

    Hi all

    We get a strange question in BPEL production environment.
    In the assign activity, there are 3 variable hardcoded with some default values.
    At runtime, a variable is to take more time from 1 minute to initialize just this default value.
    We do not get this problem of time in Dev and Test environments, so we are not able to test this.
    Please look in the Audit trail for the BPEL instance in the Production environment.
    Request to let me know if them work around or fix for this issue.



    Thanks in advance,
    Kumar

    Hello

    Yes, you can get to know the time for the verification that frm trail... u can also make use of activity sensors to calculate the exact time.

  • Get all the values of the element in the Assign activity

    Given the Sub how can XML, I get two values with a single statement?

    I have tried/root/set/name /. with no luck. I would like to assign a variable to an activity assign BPEL John Jane.


      <root>
       
    <set>
        
    <name>John</name>
       
    </set>
       
    <set>
        
    <name>Jane</name>
       
    </set>
     
    </root>



    If you want to select several nodes in a copy assign activity, you will receive a selectionFailure. You can try this out using/node / * [local - name () = "nodename"] build where * refers to all of the child elements and [local = "nodename"] represents the name of the element which must match.

    According to the BPEL specification a selectionFailure MUST be returned in the following situations:

    1. the in-spec selects several XML information items

    2. the in-spec selects an item of XML information and the to-spec does not exactly select an item of XML information.

    See the BPEL Spec (section 8.4.1) http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#_Toc164738498

    To get the desired result an assign with an expression activity can help. Use the CONCATENATE function. See http://docs.oracle.com/cd/E28280_01/dev.1111/e10224/bp_manipdoc.htm#BABBHGAJ

    If you want to dynamically concatenate, use an xslt transformation.

    Good luck!

    Melvin

  • received invalidVariables error check validate in the assign activity

    Hello Oracle BPEL guru,

    I have only a few months experience SOA. I have a problem of validation badly need help. It may be a simple question for you.

    I am stable and seeking a better solution for our validation registration 834. I am using SOA and JDeveloper version 11.1.1.6.0. For the test, I create a simple Roster.xsd:

    <? XML version = "1.0" encoding = "UTF-8"? >
    <! - edited with XMLSpy v2013 sp1 (http://www.altova.com) by Li (CGI) NAFTA - >
    < xs: schema xmlns: XS = "http://www.w3.org/2001/XMLSchema".
    elementFormDefault = "qualified" attributeFormDefault = "unqualified" >
    < xs: element name = "Alignment" >
    < xs: annotation >
    < intention > root comment describing your item < / intention >
    < / xs: annotation >
    < xs: complexType >
    < xs: SEQUENCE >
    < xs: element name = "ID" type = "xs: String" / >
    < xs: element name = "Gender" >
    < xs:simpleType >
    < xs:restriction base = "XS: String" >
    < xs:enumeration value = 'F' / >
    < xs:enumeration value = "M" / >
    < / xs:restriction >
    < / xs:simpleType >
    < / xs: element >
    < xs: element name = "Name" >
    < xs:simpleType >
    < xs:restriction base = "XS: String" >
    < xs:minLength value = "5" / >
    < xs:maxLength value = "8" / >
    < / xs:restriction >
    < / xs:simpleType >
    < / xs: element >
    < xs: element name = "Âge" >
    < xs:simpleType >
    < xs:restriction base = "XS: Integer" >
    < xs:minInclusive value = "0" / >
    < xs:maxInclusive value = "120" / >
    < / xs:restriction >
    < / xs:simpleType >
    < / xs: element >
    < xs: element name = "DOB" type = "xs: Date" / >
    < xs: element name = "Dept_No" >
    < xs:simpleType >
    < xs:restriction base = "XS: String" >
    < xs:enumeration value = "Development" / >
    < xs:enumeration value = 'Quality' / >
    < xs:enumeration value = "Management" / >
    < / xs:restriction >
    < / xs:simpleType >
    < / xs: element >
    < / xs: SEQUENCE >
    < / xs: complexType >
    < / xs: element >
    < / xs: Schema >


    I've created a good data and bad news. reliable data are here, TestData_good.xml

    <? XML version = "1.0" encoding = "UTF-8"? >
    < list xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance".
    xsi:noNamespaceSchemaLocation = "xsd/Roster.xsd" > "
    < ID > 12345 / < ID >
    < sex > F < / Type >
    < name > Jimmy Li < / name >
    <>26 < / Age >
    < DOB > 1988 - 01 - 01 < / DOB >
    Quality of < Dept_No > < / Dept_No >
    < / list >

    I have create a BPEL to read a TestData_good.xml folder and write to another file. I have assign activity to assign the xml content. It works very well without validation. I see the file are written with a different name.

    Problem is when I check the post in the activity assign, general tab. It fails validation. But the data is good, as you can see in this mail and I validated at design time. I think it good pass, but fails in the incorrect data. But it fails in the right data now. The error messages here:


    Error message: {http://schemas.oracle.com/bpel/extension} invalidVariables

    Error default/TestValidation2!1.0*soa_7e318e4a-8cf7-4dc1-b265-31e0e3d9ce7e/BPELProcess1/20016-BpAss0-BpSeq0.3-2 ID
    Lack of time March 4, 2013 21:58:51

    Anomaly of the non-recoverable system:

    < bpelFault > < faultType > 0 < / faultType > < invalidVariables xmlns = "http://schemas.oracle.com/bpel/extension" > < / invalidVariables > < / bpelFault >

    You have no idea what may be wrong?

    Thanks in advance for your help,

    NAFTA

    Hello

    This isn't a namespace schema... You can set a namespace or use an approach as described in the following doc...
    https://blogs.Oracle.com/rammenon/entry/handling_no_namespace_schemas

    See you soon,.
    Vlad

  • Windows 7 Pro upgrade Activation issue.

    Windows 7 Pro upgrade Activation issue. I bought a real upgrade of Windows 7 Pro 64 bit. In reading, there is no way I could actually update my current installation of XP and keep all the settings, I decided to just reformat my hard drive and install windows 7 as a custom install fees. Now, I can't activate Windows 7 because it claims that I do not have a version of windows installed on this hard drive. Is it possible (armed with my XP and Windows 7 product keys) I can activate my software? Or should I go through the hassle to format my drive again, stick XP on it simply to crush it with Windows 7 so I can activate it? Feels like a bit of an oversight for XP to 7 plants of valuation. Thanks for any help you can offer!

    N.

    Skip entering your product key Windows 7 and complete the installation.

    When you reach the desktop, click Start, right-click on computer

    Click on properties

    Scroll down to the Windows Activation

    Click the link x days before activation.

    Click on the link that says: "show me other ways to activate.

    Enter the product key

    Click next

    Select the Activation of the phone

    Click Next when you enter your key page

    Select your country

    Click Next, call the number listed

    Be sure to explain your situation to the Appeals Officer.

    Provide the installation generated when ID requested by the call agent

    They give a confirmation ID in return, enter it

    Click next to complete the activation.

    However, the requirements for the media upgrade is that you have an operating system already eligible such as Windows XP or Vista installed to use it. Since the Windows 7 end user license agreement.

    15 UPDATES. To use upgrade software, you must first be licensed for the software that is eligible for the upgrade. After the upgrade, this agreement takes the place of the agreement for the software that you upgraded. After upgrade, you can no longer use the software that you upgraded.

    So, if you are always denied, you will just have to reinstall Windows XP or Vista and let it do the verification of eligibility.

    or

    How to activate Windows 7 manually (activate by phone)
     
    1) click Start and in the search for box type: slui.exe 4
     
    (2) press the ENTER"" key.
     
    (3) select your "country" in the list.
     
    (4) choose the option "activate phone".
     
    (5) stay on the phone (do not select/press all options) and wait for a person to help you with the activation.
     
    (6) explain your problem clearly to the support person.
     
    http://support.Microsoft.com/kb/950929/en-us

  • Home installation of XP on Vista 64 Ultimate VPC, activation issues

    I have the motherboard Intel & CPU (Intel Core 2 Quad CPU) running Vista Ultimate 64, I installed from the CD.  Previously used some XP software (Lotus 123 and Word Pro and Word Perfect & Quatro Pro) not to operate smoothly in the installer with Vista, or Vista is best MS OS I have used to date.  I studied MS Virtual PC 2007, installed on the desktop and it works well.  I installed XP Home and the incriminated on virtual PC and all software works better than ever and I don't have to convert one hundred archived files I need little frequent access to because they have been created there with these programs from 10 to 15 years because the PC is "networked" to the Vista machine to transfer files but is not exposed to security issues by avoiding the internet connection.

    There's a rub.  XP Home comes from a CD that I provided by Dell with a PC, I have purchased from them in 2000 ~  It was shipped on a CD of the operating system with the computer and twice, 2003 & 2006, I had to erase completely the C drive and pure install the operating system.  Both times I've been required to product key entry and when installing a semi automated of registration took place via internet.  When I used this same CD to install XP on Virtual PC, never asked me the product key.  At the end of installation, I was directed to activate the product, either via the Internet, phone or delay, but after 30 days, software (XP) would not work.  Because I choose not to have V PC connected to the web, I chose the method of telephone connection and followed.  At the end of the process a direct tech said that it was not a valid copy of XP.

    I have not used XP provided by Dell, as I booted Vista box, then how the hell is the software I've bought from them no not a valid copy.  What viable alternatives can I, if, before the purchase of another Internet licensed XP software?

    Hello

    I understand that you are facing problems of activation with Windows XP Home installation on Windows Vista 64 Ultimate VPC. I understand the inconvenience.

    The question you have posted is better suited in the TechNet forums. I suggest you to send your query there.

    Here is the link: http://social.technet.microsoft.com/Forums/en/category/windowsvistaitpro

    It will be useful. For any other corresponding Windows help, do not hesitate to contact us and we will be happy to help you.

    Kind regards!

  • How to associate an ECID in BPEL transformation activity?

    Hello

    I want to match the ECID with element target by using the Transform in BPEL activity.

    Please suggest me how to do it.

    Thank you

    Sunita

    Sunita

    Some functions are not available when you use the XSLT.

    The processing activity to map the fields for all fields except ecid field. Then use an entitled to update the target for ecid with such variable structure suggested by Martian or ora: getECID()

  • with programs activation issues more old/legacy.  Photoshop CS

    Hello everyone, I'm somehow out of touch with a large number of programs, but would like some suggestions please.  I have Photoshop CS (Yes that one), I have not used the program for a long time, but received a work of art done in Photoshop, I am now responsible for support.

    issue 1, registriaon, this product wants to go online to register, of course, the links are long gone, as well as phone activation... I have my AdobeID account and that you have manually added the serial number on my profile.  Yet when I run the software, he wants to sign up or give me the option to continue without.

    2nd question, probably related to the fact the cards are created in a newer version of PS, are following error messages

    Unknown data was encountered reading layer "copy" and it will be ignored.  Continue?

    OK Cancel reading composite data

    -I choose, OK then the Activation popup

    choose to continue without activation, then

    For Photoshop CS color settings will be configured by using the default settings

    You want to customize you color settings now?  You can choose edition > settings to customize the color later.

    Please feel free to yell at me that my knowledge of Photoshop is null because it is something that I'm just work.

    Thank you for your time

    There is no server available for CS2 activation and older products.  For CS1/CS2, you can take advantage of the special version of CS2 which is made available.  You can read about it and he acquire through the following links...

    CS2: Error: unavailable activation server | CS2, Acrobat 7, hearing 3 -.

    l http://helpx.adobe.com/x-productkb/Policy-Pricing/Creative-Suite-2-activation-end-Life.htm

    https://helpx.Adobe.com/Creative-Suite/KB/CS2-product-downloads.html

    Another thing, you might want to consider if this is a short-term project... Download and install one of the latest test version - you can use it for 30 days.  If necessary, you can download other (different).  For the following...

    Don't forget to follow the steps described in the Note: very important Instructions in the section on the pages of this site download and have cookies turned on in your browser, otherwise the download will not work correctly.

    CS3 and CS4: http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html

    CS5: http://prodesigntools.com/all-adobe-cs5-direct-download-links.html

    CS5.5: http://prodesigntools.com/adobe-cs5-5-direct-download-links.html

    CS6: http://prodesigntools.com/adobe-cs6-direct-download-links.html

  • Looping in Assign activity

    Hi Experts,

    I have a requirement where I need to send data to webservice only 300 records at a time. Currently I have 4000 records in my source variable.

    I used a while loop and entitled expression of source of activity is as follows:

    bpws:

    where AddViewUserCount is my countNodes worth

    and my goal "to the variable" is as follows:

    /NS6:XXXXXXXXXXRequest / ns6:XXXXXXXXXMembers / ns6:users [bpws:getVariableData('AddViewUserCount')] / ns6:string

    and also I tried with

    /NS6:XXXXXXXXXXRequest / ns6:XXXXXXXXXMembers / ns6:users [$AddViewUserCount] / ns6:string. His does not work

    I also created a new variable of type integer AddUserCounter, increment the integer loop and used here instead of AddViewUserCount.


    I'm still not able to get through the question. I can't use XSLT to process 300 records at a time.


    Please can you help / suggest about this issue.


    Thanks - RK.

    Hi all

    Arrived at the solution to the problem. Reference display.

    (1) create a XSLT transformation for the variable target with nodes equal to the data in the source, mainly an xslt map dummy variable set

    (2) job - /ns6:XXXXXXXXXXRequest / ns6:XXXXXXXXXMembers / ns6:users [bpws:getVariableData('AddViewUserCount')] / ns6:string to affect activity

    (3) remove the empty nodes

    Thanks - RK.

  • Deployment of BPEL process outgoing issue in SOA (binding.jca - 12600)

    Hello

    I designed a BPEL process out for Siebel CRM Integration Service using Jdeveloper (11.1.1.3.0). After that, I am faced with the question of the deployment of this application of SOA suite (11.1.1.6.0). Here is the deployment.log State in jdeveloper:-

    [10: 57:54]-deployment began. ----
    [10: 57:54] the target platform's (Weblogic 10.3).
    [10: 57:54] analysis of the dependence running...
    [10: 57:54] building...
    [10: 57:58] deployment of profile...
    [10: 57:58] wrote the Archives Module to C:\JDeveloper\mywork\Siebel_Outbound_BPEL\QueryWithView_Invoke\deploy\sca_QueryWithView_Invoke_rev1.0.jar
    [10: 57:58] deployment of sca_QueryWithView_Invoke_rev1.0.jar on the 'default' on the AdminServer [10.10.22.81:7001] Server partition
    [10: 57:58] sar=/C:/JDeveloper/mywork/Siebel_Outbound_BPEL/QueryWithView_Invoke/deploy/sca_QueryWithView_Invoke_rev1.0.jar treatment
    [10: 57:58] adding file sar - C:\JDeveloper\mywork\Siebel_Outbound_BPEL\QueryWithView_Invoke\deploy\sca_QueryWithView_Invoke_rev1.0.jar
    [10: 57:58] preparing to send the HTTP request for the deployment
    [10: 57:59] Creation of the HTTP connection to the host: 10.10.22.81, port: 7001
    [10: 57:59] sending internal deployment descriptor
    [10: 57:59] send (archive) - sca_QueryWithView_Invoke_rev1.0.jar
    [10:58] received from the server, the response code = 500 HTTP response
    [10:58] error in deployment of archives sca_QueryWithView_Invoke_rev1.0.jar to partition 'default' on server [10.10.22.81:7001] AdminServer
    [10:58] HTTP error code returned [500]
    [10:58] error message from the server:
    #; There was an error deployment of the composite on AdminServer: deployment failed: [JCABinding] [QueryWithView_Invoke.QueryWithView/1.0]Unable at full load: generic error.]
    #; Generic error.
    #; Cause: Could not find appropriate outgoing link.
    #; Please create a Service request with the support of the Oracle.
    #; : Generic error.
    #; Generic error.
    #; Cause: Could not find appropriate outgoing link.
    #; Please create a Service request with the support of the Oracle.
    #;.

    [10:58] check the log of the server for more details.
    [10:58] error in deployment of archives sca_QueryWithView_Invoke_rev1.0.jar to partition 'default' on server [10.10.22.81:7001] AdminServer
    [10:58] # incomplete deployment. ####
    [10:58] error deployment archive file:/C:/JDeveloper/mywork/Siebel_Outbound_BPEL/QueryWithView_Invoke/deploy/sca_QueryWithView_Invoke_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)

    And here is the State of the log file SOA server-side: -.

    # < 3 June 2013 10:36:05 AST > < health > < > < HOSADDAT02 > < AdminServer > < weblogic. GCMonitor > < < < > anonymous > > < 4be72ac3bdb5ebae:-a61256d:13f08d94c98:-8000-00000000000000f4 > < 1370244965280 > < BEA-310002 > < 36% of the total server memory is free >
    # < 3 June 2013 10:36:12 AST > < error > < ServletContext - / soa-infra > < HOSADDAT02 > < AdminServer > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < weblogic > <>< 4be72ac3bdb5ebae:-a61256d:13f08d94c98: - 8000 - 000000000000182 b > < 1370244972343 > < BEA-000000 > < deployment error
    oracle.fabric.common.FabricException: deployment failed: [JCABinding] [QueryWithView_Invoke.QueryWithView/1.0]Unable at full load: generic error.]
    Generic error.
    Cause: Could not find appropriate outgoing link.
    Please create a Service request with the support of the Oracle.
    : Generic error.
    Generic error.
    Cause: Could not find appropriate outgoing link.
    Please create a Service request with the support of the Oracle.

    at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoordinatorImpl.java:64)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deployNewComposite(BaseDeployProcessor.java:415)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:250)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:167)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:112)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:99)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:81)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPostInsideLoggingSession(CompositeDeployerServlet.java:219)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:130)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3730)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: oracle.fabric.common.FabricDeploymentException: [JCABinding] [QueryWithView_Invoke.QueryWithView/1.0]Unable at full load: generic error.]
    Generic error.
    Cause: Could not find appropriate outgoing link.
    Please create a Service request with the support of the Oracle.
    : Generic error.
    Generic error.
    Cause: Could not find appropriate outgoing link.
    Please create a Service request with the support of the Oracle.
    {rootCauses = []}
    at oracle.integration.platform.blocks.adapter.AdapterReference.load(AdapterReference.java:458)
    at oracle.integration.platform.blocks.adapter.AdapterReference.load(AdapterReference.java:82)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployReferences(CompositeDeploymentConnection.java:201)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deploy(CompositeDeploymentConnection.java:93)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:150)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.load(CompositeDeploymentManagerImpl.java:63)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:77)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to $Proxy314.load (Unknown Source)
    at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoordinatorImpl.java:59)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deployNewComposite(BaseDeployProcessor.java:415)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:250)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:167)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:112)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:99)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:81)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPostInsideLoggingSession(CompositeDeployerServlet.java:219)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:130)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3730)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: LIAISON. JCA-12600
    Generic error.
    Generic error.
    Cause: Could not find appropriate outgoing link.
    Please create a Service request with the support of the Oracle.

    at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterBindingConfig.addAdapterReference(AdapterBindingConfig.java:206)
    at oracle.integration.platform.blocks.adapter.AdapterReference.setupAdapterReference(AdapterReference.java:506)
    at oracle.integration.platform.blocks.adapter.AdapterReference.load(AdapterReference.java:425)
    at oracle.integration.platform.blocks.adapter.AdapterReference.load(AdapterReference.java:82)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployReferences(CompositeDeploymentConnection.java:201)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deploy(CompositeDeploymentConnection.java:93)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:150)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.load(CompositeDeploymentManagerImpl.java:63)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:77)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to $Proxy314.load (Unknown Source)
    at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoordinatorImpl.java:59)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deployNewComposite(BaseDeployProcessor.java:415)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:250)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:167)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:112)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:99)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:81)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPostInsideLoggingSession(CompositeDeployerServlet.java:219)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:130)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3730)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Kindly help me in this regard

    Solution:

    Immediately work around the issue by removing the "ns1:" qualification on the farm for binding.jca entry in composite.xml and transfer.

    For example:

    From:

    operation = "ns1:BAPI_COMPANYCODE_GETDETAIL" / >

    TO:

    operation = "BAPI_COMPANYCODE_GETDETAIL" / >

    Kind regards
    Houda bahi

  • Assign activity erros with the XPath query string returns multiple nodes.

    It comes to xml message we have with two elements < corecom:BusinessScopeReference > inside. How to assign the first < corecom:BusinessScopeReference > value of the other variable in the string.


    < variableentree >
    < xmlns:corecom fault = "http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2" xmlns:default = "http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2" xmlns = "http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2" >
    < corecom:EBMReference >

    < corecom:BusinessScopeReference >
    < corecom:ID xmlns = "http://xmlns.oracle.com/EnterpriseObjects/Core/EBO/CustomerParty/V2" xmlns:ebo = "http://xmlns.oracle.com/EnterpriseObjects/Core/EBO/CustomerParty/V2" >
    Account: NUANCE (AIMA 17N9IL) < / corecom:ID >
    < / corecom:BusinessScopeReference >

    < corecom:BusinessScopeReference >
    < corecom:ID xmlns = "http://xmlns.oracle.com/EnterpriseObjects/Core/EBO/CustomerParty/V2" xmlns:ebo = "http://xmlns.oracle.com/EnterpriseObjects/Core/EBO/CustomerParty/V2" >
    CREATECUSTOMERPARTYMSG/39303832313732363632373734303732 < / corecom:ID >
    < / corecom:BusinessScopeReference >

    < / corecom:EBMReference >
    < / failures >
    < / variableentree >


    When I use the sub element assign, I get the error: "XPath query string returns multiple nodes." How to point to the specific element in the table.


    < assign the name 'AssignId' = >
    < copy >
    < variable from = part "Variableentree" = "Fault."
    Query = "/ corecom:Fault / corecom:EBMReference / corecom:BusinessScopeReference / corecom:ID" / >
    < variable = "business_object_name" / >
    < / copy >
    < / assign >


    Please suggest.

    Check if this useful BPEL foreach

  • HP ENVY 700-349 Desktop PC: Windows 10 activation issues

    So, I have recently reinstalled windows 10 on my computer (from Windows 10 Windows 10 once again) and I wiped my HARD drive, so it can reformat properly for the installation of windows. After installation I then needed to reactivate my windows and putting in my product key after searching physically inside and everywhere in my computer I can't find any key to activate my windows licenses. (When I bought my computer there was windows 8 and then I upgraded to windows 10 free no problem) I'm currently sucks, thank you.

    Already activated my windows by contacting support, gave them my details and every thing is correct. For others who have this problem just pass the link https://partner.support.services.microsoft.com/en-gb/co... and select chat, tell him your story and it should be good!

  • Reinstall Windows 7 Professional on a new laptop computer: activation issues

    I bought the retail version of W7 Professional (no service pack) back in 2010 in the United Kingdom. Then I used for a while on a pc dedicated to Egypt (can I have reinstalled and activated several times on the same pc). Now the HARD drive on this pc is completely erased, and it is not in use.

    I just bought a new laptop with the BACK and did the following:

    1 installed Windows 7 Professional

    2 installed Windows6. 1-KB947821-v31-x 64.msu (Windows System Update Readiness Tool)

    3. install Service Pack 1 for Windows 7

    4 entered my original product for Windows 7 Professional key

    I then tried activation using my product key for W7 professional original but it didn't accept it and I now have options to go through phone activation or someone to talk to.

    • Do I have to enter my key product new or is once enough?
    • It will work through phone activation and all these numbers or I need to talk to someone?

    Also the phone number in the activation of Windows 7 for the Egypt Assistant seems incorrect (+ 202 3776 4991) and I found another number (+ 202 3539 3333) online, but phone activation does not work and I can't talk to someone now (possibly, as it's a public holiday here, but also the Easter Friday). What is the right number?

    Thanks a lot for any assistance.

    Activation of the phone will be your only option at the moment, you can try the activation center number in the United Kingdom:

    You probably won't be able to do so until Monday or Tuesday from its currently the Easter holidays in most parts of the world.

    (44) (203) 147 4930

    (0) (800) 018 8354

  • Windows 7 Activation issues

    I have a windows 7 enterprise desktop pc will not be enabled. the computer can be activated in the lab computer, but when I take it on the user's desktop and the connection to windows 7, it is disabled. I swapped three times desktop computers and hard drives, reimagee also three different times and also used the names of different computers on the pc and in active directory. What the hell is happening.

    Hi John,.

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums.

    http://social.technet.Microsoft.com/forums/Windows/en-us/home?category=w7itpro&filter=AllTypes&sort=lastpostdesc

    It will be useful.

Maybe you are looking for

  • HP 15-AB031TX: upgrade the OS and recovery

    I purchased the above model from Amazon, and it was delivered to me yesterday. Here are my questions: I'm eligible for upgrade to Windows 10?If I switch to Windows 10, will be the recovery partition that was created by default, become redundant?Where

  • Equium does not start after Exchange VGA and motherboard

    Greetings.I have a satellite that were replaced VGA & mainboard, but it does not start. There power correctly and power & switch are turned on but there is no image on the LCD or external. HDD led flashes but nothing more. I tried a different CPU and

  • Virtual scrolling in PC2007 problem

    I'm under Virtual PC 2007 on a laptop Dell Inspiron 1545 with Windows 7 as the main operating system. In Virtual PC, I'm under Windows 98SE, so that I can run a few old games SSI (Panzer General 2, general of the Pacific). The problem I have in the g

  • Pavilion dv7, upgrade memory with faster modules

    Hello PC10666 memory modules can be used to upgrade Pavilion dv7 3170em (WC152EA)? It is currently 2x2gb modules clocked at 533 MHz, will replace the two modules. I intend to replace them with KINGSTON ValueRAM or Transcend JM1333KSN - 4G 4 GB at 667

  • Kodak EasyShare LS753 software for vista

    I recently had to put a new hard drive, now I have problems installation software for my Koday Easyshare 753 camera, I installed 6.2 software I have, but it does not recognize my camera, the software will be installed.  I tried the repair, still do n