Source control integration

Post any question you may have in regards to GoAnywhere MFT and let our talented support staff and other users assist you.
If you need a quicker response, please create a support ticket via the customer portal my.goanywhere.com or contact our support team by email at [email protected].
2 posts Page 1 of 1

tsadler

Posts: 1
Joined: Fri Aug 11, 2017 11:07 am

Post by tsadler » Wed Oct 11, 2017 4:05 pm
Now that we've got our MFT setup and stable, we'd like to get the various projects and workflows entered into our source control system. Looking through the Web Services User's Guide, I see there's a way to export each item individually given the name of the object you want to export but I can't seem to find a way to get a list of all Project names, all Trigger names, etc. Am I missing something?

Support_Julie

User avatar
Support Specialist
Posts: 91
Joined: Thu Mar 05, 2009 3:49 pm
Location: Ashland, NE USA

Post by Support_Julie » Thu Oct 12, 2017 10:13 am
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 statement would be something like:
SELECT * FROM APP.DPA_PROJECT
Julie Rosenbaum
Sr Support Analyst
e. [email protected]
p. 1.800.949.4696
w. HelpSystems.com
2 posts Page 1 of 1