Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
balasundaram
Creator II
Creator II

Direct Disovery QVW showing Database Connection Failed in AccessPoint

Hi,

  In QV desktop level, Direct discovery qvw working properly, But in Accesspoint its show data connection failed.

while reloading in QMC , there is no issues.

How to solve this issue?

any one can u suggest ?

Regards,

Bala

24 Replies
antoniotiman
Master III
Master III

Have You tried to test Connection via ODBC Data Source Configuration on the Server ?

balasundaram
Creator II
Creator II
Author

Yes. connection Succeeded.

antoniotiman
Master III
Master III

Can You attach piece of script (lines of Direct Query) ?

balasundaram
Creator II
Creator II
Author

Hi,

DIRECT QUERY

   DIMENSION

  

   

Account_Id

measure

Billing_Amount

detail

Order_Date,

Status_Name

FROM $(vSchemaName).$(vTableName)

where Document_Type in ('N','S') ;

balasundaram
Creator II
Creator II
Author

HI Avinash,

can u give any suggestions?

avinashelite

try without the where condition once because it have some issues with the syntax.  and also try with the forced ODBC32 bit

antoniotiman
Master III
Master III

Try

Native('where Document_Type in ('N','S')');

balasundaram
Creator II
Creator II
Author

Hi,

not working..

balasundaram
Creator II
Creator II
Author

even without where condition also not working...

antoniotiman
Master III
Master III

If You have any System Monitor of Query, You can see what QV sends to DB.

Or You can activate LOG Query directly in ODBC Data Source