Hi Team,
I saved it as "Save as Script" and Synchronous for 2 separate Windows subclient via Commvault.
Let's call them 1.bat and 2.bat.
I also created a main.bat and made its content as follows.
call 1.bat
call 2.bat
I added Main.bat to the Pre Scan phase in another Windows subclient from the Commvault Console as "C:\CVScript\main.bat".
Our expectation was this: main.bat will be triggered by Commvault and first the 1st bat will run, the backup will be completed and then the 2nd bat will run and the backup will be completed. After this, the Pre Scan phase will be completed.
Currently, the Pre Scan phase is running, main.bat is running and is completed in 3 seconds, but the 1st and 2nd bats in its content cannot be run. It actually needs to run for about 9 hours.
When I manually trigger Main.bat, it works as expected.
Does anyone have an idea ?