Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Micros Simphony 18.2 EMC Login

Status
Not open for further replies.

King00788

Programmer
Oct 28, 2016
23
0
0
NG
I've installed Simphony 18.2 (Sample DB) successfully, but when I go to the EMC to login with the default 'micros' username and password, it throws this error:

Client Exception: SendSyncRequest returned with error code: ERC_COMM_ERROR

I've tried doing a reboot of the server itself, and tried looking through the documentation to see what I could fix. I've verified that the web "SimphonyApp" and "EGateway" both work correctly, and the SQL server has no issues connecting to any PC.

Here is the EMC.log file:
2019-01-24 10:18:51.552|Failure to connect to host: localhost
SendSyncRequest returned with error code: ERC_COMM_ERROR
at EMC.Data.WebService.EMCClient.Execute(Int32 timeOutSec)
at EMC.Data.WebService.EMCClient.IsMultiTenantNotAuthenticated()
at EMC.Framework.Login.ServerLogger.AttemptServerConnection(Boolean isDisplayError)
 
When creating the SSL certificate which name did you use? That's the name used to connect instead of localhost.
 
Thanks Jackba for your response. I used the same server name (SIMSVR) to create the SSL certificate
 
Tns listener is running. The tnsname.ora file has correct values as well.

 
check if you have any user DB locked , can you share the log files egateway and emc log
 
cherifbj said:
check if you have any user DB locked , can you share the log files egateway and emc log
and if not locked try to reset IIS
 
Simsvr:80

Same error

This is really weird. I have reinstalled 3 times with same issue.

I install Sim2.9 and emc was working fine. Upgraded 2 9 to 18.2 but emc always returns emc comm err.

I have installed 18.2 straight with still same error.
 
just a question what's your self-signed certificate extension I have had something similar before and it turned out to be the certificate.
 
wait you have upgrade it from 2.9 to 18.2 directly? without going through 2.10? because you can not upgrade the database of 2.9 to 18.2 directly you need to upgrade it first to 2.10
 
contact me by email maybe i can have a look with you if you want cherifbj@gmail.com
 
cherifbj said:
wait you have upgrade it from 2.9 to 18.2 directly? without going through 2.10? because you cannot upgrade the database of 2.9 to 18.2 directly you need to upgrade it first to 2.10
He did upgrade which he should have stared with 2.10 but this happens also when he does a clean install of 18.2. Had the same issue with 18.2 and it turned out the certificate. Try self-signed certificate first generated from the server and test.
 
I will intall with self signed certificate and revert afterwards.

Thanks guys
 
@Jackba

many thanks for your help. I created self signed certificate, installed Sim 18.2 and I was able to logon to EMC without any error.

Many thanks once again for your kind help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top