Problem in building schema when try to invoke the another BPEL service

Hi all,
Whenever try to Invoke a another BPEL service using the Invoke activiy and Partnerlink, we need to create a variable structure similar to the providing service.
For this I used create Auto Varible option available in the invoke activity. But after creating the variable, I tried to expand the variable for the copy operation, the error iam getting is Problem in building schema.
This error never happened to me before. I have no clue.
Jdev version:10.1.3.3.0
Soa version:10.1.3.3.0
Please help me on this.
Thanks.

Hi Lokesh,
Iam not able to understand what you are trying to say. But my Input variable and Invoke Input variable are compatible, no problem on this. I got some clue from your reply.
Finally I got it worked by doing it in another way.
In my Invoking BPEL Process(ie. BPEL Process is trying to invoke the another BPEL Process using Partnerlink) wsdl I imported the partnerlink BPEL schema and it get solved my problem.
eg) <import namespace="http://xmlns.oracle.com/BpelProcessname" schemaLocation="ParnerLinkBPELSchema.xsd"/>
This can be usefull for others and I never did this to import the schema manually before, but it works without any errors.
Now only it causing this problem, whether it is any Jdeveloper issue.
And i tryed this using Jdev version 10.1.3.4.0, but still the same exception.
This workaround will usefull for others.
Thanks for your reply.
bye.....

