EngageOne™

Welcome to the EngageOneTM community - start a discussion in the discussion tab or join in a conversation.

The EngageOneTM community is the place to share best practices across product usage and deployment.  You’ll have access to key Subject Matter Experts (SME’s), Technical Resources, and Support/Services Leadership. You have the opportunity to share opinions and perspectives on development, provide valuable input for research and development of new products, and volunteer for beta testing opportunities.

Discussions

Members

Resources

Events

 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.
    ------------------------------