Problems print report on 9ias 9.0.2.0.1

Hi, I can run my reports on my 9ids fine, but when I run then on 9ias on the web I get REP-826. I have forms call object report with run_report_object with parameter forms in reports. I have in object report in forms: destype=cache, desformat=pdf, runtime and synchronous too in reports I have in destype=cache, desformat=pdf, mode=default, printjob=yes. I needs to be previewed before getting printed.
Any suggestions?

Hi, this is code trigger:
miconexion := get_application_property(username)||'/'||get_application_property(password)||'@'||get_application_property(connect_string);
v_param_rep := 'paramform=yes P_USER_CONNECT='||miconexion||' P_SERVERNAME=repsrv9i P_ACTION=http://business.alcosto-madrid.es:7777/reports/rwservlet?';
id_informe := FIND_REPORT_OBJECT('REP_INVENTARIO');
SET_REPORT_OBJECT_PROPERTY(id_informe, REPORT_EXECUTION_MODE, RUNTIME);
SET_REPORT_OBJECT_PROPERTY(id_informe, REPORT_COMM_MODE, SYNCHRONOUS);
SET_REPORT_OBJECT_PROPERTY(id_informe, REPORT_DESTYPE, CACHE);
SET_REPORT_OBJECT_PROPERTY(id_informe, REPORT_DESFORMAT, 'pdf');
SET_REPORT_OBJECT_PROPERTY(id_informe, REPORT_DESNAME, 'c:\aplicaciones\inventario\inventario.pdf');
SET_REPORT_OBJECT_PROPERTY(id_informe, REPORT_FILENAME, 'c:\aplicaciones\inventario\inventario.rdf');
SET_REPORT_OBJECT_PROPERTY(id_informe, REPORT_SERVER, 'repsrv9i');
SET_REPORT_OBJECT_PROPERTY(id_informe, REPORT_OTHER, v_param_rep);
respuesta := RUN_REPORT_OBJECT(id_informe);          
v_job_id := substr(respuesta, length('repsrv9i')+2, length(respuesta));
estado := REPORT_OBJECT_STATUS(respuesta);
WHILE estado in ('RUNNING','OPENING_REPORT','ENQUEUED') LOOP
estado := REPORT_OBJECT_STATUS(respuesta);
END LOOP;
IF estado = 'FINISHED' THEN
WEB.SHOW_DOCUMENT('/reports/rwservlet/getjobid'||v_job_id||'?server=repsrv9i','_blank');
ELSE
          message('Error en el listado, consulte con su Administrador');
END IF;
Thanks for reply.

