1. Marc-André Despins
  2. PowerBuilder
  3. Thursday, 14 November 2019 20:23 PM UTC

I use PB 2019 with azuredevops. 

I want to an automatic build with my code on GIT. 

When i use pull my code of git on my computer and i run my script, all is ok.

 

But when i do it whit azuredevops on the build machine, i got this error :

PBORCA_SccRefreshTarget. Full Rebuild
(0005): Error C0113: Error reading object source entry: n_my_frame_menu_nettoyeur.srm

 

this is my script : 

 

start session
scc set connect property localprojpath projectpath
scc set connect property logfile logPath
scc set connect property logappend false
scc set connect property deletetempfiles "true"
scc connect offline
scc set target targetpath "importonly"
scc refresh target full
scc refresh target "3pass"
scc close
end session

projectpath, logpath and targetpath are variable

Ken Guo @Appeon Accepted Answer Pending Moderation
  1. Friday, 15 November 2019 06:02 AM UTC
  2. PowerBuilder
  3. # 1

Hi Marc-André

 

Firstly, please check whether your orca script works well in your development machine. If yes, please compare whether the PB source code files in your development machine are the same as that in your Build machine, especially the ws_objects folder.

 

Secondly, please check whether the files in ws_objects have been used by other programs or have been isolated by the security software.

 

If the above steps don’t work for you, please create a small PB application and see if you can reproduce it. If yes, please submit a ticket to Appeon support ticketing system https://www.appeon.com/standardsupport/newbug with this small case.  Thanks in advance.

 

 

Regards,

Ken

 

Comment
  1. Marc-André Despins
  2. Friday, 15 November 2019 13:16 PM UTC
I already try yesterday with an other application. And i'm the only one that works with powerbuilder for the moment. i will check if the ws_object have been used by other programs or isolated by the security software.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.