How to config the proxy of Bpel process manager(with password)

HI, i met the quetion as below
The The Oracle BPEL Process Designer & Manager server is installed on my computer in domin of my company, so if One of the BPEL processes deployed on the BPEL server needs to access a synchronous Web service hosted outside the firewall .i need to config the proxy, but the proxy of my company needs my ID and password to access outside . after I congfig the proxy
option of designer and build the Process, there will be pop-up a dialog box and ask for my ID & password .But how i config the proxy of Bpel process manager?? I read the tecnote about HTTP Proxy Configuration and config the proxy in the obsetenv.bat ,but it seems has no information about my ID&password in obsetenv.bat.
The question is How can i let the Bpel process manager know my proxy and ID&password ?? pls help me ,thx!

I have set these value in obsetenv.bat as follows, and I restart the Bpel manager server and designer.
but the same issue still occur:
set OB_JAVA_PROPERTIES="-Djavax.wsdl.factory.WSDLFactory=oracle.j2ee.ws.wsdl.factory.WSDLFactoryImpl" "-Dhttp.proxySet=true" "-Dhttp.proxyHost=pxysha" "-Dhttp.proxyPort=8080" "-Dhttp.proxyUser=oocldm\hanfi" "-Dhttp.proxyPassword=123456" "-Dhttp.nonProxyHosts=localhost".
At the same time, I have set proxy server in bpel designer of eclipse, after I build the process,it can works well(which display BUILD SUCCESSFUL), but the bpel server display error message as below :
Exception Name:
Failed to read wsdl
Exception Description:
Error happened when reading wsdl at "C:\orabpel\domains\default\tmp\.bpel_TerraFlow_1.0.jar\TerraServiceRef.wsdl", because "WSDLException: faultCode=PARSER_ERROR: Error reading file: Server returned HTTP response code: 407 for URL: http://terraserver.microsoft.com/TerraService.asmx?WSDL".
what happen ?

