I am getting GENERIC_NACK response while trying to Submit r

.NET library for SMPP protocol
Locked
smssure
Posts: 5
Joined: Wed Apr 05, 2017 1:46 pm

I am getting GENERIC_NACK response while trying to Submit r

Post by smssure » Sat Apr 15, 2017 1:27 pm

I am getting GENERIC_NACK response while trying to Submit request with SubmitMulti() function.

Client.Submit(SMS.ForSubmitMulti()
.ServiceType("test")
.Text("Test Test Test Test Test Test Test Test Test Test")
.From("MyService")
.ToDestinations(destList)
.DeliveryReceipt()
);

Kindly suggest what should be resolution for this issue. And kindly suugest what are the parameters which are mandatory for submitting multisubmit,
smssure
Posts: 5
Joined: Wed Apr 05, 2017 1:46 pm

Re: I am getting GENERIC_NACK response while trying to Subm

Post by smssure » Tue Apr 18, 2017 5:01 am

Any update ?
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: I am getting GENERIC_NACK response while trying to Subm

Post by alt » Wed Apr 19, 2017 7:55 pm

Could you please post here trace log file from your application?
I would check what data library transfers to SMSC and what data is received from SMSC.
Locked