Guest
2008-12-04T01:35:55Z
i got this message
COM Exception raised
Function: CHandset::PollLoop_PerminentConnection
Description: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
HResult: -2147467259
Until now, i don't know which one raised this error
is it incominglog ? or outgoinglog? or queuing database ?

all odbc , username & password were correctly entered
it was happening when activesms were running and when it happened, activesms couldn't send sms

what is heppening to my activesms ?
thanks
Support
2008-12-09T08:59:40Z


This will be caused by problems connecting to the ActiveSMS database or the ActiveSMS Logging database.

You can check the connection to the ActiveSMS database as follows:
1) Open the ActiveSMS Console
2) Go to the Queuing tab
3) Click 'Test Connection'
4) If test fail then check Database Settings and ODBC Data Source settings

If you are using message logging to database you can check the ActiveSMS Logging database connection as follows:
1) Open the ActiveSMS Console
2) Go to the Logging tab
3) Click 'Setup Incoming Logging'
4) If logging to database then click 'Test Connection'
5) If test fail then check Database Settings and ODBC Data Source settings
6) Click 'Setup Incoming Logging'
7) If logging to database then click 'Test Connection'
8) If test fail then check Database Settings and ODBC Data Source settings
Guest
2008-12-09T09:13:21Z
there are no problems with database setting, i know it, because before this error, ativesms run well , and i had checked all the setting
thanks
ps : where are my others error log ? i had posted here before for you to know
this another one, why activesms stopped "cannot connect to database"
COM Exception raised
Function: CHandset::PollLoop_PerminentConnection
Description: [Microsoft][ODBC Microsoft Access Driver] Record is deleted.
HResult: -2147467259
Support
2008-12-09T09:46:10Z
Description: [Microsoft][ODBC Microsoft Access Driver] Record is deleted.

This error indicates that something else is modifying the database.

From previous conversations I recall that you are access the ActiveSMS database directly. If this is still the case then I would suggest this is the cuase of the problem.

The error would also occur if you attept to run two copies of ActiveSMS and have them access the same database. I also recall that you wanted to support more than 8 transport, and we had a conversation regarding this. It is not possible to run multiple instances of ActiveSMS connected to one database.
Guest
2008-12-10T01:30:48Z
Support wrote:

Description: [Microsoft][ODBC Microsoft Access Driver] Record is deleted.

This error indicates that something else is modifying the database.

From previous conversations I recall that you are access the ActiveSMS database directly. If this is still the case then I would suggest this is the cuase of the problem.

The error would also occur if you attept to run two copies of ActiveSMS and have them access the same database. I also recall that you wanted to support more than 8 transport, and we had a conversation regarding this. It is not possible to run multiple instances of ActiveSMS connected to one database.



From our previous conversation , now we are only using 7 transports
quieng connected to mdb file ( activesms default database )
incominglog connected to sql server 2000 database..
i do nothing to both databases
from yesterday my activesms run well since i top up my balance.
my suspicious is : if my balance (since i am using prepaid gsm no) is empty ( 1 or more ) , it will have more probability to raise these errors ( cannot conenct to database) ?
thanks