I am facing a following issue while adding a file to clearcase (UCM)
---------------------------
Rational ClearCase Explorer
---------------------------
Erro
Which type of view are you using ? Static(Snapshot) or Dynamic ? check if file is already there on the main. If the file is already there on main (which means file is Versioned file) then before editing you should check-out file and then after making changes you need to check in. If you are using versioned file and you if made changes to this versioned file then it will be a hijacked file, (you will see red+green mark for on the file in clear case explorer). Try out once.
You will find all the know cases for this error message in this technote " Knowledge Collection: Type manager failed create_version operation"
The main cause is a content incompatible with a text file (line too long, or binary content).
The OP Samselvaprabu adds:
Our IT guys used the following command "
chtype Compressed_file
".
After that it allowed to check-in.As they did it in my collegue system, I was not able to ask what does this mean and how it solved the issue?
It does solve the issue (and it has nothing to do with UCM): since the text_manager doesn't recognized the content of the file as text (as illustrated, for instance, in this technote), you need to instruct ClearCase to treat it as binary content.
cleartool chtype compressed_file
For certain set of files, you could also modify the magic file to automate that process: see "Check in to ClearCase fails".