Focal Point
[SOLVED] FOC1517 and FOC287 error

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1967030496

July 30, 2020, 06:09 AM
smOk
[SOLVED] FOC1517 and FOC287 error
Hello WF family,

I need and advice from you.

I'm having report which give me this error

  
 (FOC287) THE INPUT LINE IS TOO LONG: &1 -SET &QUERY_STRING='
 (FOC1517) UNRECOGNIZED COMMAND -SET &IBIMR_DOMAIN='XXX/';
 (FOC1517) UNRECOGNIZED COMMAND -SET &MR_BASE_DIR='IBFS:/WFC/REPOSITORY/XXX';
 (FOC1517) UNRECOGNIZED COMMAND -SET &IBIMR_FOLDER='XXX';
 (FOC1517) UNRECOGNIZED COMMAND -SET &IBIMR_FEX='';
 (FOC1517) UNRECOGNIZED COMMAND -INCLUDE MRHEADER
 (FOC1517) UNRECOGNIZED COMMAND -INCLUDE ADHOCRQ

but only if i run it as deferred with variable output ON TABLE PCHOLD FORMAT &WFFMT.(,,,).Výstup.

If i run the same report/same code/same amount of parameters/same everything as Active report - ON TABLE PCHOLD FORMAT AHTML then everything is fine.

Any clue what I do wrong?

Thanx a lot!

This message has been edited. Last edited by: smOk,


WF 7.7.05M, 8.1.05M, Linux, HTML, Excel, Active Report
July 30, 2020, 07:34 AM
MartinY
Can you post the whole code that creates the error ?


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
July 30, 2020, 08:53 AM
smOk
quote:
Originally posted by MartinY:
Can you post the whole code that creates the error ?


It seems that I've found out the the solution.

 ON TABLE PCHOLD FORMAT &WFFMT.(<HTML,HTML>,<Active Report,AHTML>,<PDF,PDF>,<Excel (xlsx),XLSX>).Výstup.
 


I've changed it to this

 ON TABLE PCHOLD FORMAT &WFFMT.(<Excel (xlsx),XLSX>,<Active Report,AHTML>).Výstup. 



and it's working. In the HTML composer I had only Excel and Active report, but never thought that this could be and issue. Will do some more testing.

Thanks a lot

This message has been edited. Last edited by: smOk,


WF 7.7.05M, 8.1.05M, Linux, HTML, Excel, Active Report