Unable to generate PostScript reports

We need to generate report output in PostScript format using,
http://hostname:port/DEV60CGI.EXE
If the following option is given (along with other report parameters),
DESTYPE FILE/CACHE
DESFORMAT EPS
the report server throws up an error. "Invalid name in DESFORMAT"
It is very important for us to get this working as THAI characters are not getting printed in PDF format.

hello,
the correct desformat would be Postscript!
regards,
the oracle reports team

Similar Messages

  • Unable to generate Pdf report for crystal 9/10  in Windows 2012 (Standard) server with Times New Roman font. With same font, report getting generated in excel, text, csv format in Windows 2012.

    For Times New Roman font in Windows server 2012 R2 (Standard), crystal 9/10 report in pdf format is not getting generated. When we change the font for specific report like Arial, Calibri , Cambria then pdf report getting created.
    In Windows 2008 R2, same application worked fine to generate pdf report for TimesNewRoman font and there is no change done in the application which is being used in Windows 2012 R2 server.

    Ok, thanks for the reply. You need to contact support or a forum for the Crystal software. Third party products don't usually include Adobe technology, they have their own software. When you contact them, you may want to expand "unable to generate" to give any specific symptoms including any error messages.

  • Unable to generate Sales Report of Business Partner  by State-XL Reporter

    We are not able to generate Sales Report of Business Partner  by State using XL Reporter.
    The issue is that we can not access the Bill to State for BPs, or for that matter the Ship-to State.  We can access Bill T street, block, city, country u2013 everything except state.
    There is a CRD State, but for sales reports this is useless.  Can someone advise on this?
    Thanks in advance,
    Srini

    You can get around this by creating a UDF and formatted search to populate it.
    The XL Report can then be created, but, watch out on upgrade - XL Reports with UDF's are not easy on upgrade, especially where the UDF will be a run parameter. I often have to re-write after upgrade, so store a base one without the parameter setting

  • View Planner 3.5 - Unable to generate PDF report.

    I'm running into a problem where the run completes successfully and data is downloaded but generation of the PDF report fails.  I was able to successfully generate a PDF for a single VM local mode run but it is failing for a multi-VM local mode run.  Below is the error that I'm seeing in the log.  Any ideas?
    2015-02-19 15:26:12,307 DEBUG    Getting test averages across all VMs and all iterations for test: Multi-vm-local
    2015-02-19 15:26:12,307 INFO     Running query: SELECT max(test_id),min(test_id) from testinfo where test_name = "Multi-vm-local" and testinfo.start_time = "2015-02-19 15:12:00"
    2015-02-19 15:26:12,308 INFO     Running query: select distinct event_name,avg(event_latency) from localresults               where event_name not like "%RETRIES" and (linfo_FK= 6) group by event_name Warning: empty y range [0:0], adjusting to [-1:1] Warning: empty y range [0:0], adjusting to [-1:1]
    2015-02-19 15:26:16,385 ERROR    Error in generating the report.
    2015-02-19 15:26:16,386 ERROR    Error in generating the report: Traceback (most recent call last): 
    File "/build/mts/release/bora-2236700/performance/viewplanner/Harness/root/listener.py", line 86, in completeRunVMs 
    File "/build/mts/release/bora-2236700/performance/viewplanner/Harness/root/shared_data.py", line 1369, in generatePDFReport 
    File "/build/mts/release/bora-2236700/performance/viewplanner/Harness/root/PDFgen.py", line 1641, in Run 
    File "/build/mts/release/bora-2236700/performance/viewplanner/Harness/root/PDFgen.py", line 671, in Sec4
    UnboundLocalError: local variable 'MaxIdx' referenced before assignment
    2015-02-19 15:26:16,387 INFO     Report generation command executed.
    2015-02-19 15:26:18,751 DEBUG    Returning the current status: 1 with message Run completed with [Workload Started on 4 machines ] and [ Desktops Uploaded --> 4 (0 errors) ]

    banit,
    Thanks for the file.  After updating I seem to be getting past the last error but am running into another problem.  Below is the new error that I'm running into.
    Traceback (most recent call last):
      File "PDFgen.py", line 1706, in <module>
      File "PDFgen.py", line 1703, in main
      File "PDFgen.py", line 1644, in Run
      File "PDFgen.py", line 796, in Sec4
    IndexError: list index out of range

  • Need pointers_ Unable to generate the report

    Hi,
    When I am running a concurrent program(Report), it hangs/timed out. Many users access the Oracle Front End Application Form and they dont close it beacuse of many reasons.If I have to run the concurrent program at that time,the program hangs and it is not up till either of the transactions is closed(with/without changes).At the back end, the program is updating a table on which the Front End user is working. I tried using Share, Exclusive locks with NOWAIT command but didn't work.When I pass the parameters and try to run the Program, it says RESOURCE BUSY AND ACQUIRES NOWAIT SPECIFIED which means the report is not accepting any parameter.My understanding on this: some user might have opened the Front end form and tried to update it, didn't close the form which could have created an automatic lock on the table.
    My requirement is: I need to run the report successfully.If I don't use the locks, still the report hangs and with no message ..but with the parameter.
    In the report, I am calling a procedure and updating the table, which is the first step and it hangs as the Front end application is closed.I cannot run the report unless the user closes the FORM / the session is killed which is manual. I need to achieve this programatically.Please help me with the solution if any.
    Thanks
    MShaik

    Hi kiran
    As stated by ralf it should be in ms word.if it is in pdf there might be some coversion config at wwi.ini level.check the oss note 744096 you may get the solution.
    Balajee

  • Generating Postscript file using (psl132.prt) and Text file in one go

    Actually my requirement is to have soft copy , postscript files in a single shot for character mode report because the report fetches data from the table then deletes the data.
    - I am able to generate softcopy, and postscript files same using distribution file for Bitmap report as shown below :-
    [RWRUN REPORT=C:\Report\R_TEST.RDF userid = test / test @ test DISTRIBUTE=YES DESTINATION=C:\Report\bRep.dst   ERRFILE=C:\Report\Final\report.err
    The brep.dst file for bitmap report is as follows:-
    DEST1: DESNAME=C:\Report\tpdf.pdf DESTYPE=File DESFORMAT=PDF COPIES=1 LEVEL=Report
    DEST2: DESNAME=C:\Report\test.prn DESTYPE=File DESFORMAT=BITMAP COPIES=1 LEVEL=Report
    But in case of Char mode report i am able to generate text file but i am unable to generate postscript file for using printer definition file. The commands used are as follows :-
    RWRUN REPORT=C:\Report\R_TEST.RDF userid = test / test  @ test DISTRIBUTE=YES MODE=CHARACTER   DESTINATION=C:\Reports\cRep.dst ERRFILE=C:\Report\Final\report.err
    The crep.dst file for char report is as follows :-
    DEST1: DESNAME=C:\Report\tpdf.text  DESTYPE=File DESFORMAT=ASCII   COPIES=1 LEVEL=Report
    DEST2: DESNAME=C:\Report\test.prn  DESTYPE=File DESFORMAT=prt132.prn COPIES=1 LEVEL=Report  (This option does not work is there any work around to make it work) ]
    I am getting an error. it there any work around for this or there is any other solution.
    Is there any other way i convert my text file to postscript file or viceversa...thanks

    Hi,
    Peter Gjelstrup wrote:
    Next thing is how to use it:
    declare
    k_file constant varchar2(30) := 'YourFile.xls'
    begin
    create_file(k_file);
    -- Call other procedures
    close_file;
    end;
    Don't forget: these procedures are all part of the gen_xl_xml package.
    To call them from outside the package, you have to prefix each procedure name with the package name, like this:
    declare
    k_file constant varchar2(30) := 'YourFile.xls'
    begin
    gen_xl_xml.create_file(k_file);
    -- Call other procedures
    gen_xl_xml.close_file;
    end;

  • Unable to genereate AWR report

    HI Experts,
    I was unable to generate AWR report on my database..
    While generating i am getting below error..
    Enter value for report_name: awr_sggebpu1_1
    Using the report name awr_sggebpu1_1
    select output from table(dbms_workload_repository.awr_report_html( :dbid,
    ERROR at line 1:
    ORA-00904: : invalid identifier
    i am connecting as emp1 user to my database ORCL2.
    conn emp1/emp1@ORCL2 -- > Oracle version 10.2.0.5.0

    user11175946 wrote:
    HI Experts,
    I was unable to generate AWR report on my database..
    While generating i am getting below error..
    Enter value for report_name: awr_sggebpu1_1
    Using the report name awr_sggebpu1_1
    select output from table(dbms_workload_repository.awr_report_html( :dbid,
    ERROR at line 1:
    ORA-00904: : invalid identifier
    i am connecting as emp1 user to my database ORCL2.
    conn emp1/emp1@ORCL2 -- > Oracle version 10.2.0.5.0Are you executing from emp1 user? Does it have privilege to execute?
    try as below
    $sqlplus / as sysdba -- connect as sysdba
    SQL> grant execute on dbms_workload_repository to emp1;
    SQL> conn emp/emp1
    SQL> @?/rdbms/admin/awrrpt.sql
    post if any errors

  • Unable to generate ADDM snapshot reports as the error_count is 1

    Hi,
    my db is on 10.1.0.2 windows 2003 server.
    errors while generating ADDM snapshots, was schedule for every 15 minutes,
    the error_count is 1 from dba_hist_snap, these errors are continous and generates a trace file on m000_no
    *** ACTION NAME:(Auto-Flush Slave Action) 2007-10-26 11:15:46.171
    *** MODULE NAME:(MMON_SLAVE) 2007-10-26 11:15:46.171
    *** SERVICE NAME:(SYS$BACKGROUND) 2007-10-26 11:15:46.171
    *** SESSION ID:(564.28596) 2007-10-26 11:15:46.171
    *** KEWROCISTMTEXEC - encountered error: (ORA-00001: unique constraint (SYS.WRH$_SQLBIND_PK) violated
    *** SQLSTR: total-len=701, dump-len=240,
    STR={insert into wrh$_sqlbind   (snap_id, dbid, instance_number,    sql_id, child_number, name, position, dup_position,    datatype, datatype_string, character_sid,    precision, scale, max_length, was_captured,    last_captured, value_string, v}
    *** KEWRAFM1: Error=13509 encountered by kewrfteh;
    any suggestions what should be done, i need an immediate solution to stop these errors happening, i am unable to generate a snapshot report .

    Rajesh,
    your URLs are not viewable for most of the forum users, as they are in the Oracle Intranet. Better you use the internal help list for this question.
    Regards
    Rainer

  • Oracle Reports - Unable to generate report with colored image in bitmap mod

    Hi,
    I am using Oracle reports 6i.
    I am generating a post script[.ps] file using bitmap mode.
    The layout contains an image. The image is stored in oracle database which is colored image.
    But when the report is generated same is being generated with gray color.
    Could any one advise on resolving this issue? The objective is to generate the report with colored image and not gray or black&white

    What kind of images do you have? Reports only supports a few formats, e.g. JFIF. So, if you have JPG images with EXIF meta information in the header, you have to remove those first.
    when the report is generated same is being generated with gray color.What happens if you sent the output directly to the printer?
    And what happens if you create a PDF file instead of Postscript?

  • Unable to generate BUG summary report in RME

    Hi, I am unable to generate bug summary report in RME. Even I can not generate PSIRT report as well..LMS always gives error "incorrect cisco.com credential. enter correct credential" I have checked my credentials are correct... it gives me error no BTKT:0014
    I am using LMS3.1 attaaching snap shot of my patch level and application version running on LMS...
    Please help me to solve this isue.
    Thanks

    Upgrade to LMS 3.2.1
    Install the patch for version 3.2 mentioned here https://supportforums.cisco.com/docs/DOC-16806
    Then it works again
    Cheers,
    Michel

  • Unable to generate report for a specific user

    Hi all,
    I have a simple report in Agreements screen. The report is working fine when i Use another developer's id. But when i login using my Id and click the reports icon, it throws the following error.
    " SBL-DAT-00382: The same values for '<?>' already exist.
    If you would like to enter a new record, please ensure that the field values are unique. "
    i have tried generating the report for the same agreement id. The report throws the error only when my login id is used and succesfully generating for other ids.
    Pl help me understand.
    Thanks
    Sri

    978849 wrote:
    Hi all,
    I have a simple report in Agreements screen. The report is working fine when i Use another developer's id. But when i login using my Id and click the reports icon, it throws the following error.
    " SBL-DAT-00382: The same values for '<?>' already exist.
    If you would like to enter a new record, please ensure that the field values are unique. "
    i have tried generating the report for the same agreement id. The report throws the error only when my login id is used and succesfully generating for other ids.
    Pl help me understand.Understand that this has nothing to do with Oracle Application Express (APEX) which is the topic of this forum. Why have you posted this here?

  • Unable to generate two Exchange 2010 reports

    i
    I am using SCOM 2007 R2 and I am not able to pull the below Exchange 2010 reports in SCOM. till Last month its working fine and now the issue started.
    1. Report Name: Microsoft.Exchange.2010.Reports.Transport.Platform.TopUsers
    Error Message
    Date: 2014-09-12 22:02:22
    Application: System Center Operations Manager 2007 R2
    Application Version: 6.1.7221.81
    Severity: Error
    Message: Cannot initialize report.
    Microsoft.Reporting.WinForms.ReportServerException: An internal error occurred on the report server. See the error log for more details. (rsInternalError) ---> Microsoft.Reporting.WinForms.ReportServerException: For more information about this error
    navigate to the report server on the local server machine, or enable remote errors
       --- End of inner exception stack trace ---
       at Microsoft.Reporting.WinForms.ServerReport.GetExecutionInfo()
       at Microsoft.Reporting.WinForms.ServerReport.GetParameters()
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Reporting.Parameters.ReportParameterBlock.Initialize(ServerReport serverReport)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Console.ReportForm.SetReportJob(Object sender, ConsoleJobEventArgs args)
    Microsoft.Reporting.WinForms.ReportServerException: For more information about this error navigate to the report server on the local server machine, or enable remote errors
    2.Microsoft.Exchange.2010.Reports.SLA
    Error Message:
    An error has occured during report processing.
    Query execution failed for dataset 'OutageBreakdown'
    For more information about this error navigate to the report server on the local server machine, or enable remote errors.
    Please help us to resolve this issue.
    Donald D'souza (http://donald-scom.blogspot.com/)

    Regarding the error, please also try the following methods:
    Error message when you try to generate a report in System Center Operations Manager 2007: "Cannot initialize report"
    http://support.microsoft.com/kb/942865
    SCOM - "Cannot initialize report" error
    http://blogs.technet.com/b/csstwplatform/archive/2009/02/16/scom-cannot-initialize-report-error.aspx
    SCOM R2 Console error message: Cannot initialize report.
    http://thoughtsonopsmgr.blogspot.com/2010/04/scom-r2-console-error-message-cannot.html
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • Unable to view custom report generated in Manage Content and Structure !!!

    Hello,
    I am farm administrator and I have created report to view all checked out documents for site collection.
    as below:
    Title : All Checked Out Documents
    Query : <Where><Geq><FieldRef Name="CheckoutUser" LookupId="TRUE"/><Value Type="int">0</Value></Geq></Where>
    Issue:
    When I see the report , I am able to see all checked out documents.However site admin and owner is unable to view this report.
    They are getting following message:
    There are no items to show in this view.
    Would you please let me know what can be the root cause and how can I resolve it ?
    Thanks and Regards,
    Dipti Chhatrapati

    Dipti,
    This is by design and Unfortunately, no one else can see the documents because they have never been checked in. Even the site owner
    can't see the documents.  However Site collection admin can see everything.
    Fortunately, there is an easy way to handle this situation. The site owner can go to the Document Library Settingspage and click on the link to Manage
    checked out files.
    From here, he can select the documents and click the Take Ownership of Selection link.
    Few links: CHECKING OUT DOCUMENTS =
    NO ONE ELSE CAN SEE THEM!
    Hope it will help :)
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Unable to generate reports in Cisco ACS 4.2

    Hi All,
    I have configured AAA on Firewall & i am successfully able to login into it using ACS username & password but unable to generate Accounting & Administration logs. Whenever i check either of these logs it shows me blank page. Below is the AAA config on Firewall.
    I have installed Cisco ACS 4.2 on windows 2003 server.
          aaa-server test protocol tacacs+
          aaa-server test (inside) host X.X.X.X
            key **********
          no aaa authentication http console AAA LOCAL
          aaa authentication http console test LOCAL
          no aaa authentication ssh console AAA LOCAL
          aaa authentication ssh console test LOCAL
          aaa authentication telnet console test LOCAL
          aaa authentication enable console test LOCAL
          aaa accounting enable console test
          aaa accounting ssh console test
          aaa accounting telnet console test   
          aaa accounting command test
    Awaiting for soln.
    Thanks in advance.
    Regards,
    Amit.

    I had the same experience. I even reinstalled Remote Desktop on Leopard, which caused all the passwords and machines I had registered were hosed and I could build up the user/password database again.
    Look in your console log. If you see something like:
    Feb 12 10:55:22 dhcp46 [0x0-0x1a01a].com.apple.RemoteDesktopAgent[660]: IpcMemoryCreate: shmget(key=5433001, size=1466368, 03600) failed: Cannot allocate memory
    It means that the postgresql database that is started for collection this information can startup. It will try several times, and then fail. The way to fix this
    -Apple supplies their postgresql with some sensible memory settings for the trivial task they are asking postgresql to do
    -increase the memory settings from the complete system. In Leopard you do that by creating a file called /etc/sysctl.conf
    and add something like this:
    kern.sysv.shmmax=167772160
    kern.sysv.shmmin=1
    kern.sysv.shmmni=32
    kern.sysv.shmseg=8
    kern.sysv.shmall=65536
    See also:
    http://forum.servoy.com/viewtopic.php?p=47461

  • Unable to generate output. No data found in PRM

    Hi all,
    I am not able to see CPU Utilization and overall CPU Utilization report in PRM eventhough I have loaded Kernel reader (simple) module. System is running over 48 hours. There should be data for these reports.
    But it keep prompting me following error message:
    Unable to generate output. No data foundWhat can I check next in order to show the these report? Please help.

    hi
    dear u commit after inserting data or not do commit then check
    Rizwan
    www.rizwanshafiq.blogspot.com

Maybe you are looking for