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].
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].
Source control integration
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 Offline
- Support Specialist
- Posts: 91
- Joined: Thu Mar 05, 2009 3:49 pm
- Location: Ashland, NE USA
- Contact:
Re: Source control integration
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
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