Search found 10 matches

by wbyford
Mon Feb 04, 2019 3:47 pm
Forum: General Discussion
Topic: Open method of Workbooks class failed
Replies: 3
Views: 8270

Re: Open method of Workbooks class failed

Thank you, Oleg! That helped. I had to add the folders I was referencing to the Trusted Locations. This resolved my issue.
by wbyford
Mon Jan 28, 2019 9:41 pm
Forum: General Discussion
Topic: Open method of Workbooks class failed
Replies: 3
Views: 8270

Re: Open method of Workbooks class failed

Here is the code I am using. ;***************************** ;* RoboTask Task file ;* Do not edit in text editor! ;***************************** [Root] ActionAfterRun=INTEGER|0 Actions=FOLDER Automat=INTEGER|-1 CatID=INTEGER|1018417490 Comment=STRINGLIST ContinueOnError=INTEGER|0 DoNotStopWhenShutdow...
by wbyford
Mon Jan 28, 2019 9:38 pm
Forum: General Discussion
Topic: Open method of Workbooks class failed
Replies: 3
Views: 8270

Open method of Workbooks class failed

We are moving our processes from a Windows 2008 R2 server to a Windows 2016 server. We currently have RoboTask running as a service on the 2008 server. I am in the process of moving those tasks to RoboTask running as a service on the 2016 server. Most tasks ported over without issue. But I have 2 ta...
by wbyford
Tue Aug 07, 2018 4:39 pm
Forum: General Discussion
Topic: Security Protocols
Replies: 2
Views: 5764

Re: Security Protocols

Oleg - thank you! This is critical to our company. I appreciate your attention.
by wbyford
Thu Aug 02, 2018 4:21 pm
Forum: General Discussion
Topic: Security Protocols
Replies: 2
Views: 5764

Security Protocols

Our company is removing some older security protocols for compliance purposes. When we removed the TLS 1.0 and SHA1 from the server that is running RoboTask, some of our tasks began to fail. IMAP Open action would not connect to the email server (using Office 365) and the Database Loop action would ...
by wbyford
Thu May 31, 2018 2:34 pm
Forum: General Discussion
Topic: Excel format cell then set cell
Replies: 3
Views: 9006

Re: Excel format cell then set cell

Oleg - i have installed version 7.1 which has the Excel Set Cell improvements. THANK YOU!!! This is going to save us so much time! I will recommend RoboTask to anyone looking for automation. Not just for the app itself but for the superior customer service. You are awesome! :D
by wbyford
Thu Feb 15, 2018 6:21 pm
Forum: General Discussion
Topic: Excel format cell then set cell
Replies: 3
Views: 9006

Re: Excel format cell then set cell

That would be very helpful. Thank you!
by wbyford
Thu Feb 15, 2018 5:16 pm
Forum: General Discussion
Topic: Excel format cell then set cell
Replies: 3
Views: 9006

Excel format cell then set cell

I have run into an issue with using the Excel set cell action. I have a text file that has rows of numbers, many of which have leading zeroes. When I do a text loop to get each number and load to an Excel file, the zeroes are dropped in Excel. I have Excel template files which have the specific colu...
by wbyford
Fri Jan 12, 2018 5:55 pm
Forum: General Discussion
Topic: Best practices with source control
Replies: 3
Views: 9463

Re: Best practices with source control

Oleg - thanks for the quick response. We do have 2 business licenses. One is on my machine as the developer. The other is on our process server. If I understand, I can just copy the local task (designated by a random 8 character alpha-numeric name) and paste it into the task folder on our server. An...
by wbyford
Thu Jan 11, 2018 5:43 pm
Forum: General Discussion
Topic: Best practices with source control
Replies: 3
Views: 9463

Best practices with source control

We develop our RoboTask tasks on a local developer's machine. Then upload and run them on a network process server using both the application and the service. I would like to be able to update a task without importing it again. Is there a best practice on doing something like this? We will also be u...