Error When generating WSDL in Oracle E - Business Suite R12.1.3

Hi,
I am getting the below error, when I try to generate wsdl in oracle apps r12.1.3 from Integrated SOA gateway,
Service Provider Access resulted in exception 'oracle.apps.fnd.soa.util.SOAException: ServiceGenerationError: ServiceGenerationError: Error in Service GenerationJ2T-120, ERROR: Illegal option "-plsqlname=objectid" ignored' when attempting to perform 'GENERATE'. Please view Service Provider logs for more details
Pl do share your views and solutions to fix.
Thanks & Regards,
Aswin

Hi Yury,
Pl Make sure that you have applied all the mandatory patches for your R12 version
as mentioned in metalink note :
"Installing Oracle E-Business Suite Integrated SOA Gateway, Release 12 (Doc ID 556540.1)"
IF applied and still you are facing issues, proceed with below steps
Edit the following file with the password that you have in DB with clear text for ASADMIN as "!MyPassw0rd" - Please note the "!" before the real password.
$ORA_CONFIG_HOME/10.1.3/j2ee/oafm/config/system-jazn-data.xml
The password can be verified as:
select fnd_web_sec.validate_login('ASADMIN','MyPassw0rd') from dual;
If password is not known the change the password as:
       1. Log on to Oracle E-Business Suite using sysadmin/sysadmin.
         2. Select the User Management responsibility in the Navigator.
         3. Click the Users link from the navigation menu to open the User Maintenance window.
         4. Locate 'ASADMIN' user by entering information in the search area to retrieve the 'ASADMIN' user.
         5. Click the Update icon next to the ASADMIN user to open the Update User window.
         6. Remove the Active To date field and click Apply.
         7. Click the Reset Password icon next to the ASADMIN user to open the Reset Password window.
         8. Enter new password twice and click Submit.
Restart the OAFM
cd $ADMIN_SCRIPTS_HOME
./adoafmctl.sh stop
./adoafmctl.sh start
./adoacorectl.sh stop
./adoacorectl.sh start
Then check the status by:
./adopmnctl.sh status
Now test the SOA Gateway page again:
http://<Host>:<Port>/webservices/SOAProvider/?testquery
and it should return "TEST RESPONSE".
Now try to Generate and deploy the WSDL
-- It should work fine!
Regards,
Aswin
(8056168602)

