Crystal Reports Deployment Issue

Started by Randem, June 08, 2010, 04:28:43 PM

Previous topic - Next topic

Randem

Just add the folder to the add folders tab. You will also need to add a template for this line to complete the change. When the script is created it will show that the destination is C:Program FilesMicrosoft SQL Server80Tools because this is what you changed it to.
 
Or you can change the destination to be where ever you like.

biznuiz

How? What can I do to deploy whole structure located at: C:Program FilesMicrosoft SQL Server80ToolsBinn?
 
Other questions:
How to add the MSDE 2000 to enter in one Inno Script?
And I'd be happier if I could at once restore the database to SQL Server Express (MSDE 2000).
 
Thanks and Regards,
Biznuiz

Randem

To clarify:
 
You must deploy the whole structure located at: C:Program FilesMicrosoft SQL Server80ToolsBinn
 
That means you deploy the whole Binn folder and all sub folders underneath it so that when you register the SQLDMO file it can find what it needs. MS seemingly hard coded this one...

biznuiz

Thanks for your time and attention. I will investigate this further. I'll come back here.
 
Regards,
Biznuiz

Randem

As far as Crystal Reports try this, comment out craxdrt.dll from the unsafe file list then re-run InnoScript. This file should appear in your script.


Randem

I just noticed you are posting in the SVC forum. Why? I believe you should be in the InnoScript forum and you should have started your own thread not hijack another members. The issue has nothing to do with their problem.
 
I will move it.

Randem

If you cannot find any of the files then CR was not installed. Did you search your whole hard disk? The .dll files would not be in the temp folder they would be in the system32 folder or the program files folder someplace.  
 
As far as SQLDMO.dll is concerned you cannot deploy it the way you are doing so. You must deploy the whole folder structure where it is installed on your computer. There is another file in that structure that it needs named SQLDMO.rll.

biznuiz

I can't found it, but can u explain this messages:
 

 
 
 
 
All of it appeared while running my installer.

Randem

You should be looking on the destination computer where you installed your application.

biznuiz

Where is it?
I have to searching at Computer that created the script or Destination Computer (Running My Installer)?

Randem

You are looking on the installation computer correct? Under the user you installed it under.
 
C:\Documents and Settings\USERNAME\Local Settings\Temp\
 
See if you can find these files on where you installed the installation.
 
crviewer.dll
craxdrt.dll

biznuiz


Randem

There should be a file named crmsilog.txt located in your temp folder. Could you post it. The file should be located at C:\Documents and Settings\Administrator\Local Settings\Temp\

Randem