how to generate login ticket without using dfc ....

Options
ajinkyamk
edited January 25, 2016 in Documentum #1

how to generate login ticket without using dfc...

is there any way to generate login ticket using API in DA....

Comments

  • Alvaro_de_Andres
    edited January 25, 2016 #2
    Options

    Check the API guide:


    Getlogin
    Purpose
    Returns a ticket from the current session that an application can use to launch another session as the currently logged-in user.

    Syntax
    dmAPIGet("getlogin,session [,user][,scope][,timeout_period][,single_use][,server_name]"
  • ajinkyamk
    edited January 25, 2016 #3
    Options

    Thanks