Setting Date value in File Name while scheduling report to File System

I am trying to set the file name as %SI_Name% Current Date.extension in Destination section while scheduling a crystal report to File system.
So in Use Specific Name section i have added %SI_NAME% %SI_STARTTIME%.%EXT%.
Schedule works fine for me and I get the document in the file location with name  'Title 2009-06-26-12-53-17.pdf".
But I dont want time to be printed in the title, so the title should be "Title 2009-06-26.pdf". How i can achieve this.
-Raghu

Is there any way to achieve this?
-Raghu
Edited by: Raghavendra Barekere on Jul 5, 2009 3:09 PM

Similar Messages

  • Error while scheduling report for SAP users

    Hi All,
    We have SAP authentication enabled in our BO environment. (BO XI 3.1 sp2 FP 2.6 on windows 2003 server).
    There are some webi reports based on BW Bex queries that we are trying to run on behalf of certain SAP end users. This we are doing using "schedule for" option.
    Now what is happening here is if the end user has logged in once in BO system ,it runs fine. But in case user has not logged in to BO (using infoview etc.) ,it throws error saying "incomplete logon data" . Also if user changes or reset his password in BW and if he doesn't login to infoview after that ,system throws another error "Name or password incorrect (repeat logon)".
    Based on these observation, we are suspecting if BO system uses stored SAP users credentials while scheduling report for them based on their last login.
    Would like to mention here that we have checked option "automatically import users".
    Please advice if this behavior is normal or we are missing some setting.
    Thanks in advance,
    Chandra

    Hi All,
    Any pointers or suggestions for this issue ??
    Is there a setting/option avialable in CMC which could resolve these errors.
    Or, user has to login once to infoview in all circumstances to avoid these errors.
    Thanks,
    Chandra

  • Converting date value one day less while transfering from client to server

    Hi,
    I have very typical problem. My application is in java, we are using oralce 9ias. The problem when the server is running in german locale and client is running in english. We the date value is passed from client to server it is converting to one day less.
    i.e.
    If i want to search with records jan 02,2005,
    on server side if we print the value it is getting as jan 01,2005.
    Can anybody help me in solving the above problem.
    Its bit very urgent.
    Thanks in advance
    regards
    Kalyan

    // to get  current time in Germany
        Calendar cal = new GregorianCalendar(TimeZone.getTimeZone("Germany"));
        int hour12 = cal.get(Calendar.HOUR);
        int minutes = cal.get(Calendar.MINUTE);    
        int seconds = cal.get(Calendar.SECOND); 
        boolean am = cal.get(Calendar.AM_PM) == Calendar.AM;
        //I think all you need to do is to set the timezone to the current, so that when the
    //server at some other timezone gets this date it knows that this date belongs to
    //different timezone and gets converted automatically according to the server
    //timezone settings.
        // Set the current local timezone
        cal.setTimeZone(TimeZone.getDefault());
        int hour24 = cal.get(Calendar.HOUR);
      Hope this answers your question. Good luck.
    -Sreekanth varidhireddy

  • Set default value for full name based on usename

    I have an LOV which as the full name of the user, for example 'John Smith'.
    I would like to set the value of this LOV to the full name of the user, based on a match with username. So when JSMITH is logged in, I would like the default value of the LOV to be 'John Smith'.
    I have an page process anonymous block which gets the right short username:
    DECLARE
    p7_assigned_to varchar2(20);
    BEGIN
    select person_name into p7_assigned_to
    from ht_people
    where v('APP_USER')=flow_user;
    END;
    How do I then set the default value of the LOV based on the return value of this block?

    Where do you use the LOV? Is it being used in a Select list? If so, you will have a place to enter the default value. Edit the Select list, and you will see a place where you can enter Default value.
    Ravi

  • Set atribute value from session bea while creating new record using ADF BC

    hi,
    i want to set the value of new record attribute from session bean while
    using ADF BC using creation form. how can i set the value of a perticular arribute of a record to the value stored in session bean.

    Chapter 9 in the ADF Developer's Guide for Forms/4GL Developers (available on the ADF Learning Center at http://www.oracle.com/technology/products/adf/learnadf.html ) describes how to accomplish this along with other typical kinds of programmatic business logic.

  • Setting date in .bat file

    I am writing a .bat file to run my java application. I would like all output to be written to a log file, MyLog<DATE>.txt where <DATE> is the current date.
    BAT FILE CONTENTS
    set CURRDATE=$d // $d is this OK?
    start /b java MyFile >MyLog%CURRDATE%.txt
    I apologize that this is not a true java question, but it is one that is annoying me.

    in dos you can't set a variable from a commant. you can use an extenstion from a 3rd party. maybe you can found the command xset from the http://www.heise.de/ct in the download area.

  • Change value of field name while debugging

    Hello,
    i need to debug the user exit . i made the break points .
    the problem that i got is , while executing the t-code kgi2 , i get like 100 records in a table and i have to check for the particular value at number 50 and 70 .
    But when i debug , the debugging starts from number 1 and it takes lot of time to reach to number 50 .
    I wanted to chnage the value of the field while debugging . i tried to click on the pencil on the right and chnage the value but i get the message "no authorization for replace".
    Anybody knows how i can reach to number 50 directly without going to all 49 values .
    please help sap gurus .........
    Sumit
    Edited by: sumit123 on Apr 15, 2010 11:48 AM

    Hi summit,
    In the dubugging
    click on watch point button.. you will gte a poupup
    asking for fieldname  ie : which field value u want to check
    say in your internal table matnr is one of the field and if you have 1000 records and if you want to check for a particular value
    then  given as below
    in the field name =  wa_itab-matnr
               option     =  =  ( euqal )
               value  = 200 ( your rquired value )
    click on ok button
    wtach point will be create now press f8 it will stoed at that particular loop pass ie : when your condition is met.
    Let me know if you need any further info
    Regards
    Satish Boguda

  • Can we enable Database Name box while scheduling report

    Hi, I am boxi administrator and I am working on a unique client requirement. I don't know if it needs to be in administration forum or crystal reports.   we are using crystal reports  and  We are on boxi R2 SP3 on IIS.
    We have 8 DB servers for load balancing ( look www.intersystems.com for details of how). We want to publish report in BOXI and user will then schedule report. We don't want multiple copies as it will be difficult to maintain at several places. So please rule out the possibility of  8 copies of same Crystal report connected to each 8 DB servers.
    When user schedules report then we want to load balance the DB servers i.e. we have defined 8 ODBC connections on each application servers and want to use all ODBC ( DB) for each report. When we schedule reports then I see server name and Database name is disabled in Database logon properties.
    Please let me know if this  is possible. We will be using standard infoview to schedule reports.
    Thanks,

    This is not feasible. I figured out one option that is using Virtual IP with Load balancer. We can load balance ODBC using this. This is tested in another project of state govt.
    Thanks,

  • Setting Date value in stored procedure via jdbc

    I have a stored procedure where one of the parameters is a date value. I am trying to invoke this through jdbc with a CallableStatement. I am creating a java.sql.Date object and passing that to setDate() on the CallableStatement. When I execute the statement, Oracle always uses 00:00 for the time (hh:mm). Why can't Oracle interpret a java.sql.Date and get both the date and time values? Do I need to somehow call the Oracle function to_date(stringvalue, "yyyy-mm-dd hh:mm") to create an Oracle date value and if so how would I execute that from java through jdbc? My guess is that I can't. Any thoughts would be appreciated.

    ok this is the package header:
    create or replace package get_outvalue_test is
    type rec is record (time archive.time%type,
    value archive%type);
    type value_tab is table of rec index by binary_integer;
    procedure get_value(p_returnvalue IN OUT value_tab);
    end;
    package body :
    create or replace package body get_outvalue_test is
    procedure get_value(p_returnvalue IN OUT value_tab)
    is
    ii number;
    cursor valselect is
    select time,value from archive where u_id=5666
    and time=:block.date_item ; -- this is the return date from LOV
    begin
    open valselect;
    ii:=1
    loop
    fetch valselect into
    p_returnvalue(ii).time;
    p_returnvalue(ii).value;
    exite when valselect %notfound;
    ii:=ii+1;
    end loop;
    end;
    end;
    this is the error when i compile the package body :
    MIssing IN or OUT parameter at index
    i hope itis cleare and easy .

  • Setting data values on insert with a form

    I have a form I am using to insert records into a table, and I want to be able to set the value for a certain column ( in this case status) to be dependent on the a value that another column is set to. The specific case here is I have an application users table so if I get a request for a user asking for lookup privilege I want to status field to be set to approved other requests should have status set to pending.
    I have tried adding a process and doing an update to the status based on the value of the role, but it seems that the role is null when it gets to the process. I am merely referencing the column of the form. In this case :P7_ROLE.
    Any help would be appreciated.
    John

    For anyone who looked at this, I found my problem. The process I created was at the wrong sequence and was executed after the page cache was cleared.
    Newbie mistake:)

  • Append Today Date to the Attachement Name using SQL reporting services

    I have a report on SQL reporting services, I have scheduled this report to be sent automatically by mail using Subscriptions but the client needs to append today date to the report name attached, currently the attachment is taking the report name as it is.
    EX: CollectExport.txt but what I need is to have CollectExport_21-07-2010.txt .
    Please advise.
    Thanks.

    As I understand it, the purpose of the program is to route a report file that contains the name of the report with the current date appended to the end. So, have you tried to use the ReportViewer control and extrude the report as a PDF stream (which you
    can name)?
    William Vaughn
    Mentor, Consultant, Trainer, MVP
    http://betav.com
    http://betav.com/blog/billva
    http://www.hitchhikerguides.net
    “Hitchhiker’s Guide to Visual Studio and SQL Server (7th Edition)”
    Please click the Mark as Answer button if a post solves your problem!

  • Issues with setting appropriate ownership for file system

    Hi All,
    We are using ACFS File system. For some of the mount point we have set to change ownership according to requirement in rc.local file So that all permissions remain intact when the server restarts. But the permissions are not taking into account. Only after the rc.local is executed ASM disks are mounted I guess. Is there any where else can we write scripts to change ownership of mount points for ACFS so that when the disks are mounted proper Unix permissions are setup.
    Thanks & Regards,
    Vikas Krishna

    To configure raw devices if you are using Red Hat Enterprise Linux 4.0:
    To confirm that raw devices are enabled, enter the following command:
    # chkconfig --list
    Scan the output for raw devices. If you do not find raw devices, then use the following command to enable the raw device service:
    # chkconfig --level 345 rawdevices on
    After you confirm that the raw devices service is running, you should change the default ownership of raw devices. When you restart a Red Hat Enterprise Linux 4.0 system, ownership and permissions on raw devices revert by default to the root user. If you are using raw devices with this operating system for your Oracle Clusterware files, then you need to override this default.
    To ensure correct ownership of these devices when the operating system is restarted, create a new file in the /etc/udev/permissions.d directory, called oracle.permissions, and enter the raw device permissions information. Using the example device names discussed in step 5 of the previous section, the following is an example of the contents of /etc/udev/permissions.d/oracle.permissions:
    # OCR
    raw/raw[12]:root:oinstall:0640
    # Voting Disks
    raw/raw[3-5]:oracle:oinstall:0640
    # ASM
    raw/raw[67]:oracle:dba:0660
    After creating the oracle.permissions file, the permissions on the raw devices are set automatically the next time the system is restarted. To set permissions to take effect immediately, without restarting the system, use the chown and chmod commands:
    chown root:oinstall /dev/raw/raw[12]
    chmod 640 /dev/raw/raw[12]
    chown oracle:oinstall /dev/raw/raw[3-5]
    chmod 640 /dev/raw/raw[3-5]
    chown oracle:dba /dev/raw/raw[67]
    chmod 660 /dev/raw/raw[67]
    http://download.oracle.com/docs/cd/B19306_01/rac.102/b28759/preparing.htm#CHDGEEDC
    Edited by: Babu Baskar on Apr 18, 2010 1:33 PM

  • Can we pass value through "EXPORT" in background scheduled report

    hi experts
          my query is can we pass some field using 'EXPORT' statement while scheduling a report to run in background using statement
    submit 'ZXYX' via job jo_name number jo_num and return.
    i am using 'IMPORT" statement in 'ZXYZ'

    EXPORT, as I recall, is limited to your user context.   Check shared objects (which still may not work, although you can propagate to servers) and INDX-like tables.  Research use of INDX-like tables for how data is passed into and out of these tables (import/export).

  • Data download in file system

    Hello everybody!
    is there a simple possibility to download the whole data from e.g. table MARA in background in the SAP file system with SAP standard applications?
    The requirement of our customer is that every evening should a job start which collects the whole data from various tables like MARA or VBAK etc. and write them in CSV-files which should be saved in the SAP file system.
    Of course it's possible to write a simple report which could do this but I wonder if there is any SAP standard application which could do this???
    Thanks for any helpful answers!!!
    Christian

    Hi Christian,
    If you look at the Quickview in Basis mode, there are some output options under "Export as". One of these may help.
    When you run the quickview the selection screen should give you a range of output options - I had hoped that you might be able to choose to write to a SAP file from there, although I think it may be limited to local (PC) files only, which I don't think is what you want.
    As an alternative, how about looking at the database backup utilities?
    I would think your basis people should be able to help you set up a single-table backup. Would that satisfy the requirement?
    Hope this is some help to you,
    Best Regards
    Robin

  • Set up the best file system partioning for a solaris machine

    I have a ultra 10 running solaris 8. Its a small machine but good enough to get me started. i want to use this machine as a sole web application server. I am newly installing the Solaris enviroment and want the best possible file system.
    I have 256 ram, 9 gig hard drive.
    I am currently thinking to set the swap to 768. I'm thinking I may need it. I will run java apps on this server, and as a mail server. Soon I have an extra NT box where I will install nt server and run an oracle 8i database on it. This is then my question: What is the best way to set this machine up, considering its power limitations and its all I got?
    I would greatly appreacite your assistance ASAP.
    I could use some serious advice.
    Thank you.
    I could use some serious advice.

    Welcome to the Discussions.
    I am not exactly sure what it is that you seek to do. However, I believe you could give this a try, when you call up the info window for a folder and make it available to 'everyone' then there is a small gear like icon at the bottom, click on it, and select 'Apply to enclosed items' if this is greyed out look on the right of the window and if there is a lock in locked state, then click on it to unlock, enter your admin password and you can now make the change. Hope this helps and I hope this is what you are looking to do. Try it and post back here if it solves your problem.

Maybe you are looking for

  • Nomad Zen Xtra 40 gig Problems - Looking for Redemption and OS - Do not want to convert to I-

    <SPAN><SPAN> I've been having issues with my player. It has only been about 8 months, I think, since I have had it. I have wanted a Nomad since the first gig came out, junior in high school. I just now started college, but would be a senior had I sta

  • Issue with Reports

    All, We have developed custom report (RDF) with 10 SQLs which generate XML and attached a RTF template for output. It is working fine for couple of times and then failing with the below error ... XML_REPORTS_XENVIRONMENT is : /apps/ppsd2mgr/ppscde4or

  • Events and Jeopardies problems in manual and automated task

    Hi all, I have an automated task that has an event in receive state and an internal Xquery automator. The event takes information from de order and send it to a specific queue, then the automator updates the orders to indicate that the information wa

  • Restoring iPad using iCloud

    How do I restore my apps to my iPad using iCloud?

  • Mail will not add passwords

    when i try to add passwords for my account in mail preferences they won't stay--i am always prompted to give password each time--when i go back into mail preferences the passwords are not saved, even though i have checked to save them