Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
PChaudhury1635170554
Contributor
Contributor

How to get JOBID in tmap

Hi Team,

How do I get JOBID in tmap.? In the database table I need to write as 'TALEND-$JOBID'.

I am getting error as Module newLine.jar required, How do I avoid it.

0695b00000Lz4AQAAZ.png

Please suggest.

Thanks,

Pravakar

Labels (2)
3 Replies
Anonymous
Not applicable

Hi

There are some global variables that you can use directly in the job, such as:

pid: Job pid

jobName: Job name

projectName: Project name

So, you use the global variable (pid) in the expression of JobID column on tMap.

About the missing jar, which database type are you using?

 

Regards

Shong

PChaudhury1635170554
Contributor
Contributor
Author

Hi

I am connecting Oracle SQL Developer through JDBC as we have 'Service Name' value instead of 'SID' value to connect Oracle SQL Developer. The Job flow is as below, please suggest how do I get newLine.jar or how to I ignore it.

 

 

0695b00000Lz5c1AAB.png

Anonymous
Not applicable

Hi

It seems you have the same issue as this topic. The latest version 8.0.1 don't require this jar to install, I could not find this jar on internet, can you click the red icon to get more information about this jar?

 

Regards

Shong