on 2007 Mar 14 4:39 PM
In file to db scenario not getting output(mysql db). giving error for receiver dat there is no action attribute in xml docment..
what could be da reason??
u can check with this blog:
/people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The XML document must have the following schema in this case:
<root>
<StatementName1>
<dbTableName action=UPDATE | UPDATE_INSERT>
<table>realDbTableName</table>
<access>
<col1>val1</col1>
<col2>val2new</col2>
</access>
<key1>
<col2>val2old</col2>
<col4>val4</col4>
</key1>
<key2>
<col2>val2old2</col2>
</key2>
</dbTableName>
</StatementName1>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Shiva,
I think the error says you are missing an attribute in your receiver payload. Please add that and check.
See this weblog for your reference:
/people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30
---Satish
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.