Similar Messages

  • Problem printing report

    I have a small problem printing reports which exist of 1 page.
    1st report is printed OK
    2nd one is bad
    3rd one is bad
    4rd one is bad
    5th is OK again... and so further.
    When I choose a different printer, all prints are OK. When I print from another PC on the same printer, all prints are OK.
    I assume some settings are disturbing the prints; can anyone suggest where I should take a look?

    are you using a dot matrix printer or a laser printer?

  • Problem printing Report Document Draft

    Dear support,
    our customer has problem printing its Document Draft Report, because
    the "DRAFT DOCUMENT" string on the background of the page is too large.
    The printer can manage this dimension and prints an empty second page
    (also when the document has more pages).
    See attached file.
    If we disable the "Print Draft Watermark on Draft Document" flag in the
    Print Preferences, the customer hasn't the problem printing the draft
    document.
    The customer need to distinguish the print of draft document.
    Is it possible in the report designer to know if a document is a Draft or
    a Definitive one?
    If we can understand the type of the document, we could add a text box
    "DRAFT DOCUMENT" in the report and disable the "Print Draft Watermark on
    Draft Document" flag.
    Can someone help us, please?
    Regards,
                  Emanuele
    TC Systems SA - Mendrisio - CH
    Emanuele Croci
    +41 (0)91 960 2525

    hi Emanuele Croci,
    For example paper format which default as Letter,but in PLD
    if y'r paper format is A4 then definitely it will be printed more than 1 page.
    Go to File --> Page Set Up --> Change paper format as in PLD.
    Also reduce the font by 1 point.
    If problem not get solved,You can print Water mark as DRAFT from printer properties.
    Start --> Printer and Faxes > Select Printer you want to print,Right Click it>Select Properties>Select Printing Preferences>Select Effects Tab> Select Water mark option as Draft>Click Apply.
    Test print it let me know.
    Hope above solution will solve problem.
    Jeyakanthan

  • Problem printing Report with Image in BI Publisher 11g

    I am working with BI publisher *11g* but I have problem printing images. Everything works fine if I do not include any images however when I add a image I get following problems.
    When I tried printing PDF in output I get
    Type /Xobject
    subtype /Image
    Filter /DTDDecode .......
    When I tried printing HTML output I get
    Type /Xobject
    <html...
    ....>
    When I tried printing RTF I get
    { \fontb1 }
    { \f0 Arial;}
    { \f1 Times:}
    I think I am missing some BI publisher configuration. Can you help me in this regard.
    Thanks,
    Santosh
    Edited by: user4956795 on Jan 16, 2012 2:08 PM
    Edited by: user4956795 on Jan 16, 2012 2:18 PM

    Isn't there a way for you to do this via a Package/Procedure versus having multiple queries?
    Per the BI Publisher guide,
    Following are recommended guidelines for building data models:
    Reduce the number of data sets or queries in your data model as much as possible. In general, the fewer data sets and queries you have, the faster your data model will run. While multiquery data models are often easier to understand, single-query data models tend to execute more quickly. It is important to understand that in parent-child queries, for every parent, the child query is executed.
    You should only use multiquery data models in the following scenarios:
    To perform functions that the query type, such as a SQL query, does not support directly.
    To support complex views (for example, distributed queries or GROUP BY queries).
    To simulate a view when you do not have or want to use a view.
    Thanks,
    Bipuser

  • (9iAS) problem printing reports in pdf format on NT client

    Hi
    Some details first:
    iAS version=9.0.2.3.0
    Reports Version=9.0.2.0.3
    Portal Version=9.0.2.3b
    Client NT Version=4 SP4
    Via a portal connection, a report is called by following a series of hyperlinks and the resulting url is like below:
    http://devoc4j.testcentre.co.uk/nrdms/xml/xmlResultSetPDF.xml?PID=eip&SID=vPXP9kQLR2NK1us1004&RID=aGa3Bhbn2PkffA81014&DOCID=2uRpdWVlscVNCab1012&&ieh=report.pdf
    This report produces a pdf output fine for a client that has Win2K, however, with Windows NT we receive the following error message:
    The requested URL could not be retrieved
    While trying to retrieve the URL:
    http://devoc4j.testcentre.co.uk/nrdms/xml/xmlResultSetPDF.xml?PID=eip&SID=vPXP9kQLR2NK1us1004&RID=aGa3Bhbn2PkffA81014&DOCID=2uRpdWVlscVNCab1012&&ieh=report.pdf
    The following error was encountered:
    Unable to determine IP address from host name for unknown server name
    This means that:
    The cache was not able to resolve the hostname presented in the URL.
    Check if the address is correct.
    This is consistent across all NT client boxes.
    I have changed the following settings on the NT boxes:
    Select TOOLS > INTERNET OPTIONS > CONNECTIONS > LAN
    SETTINGS and uncheck AUTOMATICALLY DETECT SETTINGS
    This has had no effect, the problem is still existent. Does anyone have any ideas why?
    Apologies for the length of the message, it's just to make it all clear!!
    Regards
    Andy

    1. From Task Bar at bottom of screen, Select Start, ALL Programs, and Open Adobe Reader
    2. Click edit
    3. Click Preferences
    4. Click Internet
    5. Remove check mark for Display PDF in browser
    6. Click ok
    7a. Close Adobe Reader
    7b Restart your PC to apply changes
    8. Run your app
    9. Generate a PDF report
    10. A pop window will appear and check remember and then click ALLOW. Click Remember my action for this site.
    11. You may need to Enter username and password (this needs to be done only once to initialize the connection between Adobe and Oracle login app) or if the password/username changes.

  • Problem Printing Report From Oracle Alert

    I cannot get it to print. I have an Oracle Alert which spawns a concurrent program which runs an Oracle Report. The report runs but does not print since there seems to be no way in which to pass the number of copies to Oracle Reports.
    This is probably not a supported feature but does anyone know of a solution to this problem?
    The environment is Oracle Applications 10.7SC.
    Thanks, Larry

    What forms-version do you use?

  • Problems runing reports on 9ias in solaris

    I have an application developed in Oracle Forms & Reports 6i, that as the need to print documents directly to a printer (without preview).
    I also need to select the printer for wish I want to print, this printer should be defined in the client because it can be anywhere, it can be a local printer, a printer in an other server, or in the same server as the web server.
    For doing this I use ORARRP, generate the .rrpp file (postscript).
    I'm executing the report using run-report-object. When doing web-show-document, it shows the printer selection window, but after that it wont print anything to the printer.
    I'm using a Sun Sparc Solaris server, but for testing I've executed the same report in a NT server and generated the .rrpp, I did web-show-document and it worked very well.
    I've copied the .rrpp file generated on NT to the Solaris Server, and by doing web-show-document it also worked.
    Then I copied the file .rrpp generated on Solaris to NT and by doing web-show-document, it displayed the select-printer window, but it didn't print the document.
    If I generate the report to HTML or PDF it works fine ether in Solaris as NT.
    I must then conclude that must be something wrong in the .rrpp file generated by Solaris, that doesn't allow me to send it to the printer!?

    Ricardo,
    just in case that you read this first, I answered the other thread more in detail. After reading this description I am sure that the Solaris system doesn't have a printer accessible that can do postscript. Note that Reports needs a postscript printer accessible to produce postscript files. Thsi explains why pdf works fine while post script don't.
    thanks.

  • Problem running reports to network printer

    Application Server Enterprise Edition 10g (9.0.4.1)
    Customer is having some difficulty printing reports to printers attached to client PCs and shared on the network. Occasionally, when a report is requested by the application with DESTYPE=PRINTER, DESFORMAT=DFLT and DESNAME=\\<PC>\<server share>, the status of the report remains "Opening report" and it never completes and cannot be removed. The report server (and dependent services) must be restarted to free the engine. The report is requested from a Forms application via a Report object.
    Here's detail from the Report Server engine trace file (traceOpts=trace_all):
    Debug 50103 (EngineImpl:setCommandLine): Running
    Info 50132 (EngineImpl:setCommandLine): Get command line: userid="ELSIEM paramform="NO" jobname="flysheet.rep" p_cov_effdt="20030315" desname="\\oldmelishal155\wc_hp4" p_rcvd_dt="" p_carrid="24724" p_ar_amt="" authid="ANONYMOUS" destype="printer" p_type="POL" batch="YES" p_ar_code="" report="flysheet.rep" background="yes" expiredays="0" desformat="DFLT" p_polnbr="08WC001094"
    Debug 50103 (EngineImpl:setCommandLine): Quit
    Debug 50103 (EngineImpl:run): Running
    Error 50103 (C Engine): 11:31:47 ERR REP-34551: BACKGROUND is deprecated. See help for more information.
    Error 50103 (C Engine): LOG :
    Error 50103 (C Engine): Logged onto server:
    Error 50103 (C Engine): Username: ELSIEM
    Error 50103 (C Engine):
    Error 50103 (rwfdt:rwfdtprint): Distributing the report
    Error 50103 (rwfdt:rwfdtpredo): running
    Error 50103 (rwfdt:rwfdtpredo): no preformat of pages requested, quit
    Error 50103 (rwfdt:rwfdtni_NextInstance): running
    Error 50103 (rwfdt:rwfdtni_NextInstance): quit
    Error 50103 (rwfdt:rwfdtgcf_GenCachefile): running
    Error 50103 (rwfdt:rwfdtgcf_GenCachefile): Cache file is e:\Spectrum\Cache\Test\45525639.eps
    Error 50103 (rwfdt:rwfdtgcf_GenCachefile): quit
    Error 50103 (rwfdt:rwfdtprint): caching output from backend drivers
    The last line appears to be the culprit. It seems as if the engine is attempting to communicate with the printer but failing. While this report was still "active" another request was made about 3 hours later that printed without issue.
    The printer's host OS is XP. The printer is a HP LaserJet 5si with up-to-date drivers (PCL 5e).
    Are there any specific issues with HP printers? Any ideas how to proceed with this problem? I've search high and low on Metalink and have not seen anything like this. I'd appreciate any help.
    Thanks,
    Robert Glossip

    >
    wavery wrote:
    > You should be able to specify the printer in the scheduling settings of the report itself in Infoview.
    Oh yes, I can see at "Print Settings" that I can specify a printer ("Set layout to: Specify printer settings"). However, I can't specify a printer in the "Destination" settings. So I can't do a scheduling, after my opinion?

  • Print report and append control image to report.vi problem

    why print report.vi and control image to report.vi can't executable in xp service pack 3??
    before that, i use xp service pack 1. these sub vi can use successful. but after i transfer all ni file into xp service pack 3, that sub vi can't executable..why it happen???
    please, help me...

    When you said that you used your VIs in service pack 1 and then transferred to Service pack 3, are you referring to 2 different computers or you simply updated the computer with SP1 to SP3?
    If you are using 2 different computers, were all the software and the toolkit also installed in the pc with SP3? I am using XP with SP3 and I am not having any problems with the print vi.
    If you have more information, like if you get an error message, kindly post it here as well.
    Best regards,
    Mary Anne
    .....YOU WONT LEARN IF YOU ALREADY KNOW.....

  • Problems printing pdfs generated by Crystal Reports X

    The printers in our office area were recently upgraded to Xerox Work Centre 5632 printers using Managed Print Service.  We are now having issues printing reports from within the application to any of these newly defined printers.  The Arial font, which is commonly used on the majority of our report templates, is displaying as a series of squares with readable letters or numbers thrown in randomly.   I don't know if the issue is limited to Arial, or if other fonts behave similarly.  I have tried to print several different reports to several different print servers and printer combinations, all with the same result. When viewing the report online, or saving as PDF and viewing, it looks fine.  If we save the report as a PDF, then select "print as an image" (on the advanced tab of the print menu), the report will print correctly.
    Is there any way to either change the report design or a setting in Crystal Reports to prevent this from happening ? This problem did not occur when using a different printer.

    This is not a Crystal Reports issue.  It is a printer (or printer driver) issue.  Does the printer support Arial font???
    HTH,
    Carl

  • Problems with Print Report Queries and € sign

    Hi,
    In one of my database fields I've prices with currency (euro sign, dollar, etc.) saved as varchar2.
    In PDF report I need to make some calculations with this value, so I thought of dividing it into 2 parts, value and currency.
    As SQL statement I've the following:
    SELECT REGEXP_REPLACE(REPLACE(PRICE, '&#8364;', ''), '[^[:digit:]|.|,]*', '') PRICE,
           TRIM(SUBSTR(PRICE, LENGTH(REGEXP_REPLACE(REPLACE(PRICE, '&#8364;', ''), '[^[:digit:]|.|,]*', ''))+1)) CURRENCY
    FROM   MY_TABLEIn SQL Workshop it's working fine, but when I put this query as the Printing Report Query, the value & # 8 3 6 4 ; is translated first into € and then in rotated question mark, which means the query is no more working.
    Any other ideas how to solve the problem?
    Thanks
    chrissy

    willspring,
    Just to make sure: As I understand it, things worked in CS4, not only in earlier versions.
    To reset settings in Illy, you may Move the folder, but it may not solve the issue (the simpler but less thorough resetting being to Ctrl+Alt+Shift/Cmd+Option+Shift during startup).
    Have you made any changes, such as printer driver or whatever, between success and failure?

  • Problem to print report with graph

    Hello,
    I make a vi to print or save in html file my front panel results. In the results, I have a graph and to save it in my report I use the "Append Control Image to Report.vi".
    The problem is when I print the report the Image is in the top of page and it's size is limited by the size of the left header text. And the top text (not header but just the Title text) is placed after the image.
    Now when I save it in the HTML file, I have any problems in the structure of my report.
    If you have suggestions, I listen to.
    I have an idea to divert the problem is to make a vi to print the HTML file but I don't know to make it.
    Thanks for help.
    I have attach the file. A man please print the report and say me if the struct
    ure is good. Like this, I know that the problem is a problem to my computer config or print config.(Use Labview 6.1)
    Thanks for help.
    SAM
    Attachments:
    Report_generation.zip ‏34 KB

    Hi midtisam,
    I've run your VI to test it for you. I believe I am seeing the same bahavior that you are. The graph always shows up at the top of the page even though it is added after the header. Also, I tried creating an HTML file and it worked correctly. I would suggest doing this since it seems to work better.
    Now, you can not use the Print Report VI with HTML reports. If you are able, I would suggest just creating the HTML report and either printing it from your computer through Internet Explorer or sending the file to whoever needs it. Best of luck.
    J.R. Allen

  • Problems printing PDF from Reports

    Hi,
    I'm having a problem with the Report's way of generating pdf-documents.
    The report that Reports was supposed to create have some bullets where but when Reports converts the document to pdf it sometimes insert asterisks instead of bullets...but only sometimes. At other times the bullets are substituted with | signs ???
    When I open the file with Acrobat reader, you can see the asterisks (sometimes) and (sometimes) the bullets, so I don't think that it is Acrobat.
    How do I get it to print bullets every time?
    Can it be something with fonts ?
    All help is appriaciated very much as I'm going crazy soon :P
    mvh Christian

    Hi Christian,
    I have a similar problem with Report 10g R1. We have a Report which contains a lot of informations, so all field have the little size they can (on report builder). Some times, the report is ok, but some times, informations are replaced by '*'. Report replace characters by '*' when there is not enough place !!!
    If I compare a good and a bad report, I can see that the text has not exactly the same size !!! And I can see in the PDF (open with text editor) that there are some differences...
    I have an open tar on metalink, but no solution for the moment...
    Another thing, this occurs on our 3 production servers but not on our development server...

  • Problem with printing report document issue

    hi i want to implement "Print all" button functionality in my simple school management software where the
    report printing of whole students of same class can be done with a single "print all" button function.
    how can i implement this? i am lacking logic and skill here. please help.
    thanks

    its the simple student management system where the teacher will input the marks of the students in particular subjects and store it in the database. now i have to print that on the report card. printing report as per student might be troublesome so i want to implement the " print all" button where the report card of all the students in that class will be printed in the report cards. its: printer printing the report of a student in the paper (A4 size) and then printer takes another paper sheet and then print the report of another student of same class until finish. how to accomplish this task?

  • Problem with printing report (URGENT)

    hi every body, (urgent)
    When I print a report the margin of report not as i am like, i change the setting of printer to be suitable with what i want but nothong change,so the output of report not good.
    can any body tell me if can change margin of the printer from inside the report (at run time) or any solution.
    thanks
    null

    its the simple student management system where the teacher will input the marks of the students in particular subjects and store it in the database. now i have to print that on the report card. printing report as per student might be troublesome so i want to implement the " print all" button where the report card of all the students in that class will be printed in the report cards. its: printer printing the report of a student in the paper (A4 size) and then printer takes another paper sheet and then print the report of another student of same class until finish. how to accomplish this task?

Maybe you are looking for