Problem
I'm getting the error message listed below while uploading
document into Documentum repository through the ASP.NET application.
After a while, I noticed that it happen only when I try to upload file with
.txt extension. Then I spotted this line of code
|
The FileExtension hold the value txt which is not a correct format for Documentum. The correct format should be crtext and use binary for unknown extension. So, the next time you run into this error, check the file format.
|

Join the conversation! Your thoughts help the community grow.