Search found 116 matches

Search found 116 matches Page 3 of 12
by Support_Julie
Thu Oct 12, 2017 10:13 am
Forum: Community Forum
Topic: Source control integration
Replies: 1
Views: 5643

GoAnywhere is shipped with a single user copy of Derby for the backend database. You can create a connection to that database. Or switch your database to a more robust database (recommended). Once you have a connection to that database, you can do an SQL statement to query that table. The SQL statem...
by Support_Julie
Thu Sep 14, 2017 9:29 am
Forum: Community Forum
Topic: Monitor Slow lots of directories
Replies: 1
Views: 5328

In your situation, it may be better to use a scheduled job that calls a project.
In the project you could specify the yyyyMMdd using the Timestamp task.
Then just process that folder.
by Support_Julie
Tue Sep 12, 2017 3:07 pm
Forum: Community Forum
Topic: Problems Reading XML
Replies: 1
Views: 6962

To resolve your issue, do a SET VARIABLE prior to the PRINT task.
Then in the PRINT task, use that variable.

Since the Set Variable is not inside a loop, use version 1.0 of the Set Variable task.
by Support_Julie
Tue Sep 12, 2017 2:17 pm
Forum: Community Forum
Topic: checking flat bfile
Replies: 1
Views: 5885

The Validate Rowset task was added in version 5.4.1 and then enhanced in Version 5.5.2. The Validate RowSet task allows you to validate the data contained in a RowSet that was generated by tasks that read the contents of a file or database (for example, SQL or Read CSV tasks). This is useful for ide...
by Support_Julie
Mon Oct 26, 2015 4:23 pm
Forum: Community Forum
Topic: SHA2 Upgrade
Replies: 1
Views: 6637

The SHA-2 family consists of six hash functions with digests (hash values) that are 224, 256, 384 or 512 bits: SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224, SHA-512/256. GoAnywhere supports three of the six Hash Algorithms (SHA-256, SHA-384 and SHA-512). For more information on GoAnywhere Open PG...
by Support_Julie
Fri Jun 19, 2015 3:56 pm
Forum: Community Forum
Topic: Extent of regex support and proper syntax?
Replies: 1
Views: 7161

Regarding regex support in GoAnywhere, please refer to the on-line help. In the current release, the Appendix has a section titled "Wildcards and Regular Expressions"
by Support_Julie
Fri Jun 19, 2015 2:05 pm
Forum: Community Forum
Topic: Moving files from a list of files
Replies: 2
Views: 8429

Inside your loop, set a variable for the file name. Then add an IF statement to check for the substring. If the substring exists, then you can move it. I have attached a simple project that checks for a file name that starts out with "Linoma". <project name="checkFileName" mainModule="Main" version=...
by Support_Julie
Thu May 28, 2015 8:33 am
Forum: Community Forum
Topic: Email List vs File List
Replies: 1
Views: 5836

The file list ${current.email:attachments} contains all of your files that you need to process. Right click on the second For-each-loop, Edit, Cut. Then edit past into the first For-each loop. This will allow you to reference the sender. The Items Variable that you loop thru will be ${current.email:...
by Support_Julie
Wed Apr 09, 2014 4:05 pm
Forum: Knowledge Center
Topic: GoAnywhere products are not affected by Heartbleed bug
Replies: 0
Views: 17999

The Heartbleed bug (CVE-2014-0160) has found potential vulnerabilities in OpenSSL. All GoAnywhere products are NOT vulnerable to the Heartbleed bug as they do not use OpenSSL.

Learn more: Linoma Software products are not affected by Heartbleed bug
by Support_Julie
Wed Apr 09, 2014 4:04 pm
Forum: Knowledge Center
Topic: GoAnywhere products are not affected by Heartbleed bug
Replies: 0
Views: 18005

The Heartbleed bug (CVE-2014-0160) has found potential vulnerabilities in OpenSSL. All GoAnywhere products are NOT vulnerable to the Heartbleed bug as they do not use OpenSSL.

Learn more: Linoma Software products are not affected by Heartbleed bug
Search found 116 matches Page 3 of 12