cancel
Showing results for 
Search instead for 
Did you mean: 

Need Help in Jenkins Setup for Powerbuilder .ORCA script

0 Kudos

Dear Friends,

I am working on project to move my Powerbuilder Application to Devsecops platform. I have created freestyle Job in Jenkins and attached .bat file, where .orca script is called inside this batch file. But its throwing error" Cannot open source file .ora...". In short its unable to open .orca file. Its working fine when I run it manually.

I am stuck at this stage and really need some urgent help to proceed. None of solutions from related site or blog is working properly..Urgent help appreciated!

Thanks In Advance!

Varsha

varsharjoshi@gmail.com

chris_keating
Advisor
Advisor
0 Kudos

Can you confirm the exact error that is reported? Using orcascr126.exe, the error I get when it is unable to locate the script file or the necessary permissions is:

Could not open input file '%1' 

where %1 is the filename supplied. I suspect if that is the error that you are getting, it is likely that there is a permissions problem or that the file in fact cannot be found i.e., if the path of script file is not fully qualified in the batch.

Accepted Solutions (0)

Answers (1)

Answers (1)

cpollach
Explorer
0 Kudos