Does anyone have a RAM Script that will update an asset on a daily basis?
We currently hava a process that publishes a report to the end users on a daily basis through a version control tool and would like to migrate this process to RAM to allow the users to have the same functionality. Has anyone done this or anything simular?
Thank You, Jim |
One answer
You can use the Ant library to write an Ant script
see http://pic.dhe.ibm.com/infocenter/ramhelp/v7r5m1/index.jsp?topic=%2Fcom.ibm.ram.installguide.doc%2Ftopics%2Fc_overview.html You can use curl and RAM's Rest API, You can use a simple Java program: see: http://pic.dhe.ibm.com/infocenter/ramhelp/v7r5m1/topic/com.ibm.ram.doc/topics/r_api_createasession.htmlRAM 7.5.2 coming out soon will have CLIs to do similar things. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Are you saying that you want to upload the report to RAM in an asset? For which API do you need an example? Java, ANT, REST/OSLC, command line? Also, could you include the version of RAM that you're using?