Setting the Graphic Location to https address

I want to provide the user the option to set the location (http or https) of the logo file.
It works fine when the graphic location of Picture was set to http:// address whereas it is https:// it doesn't display the image.
When I use IE to load the image both http and https location works fine.
Is this is known issue or is there any way I can debug to find out what's causing this issue.
Thanks for your response.

Hi,
If you have the same issue mentioned in note #1281124 below is the description:
Note can be searched from here:
[https://www.sdn.sap.com/irj/boc/notes]
Symptom
Crystal Reports .NET SDK application.
Production system with CR .NET SDK (version 12) installed.
Change graphic location of a picture object to http source. 
The picture object doesn't change if a HTTP source is used.
The picture object changes correctly if local file is used on a mapped drive.
Reproducing the Issue
Crystal Reports 2008 SP1
Visual Studio .NET 2003, 2005, or 2008
Add a Picture object to a Crystal Report
Right click the picture object on the report and select Format Graphic
Click on the Picture tab
Click on the X-2 button beside Graphic Location
Enter the URL of your graphic. For example "http://www.sap.com/canada/company/press/images/Raihan_Riaz.jpg"
Use this report in a CR .NET SDK app on a computer with the CR .NET SDK installed
Note  The CR .NET SDK must be installed using Crystal Reports 2008 Redist Install, ClickOnce, or a setup package including the Crystal Reports 2008 merge modules. 
Cause
This is a known issue and tracked with ADAPT01172734
This problem occurs because libcurl.dll is missing on the production system.
The Crystal Reports 12 Server Install, merge modules, and ClickOnce don't install libcurl.dll.
Resolution
This issue has been resolved
Use the redistributable package or merge modules from Fix Pack 1.4 to distribute the Crystal Reports 2008 runtime files
The redistributable files for Fix Pack 1.4 can be downloaded here SAP Crystal Solutions Downloads
Regards,
Shweta

Similar Messages

  • Setting the graphic location to a local file (RESOLVED)

    Hi,
    I placed an image on my report and set the graphic location to an Excel file with a list of web addresses.  The report successfully outputs the image from each of those web addresses.
    I've tried putting a local file address in my Excel file (for example, "File: and it doesn't appear to work (Crystal outputs the default image instead).  Does Crystal Reports not allow for this?
    Thank you.

    Nevermind, got it to work.  Just needed to format the file path a bit differently in Excel.

  • Open File Dialog, Select either FIle or Folder, but Set the Initial Location to ftp://

    Hello,
    I want to be able to open a file dialog, set the initial location to an ftp:// address, and allow the user to select individual files or a directory.
    I can use the File Dialog express VI, and wire in a start path, but the problem is that the filepath constant does not allow you to input ftp://[IPAddress]. If you type it in it will automatically adjust the path to read . If you right click, and hit browse and go to an ftp site, the dialog will not let you select a file or folder. And no you cannot type the address into a string and then convert that to a path. If you do it will look just like the image above.
    I can use .NET functions as seen below, but it is not trivial to allow the user to select files or a folder. The same is true if I write it in C++ (although I haven't tried this yet, just googled selecting files or folders in a file dialog).
    EDIT: I just realized that with .NET if I select a single file, the FileName it returns points to a temporary internet folder on my computer for example: C:\Users\xxxxx\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\P01ODP0F\ni-rt[1].ini
    The FileDIalog Express VI has these very options.
    So what is the easiest way to have an initial ftp address path for a file dialog, and allow the user to select files or a folder?

    Have never had to do that before - that's a bit of a drag.
    Some thoughts.
    1) Can you map a drive to that FTP address and go from there?
    2) You could try rolling your own dialog via FTP - that's something I've definitely done before!
    In the following snippet, I start an FTP session on the NI FTP site, log in as anonymous, list the base directory files/folders and then close my session. I then unbundle the directory listings array and plug the name and item type into the item names of a multicolumn listbox.
    CLD

  • Explicitly setting the query string in http get request

    Hi All,
    We are trying to use the query string parameter to send a GET request to a vendor. The parameter value is a string concatenated with xml ie. String=<xml></xml> It seems the vendor is reading this value as string and Looking for "<XML>" to strip out the values. The problem in OSB is when I concatenate the fn:concat("String=",<XML/>) the acutal value is translated to "String=&lt;XML/>. Is there a way to explicitly set the value so the < doesn't get encoded to &lt; ? the odd thing is that only the left less than bracket get encoded. Any help would be most appreciated...
    thanks,
    Matt
    version of OSB:
    Service Bus 10gR3
    Oracle Service Bus Version: [WebLogic Oracle Service Bus 10.3 Sat May 30 06:12:38 EDT 2009 1223943 ]
    Oracle Weblogic Server Version: [WebLogic Server 10.3 Fri Jul 25 16:30:05 EDT 2008 1137967 ]

    The left side bracket is actually getting encode as amplt; (this forum encoded it :))

  • In Firefox 3.6.13, I've set the Smart Location feature to "Nothing" but the next time I start up Firefox it has reset the location bar to search "Bookmarks" ! This is very annoying that it won't stay set to do nothing.

    I go to "Tools", "Options" and then "Privacy". At the "Location Bar" I set it to "Nothing" and then accept. The next time I restart my laptop from "Sleep", start up Firefox and start typing in a web address in the location bar it shows me the "Bookmark" stuff.

    sounds like malware fallout
    Have you recently installed any software infected with''' OpenCandy malwar'''e? If you saw any ads DURING installation you might have used malware
    these fine people will help you identify-, and remove malware at ZERO COST
    http://www.bleepingcomputer.com

  • How to set the default location of a new window in Preview?

    Opening a new document in Preview always results in a new window that is located at the upper left of the screen.
    I'd like to have all of my Preview documents open in a second monitor, but this doesn't appear possible. Does anyone have any insight to offer?
    Thanks.

    HI,
    Open Preview/Preferences and select the General tab.
    You can make a selection there but unfortunately I don't think Preview supports a connected monitor.
    But don't give up hope. Go here and post in the Apple Technologies forum. Perhaps a Terminal guru can offer a command to use to do this for you.
    http://discussions.apple.com/forum.jspa?forumID=735
    Carolyn

  • UDDI sample clinet not setting the wsdl location

    Hi
    I am using the uddi PublishService2UDDI.java of dev2dev and am trying to register
    a deployed service with a name and a wsdl url location. The program runs successfully
    and registers the service but the "overview url" where the wsdl url is supposed
    to be is blank!.
    Is this a problem with the code? or a bug in the 7.0 sp1? If I try it from the
    GUI it registers the service perfectly.
    thanks
    Anamitra

    Hi Anamitra,
    Sounds like you are making good progress. You can reach the overview
    structure by doing the getTModelDetail with tModel key. There is an
    established convention for this, you might want to take a look at the
    UDDI Best Practice for Using WSDL in a UDDI Registry.
    http://www.oasis-open.org/committees/uddi-spec/doc/bp/uddi-spec-tc-bp-using-wsdl-v108-20021110.htm
    Concerning the UDDI explorer, we have made improvements to this tool in
    WLS v8.1, however it is not a full GUI interface to the registry, but
    simply a browser.
    HTHs,
    Bruce
    Anamitra wrote:
    >
    Hi Bruce
    I now tested the findTmodel and found both the models registered by JAX R client
    and the Weblogic client. But am only able to get handle to the TModelList. TModelList
    gives TModelInfos which gives TModelInfo - which has no api to access the overview
    url. That is there only if I get the handle to the TModel object which has the
    api to getOverviewDoc() which has sthe wsdl url. How do I get a handle to the
    TMdoel?
    Also why is the uddiexplorer not showing me the TMdels?
    thanks
    Anamitra
    Bruce Stephens <[email protected]> wrote:
    Hi Anamitra,
    The overview URL is hung off the tModel and the PublishService2UDDI does
    a save service. You can add this code if you wish, an example of the
    client code can be found here: http://webservice.bea.com/index.html#qz42
    Right, you can use any UDDI v2 compliant client to access the WLS UDDI
    server, including SUN's JAXR or UDDI4j for example.
    Also, we've made a number of usability improvements to the UDDI Explorer
    for WLS 8.1 (http://host:port/uddiexplorer/index.jsp) and specifically
    I
    believe what you would be looking for in your case is the "access URL"
    that points to the saved service.
    HTHs,
    Bruce
    Anamitra wrote:
    On 2nd thoughts can I use the SUN's jaxr implementation to invoke WL7.0UDDI registry
    ie to query or publish in that registry.
    thanks
    Anamitra
    "Anamitra" <[email protected]> wrote:
    Hi
    I am using the uddi PublishService2UDDI.java of dev2dev and am trying
    to register
    a deployed service with a name and a wsdl url location. The program
    runs
    successfully
    and registers the service but the "overview url" where the wsdl urlis
    supposed
    to be is blank!.
    Is this a problem with the code? or a bug in the 7.0 sp1? If I tryit
    from the
    GUI it registers the service perfectly.
    thanks
    Anamitra

  • Dynamic Pictures using Graphic Location function

    I am using VS 2003 and CR 2008
    I have a report that shows a map of the site.  Depending on what site the report is ran for I want it to show a different image.
    I am using an OLE Object and setting the Graphic location to:
    "http://www.datascopeplc.com/DeliveriesAdmin/Maps/" + ToText ({DS.SiteID},0 ,"") + ".jpg"
    Where SiteID is the name of the image.
    This works fine when I am testing it in local host but when I place it on the server the image doesnu2019t show.  I replaced the path with the local path e.g.
    D:\DeliveriesAdmin\Maps\" + ToText ({DS.SiteID},0 ,"") + ".jpg"
    This worked but the problem is when I move it to the live server the images wont be held there so I need to use the first path.
    Any help would be great.

    Hi Brian
    I have tried this on both the live server and the test server and both servers can access the URL.  Any more thoughts?

  • AS2 receive for multiple vendors on the same http address?

    Hi all,
    Got a question about AS2 and MDN generation with BizTalk 2009.
    We currently have  a Request Response Receive port set up to point to a local http address, pointing to /EDI/BTSHTTPReceive.dll. We currently have Vendor1 sending us files through this port correctly, and through BizTalk’s
    tracking features I can verify they are getting the MDNs back.
    Now, we set up a second vendor (let’s call it Vendor2) to use the same location and http address. When they send us files, we get them fine, but they don’t get the MDN back any longer. BizTalk’s tracking is showing a 0 bytes response
    being sent back to them.
    I suspect this is happening because the http receive location, on its Certificate tab, has the certificate for Vendor1 specified, and not Vendor2. Is that what the issue is? In other words, do separate vendors, with different
    certificates, have to have a different unique receive location and http address? Or is there a way to just use one address for all vendors to keep it simple?
    Thanks!

    Hi,
    In my opinion, it maybe impossible that multiple
    sender partners can have same certificate. And please refer the similar discussion which might helpfull:
    http://social.msdn.microsoft.com/Forums/en-US/f598a663-ec8e-4ce9-bb3f-5d4ba50faedf/as2edi-multiple-parties-with-same-certificate-errorparty-signature-certificate-should-be?forum=biztalkediandas2
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • "Graphics Location" functionality not working in CR2008, using SP1 Runtime

    I'm using Crystal Reports 2008 SP1 (BuildVersion=12.1.0.883.CR_Mira_RTM). In some of my reports I'm setting the graphic location to a web address. On my development machine this all works fine.
    On my production server I've installed the SP1 Runtime Version (CRRuntime_12_1_mlb.msi)
    and am running the reports via a Dot Net application. The images are not updating with the image from the web location.
    If I then install Crystal Reports 2008 SP1 on that machine, without making any other changes, the images start to update with the image from the web location.
    Can anybody tell me which DLL is being used to grab the image from the web so I can include it in my deployment package? Or can somebody tell me how to get the Graphic Location functionality to work with the Runtime version.
    NOTE: During installation of the Runtime version, it prompts me for a Product ID. I can install the runtime if I leave it blank. I've tried that. I also tried just putting garbage in there and the error message comes back saying it's an invalid product KEY. So I've installed using my Crystal Reports 2008 Product key as well. Still no luck.
    help is appreciated

    The product key is not coming into play I this case. Having said that, I am not sure what the issue may be, however you may be able to track down the dll by using the following utilities:
    1) Modeules.exe, which can be downloaded from here:
    https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip
    2) Process Monitor, which can be downloaded from here:
    http://technet.microsoft.com/en-ca/sysinternals/bb896645.aspx
    Modules will allow you to compare the dlls on a server that has CRW32.exe and a system that had only the runtime. Process Monitor, may report a missing dll in it's logs.
    Now, while it may be useful to find out the above, this being a web app typically means you need to install it on a limited number of servers, possibly just one? Since it is working now, it may be worth considering the ROI on figuring out the runtime(?). E.g.; it may not be worth the effort? If licensing is the worry, simply delete the CRW32.exe and you've eliminated the issue.
    Ludek

  • Incoming mails don´t show text and/or http addresses but it does when replying the same mail

    Some incoming e-mails in GMail do not show the attached part that comes within the body of the mail, (text or http addresses) but when I try to alert the sender with a reply, it does show in the reply. It's embarrassing when it happens, and is too late to stop the reply.
    Apparently it only happens when I use Mozilla (which is 99% of the time) but it doesn't with Chrome.
    Thanks.

    In your question, you indicated that you are running Firefox 8. Is that correct? It might be difficult to diagnose issues with that version because most people have moved on to Firefox 12 (plus or minus 1 version). Can you upgrade?
    It's hard to think of a reason that ordinary text or links in ordinary text would not display. For embedded images or videos, one possibility is a difference in the protocol, i.e., HTTP (not secure) versus HTTPS (secure).
    Hopefully someone else will have a better guess (or actual knowledge!).
    Regarding the blue lines in a message, that usually indicates the earlier message was forwarded a few times. I don't know whether Gmail will let you reformat that area or whether you have to clean it in another application (e.g., for plain text, in Notepad) and paste it back in.

  • How do you stop photoshop from flickering when the graphics processing mode is set to basic? (Using windows 8)

    I am using Photoshop CC (2014) and I can not get the screen to stop flickering even when I set the graphics processing drawing mode to basic ( which is what other people have suggested to do). I am using windows 8.

    Update your video card driver from the GPU maker's website.

  • Graphic Location/OLE  Bug?

    Hi u2013
    Iu2019m using Crystal 2008 (fully patched) and Visual Studio .Net 2003
    We upgraded to Crystal 2008 as we specifically needed to dynamically load images into reports.
    Iu2019ve encountered a problem that causes both the report designer and my application to crash.
    We have a directory that contains over 70,000 passport size photographs uploaded from various sources. The report selects a number of these based on a URL thatu2019s constructed from within the procedure that feeds the report.
    Iu2019ve tracked this problem down for one jpg image although there could be any number in the directory, as having run the report with different parameters Itu2019s hit and miss as to whether or not it works.
    I can view this image in all sorts of other applications such as IE, Paint Programs, and previous versions of Crystal with no problem.
    If I insert it as a picture (ole object) in crystal 2008 it interprets the pixel size as being cm which results in an image of 670 x 957 cm which is clearly wrong. Worst still if I link to this image via the graphic location and refresh the report I get crw32.exe has encountered a problem and needs to close which it promptly does.
    When running from within a .Net application Iu2019ve had out of memory and division by 0 errors which Iu2019m assuming are down to the fact that the report is misinterpreting the image size.
    The image thatu2019s been causing the problems can be found here if anyone wants to download and try it
    http://winster.ad.nottingham.ac.uk/saturn2/photo/4050360.jpg
    But as Iu2019ve mentioned this is only one out of an unknown number of over 70,000 making it impossible to track down and exclude any that may cause problems.
    Any help appriciated, thanks.

    Hi - after a bit more investigation I wrote a small application to scan the directories to try and identify the corrupt files although this doesn't really help me in the long term as these directories are added to as and when and the scan takes hours so it isn't really a viable option and Iu2019m still getting other errors that I canu2019t track down.
    There are three 'types' of corrupt jpg's Iu2019ve tracked so far which Iu2019ve tested in the designer. Examples can be found at previous URL:
    Resolution Error as mentioned previously
    another example 4090552.jpg
    Designer: insert picture - interprets pixels as cm i.e. 9 meters+ picture in 72k file
    Graphic location - crash on refresh
    Run time  - division by 0 - crash
    Out of  Memory Error
    example 4077115.jpg  
    doesn't display in Explorer but can right click and copy to get the file 
    Designer - insert picture - crash
    Graphic location - crash on refresh
    Run time - memory could not be read - crash
    A Generic Error occurred in GDI+
    example 4067352.jpg
    Designer - insert picture - intermittently displays
    Graphic location - doesn't display - fair enough
    Run time - Division by 0 error - displays but totally wrong size
    In addition after excluding all files identified above I get these at runtime when running via an asp .net application streaming the report to pdf
    ASP.NET 1.1.4322.0 worker process
    Division by 0
    Invalid Pointer
    Exception of type System.OutOfMemoryException was thrown
    Error in File wr_course_list_by_school {C2665C87-3BEC-4B87-A620-309A3D37B3F2}.rpt: The request could not be submitted for background processing. (seems to work if can grow not checked)
    All of these are related to the graphic location as it runs fine when the link is commented out
    One for the moderators I think,  pretty much makes the software unusable for what we bought it for.

  • Crystal Report 9 How change graphic location?

    Post Author: Maroxye
    CA Forum: Formula
    Hi!,
    We works with Crystal report 9. I know that in X1 version, you can change the graphic location but how can i make that in version 9? I put a picture in my report and i want to change the source of this picture according to a parameter.
    Thanks for your help!

    Hi
    once u have process scheduler setup, under server definition u will add crystal to run with min and max api ware. this will take any crystal running on that scheduler.
    on the psprcs.cfg file u will add the path where it should pick up for running the report. if u look into the install guide, everything is clearly mentioned.
    Thanks!

  • Is there a way to display the file location in iTunes?

    I have several external hard drives connected to my windows PC.   Over time, I have copied my music files (some I have ripped from CD's, and some I have copied from a friend's external drive) to 3 or 4 different locations, each of which is on a separate external drive.   Now, iTunes has gone out and pulled all of those files into my music.   As a result, I have 3 or more copies of many songs.  
    The only way I can see where they are located, as far as I know, is to right click on each song, go to Get Info, and look at the "WHERE" box at the bottom of the window.
    Is there a way for me to set the file location up as a field in iTunes?  What I want to do now is to move all of my music to one location, then delete duplicates, before backing the entire library up.
    Thanks in advance for any help you can give me!

    I use CoderPlus workspace & tabbed panels.  For me, the file url is on the far right side. See screenshot. 
    If you click the "Page Icon" in upper right corner to tile, the URL shows on the left side.
    Nancy O.

