Recent content by hambo12

  1. H

    Column Key in table has value exceeding its max length or precision

    Thanks all for the responses. The vendor has suggested we bring down the database, go into Data dictionary, and lengthen the SQL width field. Apparently that will fix the issue. Can anyone see any issues with this? Also, maybe I was a bit hasty, I should have said I am getting fed-up with...
  2. H

    Column Key in table has value exceeding its max length or precision

    Bit of background info first: I have to connect to a Progress 9.1e database, via SQL reporting services. I connect via ODBC, and attempt to run a query on a table: select * from pub.sermaster This returns the following error: [DataDirect][ODBC PROGRESS driver][PROGRESS]Column Key in...
  3. H

    ODBC connection exceeding max no of connections

    Wow. I have no idea what that means. Sorry, not an advanced progress guy, you may have to spell it out for me :)
  4. H

    ODBC connection exceeding max no of connections

    Hi, I have connected a progress 9.1E database to another server via an ODBC connection. When I test the connection in windows it connects fine. I then use the ODBC connection to connect to create a shared data source in SQL reporting services which test connects fine. I then try to run a...
  5. H

    Connecting Progress DB to SQL Report Model

    Yeah thats just it - How is this done...
  6. H

    Connecting Progress DB to SQL Report Model

    Damn, thats not good to hear. We have a plan to integrate all reporting services with Sharepoint etc. Its a major push to have all databases integrated with SQL, so I have to get this working...
  7. H

    Connecting Progress DB to SQL Report Model

    Ok, big question this one: I want to create a report model project in MS Visual Studio 2005, connecting to a Progress Openedge Database. I can successfully connect to the progress database, and pull some data from SQL Reporting Services. However, when I try to create a report model project, I...
Top