Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Talend community,
Hope you're doing great.
I am currently migrating to Talend 8, as you might know CommandLine tab under Monitoring section is no longer available in TAC for Talend 8.
So unfortunately, I am no longer able to have the details (informations) about the commands that run against it ( as examples: buildJob, deployJobToServer, etc.)
With the available commands, I can only run listCommand and getCommandStatus which did not display the log error/failure details of the failing command within a commandGroup.
My questions are:
where can I find in the server the displayed error logs that we usually find under info column of the CommandLine Tab in TAC?
Is there any file that contains the failure log?
Is there any option that can be added when starting CommandLine?
I found also these hints, sadly it did not work!
PS: The commandLine is running in a docker container.
Thank you for your help.
BR.
Hello,
The command line files are in the cmdline installation path with the name .log.<commandline_Installation_folder>\studio\commandline-workspace\.metadata\.log
If you are talking about the log of commands executed in the CommandLine.
This option was available under TAC 7.3.1 and now it's not the case under 8.0.1.
(Actually, tac just get infos from commandline and cached when startup, it means they are not stored and these info are kept only on TAC memory).
Please better use CICD and CI has a scriptMode where you can send commands towards commandline for this.
Hope these documentations helps
https://help.talend.com/r/en-US/8.0/software-dev-lifecycle-best-practices-guide/studio-single-install
https://help.talend.com/r/en-US/8.0/software-dev-lifecycle-best-practices-guide/regenerate-pom-files
Best regards
Sabrina