all groups > sql server reporting services > august 2004 >
You're in the

sql server reporting services

group:

MIMEType warning


MIMEType warning pb
8/25/2004 11:03:23 AM
sql server reporting services:
Getting warning in reporting services report:

The value of the MIMEType property for the image ‘image1’ is “”, which
is not a valid MIMEType.

my image is a .GIF and source is set to External. It is my understanding
that the MIMEType is ignored when source is External. I have also tried
setting the MIMETYPE to ="image/gif".

Any ideas??
Re: MIMEType warning Robert Bruckner [MSFT]
8/25/2004 10:37:15 PM
When accessing an external image over a network protocol (e.g. http://...),
the target webserver should respond with the image data and the content
mimetype. If the target webserver provides an incorrect mimetype, it would
result in this type of warning message.
For external images from a network share or local paths we will try to
determine the mimetype based on the file extension (by a registry lookup).
In the very unlikely case that this registry lookup fails, the mimetype
would be empty.

--
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

Re: MIMEType warning pb
8/27/2004 10:49:14 AM
What do I need to look at in order to correct this if the webserver is
not providing the correct info?

I just realized that this problem only happens when I run the report
within the development environment. When I deploy the report and run it
the correct image appears in the report.

[quoted text, click to view]
Re: MIMEType warning Robert Bruckner [MSFT]
9/13/2004 10:35:51 PM
Is the development environment on the same machine as the report server? If
not, probably there is a proxy or firewall involved when running it in the
development environment and therefore the mime type does not come through
correctly.

--
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

Re: MIMEType warning Jeff
10/28/2004 9:49:16 AM
I began to get this error right after I installed "Office 2003 Pro".

Do you use MS Office 2003?

[quoted text, click to view]
AddThis Social Bookmark Button