Schedule book publication in ASCII files

Hi all,
Is there any way to schedule the extraction of reports to ascii files, using the book publication tool, or any other?
I´m trying to extract some reports using this tool. There is no problem using the "publish now" option, and i´m able to save the .txt files in the right route, but i´ll like to program this action, to be executed automatically in a certain date, every month. Is there any possibility?
Thanks for all,
Alfonso

Hi,
There is an existing functionality inside the Book Publication wizard to schedule a publication, but in fact, you can only generate PDF or HTM files. ASCII generation seems only possible using the "Publish Now" button, and not the "Schedule" button.
By the way, what is the scenario that forces you to generate ASCII files? Would it be possible for you to maybe use the Scheduling area of the Book publication, meaning that you will only have PDF or HTM files generated?
Hope this helps.
Kind Regards,
Patrick

Similar Messages

  • Is there any substitute for book publication?

    We are currently running BPC Microsoft version and considering migrating to the Netweaver platform.  I understand the Book Publication Wizard is not available in Netweaver.  We use this feature to generate lengthy reports and losing it would make reporting a very difficult process.  Does anyone know of a workaround or substitute for Book Publication?

    Hi Barb,
    You are correct it won't generate PDF's.
    Are you considering going to BPC 7.5 NW? If so there are some workarounds that could be leveraged but they are not ideal.
    For example if you have Crystal Reports as well, you can use the integration to pull your BPC data into a formatted Crystal Report and use the PDF scheduling to generate your "books" in that way.
    Otherwise as Jeff mentioned you would have to leverage the Distributor and Collector and print to pdf via some type of task scheduler job but this  would require you have either Adobe Professional or some PDF generator like PDF XChange.
    Cheers, Scott

  • Printing Selected Tabs using Book Publication

    Hello,
    I currently have a book publication that references a workbook that contains 3 tabs (sheet 1, sheet 2, and sheet 3).
    I only want to print sheet 2 on quarter end months (which are Apr, Jul, Oct, and Jan for us), on other months I would like to exclude these from the pdf.
    I am hoping to avoid manually deleting the page after the pdf is created. I am also hoping to avoid maintaining to versions of the report and book publication.
    I have tried using VBA code to hide the tab, this works well when printing directly from excel. However, it appears that the VBA code is not run during the book publication process.
    Has anyone else run into an issue similar to this?
    Thanks,
    Luke

    Luke - One way to do this is to make a copy of the report you're using  (Save As...) and in the copy, hide all the sheets you don't want to display (hide them manually doing..Format..Sheets...Hide - not with macros )  Set up the BookPub file to reference the copy with the sheets hidden.  That's the only way I have been able to print only specific sheets.
    I'd also love to hear from anyone who has a better way to do this.
    Greg
    Edited by: Greg Anderson on Jun 29, 2010 2:10 PM

  • Resultset to ascii file

    Hi,
    Is there an easy way in oracle 9i to write the resultset of a query to an ascii file ?
    Regards,
    Ned

    Since you already have a query that outputs in the XML format that you want, you could just write a SQL script that spools the results of your query to a file, then schedule the execution of that script as a CRON job. That would probably be the easiest way to do it. Alternatively, you could write a PL/SQL procedure that uses UTL_FILE to write the results of your query to a file, then schedule that procedure using DBMS_JOB.SUBMIT. Here is an example of the first method, that will spool the results to a file name containing today's date, for example aug-06-2003.xml. It will also save your original set commands and restore them after the spooling.
    STORE SET saved_settings REPLACE
    SET ECHO OFF FEEDBACK OFF HEADING OFF PAGES 0 VERIFY OFF
    COLUMN dt NEW_VALUE today
    SELECT TO_CHAR (SYSDATE, 'mon-dd-yyyy') dt FROM DUAL;
    SPOOL &today..xml
    -- put your query here
    SPOOL OFF
    START saved_settings

  • Plain ascii files have (ctrl-v)(ctrl-m) characters on the end of every line.

    Mac book Pro running 10.8 mountain lion.
    My preferred editor is vim (it comes with 10.8).
    When I re-edit a plain ascii file, every line ends with (ctrl-v) (ctrl-m).
    They appear after saving the file to hard drive.
    It started doing this just after moving from 10.7 to 10.8.
    question 1: Is there some way to turn off this feature?
    question 2: I wonder what I did to accidently turn on this feature?

    Hi,
    >>A CHAR datatype and VARCHAR2 datatype are stored identically (eg: the word 'WORD' stored in a CHAR(4) and a varchar2(4) consume exactly the same amount of space on disk, both have leading byte counts).
    Ok, but on the other hands:
    SGMS@ORACLE10> create table x (name char(10), name2 varchar2(10));
    Table created.
    SGMS@ORACLE10> insert into  x values ('hello','hello');
    1 row created.
    SGMS@ORACLE10> commit;
    Commit complete.
    SGMS@ORACLE10> select vsize(name),vsize(name2) from x;
    VSIZE(NAME) VSIZE(NAME2)
             10            5
    SGMS@ORACLE10> select dump(name),dump(name2) from x;
    DUMP(NAME)                                         DUMP(NAME2)
    Typ=96 Len=10: 104,101,108,108,111,32,32,32,32,32  Typ=1 Len=5: 104,101,108,108,111Cheers

  • Book publication wizard

    Hi,
    I have a problem when publishing a book selecting PDF file and not ticking the PDF unique file box. As a matter of fact, I do not know where the PDF files generated by the book publication go.
    Has anybody already faced this problem?
    Thank you

    Yue,
    You have two options for the location of the PDF.
    By default, the files are stored on the application server(or file share if multiple application servers).  The path is <BPCDATA>\Webfolders\<APPSETNAME>\<APPLICATION>\APPPUBLICATIONS.
    <VAR> refers to a setting specific to your installation on the application server.
    <BPCDATA> is the root directory for BPC Data.  This value can be identified in the SQL by querying the table  AppServer.dbo.tblServerInfo.  Look for the row with Field = DataPath.
    <APPSETNAME> is the name of your AppSet.
    <APPLICATION> is the name of your Application, ie FINANCE.
    Option two is to select the check box 'Make Single PDF File'.  If selected, a secondary window provides the option to define the Filename and location.  If you select the 'Local' radio button, it will transfer the pdf to your PC and the directory you specified.  If not, the file again will be stored on the application server location specified above.
    Hope that helps,
    -Danny

  • How can I extract a dates column from an ascii file

    I am extracting data from an ascii file and the rest of the data is extracted using read from spreadsheet, but the date appears as just the day e.g. 22 for 22nd, how can I get the date, format in ascii is e.g 22/04/2006, can I do this by specifying something at format of read from spreadsheet ? Cheers
    Emily

    Hi,
    I found the other day that there are instructions included inside the Read From Spreadsheet vi on how to modify it slightly to read strings rather than doubles.
    If you drop the Read From Spreadsheet  vi onto the block diagram and double click on it, you will open the front panel for the vi. If you then select the block diagram (for Read From Spreadsheet) you will see an 'instructions' frame below the main 'code', and the 3rd paragraph tells you how to modify the VI to read the spreadsheet as a set of strings rather then doubles. Save the vi as a new filename when you've edited it or you will overwrite the existing vi!
    Using the newly modified vi you can read in your entire spreadsheet, extract the dates as strings, then do any conversion necessary to the other columns of the sheet to change them into the types of value you require (eg doubles).
    I hope this helps.
    Mark
    Applications Engineer
    National Instruments

  • Scheduled report subscription only writes file once

    Early in our SCCM 2012 roll out we want regular updates how many machines are active.
    We have configured a Report Subscription to save the report as an XLS file on a file share - Daily schedule for 08:00AM - the first file was forced at 11:23AM on 17/09/2013 and the daily updates were not generated though the schedule ran and reported the
    failure.
    The subscription writes one file to the share at first scheduled time and at next scheduled time reports "Failure writing file \\Server\share\reports\file.xls : a log on error occurred when attempting to access the file share. The user account or password
    is not valid"
    To confirm username and password I logged on to a Win7 workstation with those credentials. I then browsed to the reports directory on the share and created a new blank file. THis confirmed credentials are correct and the user has permissions to write new
    files to the share.
    By changing something about the subscription delivery (e.g. overwrite files or increment file names or changing the file name) the next schedule will write the file. I am forcing the re-try by changing the schedule time and receiving the above error.
    The original schedule was Daily and changing the time to get it to re-run today caused the failure. When I changed the schedule to Hourly (every 5 minutes) and changed the file name the report ran every 5 minutes successfully. I have reverted to the Daily
    schedule ans set it to run at 7am so we'll see next week whether this has resolved the problem
    It is clear that the message is not accurately describing the problem.
    Anthony

    Hi,
    Windows File Share Delivery Options
    There are three options for overwriting. The second option-Do not overwrite an existing file-demonstrates that
    if the report file already exists, no action will be taken.
    Overwrite   an existing file with a newer version
    If   the report file already exists, it will be overwritten with the new version.
    Do   not overwrite an existing file
    If   the report file already exists, no action will be taken.
    Increment   file names as newer versions are added
    If   the report file already exists, the new report will have a number added to   the file name to distinguish it from other versions.
    For more information, please review the link below:
    Create Subscription Wizard - Subscription Delivery Page
    http://technet.microsoft.com/en-us/library/cc678423.aspx

  • Deleting rows from a table matching values from an ascii file

    Hi All,
    I have an ASCII file with 12,000 lines. Each line represents a value (you may call this as bad data) that matches a database column value in table. I have to delete all the rows from a database table (~ 400,000 rows) where a column value matches the bad data value. Linux is the OS is where SQLPLUS client is installed and I can execure any SQL queries from this Linux server. Oracle DB server is 10g.
    Any input on how to do this will be helpfull to me. I am not a database programmer so if any details will be appreciated.
    Thanks

    Hi,
    That's going to be very slow (among other problems) if you don't have the bad data in a table. An index-organized table would probably be best.
    Assuming the data data are uinique strings, up to 30 characters long, and that you don't need any other columns, you can create a table like this:
    CREATE TABLE  bad_data
    (   bad_txt    VARCHAR (30)
    ,  CONSTRAINT  bad_data_pk  PRIMARY KEY (bad_txt)
    ) ORGANIZATION INDEX;SQL*Loader is one way of getting the data from the file (doesn't have to be on the database server; it can be on your client machine) into the table.
    Once you have a table, actually removing the rows from the big table might be as simple as:
    DELETE  big_table
    WHERE   column_a  IN
            (   SELECT  bad_txt
                FROM    bad_data
    ;

  • An exception was caught while scheduling the publication. (FBE60203)

    Hi All,
    Iam getting below error when  am using publication to send doc to personal email.
    Please advice me to find out the solution, thanks in adavance...
    Error Message:
    ERROR [PublishingService:HandlerPool-124] BusinessObjects_PublicationAdminLog_Instance_177746 - [Publication ID # 177746] - An exception was caught while scheduling the publication. (FBE60203)
    com.crystaldecisions.sdk.occa.infostore.internal.InfoStoreException: Sorry, you do not have the right to 'Edit objects' (ID: 6) for 'ScopeBatch177754' (ID: 177754). Please contact your administrator if you require this right.
    cause:com.crystaldecisions.enterprise.ocaframework.idl.OCA.oca_abuse: IDL:img.seagatesoftware.com/OCA/oca_abuse:3.2
    detail:Sorry, you do not have the right to 'Edit objects' (ID: 6) for 'ScopeBatch177754' (ID: 177754). Please contact your administrator if you require this right.

    Hi,
    This error messgae occurs when the 'Edit Objects' right is missing for the published reports.
    These are the rights required to schedule a publication :
    1. Login to CMC with Enterprise Administrative account
    2. Navigate to Users and Groups >> Top-level security >> All Users
    3. Add the required group/user facing the issue > Advanced > Add/Remove rights > General
    4. Grant View objects and Subscribe to objects
    5. Navigate to the folder where publication is there > User Security
    6. Add/Remove Rights > At General level grant following rights:
    - Schedule on behalf of other users
    - Modify the rights users have to objects
    - Edit objects
    - Copy objects to another folder
    - Schedule document to run
    - Schedule to destinations
    Regards,
    Yosra

  • Please help me in reading the ascii file in encoded format

    hi ,
    iam trying to read the ascii file and i need to encode the text file, can u suggest me what arre the different methods are availble for me to encode the text file, please suggest me which is the effiecient method tto use?

    This question has been answered before, please search the forums in future.
    You could do something like this, it probably not the most efficient though.
    If you don't need to do it in code then the native2ascii does this conversion see: http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/native2ascii.html
            public static void convert(String vsFile) throws IOException
              File f = new File(vsFile);
              FileReader fr = new FileReader(f);
              char[] buf;
              int bytesRead = 0;
              int startAt = 0;
              String content = "";
              do
                   buf = new char[512];
                   bytesRead = fr.read(buf, 0, 512);
                   startAt += bytesRead;
                   String tmp = new String(buf);
                   content += tmp;
              while (bytesRead == 512);
              FileOutputStream fout = new FileOutputStream(f);
              OutputStreamWriter out = new OutputStreamWriter(fout, "UTF-8");
              out.write(content.trim());
              out.flush();
              out.close();
         }

  • Problem with non-ASCII file name in content disposition header

    Hi All,
    I am facing some problems with the non-ASCII file name incase of content-disposition header. I read from the RFC 2183 that if the file name contains non-ASCII characters then the same should be encoded before sending to browser. I did the same but realized 2 problems:
    1. The name of the file is truncated in case the file name is slightly long for e.g. �����������j�b�g��������������������������.txt
    2. Also when the same file is opened in notepad, the title is showing encoded name %E6%9C%80%E4%B8%8A%E4%BD%8D.....
    Overall, I feel that the browser is not understanding or responding to the encoded header values.
    Is there any solution to this problem? I am using Microsoft IE 6.0.
    The code snippet is given below:
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
              String fileName = "�����������j�b�g��������������������������.txt";          
              fileName = URLEncoder.encode(fileName, "UTF-8");
              resp.setCharacterEncoding("UTF-8");
              resp.setHeader("Content-Disposition", "attachment; filename=\"" + fileName + "\"");
              resp.setContentType("application/download-binary");
              String s = "This is inside txt file";
              resp.getOutputStream().write(s.getBytes("UTF-8"));
              return;
         }Any help or pointer would be highly appreciated.
    Thanks and Regards,
    Ashish

    The MIME standards for non-ASCII filenames are not widely implemented.
    Many mailers use an ad hoc method for encoding filenames. JavaMail
    supports both methods, but you need to set properties, such as the
    mail.mime.encodefilename property. See the JavaMail javadocs for
    the javax.mail.internet package.

  • How do i create a list of frequencies +/- a peak output as ascii file?

    I have an VI set up that reads in from a Spectrum Analyzer and searches for the peaks and outputs them along with there amplitudes as an ASCII file.
    A Macro has been created in Excel that reads the ASCII file and creates a list of 5  frequencies +/- the peak frequencies above a threshold to be tested later.  The problem is that it has some frequencies
    created more than once.
    Is it possible to create this list in the VI that would filter the list and then output it to excel to be printed later?

    ChrisKalina wrote:
    I have an VI set up that reads in from a Spectrum Analyzer and searches for the peaks and outputs them along with there amplitudes as an ASCII file.
    A Macro has been created in Excel that reads the ASCII file and creates a list of 5  frequencies +/- the peak frequencies above a threshold to be tested later.  The problem is that it has some frequencies
    created more than once.
    Is it possible to create this list in the VI that would filter the list and then output it to excel to be printed later?
    Of course it is possible to do this.  What have you tried so far?
    One problem you will have, though, is that LV 5 is such an ancient version, many people on the forums will have trouble being able to open your file, and almost no one will have the means to save back that far.  So you may have a hard time getting help.

  • Can Signal Express prompt the user for the next ascii file name?

    I am using the following to collect data from Thermocouples and Strain Guages in our plant.  It allows me to plt data every second, while recording only every 3 seconds to cut down the file size.
    Big Loop- 
    Small Loop- 
          Conitional repeat...
          DAQmx Aquire...
          Statistics (mean) Temp...
          Statistics (mean) Press...
          Current Iteration...
    End Small Loop-
    Save to ASCII/LVM
    The problem is that I have to configure the save step as "overwrite once, then append" so I get a single file each time the project runs.  How can I get Signal Express to either prompt the user for a new file name with each run or have the ascii file saved into the log directory for that run.  As it stands now, the file gets overwritten with each new project run.
    Thank you.
    new user

    Hi crawlejg,
    You can set signal express to increment the file being created each time.  But if you are looking for 1 new file each time the project runs you will have to use LabVIEW as this advanced functionality is not available in Signal Express.  If you need help getting this to work in LabVIEW or have any other questions please feel free to ask!
    Sincerely,
    Jason Daming
    Applications Engineer
    National Instruments
    http://www.ni.com/support

  • Mapping and loading  single ASCII file into multiple tables in ODI

    We get an ASCII file that contains several different transactions (records) and I need to validate and map each record to different table in the target database using Oracle Data Integrator tool. Is it possible ? If so, how and how difficult it is ?
    I would appreciate a quick response.
    Thanks,
    Ram

    Hi Madha,
    Using Demo version, we are trying to load data from ASCII file. When trying to execute, we are getting the following error:
    7000 : null : com.sunopsis.jdbc.driver.file.a.icom.sunopsis.jdbc.driver.file.a.i
    at com.sunopsis.jdbc.driver.file.a.f.getColumnClassName(f,java)
    at com.sunopsis.sql.e.a(e.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execCollOrders(SnpSessTaskSql.java)
    The file has all text fields and no date fields. we made sure that there is data for all fields being loaded.
    Question is whether there is any problem in creating data in the Demo database which cameup with installation?
    I mean, do we need to create any privileges to insert/add/delete ? We are running this as user SUPVERVISOR .
    I appreciate if you can respond to this.
    thanks,
    Ram

Maybe you are looking for

  • Not able to use facebook on my blackberry 8520.

    Still no revert received regarding my earlier post. Not able to use facebook on my blackberry 8520.

  • Error when interpreting the runtime repository Message no. BSP_WD_TOOLS030

    Hi All, I have created an enhancement for ICWC component ICCMP_BP_DETAIL. While trying to diplay this using trn BSP_WD_CMPWB , I am getting the message Error when interpreting the runtime repository Message no. BSP_WD_TOOLS030. What is the reason beh

  • How to get started with airport in berlin

    hi, after reading your posts its clear i am WAY out of my depth here. please suffer me kindly. my question is a simple one. i bought a macbook a few weeks ago and here i am in berlin for the next 6 months trying to go wireless and havent a clue what

  • PDA Coldboot  whit Creme 328

    Hi all, we are trying to do a Coldboot in the device Intermec CN3 using SAP MI 25 SP 18 Client and JVM Creme 'CrEme328 ARM CE50 PPC'. The first step was using the manufacturer jar file 'Device.jar', we instance in the servlet, a object of the class:

  • Added songs not in library, show up in lib search though. ***?

    Using iTunes 11.0.1.12 on Win 7 Pro. After upgrading to iTunes 11 I started having the following issue: when I add songs to library, whether through drag-n-drop or from top menu, the songs gets copied to library folder but is not visible in library.