This topic contains 2 replies, has 2 voices, and was last updated by Yudel Rosales 6 months, 1 week ago.
Resolution steps that I have taken so far
Reconnected Quickbooks – Complete
Increased Database Timeout – Complete
.BAT File
taskkill /IM QBConnectHost.exe /T /F
taskkill /IM QBW32.exe /T /F
taskkill /IM qbupdate.exe /T /F
taskkill /IM osrun.exe /T /F
taskkill /IM QBWebConnector.exe /T /F
cd “C:\Program Files (x86)\Synergration\OpenSync”
“C:\Program Files (x86)\Synergration\OpenSync\OSRun.exe” ARAgingDetail
cd “C:\Program Files (x86)\Common Files\Intuit\QuickBooks\QBUpdate”
Start “” “C:\Program Files (x86)\Common Files\Intuit\QuickBooks\QBUpdate\QBUpdate.exe”
cd “C:\Program Files (x86)\BigTime Software\SyncAgent”
Start “” “C:\Program Files (x86)\BigTime Software\SyncAgent\QBConnectHost.exe”
End
2020-08-18 11:00:02 0 OSMonitor Loading
2020-08-18 11:00:02 0 OpenSync:Runner OSRun – ARAgingDetail
2020-08-18 11:00:02 0 OpenSync:Runner Runner: Start task ARAgingDetail
2020-08-18 11:00:02 0 WorkTracker Init
2020-08-18 11:00:02 0 WorkTracker Starting task: ARAgingDetail
2020-08-18 11:00:02 0 BackWorker ExecuteBackground Begin
2020-08-18 11:00:17 0 BackWorker MakeQbConnection: Connection Opened
2020-08-18 11:00:17 0 BackWorker GetReport
2020-08-18 11:00:32 -2147467259 BackWorker ExecuteBackground Error: Login timeout expired
2020-08-18 11:00:34 0 BackWorker CloseQbConnection: Close Connection
2020-08-18 11:00:34 -1 WorkTracker Login timeout expired:-2147467259
2020-08-18 11:00:34 0 OpenSync:Runner ErrorExit: Login timeout expired:-2147467259
More information:
Same Azure Serverless SQL Database and Same Quickbook Instance
The refresh of Quickbooks failed -2147467259 BackWorker ExecuteBackground Error: Login timeout expired
The ARAgingDetail report worked
I made no changes since my last post.
2020-08-20 00:00:02 0 OpenSync:Runner Runner: Start task RefreshQuickBooks
2020-08-20 00:00:02 0 WorkTracker Init
2020-08-20 00:00:02 0 WorkTracker Starting task: RefreshQuickBooks
2020-08-20 00:00:02 0 BackWorker ExecuteBackground Begin
2020-08-20 00:00:24 0 BackWorker MakeQbConnection: Connection Opened
2020-08-20 00:00:40 -2147467259 BackWorker ExecuteBackground Error: Login timeout expired
2020-08-20 00:00:41 0 BackWorker CloseQbConnection: Close Connection
2020-08-20 00:00:41 -1 WorkTracker Login timeout expired:-2147467259
2020-08-20 00:00:41 0 OpenSync:Runner ErrorExit: Login timeout expired:-2147467259
2020-08-20 11:00:02 0 OSMonitor Loading
2020-08-20 11:00:02 0 OpenSync:Runner OSRun – ARAgingDetail
2020-08-20 11:00:02 0 OpenSync:Runner Runner: Start task ARAgingDetail
2020-08-20 11:00:02 0 WorkTracker Init
2020-08-20 11:00:02 0 WorkTracker Starting task: ARAgingDetail
2020-08-20 11:00:02 0 BackWorker ExecuteBackground Begin
2020-08-20 11:00:31 0 BackWorker MakeQbConnection: Connection Opened
2020-08-20 11:00:31 0 BackWorker GetReport
2020-08-20 11:00:31 0 BackWorker Processing table: ARAGINGDETAIL
2020-08-20 11:00:46 0 WorkTracker WorkDone
2020-08-20 11:00:48 0 BackWorker CloseQbConnection: Close Connection
2020-08-20 11:00:48 0 BackWorker ExecuteBackground Complete
2020-08-20 11:00:48 0 OpenSync:Runner Complete
make sure you don’t have another process using your database connection.
You must be logged in to reply to this topic.