Fe-Safe batch job submission in Windows

fe-safe 

We are trying to run a fe-safe job in batch mode on Window machine. Following procedure we have tried:
1. Create a new project and use entire procedure from project setup including pre-scan till the job submission in the Fe-Safe GUI application. The job runs correctly.
2. Save the macro using "Tool" --> "View macro from current session".
3. Open the Window Command Prompt and run the fe-safe job using:
"C:\\SIMULIA\\EstProducts\\2020\\win_b64\\code\\bin\\fe-safe_cl.exe" macro="current.macro"

However, it is throwing an error: "An analysis algorithm must be defined for at least one group".
While debugging I noticed that there may be an issue while executing a line related group:
Processing Line 26: groups list selects "PART-1-1_CARRIER"
Group incompatible with FED type

Here, PART-1-1_CARRIER is an element set and in pre-scan options we are using position as nodal. I am not sure if this is causing an issue.
Also, I checked the stlx file generated by Fe-Safe. I noticed that the algorithm is not defined:
                       
                           1
                           PART-1-1_CARRIER
                           PART-1-1_CARRIER
                           DefaultMaterial
                           Smith-Watson-Topper
                           1
                           Infinite
                       

However, as this stlx file is created by Fe-Safe, this file should be correct.

Can anybody help me figuring out the issue here.