So I finally solved this by upgrading Designer to v9.12
Local Machine
In a terminal, run the following
# replace firstName and lastName with your own details
git config --global user.name "yourName"
git config --global user.email "yourEmail"
Importing Git packages to IS
- Go to the Preferences and select the Local Service Development
- Ensure both boxes are ticked
- Open the Git perspective and click on Clone Repository and enter the details
- Select the correct branch
- Select a folder to clone the repository into and set the initial branch
- Before you import any packages, ensure that you turn off the build automatically, otherwise the Java services will recompile and it’ll
display as changed
- Now you can import the packages into your instances in the Git view, by right-clicking package and Import Project
- Go to the Project Explorer perspective
- Right click on your package and select “Move to Project to IS package”
- You should now see the package in your local instance along with the repo/branch it’s using
Deleting packages from local IS, but leaving in repository
- In Package Navigator view, right-click a local service development project and select Team > Disconnect
- Navigate to the Project Explorer and Delete the project associated, but ensure that you don’t delete from disk
- Go to the filesystem (C:\opt\webMethods912\IntegrationServer\instances\default\packages) and delete the package shortcut there
- Go to the IS Admin screen and delete the package
I hope this helps everyone out as it was a struggle to get anywhere with SAG support on v9.8.
DPT-EAI-GitandwebMethods-281116-0331-280.pdf (343 KB)
#webMethods#Integration-Server-and-ESB