FileAccess Node to Unix

 4 Replies
 2 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
tambrosi
Veteran Member
Posts: 55
Veteran Member

    Hope somebody can help me with this,  with the IPA FileAccessNode and the FTP Node.

    Can the FileAccessNode get list of files from a Unix server, from a specific directory. Also can the FTP Node be used to get/put files to a Unix server.   This is the first time I needed to access files in a Unix env.  I did define the userid/password in the configurations in  the infoRich client.   

    But this is the error I am seeing.  

    Error occurred while running the process
    Exception information:
    java.lang.IllegalArgumentException: null source
    at java.util.EventObject.(EventObject.java:56)
    at com.lawson.bpm.processflow.workFlow.flowGraph.ActivityEvent.(ActivityEvent.java:10)
    at com.lawson.bpm.processflow.workFlow.flowGraph.FgProcess.run(FgProcess.java:2059)
    at com.lawson.bpm.designer.runtime.LocalFlowRunner.run(Unknown Source)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

    I can attach to the Unix side with any FTP software so I know my userid/password are ok, and I can run a FTP Script and get the files I need.  

    Any help/ideas would be appreciated.

    Thanks

    Terry


     

     

    kflores01
    Veteran Member
    Posts: 43
    Veteran Member
      We used WebRun to access scripts in cgi-lawson to perform our lists and other reviews.
      Woozy
      Veteran Member
      Posts: 709
      Veteran Member
        Hi tambrosi,

        The answer to both questions is "yes" - you can get a list of files using the fileAccessNode, and you can use the ftp node to get/put files on a Unix server. However, you have to have the configurations set up in Pfi Configuration Settings and have the node pointed to the correct Configuration Set. Have you done that? I don't the config set is required for the FileAccess node against the local IPA server, but it is required to hit other servers and it is required for ftp (so it knows the user and whether it's ftp/sftp).

        The other trick is that your firewall has to be set up to allow the traffic, though it should like that isn't an issue for you.

        I hope this helps.
        Kelly
        Kelly Meade
        J. R. Simplot Company
        Boise, ID
        tambrosi
        Veteran Member
        Posts: 55
        Veteran Member

          Thanks for the info... When you say the PFi Config., Is that the same as the Info Rich Client's File Activity Connection? I set those up unless I am looking in the wrong area. Connection setup attached.

          Thanks

          Terry

          Attachments
          Woozy
          Veteran Member
          Posts: 709
          Veteran Member
            You're in the right place - at least in general. I think that screenshot is for the fileActivity node connection, but you also need one for the ftp (File Transfer). If you are trying to connect to a server that is external to your organization, then you'll need to check with your infrastructure or sercurity folks (if you have them).

            In our world, our Infor servers are blocked from most of the outside world, so we have to transfer files to a specific internal dropbox, and then a separate (non-Infor) tool picks them up and sends them to the outside world.
            Kelly Meade
            J. R. Simplot Company
            Boise, ID