472,364 Members | 1,579 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,364 software developers and data experts.

Problems with Crystal Reports in Win98

I have an application written in C# using VS 2003 with MSDE as the database.
The reports use Crystal as provided with VS. The application and reports
work correctly under WinXP, but the reports do not work under Win98.

I have read the info re dbghelp.dll and CRQE.dll under Win98 ad have
implemented the recommendations. This avoids the "Failed to load report"
error. http://support.businessobjects.com/l...s/c2013420.asp

Now I am left with a different error message - "Invalid table number". This
occurs when the database source for the report is changed at runtime.
http://support.businessobjects.com/l...s/c2011464.asp
The error occurs at the point of setting the Location property for the first
(and only) table used in the ReportDocument. The stack trace shows it
failing in a call to setLocation(). There are no SubreportObjects either.

Any ideas why this would work in WinXP, but not in Win98? It obviously
needs to use SQL Authentication to access MSDE on Win98, but uses NT
Authentication on WinXP. It is set to NT Auth at design time, so do I need
to change this before I set location? I'm not sure how to do this at runtime
and would appreciate advice.

Thanks,
Scott.
Nov 16 '05 #1
2 1571
Hi Scott,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you are receiving an error message -
"Invalid table number" when trying to change database at runtime. If there
is any misunderstanding, please feel free to let me know.

Based on my research, this error message appears on certain computers,
because these computers are using a file DSN. However, the user running the
application does not have sufficient rights to use the file DSN.

To resolve this error message, use a System DSN. Modify your report and
code to use this System DSN to successfully run the application.

For more information, please check the following link:

http://support.businessobjects.com/l...s/c2013109.asp

Crystal report is not supported by Microsoft. For more information related
to this issue please check the following link:
http://support.crystaldecisions.com

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Nov 16 '05 #2
Hi Scott,

I'm not quite sure how this happens. You can try to search through google
groups. Here is a link.

http://groups.google.com/groups?hl=z...&q=crystal+rep
ort+%22Invalid+table+number%22

For futher information, please check crystal report support website,
http://support.crystaldecisions.com

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Nov 16 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: BStorm | last post by:
I have a transaction log file where the DataSet table's Description column is actually delimited into "subcolumns" based upon the transaction id. I would like to parse these into separate fields...
0
by: Troy | last post by:
Good Afternoon all, I have searched the news groups/web for anything releated to this problem but have come up empty. The situation is I have developed a program which allows the user to select...
1
by: Gudni G. Sigurdsson | last post by:
Hi. I am working on a program for the .NET Framework written in C# with Visual Studio .NET. With this program, one can print a report realized with the Crystal Report software included with VS...
3
by: Gheaci Maschl | last post by:
Hi all! I would like to have your opinion about my problem and my proposal how to solve it: Ingredients: - BTriev database - Crystal Reports - maybe MS Access - Liinos6 (small ERP software)
0
by: stephan | last post by:
I know that this has been beaten to death but I can't seem to resolve my issues (I have 2 of them). I have created a class that exposes a public method which returns a datatable as a datasource...
3
by: VMI | last post by:
I know this may not be the best NG for this, but I feel you guys know more about this than any of the other NGs. I need to build several simple reports (over 50 of them and they get their data...
1
by: Dreamtime | last post by:
Hi I am using Visual Studio 2005 and the bundled Crystal Reports (previously I used .net 2003 and bundled Crystal Reports for 2 years - same issues!) I have a report which is displayed in the...
0
by: PughDR | last post by:
As the subject of this topic suggestions I am trying to find a way to use ASP, SQL Server, Com+ and Crystal Reports 8.5 to Create Dynamic PDF Reports Over The Web, but the only article I found that...
3
by: Miro | last post by:
Hi, Just wondering what a good book is on visual studios 2008 ( or 2005 if no 2008 ) that teaches you how to properly use crystal reports with it. Or im assuming that as long as I can create a...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
1
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web server and have made sure to enable curl. I get a...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
2
by: Ricardo de Mila | last post by:
Dear people, good afternoon... I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control. Than I need to discover what...
1
by: Johno34 | last post by:
I have this click event on my form. It speaks to a Datasheet Subform Private Sub Command260_Click() Dim r As DAO.Recordset Set r = Form_frmABCD.Form.RecordsetClone r.MoveFirst Do If...
1
by: ezappsrUS | last post by:
Hi, I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...
0
by: jack2019x | last post by:
hello, Is there code or static lib for hook swapchain present? I wanna hook dxgi swapchain present for dx11 and dx9.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.