Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there a way to retrieve and store in a variable (if exist) the Job's session id? I suppose that every time I run a Job must exist the id of the current running session.
Thank you in advance!
in example in tMap you use : pid ... and is the (Talend) job process id chars (not the process nr like you do with ps -ef ) :
pid
But, how can I store pid in a variable?
@Dijke is right, you have a native Talend variable which contains the same information.
Here is how to use it in a tMap component:
Here is how it's displayed on the Console with tLogRow:
[statistics] connecting to socket on port 3524 [statistics] connected 6oLEAP [statistics] disconnected
Thank you! Can I pass pid as parameter by calling a stored procedure?
I think so
How to change the process id in the tstatCatcher.
How to change a process id in tstatcatcher..