[Seagate Crystal Reports Developer V8.5 Serial No

6 views
Skip to first unread message

Kirby Apodaca

unread,
Jun 11, 2024, 2:46:00 PM6/11/24
to beengkerpgambbar

I am working with an ancient VB6 application that has 25 or so reports attached to it. These files are .dsr files. I am having a problem opening them in the VB6 IDE and when I investigate (through talking to people here or researching on line - via CodeGuru,VBForums,StackOverflow etc.), I get conflicting reports of what I should be looking for and doing.

My question to anyone who can answer me quasi-intelligently is this: Has Crystal Reports, in ANY of its previous versions, ever produced a DSR file as a report. I know the versions since v8, I think, use the .RPT suffix. I have been searching and talking to people and some say no, some say yes. I figured someone here would definitively know. I have tried to convert one of the dsr files to a Crystal Report file using VS 2008 (assuming it was Data Report file), but received the error that the file was not a Data Report file.

seagate crystal reports developer v8.5 serial no


Download ✯✯✯ https://t.co/l3HdMWKn8n



As for VS 2008, I don't believe it supported DSR files since the RDC was retired in CR XI R2 ( version 11.5 ). And the Embedded Designer in VS 2008 does not support DSR's. They are managed reports so they have RPT file extensions.

Thanks for the reply. My problem is this. I cannot open the DSR in the VB6 IDE, for reasons I attributed to a version difference. The logfile for the DSRs state that they are having an issue with the OleObjectBlob property of the DSR file. This property, when opening the DSR in Textpad, identifies the accompanying DSX file. The first line in the DSR file states "VERSION 5.00". But this is no help as I cannot open, with any real success, the DSX file either. What I have found is that in the DSX file is the identifier "Seagate Crystal Reports ActiveX Designer", so I know these are Crystal Reports files version ????.

I have had a myriad of issues in trying to make this work. When using the Crystal Reports v7 viewer (craxdui.dll) and the two support dlls, when I try to "add Crystal Report 7", it terminates Visual Studio (VB6). v8.5 is no better, and I cannot find a viewer for that (I suspect there is not one).

I have version 8.5 installed, but I do not know if it is the developer edition. I suspect not as when I look in Crystal Report Tools, there is nothing but the application itself. The two support dlls are for version 7, on which I have given up for reasons stated in my missive.

If you are trying to get the old application to run then you should have the runtime available with the app itself. If you don't have it then good luck, it's no longer available form our site so you have to start over.

If the original app was using CR 7 RDC runtime then you are really hooped... unless someone out there still have it and willing to share it with you is about your only chance. If you are trying to upgrade the application to CR 8.5 runtime then you need the source and the Developer version of CR 8.5, then simply replace the references in the app from CR 7 to 8.5. I think it should upgrade without issues.

The point I was trying to make is run the old app. Preview each report and export them to RPT format. RPT format is the common file format and works in any of our SDK's now. DSR's were unique to VB 6 projects. Throw the old app away and upgrade to VS 2010, 2012 or 2013 .NET, VB or C#, and use the CR .NET runtime which you can download from this link:

I think the closest scenario is the third one. I am trying to resurrect this "Jurassic:" application in order to see what it does, so that it can be rewritten. The problem is, or was, that it was not compiling and the problem was seen as Crystal Reports. I removed Crystal from the equation and it turns out Crystal was not the only problem. I, howevver, fixed the other issues and have gone back to the Crystal issue.

I cannot effectively use anything associated with CR7. It causes errors and crashes the app and generally that's not acceptable. Since I am working remotely, I am waiting to hear back from the server guy who set this up to see if he installed or even has the 8.5 Developer edition (I am fairly sure he did not install it even if he had it). Assuming that it is or gets installed, I will implement it in the app and upgrade the DSR files as you suggested.

If I may, can I leave this open for now, and get back to you when I have more results? I have a feeling that I am missing some things (ie Developer edition and associated support files) and that I need to go hunting for them.

Problem is .NET does not support COM dll's very well. You could create a RDC app in .NET but we did not support it. And CR 2008 does not ship the RDC but it does come with the Embedded Report Designer that is integrated into VS 2008 IDE. It was able to use DSR's but it's still going to have problems with the old ones.

We have a VB6 project that is only maintainable on an old WINNT server. No attempt was made to make it work on newer servers or local areas and the general action when it needed an update was 'it will only build on that box so remote to it, make the changes, make the exe then move it to a shared redist folder for release to the customer'. And at the end of the day, the exe would work so it wasn't really an issue...
...Till recently when the server decided it would die (rather apt as it was called ghost!)

So I have been tasked with the job of getting it to work on another server.
I installed VB6,upgraded it SP6 then got the VB project in question from sourcesafe. I have then gone through the routine of loading various other packages (Spread 6.0 etc) to satisfy the missing references & components. This includes Crystal 8.5.
The CR8.5 we have is an upgrade from CR8 so I installed that then installed the 8.5 upgrade. Both are Development Edition.

And I now I have got to the point where I am getting exactly the same problem as Eugene is experiencing. I can make changes to the VB itself but double clicking the .dsr from project explorer gives a 'could not be loaded' error and advises that a log file has been created. The log file indicates the problem is due to problems with the oleObjectBlob property. And any attempt to 'make' the exe gives an "unexpected error (50057)"

My fear is that my problem is down to the .dsr being created within a VB6 environment under a WINNT o/s and that it is not compatible with the dll/ocx etc that would be installed for both VB6 and Crystal 8/8.5 under a Win2003 o/s.

This is not good. My boss and his hierarchy are trying to decide whether to spend the money on the software needed, and now I am not sure that 8.5 developer edition is going to be enough or even do the trick.

It could be you are missing a dependency, use ProcessMonitor on a PC where it is working and compare to where it's not. Look for Windows or even third party dll's that may be missing. Modules may tell you also.

Try to do this on Windows Server 2003, not sure if VB 6 is supported on that OS or Windows XP if you still have it and you should be able to recompile and open and run the reports within the VS IDE and export to RPT format. now upgrade your app to CR for VS .NET

If CR XI R2 (v11.5) will get it done, then I will recommend that to my boss. I think I can have my XP box cleaned out for this. I am also running VB6 on XP with no issues.....well except this one. And a Perl issue, but this is not the place for that.

Where did these DSR files come from? From what I remember, the only way to create DSR files was in VB. And remember, DSR did not "live" by it's self. You should also have the associated .DCA and DCX files.

I believe the app that I am working on is the creating application. The problem is that I cannot for the life of me bring a DSR to view in the IDE during design time. I believe Don has said I need the developer version of 8.5 (I currently have 8.5 installed but it is NOT the developer version), to even try to do anything. I cannot open a DSR, as it errors out and writes in the log file about OleObjectBlob property and its inability to deal with it.

So I cannot see it even see it in design time. I have referenced craxdrt.dll and craxdui.dll when trying to use CR7 (These dlls are present, but the version is not installed). When I try to use 8.5, I can find craxdrt.dll, but not craxdui.dll (again probably because it is not the developer edition).

Well, to be able to do anything with CR in VB 6 you need the Developer SKU. And unfortunately, 8.5 is so old I doubt you will be able to obtain it. However, I may be wrong so giving sales a dingle and asking will not hurt: 866-681-3435

I understand your annoyance and frustration, but you are not working with the correct product installs. It's kind of like trying to start a car - you have a key, but it's from a different car so it does not quite fit.

* SAP Crystal Reports: allows a report designer to include data from various sources to create a document on his/her desktop computer where the data is formatted into a design of their choosing, such as an invoice, a sales or operational report, a marketing letter or some sort of analytic visualization.

* SAP Crystal Server (previously called SAP Crystal Reports Server) provides a platform environment through which you can access and share documents (such as SAP Crystal Reports files) with end users.
With SAP Crystal Server 2020 (user) - user stands for named user license - you can schedule reports to be pushed out to recipients as PDF email attachments, access reports securely, and refresh the data by entering various parameters as a named user.

---
With SAP Crystal Server 2020 (CS) - CS stands for Concurrent Sessions - you can automatically distribute reports customized for individual recipients and access reports securely in a concurrent manner.

* SAP Crystal Reports for Visual Studio (using.NET) and SAP Crystal Reports for Eclipse (using JAVA) are free add-ons for developers using .NET and Java to embed reporting capabilities into their own applications.

* SAP Crystal Reports, version for the SAP Business One application allows users of SAP Business One to create pixel perfect reports and dashboards by connecting exclusively the SAP Business One data model with the SAP Crystal Reports environment. You can launch SAP Crystal reports and dashboards directly from SAP Business One. If you want to connect to additional data sources including SAP Business One data sources, you will need to acquire SAP Crystal Reports 2020.

795a8134c1
Reply all
Reply to author
Forward
0 new messages