It's all about the answers!

Ask a question

RTC 6.0: Is there any possibility to Automate the Load rule creation work


Naveen Tyagi (19768152) | asked Jun 16 '16, 3:00 a.m.
edited Jun 17 '16, 12:42 p.m. by David Lafreniere (4.8k7)
Stream structure is being changed frequently  and every time we need to create the new loadrule as per new structure that required a lot of time. Is there any possibility to create a custom plugin/application that can help user to create new load rule as per updated structure.  I have been going through already created loadrule to understand the pattern for  feasibility of this through Java. Thanks in advance.

One answer



permanent link
Ralph Schoon (63.1k33645) | answered Jun 16 '16, 3:24 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
A load rule is a XML/Text file. All data that is in the load rules is accessible using the JavaAPI.
I know that some customers generate their own load rues. Yes, you can do that.

How to hook this up and where to make this accessible is a different matter. There are numerous ways to do this. I explained how to add context menus in the Eclipse client in https://rsjazz.wordpress.com/?s=menus .

Comments
Naveen Tyagi commented Jun 16 '16, 3:49 a.m.

Thanks. let me check.

Your answer


Register or to post your answer.