Category Windchill servers, Object ProBrowser

Function ProBrowserAuthenticate


Description
Preset username and password to allow automatic login into HTTP servers that require authentication
Replacement in Object TOOLKIT: pfcBaseSession::AuthenticateBrowser
Synopsis
#include <ProBrowser.h>
ProErrorProBrowserAuthenticate(
wchar_t* username
/* (In)
The name of user to be used
*/
wchar_t* password
/* (In)
The password of the user to be used
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the credentials. Note that if authentication fails with these credentials the user may be prompted for authentication.

Manual References:

  1. Data Management: Windchill Operations: Accessing Information Before Registering a Server
  2. Data Management: Windchill Operations: Accessing Information Before Registering a Server
  3. Data Management: Windchill Operations: Registering and Activating a Server
  4. Data Management: Windchill Operations: To Register a Server with an Existing Workspace
  5. Data Management: Windchill Operations: Sample Batch Workflow

Sample Code References:

  1. pt_wc_server ( PTWCServerPopulate.c )