Editing process template to use configuration data delta
I'm using RTC 4.0.2 and trying to configure additional attribute for consuming project area according to this document:
https://jazz.net/wiki/bin/view/Main/ConfigurationDataDeltaUserDoc
4.0.2 client rejects to save edited xml. But RTC 4.0.4 do not even connect to repository with "version mismatch" error.
Any ideas hot to break this closed loop?
Accepted answer
As Stephanie said the client version cannot be newer than the server version, so a 4.0.4 client will not be able to connect to a 4.0.2 repository. When using a 4.0.2 client the error you are seeing indicates that you have both a <configuration-data> and a <configuration-data-delta> section of the same identifier. This is not permissible because it is giving conflicting directions: a <configuration-data-delta> section is an alternative to a <configuration-data> of the same name.
What is most likely happening is that when creating the consumer project area you did not use the "Unconfigured Process" template. When sharing process you want to start out using Unconfigured Process in the process consumer so that the process from the provider is inherited and not overridden. If you create a new project area using the unconfigured template you will not see that error when adding the <configuration-data-delta>. Version 4.0.2 supports all of the configuration-data-delta recipes in the document you liked to with the exception of "modify the name of a custom attribute" which was added in 4.0.4,
One other answer
Your eclipse client version must be n-1 of your server version. Therefore, it is expected that the 4.0.4 client will not connect to a 4.0.2 repository.
Since you are editing your project configuration directly through the XML, make sure your XML is formatted correctly since this will affect the save. That being said, what error are you seeing in the eclipse ui when you save? You can also look in your workspace in /metadata/ .log (workspace log file) for the error. This will help to determine how to resolve it.
Since you are editing your project configuration directly through the XML, make sure your XML is formatted correctly since this will affect the save. That being said, what error are you seeing in the eclipse ui when you save? You can also look in your workspace in /metadata/ .log (workspace log file) for the error. This will help to determine how to resolve it.