cancel
Showing results for 
Search instead for 
Did you mean: 

Any logs can be found for command line import

Former Member
0 Kudos

Hi experts,

In Designer, we can find the .atl import succeed or not in the "output" pane.

However nothing return if we import the .atl with command line successfully.

Any logs can be found for the command line import?

Regards,

Gordon

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gordon,

You can Automate the Import of atl through command line as in here

and to capture the Log of the Activity of the import  batch file you can try the  following .

To capture the activity in a log, simply redirect the job's output with the append operator:import.bat >> import.log

Former Member
0 Kudos

Hi,

Actually I do not need to automate the process or return code after .atl import.

However my concerns is any logs can be traced after each .atl import.

Regards,

Gordon