DESFORMAT=PDF  giving problems

The setting DESFORMAT=PDF is not working for my report. When I send a request to the report server with DESTYPE=mail, DESNAME=my email address and DESFORMAT=pdf, it is still sending me an html report.
Where as when I try the same parameters for a different report, it works just fine.
Am I missing any properties/settings on my report ? Why is it not working for my report and working on all other reports ?
Thanks in advance

Thanks I figured out the problem soon after I posted this message.
My cgi settings were overriding the http request parameters.
Thanks

Similar Messages

  • Good day, I have installed Acrobat DC, and would like to combine 2 files. One is excel allready converted to PDF - No problem. The other one is from Pastel mailed as PDF.

    Good day,
    I have installed Acrobat DC, and would like to combine 2 files. One is excel allready converted to PDF - No problem. The other one is from Pastel mailed as PDF.
    When trying to merge the files, this file ask for a Password. No password was issued from the setup or mail?

    Good day abrieb93050306,
    I can understand your concern, however can you please let me know that are you able to open both the PDF files ( the one you converted form excel to pdf & the other pdf that was mailed to you ) individually without using any password?
    As it asks for the password, it means that the postal mailed PDF is password protected. You can ask for the password from the sender of the postal mail & then try to combine the files.
    Please follow the steps in the provided KB doc.to combine the files : Combine files into single PDF | Adobe Acrobat DC tutorials
    This will probably resolve your issue.
    Let me know if you still experience any issue.
    Regards,
    Aadesh

  • 10.6.8 combo & 10.6.7 pdf fonts problem

    Does the 10.6.8 update combo correct the pdf fonts problem that was inherent to 10.6.7?  After a couple days of stress I had to do the lengthy 10.6.7 uninstall process in order to refine my doctoral dissertation.  This has made me gun-shy & fearful of updates.  Is it safe to update now?

    The combo should fix your problem.  As always have a back-up in case you have to revert.
    The Font update came out to fix the problem in 10.6.7
    http://support.apple.com/kb/DL1377
    It should be rolled into the Combo-Update:
    http://support.apple.com/kb/DL1399

  • Illustrator cs6 + msword to pdf + links problem

    Hello!
    BACKGROUND:
    I have a TABLE that I need to inserted into my ILLUSTRATIOR file.
    Whatever method I'm using is failing as the text comes in but NOT the table.
    Instead, I just do this:   MSWORD > Print PDF > in Illustrator >  Place PDF.
    PROBLEM:
    But when I want to make CHANGES TO THE PDF (changes in MS WORD DOC - REprint to PDF).  The PDF file does NOT show up in the LINKS Box. 
    Therefore, I can't UPDATE it.  I'm always having to re-insert the PDF file  -- INSTEAD of like the other files PSD, or .JPG, or whatever else gets UPDATED.
    QUESTION: 
    WHY DOES THE PDF FILE not like the OTHER files that just hang out and can be updated in the LINKS box?
    Thank you,
    M>

    I'm using PC... but the LINK selection was NOT CHECKED.
    Funny.  I never checked that when I placed all the other IMAGES -- like ever.
    Thanks, Larry, that's exactly what needed to be done!!!!!
    SOLUTION:  PLACE >  Check LINK box. Done.

  • Help - PDF Attachment Problem

    Hi,
    Receently, some of our users experienced pdf attachment problem. The user sent a 4mb pdf attachment but after the mail was sent out it only showed 4k in sent item. When the recipient received the e-mail the attachment also showed 4kb and it can't be opend too. These users are using Outlook 2000 and our Exchange server is 2000 Enterprise.
    Thanks for the help,
    JY

    Hi Suresh,
    I just tried this thing in my systtem and it is working... BADI is trigerred everytime there is a change in the PO... even when you release there is a change in the PO so this BADI will be triggerred....
    I suggest you should implement BADI in your dev system and place a break point in the POST method...
    After that create a PO and release it using ME29N... thereafter when you save the PO... this method will trigger and you will have access to PO details...
    PS: Remember this BADI wont work for transaction ME29...
    Regards
    Gautam

  • Pdf attachment problems on osx lion

    Hello
    i was wondering if apple has fixed the pdf attachment problem seen on other iOS' such as 7.1.  I get the same error (blank pdf file, white screen), however, it doesn't happen all the time. 
    any explanations and comments would be greatly appreciated!

    OS 7 or IOS 7?
    If IOS 7, try the iPad community.
    iPad Community

  • SHARED MEMORY AND DATABASE MEMORY giving problem.

    Hello Friends,
    I am facing problem with EXPORT MEMORY and IMPORT MEMORY.
    I have developed one program which will EXPORT the internal table and some variables to the memory.This program will call another program via background job. IMPORT memory used in another program to get the first program data.
    This IMPORT command is working perfect in foreground. But  it is not working in background.
    So, I have reviewed couple of forums and I tried both SHARED MEMORY AND DATABASE MEMORY.  But no use. Still background is giving problem.
    When I remove VIA JOB  parameter in the SUBMIT statement it is working. But i need to execute this program in background via background job. Please help me . what should I do?
    pls find the below code of mine.
    option1
    EXPORT TAB = ITAB
           TO DATABASE indx(Z1)
                FROM   w_indx
                CLIENT sy-mandt
                ID     'XYZ'.
    option2
    EXPORT ITAB   FROM ITAB
      TO SHARED MEMORY indx(Z1)
      FROM w_indx
      CLIENT sy-mandt
      ID 'XYZ'.
       SUBMIT   ZPROG2   TO SAP-SPOOL
                      SPOOL PARAMETERS print_parameters
                       WITHOUT SPOOL DYNPRO
          *_VIA JOB name NUMBER number*_
                       AND RETURN.
    ===
    Hope every bidy understood the problem.
    my sincere request is ... pls post only relavent answer. do not post dummy answer for points.
    Thanks
    Raghu

    Hi.
    You can not exchange data between your programs using ABAP memory, because this memory is shared between objects within the same internal session.
    When you call your report using VIA JOB, a new session is created.
    Instead of using EXPORT and IMPORT to memory, put both programs into the same Function Group, and use global data objects of the _TOP include to exchange data.
    Another option, is to use SPA/GPA parameters (SET PARAMETER ID / GET PARAMETER ID), because SAP memory it is available between all open sessions. Of course, it depends on wich type of data you want to export.
    Hope it was helpful,
    Kind regards.
    F.S.A.

  • Srw.run_report desformat=pdf, output is missing

    Hi,
    Could someone please help me with the following:
    I have 2 reports, rep1.rdf and rep2.rdf.
    rep1.rdf has a formula column in which I invoke rep2.rdf with the following syntax:
    srw.run_report('report=rep2.rdf '||
    ' destype=file'||
    ' desname=test.pdf'||
    ' desformat=pdf'||
    ' background=Yes');
    On the client (windows2000), it works fine. After completion there is a test.pdf file in my directory.
    When I run the report from the concurrent manager from Oracle Applications 11i, I don't get an error message, but there isn't a pdf file created.
    Has someone any suggestions? I'm allready searching for 2 days and I'm not finding the solution...
    Thanks,
    Martine Vanderveken.

    It may be that rep2.rdf is not in REPORTS60_PATH. You can turn on tracing (tracefile=youTraceFile.txt traceopts=trace_all) and error file (errfile=yourErrorFile.txt) to see if there are any errors being detected which aren't being report through the concurrent manager log files. You can also use srw.message() functions to add to these tracefiles or the PL/SQL file IO functions to trace yourself.

  • Pdf fonts problem in 10.6.7 - resolved in 10.6.8 combo update?

    The pdf fonts problem in 10.6.7 forced me to go through the long uninstall process after a couple days stressing over what the problem was -- it was Adobe tech support that finally informed me what the problem was. Is the problem fixed in the 10.6.8 combo update?  Since I got no replies when I asked this question a different way yesterday, can anyone say (for helpful answer points) whether Apple would be inclined to answer this question if I just call them up (i.e., without existing AppleCare)?   Any other suggestions for getting official support on this question?   As it stands, I fear updating at all, and could be stuck with 10.6.6 for a long time.

    The combo should fix your problem.  As always have a back-up in case you have to revert.
    The Font update came out to fix the problem in 10.6.7
    http://support.apple.com/kb/DL1377
    It should be rolled into the Combo-Update:
    http://support.apple.com/kb/DL1399

  • HT1222 I have iphone 4 and the software is ios 7.0.2. I am facing problems with my phone. Since the last software update my phone has started giving problems. like it hangs sometime when i recieve an incoming call. The carrier status bar shifts down a bit

    I have iphone 4 and the software is ios 7.0.2. I am facing problems with my phone. Since the last software update my phone has started giving problems. like it hangs sometime when i recieve an incoming call. The carrier status bar shifts down a bit and sometimes it vanishes automatically. I,m confused.
    Secondly i have an update IOS 7.0.4 waiting in my Software Update menu. I have tried so many times to update my iphone but it always fails to update the IOS 7.0.4. Any body suggest anything regarding this

    Wow. Lots of help. Thanks apple

  • Error in Euro symbol when desformat=PDF in AS10g

    when desformat = htmlcss the euro symbol works fine but when desformat = PDF it gives special character not euro symbol.
    pl do the needful
    NLS_LANG = AMERICAN_AMERICA.WE8MSWIN1252

    please trial NLS_LANG = GERMAN_GERMANY.WE8ISO8859P1

  • Fullname giving problem

    Hi,
    I am getting problem while setting the fullname attribute of the user while creating and assigning the resources [AD,Domino,LDAP]. i am using PeopleSoftActiveSync Resource, which is our Authoritative source. whenever a new entry comes to PeopleSoft, i have to create an Account in IDM and to all the resources. I am using Process Rule to call the create WorkFlow from where i am calling different Sub Process for creating resources. but some of the resources are giving problem and the error which i am getting using "WF_ACTION_ERROR" says "Missing required Attribute Fullname".
    Eventhough i am setting fullname attribute while creating the IDM account. But the resources are assigned properly.
    Please help me.....

    Hello Srinivasa
    Two years ago I had the very same problem when I added a new field to an already existing and filled customer table. I debugged the maintenance view and saw that the new field contained an undefined value but not the initial value.
    You could try and use the DB utility (<b>SE14</b>) and activate the table again (of course without deleting the table entries).
    Alternatively, you could write a simple ABAP to initialize the field value, e.g.:
    DATA:
      gs_mchb   TYPE mchb,
      gt_mchb    TYPE STANDARD TABLE OF mchb.
      SELECT * INTO TABLE gt_mchb.
      gs_mchb-zvbeln_inquiry = ' '. " space
      MODIFY gt_mchb FROM gs_mchb
        TRANSPORTING zvbeln_inquiry
        WHERE ( zvbeln_inquiry ne ' ' ).
      UPDATE mchb FROM TABLE gt_mchb.
    Regards
      Uwe

  • I am having Macbook Pro, I have recently tried updating my operating system to OS Yosemite, but after that its giving problem in connecting to Wifi. The error is "Connection Time out Occurred". Its getting connected by Ethernet cable.

    I am having Macbook Pro, I have recently tried updating my operating system to OS Yosemite, but after that its giving problem in connecting to Wifi. The error is "Connection Time out Occurred". Its getting connected by Ethernet cable.

    Take each of the following steps that you haven't already tried, until the problem is resolved. Some of these steps are only possible if you have control over the wireless router.
    Step 1
    Turn Wi-Fi off and back on.
    Step 2
    Restart the router and the computer. Many problems are solved that way.
    Step 3
    Change the name of the wireless network, if applicable, to eliminate any characters other than letters and digits. You do that on your router via its web page, if it's not an Apple device, or via AirPort Utility, if it is an Apple device.
    Step 4
    Run the Network Diagnostics assistant.
    Step 5
    In OS X 10.8.4 or later, run Wireless Diagnostics and fix the issues listed in the Summary, if any.
    Step 6
    Back up all data before proceeding.
    Launch the Keychain Access application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Keychain Access in the icon grid.
    Enter the name of your wireless network in the search box. You should have one or more "AirPort network password" items with that name. Make a note of the name and password, then delete all the items. Quit Keychain Access. Turn Wi-Fi off and then back on. Reconnect to the network.
    Step 7
    You may need to change other settings on the router. See the guidelines linked below:
    Recommended settings for Wi-Fi routers and access points
    Potential sources of interference
    Step 8
    Make a note of all your settings for Wi-Fi in the Network preference pane, then delete the connection from the connection list and recreate it with the same settings. You do this by clicking the plus-sign icon below the connection list, and selecting Wi-Fi as the interface in the sheet that opens. Select Join other network from the Network Name menu, then select your network. Enter the password when prompted and save it in the keychain.
    Step 9
    Reset the System Management Controller (SMC).

  • My previous Visa was giving problems. I introduced a new visa and still my account is blocked. Can you help me?

    Hello,
    My previous credit card (Visa) was giving problems.
    I introduced the details of a new card and still my account is blocked, so I can't use the programs.
    Can you help me solve this problem please?
    Thank you.

    This is an open forum, not Adobe support... you need Adobe support to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • Nokia 9500-Speaker giving problem

    I have Nokia 9500, 2 years old and its speaker has started giving problems. I have got it repaired from Nokia Care point about 7 times and it works fine for 2-3 days, then it goes bad. Care point guys are not able to figure out the problem. Let me know if anyone of you have experienced this. Also how do i directly report this to Nokia, since care point guys are clueless

    what is the exact problem can you let us know in detail
    tongue is too confused on what to speak

