Quantcast
Channel: SCN : Popular Discussions - SAP Crystal Reports - Legacy SDKs
Viewing all 75 articles
Browse latest View live

Application crash when Exporting Report as PDF on Windows 10 64 Bit

$
0
0

Good afternoon from Italy!

 

My application is developed in VB6 with Cr XI R2 (11.5.12.1838) and continues to work although the components are not more supported.

In the last installation on a Windows 10 / 64 Bit machine my application crashes, when exporting the report as PDF FIle to disk:

the first export works fine

when I exit the Preview and reenter, the second export cause my application to crash (!?)

Here the Text from the Event Viewer (as you ca see it is an italian Windows)

 

Nome registro: Application

Origine:       Application Error

Data:          21/10/2015 16:47:38

ID evento:     1000

Categoria attività:(100)

Livello:       Errore

Parole chiave: Classico

Utente:        N/D

Computer:      PC01

Descrizione:

Nome dell'applicazione che ha generato l'errore: Merkur.exe, versione: 4.17.0.589, timestamp: 0x51c1b81e

Nome del modulo che ha generato l'errore: MSMAPI32.DLL, versione: 16.0.4229.1029, timestamp: 0x560678bb

Codice eccezione: 0xc0000409

Offset errore 0x000017e8

ID processo che ha generato l'errore: 0x1b00

Ora di avvio dell'applicazione che ha generato l'errore: 0x01d10c0f59c946f5

Percorso dell'applicazione che ha generato l'errore: C:\Program Files (x86)\Merkur\Merkur.exe

Percorso del modulo che ha generato l'errore: C:\Program Files (x86)\Common Files\SYSTEM\MSMAPI\1040\MSMAPI32.DLL

ID segnalazione: db408b55-08ea-467e-8281-313dd5efb9b7

Nome completo pacchetto che ha generato l'errore:

ID applicazione relativo al pacchetto che ha generato l'errore:

XML evento:

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

  <System>

    <Provider Name="Application Error" />

    <EventID Qualifiers="0">1000</EventID>

    <Level>2</Level>

    <Task>100</Task>

    <Keywords>0x80000000000000</Keywords>

    <TimeCreated SystemTime="2015-10-21T14:47:38.000000000Z" />

    <EventRecordID>3624</EventRecordID>

    <Channel>Application</Channel>

    <Computer>PC01</Computer>

    <Security />

  </System>

  <EventData>

    <Data>Merkur.exe</Data>

    <Data>4.17.0.589</Data>

    <Data>51c1b81e</Data>

    <Data>MSMAPI32.DLL</Data>

    <Data>16.0.4229.1029</Data>

    <Data>560678bb</Data>

    <Data>c0000409</Data>

    <Data>000017e8</Data>

    <Data>1b00</Data>

    <Data>01d10c0f59c946f5</Data>

    <Data>C:\Program Files (x86)\Merkur\Merkur.exe</Data>

    <Data>C:\Program Files (x86)\Common Files\SYSTEM\MSMAPI\1040\MSMAPI32.DLL</Data>

    <Data>db408b55-08ea-467e-8281-313dd5efb9b7</Data>

    <Data>

    </Data>

    <Data>

    </Data>

  </EventData>

</Event>

 

Ok, the strange thing is the line

 

Percorso del modulo che ha generato l'errore: C:\Program Files (x86)\Common Files\SYSTEM\MSMAPI\1040\MSMAPI32.DLL

 

Why need the export function MAPI, when I only will export to PDF?

 

 

Thank you for any suggestion!

Jens


Change Database location from VB6

$
0
0

I developed my application in VB6 and Crystal Report XI ver11, using the RCD commands. Everyting is worken so far, except that the costumer want to change the database location on a future date.  I made the VB program so the database location can be selected, but I have problem sending the new database location to the report.

 

I looked at some examples on page 209 in the "Techref.pdf" document that came with the XI CD, but I can't get anything to work.....

Any help would be apreciated.

thanks,

gert

Error 723: Failed to retrieve data from the database

$
0
0

Hi together,

 

I'm currently facing a strange error within the Crystal XI "Runtime": I have a report which is working in the development environment but it refuses to work in the production environment. It is a fairly simple report, just joining two tables from the database (and has a subreport which access another table). The "production environment" is a Custom Print Spooler written in Delphi 7 with the CR XI VCLs (which are working fine for all other reports). The report is accessing the database (MS SQL Server 2008 R2) via ODBC. This works usually fine.

 

The following things have been tried:

 

=> Checking / Validating database: No errors found

=> Extracting the SQL command and trying to run it on the SQL Server: successful

