Illegal Character syntax error during copy folder on enterprise management

Hello everyone.   Please help. 

I get the error message when copy folder through enterprise management. 

The warning message : 

Folder Creation TEST1 (destination folder) 

<0001 @X3.TRT/AINSTCONS$adx (584) Error 5 : Illegal Character syntax error in 'dim([F:ADA]1)' status:abort

<0001 TEST1: Error upon creation of folder record 

Generation End 

>0001 End of log file error

Thanks. 

Parents
  • 0

    The console has dedicated code in the supervisor layer that acts as a helper class for this process. In this case, it's tough to say without a full 4GL trace what is happening here, but we have dynamic 4GL code here (see highlighted line) that reads the PARAM.ini file located in your folder directory on disk. 

    $LECFIC
    CLASSE = right$(LIGNE,2)
    Repeat
     Rdseq VARIA Using [P]
     If VARIA<>"#"
      Rdseq DIME Using [P]
      J = val(DIME)
      Rdseq VALEUR Using [P]
      If evalue("dim([F:"+CLASSE+"]"+VARIA+")")>=J

    When reading the PARAM.ini file we're essentially looping through these values every time we see #ADA, so check that you don't have a malformed set of values on one of the entries. 

  • 0 in reply to Delamater

    Thanks so much reply.  I check it first. 

Reply Children
No Data