Comments
-
Problem Solved
-
I Figured out the issue. I went to the services menu inside the server and changed the 'Log On' Properties for Domo Workbench to log on through a specific account instead of through the Local System Account. Thanks for your help swyatt ?
-
I'm accessing it through remote desktop. the server was setup with the user name and password about a week ago and I downloaded the workbench a couple days after that and started importing all the jobs from workbench 2.
-
[6876:0001] [2015-06-09 15:23:21 UTC] - ==========| Loading Job Settings from domo: DTA - Part Materials |========== [6876:0001] [2015-06-09 15:23:22 UTC] - ==========| Running in Scripted Mode |========== [6876:0001] [2015-06-09 15:23:22 UTC] - Logging into deserttech.domo.com as r.lucas@deserttech.com [6876:0001]…
-
I wasn't able to do it in 1 dataflow but in 2. Transform 1 create procedure indexing() begin alter table tech_salesorders add index(`Sales_Order_ID`, `Customer_Organization_ID`); alter table tech_salesorderlines add index (`Sales_Order_ID`, `Sales_Order_Line_ID`); alter table tech_arinvoices add index (`AR_Invoice_ID`);…