SMPPCLIENT_UNKNOWNERROR

Smpp v3.4 client

Moderator: alt

Locked
ITweb
Posts: 1
Joined: Mon Mar 31, 2008 7:05 pm

SMPPCLIENT_UNKNOWNERROR

Post by ITweb » Mon Mar 31, 2008 7:16 pm

Hi, i have some problem with SmppClien 1.2.7
Then i try to connect to SMSC provider and [b]password contain special characters[/b] like !@$% etc., i receive this exception (if my password don't contain special characters everything OK):

[code]
SmppClient connected
Binding SmppClient for SystemId: sms-daily:test
Bind error :
Exception:Length too long
Имя параметра: Password
TargetSite:Void set_Password(System.String)
StackTrace: в ALT.SMS.pduBind.set_Password(String value)
в ALT.SMS.SmppClient.Bind(String SystemId, String Password, ConnectionMode mode)
Bad status returned during Bind : BindTransceiverResp with status SMPPCLIENT_UNKNOWNERROR
[/code]
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Sat Apr 05, 2008 4:55 am

Your password should be not longer than 8 symbols.
Locked