Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Integration / Customization
IPA/ProcessFlow
FTP node
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Brady
Past 24 Hours:
0
Prev. 24 Hours:
1
Overall:
5274
People Online:
Visitors:
378
Members:
0
Total:
378
Online Now:
New Topics
Lawson S3 Procurement
Tolerance Settings
3/31/2025 2:01 PM
I've been trying to set a tolerance for some t
Dealing with Lawson / Infor
Printing Solutions other than MHC
3/27/2025 1:00 PM
What are others using for printing solutions besid
Lawson S3 Procurement
Green check marks in Lawson 9.0.1
3/20/2025 4:55 PM
Hi, How to remove green check mark on items when o
Lawson S3 HR/Payroll/Benefits
Pay Rate History to Show All Positions
2/26/2025 3:34 PM
Does anyone know how to modify payratehistory.htm
Infor CloudSuite
How to build a Pre-Prod tenant
2/7/2025 1:28 AM
After we finished our implementation and ended our
Lawson S3 Procurement
Browser issue with RQC Shopping
1/28/2025 5:49 PM
Since the recent Chrome/Edge updates, our RQC shop
Lawson S3 Procurement
S3-Procurement New Company
1/22/2025 10:38 PM
My Accounting Department has created a new Company
S3 Customization/Development
JUSTIFIED RIGHT
1/15/2025 7:41 PM
Is there a way in Lawson COBOL to make a character
S3 Systems Administration
ADFS certificate - new cert
12/3/2024 9:38 PM
The certificates on the windows boxes expired and
Lawson S3 HR/Payroll/Benefits
Post Tax Benefit Plan Table
11/14/2024 9:16 PM
Hi, totally new to Laswon. I have a repor
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3291
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1375
Roger French
1315
mark.cook
1244
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Prev
Next
Forums
Integration / Customization
IPA/ProcessFlow
FTP node
Please
login
to post a reply.
9 Replies
5
Subscribed to this topic
52 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
Srini Rao
Veteran Member
Posts: 149
2/17/2015 4:11 PM
How do I use the FTP node in IPA? I'm not finding the place for FTP URL ,USER and password etc
Woozy
Veteran Member
Posts: 709
2/17/2015 4:28 PM
Split
Hi Srini Rao,
The FTP setup is done in the System Configuration in Rich Client. Process Server Administrator >> Configuration >> System Configuration >> {configuration set} >> File Transfer Tab. You can also get to this by going directly to PfiFTPConnection business class.
Within IPA, you then select the configuration set to use.
Good Luck
Srini Rao
Veteran Member
Posts: 149
2/17/2015 6:38 PM
Split
Thanks Woozy, Let me try.
Jeremy
Veteran Member
Posts: 129
2/9/2019 9:02 PM
Split
What about the source file for the FTP node? I have setup my FTP and can successfully connect. But, when trying to use the FTP node in the flow, it is still failing. I suspect because I don't know how to reference my file I need to transfer.
Any clues?
Jason Beard
Veteran Member
Posts: 124
2/10/2019 12:20 PM
Split
Jeremy -
Did you reference the configuration set name in the node that you used in Process Server Administrator >> Configuration >> System Configuration >> {configuration set} >> File Transfer Tab when setting up your connection? What is the exact error returned? Is it a failure to connect or a failure to find the file. Do you have the source/destination check boxes flagged correctly?
Jeremy
Veteran Member
Posts: 129
2/13/2019 12:32 AM
Split
For the configuration set: That's part of what I don't understand. Do I need to reference it on the source, destination, or both? The source file is local to the IPA server. In fact, it is created in the previous step.
For the file name in the source, I am manually inputting the file name.
I made sure to reference my FTP configuration set in the Destination file section.
The error is very long, lots of java connect stuff. The first line says the connection timed out.
Here's the full error:
Return message: FileTransfer FTP3890: Execution error java.net.ConnectException: Connection timed out: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at org.apache.commons.net.ftp.FTPClient._openDataConnection_(FTPClient.java:894)
at org.apache.commons.net.ftp.FTPClient._storeFile(FTPClient.java:633)
at org.apache.commons.net.ftp.FTPClient.__storeFile(FTPClient.java:624)
at org.apache.commons.net.ftp.FTPClient.storeFile(FTPClient.java:1976)
at com.lawson.bpm.processflow.utility.FTPHelper.put(FTPHelper.java:1846)
at com.lawson.bpm.processflow.workFlow.flowGraph.FgaFtp.startActivity(FgaFtp.java:433)
at com.lawson.bpm.processflow.workFlow.flowGraph.FgActivity.execute(FgActivity.java:946)
at com.lawson.bpm.processflow.workFlow.flowGraph.FgProcess.run(FgProcess.java:2194)
at com.lawson.bpm.designer.runtime.LocalFlowRunner.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Jeremy
Veteran Member
Posts: 129
2/13/2019 12:45 AM
Split
Well, this is embarrassing. After posting that and reviewing everything for the 100th time, I found a typo in my file name I was trying to send that I had in my source file section of the FTP node. Now, I'm getting a new error:
Source error - Source file(s)/folder(s) do not exist
So, I don't think I fully understand how to get my file name correct. I'm hard-coding the file name based on what I am saving the file as from the previous node. I assumed the FTP node is looking in the same directory as that previous node, but I don't know how to check.
David Williams
Veteran Member
Posts: 1127
2/13/2019 12:54 AM
Split
If you leave the Remote flag unchecked on the source, it should pick up the file from the Landmark server. The configuration needs to be set on the destination and the Remote flag checked for outgoing FTP.
The source file name has to include the path to where the file was written.
Jeremy
Veteran Member
Posts: 129
2/13/2019 12:57 AM
Split
Third time seems to have fixed the typo's and I'm back to the not-very-helpful message. Here's the error related to the FTP node:
Activity started: FTP3890 (Run Id: 3)
Variables in Process:
lastReturnMessage = FileTransfer FTP3890: Execution error java.net.ConnectException: Connection timed out: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at org.apache.commons.net.ftp.FTPClient._openDataConnection_(FTPClient.java:894)
at org.apache.commons.net.ftp.FTPClient._storeFile(FTPClient.java:633)
at org.apache.commons.net.ftp.FTPClient.__storeFile(FTPClient.java:624)
at org.apache.commons.net.ftp.FTPClient.storeFile(FTPClient.java:1976)
at com.lawson.bpm.processflow.utility.FTPHelper.put(FTPHelper.java:1711)
at com.lawson.bpm.processflow.workFlow.flowGraph.FgaFtp.startActivity(FgaFtp.java:433)
at com.lawson.bpm.processflow.workFlow.flowGraph.FgActivity.execute(FgActivity.java:946)
at com.lawson.bpm.processflow.workFlow.flowGraph.FgProcess.run(FgProcess.java:2194)
at com.lawson.bpm.designer.runtime.LocalFlowRunner.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
lastErrorCode = 1019
lastOutputData =
lastInformationCode = -1
FTP3890_errorCode = 1019
FTP3890_informationCode = -1
FTP3890_returnMessage = FileTransfer FTP3890: Execution error java.net.ConnectException: Connection timed out: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at org.apache.commons.net.ftp.FTPClient._openDataConnection_(FTPClient.java:894)
at org.apache.commons.net.ftp.FTPClient._storeFile(FTPClient.java:633)
at org.apache.commons.net.ftp.FTPClient.__storeFile(FTPClient.java:624)
at org.apache.commons.net.ftp.FTPClient.storeFile(FTPClient.java:1976)
at com.lawson.bpm.processflow.utility.FTPHelper.put(FTPHelper.java:1711)
at com.lawson.bpm.processflow.workFlow.flowGraph.FgaFtp.startActivity(FgaFtp.java:433)
at com.lawson.bpm.processflow.workFlow.flowGraph.FgActivity.execute(FgActivity.java:946)
at com.lawson.bpm.processflow.workFlow.flowGraph.FgProcess.run(FgProcess.java:2194)
at com.lawson.bpm.designer.runtime.LocalFlowRunner.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
FTP3890_outputData =
FileTransfer FTP3890: Execution error java.net.ConnectException: Connection timed out: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at org.apache.commons.net.ftp.FTPClient._openDataConnection_(FTPClient.java:894)
at org.apache.commons.net.ftp.FTPClient._storeFile(FTPClient.java:633)
at org.apache.commons.net.ftp.FTPClient.__storeFile(FTPClient.java:624)
at org.apache.commons.net.ftp.FTPClient.storeFile(FTPClient.java:1976)
at com.lawson.bpm.processflow.utility.FTPHelper.put(FTPHelper.java:1711)
at com.lawson.bpm.processflow.workFlow.flowGraph.FgaFtp.startActivity(FgaFtp.java:433)
at com.lawson.bpm.processflow.workFlow.flowGraph.FgActivity.execute(FgActivity.java:946)
at com.lawson.bpm.processflow.workFlow.flowGraph.FgProcess.run(FgProcess.java:2194)
at com.lawson.bpm.designer.runtime.LocalFlowRunner.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Activity failed: FTP3890
Terminating the process ...
Activity started: End (Run Id: 3)
Activity End: Executing End activity
Activity completed: End
Process completed - 02/12/2019 19:52:33
Process ended with error code (1019) - Message "com.lawson.bpm.errors.ErrorMessages.message.activityErrorCodeMessage_1019" not found.
Information code: -1
Return message: FileTransfer FTP3890: Execution error java.net.ConnectException: Connection timed out: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at org.apache.commons.net.ftp.FTPClient._openDataConnection_(FTPClient.java:894)
at org.apache.commons.net.ftp.FTPClient._storeFile(FTPClient.java:633)
at org.apache.commons.net.ftp.FTPClient.__storeFile(FTPClient.java:624)
at org.apache.commons.net.ftp.FTPClient.storeFile(FTPClient.java:1976)
at com.lawson.bpm.processflow.utility.FTPHelper.put(FTPHelper.java:1711)
at com.lawson.bpm.processflow.workFlow.flowGraph.FgaFtp.startActivity(FgaFtp.java:433)
at com.lawson.bpm.processflow.workFlow.flowGraph.FgActivity.execute(FgActivity.java:946)
at com.lawson.bpm.processflow.workFlow.flowGraph.FgProcess.run(FgProcess.java:2194)
at com.lawson.bpm.designer.runtime.LocalFlowRunner.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Output data: (null)
Error occurred in activity: FTP3890
Finished: Feb 12, 2019 7:52:33 PM CST
Jeremy
Veteran Member
Posts: 129
2/13/2019 1:22 AM
Split
OK, all. I worked with someone and isolated the issue to being my FTP server. It had to do with is using passive mode, but the system not having the range of ports the FTP server was attempting to use open on the firewall.
So, even though the FTP ports were open, the passive mode ports were not, so I could connect, but not list files, transfer, etc...
Opened up the FTP passive mode ports and it all works perfectly now!
Thanks, everyone.
Please
login
to post a reply.