BO Opendocument Url not giving pdf report when invoked through Java.

Hi All,
I'm trying to get pdf report by invoking the BO XI R3 server using the below url.
<br>
<br>
<br>
http://corpbo101d:41040/OpenDocument/opendoc/openDocument.jsp?sType=rpt&sDocName=BankAsAgentNA_1_au&sOutputFormat=P&lsS@model_code=BANKAGENT&lsS@user_id=sv66397&lsS@gen_no=1
<br>
<br>
<B>This url gives the pdf report as expected when accessed through the browser.</B>
<br>
<br>
But when accessing through Java it is not giving the pdf but its giving the content of the opendocument.jsp instead.
<br>
<B>Please let me what am I doing wrong.</B>
<br>
<br>
Thanks in advance.
Your code was breaking the forum thread so I removed it.
Edited by: Jason Everly on Apr 19, 2010 10:17 AM

Thanks for the response Jason,<br>
<br>
The java script were part of the output that I got when I invoked the url through Java. That is not the code that I'm using but the response which I'm getting after invoking the url.<br>
<br>
The url that I used is the one that I already pasted in the start of the thread.<br>
<br>
http://<server>:<port>/OpenDocument/opendoc/openDocument.jsp?sType=rpt&sDocName=BankAsAgentNA_1_au&sOutputFormat=P&lsS@model_code=BANKAGENT&lsS@user_id=sv66397&lsS@gen_no=1<br>
<br>
And yes I'm passing parameters along the url. <B>But it is with opendocument only and not viewrpt.*</B><br>
<br>
And this is already working through browser.<br>
<br>
But the problem occurs only during invocation through java, where I'm expecting a pdf byte stream. <br>
<br>
Instead i'm getting only html content. Which when I read through it, is nothing but the opendocument.jsp's source code.<br>
<br>
<B>Please find the java source code below.</B><br>
<br>
          void readContent(String url) throws Exception, Exception{<br>
               StringBuffer sb = new StringBuffer(url);
               sb.append("&SM_USER=").append("USERID");<br>
<br>               sb.append("&SM_SESSION=").append("fxdjmWRRN87gWfII3Bl//tUCgivgejevT29rnSInmXS05Hy8OZrVbzfxS7zLQbsceOX1NgPjBozft6GnYtLk7acHp6bom8pbgJrRXhlrB/okouB3LBoJl6oPf7eF/jj8CEYdsX5EhG/5MoK0YWrmIdWhjlmoixt0hHAdksm7S1rWlVSBhljv8KnjcFH7GA6QtP3TIPgSW1XaGhOiyUIMZL48av3f57KqXaAaw2dc32cJY28giWja2bGwQP/DcwMpuyHosZ1fKZVreoPHCKdvcYyV7jBZx0x68wacTBJgtBD1WdqdWmLwlA720xL8627LYNsbRtBPNHzCbjHQuA07iUVpwie8KuVfUL0bNloOejBX0idhkuRSKUEyWQOyvfXWaxL2rkZ/GRTsXzfTwUrUwqdoO6rDXGOPHFaLLdGd1VjBMZs5K6KAmpEs5lNf7CqBpCe5uG1J2QrxT5E7kqLRHBF1W2BN/AmqTpzvJoK5r7TXJZQVgGCcdnnZ9KLe5Zh8TED7VsU3DZCrXVOSol6dcbFQpqHozu0RVuOe5bQ4lfzgxtP0IdpjwAH4Sv6Bthf5/jujntxx6OjCl53GmtwN04e2ptf1UiBsN/MBClWXAMXW5WrtQEAyhp9Jcat2127AAkaEwFQEtPKoYa4Jg0GrzNZGHzj4UlqrWG9UeDAvGJ0GdZK4qrbkC6uPtn3ebMr/uHO90l4anrrSjWQYnKVjYNzCO4UUISYBy1aArFo73zEHz/ofdTCPk5FYSABGPTL2WnTEzOhvbHjI/y5ZZRAQVFgO38HhzhJvKr8TvF4sc/276UaMrjHf1UGL6ebB89UqKfLBrgzjvLLD3jZfX9R3N12fK0Z50rVFY/czb2Mui5s6VGnuEMcmoDAsUEjccmO4FhwswMW0KeBAPvc/2u6QJurxMPctBrDovV8FQSVhOLLGkzpeCUp4GlwDVEYYVRZY494xPi2hUmP4hsPafJ1s6HSTI/HmrH+I4oj90es4xjUBvTfALtWt5fSJbnF96Yes0vSGos4FuM908Bn/EK6CuOE8wAqLvmZvVVGZG12dvd");<br>
<br>
           InputStream in = new BufferedInputStream(connection.getInputStream());<br>
<br>
               Reader r = new InputStreamReader(in);<br>
               int c;<br>
               while ((c = r.read()) != -1) {<br>
                 System.out.print((char) c);<br>
               }<br>
     }<br>