Maybe you are looking for

  • IMessage - iChat

    My old laptop is running Snow Leopard 10.6.8 with iChat. My other family Macs, iPhones & iPod touches all are using iMessage & everyone is using their Apple ID for the iMessage account. Is there anyway I can get my laptops iChat to join the party & c

  • Combining Conditions with two DataSources

    Hello All, The following Code is to Set two condition to load my data, but my problem is that they are not combining. Is there a way to put two DataSources to a Condition? Or is there a way to Combined them? '//Activates Query '// getting the data so

  • Filename of tablespaces

    When I created the tablespaces in 11g, I forgot to type the .DBF extension in the filename. For example, instead of USERS_VR.DBF, I typed USERS_VR only. When I looked at the physical datafiles created in the filesystem, it appeared that the type of t

  • MDM Server on Linux, Console on Windows - status is "stopped"

    We installed MDM (SRM-MDM) on a Linux systems with MaxDB. The server itself seems to run fine: Starting:  - Thu Dec  4 12:47:52 CET 2008 Linux mdmtest 2.6.16.60-0.33-xen #1 SMP Fri Oct 31 14:24:07 UTC 2008 x86_64 x86_64 x86_64 GNU/Linux core file siz

  • Some songs are out of order

    When I go to an album, some of the songs that belong further down like 7 or 10 are the first two on there, then the rest are in order. The track numbers are right, but they still don't show up in their proper place, does anyone know what to do?