Prob in SLD !

Hi Experts,
   My scenerio is FTP to XI to SQL server.As per available docs in SDN, I hav to make technical system and business system of 3rd party type!.I made 1 but no new SCV. I cannot see the Business System in ID ispite of repeated refresh in sxi_cache and cache_refresh in Java stack.
    I must tell I have kept the following parameters blank.
Related Integration Server:
Group:
Role: application system.
Pls suggest.
I have a FTP server and a SQL server. Do I need to make to seperate Business Systems for the same!
Also

Hi Arnab,
          In this scenario there is two application are involved, one is that File /Ftp system and another SQL Database system.
So each application system we have to create the one Technical system, and create the one business system.
so totally one Technical system for File and another Techinical system for SQL. and One business system for File and another business system for SQL.
Pls check it..
Regard's
Sateesh N.

Similar Messages

  • My apps dance open and close on their own in my IPad 2 what can be the prob? I have already restored

    I got the charger flex or pin changed and now the apps dance on the screen, photos open and zoom in, then out, the other apps open and close. I have already restored the device with Itunes and prob is still there. What can be the problem? Any suggestion will be welcome. Thank you

    THANKS for your prompt reply  Bluetooth is off in my laptop and IPhone.. and in fact the reset is the only thing that can make it back to normal. But for a lil while. I wonder if it is the touch, or the home botton... both things are very expensive to replace, so I wouldn't like to spend $$ and continue having the prob.....

  • A Doubt in Creation of Tech. System for a BW Server in SLD

    Hi Experts,
    I want to access BI Queries in a BW System in VC 7.1.
    When I am trying to create a New Technical System in SLD of CE 7.1 Server, it is giving me the options, to Select the System Types as
    1. AS ABAP
    2. AS Java
    3. Standalone
    4. Third Party
    So, Whether we need to Select the System AS ABAP or we need to Install anyother thing to get a Systems Option as ABAP.
    Also, I read in a SAP Note, That we have to define the System as AS SAP_BW.
    Note: BI Kit is installed in my CE 7.1 Server
    Please help me to solve this issue.
    Thanks in Advance.
    Regards,
    Palani

    Hi Palani,
    you don't need an SLD for configuring Bi connections. Please have a look at
    http://help.sap.com/saphelp_nwce10/helpdata/en/7e/6dbcea3700452195e3bddaa47c5906/frameset.htm
    how to define a BI connection for Visual Composer 7.1
    Best regards
    Hartmut

  • Prob in decode function

    hi iam having prob with the following decode function
    declare
    c varchar2(20);
    begin
    select decode(deptno,
         10, 'accounting',
         20,'Research',
         30 ,'sales',
         40,'operations','UNKNOWN') into c from dept where loc='DALLAS';
    dbms_output.put_line('DEPARTMENT in DALLAS'||c);
    select decode(deptno,
         10, 'accounting',
         20,'Research',
         30 ,'sales',
         40,'operations','UNKNOWN') into c from dept where loc='INDIA';
    dbms_output.put_line('DEPARTMENT IN INDIA'||c);
    end;
    iam getting no_data_found exception which is reasonable..but what happened to 'unknown' clause in decode function.
    thank u
    rajiv

    DECODE only works on rows returned from the database. If there are no rows, DECODE has nothing to work on.
    Consider:
    SQL> SELECT DECODE(dummy, 'X', 'Found a row', 'No row')
      2  FROM dual;
    DECODE(DUMM
    Found a row
    SQL> SELECT DECODE(dummy, 'X', 'Found a row', 'No row')
      2  FROM dual
      3  WHERE 1=2;
    no rows selectedIf you want to have c contain UNKNOWN when there are no rows returned, you need to do something more like:
    DECLARE
    c VARCHAR2(20);
    BEGIN
       BEGIN
          SELECT DECODE(deptno, 10, 'accounting',
                                20,'Research',
                                30 ,'sales',
                                40,'operations','UNKNOWN')
          INTO c
          FROM dept
          WHERE loc='DALLAS';
       EXCEPTION
          c := 'UNKNOWN';
       END;
       DBMS_OUTPUT.Put_Line('DEPARTMENT in DALLAS'||c);
       BEGIN
          SELECT DECODE(deptno, 10, 'accounting',
                                20,'Research',
                                30 ,'sales',
                                40,'operations','UNKNOWN')
          INTO c
          FROM dept
          WHERE loc='INDIA';
       EXCEPTION
          c := 'UNKNOWN';
       END;
       DBMS_OUTPUT.Put_Line('DEPARTMENT IN INDIA'||c);
    END;HTH
    John

  • NWDI in the XI Scenario - SLD

    Experts,
    I have created a track to transport the XI content.
    We have two SLD servers in the landscape. The first is used by XI and contains all the required XI business systems and the second is used only by NWDI and contains only the SC definitions.
    My question-
    DOes the SLD for NWDI need XI system details???? According to my understanding, NWDI needs only the component information from the SLD.
    Bascially, do i need to import the business system data into the SLD that is being used by NWDI???
    thanks,
    Vineeth

    Did a little research and found that the SC information is sufficient for NWDI.

  • ISE 1.2 - Multiple NICs/Load Balancing for DHCP Probe

    Hello guys
    Just prepping an ISE 1.2 patch 8 setup in our organization. I am going for the virtual appliances with multiple NICs. It will be a distributed deployment with 4 x PSNs behind a load balancer and there is no requirement for wireless or guest user at the moment. I've got 2 points I will like to get some guidance on:
    Our DC has a dedicated mgmt network and I plan to IP the gig0 interface of the PANs, MNTs and PSNs from this subnet. All device admin, clustering, config replication, etc will be over this interface. However, RADIUS/probe/other user traffic to the ISE PSNs will be over the gig1 interface which will be addressed from another L3 network. Is this a supported configuration in ISE?
    I intend to use the DHCP probe as part of device profiling and will ideally like to have just an additional ip helper to add to our switch SVI config. Also, it will appear that WLCs can only be configured for 2 DHCP servers for a given network so another consideration for when we bringing our WLAN in scope. We however use ACE load balancers within our DC and from what I have read, they do not support DHCP load balancing. Are there any workarounds to using the DHCP probe with multiple PSNs without having to add each node as an ip helper/DHCP server on the NADs?
    Thanks in advance
    Sayre

    Hello Sayre-
    For Question #1:
    Management is restricted to GigabitEthernet 0 and that cannot be changed so you should be good there
    You can configure Radius and Profiling to be enabled on other interfaces
    Even though you are not using guest services yet, you can dedicate an interface just for that. As a result, you can separate guest traffic completely from your production network
    Take a look at this link for more info:
    http://www.cisco.com/c/en/us/td/docs/security/ise/1-2/installation_guide/ise_ig/ise_app_c-ports.html
    For Question #2
    If you are using a Cisco WLC and running code 7.4 and newer you don't need to mess with the IP helper configurations. 
    The controller can be configured to act as a collector for client profiling and interact with the DHCP thread along with the RADIUS accounting task that is running on the controller. The controller receives a copy of the DHCP request packet sent from the DHCP thread and parses the DHCP packet for two options:
    –Option 12—HostName of the client
    –Option 60—The Vendor Class Identifier
    After this information is gathered from the DHCP_REQUEST packet, a message is formed by the controller with these option fields and is sent to the RADIUS accounting thread, which is in turn transmitted to the ISE in the form of an interim accounting message.
    Both DHCP and HTTP profiling settings are located under the "Advanced" configuration tab in the WLC
    On the other hand, you can also use Anycast for profiling. You can check out some of Cisco Live's sessions for more info on that. Here is one that is from a couple of years (There are more recent ones that are available as well):
    http://www.alcatron.net/Cisco%20Live%202013%20Melbourne/Cisco%20Live%20Content/Security/BRKSEC-3040%20%20Advanced%20ISE%20and%20Secure%20Access%20Deployment.pdf
    I hope this helps!
    Thank you for rating helpful posts!

  • Logical system name in business system (SLD)

    Hi,
    While creating business system in SLD what should give for the logical system name?
    Should the logical system name exists in ABAP stack or the new one?
    Thanks.

    Hi,
    If you are creating the BS for SAP R/3 in SLD means we have to give the LS name which we had in SAP R/3( goto SALE and take the LS from there)
    Goto Assign LS-----take the client which you are using for SAP R/3 and take the LS name assigned to that Client
    Regards
    Seshagiri

  • Problem with business systems in SLD

    Hey guys
    i m doing a IDOC to file scenario and m creating two business systems in SLD
    the first one uses the logical system name of the R/3 server and has been configured as WAS ABAP.
    when i try to create the second one as a third party using the logical system name i defined in BD54(on R/3 server),i get the error sayin that a business system already exist with the logical system name.
    i do have one businees system which is using the same logical system but that has been configured as WAS ABAP.
    cant i assign two different business names to same logical systems?
    thanx
    ahmad
    Message was edited by:
            Ahmad

    Hey
    thanx ,now when i try to use the same business system name for the R/3 server in the second scenaario,i dont see the business system in ID,i did cache refresh,
    also just want to make sure
    i have configured my SLD as under for the first scenario
    created two business system,first one is using the logical system name of the R/3 server configured as WAS ABAP and the second one is configured as third paarty and using the logical system name created in BD54.
    do these setting looks good to u?
    now can i use both these business system in my second IDOC to File scenariio?
    thanx
    ahmad

  • How to create Business Services in SLD

    Hi Experts,
    I'm working on SAP background and wanted to learn SAP-XI.
    I'm interesting to work in XI and for this need your support.
    I installed XI in my PC and wanted to start learning.
    But there are no Business Services (or) Systems configured in the SLD.
    I want to start with a simple FILE to FILE scenario.
    Could anyone please tell me how to create services in SLD and carry on from there.
    Thanks,
    Prajwal

    Hi,
    please look at the bleow links
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/4013f6bb-7ec3-2b10-62b5-e5be01e498f7
    Blogs
    /people/srinivas.vanamala2/blog/2007/02/05/step-by-step-guide-xml-file-2-xml-file-scenario-part-i  - Step by Step Guide: XML File 2 XML File Scenario: Part I
    /people/srinivas.vanamala2/blog/2007/02/05/step-by-step-guide-xml-file-2-xml-file-scenario-part-ii - Step by Step Guide: XML File 2 XML File Scenario: Part 2
    Regards,
    Pradeep A.
    Edited by: Pradeep Amisagadda on Apr 16, 2010 9:39 AM

  • Setting Business Systems in SLD

    Hi,
    In our SLD, we have two different Business Systems associated with the same ABAP Technical System and same client too. One BS is related to one Integration Server (XI) -this BS was imported in SLD- whereas another BS is related to another one (PI).
    When we run a soap interface in XI, we see the request reaches the correct BS (XI BS). However, the response is sent by the PI BS through the XI interface, getting an error.
    We need to have both Business Systems due to we are using the same SLD for XI and PI.
    Any idea?
    Thanks in advance,
    Samantha.

    Hi Luqman,
    Their names are different. Each BS is related to a different Integration Server, but their ABAP TS and client are equal.
    XI interfaces should use the XI BS, whereas PI interfaces should the PI BS, but this is not so.
    Is there any option that selects by default a particular BS in SLD when both BS using the same TS?
    Thanks,
    Samantha.

  • PI 7.11 Post Installation - Template initial SLD configuration ERROR

    Hi All,
    I was installed SAP PI 7.11 on Widows2003 with Max DB  and when i am trying to run the initial SLD confuguration Template we are getting error at 70% as below. An the same ii have tried in different Browsers lke IE8.0, IE6.0 and Firefox
    During the configuration Step: SAP BASIS Product and component.
    ERROR: CIM_ERR_FAILED: HTTP Response Code: 400 Bad Request.
    And i am posting the default trace log.
    "Severity","Date","Time","Message","Category","Location","Application",
    "Error","2010-12-08","16:43:45:296","Warning: validation was turned on but an org.xml.sax.ErrorHandler was not set, which is probably not what is desired.  Parser will use a default ErrorHandler to print the first 10  errors.  Please call the setErrorHandler method to fix this.","System.err","System.err","sap.com/tclmitsamuimainframe~wd",
    "Error","2010-12-08","16:43:45:296","Error: URI = 'null', Line = '2', : Document is invalid: no grammar found.","System.err","System.err","sap.com/tclmitsamuimainframe~wd",
    "Error","2010-12-08","16:43:45:296","Error: URI = 'null', Line = '2', : Document root element 'wsdl:definitions', must match DOCTYPE root 'null'.","System.err","System.err","sap.com/tclmitsamuimainframe~wd",
    "Error","2010-12-08","16:43:45:625","Unexpected exception catched and will be rethrown:","com.sap.ctc.util.pi.services.SystemLandscapeSetup","com.sap.ctc.util.pi.services.SystemLandscapeSetup.maintainInstalledProduct(String productName, String productVersionName, String vendor, String version, String[] componentNames, String componentVersion, String hostName, String systemName)","sap.com/tclmitsamuimainframe~wd",
    "","","","com.sap.sld.api.wbem.exception.CIMCommunicationException: CIM_ERR_FAILED: HTTP response code: 400 Bad Request","","","",
    "","","","[EXCEPTION]","","","",
    "","","","com.sap.sld.api.wbem.exception.CIMCommunicationException: CIM_ERR_FAILED: HTTP response code: 400 Bad Request","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMHttpRequestSender.newCommunicationException(WBEMHttpRequestSender.java:511)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMHttpRequestSender.processResponse(WBEMHttpRequestSender.java:400)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMHttpRequestSender.sendImpl(WBEMHttpRequestSender.java:206)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMHttpRequestSender.retryOnUnsupportedMediaType(WBEMHttpRequestSender.java:585)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMHttpRequestSender.processResponse(WBEMHttpRequestSender.java:396)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMHttpRequestSender.sendImpl(WBEMHttpRequestSender.java:206)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMRequestSender.send(WBEMRequestSender.java:205)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMRequestSender.send(WBEMRequestSender.java:175)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMRequestSender.send(WBEMRequestSender.java:238)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMRequestSender.send(WBEMRequestSender.java:268)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMRemoteClient.sendAndCast(WBEMRemoteClient.java:936)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMRemoteClient.enumerateInstanceNamesImpl(WBEMRemoteClient.java:463)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMAbstractClient.enumerateInstanceNames(WBEMAbstractClient.java:480)","","","",
    "","","","at com.sap.sld.api.std.impl.BaseSystem.getAllInstances(BaseSystem.java:312)","","","",
    "","","","at com.sap.sld.api.std.tech.SLD_ABAPSystem.getABAPSystem(SLD_ABAPSystem.java:661)","","","",
    "","","","at com.sap.ctc.util.pi.services.SystemLandscapeSetup.maintainInstalledProduct(SystemLandscapeSetup.java:280)","","","",
    "","","","at com.sap.ctc.util.pi.services.SystemLandscapeSetup.maintainInstalledProduct(SystemLandscapeSetup.java:1479)","","","",
    "","","","at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)","","","",
    "","","","at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)","","","",
    "","","","at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)","","","",
    "","","","at java.lang.reflect.Method.invoke(Method.java:585)","","","",
    "","","","at com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaMethodExecuter.invoke(JavaMethodExecuter.java:221)","","","",
    "","","","at com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceExecuter.executeService(JavaServiceExecuter.java:98)","","","",
    "","","","at com.sap.tc.lm.ctc.cul.broker.BrokerServiceExecuter.executeService(BrokerServiceExecuter.java:54)","","","",
    "","","","at com.sap.tc.lm.ctc.cul.serviceimpl.executor.CULServiceExecutor.executeService(CULServiceExecutor.java:51)","","","",
    "","","","at com.sap.tc.lm.ctc.cul.serviceimpl.process.InvokeServiceControllerDefault.execute(InvokeServiceControllerDefault.java:170)","","","",
    "","","","at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:233)","","","",
    "","","","at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:233)","","","",
    "","","","at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:233)","","","",
    "","","","at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:233)","","","",
    "","","","at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:233)","","","",
    "","","","at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:233)","","","",
    "","","","at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:233)","","","",
    "","","","at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessExecuter.run(ProcessExecuter.java:158)","","","",
    "","","","at java.lang.Thread.run(Thread.java:725)","","","",
    "Error","2010-12-
    "Error","2010-12-08","16:43:45:625","","com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaMethodExecuter","com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaMethodExecuter","sap.com/tclmitsamuimainframe~wd",
    "Error","2010-12-08","16:43:45:625","Service execution error. Invocation target error when call method maintainInstalledProduct in class com.sap.ctc.util.pi.services.SystemLandscapeSetup of component sap.com/com.sap.xi.ctc.app (error message = CIM_ERR_FAILED: HTTP response code: 400 Bad Request)","com.sap.tc.lm.ctc.cul.serviceimpl.process.InvokeServiceControllerDefault","com.sap.tc.lm.ctc.cul.serviceimpl.process.InvokeServiceControllerDefault","sap.com/tclmitsamuimainframe~wd",
    "","","","[EXCEPTION]","","","",
    "","","","com.sap.tc.lm.ctc.cul.api.CULServiceException: Service execution error. Invocation target error when call method maintainInstalledProduct in class com.sap.ctc.util.pi.services.SystemLandscapeSetup of component sap.com/com.sap.xi.ctc.app (error message = CIM_ERR_FAILED: HTTP response code: 400 Bad Request)","","","",
    "","","","at com.sap.tc.lm.ctc.cul.broker.BrokerServiceExecuter.executeService(BrokerServiceExecuter.java:56)","","","",
    "","","","at com.sap.tc.lm.ctc.cul.serviceimpl.executor.CULServiceExecutor.executeService(CULServiceExecutor.java:51)","","","",
    "","","","at com.sap.tc.lm.ctc.cul.serviceimpl.process.InvokeServiceControllerDefault.execute(InvokeServiceControllerDefault.java:170)","","","",
    "","","","at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:233)","","","",
    "","","","at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:233)","","","",
    "","","","at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:233)","","","",
    "","","","at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:233)","","","",
    "","","","at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:233)","","","",
    "","","","at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:233)","","","",
    "","","","at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:233)","","","",
    "","","","at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessExecuter.run(ProcessExecuter.java:158)","","","",
    "","","","at java.lang.Thread.run(Thread.java:725)","","","",
    "","","","Caused by: com.sap.tc.lm.ctc.provider.javaServiceProvider.exceptions.CPIServiceExecutionException: Service execution error. Invocation target error when call method maintainInstalledProduct in class com.sap.ctc.util.pi.services.SystemLandscapeSetup of component sap.com/com.sap.xi.ctc.app (error message = CIM_ERR_FAILED: HTTP response code: 400 Bad Request)","","","",
    "","","","at com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaMethodExecuter.invoke(JavaMethodExecuter.java:255)","","","",
    "","","","at com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceExecuter.executeService(JavaServiceExecuter.java:98)","","","",
    "","","","at com.sap.tc.lm.ctc.cul.broker.BrokerServiceExecuter.executeService(BrokerServiceExecuter.java:54)","","","",
    "","","","... 11 more","","","",
    "","","","Caused by: java.lang.reflect.InvocationTargetException","","","",
    "","","","at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)","","","",
    "","","","at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)","","","",
    "","","","at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)","","","",
    "","","","at java.lang.reflect.Method.invoke(Method.java:585)","","","",
    "","","","at com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaMethodExecuter.invoke(JavaMethodExecuter.java:221)","","","",
    "","","","... 13 more","","","",
    "","","","Caused by: com.sap.sld.api.wbem.exception.CIMCommunicationException: CIM_ERR_FAILED: HTTP response code: 400 Bad Request","","","",
    "","","","at com.sap.ctc.util.infra.BaseConfig.dispatchException(BaseConfig.java:242)","","","",
    "","","","at com.sap.ctc.util.pi.services.SystemLandscapeSetup.maintainInstalledProduct(SystemLandscapeSetup.java:361)","","","",
    "","","","at com.sap.ctc.util.pi.services.SystemLandscapeSetup.maintainInstalledProduct(SystemLandscapeSetup.java:1479)","","","",
    "","","","... 18 more","","","",
    "","","","Caused by: com.sap.sld.api.wbem.exception.CIMCommunicationException: CIM_ERR_FAILED: HTTP response code: 400 Bad Request","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMHttpRequestSender.newCommunicationException(WBEMHttpRequestSender.java:511)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMHttpRequestSender.processResponse(WBEMHttpRequestSender.java:400)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMHttpRequestSender.sendImpl(WBEMHttpRequestSender.java:206)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMHttpRequestSender.retryOnUnsupportedMediaType(WBEMHttpRequestSender.java:585)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMHttpRequestSender.processResponse(WBEMHttpRequestSender.java:396)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMHttpRequestSender.sendImpl(WBEMHttpRequestSender.java:206)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMRequestSender.send(WBEMRequestSender.java:205)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMRequestSender.send(WBEMRequestSender.java:175)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMRequestSender.send(WBEMRequestSender.java:238)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMRequestSender.send(WBEMRequestSender.java:268)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMRemoteClient.sendAndCast(WBEMRemoteClient.java:936)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMRemoteClient.enumerateInstanceNamesImpl(WBEMRemoteClient.java:463)","","","",
    "","","","at com.sap.sld.api.wbem.client.WBEMAbstractClient.enumerateInstanceNames(WBEMAbstractClient.java:480)","","","",
    "","","","at com.sap.sld.api.std.impl.BaseSystem.getAllInstances(BaseSystem.java:312)","","","",
    "","","","at com.sap.sld.api.std.tech.SLD_ABAPSystem.getABAPSystem(SLD_ABAPSystem.java:661)","","","",
    "","","","at com.sap.ctc.util.pi.services.SystemLandscapeSetup.maintainInstalledProduct(SystemLandscapeSetup.java:280)","","","",
    "","","","... 19 more","","","",
    "Error","2010-12-08","16:43:45:625","","com.sap.tc.lm.ctc.cul.serviceimpl.process.InvokeServiceControllerDefault","com.sap.tc.lm.ctc.cul.serviceimpl.process.InvokeServiceControllerDefault","sap.com/tclmitsamuimainframe~wd",
    Thanks & Regards,
    Sreekanth

    we have installed PI7.11 agian
    thanks

  • PI 7.11 sp5 post install steps - SLD update hangs in IE browser

    Hello gurus,
    This is my first shot at installing PI ever.  We decided to go with PI 7.1 EHP1 and SP5.  I think the latest may be SP6.
    At any rate, we're doing this on AIX 6.1 and Oracle 10.2.0.4.
    I followed the install Guide exactly.  Did the sapinst, oracle and patch. Next, I manually updated the KERNEL, IGS , JVM, Then I updated SPAM, SAP_BASIS, then all the other abap components.  Then did JSPM and all those components.  Everything matches SP5 for PI 7.11
    https://websmp204.sap-ag.de/maintenanceNWPI71
    SAP_ABA     711     0005     SAPKA71105
    SAP_BASIS     711     0005     SAPKB71105
    PI_BASIS     711     0005     SAPK-71105INPIBASIS
    ST-PI     2008_1_710     0003     SAPKITLRE3
    SAP_BW     711     0005     SAPKW71105
    ST-A/PI     01M_BCO710     0001     SAPKITAB8F
    Now I'm doing the post install steps that are in the instguide.  THere are tons of steps, but let me go over the big ones and where I'm having a problem:
    READ ALL THESE NOTES:
    Note 1309239 - Configuration Wizard: PI NetWeaver initial setup
    Note 1286149 - Configuration Wizard: PI Self Test for NetWeaver
    Note 1107808 - Collective Note: Configuration Wizard 7.1
    Note 1286428 - Configuration Wizard: PI Wizard Templates overview
    Note 1115280 - PI CTC: Running SAP NW for PI in a different client
    At this point, based on being at PI 7.11 and SP5, I did the client copy.  from 000 SAP_UCUS to my new 400 client.  Then I did 001 SAP_USER to my new 400 client.
    Then I followed the steps to link the java UME from 001 to 400.  No problem after restarted SAP, it goes to 400.
    Now, the next step as I see it is to run the initial config wizard out of NWA.  I did that, no errors.
    My problem is when I get to updating the SLD.  I started at cimsap 1.5.42 and CRDelta 5.0....
    I updated cimsap to the cimsap51509_1-20005942.zip which took me to 1.6.9
    Next, I tried to import CRDelta51509_1-20005942.ZIP.  I "browse" to find it during the import, but when I click the "IMPORT" button, my browser hangs...
    I don't even get to the next page where it would be one more "warning/info" before I could really start the import.
    I didn't find anything in the work directory or the cluster/server0/log directory.
    I search all through SDN/OSS but could not find anyone who had this problem.
    Where did I mess up?  Are there other config wizards I should have run before I tried to update the SLD? 
    --NICK

    Hey Caio,
    Thanks for the response but it doesn't actually answer my question.  But to that point, for a "basic" PI post install, which of the NWA config tasks would you run other than the "initial config" ?  And would you run them BEFORE you updated the SLD content (cimsap/CRDelta) ?
    NW: PI - AS ABAP (Basic Configuration for Idoc, Proxy): Maintain
    PI Adapter Engine in JPR Mode
    PI Demo Client
    PI Full Qualified Host Name
    PI Self Test for NetWeaver
    PI SLD Self Registration
    Specifically, I did the SAPINST - ABAP/JAVA patches - Client copy - and THEN the initial config wizard (Setup a new local SLD, ).  Also, during the initial config, I clicked the box marked "This SLD will be used as a name server for development" and my PI server hostname was already in the box  marked "object server name".  This config took about 30 minutes.  I didn't see any errors or warnings.  although I didn't view the log.  I did go into Java JEE services and Filter for Services with name "XPI".  All were green.
    THEN I tried to update the SLD content.
    any thoughts appreciated.
    NICK

  • How to push System-Data to the SLD ? NWA 7.11

    How can i push the data from a J2EE-system to the SLD that is connected/configured in the NWA (Destinations) ?
    In older versions of NWA there's being a 'collect and send'-button...
    best regards
    Christoph
    Edited by: Christoph Bastian on Aug 17, 2011 3:46 PM

    Hi,
    Perhaps this link could help:
    http://help.sap.com/saphelp_nwce711/helpdata/en/48/b6847d96655295e10000000a42189b/frameset.htm
    The SLD_DataSupplier and SLD_Client destinations should be set in NWA -> Configuration Management  -> Security Management  -> Destinations
    Next under Configuration Management  -> Infrastructure Management  -> SLD Data Supplier Configuration. Collect and Send exists to send the data to SLD.
    Regards,
    Srikishan

  • When I define my R/3 system in XI SLD,I got CIM_ERR_ALREADY_EXISTS message

    <b>CIM_ERR_ALREADY_EXISTS: Instance already exists: SAP_BCSystem.CreationClassName="SAP_BCSystem",Name="BRP.SystemNumber.0020270914.SystemHome.sapprddb"</b>
    Before I defined R/3 system in XI SLD wrongly, after that I delete from Business and technical , after that I start new definition.And It gave me error above.
    I think some data must be deleted related with the previous definition.
    How can I correct this error?
    Thanks

    There was a BRP system in Class: BC System. I removed it.
    And I tryed to add BRP system (technical landscape). It gave me error belowe:
    <b>500   Internal Server Error</b>
      Web Dynpro Container/SAP J2EE Engine/6.40 
    Failed to process request. Please contact your system administrator.
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       <b>java.lang.IllegalArgumentException: The node, node element, and attribute info MUST NOT be null</b>

  • I'm try to buy a movie from iTunes with my I pad 3 and it tells me there is not enough local storage and when I go to my local storage there is a lot on free storage I also restarted my ipad but still the same prob what do I do?

    I'm try to buy a movie from iTunes with my I pad 3 and it tells me there is not enough local storage and when I go to my local storage there is a lot on free storage I also restarted my ipad but still the same prob what do I do?

    5GB is typically not enough space to download a movie.  Often, movies take from 3 - 5 GB to begin with.  The only option you have is to delete more things from your iPad.  You can remove unused Apps, pictures, music, text message (messages with pictures can take up a lot of space), email messages, books, magazines etc.

Maybe you are looking for

  • Performance: index vs. primary key

    For reasons beyond my control, I have an Oracle database with no primary keys. Fields that would likely be primary keys, however, are indexed. Is there any reason to believe that database performance will improve if I do add primary keys? If yes, why

  • Flash cookies problem

    Hello everyone, Flash problems yet again I have created a product configurator which i need to remember a users choices when they return to the page. I know that this is probably a job for shared objects but i'm not sure how to go about it. I need th

  • Creating login page - direct users to a unique file based on unique id?

    Hello - I am in the process of creating a login page that will direct users to a unique page based on their unique id.  I would normally go to Server Behaviors>User Auth>Log In User, but that gives me the option of browsing only one file for all user

  • Block SaveAs Panel in Excel 2013

    Hi All, I have used the following script for several years now, but on porting something across to Excel 2013 it no longer works as desired and the SaveAs Panel opens regardless. The script I use is: Private Sub Workbook_BeforeSave(ByVal SaveAsUI As

  • Automatically send pictures from camera to email?

    Hello, Is there any way/hack/trick/app to automatically send new images from my camera? Ideally, I would take a photo, then the picture would automatically be sent to an email, without an additional click. Right now, I have to click "send as email" a