Not able to upload data via workbench

Hello Dojo Community!

 

I'm trying to connect and upload data from a SQL database. I'm able to preview the dat from the query output meaning the database is accesible from workbench but when I'm trying to run the workbench job to upload the data to the domo server it's giving me an error: Failed to get a response from the server

 

Attaching the log here in case it helps:

[ERROR] [82252:1] 2019-01-08 19:34:05,280 - [job:18]
System.AggregateException: One or more errors occurred. ---> System.Exception: Failed to get a response from the server
at DomoApi.DomoClient.<SendRequest>d__110.MoveNext() in C:\jenkins\workspace\Workbench\WorkbenchBuild\DomoApi\DomoApi\DomoClient.cs:line 773
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at DomoApi.DomoClient.<SendRequest>d__109`1.MoveNext() in C:\jenkins\workspace\Workbench\WorkbenchBuild\DomoApi\DomoApi\DomoClient.cs:line 721
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at DomoApi.DomoClient.<GetAsync>d__89`1.MoveNext() in C:\jenkins\workspace\Workbench\WorkbenchBuild\DomoApi\DomoApi\DomoClient.cs:line 400
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at DomoApi.Manager.UsersManager.<GetCurrentUserAsync>d__5.MoveNext() in C:\jenkins\workspace\Workbench\WorkbenchBuild\DomoApi\DomoApi\Manager\UsersManager.cs:line 54
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at DomoApi.Manager.UsersManager.<GetCurrentUserAsync>d__3.MoveNext() in C:\jenkins\workspace\Workbench\WorkbenchBuild\DomoApi\DomoApi\Manager\UsersManager.cs:line 32
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at WorkbenchSDK.Configuration.WorkbenchJob.ResetJobReport(String sourceType, String filename) in C:\jenkins\workspace\Workbench\WorkbenchBuild\WorkbenchSDK\Configuration\WorkbenchJobLoggingExtensions.cs:line 26
at WorkbenchSDK.Execution.Pipeline.JobExecutionBase.InitializeJobReport(WorkbenchJob domoJob) in C:\jenkins\workspace\Workbench\WorkbenchBuild\WorkbenchSDK\Execution\Pipeline\JobExecutionBase.cs:line 153
at WorkbenchSDK.Execution.Pipeline.DefaultJobExecution.<ExecuteAsync>d__0.MoveNext() in C:\jenkins\workspace\Workbench\WorkbenchBuild\WorkbenchSDK\Execution\Pipeline\DefaultJobExecution.cs:line 33
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at WorkbenchSDK.Execution.WorkbenchJobExecutor.<ExecuteJobAsync>d__2.MoveNext() in C:\jenkins\workspace\Workbench\WorkbenchBuild\WorkbenchSDK\Execution\WorkbenchJobExecutor.cs:line 34
---> (Inner Exception #0) System.Exception: Failed to get a response from the server
at DomoApi.DomoClient.<SendRequest>d__110.MoveNext() in C:\jenkins\workspace\Workbench\WorkbenchBuild\DomoApi\DomoApi\DomoClient.cs:line 773
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at DomoApi.DomoClient.<SendRequest>d__109`1.MoveNext() in C:\jenkins\workspace\Workbench\WorkbenchBuild\DomoApi\DomoApi\DomoClient.cs:line 721
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at DomoApi.DomoClient.<GetAsync>d__89`1.MoveNext() in C:\jenkins\workspace\Workbench\WorkbenchBuild\DomoApi\DomoApi\DomoClient.cs:line 400
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at DomoApi.Manager.UsersManager.<GetCurrentUserAsync>d__5.MoveNext() in C:\jenkins\workspace\Workbench\WorkbenchBuild\DomoApi\DomoApi\Manager\UsersManager.cs:line 54
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at DomoApi.Manager.UsersManager.<GetCurrentUserAsync>d__3.MoveNext() in C:\jenkins\workspace\Workbench\WorkbenchBuild\DomoApi\DomoApi\Manager\UsersManager.cs:line 32<---

This discussion has been closed.