Similar Messages

  • How to install Oracle BPEL Process Manager with the BEA WebLogic

    Hi ,
    I will install Oracle BPEL Process Manager with BEA WebLogic 9.2(MP2). I have download orabpel_10133_WebLogic.zip ,then Modify the following mandatory installation properties in the orabpel_10133_WebLogic\bpelDomain.properties file:
    # BEA_HOME is the path where Weblogic is Installed
    BEA_HOME=/opt/bea
    # JAVA_HOME is the path of jdk folder inside your weblogic
    JAVA_HOME=/opt/bea/jrockit90_150_10
    # DOMAIN_HOME is the path where you wish to create your domain called BPELDomain
    DOMAIN_HOME=/opt/bea/user_projects/domains
    # APPS_HOME is the path where you wish to copy your applications and adapters that are required for oracleBPELServer
    APPS_HOME=/opt/bea/user_projects/apps
    # BEA_HOME is the path where BPEL PM is Installed
    BPEL_HOME=/home/oracle/bpel/product/10.1.3.1/OraBPEL_1/bpel
    # DRIVER_TYPE is the datasource class that installable use to create a datasources for oracleBPELServer
    DRIVER_TYPE=oracle.jdbc.xa.client.OracleXADataSource
    # DB_URL is the url to connect to orabpel schema
    DB_URL=jdbc:oracle:thin:@16.157.134.17:1521:orcl
    # DB_USER is the user Id for orabpel shema in database
    DB_USER=ORABPEL
    #DB_PASSWORD is the password for orabpel schema in database
    DB_PASSWORD=bpel
    #BPEL_SERVER_NAME is the server i.e. to be created under BPELDomain
    BPEL_SERVER_NAME=oracleBPELServer
    #PROXY_HOST is the Host name of the proxy server
    PROXY_HOST=www-proxy.us.oracle.com
    #PROXY_HOST=
    #PROXY_PORT is the Port where the proxy server is running
    PROXY_PORT=80
    #PROXY_PORT=
    #NON_PROXY_HOST is the list of non proxy hosts that are divided by a | symbol
    #NON_PROXY_HOST=*.oracle.com|*.oraclecorp.com|localhost|127.0.0.1|stbbn10|stbbn10.us.oracle.com
    NON_PROXY_HOST=*.oracle.com|*.oraclecorp.com|localhost|127.0.0.1|stbbn10|stbbn10.us.oracle.com|16.157.134.135
    When I run the setup.sh , it will report
    BUILD FAILED
    /opt/software/WL_Installables/build.xml:131: Traceback (innermost last):
    File "./wl_scripts/bpelDomain.py", line 22, in ?
    File "./wl_scripts/createGroupsAndUsers.py", line 4, in ?
    weblogic.management.utils.AlreadyExistsException: [Security:090267]Group BpelGroup
    Actully ,there is no BpelGroup in Weblogic. Does anybody know how to solve it ?

    MAke sure you have not set ANY environment variable related to Oracle / BEA / Java / LD_library path. Use the following script to unset / set the initial settings:
    #!/bin/sh
    unset ORACLE_BASE ORACLE_HOME ORACLE_SID ORACLE_TERM
    unset LD_LIBRARY_PATH LD_LIBRARY_PATH_64
    unset CLASSPATH JAVA_HOME
    export PATH=.:/usr/sbin:/usr/bin:/usr/local/bin:/opt/VRTS/bin
    export BEA_HOME=/appl/oracle/products/9.2/weblogic
    Marc
    http://orasoa.blogspot.com

  • Integration of BPEL Process Manager with Oracle Plociy Automation(OPA)

    Hi,
    Can any one tell me how to integrate the BPEL Process Manager with Oracle Plociy Automation(OPA).

    Hi,
    Can any one tell me how to integrate the BPEL Process Manager with Oracle Plociy Automation(OPA).

  • Can I use Oracle BPEL process manager with other AS and DB

    Can we user oracle bpel process manager with jboss application server and postgresql database.. is it possible..
    and what will be the price.. per licencse when i go to just purchase Oracle BPEL process manager

    MAke sure you have not set ANY environment variable related to Oracle / BEA / Java / LD_library path. Use the following script to unset / set the initial settings:
    #!/bin/sh
    unset ORACLE_BASE ORACLE_HOME ORACLE_SID ORACLE_TERM
    unset LD_LIBRARY_PATH LD_LIBRARY_PATH_64
    unset CLASSPATH JAVA_HOME
    export PATH=.:/usr/sbin:/usr/bin:/usr/local/bin:/opt/VRTS/bin
    export BEA_HOME=/appl/oracle/products/9.2/weblogic
    Marc
    http://orasoa.blogspot.com

  • How to create a proxy of BPEL process(to initiate it) in Jdeveloper 11G

    Hi All,
    I am badly stuck in creating proxy of BPEL process developed in Jdeveloper 10G. It was working fine in 10G. But in 11G I am not able to do it. Even creating a
    JAX-RPC mapping file is disabled in 11G. So could any one help me out. Even I want to know is there any other process to initiate a BPEL process from 11G. It's very URGENT
    so please help me out.
    Thanks in Advance.

    Hi,
    JDeveloper 11g had four technology preview releases (they came with OC4J instead of WebLogic) before production, TP4 is the forth, and SOA components came with it (not out-of-the-box, but had to be installed) including BPEL engine.
    Start from here , there is a metalink note no. 565899.1 where you can find the instructions for installing SOA on JDeveloper 11g TP4.
    So, you need to:
    - download and install [JDeveloper 11g TP4|http://www.oracle.com/technology/software/products/jdev/htdocs/soft11tp.html]
    - install SOA on it (instructions on metalink)
    I used JDeveloper 11g R1 for my application because TP4 had some bugs when working with asynchronous web services.
    Ask away if you have any problems.
    Pedja

  • How to enable https in Oracle BPEL Process Manager 10.1.2

    Hi,
    I have a few security related questions surrounding BPEL process manager.
    1. Does the BPEL engine have the capability to invoke a web service using https (HTTP over SSL)? Does it automatically do that if partner link URI starts with https:// ?
    2. If not, what needs to be done to enable accessing a https based web service?
    Thanks,
    Vidya

    Eric,
    I had applied the steps specified in the URL and modified the files default-web-site.xml, secure-web-site.xml and server.xml in directory Ora_Home\j2ee\home\config. Able to invoke the application deployed in Ora_Home\j2ee\home\applications successfully using https.
    For securing BPEL process I had followed the same steps by modifying files default-web-site.xml, secure-web-site.xml and server.xml in directory Ora_Home\j2ee\OC4J_BPEL\config. While invoking the BPEL Processes using https protocol I am facing error “HTTP 500 - Internal server error”, after the security alert popup.
    Do I need to do any other configurations for securing BPEL processes deployed in Ora_Home\integration\orabpel\domains\default\deploy directory?
    Please assist me on this.
    Thanks,
    Vidya

  • How to configure JBoss for Oracle BPEL Process Manager

    an any body tell me , how to configure JBoss4.0.5 for Oracle BPEL Process Manager?

    http://download.oracle.com/docs/cd/E10291_01/doc.1013/e10538/toc.htm

  • Setup BPEL Process Manager with OID

    I followed all the instructions provided by the Content Services Custom BPEL workflow to setup BPEL with OID but I have The error "Identity Service cannot find user" while log in to http://fr101sv0226.corp.tpnet.intra:9700/integration/worklistapp/Login
    I have configured :
    1)
    [oracle@fr101sv0226 orabpel]$ more ./system/services/config/is_config.xml
    <BPMIdentityServiceConfig xmlns="http://www.oracle.com/pcbpel/identityservice/isconfig">
    <provider providerType="JAZN" name="oid">
    <connection url="ldap://fr101sv0226.corp.tpnet.intra:389" binddn="cn=orcladmin" password="CLxKPM04EzA=" encrypted="true">
    <pool initsize="2" maxsize="25" prefsize="10" timeout="300000"/>
    </connection>
    </provider>
    </BPMIdentityServiceConfig>
    2)[oracle@fr101sv0226 orabpel]$ more ./system/appserver/oc4j/j2ee/home/config/jazn.xml
    <?xml version = '1.0' encoding = 'UTF-8' standalone = 'yes'?>
    <!DOCTYPE jazn PUBLIC "JAZN Config" "http://xmlns.oracle.com/ias/dtds/jazn-9_04.dtd">
    <jazn provider="LDAP" location="ldap://fr101sv0226.corp.tpnet.intra:389">
    <property name="ldap.cache.session.enable" value="false"/>
    <property name="ldap.cache.realm.enable" value="false"/>
    <property name="ldap.user" value="cn=orcladmin"/>
    <property name="ldap.password" value="{903}q/BL01wZ0UsS9H+PIN25ih4tlPcSWaLm"/>
    <property name="ldap.cache.policy.enable" value="false"/>
    </jazn>
    (password value was "!password"
    3)oracle@fr101sv0226 orabpel]$ more ./system/appserver/oc4j/j2ee/home/application-deployments/hw_services/orion-application.xml
    <?xml version="1.0"?>
    <!DOCTYPE orion-application PUBLIC "-//ORACLE//DTD OC4J Application runtime 9.04//EN" "http://xmlns.oracle.com/ias/dtds/orion-application
    -9_04.dtd">
    <orion-application deployment-version="10.1.2.0.0" default-data-source="jdbc/OracleDS" treat-zero-as-null="true">
    <ejb-module remote="false" path="hw_services.war" />
    <web-module id="testconnection" path="testconnection.war" />
    <web-module id="deploy" path="deploy.war" />
    <web-module id="worklistxpress" path="worklistxpress.war" />
    <web-module id="hw_services" path="hw_services.war" />
    <persistence path="persistence" />
    <principals path="principals.xml" />
    <!--jazn provider="XML" location="jazn-data.xml" /-->
    <jazn provider="LDAP" location="ldap://fr101sv0226.corp.tpnet.intra:389" >
    <property name="ldap.cache.session.enable" value="false" />
    <property name="ldap.cache.realm.enable" value="false" />
    <property name="ldap.user" value="cn=orcladmin" />
    <property name="ldap.password" value="!sv0226" />
    <property name="ldap.cache.policy.enable" value="false" />
    </jazn>
    (the password has not beend encrypted for this file???)
    Please Help....
    Thanks
    JO

    Hi JO,
    Can you confirm the following:
    That the 10.1.2.0.0 Application Server instance to which you installed BPEL was configured with the same Oracle Internet Directory that is used by Content Services (you would have had an option during AS install to specify OID integration - aka Identity Management access).
    Note - that the OID Server must also be running on both SSL and non SSL Ports.
    The bpel integration documentation has been revised since the 10.1.1 release.
    As per the OC4J J2EE Security Guide, one should not need to specify full OID jazn provider information should the IAS instance be associated with Identity Management.
    Thus, you should now be able to set the following revised values in the various configuration files:
    $ORACLE_HOME/j2ee/OC4J_BPEL/config/jazn.xml
    <jazn provider="LDAP" />
    $ORACLE_HOME/integration/orabpel/system/appserver/oc4j/j2ee/home/config/jazn.xml
    <jazn provider="LDAP" />
    Also, the orion-application.xml file should not need to be changed at all, as it should inherit the jazn information from the container’s default JAZN configuration specified in $ORACLE_HOME/j2ee/OC4J_BPEL/config/jazn.xml
    To summarize:
    1) $ORACLE_HOME/j2ee/OC4J_BPEL/application/deployments/hw_services/orion-application.xml should not need to be modified.
    2) $ORACLE_HOME/j2ee/OC4J_BPEL/config/jazn.xml and $ORACLE_HOME/integration/orabpel/system/appserver/oc4j/j2ee/home/config/jazn.xml should contain a jazn entry <jazn provider=”LDAP”/>
    The steps for configuring Identity Service Provider (is_config.xml) are correct. However it should not noted that due to limitations with BPEL’s OIDIdentityService and OIDProvider classes, there is no way of setting up ssl connectivity in is_config.xml – this however has no effect on the workflows.
    thanks,
    Matt

  • TORCH 9800 " How to stop the DATA Wiping due to Problems with Password Input "

    PHONE  TYPE:    
    Torch 9800 (1256)
    PROBLEM: 
    On Friday, April 5th ... after several attempts of inputting my screen password I was constantly told by the 9800  that the wrong password was being attempted; which I know I did input the right PW . [ I believe that one key pertaining to the PW string is faulty and therefore not accepting the right character ] . When I had suffered prior password issues after several attempts the 9800 indicated on the screen that I would be locked out for 15 minutes until I could attempt again. This time after attempting what I believe was 9 times I suffered a  "OMG"  (Oh My God) situation where-in I believe the screen indicated to me that information would be erased; at that point I saw a progressive bar appear on the screen with the word "WIPING"  and I immediately opened the back of the phone and removed the battery to stop the wipe at 40%.
    One hour+ later I inserted the battery back into the 9800 and once again the data wipe bar appeared on the screen and I pulled the battery to halt the wipe at 20%.
    I went to the Blackberry Official web site and sought out any solutions to stopping the data wipe in the Torch 9800 manuals and other service areas and there was no mention of the data wipe. I sought out other web sites for solutions and there was none... I also referenced   a number of Black Berry forums and found that there where mentions of the same issue I was experiencing BUT no solutions.
    I then pulled my sim card and inserted it into another Torch 9800  I maintain as a backup and when I went to my Mac Book Pro to connect the alternate 9800  and transfer data to it from the Blackbery desktop manager I was told their was a system failure. I attempted several times to in the dialogue box to copy data and settings from another device and again a system failure appeared. I again went to BB Torch Forums and found out that there have been a number of issues with Apple Macs and back up and transfers of data to Torch 9800 .
    On Saturday I contacted Telstra Mobile Technical support and was connected to a Black Berry technical solution specialist who after referring to their BB manual and speaking to colleagues informed me that they saw NO work around solution.
    I am therefore appealing to Blackberry wisemen & women to inform me if there is a solution to either obtain my backup data from my Mac and or to halt the Torch 9800 from wiping out my data if I have been able to pull the battery from the device. I have been user of Blackberry devices from the pagers of 1999 and have owned and operated over 14 BBs since along with my wife who is now on her first.
    I am looking forward to your reply.
    Removed personal information to comply withCommunity GuidelinesandTerms and Conditions of Use.
    Professor Kenneth Morgan

    Hi canadagoose
    Welcome to BlackBerry Support Forums
    Sorry to hear that you're experincing such issues !
    canadagoose wrote:
    When I had suffered prior password issues after several attempts the 9800 indicated on the screen that I would be locked out for 15 minutes until I could attempt again. 
    But this situation happens when you enter wrong password for your BlackBerry ID , but not with device password that a user set in his device :
    KB24157 : BlackBerry ID lockout behaviour .
    As you're an old user as you mentioned in your post , I think you will agree that BlackBerry are the most secure devices available , if we enter wrong password to many times ( By default 10 times ) then it will initiate a wipe process , which you cannot stop my any mean. 
    Sorry to say but there is no way or any workaround available to stop a device wipe after it is initiated .
    Reading your backup issue , have you ever done a full backup or a custom backup which atleast include your address book ! If you have it then after a wipe you can restore it from those backup files.
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • BPEL Process Manager Generated WSDL

    We are working on an ant build framework for a Oracle SOA Suite 10.1.3.3.0 project, consisting of a main BPEL process that is synchronously calling another BPEL process via an ESB. This second process uses the same ESB to call back the original process.
    This of course leads to a circular deployment dependency, where the ESB requires both BPEL WSDLs before it can be deployed, and each BPEL process needs a WSDL for the ESB endpoint to be deployed.
    We are attempting to short circuit this dependency by deploying a web application registry for the WSDLs in question, but this presents us with a further problem. The WSDLs used to communicate with the BPEL processes and ESB are not the project WSDLs, but appear to actually be describing web service wrappers generated on the application server side. In order to use the proposed web registry, we would need to be able to predictably generate these WSDLs (or at least representative versions).
    In our example it looks like a case of generating binding and service elements and merging them with the BPEL project WSDL , but we do not feel that it is safe to assume anything about this behaviour and would prefer some kind of documentation to inform our decision.
    So, a couple of questions:
    1) Can anyone provide documentation and/or description of how the required web service endpoints are generated by the application server/BPEL process manager?
    2) Alternatively, is there a better way of avoiding or dealing with the aforementioned circular dependency?
    Thankyou

    I was wondering too what would be a could solution for the "circular dependency" situation.
    In my current project we will build some mockup-bpels(just for the interface) for the time being.

  • Problem installing BPEL Process Manager 10.1.3.1.0

    Hi,
    I'm new to BPEL. I downloaded BPEL Process Manager 10.1.3.1.0 for OC4J for Windows. After the download while doing the Oracle Universal Installer I selected "BPEL Process Manager for OracleAS Middle Tier"
    I get the following error:
    BPEL Process Manager for OracleAS Middle Tier will run on top of a supported Oracle Applications Server 10.1.3.0 J2EE Server and Web Server OR J2EE Server instance. This location does not contain this instance. Please refer to the Installation Guide for supported versions. Please select a new Oracle Home that contains a supported instance.
    Can anyone please let me know what could be the issue.
    Thanks
    -Prapoorna

    Hi,
    I'm new to BPEL. I downloaded BPEL Process Manager
    10.1.3.1.0 for OC4J for Windows. After the download
    while doing the Oracle Universal Installer I selected
    "BPEL Process Manager for OracleAS Middle Tier" You would select the above installation option only if you already have an OracleAS Middle Tier - and it would then install BPEL PM into the same ORACLE_HOME.
    The below error message is telling you the same. You have one of two options:
    1. install Oracle AS midtier first and then redo the above install of the BPEL PM
    2. select the standalone option (not the midtier option)
    HTH
    >
    I get the following error:
    BPEL Process Manager for OracleAS Middle Tier will
    run on top of a supported Oracle Applications Server
    10.1.3.0 J2EE Server and Web Server OR J2EE Server
    instance. This location does not contain this
    instance. Please refer to the Installation Guide for
    supported versions. Please select a new Oracle Home
    that contains a supported instance.
    Can anyone please let me know what could be the
    issue.
    Thanks
    -Prapoorna

  • Bpel process manager server failed thru JDEV-10.1.3.4

    All,
    soa Version: 10.1.3.4
    I created application server successfully, but when i try to create integration server from jdev I got the error as bpel process manager server failed. I checked my DB is up, as some blog says hw_services should be up(i made it up), but still I couldn't create the integration server!!
    What could be the other issues?
    thanks
    sen

    Hi',
    When you are making the Integration server connection in Jdev, in step 2 use port 80, it is by default 8080, this worked for me before, give it a try.
    -Yatan

  • Installation of "Oracle BPEL Process Manager" (newbie)

    Hello,
    I need to evaluate the "Oracle BPEL Process Manager" for a seminar at my university.
    I am completely new to the BPEL topic and I need some help installing the "BPEL Process Manage".
    1) I downloaded the file "Oracle BPEL Process Manager (10.1.3.1.0)" for x86 Windows. 340 MB ; filename: "soa_windows_x86_bpel_101310.zip"
    2) In the Install Guide of that package it says there are two installation scenarios:
    ■ Scenario 1: Oracle BPEL Process Manager with Oracle SOA Suite
    ■ Scenario 2: Oracle BPEL Process Manager for OracleAS Middle Tier
    I think the best and easiest (and smallest?) for me is the first one "with Oracle SOA Suite". But the Guide I have is only for the second Scenario.
    It says the first one would be explained in the guide "Oracle Application Server 10g Release 3 (10.1.3.1.0) Installation Guide", but there's nothing said about BPEL ! ??
    Do I have to download the complete "Oracle SOA Suite 10g (10.1.3.x)" ?!
    Or can I just try to execute the setup of my "Oracle BPEL Process Manager (10.1.3.1.0)" without a guide?
    I'm really confused here and help would be much appreciated.
    regards

    545515 wrote:
    Anirudh Pucha wrote:
    This is the simplest for you for small demos/testcases : http://download.oracle.com/docs/cd/B31017_01/win.1013/install/basic_install.htm#BABCHEJI
    that segment will lead for installatoin of the SOA with the datbase Lite. Can Lite database work for the tutorals or cause problems for the SOA 10.1.3.4 upgrade etc?? I guess there may be scripts built not for the lite db in the examples and the upgrade.Question, what would be the Lite database name? I have loaded SOA 10.1.3.1 with Olite. Now try to upgrade it to SOA 10.1.3.4.
    the part of the upgrade is to run the upgrade scritps. Since the db is lite, we have to use msql via jdbc connection. But I have no idea what's the db name created under 10.1.3.1. Checked ORACLE_HOME/install/readme, there seem no such info. it could be the instance name in the readme. But had it tried, no work.

  • Server name, port from OSB proxy and BPEL processes

    How do I read the server name, port and any other server related information from OSB proxy and BPEL processes?

    http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/BEA_WebLogic/Q_24480613.html
    ObjectName service = new ObjectName("com.bea:Name=RuntimeService,Type=weblogic.management.mbeanservers.runtime.RuntimeServiceMBean");
    InitialContext ctx = new InitialContext();
    MBeanServer server = (MBeanServer)ctx.lookup("java:comp/env/jmx/runtime");
    ObjectName rt = (ObjectName)server.getAttribute(service,"ServerRuntime");
    System.out.println("Server Name : "+server.getAttribute(rt,"Name"));
    System.out.println("Server Address : "+server.getAttribute(rt,"ListenAddress"));
    System.out.println("Server Port : "+server.getAttribute(rt,"ListenPort"));
    ctx.close();
    By the way, it tool 10 seconds on google ...

  • How to config the user and role in the runtime for executing in the GP?....

    Hi Experts,
    I am learning GP(Guided processor)according the document
    http://help.sap.com/saphelp_nw70/helpdata/en/44/0d5b8f250d5cfae10000000a155369/frameset.htmneed.
    I meet two question when I learn the GP.
    The first:
    This document don't tell me how to config the member framework of the company.  After I design the GP, I have to config the user and role in the runtime for executing. I hope I can use the WDA(webdynpro for java or webdynpro for java) to implement to config the user for executing in the runtime. Thus, the customer don't config the user when runing the GP. But I don't know how to do this.
    I need a document guide step by step to tell me how to do this.
    The second:
    If I use the workflow in the GP, I have to install and config the NWDI(Netweaver Development Infrastructure). Now I have installed the NWDI, but I don't know config it so that I can download it to my machine for develop the workfolw in the GP.
    Do you give me some hints? Thanks a lot.
    Thank a lot.
    Best regards,
    tao

    Hi, Mithu,
    Thanks a lot for your help in advance.
    I have carefully read the document: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6b66d7ea-0c01-0010-14af-b3ee523210b5.
    Now, I think I have to set the processor of every actions in every process if I use the GP for processing the workflow.
    I am better to hope that I can set the processor to the role for every actions in every process in the runtime through get the organizational structure in the WDA(webdynpro for java or webdynpro for java). Thus, the customer don't set the processor to the role for every action in every process when runing in the GP.   I don't know how to do this. 
    Whether the function is not supported in the GP? If so, I have to config two organizational structure: in the R/3 and in the Portal. I don't think our customer don't receipt this solution.
    Do you give me some hints? Thanks a lot.  My email: [email protected]
    Thanks again.
    Thanks & Regards,
    Tao

