views:

35

answers:

0

I have created a batch job to import a “.ldf” file to exchange server with “ldifde.exe”. It is working fine in normal conditions. The issue I am facing is that, if there are any issues to import any of the account details the job will get terminated. I need to continue the execution even if importing of any of the accounts failed.

How can I accomplish this?