Jun 19th, 2006, 02:02 PM
#1
Thread Starter
Frenzied Member
Lookin for experienced help, vb+crystal xi
Hello,
I have a rather large VB application that calls alot of reports to be viewed through the CR veiwer control. When I go to package with P&DW, it tells me to locate 3 .dlls, which ofcourse aren't on my PC or anywhere to be found. I have looked up all the documentation on the business objects website and it all points to using MSI and to download thier RDC merge modules. I guess I am having a hard time with thier documentation and I have no experience using MSI.
On page 7 of thier documentation, step 1 says "After adding the Microsoft merge modules". Am I supposed to know what exactly these are?
Is there anyone out there that has a good knowledge of packaging vb+crystal? There really isn't very much documentation/help for beginners....
thanks for any help provided.
Jun 19th, 2006, 11:45 PM
#2
Re: Lookin for experienced help, vb+crystal xi
The merge modules will not help in PDW. With PDW it uses .dep files which are out of date and ask for files that do not exist and never have since really early version of CR.
Please read Installation Problem in my signature for more help on this matter.
Jun 20th, 2006, 07:51 AM
#3
Thread Starter
Frenzied Member
Re: Lookin for experienced help, vb+crystal xi
I went and updated all of my runtime files via your link, and I also DL'd **********. ********** couldn't find 16 files needed for my package...
Source: msdbrptr.dll; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: comct332.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: msflxgrd.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: threed32.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: msdatgrd.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: msmask32.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: tabctl32.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: mfc71u.dll; DestDir: {sys}; Flags: sharedfile
Source: u2fsepv.dll; DestDir: {sys}; Flags: sharedfile
Source: u2fxml.dll; DestDir: {sys}; Flags: sharedfile
Source: etc-1-0-12-3.dll; DestDir: {sys}; Flags: sharedfile
Source: ebus-3-3-2-4.dll; DestDir: {sys}; Flags: sharedfile
Source: libocahelperw-2-13.dll; DestDir: {sys}; Flags: sharedfile
Source: fssl-1-2-1-1.dll; DestDir: {sys}; Flags: sharedfile
Source: cxlibw-2-6.dll; DestDir: {sys}; Flags: sharedfile
Source: libocasecurityw-1-6.dll; DestDir: {sys}; Flags: sharedfile
Any idea what I am doing wrong?
Jun 20th, 2006, 01:57 PM
#4
Re: Lookin for experienced help, vb+crystal xi
The manual does state what to do about searching in SAFE / UNSAFE Modes.... and searching thru additional paths.
Jun 20th, 2006, 02:07 PM
#5
Thread Starter
Frenzied Member
Re: Lookin for experienced help, vb+crystal xi
Ok I switched to Unsafe mode and still missing the same 2 .dlls
Source: u2fsepv.dll; DestDir: {sys}; Flags: sharedfile
Source: u2fxml.dll; DestDir: {sys}; Flags: sharedfile
The rest were found...
Jun 20th, 2006, 02:14 PM
#6
Re: Lookin for experienced help, vb+crystal xi
Did you place the crystal reports folder in the search area. And what does your log look like?
Jun 20th, 2006, 02:43 PM
#7
Thread Starter
Frenzied Member
Re: Lookin for experienced help, vb+crystal xi
Where do you add the folder? I pasted in with the other paths but it disappears after I run it...
attached is my run log.
Attached Files
Jun 20th, 2006, 02:53 PM
#8
Re: Lookin for experienced help, vb+crystal xi
OK, Those files were picked up from a .dep file which could be out of date. Those files may not exist. You should be ok. Just remove them.
Last edited by randem; Jun 20th, 2006 at 03:04 PM .
Jun 20th, 2006, 03:03 PM
#9
Thread Starter
Frenzied Member
Re: Lookin for experienced help, vb+crystal xi
ok so I assumed I should be compiling the .iss in innosetup. Tho I am getting the unsafe file errors... am I supposed to comment those?
Jun 20th, 2006, 03:06 PM
#10
Re: Lookin for experienced help, vb+crystal xi
No, You are getting unsafe errors because you did not follow the suggestion of copying the files to another folder and verifing them. If you move them then rerun ********** to point to that location, Inno Setup will compile the script.
Jun 21st, 2006, 07:59 AM
#11
Thread Starter
Frenzied Member
Re: Lookin for experienced help, vb+crystal xi
Got it packaged, ignored those 2 dll's and I get errors registering at that end of the installation...
Jun 21st, 2006, 02:20 PM
#12
Re: Lookin for experienced help, vb+crystal xi
What errors??????? It going to be hard if we have to guess...
Jun 21st, 2006, 03:07 PM
#13
Thread Starter
Frenzied Member
Re: Lookin for experienced help, vb+crystal xi
Attached are SS's of the 2 errors.
Jun 21st, 2006, 11:22 PM
#14
Re: Lookin for experienced help, vb+crystal xi
Does the app work after installation? What version of CR are you using?
Jun 22nd, 2006, 07:15 AM
#15
Thread Starter
Frenzied Member
Re: Lookin for experienced help, vb+crystal xi
Originally Posted by
randem
Does the app work after installation? What version of CR are you using?
The app works until I try to preview a report... I am using CR 11 Dev edition.
Jun 22nd, 2006, 01:54 PM
#16
Re: Lookin for experienced help, vb+crystal xi
What error do you get when attempting to view the report? Are you using .rpt files or are the reports run on the fly (dynamically using SQL and ADO)?
Jun 22nd, 2006, 01:57 PM
#17
Re: Lookin for experienced help, vb+crystal xi
What OS are you installing on? What OS did you develop on?
Jun 22nd, 2006, 02:46 PM
#18
Thread Starter
Frenzied Member
Re: Lookin for experienced help, vb+crystal xi
Originally Posted by
randem
What error do you get when attempting to view the report? Are you using .rpt files or are the reports run on the fly (dynamically using SQL and ADO)?
I am not getting an error at runtime. It just looks blank where the preview control would normally be. All the selection SQL is in the reports(.rpt).
Developing on WinXP installing on WinXP/2000 machines.
Jun 22nd, 2006, 02:52 PM
#19
Re: Lookin for experienced help, vb+crystal xi
I take it you included the .rpt files in your installation also?
Jun 22nd, 2006, 03:16 PM
#20
Thread Starter
Frenzied Member
Re: Lookin for experienced help, vb+crystal xi
Originally Posted by
randem
I take it you included the .rpt files in your installation also?
Yes I did.
Jun 22nd, 2006, 03:16 PM
#21
Thread Starter
Frenzied Member
Re: Lookin for experienced help, vb+crystal xi
I can also get the program to run fine if I install crystal on the PC...
Jun 22nd, 2006, 08:38 PM
#22
Re: Lookin for experienced help, vb+crystal xi
Are you using any part of CR the needs to be licensed? Post your script and log files.
Jun 23rd, 2006, 07:43 AM
#23
Thread Starter
Frenzied Member
Re: Lookin for experienced help, vb+crystal xi
Here is my script... what logs do you need?
Jun 23rd, 2006, 11:28 PM
#24
Re: Lookin for experienced help, vb+crystal xi
THe run log from **********. ALso you did not attact anything.
Jun 26th, 2006, 11:22 AM
#25
Thread Starter
Frenzied Member
Re: Lookin for experienced help, vb+crystal xi
Sorry about missing the attachment. I think I got the problem solved by using MSI and import the CRXI Merge Modules.
Thanks for all of your effort, I appreciate it.
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width