I’m having an issue trying getting a document to be created in Documentum using the UCF protocol from a Microsoft IIS application.
Custom DLL -> Custom IIS app -> OOTB Client C# DFS DLL -> Load Balancer -> Documentum
I can get the Custom IIS app to create documents in Documentum using the FileContent class when the file is able to fit in memory. The issue is as soon as I switch the protocol to UCF the process will hang on the create command until the timeout exception happens. (Note: I need to use UCF to upload/download 500 MB+ binaries)
I have created a console application that uses the same code as the IIS application and ran it on the same server and the UCF appears to work.
I have temporarily put in a host entry to bypass the Load Balancer in an effort to remove that variable.
So from all of my testing of the separate components it seems the problem has something to do with DFS trying to run UCF from the domain of an IIS application
IIS Server : Window Server 2012 R2
IIS app pool : Running using my account which has Admin rights on the box.
DFS : 7.2 C#
Documentum : 7.2