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.
mike S Accepted Answer Pending Moderation
  1. Thursday, 23 May 2024 14:44 PM UTC
  2. PowerBuilder
  3. # 4

this is still a problem.  Nothing like placing all the useful information in log file then giving it a name that prevents you from doing a computer wide search for it and hiding it 

 

 

Comment
  1. Benjamin Gaesslein
  2. Monday, 27 May 2024 08:05 AM UTC
Maybe Appeon should simply replace the message with "Check SMS log. Good luck finding it, tho. :)"
  1. Helpful 1
  1. mike S
  2. Tuesday, 28 May 2024 14:47 PM UTC
actually, my specific error was not in the SMS (really the SCC import as per appeon), but after the import of a menu where the menu ancestor had changed. so it really was a PB error. i found what the error was after the exe threw an error when i tried a window using the bad menu. I had to check out the menu, manually change the source (not via the IDE) and check it back in. PB supposable does that automatically, but apparently it doesn't if you do a full scc import build.
  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.