Transaction Configuration Center - Information - How to find the entry point of a transaction

Purpose
This page gives information on how to find the entry point of a transaction.
Applicable in CAST Version
Release
Yes/No
8.3.x(tick)
8.2.x(tick)
8.1.x(tick)
8.0.x(tick)
7.3.x(tick)
Applicable RDBMS

 

RDBMS
Yes/No
Oracle Server(tick)
Microsoft SQL Server(tick)
CSS2(tick)
Details

Entry point of the transaction is the transaction full name given in the TCC. In the below screenshot we can see that for the transaction "EMPRPG01" the fullname is "C:\CASTMS\Deploy_800_rpg\v1\RPG\EMPRPG01.RPGLE.RPG400Program.EMPRPG01"

To get the ID of this entry point, please execute the below query on the Knowledge Base.

select * from cdt_objects where object_fullname = '<full_transaction_name>'

Example

Query result example

select * from cdt_objects where object_fullname = 'C:\CASTMS\Deploy_800_rpg\v1\RPG\EMPRPG01.RPGLE.RPG400Program.EMPRPG01'

 


Notes/comments


Related Pages