Pasta.cfg file options

Hi,
I'm not sure if I'm in the correct forum for this question so please provide guidance if I should post tis elsewhere.
I currently have an Oracle report that I'm generating as a text from Oracle Apps 11.5.10.2. The report print driver is setup as pasta universal and has a width of 240 characters. When I run the report and it prints it's truncating the last four columns of the report. I believe this is because the report is printing in landscape in Portrait paper size. But when I download the text file to my desktop then print it I can set the print options to Landscape and paper size Legal. When I do this the report prints all columns. My problem is that the users have this report output directly to the printer and I need to find a way to have it print in Legal paper or find another way to have all columns print.
I was wondering if anyone knew of a way to set the paper size to Legal in the pasta.cfg file or is there something else I should be doing differently? I created a new .cfg file and tried setting the Territory Specific settings width to 14 - the legal paper size. I then remapped the print driver to the new pasta.cfg file and rebooted the concurrent manager but this didn't work and the file is still printing in lanscape/protrait style.
Peppy

I found the answer. refer to the OWA_SYLK package: http://garethroberts.blogspot.com/2007/10/excel-file-output-from-oracle.html

Similar Messages

  • Is there a way to edit the saved StartCfg.cfg file on a Linksys SRW switch?

    I have a SRW248G4 switch that I want to edit the StartCfg.cfg file to use as a template for several new switches.  The content of the startcfg.cfg file looks to be binary or mostly binary.  Is there a way to get the switch to save and load the file in text format similar to the Cisco switches?
    An alternate option is to create a templete config on one of the new switches with all the standard settings, save it, upload that template config to the other new switches and change the things that are different/unique from the web interface.  This is possible but will take a lot longer.
    Thanks,
    Kerry Melcher, CCNP

    You cannot edit the library file itself, but you could perhaps edit the XLM file and then import that, basically following the procedure you use when the library file has been damaged:
    http://support.apple.com/kb/HT1451
    You'll need to be very careful about editing the XML, though, as it's really easy to completely mess up your library if you edit the wrong thing. Make absolutely sure you have backup copies of the original iTunes library file and XML file, so you can put them back just in case something does go wrong.
    Hope this helps.

  • Overwriting vm.cfg file

    Hallo,
    I'm using direct disk access for a couple of VM, because it seems that the performance is quite better. I test it with Oracle 11g and I had about 15-20% better performance with DBMS_RESOURCE_MANAGER.CALIBRATE_IO. So I edit the vm.cfg file with the stanza phy:/dev.... . This works quite well, but from time to time the vm.cfg file seems to be overwritten (maybe ovs-agent). After that the stanza for the direct access is deleted, and it is aligned with the entries in OV Manager.
    Is there a way to prevent this.
    Reg.
    Rene

    ReneV wrote:
    Is there a way to prevent this.What version of Oracle VM are you running? This shouldn't happen any more with Oracle VM 2.1.5 and in 2.2, we've added the ability to add physical multipath devices as Shared Virtual Disks. This same mechanism can be used to add physical devices to a single guest (just ignore the "shared" part). This requires the devices to be exposed as /dev/mapper or /dev/mpath devices. You'll be able to import the disks in Oracle VM Manager under the "Resources" -> "Shared Virtual Disks" -> "Import" option. Once you import a multipath device, you can visit a particular guest's storage tab to enable it.

  • My own cfg file in forms9i

    Hi
    How do I create a cfg file of my own. ie I need to use MyApp.cfg inplace of the default formsweb.cfg. I am using Forms 9i.
    I need to retain the formsweb.cfg. I saw how to achive this in 6i. But is it possible in 9i?
    Please help
    Regards
    Sajan

    Sajan,
    see the web.xml file of the Forms entry under the application-deployments node in the j2ee <Developer Suite> or BI_Forms directory.
    <servlet>
    <servlet-name>f90servlet</servlet-name>
    <servlet-class>oracle.forms.servlet.FormsServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    <!-- During product installation the configFileName parameter is
    specified in the orion-web.xml file as a context parameter
    override (in iDS), or as a Java system property (in iAS).
    It is set to <oracle_home>/forms90/server/formsweb.cfg.
    You can override that value here by editing and uncommenting the
    following servlet parameter setting: -->
    <!--
    <init-param>
    <param-name>configFileName</param-name>
    <param-value>D:\DevSuiteHome/forms90/server/formsweb.cfg</param-value>
    </init-param>
    -->
    <init-param>
    <!-- Turn on or off sensitive options on the f90servlet/admin page.
    For security reasons this should be set to false for
    production sites.
    -->
    <param-name>testMode</param-name>
    <param-value>false</param-value>
    </init-param>
    </servlet>
    You can either change the setting here or duplicate the servlet entry, rename the servlet name and create a second instance of it that points to another formsweb.cfg file. In the case of Oracle Application Server, make sure that you configure mod_oc4j for the new servlet name (in case you created a new instance)
    Frank

  • Xdodelivery.cfg file - email supplier remittance advice R12

    I have created xdodelivery.cfg file in $XDO_TOP/resource directory.
    1. What is host name? like my apps server host name or email server host name?
    2. What is server name again? (isn't it same as host name? which server?)
    3. what is IEX: SMTP Host profile option? (is it same as host name in .cfg)
    Are all these values same or each has different meaning?
    <?xml version="1.0" encoding="UTF-8" ?>
    <config xmlns="http://xmlns.oracle.com/oxp/delivery/config">
    <servers>
    <server name="mysmtp1" type="smtp_email" default="true">
    <host>myhost.mydomain</host>
    <port>25</port>
    </server>
    </servers>
    <properties>
    <property name="ds-temp-dir">/tmp</property>
    <property name="ds-buffering">true</property>
    <property name="SMTP_CONTENT_TYPE:String">"application/pdf"</property>
    </properties>
    </config>
    1. Set the IBY: XML Publisher Delivery Manager Configuration File system profile with the directory where the xdodelivery.cfg file is located.
    2. Verify both of the following profiles are set and are correct:
    IEX: SMTP From
    IEX: SMTP Host
    3. Additionally, go to application developer application -> messages query up IBY_FD_SRA_EMAIL_FROM change the email from to your desired text
    Thanks,
    Munna

    Hi Vinay,
    You'll have some reassurance in at least that I had the same problem with a R12 upgrade with Separate Remittance Advice. Unfortunately, I was not able to remain on the client site long enough to solve this, although I do have the following to offer, even if its not a solution:
    1) The xdodelivery.cfg file for one of our clients where this does work is as follows:
    <?xml version="1.0" encoding="UTF-8" ?>
    <config xmlns="http://xmlns.oracle.com/oxp/delivery/config">
    <servers>
    <server name="mysmtp1" type="smtp_email" default="true">
    <host>r12p660.<company_name>.co.uk</host>
    <port>25</port>
    </server>
    </servers>
    <properties>
    <property name="ds-temp-dir">/usr/tmp/PROD</property>
    <property name="ds-buffering">true</property>
    <property name="SMTP_CONTENT_TYPE:String">"application/pdf"</property>
    </properties>
    </config>
    2) I note in the error the the SMTP sever is null. In my example setup the local host (e.g KWDMXV41). The XML file may be in $INST_TOP/appl/admin and will be called <ORACLE_SID>_KWDMXV41.xml
    3) You have the following error in the stack: "oracle.apps.xdo.delivery.MissingRequiredPropertyException: Required property missing. Property name :HOST". This may imply that either the host is not defined in some profile option or the host is not being recognised by the program. Is this a multi-tier system, is there an entry in the /etc/hosts file?
    I hope that may be so some help.
    Thanks,
    Mark

  • Bridge copy/paste renames files?

    I've noticed that if I copy and paste a file in Bridge CS5 - the resulting new file has its name converted to all lowercase. As we use specific job numbers to name our files, this is most inconvenient behavior. What is going on? Am I doing something wrong?

    Tai Lao wrote:
    Richard Wagner wrote:
    Tai Lao wrote:
    Any destination is immediately available through the tabbed FOLDERS panel, without ever leaving the Contents panel either.  Option dragging—a single file or a multitude of Command-selected of files—becomes a cinch, without wasting time and resources going to and from RAM.
    Tai Lao,
    I'm not convinced that this "goes through RAM" or in particular, though the clipboard…
    Thank you, Richard Wagner.  That's an interesting theory for the Bridge engineers to deny or confirm, indeed.  It's still a workflow I would never want to adopt.
    You really don't need the engineers. If you select the root of one filename in Bridge and copy (command-C), then switch to the Finder and Show Clipboard, you will see the copied text of the filename. On the other hand, if you select one or more files (not just the filename) and do the same, you will see that the clipboard is not overwritten. You cannot, for example, "copy and paste" a file to the desktop or to another application. Internally, Bridge understands the context of what the user is trying to do and invokes the appropriate code. File copies and especially moves would be extremely inefficient if Bridge had to open each file and load it into RAM, then write the file to the destination. It would also have to track and do the same for XMP files, etc. Without question Bridge is "smart enough" to use file-based system calls for file-based operations. I selected 100 files and did "copy/paste" and the time takes was identical to "duplicate files" and it's essentially identical to the same operation in the finder.
    Although this is not a workflow that I use, I don't see anything inherently "wrong" with it.  Just another way to accomplish the same thing. 

  • How To cut and paste a file physically ................

    AOA
    i have to cut and paste a file physically.
    what option may i use for it?
    regards

    nice pick...........
    I mean that i dont have to cut and paste just data in
    that files, but i have to cut and paste whole file
    from one location to other.
    Yup, if you need to do that physically you walk over to the filing cabinet, get the file out, cut it to pieces, take the pieces to the new location, glue them back together, and put the recreated file in the new filing cabinet.

  • Essbase BAK, SEC, CFG files

    Gurus,
    If I want to export-import (copy) Essbase .bak, .sec, and cfg files from one environment how do we copy them. Can I just copy and paste it to the target environment? Also what folder do i need to copy it to?
    Thanks

    You're quite correct in noting that the artifacts out of LCM are different looking than what you might get out of a nightly backup process, although I think a lot of it is mostly the same.
    LCM takes care of moving everything across environments although I don't think Essbase.sec is moved across. In fact, if you look at the LCM documentation, you'll note that Essbase.sec is NOT migrated. However the filters that live in Essbase.sec are migrated at a database level.
    Take a look here:
    http://docs.oracle.com/cd/E17236_01/epm.1112/epm_lifecycle_management/apds04.html
    What are you trying to do? Backup? Migrate? Both? Do you really and truly need to use backup files to do migrations? Why not use LCM to do the migration? That's why Oracle created it. And that's why the documentation team went into some trouble to write scenario-based documentation (that was not an accident, btw) to help you migrate. You should take a good look at those docs -- I know I was really pleased when I ran across the Planning migration docs -- I had figured it out (mostly) but it was nice to know that the steps I had trialed-and-errored my way into were for the most part correct.
    Regards,
    Cameron Lackpour

  • Cache size  in cfg file& design aggregations

    Hi all
    Iam working in ASO for 11vny we are in production getting so many bugs
    plz can any on e tell me that
    wen they generate the reports its taking long time for many crossings, and for some reports its giving eror in OBI through essbase
    as per the doc refering
    sets a calculator cache of up to 1,000,000 bytes for the duration of the calculation script
    sets a calculator cache of up to 200,000 bytes for the duration of the calculation script
    sets a calculator cache of 200,000 bytes to be used even when you do not calculate at least one, full sparse dimension.
    but i put in essbase cfg file
    CALCCACHE TRUE
    CALCCACHEDEFAULT 75000000
    CALCCACHEHIGH 199000000
    DYNCALCMAXSIZE 30M
    CALCLOCKBLOCK
    ,DYNCALCCACHE
    Plz let me nw wat are the max size can i put for above statements to fast retrivel fast treports
    and in
    application properties
    cache pending size i put 512 mb is it any problem for retriving
    any suggestions greatly appriciated
    Edited by: user8815661 on 7 avr. 2010 01:51

    I am doing design aggregation but not using by default option iam usingsecond option design, meterialise and save aggregation
    so how can i do this using maxl
    iam using a maxl
    execute aggregate process on database
    but wen we use second option we have to save and we have to mention the size , i think this maxl will not work second option,
    plz any one help on this
    Edited by: user8815661 on 7 avr. 2010 02:00

  • Essbase.cfg file

    I am a novice and would like to know how to set the parameters in Cfg file.When I have opened the file I am seeing only one entry there in that filei.e about JVMModulelocation. I wonder why all those default settings are not shown there? Can someone guide me on this?Jaya

    JVMModulelocation .This Itself sets all default options.if you want means you can add some commands to change default settings and you can see it through app manager.Let me know if you have any Questions ?ThanksSreenivas

  • Cfg files

    This question was posted in the past but I could not find any response.
    The directory: C:\Documents and Settings\All Users\Application Data\Hewlett-Packard\HP Print Settings
    contains 14,000 cfg files all beginning with HP then followed by a series of letters and numbers.
    Is it safe to delete these files? Why are they being created? Can they be removed?

    Is there any moderator out there in HP land that can find the answer to this question. My company is an HP Var and I have been finding more servers with this same problem. It is not only the number of files or size (total), it is the performance hit when windows and backup software accesses them all.
    thank you

  • All Files option missing

    Does anyone know if the option to show "All Files" in the Import dialog box will be returning? Or, is the "All Files" option now only available in the Media Browser?

    I am a teacher in a high school and recently had a textbook published on Premiere Pro CS5. The option was available in previous versions and apparently in some of the BETA. That is the way I wrote some instructions in the text and now it is not available.
    I would like the students to be able to open a txt file and copy and paste some text into a Title. When teaching students it is much easier to keep them inside one application rather than switching between applications when they are first learning a program.
    Also, it is still available via the Media Browser. Why would you be able to do it one way and not the other when both options were available before?
    Would my reason change the answer to my question? If you don't have anything useful to answer to a thread why are you commenting?

  • Stop emails going out to external mail domains in xdodelivery.cfg file

    Hi All,
    DB:11.1.0.7.0
    Oracle Apps:12.1.1
    O/S: Redhat Linux 64 bits
    Is there a way to stop emails going out to external mail domains in xdodelivery.cfg file located at $XDO_TOP/resource
    Currently we are converting all suppliers with their real email ids. Is there a way to stop emails going out to external mail domains? This issue will arise as soon as someone run the payments and then vendor will automatically start receiving the emails from our test environment.
    I think XDO Bursting (Delivery) is using a separate mailer (not the standard Java mailer configuration).
    xdodelivery.cfg file contents:
    But for XDO bursting, we have setup separate outbound (SMTP) mailer as per requested, which is currently not have “TEST Address” set and not sure there is option to set here.
    /erptest/test/apps/apps_st/appl/xdo/12.0.0/resource/xdodelivery.cfg
    <?xml version="1.0" encoding="UTF-8" ?>
    <config xmlns="http://xmlns.oracle.com/oxp/delivery/config">
    <servers>
    <server name="xyz.bo.abc.com" type="smtp_email" default="true">
    <host>xyz.bo.abc.com</host>
    <port>25</port>
    </server>
    </servers>
    <properties>
    <property name="ds-temp-dir">/tmp</property>
    <property name="ds-buffering">true</property>
    <property name="SMTP_CONTENT_TYPE:String">"application/pdf"</property>
    </properties>
    </config>
    Thanks for your time!
    Regards,

    Hi;
    Did you check your previous thread, which many user post many notes to stop emails?It doesnt helps?
    stop emails going out to external mail domains
    Regard
    Helios

  • Proxy.CFG file

    The the revision 30 PROXY.CFG file from Craig Johnson, there appears to
    be a duplicate entery for the "enableCacheInVersionDowngrade" switch.
    Is this correct, or should one be deleted?
    ;New parameter from BM3.9SP1. Set this option to allow caching in
    proxy ;when browser is set to http 1.1 and web server responds with
    http 1.1
    enableCacheInVersionDowngrade=1
    ;New parameter (from BM38SP5_IR1.ZIP) to allow
    enableCacheInVersionDowngrade=1

    In article <Gh1Km.1589$[email protected]>, Chris Premo
    wrote:
    > The the revision 30 PROXY.CFG file from Craig Johnson, there appears to
    > be a duplicate entery for the "enableCacheInVersionDowngrade" switch.
    > Is this correct, or should one be deleted?
    >
    Typo I missed. You can delete one of them, but it won't hurt to have it
    in there twice. I'll try to correct it for rev 31!
    Craig Johnson
    Novell Support Connection SysOp
    *** For a current patch list, tips, handy files and books on
    BorderManager, go to http://www.craigjconsulting.com ***

  • Copy and Paste multi files

    I know how to copy and paste a file but I want to select all files and copy it to a folder I don't want to select one at time help

    Your best friend to do all this is to use file manager.. Open up file manager app, Just go into the device or SD card, select the folder or files, then it will give you the option to copy, move , zip share , rename etc..

Maybe you are looking for

  • Doubt in Table maintenance  Generator

    Hi all I have created one table.  That table contains following fields MANDT     MANDT ALERTID     CHAR6 COUNTRY     LAND1_GP IDNO     INT1 ROLE     CHAR30 MODUL     CHAR2 LASTCREATEDON     DATE LASTCREATEDBY     CHAR12 LASTCHANGEDON     DATE LASTCHA

  • How to skip first screen in output

    hello, just look at standard report RM07MSAL then execute give any values a list comes then press cntrshiftf7 a new list comes. i copy this programm into z program here i want c first screen which is come after press cntrshiftf7 means i want first sc

  • Virtual server starting problem in which sap bi in installed

    hi guys any help will be appreciated when i am starting my virtual system where bi is installed i am getting following message and system is not starting. "the system could not be restarted from its previous location because the memory configuration

  • ??Corrected subtitles won't build and burn????

    I have corrected the spelling of some subtitles in an Encore project which appear correctly in the Preview but show up as the old version when I build and burn the project on DVD. Any ideas as to how to fix this? Is there a transcoded file i need to

  • What privileges user should have to install and run weblogic on linux box

    What privileges user should have to install and run weblogic on linux box ?