SSO implemention in distributed environment / BO SDK

Hi All,
I am working on Single Sign On (SSO)  implementation.
I have Jboss Application Server which my web application resides
and Business objects is resides on other Server
SSO is implemented in the Business Objects Server.
I can open the CMC from Internet Explorer without login on machine
I tried some steps from the Tim's Document
(http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/d0f6ac3c-b3ac-2b10-1b95-c9bd46194977): 
   1)Added bscLogin.conf and krb5.ini in Window folder
   2)kinit.exe with my user id  it works
   3) Added in Java_OPTS in the JBoss Server :
-Djava.security.auth.login.config=C:WINDOWS scLogin.conf
-Djava.security.krb5.conf=C:WINDOWSkrb5.ini
-Dcrystal.enterprise.trace.configuration=verbose
-Dsun.security.krb5.debug=true
-Djcsi.kerberos.debug=true
Issues:
1)SDK login :
   ISessionMgr mySesionMgr =   CrystalEnterprise.getSessionMgr();     
   IEnterpriseSession eSession = mySesionMgr.logon("user", "pass", "ServerName", "secWinAD");
   this doesn't work.
2)I checked this url which doesn't help very much.
   http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/208ecaaa-7964-2b10-f2a8-94446a63c67f
Do i have to implement any other configuration in my Jboss Server..?
What should be the BO SDK logon
Can any body help me out.

Your code should look something like:
<%@ page import="org.ietf.jgss.GSSCredential"%>
<%@ page import="org.ietf.jgss.GSSManager"%>
<%@ page import="com.businessobjects.sdk.credential.CredExtractor"%>
<%
  IEnterpriseSession ceSession = null;
  String logonToken = null;
  //For Windows AD authentication the logon would be:
  GSSCredential creds = null;
  GSSManager manager = null;
  CredExtractor credExtractor = new CredExtractor(request);
  creds = credExtractor.GetCredential();
  manager = credExtractor.GetManager();
  ceSession = CrystalEnterprise.getSessionMgr().logon(creds, manager, "TCBOESP3.LMAUTH03.NET", "secWinAD");
%>
Your web.xml should be setup similar to this:
  <filter>
        <filter-name>authFilter</filter-name>
        <filter-class>com.businessobjects.sdk.credential.WrappedResponseAuthFilter</filter-class>
        <init-param>
            <param-name>idm.realm</param-name>
            <param-value>LMAUTH03.NET</param-value>
        </init-param>
        <init-param>
            <param-name>idm.princ</param-name>
            <param-value>boadmin.test</param-value>
        </init-param>
        <init-param>
            <param-name>idm.allowUnsecured</param-name>
            <param-value>true</param-value>
        </init-param>
        <init-param>
            <param-name>idm.allowNTLM</param-name>
            <param-value>false</param-value>
        </init-param>
        <init-param>
            <param-name>idm.logger.name</param-name>
            <param-value>simple</param-value>
            <description>
                The unique name for this logger.
            </description>
        </init-param>
        <init-param>
            <param-name>idm.logger.props</param-name>
            <param-value>error-log.properties</param-value>
            <description>
                Configures logging from the specified file.
            </description>
        </init-param>
        <init-param>
            <param-name>error.page</param-name>
            <param-value>../logonNoSso.jsp</param-value>
            <description>
                The URL of the page to show if an error occurs during authentication.
            </description>
        </init-param>
    </filter>
