Forum Discussion

Ayupchap's avatar
Ayupchap
Helper III
8 years ago
Solved

ODBC Connection error - 07006

HI all

 

So I am super new at this kind of thing but very excited to get this to work and wonder if someone would be kind enough to help me.  This is the first time I have ever tried to do anythign like this so I am a super novice.

 

I successfully created a connection with ODBC to a data source I use here at my work (a primary school) which is so exciting as I want to pull it into PowerBI  The source I'm pulling from is called PowerSchool a student SIS.  I am trying to make this work with the ODBC connector in PowerBI which it does, I can see all the tables listed but unfortunately though when I click on any table I get this error: 
DataSource.Error: ODBC: ERROR [07006] [Oracle][ODBC]Restricted data type attribute violation. 
Details: 
DataSourceKind=Odbc 
DataSourcePath=dsn=PowerSchool WORKS 
OdbcErrors=Table 

This weirdly works in MS Access


What can I do about this?  Any help so appreciated!!!

  • Anonymous's avatar
    Anonymous
    8 years ago

    Ayupchap,

    Do you use the latest version of Power BI Desktop(2.51.4885.581)? And are you able to import the data into Power BI Desktop with SQL statement?






    Regards,
    Lydia

4 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Ayupchap,

    Do you use the latest version of Power BI Desktop(2.51.4885.581)? And are you able to import the data into Power BI Desktop with SQL statement?






    Regards,
    Lydia

    • Ayupchap's avatar
      Ayupchap
      Helper III

      Ahh ha ha thats it!  Thank you so so much.  I didn't realize you could do that! I have been able to do what I need.  Amazing!

      • Anonymous's avatar
        Anonymous
        Not applicable

        I have the same issue. Using the sql string works as well, but this isn't very conducive to connecting to multiple tables. How do we get this corrected so that browsing the hierarchy works?

  • Anonymous's avatar
    Anonymous
    Not applicable

    Other way of doing it:

    Anonymous

    This can be done by using the TNS name in the Oracle Database Native Driver in Power BI.

     

    Use TNS Service Name in the place of Server Name. (TNS Sevice Name provided in creation of ODBC driver and DSN )

     

    This helps in successfull connection to the Oracle Database.

     

     Hope it works well for you too...