473,769 Members | 2,143 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Crystal Reports BLOB Object image error!

Hi,

I am trying to display an image using BLOB in crystal reports. The
Reports BLOLB fields are generated using an XML Schema as follows:

....
<xs:element name="bSignatur e">
<xs:complexType >
<xs:sequence>
<xs:element name="Signature Img" type="xs:base64 Binary"
minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
.....

When I execute the report, the following errors occurs:
Query Engine Error:
'C:\DOCUME~1\BF HCY\ASPNET\LOCA LS~1\Temp\temp_ 2823cbda-8851-
4200-9900-adb9734661eb.rp t'

Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace
for more
information about the error and where it originated in
the code.

Exception Details: CrystalDecision s.CrystalReport s.Engine.DataSo urceException:
Query Engine Error: 'C:\DOCUME~1\BF HCY\ASPNET\LOCA LS~1\Temp\temp_ 2823cbda-8851-4200-9900-adb9734661eb.rp t'

But when I remove the BLOB object the report works.

Anyone can enlighten me?

Thanks!

Winston
Jul 21 '05 #1
0 1570

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

Similar topics

1
5840
by: Ron Holmes | last post by:
I posted this question on the Crystal Reports Support site and I am still waiting for an answer. Using Crystal Reports 9.0 Developer Full edition: My Crystal report .RPT file has a Picture box which is an OLE Object located in the Page Header section of my .RPT file. This is the call which works perfectly in VB6 to format the crystal reports Page Header section of my report file EquipLst.rpt.
7
5023
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying. I created the websetup and built the MSI, have the bundled version. Copied to webserver and ran Websetup.msi. Said I had to remove old version, which I did, then reran WebSetup.msi and keeps giving me this error. "The installer was interrupted...
5
1933
by: Damir | last post by:
Please I need help and dont know where to post the question..... So I am making a small asp.net application and need to generate a crystal report with one image that changes depending of some data. I am using a Oracle database and for me is not important if the images are on the hard drive or in the database... I just dont know how ti implement a image that changes in the crystal report Thanks in advance... kindly regards
0
432
by: Winston | last post by:
Hi, I am trying to display an image using BLOB in crystal reports. The Reports BLOLB fields are generated using an XML Schema as follows: .... <xs:element name="bSignature"> <xs:complexType> <xs:sequence> <xs:element name="SignatureImg" type="xs:base64Binary"
0
7451
by: Jeff | last post by:
Help!!! The bitmap I am trying to display in a sample Crystal Report is coming up with much less quality than the original bitmap. I have a 300x300 dpi bitmap file that I want to insert at run time into a Crystal Report. The path to the file is stored in a varchar(100) field in a table in SQL Server. The Crystal Report displays the bitmap in the IBlobField object but it
1
2321
by: Tim_Mac | last post by:
hi, i am encountering a sporadic exception using crystal reports that is causing me grief, I can't 'handle' it... my code is loading a typed report, and loading a DataSet to it. unfortunately crystal reports customer support is very poor and their 'case management' tool refuses to function. i'm posting here in the hope that someone may have seen it before and worked around it. first of all, here is the exception:
0
5073
by: Big George | last post by:
I'm developing with ASP.NET, VS.NET 2003. Using Crystal Report for VS.NET DataBase: Oracle 10g I store a BLOB field in a table. This field store images, like jpg files. The Stored Procedure that I use to fill the report is: OPEN MyCursor FOR
1
1895
by: Rick | last post by:
Hi, guys, i have a dataset that has a string field with the path to a jpg file, can i display the image in crystal indicating just it path as string? or how can i do it? Regards. Rick PS: i dont have any blob object in my dataset, just strings
2
2314
by: raveens | last post by:
Hi, I am unable to get the pictures which are in my database along with other column data. I used bytea() datatype to store the image on the database. I could retrieve the image using query and I could save it using blob. But I'm unable to get using crystal report on the report. I am using crystal reports 8.5 I dont know how write it from vb.net which is my front-end. Please help in this regard... Thnx in advance Raveens
0
9579
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10208
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10038
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9857
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5294
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5444
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3952
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3558
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2812
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.