I want to receive data from SOL and transfer the data to FILE, I used WCF-SQL and an error routing failure appear on starting. I configured SQL binding and poll data
Is this adapter adapter compatible?
I want to receive data from SOL and transfer the data to FILE, I used WCF-SQL and an error routing failure appear on starting. I configured SQL binding and poll data
Is this adapter adapter compatible?
It sounds as though you haven't created a Send Port that subscribes to messages coming from your WCF-SQL Receive Port/Location.
You need to create a new Send Port with a File Adapter and specify a Filter as follows:
Both the Receive Location and Send Port will need to use the PassThruReceive/PassThruSend Pipelines, unless you have defined a Schema for the SQL message.
Finally, start the Send Port and try polling your SQL Database again; the message returned by the WCF-SQL adapter should be written to the location configured within your File Adapter.
Please bear in mind that the message written out probably won't be in the format that you require. To resolve that, you will need to create a Map, however this way beyond the scope of this question :-)