Paridhi Agarwal Posted January 9, 2020 Posted January 9, 2020 I have a requirement to start any non-running applications deployed on my Tibco Admin server simultaneously. To acheive this, I am trying to write a hawk rulebase and invoke below method of TRA in sequence. 1) getComponentInstanceStatus -This method requires 2 arguments - Deployment and Component Instance. 2) startComponentInstance --This method requires 2 arguments - Deployment and Component Instance. My challenge is what to pass in Deployment field which candynamically run for all different tibco applications simultaneously. For component instance I can pass "Process Archive". Please suggest the solution.Thanks.
Chenghao Chen Posted January 9, 2020 Posted January 9, 2020 Hello there, Please try the solution in below article: https://support.tibco.com/s/article/Tibco-KnowledgeArticle-Article-36951 Thanks Chenghao Chen
Paridhi Agarwal Posted January 10, 2020 Author Posted January 10, 2020 Thankyou for ur reply.. but still using MAR also i see that variable are not getting substituted. :(
Chenghao Chen Posted January 10, 2020 Posted January 10, 2020 Variables will be substituted when the mar file be deployed to the target applications. You may check the the rulebases in <tra_domain_home>/rulebases folder.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now