Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Support
2015-05-29T13:02:26Z
Changes in this version so far:

[FEATURE] Server: Job/Task control Task->Added option "Update Job Variables" which updates the existing Job Variables (of target Job) if set
[FEATURE] Client/Server: Added Task "Dynamics CRM - Delete attachment(s)"
[FEATURE] Client/Server: New Web API for accessing VisualCron
[FEATURE] WebClient: Group support and real time Job log
[BUGFIX] Server: Excel - Create Task->Fixed a problem with using no text qualifier (empty string)
[BUGFIX] Server: Job/Task control Task->Fixed issue with Jobs being queued (Variables and other Job parameters)
[BUGFIX] Server: Excel - Get->Fixed a problem parsing dates
[BUGFIX] Server: Web service Task->Fixed issue reloading assembly (serialization error) resulting in Server disconnect in Client
[BUGFIX] Server: Test connection->Fixed a bug where Oracle connections were lingering
[BUGFIX] Client/Server: Variables->Fixed a problem using alternate parameters like this: {FILE(@Content@c:\textfile.txt)}
[BUGFIX] WebClient: Fixed an issue with installing on IIS in Windows 2008
[BUGFIX] Server: Remote file filter->Fixed a Sort + Limit bug - names were previously limited then sorted instead of sorted then limited
[BUGFIX] Server: Excel - Create->Fixed a problem accessing files on network shares
[BUGFIX] Server: Fixed a memory leak in communication object (WCF)
[BUGFIX] Server: Now stopping Job if a Task produces and exit code that is not found in list
[BUGFIX] Client: SQL Task->Fixed sorting of stored procedures
[BUGFIX] Server: Export settings Task->Fixed a bug which could result in Connections not being exported
[BUGFIX] Server: Variables->String.TrimStart->Now behaving like TrimEnd (exact match on start needed)
[BUGFIX] Client: Variables->Fixed problems with methods using Credential (Credential not found error)
[BUGFIX] Server: SQL Task->Changed how parameters are converted to the correct type (required for some databases) when using ODBC/OLEDB

See video tutorial about Web API here: http://visualcron.com/Tutorials.aspx 
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Sponsor
Forum information
Support
2015-06-02T13:17:16Z
New build, changes:

[FEATURE] Server: Job/Task control Task->Added option "Update Job Variables" which updatest the existing Job Variables (of target Job) if set
[BUGFIX] Server: Job/Task control Task->Fixed issue with Jobs being queued (Variables and other Job parameters)
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Support
2015-06-06T16:19:54Z
New build, changes:

[BUGFIX] Server: Excel - Get->Fixed a problem parsing dates
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Support
2015-06-08T13:57:33Z
New build, changes:

[BUGFIX] Server: Web service Task->Fixed issue reloading assembly (serialization error) resulting in Server disconnect in Client
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Support
2015-06-09T12:29:22Z
New build, changes:

[BUGFIX] Server: Test connection->Fixed a bug where Oracle connections were lingering
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Support
2015-06-11T10:09:04Z
New build, changes:

[BUGFIX] Client/Server: Variables->Fixed a problem using alternate parameters like this: {FILE(@Content@c:\textfile.txt)}
[BUGFIX] WebClient: Fixed an issue with installing on IIS in Windows 2008
[BUGFIX] Server: Remote file filter->Fixed a Sort + Limit bug - names were previously limited then sorted instead of sorted then limited
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Support
2015-06-15T14:52:45Z
New build, changes:

[FEATURE] Client/Server: Added Task "Dynamics CRM - Delete attachment(s)"
[FEATURE] Client/Server: New Web API for accessing VisualCron
[BUGFIX] Server: Excel - Create->Fixed a problem accessing files on network shares
[BUGFIX] Server: Fixed a memory leak in communication object (WCF)
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Support
2015-06-16T13:30:43Z
New build, changes:

[BUGFIX] Server: Now stopping Job if a Task produces and exit code that is not found in list
[BUGFIX] Client: SQL Task->Fixed sorting of stored procedures
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
beechc
2015-06-16T16:28:36Z
I am having issues with the String.TrimStart function in 7.6.6 and 7.6.7 beta the same as previously in 7.2.0 which was reported and corrected.

{STRING(TrimStart|ABC123XYZ|ABC)} returns 'BC123XYZ' where it should return '123XYZ'
String.TrimEnd seems to be behaving correctly.

Chris

jshoebrook
2015-06-16T18:33:52Z
Something else appears to be broken in the latest 7.6.7 beta. We have a job that executes a List Files task to generate a list of files in one folder. The next task is a Copy Files loop that loops through each file name from the list generated in the previous task. For each file in the list, the file is copied to another folder. This job worked as expected prior to 7.6.7 (files would be correctly copied to the destination folder). Now, the Copy Files loop completes successfully, but does not copy any files to the destination folder (even though the task output shows that each file was copied to the destination folder). Can you please fix this in the next build?
jshoebrook
2015-06-16T19:31:39Z
Originally Posted by: jshoebrook 

Something else appears to be broken in the latest 7.6.7 beta. We have a job that executes a List Files task to generate a list of files in one folder. The next task is a Copy Files loop that loops through each file name from the list generated in the previous task. For each file in the list, the file is copied to another folder. This job worked as expected prior to 7.6.7 (files would be correctly copied to the destination folder). Now, the Copy Files loop completes successfully, but does not copy any files to the destination folder (even though the task output shows that each file was copied to the destination folder). Can you please fix this in the next build?



Sorry, this function does work. I tried running it several times again and now I'm able to see the files that were copied in the Copy Files loop. There must have been an issue with refreshing my network folder where the files were copied to.
Support
2015-06-17T08:23:01Z
Originally Posted by: beechc 

I am having issues with the String.TrimStart function in 7.6.6 and 7.6.7 beta the same as previously in 7.2.0 which was reported and corrected.

{STRING(TrimStart|ABC123XYZ|ABC)} returns 'BC123XYZ' where it should return '123XYZ'
String.TrimEnd seems to be behaving correctly.

Chris



We never made any changes to TrimStart. But we will do that for next build. It will behave exactly like TrimEnd now. The part that you want to trim out must match exactly the start of the first string.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Support
2015-06-17T15:43:06Z
New build, changes:

[BUGFIX] Server: Variables->String.TrimStart->Now behaving like TrimEnd (exact match on start needed)
[BUGFIX] Client: Variables->Fixed problems with methods using Credential (Credential not found error)
[BUGFIX] Server: SQL Task->Changed how parameters are converted to the correct type (required for some databases) when using ODBC/OLEDB
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
beechc
2015-06-18T14:14:31Z
String.TrimStart is now functioning as expected.
Thanks
Chris
Support
2015-06-23T11:28:38Z
New build, changes:

[FEATURE] WebClient: Group support and real time Job log
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Support
2015-06-24T07:42:20Z
Thank you for your testing. This build was released as 7.7.0 today to mark changes regarding the new Web API.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Users browsing this topic
Scroll to Top