accept command is failing with exception
This is the command we are trying while performing accept on changesets:
lscm accept --verbose --overwrite-uncommitted --accept-missing-changesets --no-merge --repository-uri uri --target sample_workspace --changes id_related_to_history
Root exception:
com.ibm.team.filesystem.client.FileSystemException: CRRTC5094E: The gap in the history is too large and contains too many change sets for a fill operation.
Root exception:
com.ibm.team.filesystem.client.FileSystemException: CRRTC5094E: The gap in the history is too large and contains too many change sets for a fill operation.
One answer
There is no question in this question. Don't expect the forum members to anticipate your question.
I do not know what the intention of your command is, but the error message implies, that there is a gap in the history. This is too big and contains too many change sets to fill the gap. I think this implies that you maybe have a very old version of a file and a very new version of a file. Trying to accept that new version requires a huge amount of changes to be pulled in and the amount is just too big. You might want to check if this is really what you want. Otherwise you can contact support. They can get better log information and work with you.