Problem in Binding

Smpp v3.4 client

Moderator: alt

Locked
nandha
Posts: 1
Joined: Tue Feb 03, 2009 9:05 am

Problem in Binding

Post by nandha » Wed Feb 04, 2009 10:45 am

hi,

i have a problem when binding the SMSC. this is my error log

4:09:51 PM: SmppClient connected
4:09:53 PM: Binding SmppClient for SystemId: ajile
4:09:53 PM: Bind error :
4:09:53 PM: Exception:Length too long
Parameter name: Password
4:09:53 PM: TargetSite:Void set_Password(System.String)
4:09:53 PM: StackTrace: at ALT.SMS.pduBind.set_Password(String value)
at ALT.SMS.SmppClient.Bind(String SystemId, String Password, ConnectionMode mode)
4:09:53 PM: Bad status returned during Bind : BindTransceiverResp with status SMPPCLIENT_UNKNOWNERROR
4:09:53 PM: SmppClient disconnected
4:09:53 PM: Sending Data: 0000001000000015000000005ebebf03
4:09:53 PM: Received Data: 0000001080000015000000005ebebf03

please help me to come out from this issue
Conan
Posts: 2
Joined: Fri Feb 06, 2009 10:26 am

Post by Conan » Fri Feb 06, 2009 2:50 pm

Max. password length is 8 characters.
Locked