Skip to content

Search found 16 matches

Fixing DFS connectivity issues with Network Share resources

Question: We have issues with some of our transfers to DFS shares. The job's are failing intermittently because they are being "disconnected". Is there anything that can be done to stabilize performance to DFS shares within the MFT application? Answer: First and foremost, using native pat...

Client was not authenticated to send anonymous mail during MAIL FROM

Question: Why is the error "Client was not authenticated to send anonymous mail during MAIL FROM" message appearing in my goanywhere.log when trying to send Success/Failure emails from a scheduler or when a system notification attempts to send? We have a resource connecting to the same SM...

Setting up a database resource to the GoAnywhere Derby database

Question: I am curious to see how the data is stored on the back-end database that houses the GoAnywhere data but I have not yet externalized to an enterprise-level database. Is there any way to setup a connection within MFT to the internal Derby database? Answer: It is possible to setup a connecti...

cannot create signature: no such algorithm: MD5withDSA for provider BC

Question: Why is the error "cannot create signature: no such algorithm: MD5withDSA for provider BC" being presented when attempting to encrypt and sign a file using a PGP Encrypt task? Answer: The reason that this particular error is being thrown, is that by default, Java does not provide...

Integrating GAMFT with CEPH storage cluster

Question: Can GoAnywhere MFT integrate with CEPH cluster storage? We have a local CEPH storage and would like to use it instead of an S3 resource. CEPH is becoming more and more popular as an alternative to expensive Amazon buckets or on-premise storage solutions. Answer: I can confirm that GoAnywh...

Entry repeating in tomcat logs "Kerberos username [username]"

Question: I am receiving a log entry that is repeating in my logs that is saying "Kerberos username [username]" multiple times. What is the cause of this and should I be worried about the entries? Snippet: Kerberos username [username]: Kerberos username [username]: Kerberos username [user...

Oracle Java 8 licensing changes and GoAnywhere MFT

Question: Will Oracle's Java 8 licensing changes affect GoAnywhere MFT? Answer: With the upcoming licensing changes coming to Oracle in January 2019 we have done extensive research into how this impacts GoAnywhere MFT. We can confirm that if you are still using a free version of Java in your curren...

Regex Negation

Question: Does GoAnywhere support regex negation? (The symbol ^ in a regex expression) Answer: Yes, GoAnywhere supports regex negation even when using monitors. This functionality can be handy when using a monitor since the monitor itself cannot be set to exclude a set of files, you can use a regex...

java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty

Question: I am receiving the error "java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty" when using an Amazon S3 Bucket resource (or any resource using SSL certificates) that I just created. What is the "trustAnchors" parameter and how ...

LDAP Login Method: No users synchronized

Question: When validating an LDAP login method using the Test option, I am able to get a “Authentication Successful” test. However, when attempting to synchronize users that should be tied to that LDAP method, MFT shows no users or groups have been pulled in. What is the cause of this behavior? Ans...