It seems like some issue with tbuild when exectes from shell. Check the below two statements. #1 is executed from CMD and #2 is executed from shell. #1 didn't produce any error however #2 ended up with error TPT04106 Error: Conflicting job names have been specified:
1- tbuild -f sp.txt WAQ_JOB -L "C:\TEST\New folder"
2- tbuild -f sp.txt WAQ_JOB -L \" "C:/TEST/New folder" \"
Any idea why #2 is causing the failure?
I've found that using \" in #2 is causing issue. The correct statement in the shell should be:
tbuild -f sp.txt WAQ_JOB -L "C:/TEST/New folder"
However, now the error has changed to:
tbuild -f sp.txt WAQ_JOB -L "C:/TEST/New folder"
Teradata Parallel Transporter Version 15.00.00.01
Could not create Plan File C:\TEST\New folder\C:/TEST/New folder\APPLY_1[0001]00
0001087601
TPT_INFRA: TPT02992: Error: Execution Plan generation failed.
Compilation failed due to errors. Execution Plan was not generated.
Job script compilation failed.
Job terminated with status 12.
Not sure whats going wrong over here but seemingly there is some issue with the slashes.
1- tbuild -L "C:/TEST/New_folder" -f sp.txt WAQ_JOB
2- tbuild -L "C:\TEST\New_folder" -f sp.txt WAQ_JOB
Statement 1 is giving error TPT02992 while statment 2 is working fine.
What is the issue with statement 1?
Hi,
I am getting the below error if I specify -L parameter (log path) in tbuild command:
TPT_INFRA: TPT04106: Error: Conflicting job names have been specified
'tbuild' command argument <job name>: 'WAQ_JOB' and 'C:/Program Files/Teradata/Client/15.00/Teradata Parallel Transporter/logs'.
Below is my tbuild statement:
tbuild -f sp.txt WAQ_JOB -L "C:\TEST\New folder"
Can someone please provide the reason for this error?