Similar Messages

  • HT201406 I pod-touch touchscreen does not respond, when try to slide the slidder to turn unlock the device it won't respond

    Hello,
    please help. when try to slide the slidder to turn onlock it won;t respond.

    Try:
    - A reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory settings/new iPod
    If still problem that indicates a hardware problem and an appointment at the Genius Bar of an Apple store.

  • Good night recently my iphone 4s was exchanged for a new one because was defective and was in warranty. the problem is that now I try to use the same apple id on itunes and applications while had bought the old iphone does not appear and I think should ap

    good night recently my iphone 4s was exchanged for a new one because was defective and was in warranty. the problem is that now I try to use the same apple id on itunes and applications while had bought the old iphone does not appear and I think should appear. Can someone help?

    ?

  • Graphic card problem maybe? Since when I have changed the hard drive to my macbook pro and I installed all the new softwares, my mac is very slow and the screen gives crazy pictures,could maybe be the graphic card, does anybody have experienced this?

    Graphic card problem maybe? Since when I have changed the hard drive to my macbook pro and I installed all the new softwares, my mac is very slow and the screen gives crazy pictures,could maybe be the graphic card, does anybody have experienced this?

    after a restart it works for a time, but always slow. I went to the Applestore this afternoon and the made a check and said it would be the logicboard and they would have to change it for CHF 600 and it would be ready in 10 - 15 days

  • I have problem with my mic when i make call the others cannot hear me but the mic is ok

    i have problem with my mic when i make call the others cannot hear me but the mic is ok i checked it out and it works dont know what to do help me !!

    Hello Sabbir Khan,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/ts2802
    Can't hear through the receiver or through speaker, and can't be heard
    iPhone: Can't hear through the receiver or speakers
    http://support.apple.com/kb/TS1630
    Best of luck,
    Mario

  • Wheni try to use the VHScrCap as video the Adobe flash media live encoder 3.2 just closes?

    Wheni try to use the VHScrCap as video the Adobe flash media live encoder 3.2 just closes?
    how do i fix this?

    Moving the discussion to Flash Media Forum.
    Regards,
    Anit Kumar

  • Problem when try to get the next refresh date of a materialized view

    I have a materialized view set to auto refresh(e.g hourly), I need to query this date and display in the report. I create a procedure which return the NEXT_DATE from the ALL_REFRESH_CHILDREN table, the procedure and the view all in schema HK3XDDB.
    If I login as sys, dba in the sql plus and query the procedure, it return the next date, but if I login as normal user which has permission to execute all procedures, it didn't return anything, so I change ALL_REFRESH_CHILDREN to USER_REFRESH_CHILDREN, still no luck. But the details from the USER_MVIEWS can be returned, just won't return anything in the REFRESH one. How to query the next date out?
    Another strange thing is, if I login as sys dba, it return the next date, but if I use a select next_date into statement in the procedure it will throw a data not found error.
    I stuck here for several hours just can't figure it out, any suggestions are welcome,
    Cheers

    Thank you for the reply. It's same with USER_REFRESH_CHILDREN, I can get the result when I run the procedure in SQL PLUS login as sys dba, but if I run the procedure using normal user which has permission to run any procedure, then nothing return. It might be a permission problem but I just can't figure out why.
    Let me explain in detailed:
    Schema HKXDDB, this schema has procedure TestProcedure, in the procedure, I have two ref cursor return, one is for select * from USER_JOBs (or from USER_REFRESH_CHILDREN, I have tried both), one is for select * From USER_MVIEWS, this schema has the materialized view. User HKDWUser has permission to run any procedures, so when this user run the TestProcedure which is own by HKXDDB, the cursor that select from USER_MVIEWS can return results which are materialized views owned by HKXDDB, but the cursor that select form USER_JOBS or USER_REFRESH_CHILDREN always return no rows.
    Any permission I need to assign to HKDWUSER to get the jobs or fresh group that owned by HKXDDB?
    Cheers

  • Error occured when try to open the BI report from words (template builder)

    Hi,
    After i LogOn into BI Publisher thru words, successful. But when choose a report to open, error returned as "Error occured. Please check the settings and try again."
    My team had do various of testing, try to reinstall the BI publisher desktop, but not able solve the problems. From the forum, someone comment is due to data loaded too large, so we try to put a query which only select single record from a small database, but still same error.
    then we suspect is due to the proxy setting, because once i reset to bypass the proxy, i able to open the report thru words without any error.
    i found this comment from online doc :
    Have set up the proxy parameters (to avoid any firewall problems with the Web Services and RSS data set reports) in the xmlpserverstart.bat file or the oc4j.cmd file as per your installation.
    Modify the following line, which defines JAVA_HOME. (Observe the proxy parameters in bold.):
    •     "%JAVA_HOME%\bin\java" %JVMARGS% -jar -Dhttp.proxyHost= <myproxy.mycompany.com> -Dhttp.proxyPort=<Port> "%OC4J_JAR%" %CMDARGS%
    Restart xmlpserver or oc4j as the case may be.
    but i can't found this xmlpserverstart.bat or oc4j.cmd from server.
    Please comment.
    Thanks
    Regards
    Eelyn

    hi,
    as per you query posted here, please chk ur sql statement what u had written...there may be some problem with that query that is y ur getting the below error.
    "error occured. please check the settings and try again BI publisher"
    regards
    Kanoj

  • Problem connecting to LDAP when commiting configuration to the Data Denter

    Hi,
    I'm fighting with this problem for a while now and can't seem to find a solution, so I'm hpoing anyone here could maybe help me out.
    I'm working on a Suse Enterprise Server 10 Service Pack 2 (64bit) where I want to run AccAD (SP4) on. During installation the install script (AccAD_ENGINE_2_1/sles-10-x86_64/install.pl) complains about "libselinux" and "sendmail", but seems to continue without issues. When I then configure AccAD using the "appliance-config" and select "Commit configuration to Data Center", it seems to work fine too, but after I quit I get the following message:
    # appliance-config
    2009-08-07 14:57:30.464378 LOGIC_Repository_Convertor.cpp:read_repository_from_ldap:140 [pid 32363] (thr 0x2B842610B080) [logic/convertor]:ERROR: Fail to open LDAP target !
    2009-08-07 14:57:30.464815 LOGIC_Repository_Convertor.cpp:read_repository_from_ldap:145 [pid 32363] (thr 0x2B842610B080) [logic/convertor]:ERROR: LDAP server 127.0.0.1, port 389, login cn=Manager,dc=sap_nwad,dc=policy, password admin
    2009-08-07 14:57:30.465042 update_appliance.cpp:main:74 [pid 32363] (thr 0x2B842610B080) [main]:ERROR: Fails to read repository from LDAP
    Going to install the monitor now.
    Skip installing monitor. Mail address is empty.
    Here's a few thing I tried:
    # service slot-0 status
    The system is started.
    # service slot-0 info
    VL-WAN Process Information
    =================================================
    Process Name:        audit
    Process pid:         7636
    Launch Time:         Fri Aug  7 14:18:14 2009
    Recent Terminations: 0
    =================================================
    Process Name:        accounting
    Process pid:         7653
    Launch Time:         Fri Aug  7 14:18:14 2009
    Recent Terminations: 0
    =================================================
    Process Name:        analyzer
    Process pid:         7655
    Launch Time:         Fri Aug  7 14:18:14 2009
    Recent Terminations: 0
    =================================================
    Process Name:        logic_ser
    Process pid:         7661
    Launch Time:         Fri Aug  7 14:18:15 2009
    Recent Terminations: 0
    =================================================
    Process Name:        flow_ser
    Process pid:         7674
    Launch Time:         Fri Aug  7 14:18:16 2009
    Recent Terminations: 0
    # service ldap status
    Checking for service ldap:                                            running
    Oh yes, and of course the obvious one: when i'm in the Portal and try to connect to the AD Engine it says: "Failed to obtain links info from the Server Front End."
    Does anyone have an idea what the problem might be?
    Thanks!
    P.S. sorry for the mess, but there seems to be some kind of formatiing probem with forum post - when I enter the text, everything seems fine ... sorry again!
    Edited by: Parlin Sitanggang on Aug 7, 2009 3:33 PM

    Hi,
    Without seeing the system, this would be hard to figure out. This is what I would do:
    Did you install the SUSE OS with the kickstart file? (autoyast) It is important to do this.
    During the installation of AccAD: did it gave you any warning/error about missing RPM?
    applicance-config: could not save the setting - this would indicate that the LDAP scheme was not setup correctly during the installation
    AccAD Admin UI error: Ensure that the NW Portal can connect directly to the SFE LDAP port but you must 1st fix the previous error 1st
    Suggestion:
      Fix the OS to ensure all AccAD RPMs are on the OS
      uninstall AccAD
      re-install AccAD
      run "appliance-config" and save the result
    Let me know if the suggestion above work for you.
    Edited by: Nghia Nguyen on Sep 14, 2009 6:43 PM

  • JTable Scolls-up itself when try to resize the table-header

    Hi,
    I've written a program which uses JTable with custom editors/renderers.
    The problem is when I scroll down the Table and select the bottom most rows and then try to resize/move the columns, the table itself scroll up to first row.
    even though the previously selected rows get still selected.
    Can anybody help me in this case.
    Thanks in advance,
    logical_new_developer
    Edited by: logical_new_developer on Feb 27, 2008 5:21 PM

    I don't see this problem using the standard renderers and editors.
    So try running without your custom code and then try to isolate the problem in your code.

  • Report hanging (when try to modify the report)

    Post Author: aneel
    CA Forum: WebIntelligence Reporting
    Hi All,
    This becomes a longlosting issue for me Please anyone look into this.
    I have created one report with 6 global and 3 local filters, 12 local variables.
    When I try to modify the webi report it strucks up and keeps on running continuously with out giving any kind of result.
    Please reply anyone !!!!!!!!!

    Post Author: jsanzone
    CA Forum: WebIntelligence Reporting
    Vinl,
    The WebI (and BOE XI server) is not completely tuned out of the box to support multiple data providers and large data sets.  There are tuning parameters that must be set (and which will cause more memory usage, etc, etc) and must be monitored to expand performance in order to resolve unwanted timeouts.  If you are not the administrator, then you'll have to work with him or her (and possibly open a trouble ticket with tech support for more help, if needed).
    The timeout aspect is frustrating.  We have three servers, development, testing, and production.  The development system is totally off-line and not under any security-lockdown influences.  Testing is our pre-stage and was built by our BI team.  And production is in the server farm built by the Sysadmins.  Of the three servers, only the production server suffers from a two-minute WebI timeout (and Infoview timeouts where the report just spins all day without a response, but in WebI at least we get an ugly "error notice" when the two-minute timeout occurs).  We think that some kind of lockdown was performed on our production server that causes the two-minute timeout for an executing report to occur.  On the one hand it keeps us sharp in not building reports that will make the user wait a long time, and to encourage them to schedule a report through scheduler when it will take longer than two minutes to execute.  On the other hand it can be troublesome to maintain a report that takes so long to run in terms of modifications and corrections.  At times I've had to go into the datawarehouse and rename a production table to something else, then create a mini-version of that production table in order to run the report and modify it (all done in the off-hours of course), and then when done modifying the report, delete the mini-version of the production table and rename the off-named production table back to its original name in order to press on.  The things we gotta do to press on with life....  Good luck, and hang in there Vinl.

  • Build error when trying to creat the project from inactive DC..

    Hello Experts,
    When I am trying to create a project from the inactive DC its giving and error message like build failed.When I switch to webdypro prespective I can see the project created.So please help me out in resolving the issue.
    Thanks,
    Harish.

    Hi Harish,
    Are you able to see the code and the components in the Webdynpro perspective. You can try the different options like Reload, Repair and Refresh.
    See in the log why the build is failing.
    Also check this thread:
    JDI:Import an existing DC fails BUILD; Used component not found: javaLib
    May be it helps.
    Regards.
    Rajat

  • HT4108 How do I connect I 4 phone to Satellite model Toshiba Laptop. Tried connecting via normal charging cable into laptop & when try to open the web am advised 'The device has been disconnected or unavailable'. Amaysim is carrier.They have tethered phon

    How do I connect i 4 to Satellite model Toshiba laptop. Tried connecting via cable via normal charging cable. When try yo open web advised 'this device has been disconnected or unavailable' AMAYSIM is carrier & advise they have tethered phone & should work?

    Hi qwerty,
    Dun tink that creative customer support sucks cos I had been dealing with them in the past and I can say that their service are quite gd and fast. If you wanted a refund, I tink you need to contact the store that sells you the product. Dun tink creative will refund you though.

  • I have a problem with Apple store when installing large application: The system crashes. Any suggestion?

    I have a problem with Apple store when installing large application (example xCode): The system crashes.
    It begun with 10.8 usualy with few tries it work but with 4.6 no succes.
    Any suggestion?

    If you have more than one user account, you must be logged in as an administrator to carry out these instructions.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Select the most recent panic log under System Diagnostic Reports. Post the entire contents — the text, please, not a screenshot. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header and body of the report, if it’s present (it may not be.) Please don't post shutdownStall, spin, or hang reports.

  • When try to download the apps, it says my apple id is disabled. How to enable it?

    When I try to download the apps, it says my apple Id is disabled, how can I enable It again?

    Here's Apple's Official Response on the subject:
    http://support.apple.com/kb/TS2446

Maybe you are looking for

  • Co Code not properly maintained

    I am getting error while creating material . "Company Code XXXX does not exist or has not been properly maintained. I tried setting the fiscal year variant and i even created a purchase org and assigned to co code. My enterprise structure seems to be

  • PR/PO Quantity Aggregation

    Hello! Our MRP Run proposes Purchase Requisitions for materials, for most of the materials we have several PR's being generated. Now, when we convert these PR's into PO's, our purchase order has several line items for the same item with different qua

  • BitWise Operations in java

    hi Guys Can any one help me out in explaining the below program public class Bitwise{ public static void main (String[]args){ int x=12&13; int y=x^6; System.out.println(y I 3) Pls help me with the above program in detail explanation Raghu

  • Displaying a date field as DD/MM/YY

    Hi, I have some reports that I want to display the date in the form of dd/mm/yy, currently it is appearing as dd/mm/yyyy I currently ahve this in the column heading cast(cast("- Account Custom Attributes".DATE_12 as char) as Date) How can I get it to

  • Help, scratch disk problem

    I moved my scratch disk to an external firewire drive. Deleated the old one in my hard drive. Now I can't open FXEHD. It wants to start but it wont open all the way. Can someone help.