Hi,
 
Try to register crqe.dll. This will solve the issue of "OpenPrintEngine" error.
With crystall reports, I faced similar kind of problems while deploying my 
application. The best way you can find which dll is missing/not registerd is to 
use dependency walker. Download this application and try to load Crpe32.dll and 
crqe.dll. You can easily find that which are the dlls you must register to 
proceed with Crystal Reports.
 
With warm regards,
Soji.


--- On Tue, 6/10/08, Francisco Javier Hernandez Segura <[EMAIL 
PROTECTED]> wrote:

From: Francisco Javier Hernandez Segura <[EMAIL PROTECTED]>
Subject: [delphi-en] Re: Help with Crystal reports deployment
To: [email protected]
Date: Tuesday, June 10, 2008, 11:12 PM






I think the same as you, should be a DLL problem on client side.
I have checked all CD information and i have not found nothing that can help.
As you comment me, I've copied DLL's required according to Runtime Crystal 
documentation and following the right procedure described there but i receive a 
message 
like "Printing engine is not opened OpenPrintEngine <PEOpenEngine> ".

Do you have any idea ?

Thanks

--- In [EMAIL PROTECTED] ps.com, "Damon Theis" <[EMAIL PROTECTED] .> 
wrote:
>
> Are you getting a specific error message?
> Like I said in the beginning, this is just a missing dll problem on the
> client side.
> Look in the vcl installation folder and see if there is a "redist" folder 
or
> "system" or something.
> Please give the error message on the client.
> You have CR10 developer installed on your pc? If so, the dll's for the
> install are in "common files" folder somewhere i think.
> 
> -damon
> -----Original Message-----
> From: [EMAIL PROTECTED] ps.com [mailto:[EMAIL PROTECTED] ps.com]On
> Behalf Of Francisco Javier Hernandez Segura
> Sent: Tuesday, June 03, 2008 4:57 PM
> To: [EMAIL PROTECTED] ps.com
> Subject: [delphi-en] Re: Help with Crystal reports deployment
> 
> 
> Hi, Damon.
> I obtained the VCL from Business objects Web Page.
> I have checked all CD Documentation and found some information related
> with the
> deployment. But i follow that instructions but my problem continue.
> 
> I have tested using RDC Merge module but it doesn't work.
> 
> However, let me comment you that i downloaded an application which opens
> reports made
> in Crystal. After that, i could execute my application with no problems.
> But it isn't appropriate. I want to fix this problem in the right way.
> 
> I'll continue researching. If you have any other idea please comment me.
> 
> Thank for your support !
> 
> --- In [EMAIL PROTECTED] ps.com, "Damon Theis" <bigretic@> wrote:
> >
> > Where did you get the vcl component from? Look on the cd.
> > There should be documentation on the required runtime files for
> distribution
> > in the install folder or help file for it.
> > I use the version 8.5 vcl (tcrpe component) Required dll's will varry
> > according to what sort of functionality you are using in the crystal
> report.
> > The files you need are on the crystal cd in most cases. I think rdc
> merge
> > module would probably work. Why don't you try it?
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED] ps.com [mailto:[EMAIL PROTECTED] ps.com]On
> > Behalf Of Francisco Javier Hernandez Segura
> > Sent: Monday, June 02, 2008 11:48 AM
> > To: [EMAIL PROTECTED] ps.com
> > Subject: [delphi-en] Re: Help with Crystal reports deployment
> >
> >
> > Hello, Damon.
> > No, Well ... i am using TCRPE Component. I think it isn't RDC 
Component.
> >
> > Can you explain me please ?
> >
> > Sorry, is the first time i am trying to link Crystal reports to a 
Delphi
> > App.
> >
> > Thank you !
> >
> > --- In [EMAIL PROTECTED] ps.com, "Damon Theis" <bigretic@> 
wrote:
> > >
> > > Aren't you using the RDC in your delphi app?
> > >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] ps.com [mailto:[EMAIL PROTECTED] 
ps.com]On
> > > Behalf Of Francisco Javier Hernandez Segura
> > > Sent: Friday, May 23, 2008 2:42 PM
> > > To: [EMAIL PROTECTED] ps.com
> > > Subject: [delphi-en] Re: Help with Crystal reports deployment
> > >
> > >
> > > Hi, Carlos. I talk spanish. I am from Mexico.
> > >
> > > I have checked that link before but it doesn't helped me because 
merge
> > > modules
> > > contained on such page are related with VStudio, .NET and RDC
> Component.
> > >
> > > I will need a merge module for delphi win32 applications.
> > >
> > > Can you commented me ?
> > >
> > > Thank you !
> > >
> > > Sorry for my poor english too. :)
> > >
> > > --- In [EMAIL PROTECTED] ps.com, "Carlos A. Caballero Yunis"
> > > <peponloqui@ > wrote:
> > > >
> > > > 1. download merge modules for your version of CR.
> > > > http://support. businessobjects. com/downloads/ runtime.asp
> > > >
> > > > 2. make an installer of your application and include the 
merge
> module.
> > > >
> > > > sorry for my bad english.
> > > >
> > > > Regards.
> > > >
> > > > --- In [EMAIL PROTECTED] ps.com, "Damon Theis" 
<bigretic@> wrote:
> > > > >
> > > > > Well, without having an easy solution for cr10, I can 
say that if
> > > > you were
> > > > > to dwnld sysinternals filemon util, you could run it 
and log what
> > > > dll.s the
> > > > > app was calling and not finding. Will take some time, 
but not too
> > > > bad.
> > > > > There shouldn't be more than 20 dlls involved.
> > > > > You could also look on the cr10 cd for a redist folder 
and
> system32
> > > > folder
> > > > > and push those dlls to the installs to the 
commonfiles/ shared/
> > > > segate foldler
> > > > > or whatever the equiv. is for the cr10 distro.
> > > > > On a side note, just because you copy dlls, does not 
mean they are
> > > > > registered.. .
> > > > > -d.
> > > > > -----Original Message-----
> > > > > From: [EMAIL PROTECTED] ps.com [mailto:delphi-
> > > > [EMAIL PROTECTED] com]On
> > > > > Behalf Of Francisco Javier Hernandez Segura
> > > > > Sent: Saturday, May 10, 2008 7:14 PM
> > > > > To: [EMAIL PROTECTED] ps.com
> > > > > Subject: [delphi-en] Re: Help with Crystal reports 
deployment
> > > > >
> > > > >
> > > > > Hi, Everybody.
> > > > >
> > > > > I've tried that but in this version (CRv10) doesn't 
exists such
> > > > > folder.
> > > > > I found a help folder where i followed all 
instructions for
> > > > deploying
> > > > > my application step by step copying some DLL's on 
specific folders
> > > > > but i continue without success.
> > > > >
> > > > > Do you have any other Idea. ?
> > > > >
> > > > > Thanks,
> > > > >
> > > > > --- In [EMAIL PROTECTED] ps.com, "Damon Theis" 
<bigretic@> wrote:
> > > > > >
> > > > > > Not sure if this helps, but in 8.5, ther used to 
be a tools
> > > > folder
> > > > > on the cd
> > > > > > with a rptcheck utile that told you the dll's 
required file to
> > > > > distribute.
> > > > > >
> > > > > > -----Original Message-----
> > > > > > From: [EMAIL PROTECTED] ps.com [mailto:delphi-
> > > > [EMAIL PROTECTED] com]
> > > > > On
> > > > > > Behalf Of Francisco Javier Hernandez Segura
> > > > > > Sent: Monday, April 14, 2008 4:50 PM
> > > > > > To: [EMAIL PROTECTED] ps.com
> > > > > > Subject: [delphi-en] Help with Crystal reports 
deployment
> > > > > >
> > > > > >
> > > > > > Hello everybody,
> > > > > >
> > > > > > I am working with Delphi 7 version and i have 
Crystal Reports X.
> > > > > > I have created my Delphi Win32 Application.
> > > > > > I have created some Crystal reports and linked to 
my Delphi
> > > > > application
> > > > > > using the
> > > > > > appropiate VLC Crystal reports for delphi.
> > > > > > I have tested my application on Development 
computer and works
> > > > > perfectly.
> > > > > > Reports are
> > > > > > invocated and run perfectly from my delphi 
application.
> > > > > >
> > > > > > However, i need to deploy this application on all 
client
> > > > > computers and i
> > > > > > have problems to
> > > > > > do that.
> > > > > > I have created some setup package using 
installshield and some
> > > > > Crystal
> > > > > > merge modules
> > > > > > but my application doesn't run on client 
computers.
> > > > > >
> > > > > > Could you help me to fix this problem ?
> > > > > >
> > > > > > Could you said me what steps i need to follow for 
deploying my
> > > > > application
> > > > > > ?
> > > > > >
> > > > > > Could you said me where can i find appropiate 
Crystal merge
> > > > > modules ?
> > > > > >
> > > > > > What are the necessary files that i need to 
deploy Crystal
> > > > Report
> > > > > reports
> > > > > > with my
> > > > > > application ?
> > > > > >
> > > > > > What other things do i need to do ?
> > > > > >
> > > > > > I'll appreciate your help.
> > > > > >
> > > > > > Thank you !
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > [Non-text portions of this message have been 
removed]
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
> 
> 
> 
> 
> 
> 
> [Non-text portions of this message have been removed]
>

 














      

[Non-text portions of this message have been removed]

Reply via email to