Need help or advice on what went wrong in RFC to JDBC sync scenario where I'm getting an error such as
"Unable to execute statement for table or stored procedure. "EMPLOYEE"(Structure 'selectStmt') due to com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'EMPLOYEE'. "
Here is my JDBC target structures(Request)
MT_SelectEmployee
selectStmt
dbTable
action
table
access
empno
designation
key1
empno
action node is mapped to constant 'SELECT', table node is mapped to constant 'EMPLOYEE' and access node is mapped to constant '' (blank)
Response structure
MT_SelectEmployee_response
row
empno
designation
key1
empno
Please suggest if there is anything went wrong? unfortuantley logSQL statement in entry in the communication channel is not showing the query formed by the adpater in the audit log.
Regards
Vishnu.