Running two SMMP Server on the same Computer

Post Reply
jesripurba
Posts: 5
Joined: Mon Jul 19, 2021 3:10 am

Running two SMMP Server on the same Computer

Post by jesripurba » Mon Sep 06, 2021 11:21 pm

Due to different user requirements, I tried to run 2 SMPP servers on the same computer, with different ports. Both SMPP Servers can connect properly. The user can connect to the first SMPP server successfully. However, when the user tries to connect to the second SMPP server, the following error occurs:
#################
06:13:21.960: Info (SmppClientDemo) Connecting to xxxxxx
06:13:41.973: Error (SmppClient1.Socket) Connection failed. Unexpected error., Exception: System.TimeoutException: The operation has timed out.
at †††
†††††‡.†††
†††‡”‹.<TimeoutAfter>d__1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()
at †††
†††††‡.†††
†††‡Ž.<ConnectAsyncInternal>d__61.MoveNext()
#################

Please guide, how can this happen. Are there any license restrictions?

Regards,
Jesri
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Running two SMMP Server on the same Computer

Post by alt » Tue Sep 07, 2021 6:40 pm

No, it is not the license restriction.

I think it is a firewall problem on the machine.
Post Reply