CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2011
    Posts
    2

    Ozeki not sending messages even if the status is on send.

    Hey guys,

    I'm currently developing my web system utilizing PHP and MySQL (5.1.51 - community).

    I just recently installed Ozeki server and set up the necessary database and service provider connections. I also added the ozekimessagein and ozekimessageout tables to my schema.

    ALTHOUGH... I added four columns to the ozekimessageout table: two varchar(45) and two INT(10)'s.

    Whenever I INSERT into the ozekimessageout table, it receives my request(s) and ozeki processes it for me. I get the text messages too.

    Although is sometimes, the messages are not sending, even if the status of the message is on 'send'.

    I checked the database user interface and found out that it does not see the newly inserted values in the ozekimessageout table.

    This is the message that displays under the Events tab - 11/6/2011 1:00:11 AM - INFO 3535: Outgoing message found in database (total 0 messages)(Repeated 300 times).

    Can anyone please tell me what is wrong? I can't seem to understand the error. Thank you!

  2. #2
    Join Date
    Nov 2011
    Posts
    2

    Re: Ozeki not sending messages even if the status is on send.

    Quote Originally Posted by mport9491 View Post
    Hey guys,

    I'm currently developing my web system utilizing PHP and MySQL (5.1.51 - community).

    I just recently installed Ozeki server and set up the necessary database and service provider connections. I also added the ozekimessagein and ozekimessageout tables to my schema.

    ALTHOUGH... I added four columns to the ozekimessageout table: two varchar(45) and two INT(10)'s.

    Whenever I INSERT into the ozekimessageout table, it receives my request(s) and ozeki processes it for me. I get the text messages too.

    Although is sometimes, the messages are not sending, even if the status of the message is on 'send'.

    I checked the database user interface and found out that it does not see the newly inserted values in the ozekimessageout table.

    This is the message that displays under the Events tab - 11/6/2011 1:00:11 AM - INFO 3535: Outgoing message found in database (total 0 messages)(Repeated 300 times).

    Can anyone please tell me what is wrong? I can't seem to understand the error. Thank you!
    EDIT: I can't seem to find the EDIT link for the post above... anyway.
    I tried disabling the database user interface and then re-enabling it again. The messages were sent successfully, but why is it like that? How come ozeki couldn't see that the status of the pending messages?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured