cancel
Showing results for 
Search instead for 
Did you mean: 

RFC 2 JDBC scenario

deepak_shah
Contributor
0 Kudos

Hi,

I am trying a RFC to JDBC scenario wherin i am insertin records into Oracle Database.

I am testing the scenario from XI RWB.

While testing i am getting error that tables doesnot exists.

" JDBC message processing failed; reason Error processing request in sax parser: Error when executing statement for table/stored proc. 'QSTAG_DO_BR' (structure 'Statement'): java.sql.SQLException: ORA-00942: table or view does not exist ".

But i checked it in the database and the tables do exists in the database.

plzz help.

Regards,

Deepak Shah.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

[;

the above link wll help you to solve ur query.

Regards.

Siddhesh Naik

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Table name and the field values are Case Sensitive, please check those

Regards

Seshagiri

Former Member
0 Kudos

take the insert query from XI payload and put it in database using oracle IDE, with the same user which you give in the XI CC.

(it might be the case that user dosen't have sufficient rights on that table.)

former_member537867
Active Contributor
0 Kudos

Hi Deepak,

Plz do refer the following threads:

Regards,

Vinod.

Former Member
0 Kudos

Hi Deepak,

chk that u have given the table correct and even for the jdbc connection

chk this link it will be helpfull

Regards

Sampath