Operating System - Linux
1827953 Members
2872 Online
109973 Solutions
New Discussion

Scriting Documentum with https protocol

 
Praveenadevi
New Member

Scriting Documentum with https protocol

Hi,
We are working on a EMC documentum application.
Inially we started with http protocol and we were able to successfully replay all the script.
And now there was a SSO integration and we need to script on https protocol. When we replay the script we were not able to get th UID through UCFInvoker. It throws "session cannot be created" error message.
We have given the Port as 443.

Please provide me the steps thats needs to be followed for scripting on https protocol.

Thanks,
Praveena
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: Scriting Documentum with https protocol

Shalom,

Are you trying to run scripts after a user clicks on an https link?

http servers run as basically anonymous users with low privilege when run through a browser.

To make this work, you may need to authenticate the user prior to running the script.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Praveenadevi
New Member

Re: Scriting Documentum with https protocol

Thanks for the reply.
I am getting this exception in the UCFInvoker Client. we have logged in to the system and then only we are invoking the client.

Please let me know where i need to set the authentication.

Thanks,
Praveena