Registry Settings to Embed Graphs - Reports 6i

Hello all -
I am trying to reproduce something that I've previously had working. Here's the scenario:
I create a graph (.ogd) file using Oracle Graphs Developer.
I save the graph on the Oracle server in a location. Let's say c:\graphs
My client machine is mapped to this location. Let's say z:\graphs
My goal is to be able to set the Chart File Name property in Reports to the file name of the .ogd file without any path whatsoever. In this manner, I will be able to run the report from my client machine as well as through Oracle Applications without specifying a path location in the .RDF file Chart File Name property.
Currently, my registry settings are set as follows:
HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME1\
Reports60 => z:\graphs
HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME1\
Graphics60 => z:\graphs
With these settings, I am unable to run the report on my client without receiving the 'Chart Document Not Found' error message. I also receive this error message when running the report through Oracle Applications. Does anybody know what the proper registry settings would be to achieve the goal I described above?
Thanks!
Regards,
Steve

OK, I am still unable to accomplish what I was hoping to with registry settings. I know it's possible, I'm just unsure of how to do it. Here's what I did to workaround.
For the Chart File Name property I used the network mapping technique such as:
\\server_name\prodappl\custom_top\graphs\chart.ogd
This will embed the graphic and read the file on the server location specified in both Previewer and through the Application.

