Hi,
I have installed sap BCM 7.0.6.100 on Windows Server 2003 with SQL 2005. I have generated all the certificates and when I login using the IA I can use the CLIENT.ACME.COM certificate to login which I assume shows the certificates are valid.
However if I try and login into the SC (on the same server), it says "SC Connection failed, try again later". also CDT says "Authenication timeout exceeded; try again later".
In the logs for the AgentFrontEnd I have lots of these errors which look bad?
00:00:00.554 (03332/LogManager) ALW> ProcessAffinityMask = 0x1 (system=0x1)
00:00:00.554 (03360/bcmcs) ERR> TcpServer[00167FB8]: Missing client port security settings
00:00:01.555 (03360/bcmcs ) ERR> TcpServer[00167FB8]: Missing client port security settings
00:00:02.556 (03360/bcmcs ) ERR> TcpServer[00167FB8]: Missing client port security settings
00:00:03.558 (03360/bcmcs ) ERR> TcpServer[00167FB8]: Missing client port security settings
00:00:04.559 (03360/bcmcs ) ERR> TcpServer[00167FB8]: Missing client port security settings
00:00:05.561 (03360/bcmcs ) ERR> TcpServer[00167FB8]: Missing client port security settings
00:00:06.562 (03360/bcmcs ) ERR> TcpServer[00167FB8]: Missing client port security settings
00:00:07.564 (03360/bcmcs ) ERR> TcpServer[00167FB8]: Missing client port security settings
00:00:08.565 (03360/bcmcs ) ERR> TcpServer[00167FB8]: Missing client port security settings
00:00:09.566 (03360/bcmcs ) ERR> TcpServer[00167FB8]: Missing client port security settings
00:00:10.568 (03360/bcmcs ) ERR> TcpServer[00167FB8]: Missing client port security settings
on the client logs for SC I get
09:41:42.626 INF> Using Connection string = 192.168.128.133:21002 CLIENT.ACME.COM, User=BCM.Admin
09:41:42.626 INF> (common.libipc.BcmClientPeer openConnection) Openning connection
09:41:42.626 INF> (common.libipc.BcmClientPeer openConnection) Waiting for reply
09:41:54.366 INF> (common.libipc.BcmClientPeer openConnection) Timeout
09:41:54.366 ERR> Time 10 elapsed.
java.util.concurrent.TimeoutException: Time 10 elapsed.
at com.sap.bcm.common.libipc.BcmClientPeer.openConnection(BcmClientPeer.java:252)
at com.sap.bcm.common.libipc.BcmClientPeer.openConnection(BcmClientPeer.java:214)
at com.sap.bcm.bcmapi.Context.connect(Context.java:413)
at com.sap.bcm.sc.model.UiContext.initScContext(UiContext.java:181)
at com.sap.bcm.sc.controller.Controller.startUpSc(Controller.java:922)
at com.sap.bcm.sc.controller.Controller.startUpSc(Controller.java:729)
at com.sap.bcm.sc.controller.Controller.access$400(Controller.java:93)
at com.sap.bcm.sc.controller.Controller$LoginRunnable.run(Controller.java:839)
09:41:54.388 ERR> null
com.sap.bcm.common.libipc.NotConnectedException
at com.sap.bcm.sc.model.UiContext.initScContext(UiContext.java:187)
at com.sap.bcm.sc.controller.Controller.startUpSc(Controller.java:922)
at com.sap.bcm.sc.controller.Controller.startUpSc(Controller.java:729)
at com.sap.bcm.sc.controller.Controller.access$400(Controller.java:93)
at com.sap.bcm.sc.controller.Controller$LoginRunnable.run(Controller.java:839)
on the client for CDT i get
10:05:27.647 (06332/SecureSession ) TRC> Thread started
10:05:27.647 (06332/SecureSession ) DBG> Registered thread [SecureSession] ID [6332] to watchdog
10:05:27.647 (06332/SecureSession ) DBG> Activated watchdog for thread [SecureSession] ID [6332]
10:05:29.760 (03212 ) TRC> SNET[OPEN] Trying to connect to ConnectionServer: 192.168.128.133:21002
10:05:30.752 (03212 ) WRN> SNET[OPEN] Secure connection failed with error TcpConnection::ConnectSync, connect failed - 10061 (0x274d) No connection could be made because the target machine actively refused it.
(10061) @SessionConnect(192.168.128.133,21002,...)
10:05:30.752 (03212 ) WRN> SNET[INIT] Error 2 in SessionConnect(192.168.128.133,21002,...), let's try other connection! @AuthenticationBase::doConnect
10:05:30.752 (03212 ) ERR> PHONE[openSecureSession] Cannot connect to CoS startAuthentication returned: -60
In the main event logs I also have these errors :
2014-02-27 10:23:43> MINOR alarm ELEMENT3 due element near failure. ELEMENT [BCM] ID [3] (Additional data: Mismatching system model versions)
2014-02-27 10:26:32> Failed to update SLD on host [BCM] - check log files for details
2014-02-27 10:26:32> Failed to update logical system information to SLD on host [BCM] - check log files for detail
Any Ideas?
thanks
Toby