Uniface User Forum

 View Only
  • 1.  Result of /all /war

    Posted 06-20-2022 07:18
    I am working on a migration from U9.6 to U10.4  - however, origin of the app is U5.
    As there are quite some command which are marked as deprecated or, even worse, are no longer supported ("print_break", "field_video"...), I need a complete list of all warnings. The compiler output is written in the Transscript-Window which I can save, however, the content is cut (I guess at 8000 lines) and therefore not complete. 
    Is there a way to write the output immediately into a file so that I get the complete list?

    Thank you
    Thomas BIeligk

    ------------------------------
    Thomas Bieligk
    Huntsman Advanced Materials (Switzerland) GmbH
    ------------------------------


  • 2.  RE: Result of /all /war
    Best Answer

    PARTNER
    Posted 06-20-2022 07:41
    Include
    $putmess_logfile 
    followed by a filepath and name in your IDE asn file. The transcript will be written in full to the file. 
    Regards
    Iain

    ------------------------------
    Iain Sharp
    Head of Technical Services
    Pci Systems Ltd
    Sheffield GB
    ------------------------------



  • 3.  RE: Result of /all /war

    Posted 06-20-2022 08:35
    Thank  you - I feel stupid now.

    I had a $putmess_logfile setting in my ASN but the file was not written.
    Turned out that I had an extra $putmess_logfile in the same file, pointing to a different place. Happened because I combined 2 ASN-Files (one from my old, one from the new environment).

    Thomas Bieligk


    ------------------------------
    Thomas Bieligk
    Huntsman Advanced Materials (Switzerland) GmbH
    ------------------------------