1. Craig Brown
  2. PowerBuilder
  3. Friday, 22 July 2022 19:18 PM UTC
I have an 21 app that is being built using ORCAScript on my build server. I consistently get the message "Errors encountered during import/compile.  Check SMS log." What is the SMS log, and where can I find it? Is there a way to see more information about the failure?
 
PBORCA_SccRefreshTarget. Full Rebuild
Calling cm_rebuild_application(CM_REBUILD_FULL).
Errors encountered during import/compile.  Check SMS log.
PBORCA_SccClose
Miguel Leeuwe Accepted Answer Pending Moderation
  1. Saturday, 23 July 2022 07:45 AM UTC
  2. PowerBuilder
  3. # 1

Hi,

No idea what SMS log might be or where, but ..

After StartSession and before SCC connect, you can use something like:

scc set connect property logfile ".\MyPortableExample.log"
scc set connect property logappend "FALSE"

Not sure if that would give you more information about what's going wrong but it's worth a try.
Regards,
MiguelL
Comment
There are no comments made yet.
Miguel Leeuwe Accepted Answer Pending Moderation
  1. Saturday, 23 July 2022 07:49 AM UTC
  2. PowerBuilder
  3. # 2
Comment
There are no comments made yet.
Craig Brown Accepted Answer Pending Moderation
  1. Saturday, 23 July 2022 12:04 PM UTC
  2. PowerBuilder
  3. # 3

Thanks for the information, but the logfile just contains the output that is sent to the console. It shows the message to look at the SMS log. I've tried using true and false for logappend, but no additional details are displayed.

Comment
  1. Miguel Leeuwe
  2. Sunday, 24 July 2022 07:30 AM UTC
yes, well, like Chris explains on the linked page that I posted, it would need an enhancement request to obtain the SMS's information.

regards.
  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.