Online Services with Enrich Function and Online Validations
Reported for version 8
Problem
When creating a custom Online Service with the Enrich function and Online Validations, the Online Service does not work.
Solution
Default Online Services are created with a specific structure. When adding Enrich function and Online Validations, a custom Online Service is created with a different structure. It is necessary to change the structure of the custom Online Service. In order to change the structure of the Online Service, follow the steps described below:
- Open the
[service name].online
file in the RDM Eclipse GUI. - In the left section of the opened tab, right click on the Online Services and choose Expand All;
- Delete the in branch (right-click on it and select the Delete option).
- Write the input step ID to the Step ID field in the General tab of the /Input Format/Root Section branch.
- Add input columns to the Columns tab of the /Input Format/Root Section branch.
- Delete the out branch (right-click on it and select the Delete option);
- Write the output step ID to the Step ID field in the General tab of the /Output Format/Root Section branch.
- Add output columns to the Columns tab of the /Output Format/Root Section branch.
- Save the
[service name].online
file and restart the online server.
Related articles