Start BI Publisher Report without authentication

Hello
I'd like to start BI Publisher Reports from Apex using a simple URL but without having to login into BI Publisher. Is there a way to provide username/password in the URL ( like with Oracle Reports cgi) or another possibility avoiding to type in Publisher credentials?
I know there is a technique to start Publisher Reports from Apex using a webservice, but with this it isn't possible to show the output on screen.
Thank you
Norbert

Thank you Turribeach.
I tried the guest folder as we don't use SSO. Anyway I can't get it to work... maybe I got a wrong value for Guest Folder Name? The report lies in Shared Folders/Guest. If I use "Guest" for Guest Folder Name I receive the error "The report cannot be rendered because of an error, please contact the administrator.". If I start the report out of BIP it works fine. Any other setting of Guest Folder Name, i.e. "/Guest" or "/Shared Folder/Guest" will bring up the credentials dialog and after loggin in the report is displayed ok.
Any suggentions what's wrong or missing?

Similar Messages

  • CREATE XML PUBLISHER REPORT WITHOUT USING RDF

    Hi Every one ,
    Can anybody share his/her expertise on following issue ?
    "How to create XML Publisher Report without using RDF?"
    Your help is appreciated.

    Hi Swapnesh
    YOu do not need to create the XDODTEXE, its seeded for you. You need to do the following:
    1. Create and test the data template
    2. Load the data template to the template manager against a data definition
    3. Create a concurrent program definition that uses the XDODTEXE as its executable
    4. Create parameters (if required) for the CP and DT that match in name
    You're done
    Regards
    Tim

  • Xml Publisher Report Without RDF

    Hi experts,
    I need to customize the seeded XML publisher report.Till now i developed XML publisher reports by developing rdf only. But here i didn't see any rdf for it..
    without rdf how we can create the xml publisher report. I need to insert a field in this report where i need to insert this field.
    where i found the SQL query for this report.Please help me
    Thanks
    Ashok

    Thank u,
    Here I need to customize the Sales Order XSL Template which is a seeded template in Order Management.
    and it will execute when user select the actions button-> print and prview .so there is no concurrent program for this.they did the setups for this.
    I didn't find any datetemplate for this in data defination window.here I need to change this one as
    1.     Update the Report Header to read “Dispatch Note” instead of “ORDERING DOCUMENT”.
    2.     Inclusion of logo for each police authority (Open Issue).
    3.     Modification to include *“United Kingdom” instead of U.S.* in the free text portion of the PRODUCT section. “United Kingdom” value will be derived from the country specified for the selected organization and not hardcoded.
    4.     Footer to include shipment date instead of Sales Order Creation date and the document should be available to print only after Ship Confirm.
    5.     Updating the Layout template in the Transaction Type setup, so that it points to the modified layout template.
    6.     The modified Dispatch Note document will be included in the Ship Confirm document set and this document set will be included in the respective Ship Confirm rules. This Ship Confirm Rule will be attached in the Shipping parameters tabs for both the organisations. This step would enable the Dispatch Note to be printed automatically after successful completion Ship Confirm process.
    I have *.XSD file and .XSL file * .. I don't find any data template in datadefination window to see the SQL query.
    I thought now i have to change the *.XSD AND .XSL FILES* is it right? Is there any other solution for this ..
    Thanks
    Ashok
    Edited by: 886640 on Oct 11, 2011 6:41 AM
    Edited by: 886640 on Oct 11, 2011 10:00 PM
    Edited by: 886640 on Oct 11, 2011 11:07 PM

  • XML Publisher (now BI Publisher) reports without Using RDF

    Hi All,
    We am trying to generate XML Publisher (now BI Publisher) reports from Oracle EBS reports without Using RDF.
    We have generated the required report using RDF however as we are trying to move away from RDF, we are looking for this type of solution (i.e without RDF). We simply want to use SQL query for XML output.
    I tried to generate XML output from a concurrent program which is a SQL query however the output doesn't come out in proper XML format.
    I am sure this can be done through XML publisher using pl/sql procedure. By using a procedure and using the function DBMS_XMLGEN.getxml to generate the output in XML format & storing it in a variable declared as CLOB type. The reports are running fine smaller result set but its giving error "Value or Numeric Error' for larger resul set. Following is the way i am using the function:
    select DBMS_XMLGEN.GETXML('select * from dual') into result from dual;
    Where result is declared as CLOB Type.
    Can anyone help please?
    Thanks.

    I used a different approach.
    I registered a concurrent program with executable as XDODTEXE and output as XML.
    I added a XML data definition (which contains my SQL query) on XML Publsiher admin and Registerd a template against that XML data definition.
    This solved my problem.
    Thanks all.

  • Creating XML Publisher report without xml data source

    Hi
    Anyone developed XML publisher without xml source.I wanted to know is there any way to develop that..
    Presently we need a .xml file to develop any report on XML Publisher.But if there will be a way where is no .xml file and we need to generate tags for the data from scratch
    thanks
    kp

    So why develop a report if there is no data? I can only think that you have a bunch of static text, maybe an instruction page you want to publish? If so, you still need a data source, it can be a dummy source
    <?xml version="1.0"?>
    <ROOT/>
    ie no data per se. BIP needs a source even if there is not data to merge.
    Cheers
    Tim

  • Show report without authentication

    hi,
    i have a requirement that i want to show a report every month to anybody who have the link(ie URL) without any authentication.
    could we implement this ???
    if yes please provide the detailed steps...
    Cheers...

    in the above link if the user goes to the link
    http://localhost:9704/analytics/saw.dll?Dashboard&_scid=zoOm3GZQusI&PortalPath=Sharedpath&Page=Pagenamel&PageIdentifier=name&BookmarkState=bookname&NQuser=Administrator&NQPassword=Administrator
    then he can see the particular report
    but if he goes to this URL after the aboe
    http://localhost:9704/analytics then he can see other reports also..
    my requirement is that if he try to access
    http://localhost:9704/analytics
    link then he should be asked for username and password....
    regards
    Ankit

  • Auto start EP7 upon reboot without authentication

    Hi,
    How can you configure the EP7 SP12 portal in the Windows 2003 MSSQL environment to automatically start without having to authenticate after a reboot?
    Thanks in advance for any ideas.
    Regards,
    Rick

    Hi Rick,
    As padmanabhan said in Unix its possible using shell script, in windows you could try writing a bat file [batch file] and call it in Autoexec.bat.
    To open Autoexec.bat file, goto start -> run -> sysedit
    Thanks,
    Regards,
    Aditya Metukul.

  • Posible to start a report without a button, only i Select List ???

    Hi,
    another problem :)
    I have i lot of select lists in my aplication and the selectet items in the list are the values for my report. The problem is that i create a button for the select lists and when i click on the button the report was filled. Is there a option to start filling the report without the button ? I select the item in the list and now the report was filled with the values ? After the first select list i check the second. Select a value and the report is updated ?
    i hope someone understand my tricky question ^^"
    regards,
    Taki

    Create a lov
    Create a select item with submit referencing the same page
    Use the select with submit bindvariable as a bindvariable in the reportquery
    So when you select an item in the list, say the list has 4 values (1-4), eg. you select 2 in the selectlist with submit, the page redirects to itself putting the value 2 in the binvariable (the selectlist with submit), in the reportquery you refernce to the bindvariable in the where clause. Which contains the value 2. There are probably much more advanced ways to do this. Just started out myself. All the best. If it still isn't clear I give an even more thorough explination. Good luck.
    Message was edited by:
    Rik

  • Unable to view BI Publisher report with SSO configuration enabled

    Hi All,
    Can anybody let us know the configuration of the BI publisher with SSO enabled. We are unable to see any of the BI Publisher reports. without SSO configuration we have integration working perfectly fine with the OBIEE and Publisher.
    We followed the configuration steps to integrate BI Publisher with Oracle SSO. The following are the steps:
    1. deploy analytics.ear as a new application 'analyticsSOAP' in OAS
    2. protect analyticsSOAP in mod_osso.conf file under OAS
    3. change OBIEE Presentation services configuration to use analyticsSOAP/saw.dll
    4. run credstore utility to encrypt password
    5.restart xmlp server
    6.restart http server
    7.restart obiee server
    8. restart obiee presentation service
    Still we have issues when we try to accesses BI Publisher reports by clicking more Products -> BI Publisher or view reports directly on the OBIEE Dashboard
    Thanks in advance.

    configure one more virtual path which is unprotected from site minder. we had similar issue for Marketing and resolved by this virtual path.
    ref:
    http://vaandun-analytics.blogspot.com/2009/11/obi-publisher-with-empty-obi-catalog.html
    Thanks
    Sarathi

  • How to call a report without BI Publisher-authentication

    Could we call a report without BI Publisher-authentication ?
    Our infrastructure needs some reports that can be call with no authentication. Is there a configuration to do this?
    Any help will be really appreciated.
    Thanks

    Yes,
    Enable the guest account.
    Report will be allowed to be viewed from chosen guest folder without presenting credentials
    http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e12188/T421739T475591.htm
    check the guest access.

  • XML Publisher Report in EBS without Standard Oracle Report

    Hi folks ,
    i have some questions.
    Can I create a XML Publisher Report for the EBS without a Standard Oracle Report in EBS.
    So that I can build up the files with the Desktop Publisher, create Data Definition / Template with Upload / Create the executable und concurrent and than only start the new program in EBS ?
    I have the situation that I can start my program with the template in the background but ít is searching for the report on the file system.
    Thanks in advance for the feedback.
    regards
    Kay

    Hi Ravi ,
    can i do it only with the xml Publisher , because when i tried it in the past and get all the staff like Template / DD / CP up and running and started the CR i get an error from the system that he is missing a report directly in the file system... so he searched for the report himself on system like a standard 6i Report. But the template and the dd is stored in the db. So my question again, can I use the XML Puplisher without a Standard Report or can i use a dummy file only for checking and after that he use my template / dd.
    regards
    Kay

  • Put BI Publisher report in dashboard without OBIEE

    Hi All,
    I created a BI Publisher report, unfortunately, we don't have OBIEE, I can create a button to call the report from APEX, but how do I change it to dashboard report without OBIEE?
    Appreciate your help on this,
    Thanks,

    Are you trying to have multiple sql queries and have multiple sections displaying different data sets ? Or with one single query but display it in different ways in a single report ?
    You can create one single query as Report Query in APEX and associate it with a BIP report layout. So you can achieve a Dashboard layout with the report query/layout.

  • Printing BI Publisher report from OAF Page WITHOUT Preview or Save Option

    I have a requirement to print a BI Publisher Report on the invoke of a Button from a OAF Page. I have followed the method suggested in the below link to integrate OAF and BI Publisher.-
    http://apps2fusion.com/at/51-ps/260-integrating-xml-publisher-and-oa-framework
    In this scenario, I already developed Data Definition (XML) and Template (RTF) for the report and a self service page with 'Generate PDF' button. When the button is clicked the template is getting filled with the data from the database and displaying the PDF output. A dialog box with 'Open/Save/Cancel' appears before the PDF document is shown.
    But my requirement is to avoid this dialog box and Save option so when the button is clicked the document has to be directly sent to the printer.
    Is there anyway to achieve this? Please help as this is very urgent..
    Thanks,
    Naren

    Naveen,
    You need to read the documentation here:
    http://www.oracle.com/technetwork/middleware/bi-publisher/documentation/xmlpdocs-084437.html
    All of the information you need is in these:
    Administration and Developer's Guide
    Report Designer's Guide
    JavaDocs
    With the BI publisher (XML publisher) Java APIs, you can call a data template with parameters and get the XML from that.
    For an example that should be very close to what you need to do, see the comments section of this page:
    http://apps2fusion.com/at/ps/294-bi-publisher-document-viewer-common-region-embeded-report-output-in-oa-framework-page-part-2
    Find the comment titled: "Alternative: BlobDomain from data template"
    The great thing about using a Data Template is that, while you are NOT concurrent program dependent, you can still set up a concurrent program to run it for other purposes if you wish. Data Templates offer a lot more flexibility.
    Kurz

  • Error is occured while FTPing a BI publisher report

    The following Error is occured while FTPing a BI publisher report. The scheduling was running fine for the lase 1 year .But this error is occuring in production schedule of the ftp for the last 2 days.When I do the FTP by 'Run Immediately' manually it works fine.
    oracle.apps.xdo.servlet.scheduler.ProcessingException: [ID:4621] Document file to deliver not found : /u01b/obiee/OracleBI/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp7057786.tmp
    at oracle.apps.xdo.servlet.scheduler.XDOJob.deliver(XDOJob.java:1131)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:478)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)

    I've also encounter this error since many mounth now and especially when using Excel Template (not RTF Template) with FTP Delivery (Without Busting OR with ScheduleBustringOption=FALSE using BIP Web Service).
    I've performed many tests trying to diagnose the cause but I need to redo these test because they was not done corretly. What I think is this is related with the processing of XML DATA with the corresponding Template.
    I remember that in most cases I had the folowing conditions to reproduce the problem :
    - Report is executed by scheduling it with FTP delivery
    - The correponding query did not return data (empty XML structure)
    - When execution ends, schedule status is SUCCESS (Data processing ???) but delivery is FAILED due to document not found in BIP temporary directories
    - When scheduling the report without using the template (that is XML format output) then all work perfectly without ERROR
    So you'll need to perform many test cases to identify cause OR submit bug on Oracle Support.
    I think sometimes BIP needs some MINIMAL XML structure for generated data to be able to work without error with template (RTF or EXCEL) which contains special formating like chart for example.
    Unfortunatly debugging those are very ........
    We solved our problem by modiying the template until error dissapear when no data is returned by the report query (I did not create SR on Oracle Support for this issue)
    Here is what I get in BIP log file when using my problematic excel template to reproduce error with a query that return empty dataset :
    [051111_123444854][oracle.apps.xdo.common.xml.XSLT10gR1][STATEMENT] Oracle XML Developers Kit 10.1.0.5.0 - Production
    [051111_123444857][][STATEMENT] XSLT temporary file *(/PATH_TO_BIP_TEMPORARY/xdo/tmp/cxmluFppViKt81198124878270451623.dat)* is set.
    [051111_123445002][][STATEMENT] BOUNDSHEET [Feuil1] start=0xA466
    [051111_123445003][][STATEMENT] BOUNDSHEET [Segment Mobile] start=0xA6B0
    [051111_123445003][][STATEMENT] BOUNDSHEET [XDO_METADATA] start=0xBB00
    [051111_123445003][][STATEMENT] BOUNDSHEET [Tableau croisé] start=0xBCC0
    [051111_123445003][][STATEMENT] ===== SHEET start=0xA466 end=0xA6AF=====
    [051111_123445004][][STATEMENT] ===== SHEET start=0xA6B0 end=0xBAFF=====
    [051111_123445005][][STATEMENT] ===== SHEET start=0xBB00 end=0xBCBF=====
    [051111_123445006][][STATEMENT] ===== SHEET start=0xBCC0 end=0xD904=====
    *[051111_123445495][][EXCEPTION] java.lang.ArrayIndexOutOfBoundsException*
    at java.util.Vector.elementAt(Vector.java:430)
    at oracle.apps.xdo.excel.user.biff.RowBlock.getRow(Unknown Source)
    at oracle.apps.xdo.excel.user.bimpl.BSheet.getRow(Unknown Source)
    at oracle.apps.xdo.template.excel.util.ExcelUtil.getRowInSheet(Unknown Source)
    at oracle.apps.xdo.template.excel.render.BookDataWriter.copyCell(Unknown Source)
    at oracle.apps.xdo.template.excel.render.BookDataWriter.finishCell(Unknown Source)
    at oracle.apps.xdo.template.excel.render.CellHandler.endElement(Unknown Source)
    at oracle.apps.xdo.template.excel.render.BookDataParser.endElement(Unknown Source)
    at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:210)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1295)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:292)
    at oracle.apps.xdo.template.excel.render.BookDataParser.parserXMLDocument(Unknown Source)
    at oracle.apps.xdo.template.excel.ExcelController.processActionLanguage(Unknown Source)
    at oracle.apps.xdo.template.excel.ExcelController.process(Unknown Source)
    at oracle.apps.xdo.template.ExcelProcessor.process(Unknown Source)
    at oracle.apps.xdo.service.excel.ExcelServiceTemplate.embedDataForExcelTemplate(ExcelServiceTemplate.java:718)
    at oracle.apps.xdo.service.excel.ExcelServiceTemplate.embedServiceTemplateData(ExcelServiceTemplate.java:737)
    at oracle.apps.xdo.servlet.ExcelCoreProcessor.transform(ExcelCoreProcessor.java:49)
    at oracle.apps.xdo.servlet.CoreProcessor.processScheduledRequest(CoreProcessor.java:517)
    at oracle.apps.xdo.servlet.CoreProcessor.processScheduledRequest(CoreProcessor.java:366)
    at oracle.apps.xdo.servlet.CoreProcessor.generateScheduledDocument(CoreProcessor.java:114)
    at oracle.apps.xdo.servlet.ReportImpl.renderScheduledJob(ReportImpl.java:357)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.generateReport(XDOJob.java:977)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:418)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    [051111_123445497][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:614] Finished processing the document.
    [051111_123445497][][STATEMENT] [ID:614] Time elapsed for report processing : 8205, time from begining : 9423
    [051111_123445497][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:614] Document content type : application/vnd.ms-excel
    [051111_123445501][oracle.apps.xdo.servlet.scheduler.XDOJob][EXCEPTION] [ID:614] Unexpected exception occurred while the document delivery.
    oracle.apps.xdo.servlet.scheduler.ProcessingException: [ID:614] Document file to deliver not found : */PATH_TO_BIP_TEMPORARY/xdo/tmp/xmlp1038692480549035173tmp*
    at oracle.apps.xdo.servlet.scheduler.XDOJob.deliver(XDOJob.java:1178)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:496)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:196)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    The file not found */PATH_TO_BIP_TEMPORARY/xdo/tmp/xmlp1038692480549035173tmp* was created by BIP at the begining of the whole process with some other temporary files within the same temporary directory
    I guess at end of process BIP tries to perform some kind of merging with all temporary files created and associated with the corresponding JOBID. May I'm wrong ???
    Edited by: Cédric on 11 mai 2011 14:04

  • BI Publisher report bursting problem

    I am not able to make my report burst to separate files for ftp delivery. I am running BI Publisher version 10.1.3.4.1 (stand-alone). My data query looks like this:
    select a.agency_id, b.borr_name
    from agency_tbl a, borr_tbl b
    where a.rpt_date >= 20100101 and a.rpt_date <= 20100110
    and a.borr_id = b.borr_id
    and a.agency_id in (80013,80019)
    order by a.agency_id, b.borr_name
    My bursting/delivery query looks like this:
    select agency_id "KEY",
    'mytemplate' as TEMPLATE,
    'RTF' TEMPLATE_FORMAT,
    'en-US' LOCALE,
    'PDF' OUTPUT_FORMAT,
    'FTP' DEL_CHANNEL,
    'myserver' PARAMETER1,
    'myid' PARAMETER2,
    'mypwd' PARAMETER3,
    '/home1/web-docs-443/files/pdffiles' PARAMETER4,
    convert(varchar,agency_id) || '.pdf' PARAMETER5
    from agency_tbl
    where agency_id in (80013,80019)
    and rpt_date >= 20100101 and rpt_date <= 20100110
    (I have to put "KEY" in quotes because my database is sybase, and KEY is a reserved word.)
    I have verified that both queries return data (6 records each, no null agency_id keys).
    The goal is to create a file for each agency that lists their associated borrowers.
    I can view the report without problems. But when I schedule the report and enable bursting, I get the "Job was failed" email notification, and the report history shows this:
    Job Execution Information
    History ID 218
    Status Failed
    Start Processing Time 3/21/11 10:27 AM
    End Processing Time 3/21/11 10:27 AM
    Time Elapsed 1.68 sec
    System Message oracle.apps.xdo.servlet.scheduler.ProcessingException: java.lang.NullPointerException
         at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.java:2116)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:358)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    Caused by: java.lang.NullPointerException
         at com.sun.java.util.collections.Hashtable.containsKey(Hashtable.java:300)
         at oracle.apps.xdo.batch.bursting.DeliveryXMLParser.processRow(Unknown Source)
         at oracle.apps.xdo.batch.bursting.DeliveryXMLParser.endDeliveryInfoElement(Unknown Source)
         at oracle.apps.xdo.batch.bursting.DeliveryXMLParser.endElement(Unknown Source)
         at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:210)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1318)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:263)
         at oracle.apps.xdo.batch.bursting.DeliveryXMLParser.getDeliveryChannels(Unknown Source)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.createEnterpriseReportRequest(Unknown Source)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.setDeliveryControlFile(Unknown Source)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.java:1916)
         ... 3 more
    Bursting Definitions
    Bursting Node /ROWSET/ROW/agency_id
    Delivery Node /ROWSET/ROW/agency_id
    Any help will be greatly appreciated. This has me stumped . . . I am out of ideas.

    What caused our bursting problem:
    We had to put the word "KEY" in quotes (in our bursting query), because KEY is a reserved word in sybase. But putting it in quotes caused a problem - the results of the bursting query did not contain a "KEY" tag.
    . . . And the solution:
    We added the connection property "GET_COLUMN_LABEL_FOR_NAME=true" to our sybase datasource definition. Many thanks to Tim Dexter, and to Paul from the sybase forums (http://newsgroupstats.info/article/forums.sybase.com/sybase.public.jconnect/2308/Column-aliases-not-working.html) c. 2007.
    And thanks again to Jorge for the helpful suggestion.
    Steve Z.

Maybe you are looking for

  • Can I purchase multiple copies of the same song

    I want to purchase multiple copies of the same song to avoid copyright issues if I make a mixed cd and give it away.

  • HP Laserjet 6L is error state in Windows 8.1

    Hi everyone, I need your help on this one. I bought a new PC (Dell Inspiron 3000) which has Windows 8.1 I installed my HP Hewlett Packard Laserjet 6L using Windows printer install (Windows update button to find the right printer). The printer is in e

  • Query issue

    I had query issue on planning layout Sold    mat   price   qty   amount 100      3        5        5          25    layout 1 100      4       10       5          50    layout2 when I should removed  material  cal has to come  like this 100           

  • Print Document without Markup

    When you print a PDF to a PDF from within Acrobat, there is the option to print Document and Markups or Document under the Comment and Forms dropdown. I need to be able to flag this option in distiller so that when I print through distiller in other

  • Release codes more than 8 in a release strategy

    Hello, Is it possible to have more than 8 release codes in a strategy? I have read this is possible via a user-exit. However would like to get some direction on how this can be acheived. Thanks for your help in advance. saurabh