Similar Messages

  • SSRS Design help : How to embed Graphs in a Word doc

    Hi All
    we got the requirement that we need to embed Graphs to a fixed test Word document . what is the best way to achieve this requirement .
    Regards
    Surendra Thota
    Surendra Thota

    Hi Surendra,
    If I understand correctly, you want to embed a chart from Reporting Services report to an existing word file. If in that case, we can create a chart in a report, then export it to word file, and then copy it and paste it to the existing word file. For more
    details steps, please see:
    In a report, drag a chart control from toolbox to design surface.
    Click the chart to open the Chart Data pane.
    Add one or more fields to the Values area and one or more fields to the Category Groups area.
    Preview or run the report.
    Select Word option in the export drop-down list to export the report.
    Open the exported word file, copy the chart.
    Paste it to the existing word file.
    References:
    Add a Chart to a Report (Report Builder and SSRS)
    Export a Report as Another File Type (Report Builder and SSRS)
    If there are any other questions, please feel free to let me know.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Registry Settings for Exporting Image resolution (RDC XI R2)

    The following document describes registry settings to control exported image resolution:
    [http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/30407084-c51d-2b10-1f81-813488350e6f?quicklink=index&overridelayout=true|http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/30407084-c51d-2b10-1f81-813488350e6f?quicklink=index&overridelayout=true]
    However, that document is old.
    Where can we find instructions for XI R2 RDC applications?

    There are several informal & conflicting suggestions that one can find via internet searches.  For example:
    Add the following registry entries under HKEY_CURRENT_USER
    -> Software -> Seagate Software -> Crystal Reports Designer Component -> Export
    BitMapMagnifDenominator = 4 (DWord)
    BitMapMagnifNumerator = 5 (DWord) 
    I'm looking for a definitive document/instruction from SAP. 
    One of my customers just reported that the following settings work:
    HKEY_CURRENT_USER
    -> Software  -> Business Objects -> Suite 11.5  -> Crystal Reports Designer Component -> Export
    BitMapMagnifDenominator = 1 (DWord)
    BitMapMagnifNumerator = 4 (DWord) 
    Thanks,
    - Ido
    Edited by: Ido Millet on Jul 8, 2011 11:14 AM

  • Anyone seen these registry settings (Windows 32 bit)

    My customer (windows 32 bit, 12i) Did a vision install and found the following registry settings:
    KEY_APPS_C_HOME and KEY_APPS_JAVA_HOME
    As I understand it the registry settings they should have seen should look somthing like KEY_<CONTEXT_NAME>TOOLS or KEY<CONTEXT_NAME>WEBOH.
    Presumable they either did something incorrect during their install or had something wrong with their os environment. Do those registry settings give anybody a clue as to what my customer might have done wrong?
    Thanks,
    Dan

    Dan,
    I haven't heard reports about this yet. I'd like to have someone investigate this on our side. Can you log a Service Request via Metalink with the details?
    Regards,
    Steven
    Steven Chan
    Director, Applications Technology Integration
    Oracle E-Business Suite Development
    E-Business Techstack Blog: http://blogs.oracle.com/schan

  • When I attempt to log on to I tunes I get the following message  "The registry settings used by the I tunes drivers for importing and burning CDs and DVDs are missing  This can happen as a result of installing other CD burning software  Please reinstall

    When I attempt to log on to I tunes I get the following message:
    "The registry settings used by the I Tunes drivers for importing and burning CDs and DVDs are missing.
      This can happen as a result of installing other CD burning software. Please re-install I Tunes."
    To my knowledge no new software has been installed.  I have tried un-installing and re-installing I Tunes but I still
    get the same message.
    Can anyone offer any suggestions?  Do I need to download a new driver?
    Bill Martin

    I can get down as far as step 11 but it shows nothing about upper filters and when I type on "If the Upper Filters entry is missing follow these instructions" nothing happens
    Do you mean you can't see the instructions on what to do if there is no UpperFilters entry?
    If so, here's the relevant instructions for that step:
    On the right side of the Registry Editor window, right-click the UpperFilters entry and choose Modify from the shortcut menu.
    Right-click the empty white space within the right-hand portion of the Registry Editor window. From the shortcut menu, choose New > Multi-String Value.
    Name this new value "UpperFilters" (without the quotes). Then, right-click the newly created UpperFilters entry and choose Modify from the shortcut menu.

  • Need Help to develop a Funnel Graph Report using Multiple Subject Areas.

    Hi Everybody,
    Did any body developed Funnel based graph report in Answers..
    Scenario: I need to develop a report which is based on 4 Facts(4 Subject Areas) Report is sectioned with 4 block one blovk with one Fact Metrics like this four blocks.
    If any idea on such scenario it will be huge benefit for me.
    Thanks in advance.
    Thanks,
    Govardhana

    Yes, i can see datatype and number of columns is same in both queries.
    i have challanges to copy message but Error message seems to general. Error says (near to FROM) and I checked there are three FROM in query and all seems to be ok
    Query is something like as below
    select SA1.col1 saw_0,
    SA1.col2 saw_1,
    SA2.col1 saw_2,
    SA2.col2 saw_3,
    FROM
    (select col1 saw_0, col2 saw_1 from "subject area1") SA1
    FULL OUTER JOIN
    (select col1 saw_0, col2 saw_1 from "subject area2") SA2
    ON SA1.col1 = SA2.col1
    I can't see any issue in the query...please comment.

  • Java API to read the Encrypted Values from Windows Registry settings

    Is there any Java API to read the Encrypted Values from Windows Registry settings ?
    My Java Application invokes a 3rd party Tool that writes the key/value to windows registry settings under : “HKLM\Software\<3rdparty>\dataValue”.
    This entry is in BINARY and encrypted with 3DES, using crypto API from Microsoft.
    3rd party software to encrypt the data stored in registry it
    either uses C++ code: and uses the call “CryptProtectData” and “CryptUnProtectData” or
    If it is a .NET (C#) it uses the call “Protect” or “UnProtect” from class “ProtectData” of WinCrypt.h from the library “Crypt32.lib.
    Note: The data is encrypted using auto-generated machinekey and there is no public key shared to decrypt the Encrypted data.
    Since the data is encrypted using auto-generated machinekey the same can be decrypted from a .Net / C++ application using CryptUnprotectData or UnProtect() API of WinCrypt.h from the library “Crypt32.lib.
    To know more about Auto-Generated MachineKey in Windows refer the links below
    http://aspnetresources.com/tools/machineKey
    http://msdn.microsoft.com/en-us/library/ms998288.aspx
    I need to find a way in Java to find the equivalent API to decrypt (CryptUnprotectData) and Microsoft will automatically use the correct key.
    But i couldn't find any informato related to Java APIs to enrypt or decrypt data using auto-generated machinekey.
    Is there a way to read the encrypted data from Windows regsitry settings that is encrypted using the Auto-Generated Machine Key ?
    Kindly let me know if Java provides any such API or mechanism for this.

    If the symmetric key is "auto-generated" and is not being stored anywhere on the machine, it implies that the key is being regenerated based on known values on the machine. This is the same principle in generating 3DES keys using PBE (password-based-encryption). I would review the documentation on the C# side, figure out the algorithm or "seed" values being used by the algorithm, and then attempt to use the JCE to derive the 3DES key using PBE; you will need to provide the known values as parameters to the PBE key-generation function in JCE. Once derived, it can be used to decrypt the ciphertext from the Regiistry in exactly the same way as the CAPI/CNG framework.
    An alternate way for Java to use this key, is to write a JNI library that will call the native Windows code to do the decryption; then the Java program does not need to know details about the key.
    That said, there is a risk that if your code can derive the key based on known seeds, then so can an attacker. I don't know what your applicatiion is doing, but if this is anything related to compliance for some data-security regulation like PCI-DSS, then you will fail the audit (for being unable to prove you have adequate controls on the symmetric key) if a knowledgable QSA probes this design.
    Arshad Noor
    StrongAuth, Inc.

  • I have windows 7 and when i start up i tunes i get a message..."The registry settings used by the i Tunes drivers for importing and burning CD's and DVD's are missing. This can happen as a result of installing other CD burning software. Please reinstall i

    when i start up i tunes i get the message,"The registry settings used by the i Tunes drivers for importing and burning CD's and DVD's are missing. This can happen as a result of installing other CD burning software. Please reinstall i Tunes." I tried reinstalling and still get the same message. when I ran the i Tunes diagnostics is says that the high and low filters are missing.
    when i was having trouble with my optical drive(before Dell sent me a new one) the dell tech support representative had me delete some reg. files to try to fix the problem. I was told this would not affect the new drive when i install it or any of my existing programs. here is what he had me do....
    Agent (CLKsmb_RyanJose_224427): "Click on Start
    Click on Run
    Type in REGEDIT
    Click on OK
    Click on the plus sign next to HKEY_LOCAL_MACHINE
    Click on the plus sign next to SYSTEM
    Click on the plus sign next to CurrentControlSet
    Click on the plus sign next to Control"
    Click on the plus sign next to Class
    Click on the plus sign next to {4D36E965-E325-11CE-BFC1-08002BE10318}
    On the right pane, click to highlight Upperfilters
    Right click on Upperfilters
    Click on Delete
    Click on OK
    On the right pane, click t
    o highlight Lowerfilters
    Right click on Lowerfilters
    Click on Delete
    Click on OK
    Right click on Silent Install
    Click on Delete
    Click on OK
    Close the Registry Editor
    Reboot the computer
    how can i get this message box to stop poping up every time i open i tunes? otherwise i tunes works fine. it still rips cd's. I just keep getting this message even after reinstalling i tines.
    thanks,
    chris

    Refer to this article to fix:
    iTunes for Windows: "Registry settings" warning when opening iTunes
    http://support.apple.com/kb/TS3299

  • Ever since upgrade to iTunes 11 i get an error message states registry settings for drivers used to import cds are missing

    Error message suggests reinstalling itunes - done. Nothing. (So thats the official Apple suggestion beig useless). Tried a number of fixes listed here after search revealed others had this problem. reinstalled itunes, removed ALL 3rd party burning software (even those that were present when itunes was working), amended registry settngs as detailed in Apple Support pages - this didnt work so returned them to original settings. Downloaded new updated Gear drivers etc still nothing. Does anyone have any other possible solutions? Am running an Acer laptop with Windows 7 and now iTunes 11.1.1.11.
    Diagnostics run from iTunes says CD drive is working and can read the tracks etc but simply can not import anything. If it runs through one track it takes about 5-10 minutes per 4 minue track, then when you try and play it back it has only saved about 4 seconds worth of crackle. Also can not play the CDs through WMP either or VLC or anything else for that matter.
    At wits end now, only option seems to bring forawrd the purchase of replacement laptop but dont want to have same issue in future.
    Need iTunes as have iPods, 2 x iPhones, iPad and Apple TV in family so dont want to jump ship...

    I'd start with the following document, with one modification. At step 12 after typing GEARAspiWDM press the Enter/Return key once prior to clicking OK. (Pressing Return adds a carriage return in the field and is important.)
    iTunes for Windows: "Registry settings" warning when opening iTunes

  • How To Configure TREX Name Server&Port for UDDI  Service Registry Settings

    Hello Experts,
    we are using CE 7.1 SP 4 and I would like to use the trex service in the Service Registry.
    I use \NWA\Service Registry Configuration\Service Registry Settings\Keyword Search and want to test the TREX Communication using the Test Connection Button.
    If I do so, I receive "Connection to TREX not successful".
    When I press the Update TREX button I receive this exception:
    com.sapportals.trex.TrexException: TREX Name Server (including back-up servers) is down or not accessable. (Errorcode 7217)
    I tried to configure the trex.service with the two parameters: nameserver.address and nameserver.backupserverlist -> tcpip://myhostname.mydomain:30001 (Instance 00).
    I am not sure if the port number is correct -> is there a way to lookup the correct port number?
    Is there something else I should configure?
    Thanks for help, best regards
    Thomas

    Hi Ganesh,
    In order to access the Visual Administrator, go to Start > Programs > SAP J2EE Engine > Visual Administrator. After you login, you will see 2 nodes i.e. Dispatcher and Server. Expand the Server node. Then go to "Services" and expand it. Then go all the way down to "TREX Service". Then on the right hand side, go to the property "nameserver.address" where you will key in "tcpip://<nameserver>:<port>". Then hit "Update" and click on the "Save" button. Then when you go to TRex Monitor, you should be able to see the Name Server running. Hope this helps.
    Thanks,
    Sri
    P.S Please rewards points if you find this helpful. Thanks.

  • I received the following message when iTunes launches: "The registry settings used by the iTunes drivers for importing and burning CD's or DVD's are missing.  This can happen as a result of installing other CD burning softwarre.  Please reinstall iTunes"

    Everytime I connect my iPod Touch (4th Gen) to my laptop, running Win 7 (64 bit) I get the message "The registry settings used by the iTunes drivers for importing and burning CDs and DVDs are missing.  This can happen as a result of installing other CD burning software.  Please reinstall iTunes"  I have reinstalled iTunes several times and it has not fixed the issue.  I am running ver 10.2.2.12 of iTunes.  I HAVE NOT installed any other burning software to my laptop either.  I haven't tried uninstalling iTunes and then re-installing it yet.  Would that perhaps fix the problem?  I've read that many users have had issues with the new version of the software and I was wondering if that might be causing my issue.  I'd like to point out that iTunes seems to work after getting rid of the message, but I haven't tried to burn any CDs or put music from a CD to my laptop.  Any ideas on how to get rid of the annoying message?
    I also am having trouble hooking up with our other computers using  Homegroup.  I noticed quite a lot of people are having the same issue and hopefully they come up with a fix for that soon.
    Thanks in advance.

    I'd start with the following document, with one modification. At step 12 after typing GEARAspiWDM press the Enter/Return key once prior to clicking OK. (Pressing Return adds a carriage return in the field and is important.)
    iTunes for Windows: "Registry settings" warning when opening iTunes
    If you're still getting the error message (especially when you plug in the Touch), I'd check for a device filter confusion on the PC. (They can affect the connection of USB devices to a PC, as well as burning and importing CDs.) For that one, see:
    iTunes for Windows: Troubleshooting CD issues caused by device filters

  • When I start iTunes I get this message: 'The registry settings used by the iTunes drivers for importing and burning CDl and DVDs are missing. This can happen as a result of installing other CD burning software. Please reinstall iTunes.' It doesn't work.

    I have tried reinstalling numerous times but I keep getting the same message and I cannot use the burning feature.  I have other burning software on my computer but it has always been there.  This problem just started recently.  Please help!

    This same thing happened to me about two months. ago. I bought a new harddrive for my previously-fried netbook, and when I installed iTunes it gave me the missing registry business. So I came online and looked for solutions. This solution led to a different 'can't burn' error in iTunes, and I found a solution to that one, and it was like I was running in circles for a solid two weeks. Finally I managed to fix the problem, but after trying it hundreds of times I couldn't tell you which solution won out. Well, everything was fine and dandy, until I upgraded iTunes last night. Now its back to the same registry settings problem, and I want to maim something. Someone please help me ;___;
    I'm running Windows 7 by the way, on an Acer aspire netbook

  • I get an error message when I start up itunes.  It says the registry settings for burning are missing and to reinstall itunes.  Well I have done that and it doesn't work! Help

    When I run diagnostics I get error 43 telling me to repair install itunes and that doesn't work either.

    I'd start with the following document, with one modification. At step 12 after typing GEARAspiWDM press the Enter/Return key once prior to clicking OK. (Pressing Return adds a carriage return in the field and is important.)
    iTunes for Windows: "Registry settings" warning when opening iTunes

  • When starting iTunes I continually get an error message " The registry Settings used by the iTunes drivers for importing and burning CDs and DVDs are missing.  This can happen as a result of installing other CD burning software. Please reinstall iTunes."

    When starting iTunes I continually get an error message " The registry Settings used by the iTunes drivers for importing and burning CDs and DVDs are missing.  This can happen as a result of installing other CD burning software. Please reinstall iTunes."  I have unistalled and reinstalled iTunes several times and have cleaned up the registry using a 3rd party Windows utility.  Any tips on removing this error message for good?

    I'd start with the following document, with one modification. At step 12 after typing GEARAspiWDM press the Enter/Return key once prior to clicking OK. (Pressing Return adds a carriage return in the field and is important.)
    iTunes for Windows: "Registry settings" warning when opening iTunes

  • Received this error message when starting iTunes and reinstalling does not resolve it:  The registry settings used by iTunes drivers for importing and burning CDs and DVDs is missing.

    Received this error message when starting iTunes and reinstalling does not resolve it:  The registry settings used by iTunes drivers for importing and burning CDs and DVDs is missing...
    Can I uninstall existing iTunes without losing my media library?  and then install fresh to fix this problem?

    Hi there kweitkamp,
    You may find the troubleshooting steps in the article below helpful.
    iTunes for Windows: "Registry settings" warning when opening iTunes
    http://support.apple.com/kb/TS3299
    -Griff W. 

Maybe you are looking for