Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tomkyn

    Viewing previously run instance of Enterprise report in ASP?

    I have CE8.5, and would like to view an instance of a report in my ASP page. ReportViewer control doesn't seem to like an enterprise report object as its source. What do I do?
  2. tomkyn

    Error installing Report plugin

    Wonderful. That did it. It doesn't even have to be the domain\admin account, as long as the MSIServer impersonates anyone who has a valid login on the domain. :) Thanks.
  3. tomkyn

    Error installing Report plugin

    CE8.5, CE8.5PIA, C# .NET, .NET 1.1 ---------------------------------- Strange error is happening when I do: myReport = (Report)result.PluginInterface; OR myReport = new Report(result.PluginInterface); Error message: Error occurred when installing the plug-in. Error code: 65, message...
  4. tomkyn

    SessionMgr() fails in C# .NET and CE 8.5

    In C# ASP.NET ------------- SessionMgr myMgr; myMgr = new SessionMgr(); Throws an exception in my web app: COM object with CLSID {07C125F2-0E5A-11D3-B339-00A0C9B04E87} is either not valid or not registered. I did install CE8.5 assemblies on my web server. What installs this particular file?
  5. tomkyn

    CE 8.5 SSO doesn't work :(

    I have a IIS5 web server, serving C# ASP .NET pages. All settings on WCE and IIS5 are correctly set up for SSO. SSO works using eportfolio, and manager. This is the code I use to log in: private void getCREnterpriseSessionInfo() { EnterpriseService myEnterpriseService; myMgr = new...
  6. tomkyn

    scheduling reports / viewing report job status in .NET web application

    Enough of mystery... Here is the answer. Since this is a feature of Crystal Enterprise (CE), you must install Crystal Enterprise on your local machine. Then, include references to the CE objects in your .NET project. The CE distro comes with CE_SDK.chm file, which has a pretty decent API...
  7. tomkyn

    scheduling reports / viewing report job status in .NET web application

    Sorry, this is the link. Look to the right side of the page for the download link. http://www.crystaldecisions.com/products/dev_zone/net/downloads.asp?ref=devzone_netzone_nav
  8. tomkyn

    scheduling reports / viewing report job status in .NET web application

    On a related note, I'm interested in a good API reference for the CR8.5 Enterprise Model PIA downloadable by Crystal. Namely, how to use the classes, etc. The documentation included in the distro really stinks. This is the package i'm talking about...
  9. tomkyn

    scheduling reports / viewing report job status in .NET web application

    Usability issues, difficult interface. We need to simplify the report scheduling process by picking a report from a list, and scheduling default or with parameters, and navigating away from the page. Nothing more. Oh, yes, and we do need to conform to corporate visual guidelines. :) Any...
  10. tomkyn

    scheduling reports / viewing report job status in .NET web application

    Perhaps 30 minutes is a bit exaggerated. It's more on the order of 5-10 minutes. We're talking 10,000,000 records or so. The point is that I have a bunch of *.rpt files, which I'd like to run. I want to simulate some of the functionality of the enterprise console (report scheduling...
  11. tomkyn

    scheduling reports / viewing report job status in .NET web application

    Please see this link: thread149-561383
  12. tomkyn

    scheduling reports / viewing report job status in .NET web application

    I have about 100+ reports, which sit on the web server. Multiple users need to run these reports. Some of these reports run for an extended amount of time (30 minutes) and therefore the user cannot sit around and wait for the report to finish and load into the report viewer control. How do I...

Part and Inventory Search

Back
Top