Hello together,
I’m trying to get around with processing a FlatFile from the integrated FTP Server.
I first want to explain what I did already and what is working:
I added an FTP port (8021) and I can connect to my IS via an FTP Client. I can find the folders according to my folder and service structure in my webMethods Designer.
In the Designer I created a folder containing everything for my flat file processing. I created a schema, which I tested successfully. I also created a doctype, which contains the five string fields, which I am using in my flat file.
The last thing I created was a flow service with two elements:
pub.io.stringToStream and pub.flatFile.convertToValues
I defined a String value as Input for the FlowService and entered the content of my test text file (2 addresses). I used the stringToStream Service to convert the input String to a Stream and connected that output to the input of the convertToValues Service.
In the convertToValues Service I entered the fully qualified name of my schema and connected the ffValues Output object to my previously created output document reference of type address (my custom doctype).
Now if I run the service everything works great. But instead of entering my flat file data manually as an input variable, I want to upload my little text file to my webMethods FTP server.
If I try to upload that text file to the folder according to my flow service, I always get an “access denied” error message. I think I have to add a service, which can process the text file. But what do I have to choose for input? Do I also have to change something in the IS Administration? I read something in some other threads, but I think this should not be nescessary.
Can you please provide me some information about the nescessary services? I feel, that this scenario should be pretty easy.
I really would appreciate your help! Thank you!!
Stefan