E-Recruitment and IBM portal integration

Dear Experts,
I am going to start working on new project. there they want to implement the E-recruitment. but they are not going to use ESS /MSS. they have their IBM portal in place.
can some one tell me how to integrate the SAP ECC and IBM portal. the middleware is web sphere.
what are the key points to keep eye on.
if any documents are there please forward me.
thanks and regards
chandra

hi sunil,
we are planning to implement the EHP 4.0 (which is coming to market in May 2009).
any detailed idea?
thanks
chandra

Similar Messages

  • Oracle MGW and IBM MQ integration

    Friends, I made a trial of ORACLE<=>MQ. Configuration all seems ok but, the connection to MQ fails, "*Failed to access queue DESTQ@MQLINK; provider queue: TQ*
    *oracle.mgw.common.GatewayException: [800|http://forums.oracle.com/forums/] MQSeries queue manager, TESTQM, creation failed"*.
    Here's full log and appreciate if anyone has similar experience to share with:
    2008-10-14 22:55:42 MGW C-Bootstrap 0 LOG process-id=2888
    Bootstrap program starting
    2008-10-14 22:55:42 MGW C-Bootstrap 0 LOG process-id=2888JVM created -- heapsize = 64
    2008-10-14 22:55:43 MGW Engine 0 200 mainMGW Agent version: 10.2.0.3_20061010:0713
    2008-10-14 22:55:43 MGW AdminMgr 0 LOG mainConnecting to database using connect string = jdbc:oracle:oci8:@ORANGE
    2008-10-14 22:55:44 MGW Engine 0 200 mainMGW Component version: 10.2.0.3.0
    2008-10-14 22:55:44 MGW Engine 0 200 mainMGW job number: 2, MGW job sid: 137, MGW database instance: 1
    2008-10-14 22:55:44 MGW Engine 0 1 mainAgent is initializing.
    2008-10-14 22:55:44 MGW Engine 0 23 mainThe number of worker threads is set to 1.
    2008-10-14 22:55:44 MGW Engine 0 22 mainThe default polling interval is set to 5000ms.
    2008-10-14 22:55:45 MGW Engine 0 2 mainAgent is up and running.
    2008-10-14 22:56:33 MGW MQD 0 LOG ConfigNotifierCreating MQSeries messaging link:
    link : MQLINK
    link type : Base Java interface
    queue manager : TESTQM
    channel : TQCONN
    host : 10.90.90.101
    port : 1414
    user :
    connections : 1
    inbound logQ : LOG_IN
    outbound logQ : LOG_OUT
    2008-10-14 22:56:33 MGW Engine 0 4 ConfigNotifierLink MQLINK has been added.
    2008-10-14 22:56:48 MGW Notif Handler 0 7 ConfigNotifierQueue DESTQ@MQLINK has been registered; provider queue: TQ.
    2008-10-14 22:56:59 MGW AQN 0 LOG ConfigNotifierCreating AQ messaging link:
    link : oracleMgwAq
    link type : native
    database : ORANGE
    user : MGWAGENT
    connection type : JDBC OCI
    connections : 1
    inbound logQ : sys.mgw_recv_log
    outbound logQ : sys.mgw_send_log
    2008-10-14 22:56:59 MGW Notif Handler 0 14 ConfigNotifierMGW subscriber SUB_AQ2MQ (MGWUSER.MGW_BASIC_SRC --> DESTQ@MQLINK) has been added.
    2008-10-14 22:56:59 MGW Notif Handler 0 14 ConfigNotifierMGW subscriber SUB_MQ2AQ (DESTQ@MQLINK --> MGWUSER.MGW_BASIC_DEST) has been added.
    2008-10-14 22:56:59 MGW Notif Handler 0 9 ConfigNotifierPropagation schedule SCH_AQ2MQ (MGWUSER.MGW_BASIC_SRC --> DESTQ@MQLINK) has been added.
    2008-10-14 22:57:00 MGW Engine 0 19 ConfigNotifierMGW subscriber SUB_AQ2MQ has been activated.
    2008-10-14 22:57:03 MGW Engine 0 434 worker0Failed to access queue DESTQ@MQLINK; provider queue: TQ
    oracle.mgw.common.GatewayException: [800|http://forums.oracle.com/forums/] MQSeries queue manager, TESTQM, creation failed
    at oracle.mgw.common.MgwUtil.GatewayException(MgwUtil.java:739)
    at oracle.mgw.drivers.mq.MQOPHandle.<init>(MQOPHandle.java:64)
    at oracle.mgw.drivers.mq.MQOPHandleFactory.createOPHandle(MQOPHandleFactory.java:35)
    at oracle.mgw.drivers.OPHandlePool.getHandle(OPHandlePool.java:133)
    at oracle.mgw.drivers.mq.MQLink.registerDestination(MQLink.java:382)
    at oracle.mgw.engine.DestMgr.getForeignDest(DestMgr.java:54)
    at oracle.mgw.engine.JobData.init(JobData.java:233)
    at oracle.mgw.engine.Worker.recoverJob(Worker.java:1086)
    at oracle.mgw.engine.Worker.myRun(Worker.java:98)
    at oracle.mgw.engine.ManagedThr.run(ManagedThr.java:58)
    [Linked-exception|http://forums.oracle.com/forums/]
    com.ibm.mq.MQException: MQJE001: Completion Code '2', Reason '2059'.
    at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:229)
    at com.ibm.mq.MQClientManagedConnectionFactoryJ11._createManagedConnection(MQClientManagedConnectionFactoryJ11.java:500)
    at com.ibm.mq.MQClientManagedConnectionFactoryJ11.createManagedConnection(MQClientManagedConnectionFactoryJ11.java:541)
    at com.ibm.mq.StoredManagedConnection.<init>(StoredManagedConnection.java:95)
    at com.ibm.mq.MQSimpleConnectionManager.allocateConnection(MQSimpleConnectionManager.java:182)
    at com.ibm.mq.MQQueueManagerFactory.obtainBaseMQQueueManager(MQQueueManagerFactory.java:870)
    at com.ibm.mq.MQQueueManagerFactory.procure(MQQueueManagerFactory.java:756)
    at com.ibm.mq.MQQueueManagerFactory.constructQueueManager(MQQueueManagerFactory.java:704)
    at com.ibm.mq.MQQueueManagerFactory.createQueueManager(MQQueueManagerFactory.java:169)
    at com.ibm.mq.MQQueueManager.<init>(MQQueueManager.java:677)
    at oracle.mgw.drivers.mq.MQOPHandle.<init>(MQOPHandle.java:60)
    at oracle.mgw.drivers.mq.MQOPHandleFactory.createOPHandle(MQOPHandleFactory.java:35)
    at oracle.mgw.drivers.OPHandlePool.getHandle(OPHandlePool.java:133)
    at oracle.mgw.drivers.mq.MQLink.registerDestination(MQLink.java:382)
    at oracle.mgw.engine.DestMgr.getForeignDest(DestMgr.java:54)
    at oracle.mgw.engine.JobData.init(JobData.java:233)
    at oracle.mgw.engine.Worker.recoverJob(Worker.java:1086)
    at oracle.mgw.engine.Worker.myRun(Worker.java:98)
    at oracle.mgw.engine.ManagedThr.run(ManagedThr.java:58)
    Caused by: com.ibm.mq.jmqi.JmqiException: CC=2;RC=2059;AMQ9213: A communications error for occurred. [1=java.net.ConnectException[Connection refused: connect],3=Istana|http://forums.oracle.com/forums/]
    at com.ibm.mq.jmqi.remote.internal.RemoteTCPConnection.connnectUsingLocalAddress(RemoteTCPConnection.java:632)
    at com.ibm.mq.jmqi.remote.internal.RemoteTCPConnection.protocolConnect(RemoteTCPConnection.java:980)
    at com.ibm.mq.jmqi.remote.internal.system.RemoteConnection.connect(RemoteConnection.java:989)
    at com.ibm.mq.jmqi.remote.internal.system.RemoteConnectionPool.getConnection(RemoteConnectionPool.java:293)
    at com.ibm.mq.jmqi.remote.internal.RemoteFAP.jmqiConnect(RemoteFAP.java:1371)
    at com.ibm.mq.MQSESSION.MQCONNX_j(MQSESSION.java:924)
    at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:224)
    ... 18 more
    Caused by: java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
    at java.net.Socket.connect(Socket.java:464)
    at java.net.Socket.connect(Socket.java:414)
    at com.ibm.mq.jmqi.remote.internal.RemoteTCPConnection$2.run(RemoteTCPConnection.java:618)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.ibm.mq.jmqi.remote.internal.RemoteTCPConnection.connnectUsingLocalAddress(RemoteTCPConnection.java:611)
    ... 24 more
    2008-10-14 22:57:03 MGW Engine 0 442 worker0Unable to access queue DESTQ@MQLINK for subscriber SUB_AQ2MQ
    2008-10-14 22:57:03 MGW Engine 0 LOG worker0Initialization failures for SUB_AQ2MQ
    2008-10-14 22:57:03 MGW Engine 0 422 worker0Errors occurred during recovering subscriber SUB_AQ2MQ
    oracle.mgw.common.GatewayException: [435|http://forums.oracle.com/forums/] Initialization failures for SUB_AQ2MQ
    at oracle.mgw.common.MgwUtil.GatewayException(MgwUtil.java:739)
    at oracle.mgw.engine.Worker.recoverJob(Worker.java:1087)
    at oracle.mgw.engine.Worker.myRun(Worker.java:98)
    at oracle.mgw.engine.ManagedThr.run(ManagedThr.java:58)
    2008-10-14 22:57:04 MGW Engine 0 434 worker0Failed to access queue DESTQ@MQLINK; provider queue: TQ
    oracle.mgw.common.GatewayException: [800|http://forums.oracle.com/forums/] MQSeries queue manager, TESTQM, creation failed
    at oracle.mgw.common.MgwUtil.GatewayException(MgwUtil.java:739)
    at oracle.mgw.drivers.mq.MQOPHandle.<init>(MQOPHandle.java:64)
    at oracle.mgw.drivers.mq.MQOPHandleFactory.createOPHandle(MQOPHandleFactory.java:35)
    at oracle.mgw.drivers.OPHandlePool.getHandle(OPHandlePool.java:133)
    at oracle.mgw.drivers.mq.MQLink.registerDestination(MQLink.java:382)
    at oracle.mgw.engine.DestMgr.getForeignDest(DestMgr.java:54)
    at oracle.mgw.engine.JobData.createAlterNativeSub(JobData.java:1248)
    at oracle.mgw.engine.Worker.createDurableSub(Worker.java:2486)
    at oracle.mgw.engine.Worker.myRun(Worker.java:94)
    at oracle.mgw.engine.ManagedThr.run(ManagedThr.java:58)
    [Linked-exception|http://forums.oracle.com/forums/]
    com.ibm.mq.MQException: MQJE001: Completion Code '2', Reason '2059'.
    at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:229)
    at com.ibm.mq.MQClientManagedConnectionFactoryJ11._createManagedConnection(MQClientManagedConnectionFactoryJ11.java:500)
    at com.ibm.mq.MQClientManagedConnectionFactoryJ11.createManagedConnection(MQClientManagedConnectionFactoryJ11.java:541)
    at com.ibm.mq.StoredManagedConnection.<init>(StoredManagedConnection.java:95)
    at com.ibm.mq.MQSimpleConnectionManager.allocateConnection(MQSimpleConnectionManager.java:182)
    at com.ibm.mq.MQQueueManagerFactory.obtainBaseMQQueueManager(MQQueueManagerFactory.java:870)
    at com.ibm.mq.MQQueueManagerFactory.procure(MQQueueManagerFactory.java:756)
    at com.ibm.mq.MQQueueManagerFactory.constructQueueManager(MQQueueManagerFactory.java:704)
    at com.ibm.mq.MQQueueManagerFactory.createQueueManager(MQQueueManagerFactory.java:169)
    at com.ibm.mq.MQQueueManager.<init>(MQQueueManager.java:677)
    at oracle.mgw.drivers.mq.MQOPHandle.<init>(MQOPHandle.java:60)
    at oracle.mgw.drivers.mq.MQOPHandleFactory.createOPHandle(MQOPHandleFactory.java:35)
    at oracle.mgw.drivers.OPHandlePool.getHandle(OPHandlePool.java:133)
    at oracle.mgw.drivers.mq.MQLink.registerDestination(MQLink.java:382)
    at oracle.mgw.engine.DestMgr.getForeignDest(DestMgr.java:54)
    at oracle.mgw.engine.JobData.createAlterNativeSub(JobData.java:1248)
    at oracle.mgw.engine.Worker.createDurableSub(Worker.java:2486)
    at oracle.mgw.engine.Worker.myRun(Worker.java:94)
    at oracle.mgw.engine.ManagedThr.run(ManagedThr.java:58)
    Caused by: com.ibm.mq.jmqi.JmqiException: CC=2;RC=2059;AMQ9213: A communications error for occurred. [1=java.net.ConnectException[Connection refused: connect],3=Istana|http://forums.oracle.com/forums/]
    at com.ibm.mq.jmqi.remote.internal.RemoteTCPConnection.connnectUsingLocalAddress(RemoteTCPConnection.java:632)
    at com.ibm.mq.jmqi.remote.internal.RemoteTCPConnection.protocolConnect(RemoteTCPConnection.java:980)
    at com.ibm.mq.jmqi.remote.internal.system.RemoteConnection.connect(RemoteConnection.java:989)
    at com.ibm.mq.jmqi.remote.internal.system.RemoteConnectionPool.getConnection(RemoteConnectionPool.java:293)
    at com.ibm.mq.jmqi.remote.internal.RemoteFAP.jmqiConnect(RemoteFAP.java:1371)
    at com.ibm.mq.MQSESSION.MQCONNX_j(MQSESSION.java:924)
    at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:224)
    ... 18 more
    Caused by: java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
    at java.net.Socket.connect(Socket.java:464)
    at java.net.Socket.connect(Socket.java:414)
    at com.ibm.mq.jmqi.remote.internal.RemoteTCPConnection$2.run(RemoteTCPConnection.java:618)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.ibm.mq.jmqi.remote.internal.RemoteTCPConnection.connnectUsingLocalAddress(RemoteTCPConnection.java:611)
    ... 24 more
    2008-10-14 22:57:04 MGW Engine 0 442 worker0Unable to access queue DESTQ@MQLINK for subscriber SUB_MQ2AQ
    2008-10-14 22:57:05 MGW Notif Handler 0 9 ConfigNotifierPropagation schedule SCH_MQ2AQ (DESTQ@MQLINK --> MGWUSER.MGW_BASIC_DEST) has been added.
    2008-10-14 22:57:05 MGW Engine 0 19 ConfigNotifierMGW subscriber SUB_MQ2AQ has been activated.
    2008-10-14 22:57:05 MGW Engine 0 434 worker0Failed to access queue DESTQ@MQLINK; provider queue: TQ
    oracle.mgw.common.GatewayException: [800|http://forums.oracle.com/forums/] MQSeries queue manager, TESTQM, creation failed
    at oracle.mgw.common.MgwUtil.GatewayException(MgwUtil.java:739)
    at oracle.mgw.drivers.mq.MQOPHandle.<init>(MQOPHandle.java:64)
    at oracle.mgw.drivers.mq.MQOPHandleFactory.createOPHandle(MQOPHandleFactory.java:35)
    at oracle.mgw.drivers.OPHandlePool.getHandle(OPHandlePool.java:133)
    at oracle.mgw.drivers.mq.MQLink.registerDestination(MQLink.java:382)
    at oracle.mgw.engine.DestMgr.getForeignDest(DestMgr.java:54)
    at oracle.mgw.engine.JobData.init(JobData.java:233)
    at oracle.mgw.engine.Worker.recoverJob(Worker.java:1086)
    at oracle.mgw.engine.Worker.myRun(Worker.java:98)
    at oracle.mgw.engine.ManagedThr.run(ManagedThr.java:58)
    [Linked-exception|http://forums.oracle.com/forums/]
    com.ibm.mq.MQException: MQJE001: Completion Code '2', Reason '2059'.
    at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:229)
    at com.ibm.mq.MQClientManagedConnectionFactoryJ11._createManagedConnection(MQClientManagedConnectionFactoryJ11.java:500)
    at com.ibm.mq.MQClientManagedConnectionFactoryJ11.createManagedConnection(MQClientManagedConnectionFactoryJ11.java:541)
    at com.ibm.mq.StoredManagedConnection.<init>(StoredManagedConnection.java:95)
    at com.ibm.mq.MQSimpleConnectionManager.allocateConnection(MQSimpleConnectionManager.java:182)
    at com.ibm.mq.MQQueueManagerFactory.obtainBaseMQQueueManager(MQQueueManagerFactory.java:870)
    at com.ibm.mq.MQQueueManagerFactory.procure(MQQueueManagerFactory.java:756)
    at com.ibm.mq.MQQueueManagerFactory.constructQueueManager(MQQueueManagerFactory.java:704)
    at com.ibm.mq.MQQueueManagerFactory.createQueueManager(MQQueueManagerFactory.java:169)
    at com.ibm.mq.MQQueueManager.<init>(MQQueueManager.java:677)
    at oracle.mgw.drivers.mq.MQOPHandle.<init>(MQOPHandle.java:60)
    at oracle.mgw.drivers.mq.MQOPHandleFactory.createOPHandle(MQOPHandleFactory.java:35)
    at oracle.mgw.drivers.OPHandlePool.getHandle(OPHandlePool.java:133)
    at oracle.mgw.drivers.mq.MQLink.registerDestination(MQLink.java:382)
    at oracle.mgw.engine.DestMgr.getForeignDest(DestMgr.java:54)
    at oracle.mgw.engine.JobData.init(JobData.java:233)
    at oracle.mgw.engine.Worker.recoverJob(Worker.java:1086)
    at oracle.mgw.engine.Worker.myRun(Worker.java:98)
    at oracle.mgw.engine.ManagedThr.run(ManagedThr.java:58)
    Caused by: com.ibm.mq.jmqi.JmqiException: CC=2;RC=2059;AMQ9213: A communications error for occurred. [1=java.net.ConnectException[Connection refused: connect],3=Istana|http://forums.oracle.com/forums/]
    at com.ibm.mq.jmqi.remote.internal.RemoteTCPConnection.connnectUsingLocalAddress(RemoteTCPConnection.java:632)
    at com.ibm.mq.jmqi.remote.internal.RemoteTCPConnection.protocolConnect(RemoteTCPConnection.java:980)
    at com.ibm.mq.jmqi.remote.internal.system.RemoteConnection.connect(RemoteConnection.java:989)
    at com.ibm.mq.jmqi.remote.internal.system.RemoteConnectionPool.getConnection(RemoteConnectionPool.java:293)
    at com.ibm.mq.jmqi.remote.internal.RemoteFAP.jmqiConnect(RemoteFAP.java:1371)
    at com.ibm.mq.MQSESSION.MQCONNX_j(MQSESSION.java:924)
    at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:224)
    ... 18 more
    Caused by: java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
    at java.net.Socket.connect(Socket.java:464)
    at java.net.Socket.connect(Socket.java:414)
    at com.ibm.mq.jmqi.remote.internal.RemoteTCPConnection$2.run(RemoteTCPConnection.java:618)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.ibm.mq.jmqi.remote.internal.RemoteTCPConnection.connnectUsingLocalAddress(RemoteTCPConnection.java:611)
    ... 24 more
    2008-10-14 22:57:05 MGW Engine 0 442 worker0Unable to access queue DESTQ@MQLINK for subscriber SUB_AQ2MQ
    2008-10-14 22:57:05 MGW Engine 0 LOG worker0Initialization failures for SUB_AQ2MQ
    2008-10-14 22:57:05 MGW Engine 0 422 worker0Errors occurred during recovering subscriber SUB_AQ2MQ
    oracle.mgw.common.GatewayException: [435|http://forums.oracle.com/forums/] Initialization failures for SUB_AQ2MQ
    at oracle.mgw.common.MgwUtil.GatewayException(MgwUtil.java:739)
    at oracle.mgw.engine.Worker.recoverJob(Worker.java:1087)
    at oracle.mgw.engine.Worker.myRun(Worker.java:98)
    at oracle.mgw.engine.ManagedThr.run(ManagedThr.java:58)
    2008-10-14 22:57:13 MGW Engine 0 434 worker0Failed to access queue DESTQ@MQLINK; provider queue: TQ
    oracle.mgw.common.GatewayException: [800|http://forums.oracle.com/forums/] MQSeries queue manager, TESTQM, creation failed
    at oracle.mgw.common.MgwUtil.GatewayException(MgwUtil.java:739)
    at oracle.mgw.drivers.mq.MQOPHandle.<init>(MQOPHandle.java:64)
    at oracle.mgw.drivers.mq.MQOPHandleFactory.createOPHandle(MQOPHandleFactory.java:35)
    at oracle.mgw.drivers.OPHandlePool.getHandle(OPHandlePool.java:133)
    at oracle.mgw.drivers.mq.MQLink.registerDestination(MQLink.java:382)
    at oracle.mgw.engine.DestMgr.getForeignDest(DestMgr.java:54)
    at oracle.mgw.engine.JobData.init(JobData.java:233)
    at oracle.mgw.engine.Worker.recoverJob(Worker.java:1086)
    at oracle.mgw.engine.Worker.myRun(Worker.java:98)
    at oracle.mgw.engine.ManagedThr.run(ManagedThr.java:58)
    [Linked-exception|http://forums.oracle.com/forums/]
    com.ibm.mq.MQException: MQJE001: Completion Code '2', Reason '2059'.
    at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:229)
    at com.ibm.mq.MQClientManagedConnectionFactoryJ11._createManagedConnection(MQClientManagedConnectionFactoryJ11.java:500)
    at com.ibm.mq.MQClientManagedConnectionFactoryJ11.createManagedConnection(MQClientManagedConnectionFactoryJ11.java:541)
    at com.ibm.mq.StoredManagedConnection.<init>(StoredManagedConnection.java:95)
    at com.ibm.mq.MQSimpleConnectionManager.allocateConnection(MQSimpleConnectionManager.java:182)
    at com.ibm.mq.MQQueueManagerFactory.obtainBaseMQQueueManager(MQQueueManagerFactory.java:870)
    at com.ibm.mq.MQQueueManagerFactory.procure(MQQueueManagerFactory.java:756)
    at com.ibm.mq.MQQueueManagerFactory.constructQueueManager(MQQueueManagerFactory.java:704)
    at com.ibm.mq.MQQueueManagerFactory.createQueueManager(MQQueueManagerFactory.java:169)
    at com.ibm.mq.MQQueueManager.<init>(MQQueueManager.java:677)
    at oracle.mgw.drivers.mq.MQOPHandle.<init>(MQOPHandle.java:60)
    at oracle.mgw.drivers.mq.MQOPHandleFactory.createOPHandle(MQOPHandleFactory.java:35)
    at oracle.mgw.drivers.OPHandlePool.getHandle(OPHandlePool.java:133)
    at oracle.mgw.drivers.mq.MQLink.registerDestination(MQLink.java:382)
    at oracle.mgw.engine.DestMgr.getForeignDest(DestMgr.java:54)
    at oracle.mgw.engine.JobData.init(JobData.java:233)
    at oracle.mgw.engine.Worker.recoverJob(Worker.java:1086)
    at oracle.mgw.engine.Worker.myRun(Worker.java:98)
    at oracle.mgw.engine.ManagedThr.run(ManagedThr.java:58)
    Caused by: com.ibm.mq.jmqi.JmqiException: CC=2;RC=2059;AMQ9213: A communications error for occurred. [1=java.net.ConnectException[Connection refused: connect],3=Istana|http://forums.oracle.com/forums/]
    at com.ibm.mq.jmqi.remote.internal.RemoteTCPConnection.connnectUsingLocalAddress(RemoteTCPConnection.java:632)
    at com.ibm.mq.jmqi.remote.internal.RemoteTCPConnection.protocolConnect(RemoteTCPConnection.java:980)
    at com.ibm.mq.jmqi.remote.internal.system.RemoteConnection.connect(RemoteConnection.java:989)
    at com.ibm.mq.jmqi.remote.internal.system.RemoteConnectionPool.getConnection(RemoteConnectionPool.java:293)
    at com.ibm.mq.jmqi.remote.internal.RemoteFAP.jmqiConnect(RemoteFAP.java:1371)
    at com.ibm.mq.MQSESSION.MQCONNX_j(MQSESSION.java:924)
    at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:224)
    ... 18 more
    Caused by: java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
    at java.net.Socket.connect(Socket.java:464)
    at java.net.Socket.connect(Socket.java:414)
    at com.ibm.mq.jmqi.remote.internal.RemoteTCPConnection$2.run(RemoteTCPConnection.java:618)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.ibm.mq.jmqi.remote.internal.RemoteTCPConnection.connnectUsingLocalAddress(RemoteTCPConnection.java:611)
    ... 24 more
    2008-10-14 22:57:13 MGW Engine 0 442 worker0Unable to access queue DESTQ@MQLINK for subscriber SUB_AQ2MQ
    2008-10-14 22:57:13 MGW Engine 0 LOG worker0Initialization failures for SUB_AQ2MQ
    2008-10-14 22:57:13 MGW Engine 0 422 worker0Errors occurred during recovering subscriber SUB_AQ2MQ
    oracle.mgw.common.GatewayException: [435|http://forums.oracle.com/forums/] Initialization failures for SUB_AQ2MQ
    at oracle.mgw.common.MgwUtil.GatewayException(MgwUtil.java:739)
    at oracle.mgw.engine.Worker.recoverJob(Worker.java:1087)
    at oracle.mgw.engine.Worker.myRun(Worker.java:98)
    at oracle.mgw.engine.ManagedThr.run(ManagedThr.java:58)
    Thanks&Regards
    Joe

    Using MGW to move messages between ibm mq and oracle aq has been pretty good to me, once it got set up it's run pretty trouble free.
    Every once in a great while I have to reset the subscribers to tell oracle to start moving messages after they get stuck -- after downtime or whatnot, but in general it's been pretty reliable.
    Anyway, stack trace indicates your mq server isn't (wasn't) responding, at least not on the IP/port you specified.
    Caused by: com.ibm.mq.jmqi.JmqiException: CC=2;RC=2059;AMQ9213: A communications error for occurred. [1=java.net.ConnectExceptionConnection refused: connect],3=Istana
    Caused by: java.net.ConnectException: Connection refused: connect- Izzy

  • E-Recruit portal integration

    Hi,
    Please let me know that what are steps need to configure for E-Recruitment portal integration.
    Thanks,
    HCM

    What version are you planning to implement ?
    There are a lot of options to run e-recruitment and the dependency on the portal differs based on the versions.
    Starting from EHP4, portal is mandatory for using E-Recruitment.
    So, if you can explain your requirement a little bit more in detail - you can anticipate some better replies.
    - Shanti

  • Portal integration with E-Business and Discoverer 10g

    Hello Everyone,
    We have a R12 integrated with SSO/OID. We also have a standalone Oracle BI Discoverer 10g. We want to implement Oracle Portal here. One of the requirements of this project is to have a common home page for both E-Business Suite login as well Discoverer access. Right now E-Business Suite login is seperate and Discoverer home page is seperate (because it comes from a Standalone installation)
    1) What are the benefits of having AS Portal 10g for end users ?
    2) To begin with, we would like to go with the minimum portlets.
    3) Is it possible to have a common home page for both E-Biz access and the Discoverer acess after Portal integration ?
    4) Do you have some screenshots of how things look after Portal integration
    -Thanks
    Srinivas

    Hi,
    take a look in metalink Note:313418.1. :
    "Using Discoverer 10.1.2 with Oracle E-Business Suite 11i"
    Look in section 6 - post installation.
    Follow the steps and have a very good luck.

  • Portal KM and Domino Doc Integration

    Hi
    Is there anyway I can Integrate Portal Knowledge Management with domino doc.
    Regards
    Senthil

    Hello Senthil,
    yes, for the integration of the user interface of any Lotus Notes/Domino application you have the following options:
    1: Rendering on Domino
    - URL iViews to Domino Web App
    - leveraging Enterprise Portal eventing for communication between the Domino iViews and other portal iViews
    - leveraging Enterprise Portal styles for consistent look and feel
    2: Rendering on Enterprise Portal
    - using XSLT and ?ReadViewEntries to render NotesViews (flat and categorized)
    - using XSLT and ?ReadEntries to render Outlines for Navigation. Also the assignment of such an iView to a pages dynamic navigation is possible. Navigation events are communicated through portal eventing
    - using SOAP or web agents and DXL to render documents
    SAP Consulting has alredy implemented all those options mentioned in customer projects. Please get back to me if you need more information or samples.
    Regards
    Michael

  • Support IBM IVM (Integrated Virtualization Manager) and Njay NAS Storage in SCVMM 2012 R2

    Hello Frenz,
                     Can you someone help me to understand the below Queries,
    Will SCVMM 2012 R2 support following Management
                       01. IBM IVM (Integrated Virtualization Manager)
       02. Njay NAS device
               03. Cisco Router

    VMM has a "datacenter abstraction layer" approach, based on standard-based management. If your storage devices can be managed through SMI-S or SMP, then it is hope. However, the vendor of the device must have a supported provider for you do communicate with
    from VMM.
    The same goes for networking device, and Cisco Nexus v1000 can be added as an extension into the fabric. 
    -kn
    Kristian (Virtualization and some coffee: http://kristiannese.blogspot.com )

  • WebCenter Portal and WebCenter Sites Integration

    We have a client requirement where we need to provide Web Content Management and Portal Solution in Oracle WebCenter product stack.
    Contents, Templates and other Content Assets will be created and managed in WebCenter Sites, WebCenter Portal will be used for content delivery (Display content to end user). There is another requirement of content editing from WebCenter Portal; where a set of users will have the right to editing content present in WebCenter Sites.
    Is there any available solution for integrating WebCenter Sites and WebCenter Portal to fulfill above requirements?

    The best available info is in this thread: Integrating webcenter sites content in to Webcenter portal
    Take a look also at this one: Re: WebcenterSites Vs WebcenterPortal

  • RFC calls with SAP JCO and IBM resource adapter for SAP - basic tuning

    Hi experts,
    we are working on a java portal connected to a backend system SAP by calling RFCs.
    On our first integration tests, it appears to be quite slow fetching data from SAP by calling the remote functions from the custom portal. We are using SAP JCo 3.0.6 and IBM resource adapter for SAP 7.0.0.3 to integrate SAP with our portal.
    Is there any basic tuning to achieve to improve performances or any hint of where to tune in SAP ?
    Any help would be greatly appreciated.
    Thanks a lot,
    Jamal

    Hi Jamal,
    I understand you have already checked performance issues in the SAP Server. We had some problems with certain RFC calls and it turned out to be a badly developed ABAP sentence.
    I'd recommend you to use httpwatch or another tool to check the response times from the browser, so you can point accurately where the is.
    Regards
    Francisco

  • WebDynpro and IBM WebSphere

    Hi everyone,
    I've got the following scenario. We have a bunch of WD4A applications that we'd like to integrate with IBM WebSphere.
    If we deploy them through portal, there won't be any WSRP support from the portal side and integration cannot be achieved.
    What are the options then?
    If we integrate them as simple iFrame, what happens to the theme? And what if we have multiple WD views interacting one another? Is the deployment of SAP Portal best practice?
    Thank you.
    Cheers

    That's my point too.
    However I'd like to know whether there's some official docs from SAP stating what the best practice would be.
    In fact, if SAP portal isn't deployed, the only way integration can be done is via iFrame.
    - What happens to the theme then? I think that there will be a discrepancy between SAP's and IBM's themes unless SAP's theme is tweaked manually to look like IBM's.
    - What happens to inter-communicating WDynpros? I mean if we have two (or more) WebDynpro apps that need to exchange data and no SAP portal is in place?
    - On the other hand, if we deploy SAP Portal and want to integrate SAP Portal with IBM WebSphere, I guess we'll be having tough time later on, because BSPs, WebDynpros, Pages, etc. don't support WSRP and cannot be consumed by WebSphere. Can anybody confirm this? Has anyone ever tried this scenario?
    Thank you.

  • E-Recruitment/E-Recruiting in the Portal

    Hi Experts,
    We are implementing SAP E-Recruitment and the SAP Portal.  After following the IMG config steps, I am curious how the webdynpro pages appear in the portal.  I can test the pages from SICF, but how do I complete the portal integration and get the pages to open from a tab within the portal?
    Also, are any BSP pages still supported within E-recruiting?  Or are all the pages webdynpro?
    Thanks
    Shane

    Dear Shane,
    SAP e-Recruitment business package is split into two ui packages. One is on Web Dynpro ABAP and the other BSP technology. As a functionality all the candidate related pages like, internal/external/registered candidate related activities are developed in WD ABAP. All the recruiter, manager and administrator(upload questionaire etc) are handled in BSP technology.
    As a background check(based on information), the busienss package was completly in BSP and later candidate related pages were moved to WD ABAP.
    So finally, the business package is collaboration of BSP and WD ABAP UI technologies and BSP is very much part of it.
    Thank you.
    Regards,
    Sharath M G

  • SAP MDM, ORACLE MDM, Microsoft MDM and IBM MDM

    Could someone discuss the differences and similarities between these MDMs-
    SAP MDM, ORACLE MDM, Microsoft MDM and IBM MDM. Who is/will dominate the Market?
    Thank you.
    Priya.

    Hi priya k  ,
    These r the details regarding MDMs-SAP MDM, ORACLE MDM, Microsoft MDM and IBM MDM.
    SAP Master Data Management
    SAP Master Data Management (SAP MDM) enables master data on customers, partners and products to be consolidated and harmonized across the enterprise, making it available to all staff and business partners. A key component of SAP NetWeaver, SAP MDM ensures data integrity across all IT systems.
    The SAP NetWeaver Master Data Management (SAP NetWeaver MDM) component of SAP NetWeaver creates the preconditions for enterprise services and business process management. The functionality represents customers, products, employees, vendors, and user-defined data objects in unified form. With SAP NetWeaver MDM, customers can manage master data and supplemental content, such as texts, PDF documents, high-resolution images, or diagrams in a central business information warehouse.
    SAP Master Data Management (SAP MDM) is a component of SAP's NetWeaver product group and is used as a platform to consolidate, cleanse and synchronise a single version of the truth for master data within a heterogeneous application landscape. It has the ability to distribute internally and externally to SAP and non-SAP applications. SAP MDM is a key enabler of SAP Enterprise Service-Oriented Architecture. Standard system architecture would consist of a single central MDM server connected to client systems through SAP Exchange Infrastructure using XML documents, although connectivity without SAP XI can also be achieved. There are five standard implementation scenarios:
    Content Consolidation - centralised cleansing, de-duplication and consolidation, enabling key mapping and consolidated group reporting in SAP BI. No re-distribution of cleansed data.
    Master Data Harmonisation - as for Content Consolidation, plus re-distribution of cleansed, consolidated master data.
    Central Master Data Management - as for Master Data Harmonisation, but all master data is maintained in the central MDM system. No maintenance of master data occurs in the connected client systems.
    Rich Product Content Management - Catalogue management and publishing. Uses elements of Content Consolidation to centrally store rich content (images, PDF files, video, sound etc.) together with standard content in order to produce product catalogues (web or print). Has standard adapters to export content to DTP packages.
    Global Data Synchronization - provides consistent trade item information exchange with retailers through data hubs (e.g. 1SYNC) Some features (for example, workflow) require custom development out of the box to provide screens for end users to use.
    History
    SAP is currently on its second iteration of MDM software. Facing limited adoption of its initial release, SAP changed direction and in 2004 purchased a small vendor in the PIM space called A2i. This code has become the basis for the currently shipping SAP MDM 5.5, and as such, most analysts consider SAP MDM to be more of a PIM than a general MDM product at this time.
    Getting Started with Master Data Management
    /docs/DOC-8746#section2 [original link is broken]
    Master Data Management (SAP MDM)
    http://help.sap.com/saphelp_mdm300/helpdata/EN/2d/ca9b835855804d9446044fd06f4484/frameset.htm
    http://www.sap.com/netherlands/platform/netweaver/components/mdm/index.epx
    http://www11.sap.com/platform/netweaver/components/mdm/index.epx
    Master Data Integration
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/f062dd92-302d-2a10-fe81-ca1be331303c [original link is broken]
    Master Data Operations
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/a0057714-302e-2a10-02ad-b56c95ec9376 [original link is broken]
    Master Data Quality
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/c0a78be0-142e-2a10-f6b9-f67069b835da [original link is broken]
    Oracle MDM
    Oracle MDM is a core “Fusion” technology that will enable them to integrate their diverse portfolio of acquired solutions (PeopleSoft, JD Edwards, Siebel, etc.) and allow them to work together much more effectively.MDM is also a key component of Oracle’s middleware strategy to aggressively target heterogeneous environments – solutions running on different databases, operating systems, and using different data warehouse or analytical solutions. Oracle is a leading provider of ERP and CRM applications, but more broadly they are a provider of core platform solutions that help pull together and harmonise all a company’s IT assets.”
    Master Data Management solutions provide the ability to consolidate and federate master information from disparate systems and lines of business into one central data repository or “hub.” As part of its Master Data Management strategy, Oracle offers solutions that enable customers to synchronise critical information in a single, central location to achieve an accurate, 360-degree view of data, whether from packaged, legacy or custom applications. Oracle offers the following solutions:
    Oracle Product Information Management Data Hub – Enables companies to centralise, manage and synchronise all product information with heterogeneous systems and trading partners.
    Oracle Customer Hub – Centralises, de-duplicates and enriches customer data, continuously synchronising with other data sources across the enterprise, to provide a single, accurate, authoritative source of customer information throughout the enterprise.
    Oracle Financial Consolidation Hub – Allows companies to control the financial consolidation process by integrating and automating data synchronisation, currency translation, inter-company eliminations, acquisitions and disposals.
    “Clean, consolidated and accurate master data distributed throughout the enterprise can save companies millions of dollars annually. With Oracle, organisations are equipped to leverage the best data management practices available today to help dramatically increase operating efficiencies, improve customer loyalty and ensure corporate governance.
    MDM solutions provide the ability to consolidate and federate disparate systems and lines of business into one central data repository. Acxiom is the world's largest processor of consumer data and collects and manages more than a billion records a day for its customers, which include nine of the country's top ten credit-card issuers and most major retail banks, insurers and automakers. By integrating Acxiom's consumer data with Oracle's comprehensive MDM solutions, Oracle plans to provide customers with a pre-packaged, content-enriched customer information repository with unprecedented levels of data quality. This hybrid approach to customer data management will help clients conduct better, faster and easier MDM projects and perform more targeted marketing campaigns to cross-sell and up-sell into existing customer accounts.
    Oracle's MDM solutions serve as a customer data hub to unify customer data across multiple business units and functionally disparate systems. Oracle's comprehensive functionality manages customer data over the entire lifecycle: from capturing customer data, to cleansing addresses and spelling, identifying potential duplicates, consolidating duplicates, enhancing customer profiles with external data and distributing the authoritative customer profile to the operational systems.
    Microsoft MDM
    http://www.microsoft.com/sharepoint/mdm/default.mspx
    The Microsoft MDM Roadmap
    http://www.stratature.com/portals/0/MSMDMRoadmap.pdf
    http://msdn2.microsoft.com/en-us/library/bb410798.aspx#mdmhubarch_topic1
    The IBM View of MDM
    http://www.db2mag.com/story/showArticle.jhtml?articleID=167100925
    cheers!
    gyanaraj
    *******Pls reward points if u find this informative

  • BSP Exception: Access to URL /irj/servlet/prt/portal/prtroot/com.sap.ip.bi.web.portal.integration.launcher;jsessionid= not allowed

    Dear all,
    I've created out BI system in our new Portal installation and tested the connection. Everything works fine. I added the certificate of the portal to STRUSTSSO2 in BI ABAP and assigned SAP_ALL and SAP_NEW to my Account.in BI. If I open the iView from the portal I get a BSP Exception with the message:
    The used connection by the iView is to the ABAP-Stack of the BI-system not to the JAVA-Stack. Is that correct?
    BSP Exception: Der Zugriff auf die URL /irj/servlet/prt/portal/prtroot/com.sap.ip.bi.web.portal.integration.launcher;jsessionid=IDBYatWIpt_pX4uc52ChoZqMWkm1RAFW2qsA_SAP ist untersagt.
    What can be the problem/reason?
    Thanks!

    Hi Gerrit
    In both places you have to provide a authorization access to the end users then only it will work. because your are already said that in SAP_All & SAP_New working fine
    Back end BI system access as per the word document as pasted the link
    https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&cad=rja&uact=8&ved=0CFIQFjAG&url=http%3A%2F%2Fbasisdsp.f…
    For SAP portal you have to create iview's assign the same to end user
    Assigning an Authentication Scheme to an iView - User Authentication and Single Sign-On - SAP Library
    Portal Authentication Infrastructure - Configuring the Portal for Initial Use - SAP Library
    BR
    SS

  • Authentication issue with Xcelsius/Portal integration

    I am facing an issue with the way we have integrated our Xcelsius dashboard with our corporate portal. I know this probably is more of a SDK question than Administration, but I figured I will ask it here anyway since Tim and some others are diverse enough in their knowledge base. This might be LONG post but please advise if anyone has any good pointers.
    We have an Xcelsius dashboard that needs to be served up via our corporate intranet (based on MS Sharepoint 2007). Now we are NOT using the MS Sharepoint Portal Integration Kit, but just doing a basic integration of the SWF call within a web part on Sharepoint. All this means is that within a portlet (web-part) on Sharepoint, I am making a HTTP call to the openDocument URL to invoke the SWF file. So the SWF is actually served up from our Tomcat App Server, and displayed onto this frame within the portal. That is the basic idea.
    To achieve this, what I did was write some custom code using the Java SDK to modify the openDocument a little bit. By doing so, I was able to insert some behind-the-scenes-login code wherein no matter who the portal user (Win AD-based) is, he is logged in to BOE as a generic "dashboard-user" and the dashboard is served up. This worked fine for the first dashboard where all we had was SWF and some WebI linking using openDocument (no full-InfoView access).
    But in this second dashboard now, what we also have is a hyperlink for users to get to InfoView to do Ad-hoc reporting. What this does is open a child browser window from within the portal (dashboard) --- and it remembers the BOE session for the generic user id "dashboard-user" and logs the end-user in to InfoView using that. But what I actually want is that the end-users, on this new window, should only be prompted at the traditional InfoView logon screen where they can manually enter their Windows AD password and get in. Thus, I would like to keep the dashboard SWF page session separate from the InfoView ad-hoc session, which I cannot seem to do because of the browser relationship and session maintenance.
    I am trying to find a way where I can simulate a single sign-on for dashboard viewers on the portal, but at the same time let them jump off to InfoView as themselves.
    Any thoughts on how I can do this?
    Notes:
    We DO NOT have Single Sign-On enabled for InfoView
    We are using Windows AD authentication (manual, no SSO)
    We are on Tomcat

    Sarang Deshpande wrote:
    1) If the InfoView app on Tomcat (desktoplaunch) is configured with Vintela, openDocument calls from the portal with automatically work using behind the scenes SSO, correct?
    in XIR2 everything that falls under infoview should SSO when infoview is setup for SSO (not the case in XI 3.x)
    Sarang Deshpande wrote:
    2) What is the best practice when it comes to the service accounts needed? I have implemented Windows AD manual auth already so I have a service account that use for that. Should I be using the same on and making vintela/SSO-specific changes to it...or should I have a separate vintela service account and deal with two different ones..each for a diff purpose?
    There is no best practice per se but the less service account the lower your chances to duplicate an SPN, functionally everything seems to work just as well with multiple as it does with 1 (of course with 1 there is less management work) If you click the SSO link in my forum sticky post I have a section explaining this with some suggested methods of deploying a service account(s)
    Sarang Deshpande wrote:
    3) Other than some minor browser configurations that might be required, is there anything else that I should communicate to the team about what might be required to be "pushed" to users' PCs?
    Using the default config nothing should be required on the client machine (unless SSO has been disabled in the browser or you intend to use a url that contains a period ..... (i.e. FQDN or IP) with hostname URL (the default) it should just work.
    To note if you have XP SP2 or older there is a microsoft spnego bug you may need to apply a fix if you aren't patched to SP3 (about 5% of our customers run into this).
    Regards,
    Tim

  • Error while accesing requisition from recruiter role in portal

    Dear Experts ,
    When we are trying to access *requisition in recruiter role in portal it is showing you are not authorized to perform this applcation. Can you pleae suggest me what will be the problem.
    For clarity we are having EHP4 , and the portal nw7.1 , we have assigned SAP _ALL to the user we are testing and in portal we had assigned super admin , recruiter , recrutiment administrator.
    Quick reply is highly appreciable.
    Thanks & Regards,
    Ravi

    Dear Bala ,
    Thanks for your support the erro got resolved actually the candidate has not been maintained , after doing that in weekend it got resolved.
    Thanks
    Ravi vemuri.

  • BusinessObjects Portal Integration - iView Template Missing

    Hello
    I have installed my BusinessObjects for Portal as follows:
    1. We already have BI 7.0 on SQL 2005 on BIDEMOSER SERVER.
    2. Installed BusinessObjects Enterprise 3.1 , Crystal Reports 2008, SAP GUI 7.1 and SAP Integration Kit on this new server name : BODEMOSER.
    3. We already have EP 7.0 on Oracle 10.2 on EPDEMOSER SERVER.
    I have installed the BOE 3.1 and Integrated with the BI Server and imported the roles and all the functions are working fine between BO and BI.For Portal Integration i have transferred the masterview file from BODEMO SERVER com.businessobjects.pct.masteriview.par to the EPDEMOSER SERVER.
    And it was uploaded in the EPDEMOSER SERVER System Administration--> Support --> uploaded successfully.And I have followed the SSO configuration as per te guide. And values in the Web.xml files are properly as per the guide.
    After the uploading the masterview par file i could not able to view the iView template in the System.I have cleaned the cookes and all temp files.
    As per the guide I have created an folde name BI_BO and SYstem name as BI_BO_DEMO.Now when I started creating a iView Template by right clicking the System name BI_BO_DEMO and provided the following parameters for each Property Category.
    CRYSTAL Enterprise server:
    Host Name of Crystal Enterprise Server      :     BODEMOSER.srv.com:8080
    Path of Crystal Enterprise Server      :     /SAP
    Protocol of Crystal Enterprise Server      :     http
    User Management
    Authentication Ticket Type     :     SAP Logon Ticket
    Logon Method                :     SAPLOGON TICKET
    User Mapping Fields 
    User Mapping Type
    Connector
    Application Host       :     BIDEMODER.srv.com
    Gateway Host       :     BIDEMODER.srv.com
    Gateway Service       :     sapgw00
    Logical System Name       :     BIDCLNT001
    Remote Host Type      :     3
    SAP Client            :     001     
    SAP System ID      :     BID
    SAP System Number       :     00
    Server Port 
    SNC Library Path 
    SNC Mode - Select -01
    SNC Name 
    SNC Partner Name 
    SNC QOP (Security Level) :     0
    System Type      :     SAP_BW
    Trace Mode           :     0
    System Alias
    Created a System Alias as : SAP_BW
    And tested the connection where it gives as
    Test Connection with Connector
      Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this system object
      Results
    Retrieval of default alias successful
    Connection failed. Make sure that Single Sign-On is configured correctly
    Whether i should install the BO Integration kit in EP portal also or any Portal Inetgration kit is available.
    Regards
    Bala

    Hi,
    1. Whether Integration kit for SAP should be installed in EP Server also ( which has been installed in BO server for BI and the SSO for BI and EP STRUSTSSO2 also works fine.
    - the portal is acting as the frontend for viewing content and yes there needs to be trust between your portal and your BW system
    2. the connector parameter and the iview template object parameter as correct as per the distributed enviorment.
    When i checked with portal; admin they asked doubt what should be crystal enterprise server ( BO) and the what is the server should connector parameter should have.
    - the Crystal Enterprise parameter do not influence the connector properties and do not lead to the point that the connector settings fail. the Crystal Enterprise parameters are only relevant when viewing SAP BusinessObjects related content.
    Make sure you connector settings work even without the Crystal Enterprise parameters first.
    ingo

Maybe you are looking for