Search found 8 matches

by dg
Fri Sep 02, 2011 12:17 am
Forum: Inetlab.MMS.MM7
Topic: ProcessRequest Error - StatusCode 4004
Replies: 2
Views: 29178

Re: ProcessRequest Error - StatusCode 4004

Hey alt,

Thanks for getting back to me!
I have emailed the details through and look forward to your response.

Cheers,
dg
by dg
Wed Aug 31, 2011 8:10 am
Forum: Inetlab.MMS.MM7
Topic: ProcessRequest Error - StatusCode 4004
Replies: 2
Views: 29178

ProcessRequest Error - StatusCode 4004

Good Afternoon alt, We are running an C# ashx solution for MO MM7 activity. The method ProcessRequest (for the ashx) looks something like: public void ProcessRequest(HttpContext context) { MM7Server server = new MM7Server(); server.DeliverRequest += new DeliverEventHandler(server_DeliverRequest); se...
by dg
Tue Mar 16, 2010 1:48 am
Forum: ALT.SMS.SmppClient
Topic: Smpp Response Code 4098 (0x1002) and 4099 (0x1003)
Replies: 3
Views: 13802

More questions about SMPPCLIENT_RCVTIMEOUT

Good Afternoon Alt (and all!), Just further on this, what is the trigger for the SMPPCLIENT_RCVTIMEOUT error? I have downloaded the latest dll (2.8.2) and can run the demo app without issue against multiple SMSCs. If I replicate the same sending code in my application however I get a timeout every t...
by dg
Wed Jan 21, 2009 3:11 am
Forum: ALT.SMS.SmppClient
Topic: How to post a binary message
Replies: 10
Views: 23874

Good Morning alt, I am able to connect again now, thanks for the update! I am still having trouble sending binary SMS however. It seems that additional data is being prepended to my header. I am setting the header to: 06050415810000 and in the SMPP packet it looks like 090007 is being prepended to ...
by dg
Mon Dec 01, 2008 1:45 am
Forum: ALT.SMS.SmppClient
Topic: How to post a binary message
Replies: 10
Views: 23874

Good Morning alt, I am able to connect again now, thanks for the update! I am still having trouble sending binary SMS however. It seems that additional data is being prepended to my header. I am setting the header to: 06050415810000 and in the SMPP packet it looks like 090007 is being prepended to t...
by dg
Wed Nov 26, 2008 9:04 am
Forum: ALT.SMS.SmppClient
Topic: How to post a binary message
Replies: 10
Views: 23874

I tried this alternate connection method and was still not able to connect.

I notice that you changed something in the connection methods recently - could it have something to do with that maybe?

Thanks for your help!

Cheers,
dg
by dg
Wed Nov 26, 2008 8:34 am
Forum: ALT.SMS.SmppClient
Topic: How to post a binary message
Replies: 10
Views: 23874

Nope, don't use IPv6.

I will try the alternate connection method and see how it goes.

Thanks.
by dg
Mon Nov 24, 2008 4:08 am
Forum: ALT.SMS.SmppClient
Topic: How to post a binary message
Replies: 10
Views: 23874

Hi, I was previously using version 2.3.4 and have just tried to update to 2.5.4 to send binary messages in this way. Upon upgrading my application references to the new version, I am no longer able to connect. When I revert back to the older version, the connection occurs without issue. Is there som...