![]() |
T4S4
18.2 C7549 A21431
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
setConnectParameters4Batch ?User? ?Password? ?Group? ?BatchClient? ?AttrName? ?AttrVal? ?EncryptFlag? | |
Defines the (technical) users credential information for a given job agent or job attribute pattern that is needed to execute ITK related steps like reading or updating Teamcenter data. More... | |
setConnectParameters4WF ?UserName? ?UserId? ?Password? ?Group? ?EncryptFlag? | |
Defines the credential information for a given responsible party user name, so that it is possible for the job agent to execute a workflow task in the corresponding inbox. More... | |
Variables | |
ItkConnectMatrix | |
ITK::MULTI::CONNECT::setConnectParameters4Batch | ?User? ?Password? ?Group? ?BatchClient? ?AttrName? ?AttrVal? ?EncryptFlag? | ||
Defines the (technical) users credential information for a given job agent or job attribute pattern that is needed to execute ITK related steps like reading or updating Teamcenter data.
User | Teamcenter User Id |
Password | Teamcenter Password |
Group | Teamcenter Group Id |
BatchClientName | Job agent id default "*" use the "internal job agent (batch client) Id" = "external job agent (batch client) Id" - 1 |
AttrName | JobAttributeName - default "*" |
AttrVal | JobAttributeValue - default "*" |
EncryptFlag | (optional), enables (default TRUE) and disables (FALSE) the automatic encryption of the User, Password and Group, so that the function could also be called with already encrypted strings. Default is TRUE. |
Default connect data sample
connect data for all jobs on the batch client 1 = 0 (use the "internal batch client Id" = "external batch client Id" - 1), unless no more specific settings found sample
connect data for jobs on the batch client 1 = 0 (use the "internal batch client Id" = "external batch client Id" - 1) and PRIO = 30 sample
connect data for jobs on the batch client 2 = 1 (use the "internal batch client Id" = "external batch client Id" - 1) and DESC = ^T4S_TRANSFER_.* - starting with T4S_TRANSFER_ sample
Connect data for jobs on all batch clients and PRIO=20 sample
References ITK::getConnectionParameters(), tpco_encrypt(), tpco_scanHEX16(), and tpwrite().
ITK::MULTI::CONNECT::setConnectParameters4WF | ?UserName? ?UserId? ?Password? ?Group? ?EncryptFlag? | ||
Defines the credential information for a given responsible party user name, so that it is possible for the job agent to execute a workflow task in the corresponding inbox.
UserName | Workflow task responsible party user name |
UserId | Teamcenter User Id |
Password | Teamcenter Password |
Group | Teamcenter Group Id |
EncryptFlag | (optional), enables (default TRUE) and disables (FALSE) the automatic encryption of the User, Password and Group, so that the function could also be called with alreday encrypted strings. Default is TRUE. |
Sample code sequence
References ITK::getConnectionParameters(), tpco_encrypt(), tpco_scanHEX16(), and tpwrite().
|
static |