- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Run CDA Repository from Blaze Advisor
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-23-2012 06:03 AM
Hi, I want to execute a repository that has been built with CDA in Blaze Advisor, mainly for debugging purposes (STF outcomes are not detailed enough).
I can imagine that I can build a main() function into the repository and load a test xml file to execute a Decision Flow step by step, but I do not know how the main() function should be.
Can anybody help on how to do that?
Thanks
Solved! Go to Solution.
Re: Run CDA Repository from Blaze Advisor
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Not the Solution
- Email to a Friend
- Report Inappropriate Content
07-17-2012 06:50 PM
HI ,
CDA Repository already has an main Method Implemented in the DARuntime/Runtime Template.
Copy your input XML as sample.xml in the Location <Blaze>/Advisor65 , and click the Run Button in the IDE.
Regards
Thulasi

