Writing Sample #9
Editing a configuration file to change how a product feature works.
Change the Version Control Option
By default, [Product Name] tracks versions when you save jobs, transformations, and connection information.
You can change the version control option by editing the Properties file located at:
data-integration-server/prod-solution/systems/repository.spring.properties
Edit the Version Control Statement
Exit from the Spoon application.
Stop the Data Integration Server.
Open the Properties file with a text editor.
To Turn Version Control Off
Edit the versioningEnabled statement and set it to false:
NOTE: Comment tracking is also turned off if you turn version control off.
To Turn Version Control On
Edit the versioningEnabled statement and set it to true:
Save and close the file.
Verify that version control is set as you intended.
Verify the Version Control Option
Connect to the Data Integration Repository.
In the Browse Tab, click on a file in the Repository Explorer
OFF – You can see the Access Control label, but the Version History tab is hidden.
< SCREEN SHOT>
ON – You can see the Access Control label, and the Version History tab is visible.
< SCREEN SHOT>
Change the Comment Tracking Option
By default, [Product Name] tracks comments when you save jobs, transformations, and connection information.
You can change the comment tracking option by editing the Properties file located at:
data-integration-server/prod-solution/systems/repository.spring.properties
Edit the Comment Tracking Statement
Exit from the Spoon application.
Stop the Data Integration Server.
Open the Properties file with a text editor.
To Turn Comment Tracking Off
If you want version control but not comment tracking:
Edit the versioningEnabled statement and set it to true.
Edit the versionCommentsEnabledstatement and set it to false.
To Turn Comment Tracking On
Edit the versionCommentsEnabledstatement and set it to true.
Save and close the file.
Verify that Version Control and Comment Tracking are set as you intended.
Verify the Comment Tracking Option
Connect to the Data Integration Repository.
In the Browse tab, click on a file in the Repository Explorer
OFF – The Version History tab appears, and the Comment field is hidden. When you save a transformation, job, or connection information, you are no longer prompted to enter a comment.
< SCREEN SHOT>
ON – The Version History tab appears with the Comments shown. When you save a transformation, job, or connection information, you are prompted to enter a comment.
< SCREEN SHOT >
Last updated