cancel
Showing results for 
Search instead for 
Did you mean: 

how to execute data base view in sender communication channel ?

Former Member
0 Kudos

hi experts

how execute data base view in sender communication channel.?

when i execute select * from data base . ( Its working)

When i execute select * from dbo.view (its showing error )

My Question is there any procedure or syntax execute the views in sender side . ?

Thanks and Regards

G.Praveen Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Well I had a similar problem.. Try to use Select * from view with out schema(dbo) PI doesn't use schema.

Former Member
0 Kudos

Hi

select * from view also not working. .

Former Member
0 Kudos

the query you are going to configure is the same as the one which you need to execute in Database

May be the user credentials used for executing is different i,.e check the user used is having sufficient privileges for the same

Rajesh

Former Member
0 Kudos

The Error showing

Database-level error reported by JDBC driver while executing statement 'select * from View_abcMap'. The JDBC driver returned the following error message: 'com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'View_abcMap'.'. For details, contact your database server vendor