One row from out table
Insert into SMSSERVER_OUT
(ID, TYPE, RECIPIENT, TEXT, WAP_URL,
WAP_EXPIRY_DATE, WAP_SIGNAL, CREATE_DATE, ORIGINATOR, ENCODING,
STATUS_REPORT, FLASH_SMS, SRC_PORT, DST_PORT, SENT_DATE,
REF_NO, PRIORITY, STATUS, ERRORS, GATEWAY_ID)
Values
(68, 'O', '+919871515064', 'HI', NULL,
NULL, NULL, NULL, NULL, '7',
1, NULL, NULL, NULL, NULL,
NULL, 1, 'U', 1, 'modem1');
urs,
Vivek
On Thu, Jul 16, 2009 at 1:14 PM, Thanasis <[email protected]> wrote:
>
> This is actually what I also do... Have a separate app with the logic,
> and I communicate with SMSServer via tables.
>
> I cannot reproduce this.
> Can you send me a record of the OUT table that keeps staying there
> without being sent??? Wipe out all sensitive data, I need to see that
> flags and other fields.
>
> I will retry it and get back to you.
>
> On Jul 16, 10:30 am, Vivek <[email protected]> wrote:
> > Hi Thanasis,
> >
> > I will explain what i am doing with SMSServer.
> >
> > *1*.In coming messages are coming to SMSServer in real-time.(for
> testing
> > purpose i am sending 30 messages per minute.)
> > *2*.I am able to store those messages in SMSSERVER_IN table.
> > *3*.There is a different application(not related to smslib) which is
> using
> > incoming messages from SMSSERVER_IN table.After that it Processing
> business
> > logic and storing out messages in SMSSERVER_OUT.
> >
> > *4*.From SMSSERVER_OUT table SMSServer is not sending the messages.
> > I increased batch size to 10.Right now in SMSSERVER_OUT we have 55
> records.
> >
> > Still it sending messages from SMSServer...
> >
> > urs,
> > Vivek
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SMSLib User Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/SMSLib?hl=en
-~----------~----~----~----~------~----~------~--~---