Search found 9 matches
- Mon Mar 16, 2020 8:24 am
- Forum: Knowledge Center
- Topic: SQL Task: “When Data Not Found” Field
- Replies: 0
- Views: 94004
SQL Task: “When Data Not Found” Field
Overview How to use the “When No Data Found” field in the SQL Task Environment GoAnywhere MFT - all versions Resolution The SQL Task can connect to a database server for running SQL statements, which is useful for retrieving rows (records) from tables (physical files) or performing updates, inserts...
- Mon Feb 17, 2020 3:52 pm
- Forum: Knowledge Center
- Topic: Resetting Passwords
- Replies: 0
- Views: 101225
Resetting Passwords
Question : I have been locked out of my account. How do I reset my password? Answer : If you are a Web User who has been instructed to reset your password, you will need to contact a GoAnywhere administrator with the Security Officer role to do the following: - Navigate to Users > Web Users. Click ...
- Mon Feb 03, 2020 3:39 pm
- Forum: Knowledge Center
- Topic: Promoting in GoAnywhere
- Replies: 0
- Views: 98594
Promoting in GoAnywhere
Question : I see a Promote option on some items in GoAnywhere. What does Promote do and what features can I promote? Answer : Promotion is uploading a copy of an item from one GoAnywhere installation to another targeted installation. For example, after an item is tested, it could be promoted from t...
- Tue Dec 10, 2019 4:35 pm
- Forum: Knowledge Center
- Topic: Web User permissions unchanged after removing them from the Web User Definition
- Replies: 0
- Views: 104667
Web User permissions unchanged after removing them from the Web User Definition
Question: I have a Web User and I have removed the "Upload (Write)" permission directly from this Web User. Why is this User still able to upload files/folders? Answer: Is this Web User in a Web User Group? A Web User Group is an association of one or more Web Users. Each Web User Group c...
- Thu Sep 26, 2019 2:28 pm
- Forum: Knowledge Center
- Topic: FileInfo function vs. fileName:fileAttribute syntax
- Replies: 0
- Views: 46894
FileInfo function vs. fileName:fileAttribute syntax
Question: How do I utilize the FileInfo() function and the ${fileName:fileAttribute} syntax correctly? Answer: There is no real difference between these two methods. In fact, either one may be used to retrieve the attributes of a file. When using ${fileName:fileAttribute}, the fileName parameter can...
- Thu Sep 26, 2019 2:21 pm
- Forum: Knowledge Center
- Topic: Set Variable Task 1.0 and 2.0
- Replies: 0
- Views: 37860
Set Variable Task 1.0 and 2.0
Question: What makes Set Variable Task 2.0 different from 1.0, and is there a way to change the version within a Project? Answer: Set Variable Task 1.0 The set variable task can set a variable's value to static text, to a variable previously defined in another task, to data from the first row of a R...
- Fri Aug 02, 2019 2:16 pm
- Forum: Knowledge Center
- Topic: Regex Basics
- Replies: 0
- Views: 28384
Regex Basics
A regular expression, commonly referred to as a "regex", is a pattern that can be used to search for and replace sets of characters in a given string of files. GoAnywhere supports the regex patterns available to the java.util.regex class. Example: Given the string "abc.txt", a se...
- Fri Aug 02, 2019 2:14 pm
- Forum: Knowledge Center
- Topic: How to send an email from the "On Error" panel in a project
- Replies: 0
- Views: 15959
How to send an email from the "On Error" panel in a project
Overview Technically, you cannot execute another task from the On Error panel. You can, however, trigger the execution of a Module or trap the error and execute tasks based on the results of the error. Environment GoAnywhere MFT - all versions Resolution/Implementation First, add a new Module to yo...
- Fri Aug 02, 2019 2:12 pm
- Forum: Knowledge Center
- Topic: File Lists, RowSets, Email Lists
- Replies: 0
- Views: 20555
File Lists, RowSets, Email Lists
Overview In GoAnywhere, File Lists, Rowsets, and Email Lists are all options that can enhance a project's capabilities. Here we'll discuss how they are used in an example Environment GoAnywhere MFT - all versions Resolution File Lists A File List references a set of Local File or Remote File object...