Maybe you are looking for

  • How do i get the music from my ipod to my new computer without earse and syncing it?

    ok so i cant seem to get my ipod to sync the music already on it to a new computer with earsing and syncing all of the music i have on my ipod.

  • Where are the maps on my 8120 pearl?

    Hi Guys, Apparently, phones that support 4.2 or above have the maps application.  My phone is 4.3 so should have the Blackberry maps already downloaded.  I have gone into 'Advanced Options' and maps is there - but where do I find the application to b

  • What do I need to do do create an Outlook for Windows compatible email?

    This question is motivated by two issues: Formatting in Apple Mail is only Plain Text and Reich Text Format (RTF), while formatting in MSFT Word and Outlook are now HTML (docx) What do I need to do to be sure that the messages I send to my colleagues

  • Jdeveloper: Failed to load file

    Hi All, I am using jdeveloper version 9.0.3.11.31 for OA-Framework application development. When i try to run an xml file in, it compiles fine but gives me the following error Failed to load "file:/D:/xxx/myprojects/xxxxx/oracle/apps/xxxxxxx/xxx/xxxx

  • Added logos look pixelated and how to add a watermark?

    Hey guys, I'm having a bit of trouble. i'm trying to add a watermark with one half of the logo covering the footage and the other half the black bar. Because I need to crop the video the logo (ofcourse) gets cut in half. When I try importing the enti