EngageOne™ Enrichment

 View Only
  • 1.  PDR2190S

    Posted 04-28-2025 11:42

    Looking for some help. Can anyone offer suggestions on why this filename is deemed to be an Invalid argument? The file name looks valid.

     

    PDR2190S An I/O error was detected while opening output Output1. File name: 
             'D:\AFP\FFKs\COF\EDAA0S_DAILY000.afp'. C Error Number:  22. Error text:
              Invalid argument.

    I start by assigned the filename to a variable:

      %%POMS_out = "'D:\AFP\FFKs\COF\" | %%POMSID | ".afp'"

    Then I use this variable with DYNAFILE in <output>

    <OUTPUT>
      <NAME>Output1
        <DYNAFILE> %%POMS_out
        <RESOURCEREPLACE> Y
    </OUTPUT> 

     



    ------------------------------
    John Julitz
    DFS Corporate Services LLC
    ------------------------------


  • 2.  RE: PDR2190S

    Employee
    Posted 04-28-2025 11:47

    The two wrapping single quotes are invalid characters in the filename. It should work after removing them.



    ------------------------------
    Eric Olson
    Senior Principal Software Engineer
    Precisely Software Inc.
    ------------------------------