Can not print Report to printer

Hello,
I am printing a report using the run_report_object and can not print to printer when the report returns some data.
When there is no data returning, the report prints fine from printer and it prints only the header.
On the other hand, when the report contains data it prints on the screen using the web.showdocument procedure.
I am using Oracle Forms 6i and Report Builder for the report.

When running a Report from a Form using the RUN_REPORT_OBJECT
built-in with the Reports server, you encounter the FRM-41214 error,
and the reports status is TERMINATED_WITH_ERROR.(if you insert a message in loop yo'll see this message)
FRM-41214 indicates that an invalid parameter has been passed to the Report
Server. In this case,it is the DESTYPE that is invalid. SCREEN or PREVIEW is
valid for the reports background engine, but is not a valid parameter for the
Report Server. The correct parameter for the Report Server when the output
needs to be shownin the browser window is a DESTYPE of CACHE.
check all parameter you set
Regards

Similar Messages

  • Can not connect my wireless printer to the new router.

    Can not connect my wireless printer to the new router.

    Can you please provide details:
    1.  The make and model of printer
    2.  Make and Model of Wireless Router
    3.  Is your printer connection wireless to router or a cable to PC
    4.  What have you done or attempted to do to establish a connection?
    5.  Any further info to assist

  • Can not get ipad to print, my ipad mini prints perfectly on same printer

    Can not get ipad2 to print, printed the first time set the printer but will not print now.  Mini ipad prints just fine on the HP printer.  Ipad recognizes printer but will not print to it.

    Hello mariamac80,
    It sounds like you cannot print from your network printer on your MacBook. Printer issues can be a but tough to nail down, but I would recommend trying the troubleshooting in this article named:
    Troubleshooting printer issues in OS X
    http://support.apple.com/kb/ts3147
    Follow these steps until the issue is addressed:
    Make sure that the printer is powered on, has ink / toner, and that there are no alerts on the printer’s control panel. Note: If you cannot clear an alert on the printer's control panel, stop here and check the printer's documentation or contact the manufacturer for support.
    Ensure the printer is properly connected to a USB port on the Mac or AirPort base station / Time Capsule. If the printer is a network-capable printer, make sure that it is properly connected to your home network.
    Use Software Update to find and install the latest available updates. If an update is installed, see if the issue persists.
    Open the Print & Scan pane or Print & Fax (Snow Leopard) pane in System Preferences.
    Delete the affected printer, then add the printer again.
    If the issue persists, try these additional steps:
    Reset the printing system, then add the printer again.
    If the issue still persists, reset the printing system again.  Download and install your printer's drivers. Then, add the printer again.
    Contact the printer vendor or visit their website for further assistance.
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • My ipad can not see my wifi printer

    my ipad can not see my wifi printer ????????

    Is it an AirPrint enabled printer ? The supported models are listed on this page, and there is also a bit of troubleshooting at the bottom : http://support.apple.com/kb/HT4356
    If it's not an AirPrint model, then some manufacturers have their own apps in the iTunes app store, and there are also third-party apps such as Print Central For iPad and Print n Share which might work with it.

  • Mac 10.9.3 I can not connect C4780 to print on network.

    I recently changed router and can not install my C4780 printer to the wireless network, it use to work perfectly. In order to set it up on the new router I deleted the printer and was planning to install it as I did the last time but it wont work. I can get it to work by having it as a USB printer but I dont want that, its really annoying me!
    Please please please help!!

    Hi there,
    Thank you for your reply! In order to get an IP Address I would recommend the following:
    Restore the Network Defaults. (On the printer, select the wireless icon to access the wireless menu, and select Restore Network Defaults).
    Go to the airport icon, and look for hpsetup. Once connected Adhoc, the airport icon will change to a square. only then will you be able to print out the new IP by printing the Network Configuration Page. Printing a Network Configuration Page.
    The new IP will start with 169.254..  then you can go into the Embedded Web Server to run the wireless setup wizard. (To access the embedded web server, put the IP address into the address bar of Safari. Once at the Embedded Web Server click on the Network tab, then select Wireless Setup Wizard.
    Hope this is helpful, and have a great day!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • My mac snow leopard 10.6.8 can not find my 3050a printer wireless

    My mac snow leopard 10.6.8 can not find my 3050a printer even though i have added the printer bonjour to my print list, even though the blue and white light s are on on the printer panel.
    I have good signal strength
    the printer ip is 192.168.1.8
    Help

    OK, using these instructions: https://www.broadbandadvice.org.uk/Website/Routers/HG532.htm  change the channel to 11.
    Now, if and when the printer is connected with a vaild IP address, let's set a static IP address for the printer:
    - Print a Network Config Page from the front of the printer. Note the printer's IP address.
    - Type that IP address into a browser to reveal the printer's internal settings.
    - Choose the Networking tab, then Wireless along the left side, then the IPv4 tab.
    - On this screen you want to set a Manual IP. You need to set an IP address outside the range that the router automatically sets (called the DHCP range). If you do not know the range, change the last set of numbers (those after the last '.') to 250
    - Use 255.255.255.0 for the subnet (unless you know it is different, if so, use that)
    - Enter your router's IP (on the Network Config Page) for the gateway.
    - Enter 8.8.8.8 for the first DNS and 8.8.4.4 for the second DNS.
    - Click 'Apply'.
    Now, shut down the router and printer, start the router, wait, then start the printer.
    After this you may need to redo 'Add a Printer' using the new IP address.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • FRM 41215: CAN NOT FIND REPORT - Please help

    Hi,
    I am new to oracle 9i. I am trying to convert the forms in 8i to 9i. While i am doing i have many forms calling reports thru run_product. Now i am changing those into run_report_object. Even though i am getting errors like FRM 41215: CAN NOT FIND REPORT , INVALID REPORT ID.
    declare
    repid report_object;
    v_rep varchar2(100);
    begin
    repid := find_report_object('mrnr0028');
    v_rep := RUN_REPORT_OBJECT(repid);
    end;
    This is the command i have used. Is there anything wrong, or is there any necessity to specify any particular path for report files.
    Pls help me asap.
    Thanks

    I HAVE CREATE THIS PROGRAM UNIT(WITH LOT OF HARD WORK) FOR CHARACTRE AS WELL AS DEFAULT REPORT
    RUNING ON WEB
    -----------------FOR CHARACTER REPORT
    procedure web_report_c ( type varchar2,parameter varchar2) is
    report_id Report_Object;
    report_job_id VARCHAR2(100);
    report_status varchar2(100);
    FILE_NAME VARCHAR2(100);
    web_name varchar2(300);
    user_name varchar2(30);
    BEGIN
    user_name:=get_application_property(username);
    if type='PRINTER' THEN
    report_id:= find_report_object('REPORTNODE');
         file_name:=user_name||to_char(sysdate,'-ddmmyy_hh24miss')||'.RRPT'; --use  in case of character mode report
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_EXECUTION_MODE,BATCH);
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_COMM_MODE,ASYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE,file);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESNAME,'c:\logiWWW\temp\'||file_name); --where u want to save report TEMPRARY
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER,'REPSERVER'); --report server name
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_OTHER,parameter); --passing parameter to report
    report_job_id:=run_report_object(report_id);
         report_status:=REPORT_OBJECT_STATUS(report_JOB_id);
                   while report_status IN ('RUNNING','OPENING_REPORT','ENQUEUED') loop --checking report status
                        report_status:=REPORT_OBJECT_STATUS(report_JOB_id);
                   end loop;
                   IF report_status='FINISHED' THEN --if report is finished then make call to report
              --          web_name:='HTTP://logi/'||file_name;
                   WEB.SHOW_DOCUMENT('/logi/'||file_name,'_BLANK');
                   else
                        MESSAGE('Report has failed. '||'status is -'||report_status);
                   end if;
    ELSIF type='SCREEN' THEN
         report_id:= find_report_object('REPORTNODE');
         file_name:=user_name||to_char(sysdate,'-ddmmyy_hh24miss')||'.txt'; --use txt in case of character mode report
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_EXECUTION_MODE,BATCH);
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_COMM_MODE,ASYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE,file);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESNAME,'c:\logiWWW\temp\'||file_name); --where u want to save report TEMPRARY
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER,'REPSERVER'); --report server name
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_OTHER,parameter); --passing report parameter
    report_job_id:=run_report_object(report_id);
         report_status:=REPORT_OBJECT_STATUS(report_JOB_id); --checking of report status
                   while report_status IN ('RUNNING','OPENING_REPORT','ENQUEUED') loop
                        report_status:=REPORT_OBJECT_STATUS(report_JOB_id);
                   end loop;
                   IF report_status='FINISHED' THEN --if report status is finished then make  call to report
                        --web_name:='HTTP://ORACORP/logi/'||file_name;
                   WEB.SHOW_DOCUMENT('/logi/'||file_name,'_BLANK');
                   else
                        MESSAGE('Report has failed. '||'status is -'||report_status);
                   end if;
    end if;
    end;
    ------------FOR DEFAULT REPORT
    procedure web_report_c ( type varchar2,parameter varchar2) is
    report_id Report_Object;
    report_job_id VARCHAR2(100);
    report_status varchar2(100);
    FILE_NAME VARCHAR2(100);
    web_name varchar2(300);
    user_name varchar2(30);
    BEGIN
    user_name:=get_application_property(username);
    if type='PRINTER' THEN
    report_id:= find_report_object('REPORTNODE');
         file_name:=user_name||to_char(sysdate,'-ddmmyy_hh24miss')||'.RRPT'; --use  in case of character mode report
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_EXECUTION_MODE,BATCH);
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_COMM_MODE,ASYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE,file);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESNAME,'c:\logiWWW\temp\'||file_name); --where u want to save report
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER,'REPSERVER'); --report server name
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_OTHER,parameter); --passing parameter to report
    report_job_id:=run_report_object(report_id);
         report_status:=REPORT_OBJECT_STATUS(report_JOB_id);
                   while report_status IN ('RUNNING','OPENING_REPORT','ENQUEUED') loop --checking report status
                        report_status:=REPORT_OBJECT_STATUS(report_JOB_id);
                   end loop;
                   IF report_status='FINISHED' THEN --if report is finished then make call to report
              --          web_name:='HTTP://logi/'||file_name;
                   WEB.SHOW_DOCUMENT('/logi/'||file_name,'_BLANK');
                   else
                        MESSAGE('Report has failed. '||'status is -'||report_status);
                   end if;
    ELSIF type='SCREEN' THEN
         report_id:= find_report_object('REPORTNODE');
         file_name:=user_name||to_char(sysdate,'-ddmmyy_hh24miss')||'.txt'; --use txt in case of character mode report
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_EXECUTION_MODE,BATCH);
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_COMM_MODE,ASYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE,file);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESNAME,'c:\logiWWW\temp\'||file_name); --where u want to save report
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER,'REPSERVER'); --report server name
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_OTHER,parameter); --passing report parameter
    report_job_id:=run_report_object(report_id);
         report_status:=REPORT_OBJECT_STATUS(report_JOB_id); --checking of report status
                   while report_status IN ('RUNNING','OPENING_REPORT','ENQUEUED') loop
                        report_status:=REPORT_OBJECT_STATUS(report_JOB_id);
                   end loop;
                   IF report_status='FINISHED' THEN --if report status is finished then make  call to report
                        --web_name:='HTTP://ORACORP/logi/'||file_name;
                   WEB.SHOW_DOCUMENT('/logi/'||file_name,'_BLANK');
                   else
                        MESSAGE('Report has failed. '||'status is -'||report_status);
                   end if;
    end if;
    end;

  • URGENT : FRM-41219 Can not find report : INVALID ID

    hello all
    The same problem i have also posted in forms forum..
    i am getting the exception FRM-41219 when calling the report from my form with the method RUN_REPORT_OBJECT.
    I m calling the report in my program unit method as follows :
    DECLARE
    Pl_Id ParameterList;
    RepId REPORT_OBJECT;
    Vrep Varchar2(1000);
    BEGIN
    add_parameter(pl_id,'report_parameter',text_parameter,record_block.input_box);
    RepId := find_repor_object('report_name');
    Vrep := RUN_REPORT_OBJECT(RepId,Pl_Id);
    END;
    But when i run the fmx .. i get the exception "FRM-41219 can not find report :Invalid ID"
    I have checked all possiblities i.e. i have also called the method as RUN_REPORT_OBJECT(RepId) and also RUN_REPORT_OBJECT(ReportName)..but in all cases i am getting the same error..i have also checked the environment variable ..it contains the correct path of my application folder where the report is available.
    Kindly help me with this
    if any body knows the solution..or the cause for it..please let me know here or contact me on this address
    [email protected]
    thank you.

    Try this:
    DECLARE
    Report_Id report_object;
    v_rep varchar2(200);
    rep_status varchar2(20);
    BEGIN
    report_id:=FIND_REPORT_OBJECT('EMP');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,:REPORT_NAME);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,:REPORT_DESFORMAT);
    if :REPORT_DESTYPE='CACHE' then
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,CACHE);
    elsif :REPORT_DESTYPE='FILE' then
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,FILE);
    end if
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESNAME,:REPORT_DESNAME);
    v_rep := RUN_REPORT_OBJECT(report_id);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    if rep_status = 'FINISHED' then
    message('Report Completed');
    else
    message('Error when running report.');
    end if;
    END;
    Thanks
    Rohit

  • Why I can not find reports object in Jdeveloper

    How are you!
    I want to use Jdeveloper to generate a report jsp file,but I can not find reports object . How can I do! I have installes Oracle9iDSrelease2.0 in my computer.
    Best regards!
    Jonan Zhou

    If you installed Oracle9iDS then you should have the report object inside the JDeveloper that came with this install (9.0.2). It won't work in a JDeveloper that you installed separatly.

  • Administrator can not move reports from users' favourites folder

    Hi,
    I am using BO XIR2. With the Administrator account, I am not able to move the reports from favourites folders of users.
    I tried giving all the rights to administrator for the favourites folder, but still the move option is disabled for reports.
    I can move the folders inside favourites, but not individual reports inside that folder.
    Any suggestions?
    Thanks and Regards

    As for as i know, we can not move reports of users favorites folder. To control that remove the favorites options for users. So that they can save reports in folders only.
    Thanks,
    Anil

  • The file is damaged and it can not be repaired (PDF Printing in Z-program)

    I am opening this thread on behalf of my colleague Merja regarding a problem while trying to print using the Integrated ITS 6.40.
    The problem happens when using webgui directly. Support Package level is 21 and kernel 640 patch 196. Note 771683 regarding printer with access
    method 'F' and device type 'PDF1' is already in place. 'Output immediately' opens the preview. Error still exists when using "print preview" button.
    The issue occurs when trying to review the Employment Contract within the portal UI. The actual print is finished correctly but the "Print Review" function returns HTTP 500 error, "The file is damaged and it can not be repaired".
    When we perform the same activity in system R/3 within the transaction SE38, with our Z-program everything works correctly and no problems occur.
    Could you please help solving this issue?
    Thanks and regards,
    Merja

    Not sure if the flollowing will be of use, but worth a try?…
    Try changing the .ai to .eps or .pdf to see if anything happens to see if it makes a difference to importing or exporting as a pdf?
    If you have Indesign, try importing the file into Indesign then saving that file as a pdf or/and export as a Indesign eps file.
    Sorry I cannot be of any more assistance.
    Good luck!

  • How to set up LPD printer properly? I just upgraded to Snow Leopard from 10.4.  I can not get my laser printer to work.

    OK, here is what I have found.  Since the printer is on an ethernet network it can not be seen since there is no more apple talk.  I must set it up as a LPD printer.  Xante tech support has told me how to do this but they are baffled by the fact that it will not print.  I am using a Linksys wireless/broadband router.
    These are my numbers:
    IP 192.168.1.110
    subnet mask: 255.255.255.0
    Router: 192.188.1.1
    DNS Server" 66.103.237.2.66.103.251.130
    Xante has suggested using 192.168.1.112 and the printer is found and the print queue is opened and the following message is in the print queue window: Network host '192.168.1.112' is busy; will retry in 10 seconds...  Nothing ever prints.
    On this list I have seen a successful connection in the past through an airport connection.  I think that the number that Xante has suggested is not correct.
    I am able to print to this printer through another computer on the network that has not been upgraded to Leopard.
    Any thoughts?  Thanks

    The best answer to this question requires a little more digging.
    More specifically, what spare inputs do you have on the TV, and what video card are you currently driving.
    IMHO S-Video is going to give you about a poor a picture as you can get, mostly because of the limited bandwidth and the fact it's based around standard resolution TV (e.g. NTSC signaling).
    The best experience would be via HDMI, but for that you'd need a video card with a DVI interface, plus a DVI -> HDMI cable. If you don't have a DVI-based video card and you're OK spending a few dollars that would be your best bet, although off hand I don't know specifically which card you'd need - most of the modern cards are PCI-X or PCIe and won't work in the G4.
    If you don't want to replace the card then you'll need to let us know what kind of video card you have in it so that we can find the best match.

  • Can ping and use internet, can not connect to ethernet printer on network

    I have been pulling my hair out with this problem, have used proffesional support and not solved the problem to date.
    1) Have Airport Express (6.3) (WEP128, Airtunes, Custom Name, all else default settings) connected via the ethernet port to an existing office network to hub/switch then ADSL modem and PC severs.
    2) Have a PC laptop connected and working (now) without issues, can internet, print to ethernet printer, connect to network drives.
    3) Have G5 mac (10.4.8, no fire-wall), cannot print or connect to printer, can ping printer and use internet, limited connection to network drives (BTW).
    4) Can connect to printer and print when bypassing AX and pluging ethernet direct to G5.
    5) Mac G5 is allocated the first available DHCP address 10.0.1.2 followed by the PC with 10.0.1.3
    Would appreciate any input to this one.
    G5   Mac OS X (10.4.8)  

    Black, Welcome to the discussion area!
    The AirPort Express (AX) is creating a separate subnet and this may be causing problems. Configure the AX so that the option to distribute IP addresses is DISABLED.

  • Can not enable web services. printer on the network. default ip not connecting using auto ip

    B210 - have tried resetting defaults . default IP address will not connect to network with auto IP  had to set IP addrtess manually something similiar to the properties on the verzion hot spot. can not disable web services - never enabled.
    no Primary or secondary DNS server. not sure if this is problem. can print ok thru network.
    This question was solved.
    View Solution.

    Hey bobupton!
    Try going into the printer's EWS and using Google's public DNS servers (8.8.8.8 and 8.8.4.4). It sounds like you know what you're doing so I skipped a few steps on how to get there but if you need more help with it let me know!
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • Can not set the default printer

    Hello,
    we have HP LaserJet Pro MFP M125-M126 PCLmS network all in one printer, as the installation in every user was successful, and was working fine on installation day, after a day all user facing issue like can not set default pritner , can not print, all user are facing  issue at a time, 
    prompt reply is appreciated,
    This question was solved.
    View Solution.

    Hi @darshan9 ,
    I see that you are experiencing issues setting the default printer for users and you are unable to print over the network.
    I would be happy to help you.
    Do you mean individual computers setup with the printer over the network users or one computer with multiple users?
    Do you have Admin Rights on the computer to make changes?
    What is the full name and product number of your printer? How Do I Find My Model Number or Product Number?
    Download and run the Print and Scan Doctor. It will diagnose the issue and might automatically resolve it. http://www.hp.com/go/tools>Using HP Diagnostic Tools for HP Printers in Windows.
    I would suggest you to check if you have a different user account or from an administration account.
    I would also suggest you to create a new user account and check if you are able to set the printer as default.
    Create a user account. Create a user account.
    If you are still having issues run the Fixit Tool. Diagnose and fix printer and printing problems automatically.
    What were the results when you ran the Print and Scan Doctor? (did it print or scan, any error messages)
    If there is anything else I can help you with, just let me know.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

Maybe you are looking for