=> Giving the report the "replacedqualifiedtable names" (Google translation of "ersetzter qualifizierter Tabellenname" - I'm using the german CR here): no effect

=> deleting the subreport: no effect

=> Search for formula errors: No errors found (and the report was working fine in CR 8.5)

 

The main reason to upgrade was the support for unicode. But in this one of all reports (which is unfortunately a quite important one) CR XI fails... (German) Error message is:

 

Error:723 Fehler in der Datei (Path/Pfad)\BatchProt.rpt:

Daten konnten nicht aus Datenbank abgerufen werden.

Details:  [Datenbankanbietercode: 156 ]

Execute <PEStartPrintJob>

 

Can anybody help me here?

Crystal Report 8 download

$
0
0

Hi,

 

I can download Crystal Report 8 or 8.5?

 

And I can use it with my VB6 program in Windos7?

 

Thanks,

CR xi R2 and VB6

$
0
0

Hello

 

I have a vb6 application wich work with crystal report 8 , i want to migrate to crystal report xi R2

i found a document here to create an rdc distribution package with merge modules , i made a setup  with visual studio , instal it in pc client

and always the same probleme , the report didnt work

 

any help plz ?

Export crystal report 8 to pdf

$
0
0

Hello,

 

I 'm using vb6 and crystal reports 8. I want from my code to export the printout to pdf.

 

crReport.ExportOptions.DestinationType = crEDTDiskFile

crReport.ExportOptions.DiskFileName = App.Path & "\test.pdf"

crReport.ExportOptions.FormatType = crEFTPortableDocFormat

crReport.Export False

 

First it said missing dll or out of date. It seemed u2fpdf.dll wasn't present at \windows\crystal directory. Don't know why, though I did a full install. I downloaded the pdf and put it there but now I get an error:

failed to export file

 

Any ideas on how to solve it?

 

thanks

Crystal Report 8 download

$
0
0

Hi,

 

I can download Crystal Report 8 or 8.5?

 

And I can use it with my VB6 program in Windos7?

 

Thanks,

Error number 2147191858- error description the field name is not known

$
0
0

Hello

   I am using crystal report V11 and  just upgraded our Financial appilcation which is called IFS from sp3 to sp6 version, now our crystal report that we use to print checks is not working, when I try to print or preview the report from the application I am getting an error message with this here

(Error number 2147191858- error description the field name is not known) however when I open crystal report designer  on my local  machine I am able to run the report and print a check without any issue(no errors at all).

   I did verify the database from cyrstal report and it says the database is up to date and I able to show the sql query and copy it and able to run it in sql plus without any errors.

  Any ideas why this is happening?

Thank you for your help on this issue

Alpha


Runtime Crystal Reports 8.5

$
0
0

HI!..Need Runtime Crystal Reports 8.5 Some one have a link to download..Thanks

deploying crystal reports 8.5 - error in exporting to RTF & PDF

$
0
0

Hi guys. I'm at my wits end, trying to get a valid build of a legacy app running reports under Crystal 8.5 going.

 

I've scoured google for days, and I've tried almost everything people have suggested. At the moment I've got the installer working, it installs and registers all the crystal dll's that everyone says are needed. However, when I try and and export a report to RTF or PDF (other options like excel work fine), it simply dies, doing basically nothing. The save to disk dialog just closes and nothing happens. If I rename or delete crxf_rtf.dll, the program will crash or hang, indicating that this is the file responsible for exporting to rtf.

 

However, the only machine in our office that this will work on is one with a C:\Program Files\Seagate Software\crtslv.dll file.. Same kind of test indicates that on this machine, the above file is being used for exporting. So, where am I going wrong? It seems ludicrously difficult to find a straight, no-nonsense guide on how to deploy crystal reports 8.5; the official documentation doesn't even mention it! What is the easiest way to do this?

 

I have tried several third-party options ( http://www.fryan0911.com/2008/09/crystal-report-85-runtime-files.html ) like these..

 

Any ideas?

 

Ok so here's a further breakdown with some more information; hoping it might help someone to come up with an answer...

 

If I install a crystal "distributable", like the one linked above, and then install my project (with all crystal stuff turned off in the installer), everything works perfectly apart from exporting reports to rtf.

 

If I make my own installer, following the Runtime.hlp and the crpe32.dep, and put all dll's in the windows/system32 folder (apart from two, can't remember their names), I get two different errors, depending on the version of crpe32.dll I use.

 

One gives me "Error 20599: Cannot connect to SQL Server", whenever I try and run a report.

 

The other gives me "Error 20000: N", whenever I try and run a report.

 

Anything sound familiar here guys? I have dll dependency headache.

 

Again, more info - I just checked out the PC's already in deployment (we had to re-do in the installer for some changes, the guys who did it originally aren't around anymore), and here is a list of the dll's installed on the machine.. what deployment method would this point to?  And how can I replicate it?  I'm not sure if I grabbed all the required DLL's from the client machine, as it didn't seem to follow the Crystal 8.5 deployment instructions, I could have easily have missed some? So I can't just use what I've got to create an installer and hope that it works...

 

