How to hide the userid info on the url for a JSP report

Hi,
I am aware of creating a key in the cgicmd.dat file. It works when I am calling the report (which is a parameter report) for the first time. But the subsequent report being called by the post method as in :
<form name="form1" method="post" action="/reports/summary_sptype.jsp?gsip">
does not work. Where gsip is defined as the key.
Any help?
Thanks,
Ritendra.

Exaactly-only I want to find the best time needed to finish for an article or multiple articles i.e I do not know how many articles will be available for each vendor beforehand before doing a select on the 2 tables. But once I know the number (maybe 1 or more than 1) I want to allot the best time for that article/lot of articles(maybe JOB_OPEN  technique ?).Also the number of articles may vary over time so the algorithm should take care of that too.-quite a tricky prob :)-I would request the others to see this reply which I think will clarify their doubts.
Edited by: Hasso14 on Apr 28, 2011 9:03 PM

Similar Messages

  • How to hide or do not show the receipt's name after miss called?

    1. How to hide or do not show the receipt's name after miss called?
    2. I do not want to show my message statement in the screen.

    I have also registered to this forum to inform that the problem with showing the MAC-address in the sidebar of the finder is still not solved.
    The strange thing is that the Embedded Web Server says:
    "This specifies the Bonjour domain name assigned to the device, in the form <host name>.local. If a user-specified host name has not been assigned, the default host name HPxxxxxx is used, where xxxxxx are the last 6 digits of the LAN hardware (MAC) address. This option cannot be modified."
    But I did assign a user-specified host name and that name does show-up everywere (also within Bonjour), except in the sidebar of the finder (hp###xx##x####). Lots of people have the same issue, when searching on the interet, but not one has found the solution.
    Please help with solving this issues?

  • I migrated info from a hard drive to a new mac under time machine. It says I have shared files, but I don't see the old info on the new machine. Where do I look for it ? How do I make the old backup the base for my new macbook ?

    I migrated info from a hard drive to a new mac under time machine. It says I have shared files, but I don't see the old info on the new machine. Where do I look for it ? How do I make the old backup the basis for my new macbook ?
    The old OS was Mac X 10.5.8.   I think the new one is  10.7.2     Lion.

    Have a read here How do I set up a new Mac from an old one, its backups, or a PC?
    Stefan

  • How to capture the current info in the top-of-page event in Reuse block dis

    How to capture the current info in the top-of-page event in Reuse block dis

    Hi Geetha,
         If you don't have any information to pass the Heading Block, then why you are using this event ?
         please comment/ remove that TOP_OF_PAGE code. and use subtotal code in field catalog block.
          you can use below code for subtotal. 
          FORM field_catalog .
                    gs_fcat-do_sum = &2.
              fcat : 'WRBTR' '15' 'X' ' ' ' ' 'WRBTR' 'Amount',
           ENDFORM.
           Regards,
           Kunjan

  • How to hide system tables when using the Oracle SQL Developer?

    Hi,
    I would like to know how can I show only the tables that I created under the Tables tree? I didnt find a way to create a separate database using the Oracle Sql Developer. I see all the tables together, and would like to differentiate between different databases.
    Can anyone explain to me how to do these things?
    Thanks,

    Hi,
    I would like to know how can I show only the tables that I created under the Tables tree? Your posting is not clear,again tell something more on tables tree,what u want to achieve with it.
    How to hide system tables when using the Oracle SQL Developer? if u connected with sys, system or user with dba role then u have a privilege to see these tables,so revoke the privilege/role from ur user to view this tables if ur connected other then sys,system,
    I didnt find a way to create a separate database using the Oracle Sql Developer. DBCA is a tool for creating the new database.
    Kuljeet

  • Updated all account information.  How to update apple acct. info on the Iphone itself.  Cannot download any apps.

    I have updated account information online at apple/itunes.  How do I change account info on the IPhone 4 itself so I can start downloading apps?  Thanks

    thank you but when I tap the apple ID , the only options are view apple ID, sign out or, cancel . Cannot get it to allow me to edit the account name

  • How can I change the state in the shipment info in the account setting?

    How can I change the state in the shipment info in the account setting?
    I was trying to buy an Apple TV from the store but, I live in Italy and at the moment (for long time) I'm in Deutschland.
    From the shipment information i didn't find the possibility to change the state. From default is ITALY but I need to receive in Deutschland.
    Did somebody know how to???
    Thanks in advance!!!

    Hi 7oaksGaz,
    1) Due to tax reasons, it's not possible to change the country associated with an existing Adobe ID.
    Follow the steps mentioned in the below link as a workaround to create an Adobe ID with the email address you currently use for the existing Adobe ID.
    http://helpx.adobe.com/x-productkb/policy-pricing/change-country-associated-with-adobe-id. html
    2) You can change the language of the application from AAM preferences
    Please find the link below for the article with the steps
    http://helpx.adobe.com/creative-cloud/kb/creative-cloud-trial-mode.html
    Thanks!
    Eshant

  • How backup iphone without erasing the new info on the new iphone

    how backup iphone without erasing the new info on the new iphone?

    L.A RAA wrote:
    Ya but my question is: ones i restore all my info into my new iphone would it erase the content i have on it? ...
    Yes.
    L.A RAA wrote:
    I already backup my old phone on itunes now i want to get that information in my new iphone without erasing anything on the new iphone...
    The Restore from Backup will erase what is on the phone..

  • How to Hide database userid from Browser

    Hi,
    I have forms 6i run from browser. When i wan to call the forms i set the userid on formsweb.cfg file (if i'm not set this userid my forms not running). This userid is not display on browser link, but when I use view source then my userid will shown. Anybody knows how to hide this userid ?.
    I don't have this problem with reports, because in reports i can use CGIMAP file to hide my Userid.
    Thanks

    I suposse you want use the OS USER, anyway run it
    select
    SYS_CONTEXT('USERENV','SESSIONID') sessionid,
    SYS_CONTEXT('USERENV','CURRENT_USER') current_user,
    SYS_CONTEXT('USERENV','CURRENT_USERID') current_userid,
    SYS_CONTEXT('USERENV','SESSION_USER') session_user,
    SYS_CONTEXT('USERENV','SESSION_USERID') session_userid,
    SYS_CONTEXT('USERENV','PROXY_USER') proxy_user,
    SYS_CONTEXT('USERENV','PROXY_USERID') proxy_userid,
    SYS_CONTEXT('USERENV','DB_DOMAIN') db_domain,
    SYS_CONTEXT('USERENV','DB_NAME') db_name,
    SYS_CONTEXT('USERENV','HOST') host,
    SYS_CONTEXT('USERENV','OS_USER') os_user,
    SYS_CONTEXT('USERENV','TERMINAL') terminal,          
    SYS_CONTEXT('USERENV','EXTERNAL_NAME') external_name,
    SYS_CONTEXT('USERENV','IP_ADDRESS') ip_address
    from dual;

  • Can I get the version info using the SDK?

    Can I get the verion info from the SDK (Web Services SDK or Enterprise SDK)? For instance, for BOE XI R2, I can get some info like this "boexir2", so that I know jar files are for BOE XI R2. If this info can be retrieved, could you please tell me how I should do? Thanks.

    Sure, but the odds are that you'll find the regular non-upgrade boxed version for less than the upgrade price, especially as we get nearer the holidays.

  • In the get info screen the HD drive is lock, can not boot the computer

    I can not boot my imac.  In the Get Info window the Hard Drive has no access marked for everyone and a  minus sign on the hard drive.  How can I get around this??

    Boot into Recovery (command-R at startup), launch Disk Utility, select the startup volume ("Macintosh HD," unless you gave it a different name), and run Repair Permissions (not Repair Disk.) Then reboot as usual. That will undo the worst of the damage. You may need to reinstall some of your third-party software.

  • HT1688 Messaging does not let me move from one conversation to another without going to the contact info of the person and choosing "send a message", then I can continue the conversation. I'm sure it's a setting I have made by mistake, but can't figure it

    Messaging does not let me move from one conversation to another without going to the contact info of the person and choosing "send a message", then I can continue the conversation. I'm sure it's a setting I have made by mistake, but can't figure it out

    Hi Elaine
    Here si what I do:
    Since I tend to message with teh same people I leave the messages available to me.  If you are in one conversation with "Karen"  and want to message with "Kathy" tap the message back arrow and select Kathy.
    As always just be careful to rememeber who you are messaging to!

  • What are the userid,password, and host name for oracle 9i?

    HI Guys.
    I am a research student at the University and the I recently downloaded Oracle 9i for my research. But the problems is also with seting it up. Please could you show me the userid, password, and host name for oracle 9i.
    Thanks in advance for your cooperations.
    Malinga R
    [email protected]

    I believe that starting with 9.2, you have to specify different passwords when you install (can't be the default).
    Justin

  • I can't sync my contacts, calendar, etc on my MAC to my new Iphone5s, the icon "info" in the iTunes isn't showing-

    I just bought a new iphone 5s to replace my "old" but well loved Iphone4, as i synchronise it with my MAC "everything" went well, except, the icon "info" in the menu bar of my itunes is not been displaid, so i can not download my CONTACTS and CALENDARS, ETC to the new phone. Please can "someone" help me"
    Thank you!

    michaelrur wrote:
    Sorry for bashing on about this.  Just called Apple at 1.800.694.7466 and they told me the issue isn't with Mavericks per se but with iTunes 11.1.5. 
    According the helpful woman I spoke to, no one at Apple knows why Apple decided to remove the ability to sync everything via USB.  She hears complaints about the change and knows it makes life difficult for folks. 
    She also recommended, as you did, to contact www.apple.com/feedback about the change.  She says Apple does in fact have a group of people who do read the comments.
    Whenever we talk about iTunes, it's assumed we are referring to the most current version, unless otherwise specified.

  • Store the vital info from the absence quota record in an internal table

    Hi experts,
    I want to detrmine if the Absence record’s (PA2001 rec) deduction from date (PA2001-BEGDA) and absence to date (PA2001-ENDDA) are permissible for the validity period of the Absence Quota record (the PA2006 rec).  If the quota’s deduction from date, PA2006-DESTA, is greater than the PA2001-BEGDA, we then need to identify this absence quota record for change and change the deduction from date, PA2006-DESTA, to be the same as PA2001-BEGDA.  Store the vital info from the absence quota record in an internal table and record the new date that the deduction from date that needs to be changed to.  The changes will be made via a BDC session.
    Please help me out...
    Thanks,
    Vicky

    This looks possible if we code it in 'dynamic action' table, but the BDC may not read it during run time.
    Do you still have this issue?
    Thanks
    Narasimha

Maybe you are looking for

  • Date/time conversion from UTC to CET

    Hello, Jjust a little question to our SAP BI community! Is there a BI function/ggod way that converts a (datetime) string DDMMYYYYHH:MM:SS  in UTC time zone into a string DDMMYYYYHH:MM:SS in  CET timezone ? We receive this string in input in a flat f

  • Paperq: a tool for managing a reading queue of academic literature

    paperq is a command-line tool for managing a reading queue of academic literature.   It's usage is simple: you add files to the queue and then you run it without arguments to open the next file in the queue. The queue part of the code itself is rathe

  • Import folderstructur vinyl records

    hi there, i have just finished turning a pile of old vinyl records into a pile of aif files. i named the files after the name of the songs preceeded by a three-digit number (per album). the songs i put into folders named after the albums. the albums

  • LMS 4.2.2 virtual appliance fresh install : DCR Server Error

    Hello, I have installed a new version of LMS 4.2 on virtual appliance (VMware 4.1) and I have an issue. When I go the "Device Administration --> Manage Device State" I have the following error : Server Error Error Error in communicating with DCR Serv

  • Includes or Content Holders?

    With the new liquid rendering engine we can do includes. For example I can do this following:  {%include"/_System/includes/html.tpl"%}. I could also use the following code: {module_contentholder, name="html"} and pull in the same content into the pag