How to define a specific export path?

Hello,
I'm using Crystal Reports XI. In older versions it was possible to define an own standard path for the export.
In CRXI it is now always the windows folder "own documents..." How is it possible to set my own path??
Regards

Hi,
As I understand you want to store the exported reports at a specified location so that you donu2019t need to specify it for each time
In CR XI we can not provide the specific path to export the report however if you select the destination as Disc file then the exported file will be stored on the disk at a specified location. Windows remember this location. . Next time when you try to export to Disc File you will be automatically pointed to the same location.
Hope it helps.
Regards,
Aditya joshi

Similar Messages

  • How to define table specific QUERY in parameter file for Export Utility

    Hi All
    I am trying to create A SINGLE parameter file for export utility. I have 2 tables and want to use a different QUERY condition for each of these tables. However i do not want to create 2 seperate parameter files for this and run/script exp twice.
    Is there a way to do it ?
    NOTE: I am using normal export utility for Version 9 and NOT oracle data pump.
    Following is an example of what i want to achive in parameter file:
    Tables = (TabA,TabB)
    # for table - TabA
    QUERY = "where id =25"
    #for table - TabB
    QUERY = " where court_id=54 and id >1"
    Please advice on syntax of parameter file so that exp knows that it has to process 1st condition for only TabA and second condition for TabB.
    Any samples/syntax examples are greately appreciated.
    thanks in advance!
    cool tech

    No there is no such alternative. Query condition is applicable to all the tables listed in TABLES parameter.
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96652/ch01.htm#1005843

  • How to define a specific report variant execution in Area Menu

    For report REP01, for exemple, with a selection screen, I defined a variant with specific options, named VAR_SPEC1, to be used by a certain group of persons.
    Now I created the Area Menu ZMSPEC1, and I need to associate to it an entry to execute program REP01 via variant VAR_SPEC01. How can I do it?
    I saw that the program REP01 already has already defined a report transaction (ZEXREP01, for ex.), but if I use this transaction in the Area Menu, I will not use my variant...
    I was looking to the different types of transactions that can be defined, but I am a bit lost.
    Thanks in advance.
    Davide

    Hello,
    I am still a bit lost about the easier (or better) way to associate to the new Area Menu the execution of a non-local program with selection-screen, using some predefined options (hidding some fields, predefining others...).
    Can someone be more specific?
    I guess the necessary elements are:
    1) non-local program REP01;
    2) core report variant VAR_DEFAULT, for program above.
    3) new local variant VAR_SPEC1, for program in 1)
    4) ...
    5) ... some solution to link both parts...
    6) ...
    7) Area Menu ZMSPEC1, with a new item to call the execution of REP01 with variant VAR_SPEC1.
    Any ideas? many thanks!

  • How to find out import & export path for object migration between D Q & P?

    Hi guys!
    Is there a way, how to find out export and import path for object transport on XI?
    Thanx!
    Olian

    Hi,
    Have a look at these links.
    When we do an export of the IR or the ID Oblects, a typical path at which it gets exported in the XI Server is as follow:
    For IR Objects:
    “C:\usr\sap\PI1\SYS\global\xi\repository_server\export “
    For ID Objects:
    "C:\usr\sap\PI1\SYS\global\xi\directory_server\export"
    Now in case you need to import the ".tpz" that you have.... You need to place it in the path mentioned below and u will be able to do import it from IR or ID...
    For IR Objects:
    “C:\usr\sap\PI1\SYS\global\xi\repository_server\import “
    For ID Objects:
    "C:\usr\sap\PI1\SYS\global\xi\directory_server\import"
    File Level transport in sap xi
    Every SLD related transport details are explained here
    Regarding transport of SLD objects
    https://service.sap.com/~sapdownload/011000358700001684302005E/HowToSLDandXI.pdf
    Regarding transport of XI objects
    http://help.sap.com/saphelp_nw04/helpdata/en/93/a3a74046033913e10000000a155106/content.htm
    Regards,
    Akshay Jamgaonkar.
    Reward points if find useful.
    Message was edited by:
            Akshay Jamgaonkar
    Message was edited by:
            Akshay Jamgaonkar

  • How to define new classpath of libraries while making jar files with ant

    I am useing eclipse and ant and trying to make a jar file. I have used some external jar files. I have managed to add external jar files to my jar. But Still I have a problem. In my project all libraries in lib folder. But when I put them into jar file. They are in the root folder.Classpath has changed and It couldn't find the class path.
    Is there any body knows how to define a new class path for external libraries with ANT. or How can I put my libraries into a lib folder in jar ?? I think both of them would solve my problem.
    thanks in advance.
    My code is like that, I think it requires a little modification
    <target name="jar">
            <mkdir dir="build/jar"/>         
            <jar destfile="build/jar/Deneme.jar" basedir="build/classes" >             
                <manifest>
                    <attribute name="Main-Class" value="${main-class}"/>                    
                </manifest>             
                 <fileset  dir="${lib.dir}" includes="**/*.jar"/>           
            </jar>
        </target>

    I can see why your other "question" was likely deleted. You need to drop the editorial comments and just ask a question. I believe what you want to know is how to configure something using php on your Apache server so that it can be read. If that's your question, here's a couple of places that discuss the topic:
    http://www.webmasterworld.com/linux/3345459.htm
    http://forums.macrumors.com/showthread.php?t=427742
    http://en.allexperts.com/q/PHP5-3508/configuring-installing-permissions.htm
    For a general introduction to 'nix permissions, take a look at this:
    http://www.osxfaq.com/Tutorials/LearningCenter/UnixTutorials/ManagingPermissions /index.ws
    And here's a whole book on the subject of Leopard permissions:
    http://my.safaribooksonline.com/9780321579331
    Try doing a Google search on "leopard permissions php apache" and see if you find what you are looking for.
    Francine
    Francine
    Schwieder

  • How to define the PATH of Xquartz?

    The PATH predefined within Xquartz is:<pre>
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin
    </pre>
    How may I change it?
    dan

    If you use the strings command, you will see that it
    is hard-coded into the binary:
    <pre>
    % strings /usr/X11R6/bin/Xquartz | grep /bin
    %s:/usr/X11R6/bin
    /bin:/usr/bin:/usr/X11R6/bin
    /bin/bash
    </pre>
    So you would have to get Apple to give you the
    proprietary source code, change the code, and
    recompile Xquartz.
    Not necessary! Your strings gave me the clue.
    The above:<pre>
    /bin/bash
    </pre>
    is the shell that Xquartz will execve to start
    any command entered within the Applications menu.
    In your shell you are always free to redefine the
    PATH in whatever way suits you. So for example, in
    bash, you could have this:
    <pre>
    PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:~/bi
    n:/usrX11R6/bin:.
    export PATH
    </pre>
    in your .bashrc or .bash_profile or whatever it is
    called.
    For this to work generally from Xquartz, I had to define
    the wanted PATH within .bashrc (because
    Xquartz does fork a shell which isn't a login shell).
    Thank you for this precious and efficient information.
    dan    

  • Set user-defined export path

    Hello,
    I'm using Crystal Reports XI.
    In older versions it was possible to define an own standard path for the export.
    In CR XI it is now always the windows folder "own documents..." How is it possible to set my own path??
    I know that the path is stored for the second and further exports, until the application is not closed.
    But for the first time it is not possible to set the path to a user-defined location? This would be very important for me, so that the user does not have to choose his preferred disk location manually.
    Regards
    Sandra

    Hi Sandra,
    This can be done by editing the registery.  Please take the backup before you edit the registery.
    Go in RunRegeditHKEY-CURRENT-USERSorftwareBusinessObjectsSuit 11.Crystal ReportsExport.  Under this option you will find ExportDirectory. Here you can change the path to save your exported file.
    Hope this will help you.
    Regards,
    Sastry

  • How do I define my web application path in Tomcat6

    Hi friends,
    Can anybody tell me how to define and where to define my web-application path in tomcat 6 server?
    I absolutely don't want to change any files inside tomcat6\conf\ folder (like its server.xml or context.xml)
    My problem comes in the following scenario:
    i) My Webapplication path is c:\tomcat6\webapps\test-servletii) I have one html form file registration.html in c:\tomcat6\webapps\test-servlet\registration.htmliii) I have a form processing servlet in path c:\tomcat6\webapps\test-servlet\WEB-INF\classes\pkg_register\Process_Registration.classiv) web.xml file inside WEB-INF\ has contents
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <web-app xmlns="http://java.sun.com/xml/ns/javaee"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
       version="2.5">    
    <servlet>
         <servlet-name>Process_Registration</servlet-name>
         <servlet-class>pkg_register.Process_Registration</servlet-class>     
    </servlet>
    <servlet-mapping>
         <servlet-name>Process_Registration</servlet-name>
         <url-pattern>/Process_Registration</url-pattern>
    </servlet-mapping>
    </web-app>PROBLEM : In html <form action="/test-servlet/Process_Registration"> works fine.
    But every time I don't want to give my web application folder name in URLs( not in web.xml or in form action, it should be default relative path).
    I want to give just, <form action="/Process_Registration"> in registration.html file's form action.
    Any help is appreciated.
    Thanks.
    ---Sujoy

    Thanks...
    It solved the problem by putting <form action="Process_Registration"> instead of <form action="/Process_Registration">When I was using <form action="/Process_Registration"> it was directly taking me to
    http://localhost:8888/Process_Registration .
    But, now when i use <form action="Process_Registration"> it takes me to
    http://localhost:8888/test-servlet/Process_Registration which IS CORRECT.
    But, still i don't know why the <form action="/Process_Registration"> was taking me out of my current webapplication path. It should have given me ERROR.
    --Sujoy                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to define specific color for specific data in WebI?

    Hi everybody,
    I wonder how I could connect data shown in e.g. a vertical stacked bar chart to a specific color. The assignment of color in a chart is done by Webi automatically after pulling a a variable to a chart. Later on it is possible to change to color via the color palette. But how can I define a specific color for specific values of an attribute? (E.g. calue is Chicago -> color is blue; value is NY -> color is red.. etc ) Is it possible?
    Does anybody know the trick?
    Thanks in advance!

    Please refer the below links along similar lines .
    [http://www.dagira.com/2007/07/22/alerters-on-charts/]
    [http://www.dagira.com/2007/07/31/alerters-on-charts-part-ii/]
    Regards,
    Bilahari M

  • Upgrading to Lightroom 5.6 get message "Windows cannot access specific device path or file. You may not have the appropriate permissions to access the item" I'm running Windows 7. How do I make it work?

    Upgrading to Lightroom 5.6 get message "Windows cannot access specific device path or file. You may not have the appropriate permissions to access the item" I'm running Windows 7. How do I make it work?

    right click the installation file and click 'run as administrator'.

  • How to define the default thumbnail, appearing after exporting a video in Premiere Pro?

    Hi community,
    When I export a video in Premiere Pro, the default thumbnail (appearing in windows file explorer for example) is never the best.
    At my job, I need to create a lot of video that I publish through a CMS. Every time, i need to reset the preview thumbnail of the video because the default one is not accurate.
    How to define which frame of my video will be used as a preview thumbnail after the video is exported?

    This is not something you can control with PP.

  • How to Define Specific CPU Frequency in Laptop Mode Tools?

    I would like to know how to set a specific maximum and minimum frequency for Laptop Mode Tools. Here is my /etc/laptop-mode/conf.d/cpufreq.conf:
    # Configuration file for Laptop Mode Tools module cpufreq.
    # For more information, consult the laptop-mode.conf(8) manual page.
    # CPU frequency scaling and throttling
    #__COMMENT Laptop mode tools can automatically adjust your kernel CPU frequency
    #__COMMENT settings. This includes upper and lower limits and scaling governors.
    #__COMMENT There is also support for CPU throttling, on systems that don't support
    #__COMMENT frequency scaling.
    #__COMMENT
    #__COMMENT This feature only works on 2.6 kernels.
    #__COMMENT
    #__COMMENT
    #__COMMENT IMPORTANT: In versions 1.36 and earlier, these settings were included in the
    #__COMMENT main laptop-mode.conf configuration file. If they are still present, they
    #__COMMENT overrule the settings in this file. To fix this, simply delete the settings
    #__COMMENT from the main config file.
    # Enable debug mode for this module
    # Set to 1 if you want to debug this module
    DEBUG=0
    # Should laptop mode tools control the CPU frequency settings?
    # Set to 0 to disable
    CONTROL_CPU_FREQUENCY="auto"
    # Legal values are "slowest" for the slowest speed that your
    # CPU is able to operate at, "fastest" for the fastest speed,
    # "medium" for some value in the middle, or any value listed in
    # /sys/devices/system/cpu/cpu*/cpufreq/scaling_available_frequencies.
    # The "governor" can be any governor installed on your system, this usually
    # includes "ondemand", "conservative", and "performance". The
    # "IGNORE_NICE_LOAD" setting specifies that background programs that have
    # a low priority ("nice level") should not cause the CPU frequency to
    # be increased. (You generally want this to be enabled in battery mode.)
    BATT_CPU_MAXFREQ=fastest
    BATT_CPU_MINFREQ=slowest
    BATT_CPU_GOVERNOR=ondemand
    BATT_CPU_IGNORE_NICE_LOAD=1
    LM_AC_CPU_MAXFREQ=fastest
    LM_AC_CPU_MINFREQ=slowest
    LM_AC_CPU_GOVERNOR=ondemand
    LM_AC_CPU_IGNORE_NICE_LOAD=1
    NOLM_AC_CPU_MAXFREQ=fastest
    NOLM_AC_CPU_MINFREQ=slowest
    NOLM_AC_CPU_GOVERNOR=ondemand
    NOLM_AC_CPU_IGNORE_NICE_LOAD=0
    # Should laptop mode tools control the CPU throttling? This is only useful
    # on processors that don't have frequency scaling.
    # (Only works when you have /proc/acpi/processor/CPU*/throttling.)
    # This is only useful on older P4 processors that do not support frequency
    # scaling. On such processors, this is the only way to reduce power consumption
    # but at the cost of higher performance penalty.
    # Enable this only if you have a processor that does not support frequency scaling
    # On most new processors, you might want to disable it.
    # Set to 0 to disable.
    CONTROL_CPU_THROTTLING=0
    # Legal values are "maximum" for the maximum (slowest) throttling level,
    # "minimum" for minimum (fastest) throttling level, "medium" for a value
    # somewhere in the middle (this is usually 50% for P4s), or any value listed
    # in /proc/acpi/processor/CPU*/throttling. Be careful when using "maximum":
    # this may be _very_ slow (in fact, with P4s it slows down the processor
    # by a factor 8).
    BATT_CPU_THROTTLING=medium
    LM_AC_CPU_THROTTLING=medium
    NOLM_AC_CPU_THROTTLING=minimum
    I have a new Intel Haswell CPU, so I know that CPU throttling isn't applicable to me. In the section about scaling, how do I set a specific GHz or MHz value for the minimum and maximum CPU?
    Thanks

    No, I just want to save battery power. I don't want the CPU to be clocked as high when I'm on battery. I would set the CPUFreq governor to ondemand, but when I issue sudo cpupower frequency-set -g ondemand, I get:
    Setting cpu: 0
    Error setting new values. Common errors:
    - Do you have proper administration rights? (super-user?)
    - Is the governor you requested available and modprobed?
    - Trying to set an invalid policy?
    - Trying to set a specific frequency, but userspace governor is not available,
    for example because of hardware which cannot be set to a specific frequency
    or because the userspace governor isn't loaded?
    The output of ls /lib/modules/$(uname -r)/kernel/drivers/cpufreq/ is:
    acpi-cpufreq.ko.gz cpufreq_stats.ko.gz powernow-k8.ko.gz
    amd_freq_sensitivity.ko.gz cpufreq_userspace.ko.gz speedstep-lib.ko.gz
    cpufreq_conservative.ko.gz p4-clockmod.ko.gz
    cpufreq_powersave.ko.gz pcc-cpufreq.ko.gz
    Doing modprobe cpufreq_ondemand and trying again does nothing.
    So, since I can't use the ondemand governor and then raise the threshold, I need to limit the CPU frequency.
    Thanks.

  • How to both resize AND export to PNG at specific resolution?

    I am trying to export a PAIR of vector files as PNG-24's, one at 72 ppi and the second at 150 ppi, Illustrator CC.
    I also want both exported files to have a different SIZE that their existing (and of course, completely arbitrary) vector dimensions.
    If I use Save for Web in Illustrator CC, I can indeed change the size, BUT I can't specify a resolution!
    On the other hand if I try to do a File > Export, I can easily specify the resolution as 150 ppi, BUT I can't change the size!
    If I go 'way back to my Illustrator CS4 version, there was a toolbar display of the selected object's  (or group's) physical dimensions - see the attached image - but I can't seem to find it in the CC version of Illustrator.
    As Retina resolution images have been around for several years, it would be helpful to be able to have complete control over how vector images created in Illustrator could be output at 150 ppi AND with the ability to specify the physical size. And, being able to write an action to export the pair of different resolution images would be even better.
    Am I missing the obvious here? For the time being, I am back to my old machine with Illustrator CS4 just to export Retina-friendly images...

    This is not the issue - pixels are pixels, you're right. It is a question, rather, of how awkward it is to export the different sized files from Illustrator.
    Here's the problem. Supposed I have a vector file that has nominal dimensions of 385px  x 91px on the artboard - can't even SEE that info anymore, as I noted. (I'm sure there's a toggle somewhere for that, but I can't seem to find it...)
    I want to export this as a PNG at a smaller size, say at 62% = 239px × 57px. OK, just click and it's done, Save for Web, 62%.
    Now, I need to export it at twice that physical size for the Retina version. If I didn't write down my first PNG's EXPORTED dimensions, (and I work on a LOT of these files...), when I go back to Save for Web, I have to manually remember to double the first file's EXPORTED dimensions, i.e., 239px × 57px = 124% to get my larger file of 478px × 114px.
    On the other hand, if I go to File > Export, Illustrator lets me create larger files, but won't let me change the dimensions of the original file to begin with. It just makes no sense to me. If I could reset the vector's nominal size FIRST, it would be much simpler. One Save for Web, then one Export at Medium Res.

  • Sugg on how to define load time -specific time instance across GEO location

    Hi Good Morning,
    How to define the loading instance of time with respect to different Geographic Loacations. If we consider daily load how would time difference play a role here, bcos all business in different regions will not close if we consider to load based on one regions time. so can any body help me out how to define that time of loading and basing all Geographic regions into consideration or what is the best way to take it up.
    Thanksin Advance
    - Venkat

    Hi Venkat,
    What are the Geo's that you are considering?
    Things to keep in mind while deciding the load times & the no. of times your Process Chains have to run:
    1. Find out which are the most important/ critical process chains which the Business requires.
    2. Find out their respective load times (how long does it take to finish executing completely)
    3. APAC Region is always the first to start working. So, better would be that you schedule your chains by say 20GMT or a little earlier for this region.
    4. EMEA region is the next. For this you can have your chains scheduled for 3 or 4 GMT.
    5. US region - schedule the chains for 10 GMT or so.
    6. Have different variants scheduled at different times & include your process chains in hose variants.
    These are just general views. It will vary from case to case.
    Hope this helps.
    Regards
    Vishal

  • How to define BPC architecture?

    Hi All,
    Iu2019m a BI and BPS consultant and Iu2019m doing a prototype for evaluating BPC for Sales Planning and I need some help.
    Process flow as:
    a.     Extract sales from COPA (amount and quantities);
    b.     Copy Actual to Budget version;
    c.     Create new customers;
    d.     Delete old customers;
    e.     Calculate the seasonality of sales & and adjust budget;
    f.     Load & adjust prices
    g.     Load & adjust sales costs
    h.     Calculate Net Revenue
    i.     Calculate costs
    My file format is as given below:
    Account|Category|Time|RptCurrency|Entity|Customer|Product|Amount|Quantity
    Questions:
    1- There is a specific KF to load quantity or I should use another account? If so how do I load the unit measures?
    2- I tried to load my file in u201CEuru201D but I received an error. The upload only finished OK when I changed the currency to u201CLCu201D. There is any trick?
    3- In customer dimension, I add the sales org. attribute but it didnu2019t work out because a customer can have more than one sales org. There is any way to define a compound key for a dimension?
    4- Where can I find relevant documentation about BPC?
    Thanks for reading my post.
    Regards, Fred

    Hi Shyam!
    Thanks for your answer.
    1. I followed your suggestion and load the data twice (one for amount and another for quantity) but I still have de unit measure problem (KG, TON, etc.). Any suggestion about how to handle this situation?
    2. Yes is easy for me to convert LC in any other currency after the data load. But the problem is that I must load data in multiple currencies (EUR, USD)u2026
    3. No it didnu2019t work out. Let me give you an example:
    Customer       Sales Org            Distribution Channel
    100001      AX01          1
    100001      AX02          2
    When I tried to process dimension I received the following message u201CMember ID must be   uniqueu201D. Any other idea about how to define the compound key Customer and Sales Org?
    Regards,
    Frederico

Maybe you are looking for

  • Logical System Name of an Idoc Sender

    Hi, I have seen that For Idoc senders the the Logical System name associated with the sending Client has to be SAP+System Id(For example SAPE05 where System Id = E05). Is it mandatory? If so how can I have multiple clients in a sender Idoc systems se

  • For output display report is final_internal table or structure in wd ABAP?

    Hi all, for output display report is final_internal table or structure in wd ABAP? in wd java output display report -.> CALLING rfc and that RFC OUTPUT table finally in internal table is assigned to STRUCTURE .Same procdure? Thanks, RAMA

  • Strange behavior in Webi : No data returned

    Hi, I am experiencing a strange behavior. I have created a condition object in universe. Start Date : DATE_DIM_TBL.DAY >= UPPER(to_char(to_date(@prompt('Enter start date','D',,mono,free),'dd/mm/yyyy HH24:MI:SS'),'dd-mon-yy')) End Date : DATE_DIM_TBL.

  • Compatiblity problems: Single-sided vs. Double-sided DIMM

    Hello everyone, I just registered. Short version: I'm considering purchase of one of the following motherboards: G41M-P26, G41M-P21. (the forum doesn't allow me to post links, even to MSI site ) My question: will either of them work with my two piece

  • Can't figure how to install Firefox 5 on Linux Mint.

    Want to install Firefox 5. Have automatic updates with Linux Mint but never get an opportunity to update to newer editions of Firefox. Currently have 3.6.18. Have tried to install directly but not being experienced with this process I can't find usef