I have this doubt, how do we check in UM, MWS and AT assets of a project in SVN ? And how to deploy these assets from SVN to target environments?
Please reply me ASAP!
For UM: in EM, right-click the realm and choose Export to XML, select the asset types to export and then check that file in to VCS using a suitable VCS client.
For MWS: check in your MWS asset sources from Designer using a suitable VCS Eclipse plugin, e.g. Subclipse. You will need to install that into Designer yourself, i.e. get the relevant Eclipse plugin from the VCS vendor.
For AT: Deployer does not support AT assets. Please check out the chapter on Migrating AT Assets in the AT Guide: http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/wmsuites/wmsuite9-8/ActiveTransfer/9-8_Managing_File_Transfers_with_ActiveTransfer.pdf
You need to create an export of your realm using EM as an XMl and then save this file under <ABE_SOURCE_DIR>/UniversalMessaging
Update build.properties to enable.build.UniversalMessaging=true
Now when you will run the build all UM assets will be bundled into an ACDL which when pointed to deployer will show all the assets of UM. Now you can select the assets you want to deploy using Deployer
Please refer to Deployer User guide, under “Building Composites for Repository-Based Deployment
I have checked that link before, it says all about how to configure ABE to extract the IS assets automatically. Here i am dealing with UM and MWS assets (which is outside of IS). For these assets, do i need to follow the same steps? Or is there any other steps or tool for UM and MWS assets?
Yes You have to follow the same steps.
Just make sure the following properties are set apart from what mentioned in the article.
You need to update the build.properties file present at following path <SAG_installation_Dir>/common/AssetBuildEnvironment/master_build
enable.build.MWS = true [For building MWS assets]
enable.build.UniversalMessaging=true [for building UM assets]
As I am facing some issue in production but not face in other environments, Can any one look into this and tell me the root cause why it happens like this.
The below error I got…
2017-06-20 09:09:07 CEST [ISS.0134.0042E] JMS Trigger triggers:triggerName failed: com.wm.app.b2b.server.ISRuntimeException: 550 The process cannot access the file because it is being used by another process.
As we get xml data from UM queue and we are sending same xml data to FTP location. As it is a bulk data processing here and for some we are getting this above mentioned error.
Please let me know if any solution for this problem.