Search found 70 matches

by deesloop
Wed Nov 24, 2021 3:55 pm
Forum: General Discussion
Topic: Error after migrating to Hyper V
Replies: 2
Views: 1748

Error after migrating to Hyper V

Server was previously running on VMWare Now migrated to Hyper V and the basic module cannot edit tasks E: 24/11/2021 14:45:42: Failed execute 'ExecAction with exception: Class not registered, ClassID: {10E2C785-6746-484D-9481-8B1B8D398E59}' (C:\Program Files (x86)\RoboTask\Plugins\Basic\Basic.rtp) H...
by deesloop
Fri Jun 08, 2018 11:33 am
Forum: General Discussion
Topic: Import XML or CSV to SQL
Replies: 9
Views: 16488

Re: Import XML or CSV to SQL

OK, each CSV file is now a single line of text. The equivalent of a single row in excel. No headers nothing. It opens fine in excel and in notepad and looks to me like a CSV file should Here's the contents of one file. 6300595,2158,Tomatin,Top compound,2018-06-04,12:32:00,John Smith,Health and Safet...
by deesloop
Thu Jun 07, 2018 1:19 pm
Forum: General Discussion
Topic: Import XML or CSV to SQL
Replies: 9
Views: 16488

Re: Import XML or CSV to SQL

I'm in discussions with the 3rd party that produces the CSV Interestingly I've asked for date format to always be yyyy-mm-dd but I'm getting it as dd-mm-yy I've manually edited the CSV to get yyyy-mm-dd but I'll have a look at using date function of robotask *Edit* Actually I'm not getting far with ...
by deesloop
Thu Jun 07, 2018 11:52 am
Forum: General Discussion
Topic: Import XML or CSV to SQL
Replies: 9
Views: 16488

Re: Import XML or CSV to SQL

OK, Point 1 I'll look at later

Point 2.
I've added a textloop to process as a filelist
Each entry in file list should be assigned to CSVfile vairable

It seems to work but I'm having issues converting the csv file to date & time usage.Getting closer though ;)
by deesloop
Thu Jun 07, 2018 9:14 am
Forum: General Discussion
Topic: Import XML or CSV to SQL
Replies: 9
Views: 16488

Re: Import XML or CSV to SQL

Yes that's exactly what I'm looking at. Thanks. However I've an issue saying that the file cannot be opened when trying to extract the values for ASQL upload The file does exists and the filename assigned to filelist seems to match. That variable is then used later to delete the CSV file so it can't...
by deesloop
Tue Jun 05, 2018 12:19 pm
Forum: General Discussion
Topic: Import XML or CSV to SQL
Replies: 9
Views: 16488

Import XML or CSV to SQL

Basically I get a CSV file sent in via ftp - basically 2 rows (A header and the data) It's named as Audited-DOCREF or Closed-DOCREF What I want to do it update SQL database record DOCREF with the data So it logs into sql and does a count of records number DOCREF If it find them then it deletes that ...
by deesloop
Tue Dec 19, 2017 3:25 pm
Forum: General Discussion
Topic: Calculating with variables
Replies: 2
Views: 7427

Re: Calculating with variables

Great, that's exactly what's needed
by deesloop
Tue Dec 19, 2017 11:58 am
Forum: General Discussion
Topic: Calculating with variables
Replies: 2
Views: 7427

Calculating with variables

Is it possible to perform calculations on variables other than increment. I'd like to subtract one variable from another, but it'snot working with set variable [Actions\Action19] ActionID=STRING|"A_VARIABLES_SET" Enabled=INTEGER|-1 Name=STRING|"Get number imported" Params=FOLDER ...
by deesloop
Wed Dec 06, 2017 2:21 pm
Forum: General Discussion
Topic: Assigning rows affected to vaiiable
Replies: 1
Views: 6572

Assigning rows affected to vaiiable

I must be missing something on the syntax of this. I've a variable - I've ticked the Assign "rows affected" into Variable and entered {COUNTBEFORE}, which a step sets to zero initially. Next step is to run the SQL SELECT ID FROM Ages which in SQL generate 600 rows or so. I've ticked the As...
by deesloop
Wed Dec 06, 2017 11:40 am
Forum: General Discussion
Topic: Upgrading experiences
Replies: 1
Views: 6194

Upgrading experiences

Currently on V 6.8 and licensed for a couple more months
I don't like upgrading often in case my VB scripts break.

Anyone had problems with the upgrade?
Whats the standard install route - just run the exe?