"C:\Windows\Crystal\P2LIFMX.dll"

"C:\Windows\Crystal\p2lora7.dll"

"C:\Windows\Crystal\P2lsql.dll"

"C:\Windows\Crystal\P2lsyb10.dll"

"C:\Windows\Crystal\p2sacl.dll"

"C:\Windows\Crystal\p2sexsr.dll"

"C:\Windows\Crystal\p2sfs.dll"

"C:\Windows\Crystal\p2sifmx.dll"

"C:\Windows\Crystal\p2smapi.dll"

"C:\Windows\Crystal\p2sNote.dll"

"C:\Windows\Crystal\p2sora7.dll"

"C:\Windows\Crystal\p2soutlk.dll"

"C:\Windows\Crystal\p2srepl.dll"

"C:\Windows\Crystal\p2ssql.dll"

"C:\Windows\Crystal\p2ssyb10.dll"

"C:\Windows\Crystal\p2strack.dll"

"C:\Windows\Crystal\p2bbde.dll"

"C:\Windows\Crystal\p2bxbse.dll"

"C:\Windows\Crystal\P2ldb2.dll"

 

"C:\Windows\System32\crviewer.dll"

"C:\Windows\System32\crxlat32.dll"

"C:\Windows\System32\CRXML15.DLL"

"C:\Windows\System32\CRXML15R.DLL"

"C:\Windows\System32\CRXML15S.DLL"

"C:\Windows\System32\CRxmlx07.dll"

"C:\Windows\System32\CRxmlx07r.dll"

"C:\Windows\System32\crypt32.dll"

"C:\Windows\System32\cryptdlg.dll"

"C:\Windows\System32\cryptdll.dll"

"C:\Windows\System32\cryptext.dll"

"C:\Windows\System32\cryptnet.dll"

"C:\Windows\System32\cryptsvc.dll"

"C:\Windows\System32\cryptui.dll"

"C:\Windows\System32\Crystl32.OCX"

"C:\Windows\System32\cscdll.dll"

"C:\Windows\System32\cpeaut32.dll"

"C:\Windows\System32\craxdrt.dll"

"C:\Windows\System32\Crbas14.dll"

"C:\Windows\System32\CRBAS15.DLL"

"C:\Windows\System32\CRBAS15R.DLL"

"C:\Windows\System32\Crdb214.dll"

"C:\Windows\System32\credssp.dll"

"C:\Windows\System32\credui.dll"

"C:\Windows\System32\Crgup14.dll"

"C:\Windows\System32\CRiadx07.dll"

"C:\Windows\System32\CRiadx07r.dll"

"C:\Windows\System32\Crinf14.dll"

"C:\Windows\System32\Crinf914.dll"

"C:\Windows\System32\Cror714.dll"

"C:\Windows\System32\Cror814.dll"

"C:\Windows\System32\crpaig32.dll"

"C:\Windows\System32\Crpaig80.dll"

"C:\Windows\System32\crpe32.dll"

"C:\Windows\System32\Crsyb14.dll"

"C:\Windows\System32\crtdll.dll"

"C:\Windows\System32\Crutl14.dll"

"C:\Windows\System32\CRUTL15.DLL"

"C:\Windows\System32\CRUTL15R.DLL"

Crystal Reports Active X Viewer 64-Bit

$
0
0

Hi All,

 

I am searching for some information regarding support of the Crystal Reports Active X viewer with 64-Bit Internet Explorer (version 8)

 

We use Cyrstal Report 9, 10, 11 and 11.5 on our clients servers and have no issues with the 32 bit version of Internet Explorer (including on 64-bit operating systems). We have one client attempting to use 64 bit Internet Explorer 8 but this is not showing any reports.

 

Even when having manually installed the Active X dll's it still does not work.

 

Can someone advise if this set up is possible/supported?

As I understand it, it is not possible.

 

Regards

 

Matthew Haines

Export to Excel alignment off after Windows 2003 upgrade

$
0
0

Hi All,

 

I have an application that uses Crystal Reports 10(sp6) and VB6 that has worked fine for a few years and now that I have upgraded the server to Windows 2003 the alignment of the excel output is off.  All pages (45 of them) get printed on their own row in the output xls file.  The report gets filled in during the execution of the VB6 executable and then gets exported to PDF and then to excel.  PDF is fine but the excel output is unacceptable.  I've been playing with the different exportoptions and cannot seem to get the alignment I need.  Basically we need the rows and columns to align.

 

In further testing I have exported the report with data (our original rpt file is just a shell that we fill in with data) to a crystal reports file.  I then have taken this report through the Crystal Reports 10 IDE and was able to export it and the output looks exactly like I need it to.  So I'm sure there is settings to accomplish the output.

 

