![]() |
T4EA
18.2 C7549 A21431
Teamcenter Gateway for Enterprise Applications API Reference
|
Namespaces | |
BOM | |
CONNECTION2EA | |
CUSTOM | |
GENBOM | |
GENOBJ | |
JDBC | |
PROP | |
QUERY | |
Functions | |
checkEAPassword SessionId System Product User Passwd Attributes args | |
Sets the active connection to the preferred connection for the given session type and then tries a login on this connection. More... | |
getLocalizationString strKey args | |
Returns an internationalized string for the key. More... | |
T4EA::checkEAPassword | SessionId System Product User Passwd Attributes args | ||
Sets the active connection to the preferred connection for the given session type and then tries a login on this connection.
The active connection is reset afterwards.
SessionId | ID of the session |
System | the EA system identifier |
Product | one of T4EA, T4S, etc. |
User | EA user |
Passwd | Password for the EA user |
Attributes | additional attributes for the login (can be empty) |
args | currently unused |
References T4X::CONNECTION2EA::getPreferredConnection2EA4Session(), T4X::CORE::getSessionLogChannel(), T4X::CORE::initStatusInfo(), T4X::CONNECTION2EA::readConnectionInfo4Session(), T4X::CONNECTION2EA::selectActiveConnection2EA(), tpco_formatHEX16(), tpco_shmget(), and tpwrite().
T4EA::getLocalizationString | strKey args | ||
Returns an internationalized string for the key.
This procedure uses the translations from var/lang for TCL internationalization.
strKey | key to be translated |
args | positional parameters to be set in the resulting string (in TCL "format"/C "sprintf" style, use Javascript \u escapes for non-ASCII characters!) |
References T4X::CORE::getSessionLogChannel(), and tpwrite().
Referenced by T4EA::CUSTOM::SERVICES::checkConnection(), and T4EA::JDBC::ORACLE::initJdbcConnection().