<filter-mapping>
             <filter-name>authFilter</filter-name>
     <!-- <url-pattern>/sample/*</url-pattern> -->
     <url-pattern>/logon/logonService.do</url-pattern>
</filter-mapping>
In the code we leverage some classes that InfoView uses to pull the Kerberos/Vintela info.  The only other piece that is required is to leverage the authFilter of InfoView.  The authFilter needs to be setup in the application context via the web.xml.  As well the URL pattern of the authFilter needs to be set so that when the jsp page that is doing the logon is being run, that the filter is triggered.  The filter config and mapping can be pulled from the web.xml in /InfoViewApp/WEB-INF/web.xml

Similar Messages

  • Use of Singleton pattern in Distributed environment

    Can somebody say why it is not advisable to use Singleton pattern for developing client server applications.

    Client-server does not imply distributed environment, IMHO. There are pretty simple C/S architectures where Singleton pattern is not generally a bad thing.
    Distributed environments usually have multiple VMs running, while the singleton pattern typically implemented is a per-VM singleton.

  • How to use EJB in Distributed Environment

    Hello
        I have to use the EJB in a distributed environment. There will be a Application server at one system which will access the Application server at another system which will be running ejb. I am using SAP J2EE Engine as application server.
    So I would be thankful if anybody could tell me what are the steps to implement EJB in such a distributed Environment.
    Venkat

    You can implement your EJB as usual.
    On the client side (i think this is also SAP J2EE, right?) you'll need the ejbclient.jar to have the interfaces of the EJBs available. In addition you need to feed the context factory with provider, username, password and context factory. etc.
    An example can be found here:
    http://help.sap.com/saphelp_nw70/helpdata/en/9b/a420ff77d6854bac64d0c4f1599ed0/frameset.htm
    The example above uses a Corba factory for connection. The EJB standard RMI IIOP factory is "com.sap.engine.services.jndi.CosNamingInitialContextFactoryImpl" I think.
    Markus

  • SAP Netweaver installion in distributed environment

    Hello,
    I want to install SAP NetWeaver  2004s in distributed environment. For that i need to install SAP central service and central instance on Windows machine and MaxDB  database instance on Linux machine. I have install sap central services on windows machine. Next on linux machine i am installing database instance. Currently i am stuck up at the point where it is asking for profile directory.
    As per installation guide i have to point it to profile directory from windows machine where i have installed SCS. But i not getting exact procedure for this.
    Kindly guide me on the same.
    Thanks in advance,
    Arati.

    Dear Arati,
    if you really have to mix Windows and Linux (are these requirements from your company?) you have to use Samba (CIFS protocol) to enable file transfer between Windows and Linux. How to implement Samba for Windows/Linux is described on various internet pages...
    Regards,
      Hannes

  • CMS clustering in distributed environment for XI 3.1

    Hi,
    Currently we are on BO_XI_R3.1 FP1.8. We have one Linux server on which CMS is running and one windows server on which there is no CMS running. That windows server BO services are using Linux server CMS. This environment is running fine.
    Now we are planning to add one more Linux server on which we will add second CMS server for clustering. In future we will have below environment:
    ===============================================
    1. We will have 2 Linux server on which 2 CMS are running and both are clustered.
    2. Also we will have one windows server on which there is no CMS server. All the BO services running on it will use cms cluster name to communicate with both CMS.
    ===============================================
    Now I would like to know whether this distributed environment works which has CMS clustering. Will that windows server be able to communicate with 2 CMS running on Linux server. Reason why I am asking is that currrenly we haven't implemented cms clustering. Only one cms is there.
    Please help me in this.
    Thanks,
    Swapnil Rodge.

    Hi Denis,
    Thanks for reply. I have 2 more questions.
    1. Once I have clusetred 2 cms servers from 2 linux box, how can I point SIA from windows server to new cluser name so that it will communicate with cluser instead of individual cms. Currently it is pointing to first cms.
    2. Also you have mentioned that second linux server should be on patch same as first server (which is on XI 3.1 SP1 FP1.8).
        But here I am doing complete installation on second Linux box and that time I need to use custom installation and need to use  same CMS data base which is using by first server. I think at the time of installation only there will be SIA created and thus SIA will be created on version XI 3.1, instead on version XI 3.1 SP1 FP1.8. Once XI 3.1 is installed then only I will go for SP 1 and FP 1.8 installation. Let me know how I can go directly on XI 3.1 SP1 FP1.8 before creating SIA.
    Please help me on this.
    Thanks,
    Swapnil Rodge.

  • Configuring CWA in distributed environment

    Could you please elaborate the process how CWA works in distributed environment?

    Thanks Neno for your response....
    To implement CWA in distributed environment, we need to add Subject Alternative Names in the Certificate.
    I have already gone through the steps given in BYOD design guide, but my concern is if I would by Third party CA certificate for ISE, in that case how would I able to achieve the same.
    http://www.cisco.com/en/US/docs/solutions/Enterprise/Borderless_Networks/Unified_Access/byoddg.html
    Would I need to ask Certificate vendor to add Subject Alternative Names? Will they do that?

  • Security in distributed environment

    Hello Forte guys,
    Does somebody know some sources where I can find any information
    how to implement Object Level Access Control in a distributed
    environment?
    Also I am looking for sources with information about the
    considerations that must be taken into account when you build a
    security system in a distributed environment.
    Best regards,
    Dimitar mailto:[email protected]
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi,
    I was at the Forum99 this week and Bernard Wheeler from Forte UK did a very
    good presentation on that subject :
    Tips and Techniques for Building an Authentication Server.
    It takes care about client tokens and load balancing.
    Hope this helps,
    Daniel Nguyen
    Freelance Forte Consultant
    Url : http://perso.club-internet.fr/dnguyen/
    Dimitar Gospodinov a &eacute;crit:
    Hello Forte guys,
    Does somebody know some sources where I can find any information
    how to implement Object Level Access Control in a distributed
    environment?
    Also I am looking for sources with information about the
    considerations that must be taken into account when you build a
    security system in a distributed environment.
    Best regards,
    Dimitar mailto:[email protected]
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Distributed Environment (WIN + AIX) to Full Environment (AIX)

    Hi,
    We have a distributed environment (Windows + AIX). Only CMS runs in Windows Server and the other services in AIX server, these was because we wanted to configure SSO.
    Now, we want to run all services only in the AIX server without Windows Server.
    Is it possible to create the cms in AIX and delete the cms from Windows? What are the correct steps to change the distributed environment for a full one in AIX?
    Any ideas would be helpful...
    Thanks in advance,
    Diana Victorero

    Use the Import Wizard to bring everything over, check the Admin guide for more info.

  • Deploy to Application Server Failed on a distributed environment

    Hi All,
    I am trying to configure new Hyperion verion 11.1.2.2 on distributed environment but during configuring calculation manager to application server failed and getting error message like "Deploy to Application Server Failed". I am not sure what is issue and how to fix it. I have tried to read log files but I am not able to undersantd where to look and debug this issue.
    My Hyperion Environment over view as a below:-
    1- I have used Microsoft VMWARE to build my Hyperion Enviornment
    2- I have created 1 window server 2003 domain and made 4 clients of that domain. (All these systems have windows server 2003 installed). I have given name to each client server i.e. System A, System B, System C, System D
    3- I have installed SQL 2005 and created databases for all Hyperion components i.e. Shared services, calculation manager, epma on a system A
    5- I have installed and configured foundation services and weblogic server on a system B. (In this system I have installed and configured shared services, weblogic, workspace, and able to deploye application server on a same system)
    6- On a system A I am able to complete installation for hyperion Performance Management Architect and Calculation Manager and able to finish all type of configuration for these two components but as soon as system trying to configure any related to APPLICATION SERVER services it fails to configure. On a configuration summary page system shows everything is configured but APPLICATION SERVER says FAILED wrtten on a red color letters.
    I have explored log files and found that Calculation Manager application server failed to deploy or Deploy to Application server failed.....
    Since, I am not sure where to look and how to debug this issue I am requesting to all hyperion friends to help and guide me to debug as I have been trying to install this product since last friday and still no out put....
    I will be really thankful if someone share his or her wisdom to help me....
    Thank you to all in Advance.....
    Thanks,
    Safi

    Did you install all the WebLogic web applications on the foundation machine as well as the machine they are going to be deployed to.
    "On the machine on which you plan to administer the WebLogic Server, you must install all Web applications for all applications you plan to deploy on any machine in the environment. (The WebLogic Administration Server is installed and deployed on the Foundation Services machine.)"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Managed to make run EPM 11.1.2.1 in a distributed environment?

    Hi,
    please see blow...
    so far the installation and configuration worked well.
    However, in shared services under the essbase node there are no applications available .
    The same is when I try to priovision a user (for apps).
    Can someone give me a hint how to take a closer look to solfe the problem.
    Evething else seems to work fine. Essbase is up an running and it's accessible via the EAS console.
    Thank you in advance!
    Andre
    Hi all,
    a more general question:
    Has anybody successfully managed to make run EPM 11.1.2.1 in a distributed environment?
    If yes - please let me know it, just to give me a littel bit of hope.
    I have tried to install and config a EPM 11.1.2.1 like this:
    All Servers Win208R2.
    1. Http and J2EE Server
    2. Essbase Server
    3. Others Server
    4. RDBMS-Server (Repository)
    However the the OPMN process on the essbase server does not start and thus I cannot go the next steps in my install/conifg process.
    Thank you in advance and best Regards.
    Andre
    Edited by: andreml on May 17, 2011 9:47 AM
    Edited by: andreml on May 17, 2011 9:50 AM

    Hi Pablo,
    Thanks for your inputs
    - I am a bit familiar with F5's BIG/IP load-balancing methods - round-robin, least connections mode and dynamic ratio - while intelligently supporting session persistence.
    - We can also manage load balancing via the WebLogic Admin console, and as you have noted by the OHS as well - which I am not familiar with...
    This is a newbie question - wouldn't having 3 different agents managing load-balancing complicate things..? As the WebLogic server sits on top of the OHS, I guess they work together to provide load-balancing and configuring the WebLogic for clustering/load-balancing should affect the OHS configuration as well. Is this how it works at the high-level or is it more complicated?
    The EPM System Configurator creates the required cluster and adds servers to the cluster when we deploy the Web applications in the final step of the configuration. So we need not manually configure WebLogic for clustering. But when and where does one configure load-balancing..?
    Thanks again.. Essbase infrastructure is indeed a vast topic as it is interesting... :)

  • Hyperion EPM Installation in a distributed environment...

    Hi all,
    I am planning to install Hyperion products in a distributed environment. I have three machines say, Machine A, Machine B, Machine C. All of the machines have Windows 2003 operating system. And only Machine B and Machine C have Application Server installed. Now I give a brief structure as what machine holds which products-
    Machine A:-
    Oracle 11g
    Essbase Server
    Machine B:-
    Foundation Services- Shared Services
    Essbase Studio
    Essbase Integration Services
    Smart Search
    Administration Services
    Provider Services
    Habnet
    Essbase Client
    Machine C:-
    EPMA
    Planning
    Workspace
    I create a separate database for each component, say, to configure Essbase I have Hyess database, to configure Planning I have Hyplan database.
    And I configure Shared Services to the same database, say, Hyshs from each machine. In that case I just follow the previously congigured database.
    Machine B and Machine C components are deployed to their respective Application Server.
    Can anyone please tell me if this is proper or not? Any kind of modification or recommendation would be appreciated.
    Thanks.

    Hi John,
    thanks for your response. Yes, the Process Manager does not start. I had a look at the Event Viewer. And it shows error and the error properties description is something like this-
    Service cannot be started. Hyperion.DimensionServer.ProcessManager.Interface.ProcessManagerException: Cannot initialize the Session Manager. ---> System.Exception: System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.
    at System.Data.OracleClient.OCI.DetermineClientVersion()
    at System.Data.OracleClient.OracleInternalConnection.OpenOnLocalTransaction(String userName, String password, String serverName, Boolean integratedSecurity, Boolean unicode, Boolean omitOracleConnectionName)
    at System.Data.OracleClient.OracleInternalConnection..ctor(OracleConnectionString connectionOptions)
    at System.Data.OracleClient.OracleConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
    at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
    at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningOb...
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

  • EPM 11.1.2.1 Installtion in Distributed environment

    Hi,
    I got a requirement to install and configure below components in distributed environment in windows 2008 server, the database is SQL Sever 2008.
    - Oracle Hyperion Shared Services 11.1.2.1
    - Oracle Hyperion BI+ Workspace 11.1.2.1
    - Oracle Hyperion Essbase 11.1.2.1
    - Oracle Hyperion Essbase Administration Services 11.1.2.1
    - Oracle Hyperion Analytic Provider Services 11.1.2.1
    - Oracle Hyperion Planning 11.1.2.1
    - Oracle Hyperion BI+ Financial Reporting 11.1.2
    - Oracle Hyperion Web Analysis11.1.2
    - Oracle Data Integrator
    4 servers and here is the approach I would like to follow. Please give if this is the correct sequence of installation and configuration:
    Server1: -
    Oracle Hyperion Shared Services 11.1.2.1 , Oracle Hyperion BI+ Workspace 11.1.2.1. I believe Weblogic Application server will be installed in this server. I will be configuring both components in 1 SQL Server database.
    Next components installing in Server2: I will be configuring EAS component in 1 SQL Server database.
    - Oracle Hyperion Essbase 11.1.2.1
    - Oracle Hyperion Essbase Administration Services 11.1.2.1
    - Oracle Hyperion Analytic Provider Services 11.1.2.1
    Next components installing in Server3: I will be configuring Planning component in 1 SQL Server database.
    Oracle Hyperion Planning 11.1.2.1
    Next components installing in Server4: I will be configuring HFR in 1 Schema and web Analysis in 1 Schema. And not sure how to install and configure the ODI, Please share your experience in installing and configuring ODI and how many schemas required for it.
    - Oracle Hyperion BI+ Financial Reporting 11.1.2
    - Oracle Hyperion Web Analysis11.1.2
    - Oracle Data Integrator
    Advance thanks for your ideas.
    Best Regards,
    UB

    The documentation contains lots of useful information I really think you should study it before even attempting, also take note of the information provided in - http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_install_11121/ch03s03.html
    For ODI the RCU utility creates the master and work repository, the documentation takes you through the steps or just search on the web as there are a number of installation guides if you trust them.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to configure boe.properties file in ACTool for SAP BO Distributed environment

    Hi ,
    I am trying to configure the ACTool for SAP BO distributed environment (dedicated BOE Server, Tomcat and Explorer) servers. I have installed SMD Agent, Host Agent and ACTool without any issues in the BOE server(CMS), but I am unable to run the ACTool in Tomcat Server(Web Tier)  and Explorer servers.
    1. How can we configure the boe.properties file for Tomcat Server and Explorer ser to run ACTool?
    2. Is it required to install SMD_Agent and Host_Agent  in Tomcat Server and Explorer server (in my case i have already installed).
    3. What all parameters need to be set in boe.properties file so that ACTool will run correctly in Tomcat server and Explorer server correctly.
    Regards
    Pramod

    Hi ,
    I am trying to configure the ACTool for SAP BO distributed environment (dedicated BOE Server, Tomcat and Explorer) servers. I have installed SMD Agent, Host Agent and ACTool without any issues in the BOE server(CMS), but I am unable to run the ACTool in Tomcat Server(Web Tier)  and Explorer servers.
    1. How can we configure the boe.properties file for Tomcat Server and Explorer ser to run ACTool?
    2. Is it required to install SMD_Agent and Host_Agent  in Tomcat Server and Explorer server (in my case i have already installed).
    3. What all parameters need to be set in boe.properties file so that ACTool will run correctly in Tomcat server and Explorer server correctly.
    Regards
    Pramod

  • EP6,SP3 WAS640 Java Installation in a distributed environment....

    Hi Freinds,
    While installing WAS Java 640 instance in a distributed environment (with oracle 9.2 DB instance in separate host & WAS640 on another), the installation setup stops at the last step (i.e. during registration of SDM of SCS/CI installation). Kindly suggest, what cud be the problem?
    The details of errors are as mentioned below:
    ERROR 2004-10-09 15:04:05
    MUT-02041   SDM call of deploySdaList ends with returncode 4. See output of logfile C:\Program Files\sapinst_instdir\WEBAS_640_J2EE_ONLY\DS\CI\callSdmViaSapinst.log.
    The details of CallsdmViaSAPinst.log is as follows:
    Oct 9, 2004 2:13:26 PM   Info:
    Oct 9, 2004 2:13:26 PM   Info: ============================================
    Oct 9, 2004 2:13:26 PM   Info: =   Starting to execute command 'deploy'   =
    Oct 9, 2004 2:13:26 PM   Info: ============================================
    Oct 9, 2004 2:13:26 PM   Info: Starting SDM - Software Deployment Manager...
    Oct 9, 2004 2:13:32 PM   Info: tc/SL/SDM/SDM/sap.com/SAP AG/6.3003.00.0000.20031126161800.0000
    Oct 9, 2004 2:13:33 PM   Info: SDM operation mode successfully set to: Standalone
    Oct 9, 2004 2:13:35 PM   Info: Initializing Network Manager (50317)
    Oct 9, 2004 2:13:35 PM   Info: Checking if another SDM is running on port 50318
    Oct 9, 2004 2:13:35 PM   Info: -
    Starting deployment -
    Oct 9, 2004 2:13:35 PM   Info: Loading selected archives...
    Oct 9, 2004 2:13:36 PM   Info: Loading archive 'I:\CD\51030277_WAS640SP3_Installation\J2EE1\J2EE-ENG\JDD\SYNCLOG.SDA'
    Oct 9, 2004 2:13:36 PM   Info: Selected archives successfully loaded.
    Oct 9, 2004 2:13:36 PM   Info: Error handling strategy: OnErrorStop
    Oct 9, 2004 2:13:36 PM   Info: Update strategy: UpdateLowerVersions
    Oct 9, 2004 2:13:36 PM   Info: Starting to execute deployment action (deploy) for "synclog".
    Oct 9, 2004 2:13:44 PM   Info: Creating connections to database "EPQ".
    Oct 9, 2004 2:13:55 PM   Info: Creating vendor connection to database.
    Oct 9, 2004 2:13:57 PM   Error: Creation of vendor connection failed.
    Original error message is:
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Stack trace of original Exception or Error is:
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:334)
         at oracle.jdbc.ttc7.TTC7Protocol.handleIOException(TTC7Protocol.java:3695)
         at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:352)
         at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:362)
         at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:536)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:328)
         at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:149)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection(OpenSQLDataSourceImpl.java:472)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:253)
         at com.sap.sdm.serverext.servertype.dbsc.extern.DBSCConnectionManager.createSDMVendorConnection(DBSCConnectionManager.java:214)
         at com.sap.sdm.serverext.servertype.dbsc.extern.DBSCConnectionManager.createSDMConnections(DBSCConnectionManager.java:77)
         at com.sap.sdm.serverext.servertype.dbsc.ConnectionManagerDecorator.createSDMConnections(ConnectionManagerDecorator.java:73)
         at com.sap.sdm.serverext.servertype.dbsc.DatabaseTargetSystem.connect(DatabaseTargetSystem.java:140)
         at com.sap.sdm.serverext.servertype.dbsc.DBSCDeploymentActionProcessor.executeAction(DBSCDeploymentActionProcessor.java:115)
         at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:58)
         at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:181)
         at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:51)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:84)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:61)
         at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:78)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:88)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:74)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:121)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:90)
         at com.sap.sdm.control.command.cmds.Deploy.execute(Deploy.java:162)
         at com.sap.sdm.control.command.decorator.AssureStandaloneMode.execute(AssureStandaloneMode.java:54)
         at com.sap.sdm.control.command.decorator.AssureOneRunningSDMOnly.execute(AssureOneRunningSDMOnly.java:61)
         at com.sap.sdm.control.command.decorator.SDMInitializer.execute(SDMInitializer.java:52)
         at com.sap.sdm.control.command.decorator.GlobalParamEvaluator.execute(GlobalParamEvaluator.java:60)
         at com.sap.sdm.control.command.decorator.AbstractLibDirSetter.execute(AbstractLibDirSetter.java:46)
         at com.sap.sdm.control.command.decorator.ExitPostProcessor.execute(ExitPostProcessor.java:48)
         at com.sap.sdm.control.command.decorator.CommandNameLogger.execute(CommandNameLogger.java:49)
         at com.sap.sdm.control.command.decorator.AdditionalLogFileSetter.execute(AdditionalLogFileSetter.java:65)
         at com.sap.sdm.control.command.decorator.AbstractLogDirSetter.execute(AbstractLogDirSetter.java:52)
         at com.sap.sdm.control.command.Command.exec(Command.java:42)
         at SDM.main(SDM.java:21)
    Oct 9, 2004 2:13:57 PM   Error: Execution of deployment action for "synclog" aborted:
    Db connect failed.
    Oct 9, 2004 2:13:57 PM   Error: Deployment NOT successful for synclog
    Oct 9, 2004 2:13:57 PM   Error: -
    At least one of the Deployments failed -
    Oct 9, 2004 2:13:57 PM   Info: Summarizing the deployment results:
    Oct 9, 2004 2:13:57 PM   Error: Aborted: I:\CD\51030277_WAS640SP3_Installation\J2EE1\J2EE-ENG\JDD\SYNCLOG.SDA
    Oct 9, 2004 2:13:57 PM   Error: Processing error. Return code: 4

    Hi Rajenda,
    I'm really stucked in distributed Java installation.
    Can you help me? I'd like to ask you some questions.
    My email address is: [email protected]
    Regards,
    Tibor
    ps.: I'm using my friend account in SAP SDN (Nándor)

  • ISE Configuration in Distributed Environment

                      Hi All,
    I have quick questions about  ISE deployment in Distributed environment, as i have purchased 2 X Cisco ise 3395 - For Data Center and 3 X Cisco ISE 3355 for remote location with 3500 Base licences and 500 Advance licences.
    i have some questions on this deployment
    i will install 1 3395 in Primary Datacenter and other 3395 in Our secondary Data center as Primary admin+Primary Monitoring and Secondary Admin+Secondary Monitoring
    and each 3355 will get installed in Remote location as policy server, My Question is it this will be correct deployment?
    or while configuring 3395 do i need to configure Policy server as well in addition to Primary admin and monitoring?
    or please suggest me best deployment stratagy!
    Thanks,
    Sachin

    Thanks for the reply,
    all three sites are connected in MPLS with 100MB redundant band width
    we are have 2 data center one is primary and other is secondary. and all client locations are connected with 100 Meg links where i am planning to install 3355 which will act as authentication server.
    but now my question is
    3395 - Primary Admin+Primary Monitoring - Primary DC
    3395 - Secondary Admin+ Secondary Monitoring - Secondary DC
    3355- will say for one remote location(PSN)
    3355- Second remote Location(PSN)
    3355- third Remote location (PSN)
    thanks,
    Sachin

Maybe you are looking for

  • Need help with WRT610N

    About a month ago, I purchased the WRT610N, and had a fair bit of difficulty setting it up.  I'm not a networking guru, and unfortunately, though I know lots of programmers, I don't know many networking people, so I've been kind of feeling this out.

  • Fingerprint Software 5.8 for Windows XP and Vista (32-bit)

    Fingerprint Software 5.8 for Windows XP and Vista (32-bit) points to:. Version: 5.6.2.3650 Release Date: 2007/09/27 which is OLD!!!! we ar stiil waiting for new driver? package? .. have lot's of customer which acan not help! to fix their machines? If

  • Bootcamp error in Windows mode

    After starting Windows in Boot Camp, I get a error message that Boot Camp has encountered a problem and needs to close. The icon to switch back to OS in the lower tray is missing. My work around is that I go to control panel > bootcamp and use that t

  • "Resource Unavailable" error when trying to download a file.

    We're running the latest version of OS:X - 10.4.3 (recently upgraded from 10.3.9) and I've found that with the latest version of Safari we can no longer download files off certain websites of ours. Typically we have a link off a page which spawns a j

  • Yosemite/Java asks me to update to latest version of Java; which is already installed!

    Hello,   I have a mid-2010 iMac with OS X Yosemite (10.10.2) installed on it. The issue that I'm having is that I'm getting a Software Update popup that reads:   Now, how can I be asked to "update" what I ALREADY HAVE installed?? In other words it's