Can you guys suggest any reason that I might be getting errors when I try to open a report that contains a subreport?
I've tried opening these reports (there are a number of them) both through ASP (by modifying the RAS9 samples) and through VB. Everything works fine, so long as the report doesn't contain a subreport. If it does, I get an error trying to open the report (Note: Before any interaction with the database/parameters is done, so I don't think that's contributing to the problem).
Each time, it fails on the Report (or ReportClientDocument).Open line, kicking back an error number 0x80004003 with a reason of either "Automation error, Invalid pointer" (ASP, and some in VB) or "Method 'Open' of 'ISCDReportClientDocument' failed." (VB).
The reports were written in CR 8.5 and converted to 9.0 (the datasources were also updated to use SQLOLEDB as a provider when this was done since it refused to work at all with ODBC).
Configuration:
Reports in CR9 format, stored on the RAS, being opened from a client machine through either ASP or VB. Data is being pulled from a SQLServer database. If there are any other details I can provide, please let me know.
I've tried opening these reports (there are a number of them) both through ASP (by modifying the RAS9 samples) and through VB. Everything works fine, so long as the report doesn't contain a subreport. If it does, I get an error trying to open the report (Note: Before any interaction with the database/parameters is done, so I don't think that's contributing to the problem).
Each time, it fails on the Report (or ReportClientDocument).Open line, kicking back an error number 0x80004003 with a reason of either "Automation error, Invalid pointer" (ASP, and some in VB) or "Method 'Open' of 'ISCDReportClientDocument' failed." (VB).
The reports were written in CR 8.5 and converted to 9.0 (the datasources were also updated to use SQLOLEDB as a provider when this was done since it refused to work at all with ODBC).
Configuration:
Reports in CR9 format, stored on the RAS, being opened from a client machine through either ASP or VB. Data is being pulled from a SQLServer database. If there are any other details I can provide, please let me know.