Hi all,
FSM/PSO customer receiving following error in PSO application Unable to connect to SIM - no remoting string found error in UAT application.
We noticed Following behaviors in application PSO
Gateway error
The description for Event ID 1254 from source IFSGWY cannot be found. Either the component that raises this event is not installed on your local c
The description for Event ID 0 from source IFSSIM cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
UMBU01MW01*****B
Default
Connection request timed out at OracleInternal.ConnectionPool.PoolManager`3.Get(ConnectionString csWithDiffOrNewPwd, Boolean bGetForApp, OracleConnection connRefForCriteria, String affinityInstanceName, Boolean bForceMatch)
at OracleInternal.ConnectionPool.OraclePoolManager.Get(ConnectionString csWithNewPassword, Boolean bGetForApp, OracleConnection connRefForCriteria, String affinityInstanceName, Boolean bForceMatch)
at OracleInternal.ConnectionPool.OracleConnectionDispenser`3.Get(ConnectionString cs, PM conPM, ConnectionString pmCS, SecureString securedPassword, SecureString securedProxyPassword, OracleConnection connRefForCriteria)
at Oracle.ManagedDataAccess.Client.OracleConnection.Open()
at ThreeSixty.DAL.DbInternalBase.OpenConnection(IDbConnection conn)
The handle is invalid
omputer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
SIM
UMBU01MW0***B
Default
BE TELCOMSERV
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
Customer tried to rerun the installer and notice strange behavior, Connection string format is different in UAT than other all environment and when we try to make it similar to DEV it is not accepting.
Example Format
data source=SERVERNAME:PORT/DATABASE;user id=USERNAME;password=PASSWORD
Configured in UAT
data source=WFMUAT;user id=PSO;password=PSO1;connection timeout=20;command timeout=300;connection lifetime=40;max pool size=20
Configured in Dev
data source=dmbu01db06159b.dev.sdt.ericsson.se:1537/NGWFMTRN;user id=PSO;password=PSO;connection timeout=20;command timeout=300;connection lifetime=40;max pool size=20
Changed URL to Following format , Try to configure, which is not working invalid URL
data source=umbu01db01249b.uat.sdt.ericsson.se:1537/WFMUAT;user id=PSO;password=PSO1;connection timeout=20;command timeout=300;connection lifetime=40;max pool size=20
Can someone please let me know if you experienced same issue or got any clue how to proceed forward.
Thank you,
Best Regards,
Teshan