PI 7.00 java components not connect to SLD

Hi guys,
We have installed PI 7.00 and performed all the post installation
steps. SLD is with Solution Manager on one host and PI is installed on
a different host.
SLDCHECK works fine, rfc connections are ok etc. However, the problem
is that in SLD under technical system "Exchange Infrastructure" there
is only Integration Server available. Moreover, RWB does not work and
also I cannot impost software component versions to IR from SLD.In ID
when I go to Environment --> Cache Notifications, I get the following
message "Unable to determine the name of the central Adapter Engine
from the System Landscape Directory at this time. Notifications to the
central Adapter Engine are therefore listed using the technical name of
the Adapter Engine. This is usually structured as follows: af.<SAP
System ID>.<Name of application server>".
It seems that PI J2EE part does not communicate with SLD.
Any ideas??
Thank you.

Thanks to all guys. I will award points.
The problem was caused due to some PI users that were locked on the J2EE part of XI, and therefore they could not connect to the SLD. I unlocked them through VA 's, Security Provider service.
Evaggelos

Similar Messages

  • 32 bit compiled Java Program not connecting to 64 bit Oracle 11g

    Hi,
    I am using one java program to connect to Oracle 11g (64 bit version) using Oracle10g 32 bit client libraries using OCI calls. Below is the program. If I compile it using 64 bit Oracle 10g libraries ($ORACLE_HOME/lib and $ORACLE_HOME/rdbms/lib) , it perfectly connects to Oracle11g but when i compile it using $ORACLE_HOME/lib32 and $ORACLE_HOME/rdbms/lib32, it hangs and keeps trying and takes 100% cpu usage. it does nothing. Please suggest what is going wrong in the environment.
    ============================
    import java.sql.*;
    class dbAccess {
    public static void main (String args []) throws Exception
    Class.forName ("oracle.jdbc.OracleDriver");
    Connection conn = DriverManager.getConnection
    ("jdbc:oracle:oci8:@lvfd", "fde", "fde");
    // or oci7 @TNSNames_Entry, userid, password
    try {
    Statement stmt = conn.createStatement();
    try {
    ResultSet rset = stmt.executeQuery("select * from tab");
    try {
    while (rset.next())
    System.out.println (rset.getString(1)); // Print col 1
    } finally {
    try { rset.close(); } catch (Exception ignore) {}
    } finally {
    try { stmt.close(); } catch (Exception ignore) {}
    } finally {
    try { conn.close(); } catch (Exception ignore) {}
    ================================================

    >
    I am compiling like when LD_LIBRARY_PATH set to $ORACLE_HOME/lib32:$ORACLE_HOME/rdbms/lib32.
    javac -cp .:$ORACLE_HOME/jdbc/lib/ojdbc14.jar dbAccess.java
    as my program resides in current directory. I run it like :
    java -cp .:$ORACLE_HOME/jdbc/lib/ojdbc14.jar dbAccess
    Output: it hangs forever.
    I am compiling like when LD_LIBRARY_PATH set to $ORACLE_HOME/lib:$ORACLE_HOME/rdbms/lib
    javac -cp .:$ORACLE_HOME/jdbc/lib/ojdbc14.jar dbAccess.java
    as my program resides in current directory. I run it like :
    java -cp .:$ORACLE_HOME/jdbc/lib/ojdbc14.jar dbAccess
    Output: It gets connected and list all the tables as output.
    >
    The ojdbc14.jar file is for use with Java 1.4 VMs.
    Are you still using Java 1.4? If so, why?
    For Oracle 11g you should be using the latest JDBC jar file (ojdbc6.jar) and the latest version of Java 1.6.
    You are not only using an old JDBC driver and Java version but are also trying to mix 32 bit and 64 bit operations.
    I suggest you start using recommended practices and update your Java and JDBC versions and select EITHER 32 bit or 64 bit operations.
    See the Official JDBC FAQ for the details on the support available for various combinations of Oracle DB, Java and the JDBC drivers:
    http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-faq-090281.html

  • Integration Engine does not connect with SLD

    Hi all,
    We have an XI 3.0 system that acts as QUA system in our track. This XI 3.0 system is connected to a central SLD installed on a PI 7.1 system that acts as our DEV system.
    Everything seems to be OK in the Java part. We refresh the caches successfully and enter the SLD in DEV system.
    We have a problem, though with the SXI_CACHE transaction. It shows the following message:
    "Unable to refresh cache contents.Error during last attempt to refresh cache"
    And the detail of the error is: "LCR_GET_OWN_BUSINESS_SYSTEM - NO_BUSINESS_SYSTEM"
    We have checked in the SLD and the Business system is created.
    In transaction SXMB_ADM when checking the Integration Engine connection with SLD we get the following error: "No access to system landscape at present"
    In the Runtime Workbench of the system, when checking the Cache Connection, the Integration Engine part shows a warning. In the RWB also the Self Status Check of the Integration Engine gives errors:
    "Are roles in SXMS_CONF_ITEMS and SLD consistent?"
    We have already followed all the post installation guides, and the cache checks, and SLD checks guides.
    Do you know which the soltion could be for our error??
    Thanks!

    Hi,
    We have checkes
    SM59: TCP/IP Destination: LCRSAPRFC y SAPLSDAPI. check the program ID is correct.--> connection test goes OK
    HTTP destination: INTEGRATION_DIRECTORY_HMI: do a test connection: result=500--> connection test gives us 500 result
    SLDAPICUST: Check the user and password and the server defined. the PI server should be the main server.--> checked, OK
    SXMB_ADM>Integration Engine Configuration: Check if the destination is properly defined. should be dest://http://<server><port>/sap/xi/engine?type=entry> checked. OK
    Check RZ70: wich configuration you have there?--> The configuration in the RZ70 for the SLD is pointing to the DEV system, so it is correct
    SLDCHECK results:
    "Properties of RFC destination SAPSLDAPI
      RFC host:        %%RFCSERVER%%
      program id:      SAPSLDAPI_XXX
      gateway host:    XXXX
      gateway service: XXXXX
    Testing the RFC connection to the SLD java client...
    RFC ping was successful
    SLD server access settings:
      host name:   XXXXX
      port number: 50000
      user       : XIAPPLUSER
    Use transaction SLDAPICUST if you wish to maintain the SLD server access data
    Launching the SLD GUI in a separate browser window...
    => Verify in the browser GUI that the SLD is in a healthy running state!
    Calling function LCR_LIST_BUSINESS_SYSTEMS
    Retrieving data from the SLD server...
    Function call terminated sucessfully
    List of business systems maintained in the SLD:
        (...more...)
    Calling function LCR_GET_OWN_BUSINESS_SYSTEM
    Retrieving data from the SLD server...
    No corresponding business system found for system XXX      client 450
    => Check and maintain the SLD content for the current client
    Summary: Connection to SLD works technically, but the SLD content may need maintenance
    => Check and maintain the SLD data content
    *Unable to refresh cache contents.Error during last attempt to refresh cache" * this error is related with the RFC destination type HTTP. ( HTTP destination: INTEGRATION_DIRECTORY_HMI: do a test connection: result=500)

  • Products and software components not found in SLD?

    Hello All,
    I am trying to configure SLD for Retail (POS -XI Integration )Scenario using "SAP Business Package for Store Connectivity POS Integration
    I am trying a create a third party system for POS in SLD and  i am trying to assign products and software components (GM STORE CONNECTIVITY and STORE CONNECTIVITY)for this system.
    But i amot able to find the products and software components in the SLD.
    SAP (GM) POS system:
    Product (one of the following)
    SAP TRANSACTIONWARE GM 9.5
    SAP POS 1.0
    SAP POS 2.0
    Software Component Version (all of the following)
    XI CONTENT STORE CONNECT 2.0
    XI CONTENT GM STORECONNECT 1.0.
    what may be the reason?
    Thanks and best regards,
    Anil

    Hello All,
    I am trying to configure SLD for Retail (POS -XI Integration )Scenario using "SAP Business Package for Store Connectivity POS Integration
    I am trying a create a third party system for POS in SLD and i am trying to assign products and software components (GM STORE CONNECTIVITY and STORE CONNECTIVITY)for this system.
    But i am not able to find the products and software components in the SLD.
    SAP (GM) POS system:
    Product (one of the following)
    SAP TRANSACTIONWARE GM 9.5
    SAP POS 1.0
    SAP POS 2.0
    Software Component Version (all of the following)
    XI CONTENT STORE CONNECT 2.0
    XI CONTENT GM STORECONNECT 1.0.
    what may be the reason?
    Thanks and best regards,
    Anil

  • SLD Communication: LD_ERROR and RWB not connected to SLD

    Hi all,
    I have installed SR2 on MS SQL Server 2005
    I have run the template installer and also rectified the errored out steps
    All RFC destnation are created propely and thr connection checked
    I have three queries
    1) In SLDCHECK the error i get is
             Calling function LCR_LIST_BUSINESS_SYSTEMS
              Retrieving data from the SLD server...
              Function call returned exception code     4
              => Check whether the SLD is running!
    2)In SXI_CHACHE cache is obsolete and there is LD_ERROR
    3)In RWB the component monitoring and other stuff when i try to open give and error
           Communication from SLD failed:500 Internal server Error
    I went throught note 764176
    and did the following
    1. In the SLD editing interface, choose "Administration" -> "Content Maintenance". Select "XI Integration Server" from the drop-down menu, and navigate to the associations of the integration server. Select the "XI Integration Server Logical Identity" association and delete the association by choosing 'Remove'.
    2. Switch to "Home" in the "Technical Landscape" view, and select the "Exchange Infrastructure" technical system type there. Select all domains and XI components for the host and delete these by selecting them and pressing 'Remove'.
    3. Restart the J2EE server. After you restart the server, the XI components log on to the SLD again and create a new entity of class "XI Integration Server".
    But after restart none were registered .. i also tried logging into Rep and Dir but these were not registered
    in "Technical Landscape" ->"Exchange Infrastructure"
    Rgds
    aditya

    I have three queries
    1) In SLDCHECK the error i get is
    Calling function LCR_LIST_BUSINESS_SYSTEMS
    Retrieving data from the SLD server...
    Function call returned exception code 4
    => Check whether the SLD is running!
    2)In SXI_CHACHE cache is obsolete and there is LD_ERROR
    3)In RWB the component monitoring and other stuff when i try to open give and error
    Communication from SLD failed:500 Internal server Error
    Firstly are you installing the PI7.0?
    1) In SLDCHECK the error i get is
    Calling function LCR_LIST_BUSINESS_SYSTEMS
    Retrieving data from the SLD server...
    Function call returned exception code 4
    => Check whether the SLD is running!
    check the SLDAPICUST is pointing to correct SLD,
    check RFC destinations LCR*, SAPSLDAPI (check this names in the Intallation document once) are created and working fine.
    Also make sure your SLD is up and running.....
    You need to cross check the JCO connections created.....
    2)In SXI_CHACHE cache is obsolete and there is LD_ERROR
    check RFC destination integreation_directory_HMI is created and working fine.....

  • Could not connect to localhost

    hi
    i wonder what's wrong with the J2EE installation. i get both the server and cloudscape started up correctly. but i 'can't deploy the PetStore demo: Could not connect to localhost
    then i tried starting the J2EE tutorial, started the deploy toll: it started but the console says: Could not connect to local host
    when i call http://localhost:8000 in browser the default J2EE page appears.
    what's wrong?
    p.s.: how do i assign duke dollars to a topic? can't find anything in the FAQ ...?

    Hello? Am i the only one with this problem? Today, I reinstalled WSDP and PetStore Demo ... exact same result:
    D:\docs\Java\J2EE\petstore1.3.1>setup.bat deploy
    Buildfile: setup.xml
    init:
    deploy:
    [echo] Deploying ears ....
    [java] Could not connect to localhost
    [java] Sender object Deploytool (Main) : Could not connect to localhost
    [java] Java Result: 1
    [java] Sender object Deploytool (Main) : Could not connect to localhost
    [java] Could not connect to localhost
    [java] Java Result: 1
    [java] Sender object Deploytool (Main) : Could not connect to localhost
    [java] Could not connect to localhost
    [java] Java Result: 1
    [java] Sender object Deploytool (Main) : Could not connect to localhost
    [java] Could not connect to localhost
    [java] Java Result: 1
    [echo] The petstore application is now installed.
    [echo] Please restart your cloudscape database and the J2EE server, and the
    n point your browser to http://localhost:8000/petstore to access petstore.
    BUILD SUCCESSFUL
    Total time: 17 seconds
    what's the problem? has the current PetStoreDemo a bug? in this case: where can i find an old version of the PetStoreDemo?

  • Stack file that is generated does not contain any java components

    We are in process of upgrading our ecc6.0 system with ehp4. The enhancement is stuck up in configuration phase for JAVA. Though we have configured Java in solution manager the stack file that is generated does not contain any java components and so the installation is stuck up. Kindly request you to advice us on this issue .
    Attached is the 'Trouble Ticket Report', PREPARE_JSPM_QUEUE_CSZ_01.LOG, and SMSDXML_EA4_20100623144541.375.txt
    ++++
    Trouble Ticket Report
    Installation of enhancement package 1 for SAP NetWeaver 7.0
    SID................: EA4
    Hostname...........: wipro
    Install directory..: e:/usr/sap/EA4
    Upgrade directory..: F:\EHPI\java
    Database...........: Oracle
    Operating System...: NT
    JDK version........: 1.6.0_07 SAP AG
    SAPJup version.....: 3.4.29
    Source release.....: 700
    Target release.....: 700
    Start release SP...: $(/J2EE/StandardSystem/SPLevel)
    Target release SP..: $(/J2EE/ShadowSystem/SPLevel)
    Current usages.....:
    ABAP stack present.: true
    The execution of PREPARE/INIT/PREPARE_JSPM_QUEUE ended in error.
    The stack E:\usr\sap\trans\EPS\SMSDXML_EA4_20100625054857.968.xml contains no components for this system.
    More information can be found in the log file F:\EHPI\java\log\PREPARE_JSPM_QUEUE_CSZ_02.LOG.
    Use the information provided to trouble-shoot the problem. There might be an OSS note providing a solution to this problem. Search for OSS notes with the following search terms:
    com.sap.sdt.j2ee.phases.PhaseTypePrepareJSPMQueue
    com.sap.sdt.ucp.phases.PhaseException
    The stack E:\usr\sap\trans\EPS\SMSDXML_EA4_20100625054857.968.xml contains no components for this system.
    PREPARE_JSPM_QUEUE
    INIT
    NetWeaver Enhancement Package Installation
    SAPJup
    Java Enhancement Package Installation
    ++++++
    PREPARE_JSPM_QUEUE_CSZ_01.LOG>>
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[2.0.7.1006]/>
    <!NAME[F:\EHPI\java\log\PREPARE_JSPM_QUEUE_CSZ_01.LOG]/>
    <!PATTERN[PREPARE_JSPM_QUEUE_CSZ_01.LOG]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%s]: %-100l [%t]: %m)]/>
    <!ENCODING[UTF8]/>
    <!LOGHEADER[END]/>
    Jun 28, 2010 9:21:23 AM [Info]:                      com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:754) [Thread[main,5,main]]: Phase PREPARE/INIT/PREPARE_JSPM_QUEUE has been started.
    Jun 28, 2010 9:21:23 AM [Info]:                      com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:755) [Thread[main,5,main]]: Phase type is com.sap.sdt.j2ee.phases.PhaseTypePrepareJSPMQueue.
    Jun 28, 2010 9:21:23 AM [Info]:                   com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:409) [Thread[main,5,main]]:   Parameter inputFile=EHPComponents.xml
    Jun 28, 2010 9:21:23 AM [Info]: com.sap.sdt.j2ee.phases.jspm.JSPMQueuePreparatorFactory.createJSPMQueuePreparator(JSPMQueuePreparatorFactory.java:93) [Thread[main,5,main]]: Creating JSPM SP Stack  queue preparator.
    Jun 28, 2010 9:21:24 AM [Info]: com.sap.sdt.ucp.dialog.elim.DialogEliminatorContainer.canBeOmitted(DialogEliminatorContainer.java:96) [Thread[main,5,main]]: Dialog eliminator spStackDialogEliminator allows to omit dialog SPStackLocationDialog
    Jun 28, 2010 9:21:24 AM [Info]:                  com.sap.sdt.util.validate.ValidationProcessor.validate(ValidationProcessor.java:97) [Thread[main,5,main]]: Validatable parameter SP/STACK/LOCATION has been validated by validator RequiredFields.
    Jun 28, 2010 9:21:24 AM [Info]:                  com.sap.sdt.util.validate.ValidationProcessor.validate(ValidationProcessor.java:97) [Thread[main,5,main]]: Validatable parameter SP/STACK/LOCATION has been validated by validator SPStackLocationValidator.
    Jun 28, 2010 9:21:24 AM [Info]: com.sap.sdt.j2ee.phases.jspm.JSPMSpStackQueuePreparator.createQueue(JSPMSpStackQueuePreparator.java:107) [Thread[main,5,main]]: Using SP Stack E:\usr\sap\trans\EPS\SMSDXML_EA4_20100625054857.968.xml.
    Jun 28, 2010 9:21:24 AM [Info]:                   com.sap.sdt.j2ee.tools.spxmlparser.SPXmlParser.parseStackTag(SPXmlParser.java:488) [Thread[main,5,main]]: STACK-SHORT-NAME tag is missing. The CAPTION of the stack will be used as stack name.
    Jun 28, 2010 9:21:24 AM [Info]:                   com.sap.sdt.j2ee.tools.spxmlparser.SPXmlParser.parseStackTag(SPXmlParser.java:582) [Thread[main,5,main]]: PRODUCT-PPMS-NAME tag is missing. The CAPTION of the product will be used as product PPMS name.
    Jun 28, 2010 9:21:24 AM [Info]:                      com.sap.sdt.j2ee.tools.spxmlparser.SPXmlParser.parseSPXml(SPXmlParser.java:424) [Thread[main,5,main]]: Parsing of stack definition file E:\usr\sap\trans\EPS\SMSDXML_EA4_20100625054857.968.xml has finished.
    Jun 28, 2010 9:21:24 AM [Error]:                       com.sap.sdt.ucp.phases.AbstractPhaseType.doExecute(AbstractPhaseType.java:863) [Thread[main,5,main]]: Exception has occurred during the execution of the phase.
    Jun 28, 2010 9:21:24 AM [Error]: com.sap.sdt.j2ee.phases.jspm.JSPMSpStackQueuePreparator.createQueue(JSPMSpStackQueuePreparator.java:136) [Thread[main,5,main]]: The stack E:\usr\sap\trans\EPS\SMSDXML_EA4_20100625054857.968.xml contains no components for this system.
    Jun 28, 2010 9:21:24 AM [Info]:                         com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:906) [Thread[main,5,main]]: Phase PREPARE/INIT/PREPARE_JSPM_QUEUE has been completed.
    Jun 28, 2010 9:21:24 AM [Info]:                         com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:907) [Thread[main,5,main]]: Start time: 2010/06/28 09:21:23.
    Jun 28, 2010 9:21:24 AM [Info]:                         com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:909) [Thread[main,5,main]]: End time: 2010/06/28 09:21:24.
    Jun 28, 2010 9:21:24 AM [Info]:                         com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:910) [Thread[main,5,main]]: Duration: 0:00:00.781.
    Jun 28, 2010 9:21:24 AM [Info]:                         com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:911) [Thread[main,5,main]]: Phase status is error.
    ++++++++++++++++++++++
    [stack xml data: version=1.0]
    [SPAM_CVERS]
    ST-PI                         2005_1_7000006
    LSOFE                         600       0015
    SAP_AP                        700       0015
    SAP_BASIS                     701       0003
    SAP_ABA                       701       0003
    SAP_BW                        701       0003
    PI_BASIS                      701       0003
    PLMWUI                        700       0002
    SAP_APPL                      604       0002
    EA-APPL                       604       0002
    SAP_BS_FND                    701       0002
    EA-IPPE                       404       0002
    WEBCUIF                       700       0002
    INSURANCE                     604       0002
    FI-CA                         604       0002
    ERECRUIT                      604       0002
    ECC-DIMP                      604       0002
    EA-DFPS                       604       0002
    IS-UT                         604       0002
    IS-H                          604       0003
    EA-RETAIL                     604       0002
    EA-FINSERV                    604       0002
    IS-OIL                        604       0002
    IS-PRA                        604       0002
    IS-M                          604       0002
    SEM-BW                        604       0002
    FINBASIS                      604       0002
    FI-CAX                        604       0002
    EA-GLTRADE                    604       0002
    IS-CWM                        604       0002
    EA-PS                         604       0002
    IS-PS-CA                      604       0002
    EA-HR                         604       0005
    SAP_HR                        604       0005
    ECC-SE                        604       0002
    [PRDVERS]                                  
    01200314690900000432SAP ERP ENHANCE PACKAGE       EHP2 FOR SAP ERP 6.0          sap.com                       EHP2 FOR SAP ERP 6.0                                                    -00000000000000
    01200314690900000463SAP ERP ENHANCE PACKAGE       EHP4 FOR SAP ERP 6.0          sap.com                       EHP4 FOR SAP ERP 6.0                                                    -00000000000000
    01200615320900001296                                                            sap.com                                                                                +00000000000000
    01200615320900001469SAP ERP ENHANCE PACKAGE       EHP3 FOR SAP ERP 6.0          sap.com                       EHP3 FOR SAP ERP 6.0                                                    -00000000000000
    01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01                                           +00000000000000
    [SWFEATURE]                                                                               
    1                   01200615320900001296SAP ERP                       2005                          sap.com                       SAP ERP 6.0: SAP ECC Server
    19                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: Discrete Ind. & Mill Products
    20                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: Media
    21                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: Utilities/Waste&Recycl./Telco
    23                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: Leasing/Contract A/R & A/P
    24                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: Retail
    25                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: Global Trade
    26                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: Financial Supply Chain Mgmt
    30                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: Central Applications
    31                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: Strategic Enterprise Mgmt
    33                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: Human Capital Management
    37                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: Oil & Gas
    38                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: Catch Weight Management
    42                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: Public Sector Accounting
    43                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: Insurance
    44                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: Hospital
    45                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: SAP ECC Server VPack successor
    46                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: ERecruiting
    47                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: Defense & Public Security
    48                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: Financial Services
    55                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: Oil & Gas with Utilities
    56                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: Defense
    59                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: PLM Core
    69                  01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: EAM config control
    9                   01200615320900003195EHP4 FOR SAP ERP 6.0_NW701    EHP4 FOR ERP 6.0_NW701        sap.com                       EHP4 FOR SAP ERP 6.0 / NW7.01: SAP ESA ECC-SE
    ++++++++++++++++

    Though we have configured Java in solution manager the stack file that is generated does not contain any java components
    You will probably need to update Solution Manager first with a number of corrections so you can get a correctly generated stack file. Depending on your ST400 version in Solution Manager apply collective corrections from "Note 1461849 - MOpz: Collective corrections 24" or "Note 1452118 - MOpz: Collective Corrections 23". They generally deal with these kind of stack file issues.
    Nelis

  • Filenet connection with java api not working

    I have written the following code to connect content engine and process engine..
    MY content engine is connected fine and good...But process engine is not connecting
    code:
    public String PE_CONNECTION_POINT      = "PEConnection";
    public Connection ceConnection;
    public Domain ceDomain;
    public void testFileNetConnection()
    * Connect to Content Engine and retrieve a list of
    * properties for the base 'Document' document class
    ceConnection =
    Factory.Connection.getConnection(FILENET_URI);
    Subject ceSubject =
    UserContext.createSubject(ceConnection, FILENET_USERNAME, FILENET_PASSWORD, null);
    UserContext.get().pushSubject(ceSubject);
    ceDomain = Factory.Domain.fetchInstance(ceConnection, CE_DOMAIN, null);
    ObjectStore ceObjectStore = Factory.ObjectStore.fetchInstance(ceDomain, CE_OBJECTSTORE, null);
    ClassDefinition classDef =
    Factory.ClassDefinition.fetchInstance(ceObjectStore, "pawan", null);
    PropertyDefinitionList properties = classDef.get_PropertyDefinitions();
    for (Iterator propertyIter = properties.iterator(); propertyIter.hasNext();) {
    PropertyDefinition property = (PropertyDefinition) propertyIter.next();
    System.out.println("Property: " + property.get_DisplayName());
         //this.instantiateFolder(ceObjectStore);
         //this.createFile(ceObjectStore, ceDomain);
    UserContext.get().popSubject();
    * Connect to Process Engine and retrieve a list of
    * Queues for this Connection Point
    VWSession peSession = new VWSession();
    peSession.setBootstrapCEURI(FILENET_URI);
    String[] queueNames = null;
    try
         peSession.logon(FILENET_USERNAME ,FILENET_PASSWORD,PE_CONNECTION_POINT);
         queueNames =
         peSession.fetchQueueNames(VWSession.QUEUE_PROCESS);
    catch(Exception es){es.printStackTrace();}
    for (String queue : queueNames)
    System.out.println("Queue: " + queue);
    The output of above code I have attached part of successful connection of the content engine and the error of process engine
    Property: Ignore Redirect
    Property: Entry Template Object Store Name
    Property: Entry Template Launched Workflow Number
    Property: Entry Template Id
    java.lang.NoClassDefFoundError: com/ibm/CORBA/iiop/ObjectURL
         at filenet.pe.peorb.client.ORBSession.establishORBSession(ORBSession.java:667)
         at filenet.pe.peorb.client.ORBSession.<init>(ORBSession.java:985)
         at filenet.vw.server.PECommandsFactory.getPECommands(PECommandsFactory.java:119)
         at filenet.vw.api.VWSession.logonByDomain(VWSession.java:864)
         at filenet.vw.api.VWSession.logon(VWSession.java:723)
         at FileNetConnectionTest.testFileNetConnection(FileNetConnectionTest.java:97)
         at FileNetConnectionTest.main(FileNetConnectionTest.java:35)
    Caused by: java.lang.NoClassDefFoundError: com/ibm/CORBA/iiop/ObjectURL
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at com.ibm.websphere.naming.WsnInitialContextFactory.init_implClassCtor(WsnInitialContextFactory.java:172)
         at com.ibm.websphere.naming.WsnInitialContextFactory.getInitialContext(WsnInitialContextFactory.java:112)
         at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
         at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
         at javax.naming.InitialContext.init(Unknown Source)
         at javax.naming.InitialContext.<init>(Unknown Source)
         at filenet.pe.peorb.client.ORBServiceHelper.getORB(ORBServiceHelper.java:442)
         at filenet.pe.peorb.client.ORBServiceHelper.initFromORBRouterInfo(ORBServiceHelper.java:286)
         at filenet.pe.peorb.client.ORBServiceHelper.<init>(ORBServiceHelper.java:873)
         at filenet.pe.peorb.client.ORBSession.establishORBSession(ORBSession.java:653)
         ... 6 more
    Exception in thread "main" java.lang.NullPointerException
         at FileNetConnectionTest.testFileNetConnection(FileNetConnectionTest.java:104)
         at FileNetConnectionTest.main(FileNetConnectionTest.java:35)
    When to remove the above error I add IBMORB.jar in enviroment variable then I get following error
    log4j:WARN The log4j system is not properly configured!
    log4j:WARN All ERROR messages will be sent to the system console until proper configuration has been detected.
    Exception in thread "main" com.filenet.api.exception.EngineRuntimeException: SECURITY_INVALID_CREDENTIALS: Invalid credentials.
         at com.filenet.apiimpl.wsi.ClientOperation.getCredential(ClientOperation.java:303)
         at com.filenet.apiimpl.wsi.ClientOperation.setCallContext(ClientOperation.java:194)
         at com.filenet.apiimpl.wsi.ClientOperation.start(ClientOperation.java:102)
         at com.filenet.apiimpl.wsi.ClientOperation.run(ClientOperation.java:69)
         at com.filenet.apiimpl.wsi.ServiceSession.getObjects(ServiceSession.java:242)
         at com.filenet.apiimpl.util.SessionHandle.getObjects(SessionHandle.java:334)
         at com.filenet.apiimpl.core.Session.callGetObjects(Session.java:121)
         at com.filenet.apiimpl.core.Session.executeGetObject(Session.java:325)
         at com.filenet.apiimpl.core.Session.getObject(Session.java:339)
         at com.filenet.apiimpl.core.IndependentObjectImpl.getObject(IndependentObjectImpl.java:154)
         at com.filenet.apiimpl.core.IndependentObjectImpl.refresh(IndependentObjectImpl.java:161)
         at com.filenet.api.core.Factory$Domain.fetchInstance(Factory.java:1543)
         at FileNetConnectionTest.testFileNetConnection(FileNetConnectionTest.java:69)
         at FileNetConnectionTest.main(FileNetConnectionTest.java:35)
    Plz help me out..Thank you

    I'm having the same problem.. I think there's something wrong with it. [fast weight loss tips|http://www.weightlossgidiet.com]

  • Lotus Notes connectivity in WebDynpro for Java

    Hi,
    in case we want to implement some content stored in an Lotus Notes database. For example a simple corporate phonelist. What are our options to get these data represented in our portal if we dont want to use the standard "Notes DB web-enabled" output.
    Is it possible to develope for example a webDynpo for Java application which connects via JCo(??) to Notes, greps the data there and interacts with it so that we can use the standard portal UI-Elements?
    Do you know where to find some specified information for that issue?
    Thanks and best regards
    Markus Armbruster

    Hello Markus,
    I already tested several options for connecting Web Dynpro to Lotus Notes/Domino. You may use Java technology (IIOP) or web technology (simple HTTP/XML or HTTP/SOAP).
    in order to use IIOP, simple include NSCO.jar in the lib path of your SAP J2EE engine instances. Then you are able to use the classes stubs for NotesFactory(), NotesSession() etc. within WD.
    if you use HTTP then connect using web services. The data is then transferred e.g. via XML or DXL.
    I have some samples running in case you need more information I can send you the source.
    Regards
    Michael

  • To open "Java Preferences," you need to install a Java runtime, but you are not connected to the Internet. I have tried links that people have put on other discussions but all i get is a black screen please help!!

    To open “Java Preferences,” you need to install a Java runtime, but you are not connected to the Internet. I have tried links that people have put on other discussions but all i get is a black screen please help!!

    Try this link, warning, it's straight to download mode:
    http://support.apple.com/downloads/DL1421/en_US/JavaForMacOSX10.7.dmg

  • Error: SAPinst not connected to AS Java

    Hello,
    i had already installed minisap and want to Run Adobe Form On it.
    so I am installing sap netwevear SDN_Preview_SR_5_CE71.
    JAva Enviorment is already installed on my system and i am installing it on windows server-2003.
    but i am getting error "SAPinst not connected to AS Java" in log
    Feb 18, 2010 3:12:25 PM Info : Starting service "InstallationWizardService" ...
    Feb 18, 2010 3:12:25 PM Info : Version of service "InstallationWizardService" is 710.2
    Feb 18, 2010 3:12:25 PM Info : Service "InstallationWizardService" started.
    Feb 18, 2010 3:12:31 PM Info : Connected to host localhost on port 21200.
    Feb 18, 2010 3:18:58 PM Info : Connection reset
    Feb 18, 2010 3:18:58 PM Info : Reporting failed commlink.
    Feb 18, 2010 3:18:58 PM Error : SAPinst not connected to AS Java.
    installation log gives error like:
    TRACE 2010-02-18 18:24:11.890 synxcfsmgt.cpp:279
    CSyFileSystemMgtImpl::getFSExport(iastring) lib=syslib module=syslib
    Exception thrown near line 119 in file synxcfsmgt.cpp
    Stack trace:
    iaxxejsctl.cpp: 249: EJS_ControllerImpl::executeScript()
    d:\depot\bas\710_rel\bc_710-3_rel\gen\opt\ntintel\ins\sapinst\impl\src\ejs\iaxxejsbas.hpp: 445: EJS_Base::dispatchFunctionCall()
    iaxxejsexp.cpp: 175: EJS_Installer::invokeModuleCall()
    synxcfsmgt.cpp: 82: CSyFileSystemMgtImpl::getFSExport(iastring)
    At line 119 file synxcfsmgt.cpp
    Call stack:
    iaxxejsctl.cpp: 249: EJS_ControllerImpl::executeScript()
    d:\depot\bas\710_rel\bc_710-3_rel\gen\opt\ntintel\ins\sapinst\impl\src\ejs\iaxxejsbas.hpp: 445: EJS_Base::dispatchFunctionCall()
    iaxxejsexp.cpp: 175: EJS_Installer::invokeModuleCall()
    synxcfsmgt.cpp: 82: CSyFileSystemMgtImpl::getFSExport(iastring)
    File system export (share) saploc does not exist.
    Failed action: with parameters
    Error number 2310 error type WIN32_ERROR

    Hi Hardik,
    I am also facing the same error
    can you share the fix
    Regards
    santhose

  • Safari 4.0.2 so slow that says you are not connected to internet, & no JAVA

    1)with the new version of safari 4.0.2, and the "loading" imageit is very slow, so slow that then I press any link it says you are not connected to internet. , then I reload again and it loads for the first time the page after a long time.
    this happens so often.
    ... but guess what, I open the connection using another browser and I can see the same pages without problem.
    this version is so low, even when I press to any link... why the loading of pages like apple.com takes too long?
    2)now with this version I can not see applications that runs on java. before it i could , but now it does not display , and the sun page says that for mac one has to check the apple updates, but there is no apple updates until now to complement the java problem.

    This could ( no, will happen if your dsl modem/router is set to give up it's connection when the mac is idle.
    Many dsl modems ( in the UK, at least ) do NOT default to 'always on'.... & a setting must be changed to enable this. Even with 'always on', you will get a similar problem occasionally, but the delay will be just a few seconds.... not 30+.
    Some modems can be accessed by entering 192.168.1.1 into safari - check the instructions for yours.
    Also some(!) isp's don't allow always on & force a disconnection when idle. Mine does - but you can opt-out of it via their website.
    I bet if you mention the make/model of your dsl gear, somebody here can tell you exactly where to find these settings.

  • HT1338 I am trying to download java onto my macbook pro, but for some reason this function isn't recognizing the internet.  The error message insists that I am not connected but I am.  I have tried this through both safari and firefox

    Sorry I didn't realize the above was just a subject line.
    I have been trying to download java for my macbook pro, but for some reason the function is not recognizing the internet.  I am on and have checked several times .... I have checked through both safari and firefox but to no avail.  Thanks for any help anyone can give.

    Not really a reply just some added info:
    This is the error message I get saying the internet is not on, but clearly as I can send this message it has to be:
    To open “Java Preferences,” you need to install a Java runtime, but you are not connected to the Internet.
    I am connected through Wi-fi if that makes a difference.

  • Java web server error when not connected to network

    If my laptop is not connected to a network, when I execute the java web server, it fails at start up with the exceptions listed below. When debugging, I need access only to local host, so it seemed reasonable to me that the web server should execute in the absence of a network.
    I just found that I get the same failure, if I'm connected to the network via a dialup connection.
    Any ideas on how to configure my system so that the web server will function in the absence of a network connection?
    Microsoft Windows 2000 [Version 5.00.2195]
    (C) Copyright 1985-2000 Microsoft Corp.
    C:\>j2ee -verbose
    J2EE server listen port: 1050
    org.omg.CORBA.INTERNAL: minor code: 1398079697 completed: No
    at com.sun.corba.ee.internal.iiop.GIOPImpl.createListener(GIOPImpl.java:
    253)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.getEndpoint(GIOPImpl.java:202
    at com.sun.corba.ee.internal.iiop.GIOPImpl.initEndpoints(GIOPImpl.java:1
    37)
    at com.sun.corba.ee.internal.POA.POAORB.getServerEndpoint(POAORB.java:48
    4)
    at com.sun.corba.ee.internal.POA.POAImpl.pre_initialize(POAImpl.java:144
    at com.sun.corba.ee.internal.POA.POAImpl.<init>(POAImpl.java:102)
    at com.sun.corba.ee.internal.POA.POAORB.makeRootPOA(POAORB.java:109)
    at com.sun.corba.ee.internal.POA.POAORB$1.evaluate(POAORB.java:127)
    at com.sun.corba.ee.internal.core.Future.evaluate(Future.java:23)
    at com.sun.corba.ee.internal.corba.ORB.resolveInitialReference(ORB.java:
    2159)
    at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.ja
    va:2110)
    at com.sun.enterprise.server.J2EEServer.run(../../src/share/com/sun/ente
    rprise/server/J2EEServer.java:192)
    at com.sun.enterprise.server.J2EEServer.main(../../src/share/com/sun/ent
    erprise/server/J2EEServer.java:901)
    java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP
    ports in use by another process
    at com.sun.enterprise.server.J2EEServer.run(../../src/share/com/sun/ente
    rprise/server/J2EEServer.java:202)
    at com.sun.enterprise.server.J2EEServer.main(../../src/share/com/sun/ent
    erprise/server/J2EEServer.java:901)
    java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP
    ports in use by another process
    at com.sun.enterprise.server.J2EEServer.run(../../src/share/com/sun/ente
    rprise/server/J2EEServer.java:202)
    at com.sun.enterprise.server.J2EEServer.main(../../src/share/com/sun/ent
    erprise/server/J2EEServer.java:901)
    java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP
    ports in use by another process
    at com.sun.enterprise.server.J2EEServer.run(../../src/share/com/sun/ente
    rprise/server/J2EEServer.java:347)
    at com.sun.enterprise.server.J2EEServer.main(../../src/share/com/sun/ent
    erprise/server/J2EEServer.java:901)
    J2EE server reported the following error: Unable to create ORB. Possible causes
    include TCP/IP ports in use by another process
    Error executing J2EE server ...

    Has anyone else ever seen this failure?

  • WhatsApp Java IO Exception Connection not Writable

    Hi All,
    I recently have had a flurry of problems with my Pearl that I dug out of the grave as I have to migrate to BBM and this is all I could find.  
    The last remaining issue is that WhatsApp is giving me a message that there is a Java Unexpected Error "Connection Not Writable".  I have a BB Data Plan with ATT and everything works, except WhatsApp.  I read online that if I choose my network manually instead of automatic then I can solve this problem.  However, when I go to Options --> Network --> I just show that my Data Services are On and my provider is AT&T, no mention anywhere about manual or automatic network selection.
    PLEASE HELP!!
    Thank you in advance.

    I was able to fix the problem by completely wiping the handheld and then installing whatsapp.  Not sure what was wrong.  I dumped my BB anyways as I got fed up with other apps not working.  BB better evolve soon or they are going to get eaten up!  Hope this helps.

Maybe you are looking for

  • Compile warning

    Hi, I'm getting the following warning : warning: [unchecked] unchecked cast found : java.lang.Object required: java.util.HashMap<java.lang.String,java.lang.Object>[] HashMap<String,Object>[] contacts = (HashMap<String,Object>[]) Array.newInstance(tem

  • How to document my database objects

    I need to document my database objects with respect to: What objects I have , relationship with in tables , keys in tables Etc- This document should be good enough to explain the business flow (data flow) in DB What I am looking is :: A good template

  • I can't synchronize the apps, synchronization button is grey

    I can't syncronize my apps, after reseting my Iphone and loading the formerly saved image, my teleohone numbers and photos are still on the phone but not the apps and neither my music. On Itunes I am not able to install the apps, because the button t

  • Forms developer and jdeveloper

    hi folks what is the difference between forms developer and jdeveloper if the both of them can deal with java and can deal with pl\sql ? regards

  • How to mark up the price for sales order entry?

    Hi Gurus, How to Mark up the price for sales order entry? Example: Item Price: $10, Adding 20% Margin Selliing price of the item is $12 we are giving many typs discounts like festival Discount, customerwise, Order value wise etc.. After giving above