Edited by: Naaveen M on Apr 20, 2010 2:21 PM

Similar Messages

  • The listbox event.changeEx is not giving proper index, when the text in the list is all in Chinese.

    We have a PDF built from Acrobat Pro. There is a listbox with text in Chinese.The listbox event.changeEx is not giving proper index, when the text in the list is all in Chinese. Do we need to set any configuration for the PDFs to work with Chinese text for listbox selection event.
    Something like Font or locale in adobe pro or the Windows 7 OS to be in Chinese.
    Please suggest.

    Please share your thoughts on the issue

  • I am running Vista and Windows Mail, I can not open PDF files when in Windows Mail, I must save to Desktop first, this has changes recently and I do not know why or how to fix

    I am running Vista and Windows Mail, I can not open PDF files when in Windows Mail, I must save to Desktop first, this has changes recently and I do not know why or how to fix.
    Why after 6 year's this has changed?
    I would like to open PDF's straight from Window Mail.

    Good day Jeff.
    I am running most current Adobe Reader X.
    Tks Mark

  • My code not give error nut not give pdf report output

    hi master
    sir see my code not give error nut not give pdf report output
    String reportSource = "./WEB-INF/reports/mfa.jasper";
    String reportDest = "./reports/mfa1.html";
    Connection conn = null ;
    Statement msqlStatement = null ;
    ResultSet mrs = null ;
    Connection mconn = null ;
    ExternalContext econtext = getExternalContext();
    InputStream stream = econtext.getResourceAsStream(reportSource);
    if (stream == null) {
    throw new IllegalArgumentException("Unknown report name '" + reportSource
    + "' requested");
    try {
    String mfat = ac_categoryDataProvider.getCachedRowSet().getDataSourceName();
    javax.naming.Context mctx = new javax.naming.InitialContext() ;
    DataSource mds = (DataSource)mctx.lookup(mfat);
    Connection mcon= mds.getConnection();
    mcon.setAutoCommit(false) ;
    JasperPrint jasperPrint = null;
    //getSessionBean1().getTripRowSet(),
    //getSessionBean1().getAc_categoryRowSet(), mfat getSessionBean1().getAc_categoryRowSet()
    jasperPrint = JasperFillManager.fillReport(stream, null,mcon);
    JRExporter exporter = null;
    HttpServletResponse response = (HttpServletResponse)econtext.getResponse();
    FacesContext fcontext = FacesContext.getCurrentInstance();
    exporter = new JRPdfExporter();
    exporter.setParameter(JRExporterParameter.JASPER_PRINT, jasperPrint);
    exporter.setParameter(JRExporterParameter.OUTPUT_STREAM,
    response.getOutputStream());
    exporter.exportReport();
    fcontext.responseComplete();
    } catch (Exception ex) {
    log(" Error Description" , ex);
    error("Error counting rows: " + ex.getMessage() );
    error("Error counting rows: " + ex );
    please give me idea
    thank's
    aamir

    Thanks Sven.
    The query works but the other way. The output is for all the targets, not for the respective target which we select from :p1_target.
    select target_name,target_type, column_label,
    warning_threshold,critical_threshold,occurrence_count
    from sysman.MGMT$TARGET_METRIC_SETTINGS@crmodem
    where target_name in (select MEMBER_TARGET_NAME from MGMT$TARGET_FLAT_MEMBERS@crmodem
    where upper(AGGREGATE_TARGET_NAME) like '%X' || :P1_TARGET || '%')
    Thanks again.

  • Report Logo - Displays on HTML, not on PDF report

    Hello once again Gurus.
    We have a system environment setup where we have BI Publisher Enterprise and Apex 3.1.2 talking together to create PDF reports on a Oracle 10g database (R2 I think, I'm uncertain). As part of a business requirement, depending on what project you are looking at within our apex application, when printing a report you see a logo specific to the project. We have already developed this using a RTF template with a dummy image embedded, and +url:{concat(.//URL,.//PROJECT_ID)}+ in the Alternative Text field of the Web tab of the Format Picture dialogue.
    This worked fine when using the RTF templates as Report Layouts within Apex and as templates within a BI Publisher report.
    However, now logos aren't appearing.
    I am not sure if we have upgraded the version of BI Publisher, but we are running Apex 3.1.2.00.02 on Dev and Apex 3.1.1.00.09 on test and prod, however none of these environments are outputting logos in the PDF reports.
    Curiously, if I go into the BI Publisher interface and ask for the report to be outputted as HTML, the image shows. Running the HTML version of the report from Apex also shows the logo -- but the logo isn't showing in the PDF reports.
    As I continue trouble shooting, any assistance would be greatly appreciated.
    Edit: We are on BIP 10.1.3.2

    If anyone could give us any insight on this, it would be appriciated.
    I'm unsure if its a permissions problem with the PDF seeing the image, or something related to server setup. We currently have a redirect in place to production that doesn't include the :7777 in the URL, and for some reason, if the G_URL for the image is changed to this portless URL, the image is embedded. However, this redirect was in place for another application, and will soon be locked down, so is not available for a long term solution to this problem

  • Report Logo - Displays on HTML, not on PDF report  (Apex report_)

    Hi Gurus.
    I thought I'd report this here, as we are having a BI Publisher error, and I'm not getting any help on the Apex subforum.
    +We have a system environment setup where we have BI Publisher Enterprise and Apex 3.1.2 talking together to create PDF reports on a Oracle 10g database (R2 I think, I'm uncertain). As part of a business requirement, depending on what project you are looking at within our apex application, when printing a report you see a logo specific to the project. We have already developed this using a RTF template with a dummy image embedded, and url:{concat(.//URL,.//PROJECT_ID)} in the Alternative Text field of the Web tab of the Format Picture dialogue.+
    This worked fine when using the RTF templates as Report Layouts within Apex and as templates within a BI Publisher report.
    However, now logos aren't appearing.
    We are on  BIP 10.1.3.2 according to the Help File, and we are running Apex 3.1.2.00.02 on Dev and Apex 3.1.1.00.09 on test and prod, however none of these environments are outputting logos in the PDF reports.
    Curiously, if I go into the BI Publisher interface and ask for the report to be outputted as HTML, the image shows. Running the HTML version of the report from Apex also shows the logo -- but the logo isn't showing in the PDF reports.
    As I continue trouble shooting, any assistance would be greatly appreciated.

    If anyone could give us any insight on this, it would be appriciated.
    I'm unsure if its a permissions problem with the PDF seeing the image, or something related to server setup. We currently have a redirect in place to production that doesn't include the :7777 in the URL, and for some reason, if the G_URL for the image is changed to this portless URL, the image is embedded. However, this redirect was in place for another application, and will soon be locked down, so is not available for a long term solution to this problem

  • System not giving Forward date when Material will be available

    Dear All,
    I have a problem of system not giving me the forward date when material will be available in the schedule line. I will give you an example - say material - A01 , stock of same is - 500 qty available. Availability check - 02(Individual reqt), all other MRP controllers also set properly.
    Now i create Sales order for the same material  for 650qty, system confirming 500qty but not giving me the confirmed date when rest 150qty will be available in the schedule line.
    Kindly tell me which config setting needs to be enabled to get this in sales order.
    Thanks in advance...

    Is there a MRP element which could cover the remaining 150? Like a purchase or production order, for example?
    If there's none, and you still want to have a confirmation after the replenishment lead time, maintain the RLT in material master, and use/define an ATP check that is taking in consideration RLT.
    If there's such an element, use/define/review ATP checking logic, to include such elements in the check.

  • Error Crystal report When viewed through SAP B1

    Dear Experts
    SAP B1 8.8 PL 16,SQL 2008
    I am facing error (Unable to retrive data from database)(Vendor code-156) while accessing Crystal report from client machine throgh SAP B1.I have imported Crystal report through manage layout.The crystal reported is in shared in SAP server B1 SHR folder.I am able to access data from crystal report when viewed otherwise.When accessed crsytal report through SAP b1 on SAP Server crystal report is working fine.
    Thanks & Regrds
    Saurabh Lamba

    Hi Saurabh Lamba,
    Go To Administration / System Initialisation / Authorisation / General Authorisation & Set Authorisation for user.
    If you have to Set Authorisation for user allready then follow this steps.
    1.Restore Database as Test Company.
    2.Export Report From Live Company.
    3.Import this Report in Test Company as different name.
    4.Export Report from Test Company have you Imported as deifferent name.
    5.Again Import this Report in Live company as different name
    I don't know what's the logic behind it.
    Thanks,
    Srujal Patel

  • Query not showing detailed result when run through query Designer or Portal

    Hi,
    There is one query which not showing detailed result while running through Query Designer or run in Portal.
    But strange thing is that it is showing the detailed result when i run it through BeX Analyzer.
    While all the other queries don't have this problem in system. All showing the correct detailed result.
    If anyone have some idea on this issue plz let me know.
    Regards,
    Javed
    Edited by: Javed Akhtar on Jul 7, 2009 3:59 PM

    Hi,
    We can do this setting in WAD. Please check the web template and try to remove that setting. When you have hierarchy then we can display only till certain level in portal, this setting is done in web template APIs, but in bex analyzer you can see all the detailed information.
    Edited
    Go through this thread for some more detailed information
    http://help.sap.com/saphelp_nw2004s/helpdata/en/44/7b5f0a95ce12d0e10000000a422035/frameset.htm
    Regards,
    rik

  • Console not seeing Media Centre when wired through...

    I have an issue that is causing no end of problems. My current wired network and wifi SSIDs
    BT Home Hub 2----- DHCP - Wifi 802.11g only {SSID}OLD
      |             |
      |           Sky HD Box (Wired)
      |           XBOX360_1 (Wired)
      |
    TP-Link WR1043N router --- Wifi 802.11n {SSID}N
      |            |
    WinXP1   WinXP2
    Connected to {SSID}OLD I have:
                                              2 PS3 consoles
                                              XBOX360_2
                                              WinXP3 (laptop)
                                              WinXP4 (desktop)
    Connected to {SSID}N I have:
                                              XBOX360_3
                                              3 tables
                                              4 android phones
                                              Win7_1
    All hardware can connect to the internet without problems and anything connect to both {SSID}N and {SSID}OLD or wired running through the WR1043N router can communicate without issue.
    WinXP1 hosts a a number of services (Web, POP, FPT) which communicate out to the internet as well as all internal devices and also hosts a Tversity Media Server. It also acts as a print server for the house with all devices taking advantage of the network printing, both Win and LRP, once again without issue.
    Thanks to WMP11, WinXP1 also hosts a secondary media player and the WR1043N router also hosts a media player. All devices on both and either wireless network can see all 3 media players and play video and media flawlessly.
    However I am having a problem with the 1 piece of hardware that is wired into the Home Hub itself. The device named XBOX360_1 can communicate fine on the internet (XboxLive, Lovefilm, IE) but it cannot reliably see any of the 3 media servers running on the network. Sometimes it sees nothing, then it sees them all but cannot connect, then it sees 1, lists the media available but will not play anything.
    I have tried all 3 XBOX360 consoles in that port and non of them can see the media servers when wired into the Home Hub, yet all 3 can see it when wireless. I have not tried wiring the consoles into the WR1043N router but as the WinXP2 can see everything on WinXP1 fine, I am happy it is nothing to do with the TP-Link kit.
    Also as anything connecting through {SSID}OLD has to pass through a wired network through WR1043N, I can say it is not a comms issue between WR1043N and HH2.
    I am only left with the possiblity that something on the HH2 is blocking traffic between 2 wired ports or is introducing an increased amount of network lag, worse than over wifi. I have tried a combination of all 4 ports on the HH2 and tried 3 different network cables between HH2 and the console and nothing seems to work.
    Is there any experience of there been communication issues between the ports on HH2 previously, or is there anyone out there with any more ideas because I am all out of them.
    Thanks
    I am guided by a force much greater than luck.

    ps3 Wired to HH - dlna protocol error 7531 - Appears to be a generic comms failure.
    Win7 Wired to HH  - intermittant, slow, not Ideal
    ** Decided rather than moving my consoles about I would swap out the routers first **
    Swap out the WR1043N entirely for a switch - same results as previous test when running through HH. No/intermittant connection to DLNA/Media servers slow/intermittant connection over HTTP, port 8080 etc
    Now the good news
    Swap out the HH2 entirely for a switch -  flawless performance across all connections and protocols. HH2 spurred off the switch so still had internet enabled and HH still acted as DNS, the only difference is the XBOX is not passing through the HH to talk to media server.
    It appears there is some interferance being introduced between the ethernet ports on the HH2 so time to replace it. The Win7 laptop is able to compensate for this to some expent but the consoles cannot.
    I unplugged the Sky box which also plugs into the HH and it does seem to at least transmit the Media Server library, but as soon as streaming starts, it cuts off again.
    I only see 3 solutions
    1. Ask BT for a new HH, unlikely due to its age
    2. move to another provider and get a new modem/router free
    3. buy another modem and move the WR1043N, great more money and not what I bought the WR1043N
    Personally I am thinking option 2 is the least hassle and most cost effective. Thanks for the bounce off anyway.
    I am guided by a force much greater than luck.

  • Cannot open message catalog when invoked through JNI

    Hello there.
    I'm having the following problem:
    I've coded a simple workstation tuxedo client (tuxedo version 9.1) that uses a couple of services. When I compile it as an executable and run it everything works fine, with no issues. However, when compiled as a dynamic library and invoked from JAVA via JNI, all functionalities operate correctly (the client connects to the server and invokes the services without a hitch), except that in the event of an error, when I invoke the function tpstrerror(), the following error is returned instead of the proper error description:
    NLS:4: Cannot open message catalog LIBWSC_CAT, set 1, num 1142; check TUXDIR=/home/adrian/bea/tuxedo9.1, LANG=C
    I've checked and re-checked the environment variables. I now include the values for those I think could be relevant to the issue, printed in the C code, obtained with the getenv() function.
    These are the values printed when run as an executable:
    TUXDIR=/home/adrian/bea/tuxedo9.1
    LANG=en_US.UTF-8
    PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games:/usr/java/jdk1.5.0_06/bin:/home/adrian/bea/tuxedo9.1/bin
    NLSPATH=/home/adrian/bea/tuxedo9.1/locale/C
    And these when run as a dynamic library invoked from Java code:
    TUXDIR=/home/adrian/bea/tuxedo9.1
    LANG=en_US.UTF-8
    PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games:/usr/java/jdk1.5.0_06/bin:/home/adrian/bea/tuxedo9.1/bin
    NLSPATH=/home/adrian/bea/tuxedo9.1/locale/C:/usr/dt/lib/nls/msg/%L/%N.cat
    The only difference is marked in bold, but I don't think it matters much (don't know what is appending that extra value to the variable though).
    I've tried setting LANG=C and NLSPATH=/home/adrian/bea/tuxedo9.1/, with no luck. Is there maybe a native library that has to be included in order to open the message catalogs that is not in TUXDIR/lib?
    I'd highly appreciate if anyone could point me in the right direction here.
    Thank you in advance for taking the time to read the post.
    Regards.
    Edited by evertonland at 01/31/2008 7:10 AM

    Haven't entirely given up on solving this "the right way", but implemented a partial solution that is of some help nonetheless. Check out the following thread if by some cruel whim of fate you're having this same problem:
    http://forums.bea.com/thread.jspa?threadID=300005078

  • Page Break does not work in PDF report when deployed to App Server

    I have a report with a PAGE Break before on a repeating frame that holds a matrix report. In reports designer on the PC, the report correctly shows the page break. When deployed to the app server, the report shows the page after the break superimposed on top of the page before the break.
    The report has a repeating frame that spans both pages and holds the header information (page 1), and the matrix report (page 2).
    Any suggestions on how to fix this would be greatly appreciated.
    Deb

    Crystal Reports Designer 2008 and Business Objects Enterprise XI release 2 are not in the same suite release. You should use Crystal Reports Designer XI release 2 to connect BOE XIr2.

  • Can not open pdf report

    Hi
    I do create report with apex without any error and then run application, then download pdf format of report, but when open the file, this error show:
    Adobe acrobat could not open 'FILENAME.pdf' because it is either not a supported file type or because the file has been damaged. ...
    Please help me !?
    Thanks.
    Benyamin.

    That error is the default error you run into when something is wrong with your print server configuration. Please make sure you followed all the instructions outlined here:
    http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html
    If you're still encountering issues after following these instructions, please reply back and provide detailed information on your setup: DB version, APEX version, BI Publisher / Apachae FOP version, print URL, etc
    Regards,
    Marc

  • OPP could not process pdf report

    Dear,
    oul5x64
    ebs 12.1.3
    db 11.2 0.3
    2 middle tier AP1 and AP2 (load balancer)
    single database
    my OPP was running on AP1 and all reports (XML.PDF) were fine.
    create a new CM on AP2
    when issue a request to run XML report , it completed with error
    Then i switched new CM to run on AP1 the the report was fine.
    question: i do not think the CM and OPP need to run on the same node.
    Is this statement correct?
    Please
    advise.
    Regards,
    [5/2/12 2:30:30 PM] [362743:RT4947186] Executing post-processing actions for request 4947186.
    [5/2/12 2:30:30 PM] [362743:RT4947186] Starting XML Publisher post-processing action.
    [5/2/12 2:30:30 PM] [362743:RT4947186]
    Template code: XXSRPACKSHIP
    Template app: XXSR_WSH
    Language: en
    Territory: 00
    Output type: PDF
    [5/2/12 2:30:51 PM] [UNEXPECTED] [362743:RT4947186] java.net.ConnectException: Connection timed out
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:529)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:559)
    at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:141)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:394)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:529)
    at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:272)
    at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:329)
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:172)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:911)
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:158)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1172)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
    at java.net.URL.openStream(URL.java:1010)
    at oracle.apps.fnd.cp.util.RemoteFile.readURL(RemoteFile.java:311)
    at oracle.apps.fnd.cp.util.RemoteFile.transferFile(RemoteFile.java:285)
    at oracle.apps.fnd.cp.util.RemoteFile.transfer(RemoteFile.java:225)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:274)
    at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
    Edited by: user3715462 on May 2, 2012 7:23 PM

    Please see these docs.
    Concurrent Processing - Potential Output Post Processor Failures Due to a Multi-Node Setup [ID 563233.1]
    Java.Net.Connectexception:Connection Timed Out Error For XML/BI Publisher Reports [ID 753395.1]
    Thanks,
    Hussein

  • Issue in MS Word report but not in PDF report

    Gurus -
    I am developing a BI Pub report and the results can be in PDF or Word, the users decide. For one field, NOTES, if there is no data, I don't want a blank space. I have an IF before my NOTES field, <?if:not(NOTES)?>, and it works fine when I'm displaying the results as a PDF. But when I display the results in Word, I see an blank line.
    Any thoughts??
    Thanks!!
    Kris Henning
    www.piocon.com

    Hi,
    try <?if@inlines:not(NOTES)?>
    Regards
    Rainer

Maybe you are looking for

  • Need help with external hard drive!

    Hi all, I have been having trouble with my external hard drive. My mac is reading the disk however all my files from the hard drive are missing? In disk utility is seems to show that there are files on the disk but I cannot see them? At the bottom is

  • My contact names have been replaced with their phone numbers. How do I change their numbers back to their names?

    Hi, I just returned from an international trip yesterday. I noticed that all my i cloud contacts were erased when I arrived in England. I am very certain that they were all working fine on my phone before I left for the trip. When I go into my messag

  • IWeb quit on me.....

    While launching iWeb 3.0.1, it would just about to open then this pops up... "iWeb quit unexpectedly while using the SFWordProcessing plugin." I was using it all afternoon. Worked just fine. I stopped for a hour or so, went back to work on a site, no

  • 5580 & multicast (bonjour)

    I have just completed an 18AP install at my place of employment and we have run into a slight problem. The Apple clients on our wireless LAN cannot discover printers through the bonjour protocol. Am I correct in saying this would be related to either

  • Change search options back

    This is supposed to be a "user friendly" browser...why do you continue to make changes that we, as "users" cannot opt out of. I liked the search section the way it was and I want it back.