This is the original code:

With My_Crystal_Report    .ExportOptions.Reset    .ExportOptions.FormatType = crEFTExcelDataOnly    .ExportOptions.ExcelMaintainColumnAlignment = False    .ExportOptions.ExcelUseFormatInDataOnly = True    .ExportOptions.ExcelConstantColumnWidth = CDbl(800)    .ExportOptions.DestinationType = crEDTDiskFile    .ExportOptions.DiskFileName = filePath & ".xls"    .Export (False)
End With

 

Here are the settings when I run the report through the Crystal Reports 10 IDE:

- Custom: Data is exported according to selected options

- Constant column width (in points): 36.0

- Export object formatting

- Maintain relative object position

- Maintain column alignment

 

One thing I was wondering is that there are different versions of Visual Studio including VS2008 and I was wondering if the Crystal Reports that gets installed with them could be interfering.

 

Any help would be greatly appreciated.  Is there a setting that I'm missing in the code, registry, etc.

 

Thanks in advance,

 

Jim

Crystal Report 8 download

$
0
0

Hi,

 

I can download Crystal Report 8 or 8.5?

 

And I can use it with my VB6 program in Windos7?

 

Thanks,

Crystal Report Server XI Setup - Product Keycode not valid

$
0
0

I have a Crystal Reports Developer CD which came with Crystal Reports Server XI.  I am trying to install this software on a new 2k3 server I just setup however, the key code which is listed on the CD cover is returning as invalid when trying to run setup for the software.  Any help would be greatly appreciated.

Error 429 - ActiveX Component can't create object

$
0
0

Hello, I have a VB Project that launches crystal reports (11.5 R2 SP4). Everything works on the development machine. I have a Visual Studio 2008 Deployment Project which distributes the VB app with the Crystal Merge Modules, and it works 100%. Now I am trying to migrate to using InstallShield 2010.

 

I've selected to use the merge modules, and every other library my project uses. Everything works in my application except launching the Crystal Report. The error I get is in the subject of this topic. On the client, I see a bunch of crystal files that the merge module created, what could I be missing?


Crystal 8.0 in vb 6.0 export 0 kb to excel format.

$
0
0

Hi folks, i have an old application that was developeded in vb 6.0 using crystal 8.0.

I installed the application in a new machine (xp) . I can view the report result, it´s ok. But when i click at report button e try to export Excel format, it generate a file with 0kb!!!!

I installed full version of crystal 8.0, but it still not working??

What should i do??

Thanks for helping me

 

Delphi 2006 and Crystal XI VCL problem

$
0
0

Hi!

 

I'm using Borland Delphi 2006 and want to upgrade my application from using Crystal Reports 8.5 to XI R2 (using VCL component).

 

Problem is when I install CR XI R2 developer edition on my development PC, then Delphi constantly reports errors when I compile application with VCL for XI u201Cerror:104 failed to obtain version Information from CRPE32.DLL u201C.

 

If I uninstall CR XI R2 and install CR XI, then everything works OK.

 

Any info on why this is happening? I would like to use CR XI R2.

 

Thanks and best regards,

Smiljan

Need to download a Crystal 8.5 Hotfix

$
0
0

I am looking for the following:

 

---

 

Symptom

The Crpe32.dll is creating a file, Event.log, in the same directory as the application or report if any API call fails.

 

Resolution

This is a known issue with Crystal Reports (CR) version 8.5 and Crystal Enterprise (CE) version 8.0.2.672 and has been tracked. The Track ID is: ADAPT00012370. This issue has been assigned the Escalation ID (EID) 1906.

 

---

 

The SAP Patch ID for the hotfix is 34902021.  Please let me know where this can be downloaded.

 

Thanks,

Ben

crystal reports 10 and classic asp

$
0
0

I have anoldWindows 200332bitserverrunninga classicaspwebsiteThatusetheCrystal Reports 10activexviewerto displayITScrystal reports. TheadministratorofestasystemleftthecompanyandnowI needtomigrateestawebsiteAlong Withallthecrystal reportsintoanewserver(windows2008r2x64). So farI'vegottentheclassicasppagesupand runningon thenewserverbutIhave no ideahow torunthecrystal reports.

Whentryingto openareportI get theerror:AnErroroccurredon theserverWhenprocessingtheURL.Please contact thesystem administrator.
Ifyouarethesystem administratorplease click heretofindoutmoreabout thiserror.

Need 8.5 runtime

$
0
0

Does anyone here have the 8.5 SP3 runtime?  I need it for an old version of our app that one of our customers is still using, and couldn't find it on the website.

 

Customer Support suggested I place a message here.

 

Thanks for your help.

 

RvD

Viewing all 75 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>