Maybe you are looking for

  • Report for vendor Purchase order

    Hi my Client requirement is when they enter PO.no,or by any means, they must get the report of Open Quantity, posted GR quantity, finally invoiced quantity of PO. Do we have any Std, in SAP ??? regards imran

  • Installation of Premiere Elements 12 does not complete

    I received Premiere Elements for Christmas and have spent a few sessions trying to install it on my Windows PC. All of the files are loaded into program files and the installation is completed, but when I go to run the actual program, it cannot start

  • Query with parameter

    SELECT     OCRD.CardCode AS 'Supplier Code', OCRD.CardName AS 'Supplier Name', OITM.ItemCode AS 'Item Code', OITM.ItemName AS ' Item Description',                       OPOR.DocNum AS 'P.O. No', POR1.Quantity AS 'PO Qty', OPOR.DocDueDate AS 'Due Date

  • Weblogic Admin server 10.1mp3 migration to 12c over windows

    Hi , The admin server is currently with 10.0mp3 over windows 2008 server .This needs migration to 12c over another windows server The admin server is associated with MachineA & there are 3 managed weblogic servers over machineB .Can anyone suggest wh

  • URL rewriting - rewriting the url to be pretty no possible?

    HI, I'm trying to rewrite a url for an Oracle portal site, in the following manner, eg: www.xyz.com/portal/page/portal/contact-us => www.xyz.com/contact-us I've been able to do the passing through, so that www.xyz.com/contact-us links through to the