Server not connecting to sql

Newbie Spellweaver
Joined
Jul 20, 2008
Messages
43
Reaction score
1
Hello, everyhting works fine, but when i try to connect to the server in every log file i get something like this
Code:
3086939840: work_pending_i: Interrupted system call
and after that it seems to not detect my database
What can it be and why it happens?
Regards
 
Last edited by a moderator:
Re: Some error

GlobalDBAgent.log
Code:
[Tue Aug 26 2008 11:48:08.253764 3086640832]: open log file  '/var/log/cabal/GlobalDBAgent.log'
[Tue Aug 26 2008 11:48:08.262410 3086640832]: LOG LEVEL: 3
[Tue Aug 26 2008 11:48:08.262453 3086640832]: MemPoolUnitSizeClass(0): 14336Bytes
[Tue Aug 26 2008 11:48:08.263766 3086640832]: Start GlobalDBAgent Server
[Tue Aug 26 2008 11:48:08.264737 3086640832]: UseEcryptText (Off)
[Tue Aug 26 2008 11:48:08.265806 3086637984]: CProcessLayer(0)::svc Start [3086637984]
[Tue Aug 26 2008 11:48:08.266214 3076148128]: CProcessLayer(0)::svc Start [3076148128]
[Tue Aug 26 2008 11:48:08.266725 3065658272]: CProcessLayer(0)::svc Start [3065658272]
[Tue Aug 26 2008 11:48:08.266769 3055168416]: CProcessLayer(0)::svc Start [3055168416]
[Tue Aug 26 2008 11:48:08.267228 3086640832]: try listening 38180 port
[Tue Aug 26 2008 11:48:08.268047 3044678560]: CProcessLayer(0)::svc Start [3044678560]
[Tue Aug 26 2008 11:48:08.268092 3034188704]: CProcessLayer(0)::svc Start [3034188704]
[Tue Aug 26 2008 11:48:08.268136 3023698848]: CProcessLayer(0)::svc Start [3023698848]
[Tue Aug 26 2008 11:48:08.268180 3013208992]: CProcessLayer(0)::svc Start [3013208992]
[Tue Aug 26 2008 11:48:08.268223 3002719136]: CProcessLayer(0)::svc Start [3002719136]
[Tue Aug 26 2008 11:48:08.268726 2992229280]: CProcessLayer(0)::svc Start [2992229280]
[Tue Aug 26 2008 11:48:08.621075 3086640832]: accept success 8(192.168.1.106:32768)
[Tue Aug 26 2008 11:48:08.622635 3086640832]: 1.open user 8 [9997B30] (192.168.1.106)
[Tue Aug 26 2008 11:48:12.974776 3086640832]: accept success 10(192.168.1.106:32776)
[Tue Aug 26 2008 11:48:12.975357 3086640832]: 2.open user 10 [99A6258] (192.168.1.106)
oh and this is what happens after that error(more errors):
Code:
[Tue Aug 26 2008 11:23:21.303614 3013508000]: [##ERROR##] DB ERROR(MSG)      : [unixODBC][FreeTDS][SQL Server]Server is unavailable or does not exist.
[Tue Aug 26 2008 11:23:21.303663 3013508000]: [##ERROR##] DB ERROR(CODE)     : 20009
[Tue Aug 26 2008 11:23:21.303679 3013508000]: [##ERROR##] DB ERROR(VAR_INFO) : 
[Tue Aug 26 2008 11:23:21.303693 3013508000]: [##ERROR##] DB ERROR(SQLSTATE) : 08S01
[Tue Aug 26 2008 11:23:21.303708 3013508000]: [##ERROR##] DB ERROR(STM_TEXT) : 
[Tue Aug 26 2008 11:23:21.303723 3013508000]: [##ERROR##] Database Connect Fail (uid=sa;pwd=kozak1;dsn=CabalAccount;APP=ACCOUNT)
 
Upvote 0
Back