Problem on multiple user of a page

Hi I am working on developing a JSP to generate a report in term of Excel sheet for my organization and the brief explanation to this tool and my problem is as follows.
I need to generate Excel sheet based on some inputs.
There are two table used by this tool , XYZ and ABC
Whenever a request is made for this JSP , all entries from table XYZ and ABC are deleted.
Inputs are supplied by an input form within this JSP which receives the input and inserts them into a table 'XYZ'.
Then I need to a execute a Stored Procedure which will get values form this XYZ table and do some calculation and execute query on another database and results are stored in the table 'ABC'.
I generate the Excel sheet fetching the values inserted in the second table 'ABC'.
Every thing runs well until there is only a single request for this JSP.
If one user sends a request and while this request is under processing (which takes around 2 min ) another user send another request for the same JSP. It deletes all the entries (generated by the first request )from the table ABC. That's y when the first request tries to generate the Excel sheet it founds no record from the ABC record or founds records inserted by the second request. That's y generates a faulty report.
So if any one of u have any idea how to overcome this problem it will help me a lot .
Thanking u in advance.
---

Sounds like this table ABC only used to hold the data temperarly until the excel file is produced.
In that case you can use a temperary table (if that is supported in the DBMS that you are using) configure the table to erace itself when you commit (Read the DBMS help file to see how it can be done). Then turn autocommit off in your database connections so the changes done in one session will not affect another until you commit.
Another way of doing this is adding another key column to the table ABC. That column will use a unique id for each request so the data entered in different requests will not be mixed up. You can do the cleanup of old records either after generating the excel file or you can leave that to a scheduled clean up process.
Or just lock the tables before start processing and unlock them after generating the file. This will cause the users request to block if there is another request in progress. If the process takes a long time (several mins) this will not be a good idea because the browser will timeout.