Similar Messages

  • ProcessRemoteException when invoke  webservice from Oracle E-Business Suite

    Hi,when i invoke webservice from Oracle E-Business Suite R12.1 – Integrated SOA Gateway’s
    I get following exception.
    fuego.soaptype.SoapExecutionException
    at fuego.soaptype.SoapCall.processRemoteException(SoapCall.java\:750)
    at fuego.soaptype.SoapCall.invoke(SoapCall.java:238)
    at fuego.soaptype.SoapObject.invoke(SoapObject.java:309)
    at fuego.lang.Invokeable.invokeImpl(Invokeable.java:234)
    at fuego.lang.Invokeable.invokeDynamic(Invokeable.java:188)
    at xobject.Fuego__AutoGen__Screenflows__.__SubmitReport.initializeReport(__SubmitReport.xcdl:30)
    at.......
    this webserivce has been deployed and granted. and I can test it with soapUI.
    my code:
    configuration as Configuration = Configuration("FND_PROGRAM_Service");
    endpoint as HttpEndpoint=HttpEndpoint("http://ep066020.bscdev.net:8002/webservices/SOAProvider/plsql/fnd_program/");
    endpoint.setUsername("sysadmin");
    endpoint.setPassword("sysadmin");
    configuration.endpoint = endpoint;
    usernameTokenPlain as UsernameTokenProfileSecurityPolicy=UsernameTokenProfileSecurityPolicy("sysadmin","sysadmin");
    usernameTokenPlain.usernameTokenPasswordType = UsernameTokenPasswordType.PASSWORD_TEXT;
    policies as SecurityPolicy[];
    policies[]=usernameTokenPlain;
    configuration.securityPolicies = policies;
    service as FND_PROGRAM_Service= FND_PROGRAM_Service(configuration)
    sh as SoaHeader = SoaHeader();
    sh.namespace="";
    sh.responsibilityApplName="SYSADMIN"
    sh.responsibilityName="System Administrator"
    sh.securityGroupName="STANDARD"
    sh.nlsLanguage="AMERICAN"
    pam as InputParameters9 = InputParameters9()
    result as OutputParameters
    pam.application="SQLGL";
    pam.executableshortname="ENABLED"
    do
    logMessage "333333333333333";
    executableexists service
    using header = sh,
    body = pam
    returning result = bodyOutput (throw exception)
    logMessage "2222222222222";
    reportSF.description=String.valueOf(result.fndprogram24executableexists)
    reportSF.comments="11111111111";
    on ex as Any
         logMessage "aaaaaaaaaaaa"+ex
    end

    I've encounter something similar to you're problem and it was resolved by manually creating the object using the web service constructor and inputting user credentials. If you manually instantiate your web service wrapper object and set a a security profile token, it may solve your problem. You can also pass in the web service endPoint URL, if you want.
    Fuego.WebServices.UsernameTokenProfileSecurityPolicy
    I'm not sure how to use UsernameTokenProfileSecurityPolicy, but try something like this:
    Fuego.WebServices.UsernameTokenProfileSecurityPolicy policy = UsernameTokenProfileSecurityPolicy();
    policy.username ="mark";
    policy.password = "password";
    tws = YourWebService();
    response = tws.callWebServiceMethod();
    I realize the security profile isn't tied anywhere to the web service, but try it anyway.
    There is also some fields on the webservice, tws.setRequestHeader() that may allow you to set the username and password on the request, but this doesn't make sense to me. It shouldn't be that hard.
    Edited by: Mark Peterson on Mar 19, 2010 9:14 AM
    Edited by: Mark Peterson on Mar 19, 2010 9:20 AM

  • Is there any consideration when upgrading RDBMS of Oracle E-business suite?

    Hi everybody,
    I want to know if there is any difference when upgrading RDBMS of Oracle E-business suite compared to alone Oracle RDBMS.
    What are considerations?
    Thank you all,
    Arash

    Yes - you need to follow special instructions available in My Oracle Support. You may also need to apply extra patches pre- or post-upgrade.
    As examples, see these MOS Docs
    Interoperability Notes Oracle EBS 11i with Oracle Database 11gR2 (11.2.0.2)          (Doc ID 881505.1)
    Interoperability Notes EBS R12 with Database 11gR2          (Doc ID 1058763.1)
    HTH
    Srini

  • After Installing Oracle E-Business Suite R12.1.1 on Windows

    After I Install Oracle E-Business Suite R12.1.1 on Windows
    how can i shutdown the application and the database correctly
    i used the script in
    oracle\PROD\inst\apps\PROD_TEST\admin\scripts\adstpall.cmd apps/apps to stop the application
    and the script
    oracle\PROD\db\tech_st\11.1.0\appsutil\scripts\PROD_TEST\addbctl.cmd stop immediate to stop the database
    and the script
    oracle\PROD\inst\apps\PROD_TEST\admin\scripts\adstrtal.cmd apps/apps to start the application
    and the script
    oracle\PROD\db\tech_st\11.1.0\appsutil\scripts\PROD_TEST\addlnctl.cmd stop prod to start the database
    but it gives me echo off and didn't work at all
    can anyone help me plz it's very important
    Ahmed

    Hi,
    I got the echo off when i trying to start the database and the application using the scripts, Please post the message you get here when your run the scripts (along with the scripts).
    i tried to start them in from (Control Panel > Administrative Tools > Services), but they didn't startDid not start what? What is the error? Check the event viewer for details.
    please can you tell me the excat steps to start the databse, database listner and the application ?The steps are just like what you have mentioned in your post (I have also mentioned it in my previous reply).
    Regards,
    Hussein

  • How to disable direct forms access in Oracle E-Business Suite R12.1.3

    @Hussein Sawwan
    Hi Hussein,
    I don't know if I have well formulated the title of this discussion. But I will try to explain.
    I have a problem on my TEST Oracle E-Business Suite R12.1.3 instance. After login into the homepage, some forms automatically start opening. I don't know why, last week the system was working fine. This TEST instance is used by users to train themselves.
    How can I make sure that the forms are opening only when someone clicks on them? I don't want the forms to be popping out automatically after someone logs in.
    Thanks in advance.
    Clamarion.

    Hi Clamarion,
    Login as those users and check the preferences, or you can check the value from the backend (through FND_USER_PREFERENCES table).
    About "Applications Start Page" profile option (Doc ID 729375.1)
    https://forums.oracle.com/thread/940401
    Thanks,
    Hussein

  • Oracle E-Business Suite R12: E-Business Essentials(1Z0-204) still beta?

    Hi Guyz
    Well i want to know if the exam "Oracle E-Business Suite R12: E-Business Essentials(1Z0-204)" still beta? currently i am thinking to start certification on oracle Apps.
    But i think R12 is still beta? 11i certification still available.
    So its better to go for beta exam instead of 11i certification? Moreover one need to repeat(when exam nomore beta) the exam if he/she already beta certified?
    Regards
    Hasan

    Well i checked the link u provided. On the link following is mentioned
    "Oracle Certification Beta Exam numbers begin with "1Z1"; Oracle Certification Production Exam numbers begin with "1Z0". Both versions of the exam have the same suffix. For example, a beta version of an exam may be 1Z1-512. The production version of this exam will be 1Z0-512."
    So it means Oracle E-Business Suite R12: E-Business Essentials(1Z0-204) is not beta exam anymore?
    Regards
    Hasan

  • Oracle E-Business Suite R12 Financial Implementation in Group of Company

    Hi All Dears
    I am going to implementation of Oracle E-Business Suite R12 Financial in Group of Company. The company has at least 10 different lines of businesses and all are run in single country. I was a financial 11i implementer and involved in 2 single organization structure implementation and both are telecommunication industry. But Now I am going involve MRD sector R12 implementation. It will be great if any body can share organization structure and chart of account structure for a group of company implementation then I will be very help for me.
    I am in very trouble. Please help me. My client wants to generate report like
    Corporate -> Line of Business -> Company -> Units -> Department -> Cost Center -> Location -> Accounts -> Projects
    where Unit will be intercompany.
    Thanks
    Makshud.
    Edited by: mmrahman on Feb 10, 2010 3:44 PM

    1. Which Files should I download for the complete installation for practise and learning purposes, because I see a string of them?Download Oracle E-Business Suite R12 CDs for your OS (from the first CD till the CD before the Documentation CD).
    Product Pack: E-Business Suite
    Platform: Microsoft Windows (32-bit)
    Oracle E-Business Suite Release 12.1.1 Media Pack for Microsoft Windows (32-bit)
    From: Oracle E-Business Suite Release 12.1.1 Rapid Install Start Here (Part 1 of 4), Part Number: B53824-01 Part 1 of 4
    To: Oracle E-Business Suite Release 12.1.1 for Microsoft Windows (32-bit) Rapid Install APPL_TOP - Disk 2 (Part 2 of 2), Part Number: V15677-01 Part 2 of 2
    2. What are the installation instructions if you have a pentium 4, OS-Windows XP Sp3, and a 1.5GB RAM?Oracle E-Business Suite Installation Guide: Using Rapid Install
    http://docs.oracle.com/cd/B53825_08/current/acrobat/121oaig.pdf
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit) [ID 761567.1]
    I would appreciate it if anyone helps me with a detailed procedure on the installation. Moreso,
    3. I kindly ask for any documentated material that can help in this regard?Please see the links/docs referenced above.
    Also, please see Oracle E-Business Suite R12 Installation Steps on Windows XP
    4. How to study Oracle Financial R12 effectively?R12 Docs
    http://docs.oracle.com/cd/B53825_08/current/html/docset.html
    https://forums.oracle.com/forums/search.jspa?threadID=&q=R12+AND+Study&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    5. Lastly. I need information on how to purchase tutorials for one of the e-business suite self study materials?http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=3
    Thanks,
    Hussein

  • Does Oracle E-business suite R12 use bind variables?

    Hello,
    We have Oracle E-business suite R12 and database 10.2.0.3.
    I was just wondering does E-business suite R12 use bind variables?
    We have recently purchased Toad and Spotlight, in Spotlight we keep getting an alarm raised for Parse SQL requests (Library cache latches alert) When I've researched into this the recommendation is to try to improve the use of bind variables within your application.
    Please could someone help me answer this?
    Thank you
    Sarah

    Hi,
    I was just wondering does E-business suite R12 use bind variables? Yes it uses bind variables. You can trace a concurrent program and get the tkprof to check it.
    We have recently purchased Toad and Spotlight, in Spotlight we keep getting an alarm raised for Parse SQL requests (Library cache latches alert) When I've researched into this the recommendation is to try to improve the use of bind variables within your application.You can not make every conc. program or sql use bind variables. Some times it is not possible so.
    Thanks

  • Steps for integrating oracle E-business suite R12.1.3 with 11g OID.

    Hi All,
    Can anyone please let me know the Metalink document ID/Steps for integrating oracle E-business suite R12.1.3 with 11g OID.
    Thanks,
    Dinesh.

    Dineshkumar wrote:
    Hi All,
    Can anyone please let me know the Metalink document ID/Steps for integrating oracle E-business suite R12.1.3 with 11g OID.
    Thanks,
    Dinesh.Please refer to the following docs/links.
    Using Oracle Internet Directory 11gR1 Patchset 4 (11.1.1.5.0) and Single Sign-on with Oracle E-Business Suite [ID 1286596.1]
    Integrating Oracle E-Business Suite Release 12 with Oracle Access Manager 11gR1 (11.1.1.5) using Oracle E-Business Suite AccessGate [ID 1309013.1]
    https://blogs.oracle.com/stevenChan/entry/oracle_access_manager_11_11
    https://blogs.oracle.com/stevenChan/entry/why_does_ebs_integration_with
    Thanks,
    Hussein

  • Oracle e-Business Suite R12 installation

    Greetings!!
    I'm in the process of downloading the Oracle E-business Suite R12 software on Delivery Cloud. What I'm not so sure of is..
    1. Which Files should I download for the complete installation for practise and learning purposes, because I see a string of them?
    2. What are the installation instructions if you have a pentium 4, OS-Windows XP Sp3, and a 1.5GB RAM?
    I would appreciate it if anyone helps me with a detailed procedure on the installation. Moreso,
    3. I kindly ask for any documentated material that can help in this regard?
    and
    4. How to study Oracle Financial R12 effectively?
    5. Lastly. I need information on how to purchase tutorials for one of the e-business suite self study materials?
    Thank you in advance!!

    1. Which Files should I download for the complete installation for practise and learning purposes, because I see a string of them?Download Oracle E-Business Suite R12 CDs for your OS (from the first CD till the CD before the Documentation CD).
    Product Pack: E-Business Suite
    Platform: Microsoft Windows (32-bit)
    Oracle E-Business Suite Release 12.1.1 Media Pack for Microsoft Windows (32-bit)
    From: Oracle E-Business Suite Release 12.1.1 Rapid Install Start Here (Part 1 of 4), Part Number: B53824-01 Part 1 of 4
    To: Oracle E-Business Suite Release 12.1.1 for Microsoft Windows (32-bit) Rapid Install APPL_TOP - Disk 2 (Part 2 of 2), Part Number: V15677-01 Part 2 of 2
    2. What are the installation instructions if you have a pentium 4, OS-Windows XP Sp3, and a 1.5GB RAM?Oracle E-Business Suite Installation Guide: Using Rapid Install
    http://docs.oracle.com/cd/B53825_08/current/acrobat/121oaig.pdf
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit) [ID 761567.1]
    I would appreciate it if anyone helps me with a detailed procedure on the installation. Moreso,
    3. I kindly ask for any documentated material that can help in this regard?Please see the links/docs referenced above.
    Also, please see Oracle E-Business Suite R12 Installation Steps on Windows XP
    4. How to study Oracle Financial R12 effectively?R12 Docs
    http://docs.oracle.com/cd/B53825_08/current/html/docset.html
    https://forums.oracle.com/forums/search.jspa?threadID=&q=R12+AND+Study&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    5. Lastly. I need information on how to purchase tutorials for one of the e-business suite self study materials?http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=3
    Thanks,
    Hussein

  • Starting Discoverer from Oracle E-Business-Suite R12

    Hi!
    At the moment im integrating Oracle Discoverer 10g with Oracle E-Business-Suite R12. (Metalink Note: 373634.1)
    But how do i start Discoverer from E-Business-Suite?
    Is there a spezial responsibility or a spezial link?
    Or do i have to start discoverer as standalone server:port/discoverer/viewer?
    But in this case, how can i connect to the e-business-suite-database?
    Is there any Metalink Note for this? (eg. Using Discoverer 10g with E-Business-Suite R12 Users Guide?)
    Thank you for your help!
    Best regards,
    Thomas

    Hi,
    Check that your ICX Discoverer profiles are set correctly and check Note 278095.1 for how to link to workbook.
    Rod West

  • Oracle e-Business Suite R12 installation Media / Virtual Machine

    Hello
    I am quite new, can anyone help me, from where I can download Oracle e-Business Suite R12 installation Media or Virtual Machine (Windows) for learning purpose.
    Thanks
    Rashid Farooq

    1009307 wrote:
    Hello
    I am quite new, can anyone help me, from where I can download Oracle e-Business Suite R12 installation Media or Virtual Machine (Windows) for learning purpose.hi Rashid
    please see this
    you can download www.edelivery.com
    https://edelivery.oracle.com/EPD/Download/get_form?egroup_aru_number=11250161#pack1
    http://www.appsdba.info/docs/oracle_apps/R12/download_OracleR12_&_Stage.doc.
    Note: 405565.1 - Oracle Applications Release 12 Installation Guidelines
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=405565.1
    Oracle Applications Installation Guide: Using Rapid Install
    http://download.oracle.com/docs/cd/B53825_01/current/acrobat/121oaig.pdf
    You can download EBS from e-Delivery website and install a vision demo database -- https://edelivery.oracle.com/
    Oracle EBS 11i/R12 Docs can be found at http://www.oracle.com/technetwork/documentation/applications-167706.html
    about windows VM please google it
    ;) AppsmAsti ;)
    Sharing is Caring

  • Oracle E-Business Suite R12

    How and where can we download the Oracle E-Business Suite R12? For learning purposes, is this a free download or should we pay anything?
    Edited by: user10864633 on Sep 1, 2010 4:31 AM

    Hi;
    How and where can we download the Oracle E-Business Suite R12? For learning purposes, it this a free download or should we pay anything?You can donwload it from e-delivery site which is avaliable at edelivery.oracle.com/ , you can also rise sr for R12 stage DVD
    You can donwload it freely but the license It is not free please check below:
    EBS Liscence
    Re: EBS Liscence
    Regard
    Helios

  • Oracle E-Business Suite R12 with HACMP

    Hello,
    I'm planning to make a dtsirbuted installation of Oracle E-Business Suite R12 like the flollowing configuration :
    - Node 1:   Web and Forms
    - Node 2 : Concurrent Processing.
    The two nodes NODE1 and NODE2 are going to be in cluster HACMP, if Node1 goes down for example the Web & Forms Services Will be started on Node 2 and vice versa.
    - Node 3 : DB physically clustered with an other Machine Node4(empty).
    I need to know is this a possible architecture in a technical point of view especially for the application? and what are the configurations to perform?
    BR.

    415e7a1a-187e-4d86-a79e-6e29a93468a4 wrote:
    Hey Kamal,
    Were you able to find a solution to this problem?
    I am having same issue with setting up Ebusiness in HACMP. Concurrent Manager doesnt seem to work with virtual node name (service node name/ server IP).
    I have logged a call with IBM Support, so far no progress.
    Appreciate if you can share your experience.
    Please see:
    https://forums.oracle.com/message/11234821
    https://forums.oracle.com/thread/852323
    https://forums.oracle.com/message/3952951
    Thanks,
    Hussein

  • Oracle E-Business Suite R12 ( Performance Monitor )

    Dears,
    We are having Oracle E-Business Suite R12 Multi-node on HP-UX. And we would like start monitor our ERP system performance, so I would like to hear your suggestions on this matter.

    Hi,
    If I consider implementing OEM in our environment what is except cost from implementing this solution. since we have this version.
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production                                     
    CORE    11.2.0.2.0    Production                                                   
    TNS for HPUX: Version 11.2.0.2.0 - Production                              
    NLSRTL Version 11.2.0.2.0 - Production 

Maybe you are looking for

  • "Disk is full" error message

    I get an error message that says "disk is full" when I try to save a photo from Photoshop 7 to my new external hard drive. Running Windows 7.

  • Photo flow object not using thumbnails, only the primary image

    I'm currently evaluating the trial version of this to see if it's something we can tweak to the way we'd like it, and I can't seem to get the object to use the thumbnail views (presumably for the angled views to either side of the centered image).  W

  • Adding another field in PO service.

    Hi,     I work for printing company having SAP Business One 2007 B. In the production department the user require extra field column with the name of No. of Quantity Sheets in Purchase Order Service sheet.    Could u have help me out in this matter.

  • IDOC and RFC importing error

    when i try to import idoc or rfc  iget this kind of error              **Ready for import** Import started... BAPI_COMPANYCODE_GETDETAIL:   + com.sap.aii.ibrep.sbeans.upload.RemoteUploadException: The function module "DD_DOMA_GET" not released for 'r

  • Agent assignment for a task group

    Hi, I have created a TAsk group which has two workflows inside. But when go for the agent assignment for the task group via OOCU tcode, it is not showing the workflows under the task group. Plz let me know wht may be the problem... Thanks, Sivagami