1. Rinaldy Mentor
  2. PowerBuilder
  3. Wednesday, 26 August 2020 18:34 PM UTC

I am currently experiencing an issue with an application that I have that was recently migrated to PB 2019.  When calling the orcascript with orcascr190.exe the application will crash listing the faulting module as MSVCR100.dll.  The same orcascript which I'm only using to rebuild the PBLs from source worked fine in 12.5 when called with orcascr125.exe.

I've tried running the orcascr190.exe with a full PowerBuilder 2019 install and also just the one provided by the AutoCompiler install and the results are the same.  I read elsewhere about potential conflicts with Visual Studio and ran it on a server but with and without Visual Studio and received the same results.  The Orscascript which was working for me in 12.5 but is now no longer working is below:

start session
scc set connect property logfile "D:\Work\PBApps\build_pbgo.log"
scc set connect property logappend FALSE
Scc set connect property deletetempfiles "FALSE"
scc set connect property localprojpath "D:\Work\PBApps"
scc connect offline
scc set target "D:\Work\PBApps\trunk\src\PBGO\pbgo.pbt" ImportOnly refresh_all
scc refresh target migrate

 

 

Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 26 August 2020 18:57 PM UTC
  2. PowerBuilder
  3. # 1

Hi Rinadly;

  Have you tried using the ...

scc refresh target "3pass"

Option?

Regards ... Chris

Comment
  1. Rinaldy Mentor
  2. Wednesday, 26 August 2020 20:11 PM UTC
Hi Chris, I get the same behavior using 3pass
  1. Helpful
  1. Chris Pollach @Appeon
  2. Wednesday, 26 August 2020 20:20 PM UTC
Thanks for trying that. Sorry that this did not cure your issue. I would now suggest opening a Support Ticket for this issue.
  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.