I tried to run two final builder projects (.fbz7) at the same time through command prompt (FBCMD). But it hangs and not getting completed. Does the trial version has any limitaion ?
No, this is not a limitation of the trial version. When you say hangs, what output do you see, what actions are running?
Thanks for your quick response.
Now I have found the reason for why it hangs.
If I suppress the logging, it doesnt hang, am able to run multiple instances of FBCMD to execute multiple projects at the same time.
I think its because of the output message size.
We have around 10 Linux server. So I have created 10 finalbuilder project, where it has only one action, but it will execute a set of command. I have used the Batch Execute Command.
If the project has around 5 to 6 command in SSH Batch Execute, it doesnt hangs. If it has more than 6 command, where the output of each command is huge in size, it totally hangs. It doesnt say any error.
This one occurs, only If i run the final builder project through my dotnet code. I mean through Process, am starting the fbcmd.exe.
It works perfectly when I run through IDE or directly through the command prompt.
It works fine now, I just commented the RedirectToStandardOutput line. Some deadlock happened.
Thanks for your support.
Good and Interesting to work with this tool.