cancel
Showing results for 
Search instead for 
Did you mean: 

http to FTP scenario with the use of only ID (dummy interfaces)

Former Member
0 Kudos

Hi all i tried out to send some data without using IR objects and working with only ID part.

In file to file scenario the file is getting picked and palced in the target .

But my requirement is that i should send the data as a payload using http adapter to an FTP location.

I followed the same steps as i did in File to File scenario , but i am getting an error that receiver is not found.

Is there any way i can send data from http to an FTP location simply without using mapping and using the dummy interfaces , just by creating the required things in ID.

Please let me know this.

thanks in advanced.

Srinivas

Accepted Solutions (1)

Accepted Solutions (1)

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

Use this blog to send data without IR

Answers (7)

Answers (7)

Former Member
0 Kudos

There was an error in the HTTP tool , i changed the code for that and added to that one should enter the correct port number while posting the payload in the test tool.

Folks!! thanks for the help.

Former Member
0 Kudos

Can Http to file scenario be implemented using configuration part only for posring non XML message?

Please respond if any one has done a similar thing.

thanks

srini

Former Member
0 Kudos

As i am not sending an xml payload and added to that i have not created any DT in the repository as i am using Only ID.

I am not able to get why similar scinario works when i try file to file with only using ID configuration.

and gives no receivers found error when i try for Http to ftp in the same lines .

I have tried all the things suggested above but still the error that there is no receiver found when i try to post the junk pay load.Does this technique(tunneling called in some cases) i.e sending data using only ID configuration and using dummy interfaces... works only for File to File.

..your inputs surely deserves its worth

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

Once Deactivate and Activate your Receiver determination using dummy changes.

Now Refresh the Adapter Engine cache

Former Member
0 Kudos

Hi All/gaurav

The payload which i am trying to send is not an XML,its a text which has no proper format(MT940 bank statement).

Actually i choose to go with only ID approach for this reason only as i was not able to define a proper structure to the input MT940 file.As i have to place the same file from the customers url to an FTP location.

but the error i am getting when i test in the RWB/Test message is ;Failed to determine the receiver agreement for the given message. i can see a correct receiver agrement and also as suggested my sap/xi/engine is also active.

appreciate your help:)

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

I think your service is not active in message.

Go to R/3, transaction SICF and activate service sap/xi/engine (right click, activate)

Former Member
0 Kudos

Hi,

I have implemented a file to file scenario ,and that works fine when i used only ID part.

As it was mentioned in the above link, it should be appliacable to all the adapter.

I am trying HTTP to FTP scenario withouht IR objects.

I am getting error that receiver is not found and somtimes http 403 forbidden.

as http adapters dont need any sender channel coz integration engine listens to http port all the time.

can any one suggest the possible solution .

regards,

sri

VijayKonam
Active Contributor
0 Kudos

Do you have a receiver in your receiver determination? Check if you have used same interface name and namespace name in the configuration of objects.

VJ

Former Member
0 Kudos

Hi sri

Check with the dummy parameters you have given are exactly same or not. Is the file you are trying to send is an XML or some other data?

Thanks

Gaurav