Thanks for the quick reply I already checked that from the previous posts errors but the names were found out to be same. I there any other possible source of error.
On Tue, Mar 24, 2009 at 11:22 AM, Thanasis <[email protected]> wrote: > > Make sure that the table names in your MySQL database are the same > with those in the configuration file - I suspect a typo here... > Also check that all fields are there (the schema is here: > http://smslib.org/doc/smsserver/interfaces/database/) > > On Mar 24, 8:15 pm, Dhiraj <[email protected]> wrote: > > Oh sorry, I forgot to send the complete file. > > > > it was declared like this: > > > > # Here is an example of a Database interface. > > interface.0=db1, Database > > db1.url=jdbc:mysql://localhost:3306/bitssms?autoReconnect=true > > db1.driver=com.mysql.jdbc.Driver > > db1.username=root > > db1.password=admin > > db1.type=mysql > > db1.tables.sms_in=smserver_in > > db1.tables.sms_out=smserver_out > > db1.tables.calls=smserver_calls > > db1.batch_size=50 > > db1.retries=2 > > db1.update_outbound_on_statusreport=yes > > > > # Here is an example of a SimpleInboundFileLogger interface. > > interface.1=file1, SimpleInboundFileLogger, inbound > > file1.filename=f:/logger.txt > > > -- Regards Dhiraj --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