Similar Messages

  • Urgent - problem with multiple users on same page

    Hi all,
    I have got an big problem with my app:
    when several users are using the same page, the action launched by USER_A affects the page displayed and used for USER_B.
    If there is only one user using the page, there is no problem at all.
    The webapp is deployed on Tomcat or JBoss and the problem remains the same on both.
    Thank you for your help.
    PS: I am not accurate because I don't know what to paste here.

    In fact, all my page beans are in REQUEST scope...
    The only bean in Application scope is the standard applicationBean created by Creator itself.
    We use one Bean in session scope which contains another class.
    I will try to explain our common process:
    - when logging into the app, the session Bean stores user data (rights for using app,...);
    - when navigating in the app, the user can search data, modify them and create one (if he has the right to do it);
    - to define the screen, we use a lot the beforeRenderResponse();
    - when viewing a data, the user can choose to modify it, so depending on the action, the page is in "CONSULT" mode or "MODIFY" mode. In the second one, he can display new gridPanel (as a subform) to populate datatable.
    The problem is obvious while using this grid: my grid can disappear if someone else has validated his form before me and if my page goes trough the beforeRender of my page.
    It is not really clear. If needed, i can give access to our application to show the problem (and msn adress too to talk about it).
    Thank you

  • Read only / save problem when multiple user accessing PDF

    When accessing a PDF-file from a network location (where multiple users might have the file open simultaneously) I have noticed a problem.
    First of all you will not get notified when opening the file that it is open elsewhere, there is no "read only" mode in this case.
    Secondly (and worse) is the fact that the person having opened the file first is prompted to save it under a new name when she/he is saving changes since "file is open elsewhere".
    This works quite the opposite of what most Windows applications do.
    Is it a problem in version 7 and 8 of Acrobat only?
    I have heard from the support previously that it might be unsupported functionality to use network drives for editing. Is that true?
    If you are doing updates after a review but want to share the outcomes of the review this quite annoying...

    I agree, and I have seen the same points as well, but...
    During the update process after the review many reviewers are looking at their comments and how they were handled during the review meeting and at the same time the authors (yes, for documents such as a requirement specification there will be more than one author) are doing the updates to the original document.
    We are also updating the PDF with the changes made by adding new replies to the comments and also changing the status of the comments once more.
    The logical approach when opening a file is not to display a text box, but to add the information in the title bar of the program. That way you do not add an extra step to the people who only want "read only" access.

  • Problems printing multiple copies on 1 page in iPhoto version 9.5.1

    I'm having problems printing multiple copies of a photo in my version of iPhoto 9.5.1. I've tried looking at the answers given in Macworld forums for iPhoto '09 but I can't follow them as they refer to clicking 'preferences' - but this button isn't displayed on the 'print' page. Is my version iPhoto '09 or '11?

    iPhoto 9.5.1 is the most recent version of iPhoto '11, as part of the iLife '11 suit of applications.  The printing dialog changed between iPhoto '09 and iPhoto '11.
    The easiest way to print multiple copies of the same photo on one page is to simply duplicate your photo (from the "Photos" menu:  "Photos > Duplicate" and then to select all copies at once and use "File > Print":
    Then select a template and press the "Print" button.

  • Reg: WorkItem &  Mail Inbox Problem for Multiple users In workflow

    Hi,
    I have developed a wofkflow application to sent SAP mails and Workitems to multiple users. I Have a Container which has the property as multi line. and i mapped this container variable with expression of my mail step. This means i can send multiple mails at the sae time....Its working Fine. But the problem is,
    Suppose I am sending mails to User1 & User2. Both are receiving the mail, But if user1 read the mail user2 mail is set as read document instead of unread doucument.....
    How to Solve this? any solution ?

    Hi
    See if this document is of any help to you.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c6456e89-0a01-0010-0189-a7961fe42034">An expert guide to new SAP workflow capabilities</a>
    Regards,
    Raj

  • Problem When Multiple Users Export To PDF Simultaneously

    I am hoping someone out there can help.  We have had no luck at all with Crystal Reports / SAP support for this issue.
    We have a client/server aplication and have written a C# program to load a crystal report on the server, export it to PDF and then we send the PDF to the client. We are using Crystal Reports 2008 and have applied SP4.
    The scenario is as follows:
    Two users log into our application from different PC's.
    User 1 prints a report with no issue.
    User 2 prints a report 5 seconds later with no issue.
    If User 1 prints a report and while that report is being exported to PDF, User 2 prints a report, the first will be successful and the second will fail.  If User 2 reprints the report after receiving a failure, the report prints successfully the second time (using the same temp report folders as the previous attempt). We have done a lot of tracing and have narrowed the problem down to the point in out C# program when the cryRpt.Export() routine is called.  It seems to be what is failing and doesn't seem to be able to run 2 exports simultaneously.
    All exporting to PDF occurs on the application server and the processes run as "Administrator" so permissions should certainly not be a problem.  Each user is printing a different physical .rpt file and the data for each report is in a different physical directory.
    Has anyone come across this before or have any suggestions?

    We thought the same thing as you suggest and have already made that change without sucess.  Below is what the code looks like for our export routine.  Perhaps you can spot something we have not.  As mentioned before the export appears to be faulting at the statement "cryRpt.ExportToDisk(ExportFormatType.PortableDocFormat, pdfname);" in the below code.
    The code is as follows:
            public void exportReport(string xmldir, string crname, string pdfname, string termid, bool debug)
                try
                    if (debug)
                        dt = DateTime.Now;
                        tw.WriteLine(dt.ToString() + "-Start exportReport: " + crname);
                    ReportDocument cryRpt;
                    cryRpt = new ReportDocument();
                    cryRpt.Load(crname, OpenReportMethod.OpenReportByTempCopy);
                    if (debug)
                        tw.WriteLine("Done loading report: " + crname);
                    int tmpct = 0;
                    int tmpint = crname.IndexOf("
    ", tmpct);
                    while (tmpint != -1)
                        tmpct = tmpint;
                        tmpint = crname.IndexOf("
    ", tmpct + 1);
                    string ODBCReportFileName = crname.Substring(tmpct + 1, crname.Length - tmpct - 5);
                    if (debug)
                        tw.WriteLine("ODBC Report Filename: " + ODBCReportFileName);
                    Database crDatabase;
                    Tables crTables;
                    Table crTable;
                    TableLogOnInfo crTableLogOnInfo;
                    ConnectionInfo crConnectionInfo = new ConnectionInfo();
                    //Setup the connection information structure to log on to the data source for the report.
                    // If using ODBC, this should be the DSN. If using OLEDB, etc, this should be the physical server name
                    crConnectionInfo.ServerName = "SH" + ODBCReportFileName;
                    if (debug)
                        tw.WriteLine("Resetting connection to: " + crConnectionInfo.ServerName);
                    crConnectionInfo.DatabaseName = "";
                    //Get the table information from the report
                    crDatabase = cryRpt.Database;
                    crTables = crDatabase.Tables;
                    //Loop through all tables in the report and apply the
                    //connection information for each table.
                    if (debug)
                        tw.WriteLine("Applying new connection to all tables...");
                    for (int i = 0; i < crTables.Count; i++)
                        crTable = crTables<i>;
                        crTableLogOnInfo = crTable.LogOnInfo;
                        crTableLogOnInfo.ConnectionInfo =
                        crConnectionInfo;
                        crTable.ApplyLogOnInfo(crTableLogOnInfo);
                        if (debug)
                            tw.WriteLine("Applying new connection to tables " + crTable.Name);
                    cryRpt.Refresh();
                    if (debug)
                        tw.WriteLine("Applying new connection to all tables... DONE");
                    if (debug)
                        tw.WriteLine("Target report: " + pdfname);
                    cryRpt.ExportToDisk(ExportFormatType.PortableDocFormat, pdfname);
                    if (debug)
                        tw.WriteLine("Export Complete");
                    cryRpt.Dispose();
                    cryRpt.Close();
                    if (debug)
                        dt = DateTime.Now;
                        tw.WriteLine(dt.ToString() + "-Done export to PDF.");
                catch (Exception e)
                    TextWriter tw1 = new StreamWriter(logpath + "
    exporterror.log", true);
                    tw1.WriteLine("Exception when export report: " + e.Message);
                    tw1.WriteLine(e.StackTrace);
                    tw1.Close();

  • Ethernet Problem with Multiple users on same Mac

    Hi, sorry i advance for my english. I am writing from italy.
    I have an imAc with 2 users profiles on it. one profile is administratoe, and the oter a standard user.
    I also have a time capsule configured to connect to my network with the ethernet cable. the cable is plugged in the wan pot, the configuration is "bridged" and i use as a router a linksys wifi router.
    well. suppsung that i am logging in with one of my users and access to time capsule wirelessly, it shows me the disk content.
    i then swith to the other user without logging off the first one and then access time capsule where i see the same folfder and i can access it. so everything works fine.
    in the case i connect my mac with ethernet (disabling airort) to my linksys router, ifuser 1mounts time capsule, user 2 can't access it if user 1 does not unmount.
    why so?
    i need to switch from user 1 to user 2 without logging off, and i don't understand why it works wirless and not with ethernet..
    thak you
    paolo

    In fact, all my page beans are in REQUEST scope...
    The only bean in Application scope is the standard applicationBean created by Creator itself.
    We use one Bean in session scope which contains another class.
    I will try to explain our common process:
    - when logging into the app, the session Bean stores user data (rights for using app,...);
    - when navigating in the app, the user can search data, modify them and create one (if he has the right to do it);
    - to define the screen, we use a lot the beforeRenderResponse();
    - when viewing a data, the user can choose to modify it, so depending on the action, the page is in "CONSULT" mode or "MODIFY" mode. In the second one, he can display new gridPanel (as a subform) to populate datatable.
    The problem is obvious while using this grid: my grid can disappear if someone else has validated his form before me and if my page goes trough the beforeRender of my page.
    It is not really clear. If needed, i can give access to our application to show the problem (and msn adress too to talk about it).
    Thank you

  • CS2 Problems with multiple user accounts on 1 machine

    I have been having this problem since I first installed CS2 in my Mac lab. I have 8 G5's and I have loaded the exact same software (all licensed of course) on all 8 machines, in the same order. The problem occurs when trying to use CS2 in a second user account on the machines.
    All software works fine for the original admin account. Then when I try to open and use in a second account I get crashes and errors, nothing consistent. AND some computers work just fine. HUH? I have called Apple and they suggested repairing permissions, that doesn't work.
    I have tried uninstall and reinstall. I have tried making the second user an admin user. I have tried 2nd and 3rd users. I have tried a total system reinstall. I have tried changing the order in which I install. I have tried installing both before and after creation of the second account.
    It doesn't seem to matter. On some machines it works, on others it doesn't. The only account the software will work in is the original user account.
    The reason this matters is it is a student lab. I have implemented a server and students can't use the software through their server accounts either. Currently the server is a 40lb paperweight until this problem is fixed.
    Any clue?
    Thanks for any help you can give me.
    Amy O.

    This has to do with permissions in the non admin accounts. A solution was posted a while back you could do a search or somebody will pop in with the solution soon.

  • Flash install problem for multiple users

    Working on an home PC trying to set up Flash. Go through
    install logged in as myself (systemadmin access) and install goes
    fine. Flash pages load on IE Other users on system, also Admin
    access, can not get same Flash pages to load. Running WinXp. Have
    tried both IE 6 and 7. Firefox is running fine for all users
    Thanks for any help you can provide

    During install, you should be prompted whether you want to install the loops for the current user only or for every user. In the latter case, the loops should end up in HD/Library/Audio/Apple Loops

  • Problem in multiple selection in result page.

    Hi all ,
    My requirement is to create a search and result page and in result page i need to add two buttons for delete and create new, the delete and create new is working fine for single selection mode, but for multiple selection the create new is not working , i added the following code in the do_prepare_output.
    typed_context->result->set_selection_mode(
            iv_selection_mode = cl_bsp_wd_context_node_tv=>selmode_multi ).
    When i click on new all fields are in non editable mode and have text as"BRANCHID is not bound".

    Hi Raghu,
    After selecting the multiple records you are trying to click new button right.
    Are you displaying records or orders(like service ,sales,contracts,contacts,..etc ) in result view??
    Can you please elaborate the what you are displaying in result view.
    Regards,
    Rajya lakshmi ch

  • Problems with multiple users in XP

    Problem: Using Windows XP...Previously had two separate ITunes for 2 different users with different music, etc. Only 1 Ipod (a nano) was used. Just upgraded ITunes to 7.0.2 and added a new Ipod (a mini)to the computer under the administrator account. The update went well but ITunes consolidated both sets of songs into one user. If I open it under one account it works fine. When I try to open ITunes under the other user, instead of opening it tries to reinstall ITunes and then gives me an error because that user does not have administrative privileges. Nothing I've tried seems to work. Help!

    Unfortunately, PSA SE [the free version] has this limitation as the catalogue is fixed and located some where in the Docs&Settings area for the current user. The paid-for version [PSA 2] and its successors [PSE 3/4] are much more flexible.

  • Problem with multiple users sharing a single library

    We have a family iMac. I am the only one with Admin privileges. I want to share my iTunes music folder with the other users so we don't end up replicating all the MP3 files. I put the music folder in my Public directory and the other users can see it fine. However, when my daughter bought a song from the iTunes store, we got a "insufficient privileges" error message. I checked and confirmed that she has Read/Write access to my public folder, and to the iTunes Music folder under it - I even tried "Applying to All Enclosed Items". It appears that despite this, she is blcoked from creating a new file or directory in my Public folder. When I changed the setting on her iTunes to point to a directory in her User space, the iTunes purchase went through fine. But now her library is split between what's in my Public folder and what's in her Music/iTunes folder.
    Is there a way to fix this so we can continue to use a single shared location for all MPS files? Someone suggested that I use my Shared folder instead; I don't know if that's a better or worse option.
    Thanks for any suggestions.
    Message was edited by: Peter O'Riordan

    can you share across two computers and both access the same iTunes library and listen to music from that library at the same time?

  • JSP Custom tag not working correctly for multiple users

    I am doing some support work for an existing web system. When doing single user access (a custom tag is called within the JSP); the output of the Custom tag is fine. However, during multiple user access to the JSP, as I could see on the log files, 2 users access the custom tag at exactly the same time- the output of one of the users was incorrect. The custom tag btw, uses TreeMap, Stringbuffer and does not have a body, only attributes passed to it. It takes an input file and a Hashmap as input attributes and it sets a string in the page context which is later being used in the JSP. No error is logged, its just that the string produced(placed in the page context) is incorrect. This only happens when this tag is called at same time(when multiple users accessing the page) Has anyone encountered this problem? Is there a known pooling/thread problem with custom tags?

    in a servlet/jsp (a jsp is compiled into a servlet),
    the class atrributes are shared. only the
    variables declared in the doservice (doGet or doPost)
    method are threadsafe.
    post your jsp plzhere's the snippet of the jsp code:
    <%@ page language="java"
    errorPage="Error.jsp"
    autoFlush="false"
    buffer="128kb"
    import="java.text.*,
    java.math.BigDecimal,
    java.rmi.RemoteException,
    java.util.*,
    java.io.*,
    %>
    <%@ include file="Secure.jsp" %>
    // a set of request.getParameter are being called here
    HashMap myMap = new HashMap();
    myMap.put(xmlDPhoneNumber, dPhoneNumber);
    myMap.put(xmlDPhoneType, "D");
    myMap.put(xmlDPhoneExt, dExtension);
    myMap.put(xmlDPhoneDigits, dPhoneDigits);
    // other myMap putting of key values are called here
    %>
    <test:applyCustomerSearchValues id="resultXml" xmlTemplate="/xml/message/CustomerUpdateRequest.xml"
    xmlMap="<%= myMap %>" />
    <test:transformXMLString id="customerUpdateRequest"
    xmlString="<%= resultXml.toString() %>"
    xslFileName="/xsl/message/CustomerCreateRequest.xsl"
    paramMap="<%= PMap %>"/>
    now here's the thing: the xml produced by test:applyCustomerSearchValues is resultXml which is used in test:transformXMLString. I got no problem with the output of test:transformXMLString. I am sure that a phone number is being passed into the former as part of the HashMap key-value. However when test:applyCustomerSearchValues is called when 2 users access the jsp, it seems like the the first xml produced does not have the phone number in it - but the other has it. The xml is OK for both users, its just that the values of the HashMap do not seem to be passed correctly into the xml produced.
    --- here's the snippet of the log, the first httpWorkerThread-80-6 does not have the phone number, however the second one-httpWorkerThread-80-7 has the phone number. The first one should also have a phone number as in the start of the log, the number was listed, but as the system called the test:applyCustomerSearchValues tag, the number was not included. There are different phone numbers for the 2 users. The odd thing here is, the userID which is the 'LastUpdatedBy' element has been set correctly. The userID is being fetched from a session attribute while the phone number is fetched from a request parameter, both are being placed in the HashMap attribute passed to the custom tag.
    2007-06-05 10:55:41,954 DEBUG [httpWorkerThread-80-6] (?:?) - ApplyCustomerSearchValuesTag : String produced is :<Values><Customer>
    <Status>
         <CustomerType></CustomerType>
         <FirstContactDate>2007-06-05</FirstContactDate>
         <StatusFlags>
              <Fraud>N</Fraud>
              <BadCheck>N</BadCheck>
              <BadCredit>N</BadCredit>
              <DoNotMerge>N</DoNotMerge>
              <ARHoldRefundCheck>N</ARHoldRefundCheck>
         </StatusFlags>
         <LastUpdatedDateTime>2007-06-05 10:55:41</LastUpdatedDateTime>
         <LastUpdatedBy>5555</LastUpdatedBy>
         <OPAlertClass></OPAlertClass>
         <MailListStoreID></MailListStoreID>
         <OriginatingSource>CSA</OriginatingSource>
    </Status>
    <DPhone id="D">
         <DPhoneNumber></DPhoneNumber>
         <DPhoneDigits></DPhoneDigits>
         <DPhoneType></DPhoneType>
         <DExtension></DExtension>
         <DAreaCode></DAreaCode>
         <DPhoneCountryCode></DPhoneCountryCode>
    </DPhone>
    </Customer>
    </Values>
    2007-06-05 10:55:41,954 DEBUG [httpWorkerThread-80-7] (?:?) - ApplyCustomerSearchValuesTag : String produced is :<Values><Customer>
    <Status>
         <CustomerType>N</CustomerType>
         <FirstContactDate>2007-06-05</FirstContactDate>
         <StatusFlags>
              <Fraud>N</Fraud>
              <BadCheck>N</BadCheck>
              <BadCredit>N</BadCredit>
              <DoNotMerge>N</DoNotMerge>
              <ARHoldRefundCheck>N</ARHoldRefundCheck>
         </StatusFlags>
         <LastUpdatedDateTime>2007-06-05 10:55:41</LastUpdatedDateTime>
         <LastUpdatedBy>1840</LastUpdatedBy>
         <OPAlertClass></OPAlertClass>
         <MailListStoreID></MailListStoreID>
         <OriginatingSource>CSA</OriginatingSource>
    </Status>
    <DPhone id="D">
         <DPhoneNumber>(123) 123-4788</DPhoneNumber>
         <DPhoneDigits>1231234788</DPhoneDigits>
         <DPhoneType>D</DPhoneType>
         <DExtension></DExtension>
         <DAreaCode>123</DAreaCode>
         <DPhoneCountryCode>US</DPhoneCountryCode>
    </DPhone>
    </Customer>
    </Values>
    Message was edited by:
    Mutya

  • Documents edited by multiple users reverting changes to previous versions

    Hi All,
    I've got a problem where multiple users are working with the same network-stored file (but not simultaneously) wherein one makes edits and saves their changes. Later, that same file does not reflect the changes--it has reverted to some prior version of the
    file. Sometimes the changes are a day old, sometimes they're a few days old. I have no idea why this is happening or how to troubleshoot the problem. Anyone?
    (Note: It doesn't happen to every file, and it doesn't happen every time.)

    Hi,
    Based on your description, did you mean that this issue occurred when you edit a Document in a SharePoint Document
    Library? Or just edit files which store in a shared location?
    Just files stored in a shared location.
    à
    I've got a problem where multiple users are working with the same network-stored file (but not simultaneously) wherein one makes edits and saves their changes.
    Would you please let me confirm whether get any error message when you edit and save changes in that file?
    Meanwhile, please check if same issue occurred when just use one administrator account (no other account) to edit and save this
    network-stored file.
    There are no error messages. The file saves normally and silently. I will test with a sole admin account
    today and report back.
    In addition, would you please let me know the file type? Were all .txt files or .docx files? Please check if
    this issue still occurred in other file types.
    They are docx files only (so far--that's all we've noticed).
    By the way, would you please let us know more details of the server environment where this issue occurred?
    It's a SBS2011 Essentials server. The files are stored on a shared drive accessible to a couple different
    user groups. What else would you like to know?
    If anything I misunderstand or any update, please don’t hesitate to let us know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Problem with multiple forms and subview

    I have a problem when using NetBean Web Pack (JDK6, Net Beans 5.5, JSF 1.2).
    1) I created a JSF page (hello.jsp) and a page fragment (header.jspf) inside Web Pack, and let the JSF page (hello.jsp) includes the page fragment.
    2) The include instruction is outside of the "form" element id=main_form() of the first JSF page.
    3) Inside the page fragment (header.jspf), I put a form (id=header_form) with some input fields inside the "subview" element.
    4) When running the web application, the form and its children (id=header_form) inside the subview are not rendered.
    It seems to be a problem with multiple forms on a page and the subview.
    Do I use these JSF components incorrectly? Any advice?
    Thanks

    The forms are not nested.
    hello.jsp
    <webuijsf:body ...>
    <!-- BEGIN: include header -->
    <div style="margin: 0px 0px 10px 0px; left: 0px; top: 0px">
    <jsp:directive.include file="Header.jspf"/>
    </div>
    <!-- END: include header -->
    <webuijsf:form ...>
    From above fragment, you can see the header.jspf is outside of the form element.

Maybe you are looking for

  • I have two ICLOUD accounts how do I merge them I've bought storage on both

    I have two paid ICLOUD accounts that I have bought extra storage on how do I merge them into one account?

  • ICal vs. Entourage 08

    I have been running my own studio for a year now and I have an ever increasingly busy schedule. I have been doing this for 10 years. 8 of it was on Windows and Outlook was all I knew. I have been on the Mac now for 2. My last employer had IMAP and we

  • Display Image on Splash Screen

    have just found the world of Java, having used VB for a while. How do I get a mobile application to display an image on the splash screen, I have created the screen and added an image but cannot get the system to pick the file to display?

  • Subtotals don't update when applying a filter

    Hello, I have a table that I reorganized with categories. I applied a "SubTotal" function to each category then I applied a filter. You can do most of this in Numbers in the "Reorganized" area. Anyway, when I applied the filters, the Subtotal never u

  • Subtemplate access issue

    I create a subtemplate it works fine in local by repviewing the report in MS Word except I cannot see the hidden parameters (such report ID, Report Name). However it does not work in BI Publisher, neither HTTP nor FILE. I have read Developer/Admin Gu