Solid Edge ValidateLogin() method throw exception (HRESULT: 0x8004A00E) in TCCS mode

2022-12-14T04:12:50Z
SE_BETA SE_TSS DOC_MANAGEMENT FLOEFD 3D-SKETCH SIMULATION Teamcenter Share TECH_PUB ASSEMBLY APPLICATION PART/SHEETMETAL TRANSLATORS DRAFT SETUP

Summary


Details

ValidateLogin() method throw exception (HRESULT: 0x8004A00E) in TCCS mode

Solution

SolidEdgeFramework.SolidEdgeTCE.ValidateLogin() is not supported for TCCS mode.

Validates the Login

Public Sub ValidateLogin( _

ByVal bstrUserName As String, _

ByVal bstrPassword As String, _

ByVal bstrGroup As String, _

ByVal bstrUserRole As String, _

ByVal bstrDBUrl As String _

)

Instead use ValidateLogin_TCCS() method,

SolidEdgeFramework.SolidEdgeTCE.ValidateLogin_TCCS is introduced in SE2023 and supported for TCCS mode and validates the TCCS Login

Public Sub ValidateLogin_TCCS( _

ByVal bstrUserName As String, _

ByVal bstrPassword As String, _

ByVal bstrGroup As String, _

ByVal bstrUserRole As String, _

ByVal bstrDBUrl As String, _

ByVal bstrDBDesc As String _

)

KB Article ID# PL8687164

Contents

SummaryDetails

Associated Components

SE_BETA