Problems While Publishing a Service in Service Registry

Hi folks,
while I was following the diffrent steps that were described in this blog:
/people/bv.pillai/blog/2007/09/18/configuring-publishing-enterprise-services-from-sap-business-suite-system-into-nwce-netweaver-composition-environment-services-registry
i´ve get an error.
After execute the trx a pop up window asking me the mndt user and pass of the '/ESRegistryWS/BasicAuthConfig' path. I ´ve insert the user and pass of the administrator´s account in the CE. is that ok? .
I get this error Msg.
"Exception raised during physical system publication. Code : '10150'"
Can anyone help me with this problem please?
Thanks for all.
Diego.
Thanks for all,
Diego.

Lei Ji, you can do what Mohd Tauseef told me.
try to change the ServiceRegistry Logical Port
In NetWeaver Administrator under SOA Management _Business Administration _Web Services Administration
Client Proxy Name: ServicesRegistrySi
Authentication: User name/password
Role: SERVICES_REGISTRY_READ_WRITE
have you done it? this is the only role that i used in CE.
Greatings.
Diego.

Similar Messages

  • Getting Problem while publishing Problem while publishing java.lang.IllegalArgumentExcep

    getting Problem while publishing Problem while publishing java.lang.IllegalArgumentExcep while deploying persistance with ejb sample application into cloud. can any one please tell me why i am getting this?

    Hi Goutham,
    I am facing the same issue. Please let me know how you have resolved it.

  • Problem while testing a ABAP Web Service

    Hello,
    I'm facing a problem while testing a webservice for the BAPI BUPA_CENTRAL_GET_DETAIL. I have opened the Web Service Home page, and I get no error. I fill in the input values and then when I send the request, I get back an error which says "Authority check failed"
    Urgent help needed..
    Thanx,
    Anupama

    you need s_service and s_object authorization objects in your role.
    its explained in this document
    section 3.1 on page 7
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/92d80512-0a01-0010-32a3-cd3735bd9275
    Regards
    Raja

  • Problem while publishing the models - it is taking much time

    Hi,
    I am facing one issue while publishing the models.Previously when Re-publishing the models in Configurator processing pending publications usually took 3 to 5 minutes per model. Currently it is taking 15-20 minutes per model to process. Please suggest me the possiblities to identify the root cause of the issue.
    Thanks in advance.
    Regards,
    Purushoth

    You'll probably want to gather a trace for the Process a Single Publication concurrent request. You can turn this on by selecting ' enable trace' on the program definition. You'll need your dba to review the trace to identify which parts of the program are taking the longest.
    If you haven't run CZ Purge for awhile, try running it. Also find out how often stats are gathered for the CZ schema.
    Thanks,
    Jason

  • Problem while publishing the service

    Hi,
    I have installed the SAP netweaver Trail sP1 Preview JAVA EE server.
    I have also installed the Preview _Dev Studio.
    The Application server is up and running fine
    http://<hostname>:50100/
    I followed the
    "Web Services Testing and SAP NetWeaver Application Server, Java EE 5 Edition"
    arcticle written by Mamoon Yunus.
    I could create the web service as mentioned in the document.
    But when i try to publich it it fails it gives aerror message "Publishing failed".
    One thing which i noticed is the Webservice is try to published on http://<hostname>:50000/ and thats the reason i think the publishing fails.
    How can i chage the port number form 50000 to 50100.
    What ahsould be steps followed form developer studio
    Best Regards
    Manoj

    Hi Vladimir,
    Thanks for the help.
    I could test the webservcie with the SOAPSonar tool and it worked fine.
    Only one thing i would like to address
    is that the p;ublishing of the webservice on the SAP server was very slow.
    For almost 3 hours the dialog was showing  "publishing.......".
    Then finally i cancelled it and i got a message that service was deployed sucessfully.
    I had the windows 2003 server m/c with 1GB RAM on whihc both the SAP server and netweaver studio was running.
    Can this be the problem of slow publishing
    Best Regards
    Manoj

  • Jdeveloper 11g R2 problem when publishing PL\SQL Web Service

    Hi Guys,
    I have been banging my head against the wall for the past few days trying to publish pl\sql package as a web service on a weblogic 10.3 but I keep running into the same problem.
    PL\SQL Package Source below
    create type dept_type as object
    (deptno NUMBER,
    dname VARCHAR2(50),
    loc varchar2(13),
    cr_date date)
    create type dept_list_table is table of dept_type
    purge recyclebin;
    create or replace package ws_package as
    procedure test_dept_table (pout out dept_list_table);
    end ws_package;
    show errors;
    create or replace package body ws_package as
    procedure test_dept_table (pout out dept_list_table) is
    all_depts dept_list_table := dept_list_table();
    dRecType dept_type;
    i number := 0;
    begin
    -- iterate through all depts
    for r_list in (select * from dept) loop
    i := i + 1;
    dRecType := dept_type(null, null, null, null);
    dRecType.deptno := r_list.deptno;
    dRecType.dname := r_list.dname;
    dRecType.loc := r_list.loc_id;
    dRecType.cr_date := sysdate;
    pout.extend;
    pout(i) := dRecType;
    end loop;
    end test_dept_table;
    end ws_package;
    show errors;
    I go and create PL\SQL Web Service using default settings in Jdeveloper 11g R2 but when I try and test this page I get the following response:
    Failed to invoke end component servqa.MyWebService1User (POJO), operation=testDeptTable -> Failed to invoke method -> java.sql.SQLException: ORA-06550: line 1, column 13: PLS-00306: wrong number or types of arguments in call to 'TEST_DEPT_TABLE' ORA-06550: line 1, column 7: PL/SQL: Statement ignored
    Anyone have any idea what the problem may be? Your help would be much appreceated!
    Bojan

    Hi Frank,
    I think the problem is in any procedure that has a COMPLEX TYPE as OUT parameter. So even if you strip down the procedure to just do nothing I still get the error as described in my top post. Passing complex parameters as IN parameter work fine its only when I have procedure with complex out when it errors. I also tried function that returns object parameter and that works fine too so not sure why this doesnt?
    create or replace package body ws_package as
    procedure test_dept_table (pout out dept_list_table) is
    begin
    -- iterate through all depts
    for r_list in (select * from dept) loop
    i := i + 1;
    end loop;
    end test_dept_table;
    end ws_package;
    Not sure if I am meant to do anything extra before I generate Web Service using JDeveloper if my procedure has got PL\SQL types as OUT parameters but as far as I know JDeveloper should do all the type conversions for you??
    Thanks
    Bojan

  • Problem to publish my azure cloud service

    Hello,
    my goal is to deploy an exe on a web service then create a http client (c++) that uses that service. First I began with this tutorial
    http://azure.microsoft.com/en-us/documentation/articles/cloud-services-dotnet-get-started/ then I use this one to run my exe in the worker role
    http://www.codeproject.com/Articles/331425/Running-an-EXE-in-a-WebRole-on-Windows-Azure.
    I was able to run my app on localhost. The worker role excecute the .exe I deployed and the output of my exe are settled in document folder. The problem is when I publish my app, the exe do not work!!!
    any suggestions please?
    thanks.

    Hi sir,
    Thanks for your post.
    Something need to confirm:
    1.Did you add some library into your project?
    Non .NET EXE : C, C++, etc. If CPP EXE we need to add CPP runtime libraries like
    msvcp100.dll, msvcr100.dll.
    2.Did you try to debug your project on cloud service?
    You could debug your cloud service on your local, please refer to this tutorials(http://msdn.microsoft.com/en-us/library/azure/ff683670.aspx ). I think you could share error information
    via debug your project for the future support.
    Thanks & Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Problem while testing a BAPI Web Service

    i face this problem in web service bapi when i am carrying out the test... so can anyone help me???
    HTTP/1.1 500 Internal Server Error
    Set-Cookie: <value is hidden>
    content-type: text/xml; charset=utf-8
    content-length: 803
    sap-srt_id: 20080610/144609/v1.00_final_6.40/DD36B8E7DE44B5F19BA900145E6770F3
    server: SAP Web Application Server (1.0;700)
    <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"><soap-env:Body><soap-env:Fault><faultcode>soap-env:Client</faultcode><faultstring xml:lang="en">Deserialisation failed</faultstring><detail><n0:SimpleTransformationFault xmlns:n0="http://www.sap.com/transformation-templates"><MainName>/1BCDWB/WSS0080610064309718000</MainName><ProgName>/1BCDWB/WSS0080610064309718000</ProgName><Line>128 </Line><Valid>X</Valid><ReferenceFault><DescriptionText>Error accessing the ref. node 'EMPLOYEENUMBER'</DescriptionText><RefName>EMPLOYEENUMBER</RefName></ReferenceFault><Caller><Class>CL_SRG_RFC_PROXY_CONTEXT</Class><Method>IF_SXML_PART~DECODE</Method><Positions>1 </Positions></Caller></n0:SimpleTransformationFault></detail></soap-env:Fault></soap-env:Body></soap-env:Envelope>

    There is SAP Note no. 830340 addressing this issue.
    https://websmp106.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=830340&_NLANG=E
    Pl try to apply that SupportPack and let us know the results after that.
    Also pl reward points as appropriate.

  • Handshaking problem while invoking a secured web service

    Hi,
    I have developed a web service. I made my WLS 7.0 secured, using SSL. Also
    I made the
    my web service accessible only by https protocol. Also I configured the WLS SSL
    to have one
    way SSL. The problem is I am not able to access this web service using a swing
    client, It throws
    an exception saying some Handshaking exception. This problem occured only when
    I made
    the web service secured (https).
    Has anybody faced this problem ever?.
    For one way SSL do I need to supply any certificate file or PEM file from the
    client to the
    server?.
    Thanks,
    Anish

    Hi Anish,
    No, in this case the client is checking the cert provided by the
    server. Have you tried the flag
    -Dweblogic.webservice.client.ssl.strictcertchecking=false on the client
    side?
    Also take a look at the entry by Michael Jouravlev, on SSL "how to"
    http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.developer.interest.webservices&item=1910&utag=
    Have you gone through the simpleSSL example:
    http://webservice.bea.com/simpleSSL.zip
    HTHs,
    Bruce
    Anish wrote:
    >
    Hi,
    I have developed a web service. I made my WLS 7.0 secured, using SSL. Also
    I made the
    my web service accessible only by https protocol. Also I configured the WLS SSL
    to have one
    way SSL. The problem is I am not able to access this web service using a swing
    client, It throws
    an exception saying some Handshaking exception. This problem occured only when
    I made
    the web service secured (https).
    Has anybody faced this problem ever?.
    For one way SSL do I need to supply any certificate file or PEM file from the
    client to the
    server?.
    Thanks,
    Anish

  • Problem while attaching file to create service notification(IW51) iView

    Hi,
    We are using Create Service Notification (IW51) transaction iView (SAP GUI for HTML) in one of our portal workset.
    Few users are facing issue while trying to attach file to the Service Notification. When they open the file dialogue to attach the file
    it keeps on spinning and hangs, nothing proceeds further. Does anyone faced similar issue if so can you provide solution for this?
    Regards,
    Abhiram.

    Hi,
    Check the users experiencing issues java runtime on their systems. The file system object uses the JRE. Also check that if the java runtime is up-to-date and of teh same version whose systems are working, that their browser security setting as well as trusted sites have been configured correctly.

  • Problem while creating followup to a Service Request

    Hi,
    I am trying to create a followUp to a service request. The problem is, it is not displaying all the followup transactions in popup. When I checked the configuration "Copy Control for Business Transactions", I am able to see more than I see in the popup.
    Could you please let me know, why I am unable to see all the transactions in the popup.
    Thanks,
    Sandeep

    Hi Maggie,
    I checked it. CRM WEB CLIENT is assigned for all the transaction types. In my copy control I manitained around 10 transactions.
    when I cliked on create follow-up, 5 transaction types I am able to see in popup. But other 5, I am not able to. not sure why.
    Thanks,
    Sandeep

  • Problem while starting the Oracle homeProcessManager service

    Hello world
    My machine got shut down abruptly following which , the above service is not starting. The startup type is set to automatic. When I try to start it, it says Service could not be started because it dint respond to the controller in a timely fashion.
    Help me :-(
    Regards
    Shantanu Dhanuka

    ipm.log :
    07/05/08 17:25:49 [4] Create pm state directory: D:\shantanu\OHS\oracle\product\10.2.0\db\opmn\logs\states
    07/05/08 17:25:49 [4] PM state file does not exist: D:\shantanu\OHS\oracle\product\10.2.0\db\opmn\logs\states\.opmndat
    07/05/08 17:25:49 [4] OPMN server ready. Request handling enabled.
    07/05/08 17:25:52 [4] Request 2 Started. Command: start
    07/05/08 17:25:52 [4] Starting Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1699020801:0)
    07/05/08 17:25:55 [4] Process Alive: HTTP_Server~HTTP_Server~HTTP_Server~1 (1699020801:5524)
    07/05/08 17:25:55 [4] Request 2 Completed. Command: start
    07/05/09 09:35:27 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (1699020801:5524) [The connection SSL receive timed out]
    07/05/09 17:18:55 [4] Request 4 Started. Command: stop
    07/05/09 17:18:55 [4] Stopping Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1699020801:5524)
    07/05/09 17:19:30 [4] Process Stopped: HTTP_Server~HTTP_Server~HTTP_Server~1 (1699020801:5524)
    07/05/09 17:19:30 [4] Request 4 Completed. Command: stop
    07/05/09 17:20:26 [4] Request 6 Started. Command: start
    07/05/09 17:20:26 [4] Starting Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1699020802:0)
    07/05/09 17:20:29 [4] Process Alive: HTTP_Server~HTTP_Server~HTTP_Server~1 (1699020802:7192)
    07/05/09 17:20:29 [4] Request 6 Completed. Command: start
    services.log :
    07/05/25 10:23:05 Start
    Service timeout while waiting for OPMN to start.
    07/05/25 10:33:50 Start
    Service timeout while waiting for OPMN to start.
    07/05/25 10:45:19 Start
    Service timeout while waiting for OPMN to start.
    07/05/25 10:58:03 Start
    Service timeout while waiting for OPMN to start.
    07/05/25 11:04:59 Start
    Service timeout while waiting for OPMN to start.
    07/05/25 11:16:24 Start
    Service timeout while waiting for OPMN to start.
    07/05/25 11:24:44 Start
    Service timeout while waiting for OPMN to start.
    07/05/25 11:55:52 Start
    Service timeout while waiting for OPMN to start.
    07/05/25 12:41:57 Start
    Service timeout while waiting for OPMN to start.
    07/05/25 13:00:57 Start
    Service timeout while waiting for OPMN to start.
    Any thoughts?

  • Problem while configuring email system in service desk message

    Hi all,
    I have configured my soution manager service desk for sending emails to the key user when the message status changes from New to In process.Now i want that a mail should go to the message processor when the message is assigned to him.For that i will have to define a new action but the issue is which smart form do i need to assign to that action.
    Regards
    Praveen

    Hi Praveen
    I am also doing Service Desk config. Can u please tell me how u configured External system. I was able to send messages internally. but from Other systems in landscape i am not able to. I f u have any document from end to end please send me.
    Points will be awarded for the solution.
    Rajesh

  • Problem while connecting to remote corba service

    Hi, all.
    I'm new to Tuxedo/CORBA and want to run sample application. I follow all the instructions and everything's fine when I'm looking for local machine:
    Tobj_Bootstrap bootstrap(v_orb.in(), "");
    but when I'm lookin for remote service
    Tobj_Bootstrap bootstrap(v_orb.in(), "/ /MYHOST:2500");
    than running
    simple_client -ORBid BEA_IIOP
    I'm getting
    Can't connect to the domain : IDL:beasys.com/Tobj/InvalidDomain:1.0
    What went wrong? How can I use corba service on remote machine?\
    Thanks, Oleg.
    [att1.html]

    Hello, Peter.
    1. yes, my ubb-file contains ISL server listening process on
    file://MYHOST:2500 <file://MYHOST:2500>
    2. yes, ISL process booted successfully.
    3. yes, there's a ping to MYHOST.
    Here's my ubb file:
    *RESOURCES                              
    IPCKEY 55432
    DOMAINID simpapp
    MASTER SITE1
    MODEL SHM
    LDBAL N
    *MACHINES                              
    "MYHOST"
    LMID = SITE1
    APPDIR = "D:\bea\tuxedo8.0\samples\corba\simpapp"
    TUXCONFIG =
    "D:\bea\tuxedo8.0\samples\corba\simpapp\results\tuxconfig"
    TUXDIR = "d:\bea\tuxedo8.0"
    MAXWSCLIENTS = 10
    *GROUPS                                
    SYS_GRP
    LMID = SITE1
    GRPNO = 1
    APP_GRP
    LMID = SITE1
    GRPNO = 2
    *SERVERS                               
    DEFAULT:
    RESTART = Y
    MAXGEN = 5
    TMSYSEVT
    SRVGRP = SYS_GRP
    SRVID = 1
    TMFFNAME
    SRVGRP = SYS_GRP
    SRVID = 2
    CLOPT = "-A -- -N -M"
    TMFFNAME
    SRVGRP = SYS_GRP
    SRVID = 3
    CLOPT = "-A -- -N"
    TMFFNAME
    SRVGRP = SYS_GRP
    SRVID = 4
    CLOPT = "-A -- -F"
    simple_server
    SRVGRP = APP_GRP
    SRVID = 1
    RESTART = N
    ISL
    SRVGRP = SYS_GRP
    SRVID = 5
    CLOPT = "-A -- -n file://MYHOST:2500 <file://MYHOST:2500> "
    *SERVICES                              
    This file is not modyfied than one, proposed by the sample.
    Everything is perfect as long as I pass empty string to bootstrap object
    constructor. But when I try to pass file://MYHOST:2500
    <file://MYHOST:2500> to constructor and running
    simple_client -ORBid BEA_IIOP
    - I'm getting exception:
    Can't connect to the domain : IDL:beasys.com/Tobj/InvalidDomain:1.0
    Maybe I should do smth specific in order to listen to network
    connections?
    Thanks, Oleg.
    "Peter Holditch" <[email protected]> wrote in message news:[email protected]...
    Oleg,
    3 thoughts...
    Does your ubbconfig contain an ISL server listening on //MYHOST:2500?
    Did the ISL boot successfully?
    Is the dns working from the client machine? (can you ping MYHOST, or better telnet MYHOST:2500?)
    I hope that helps!
    Regards,
    Peter.
    Got a Question? Ask BEA at http://askbea.bea.com
    The views expressed in this posting are solely those of the author, and BEA
    Systems, Inc. does not endorse any of these views.
    BEA Systems, Inc. is not responsible for the accuracy or completeness of the
    information provided
    and assumes no duty to correct, expand upon, delete or update any of the
    information contained in this posting.
    Oleg Fainitsky wrote:
    Hi, all.
    I'm new to Tuxedo/CORBA and want to run sample application. I follow all the instructions and everything's fine when I'm looking for local machine:
    Tobj_Bootstrap bootstrap(v_orb.in(), "");
    but when I'm lookin for remote service
    Tobj_Bootstrap bootstrap(v_orb.in(), "/ /MYHOST:2500");
    than running
    simple_client -ORBid BEA_IIOP
    I'm getting
    Can't connect to the domain : IDL:beasys.com/Tobj/InvalidDomain:1.0
    What went wrong? How can I use corba service on remote machine?\
    Thanks, Oleg.
    [att1.html]

  • Problem while Adding the SAP Web service in Visual Studio 2005

    Hi all,
    I have created the web service thru SOAMANAGER.
    Now I am just trying to access that web service in Visual Studio 2005.
    I am not able to access...
    Please give me the procedure , if any body knows.
    -Balajee Jeyaraj.

    - Start Tcode SOAMANAGER
    - Now it depends on your setup, you might have to press "Logon" and.......logon
    - Click tab "Business Administration"
    - Click "Web Service Administration"
    - Choose "Service" for "Search by"
    - Enter a search pattern (E g Z*) and press "Go"
    - Mark the line of your web service
    - Press "Apply Selection"
    - Click the link "Open WSDL document for selected binding"
    - your web browser opens.
    - copy and paste the link into Visual Studio.
    I'm always adding    &wsdl=1.1     at the end of the link.

Maybe you are looking for