Reporting Exits in BW

Hi all ,
     I am new to writing customer exits in BW reporting.
     so need your help.
     There is a tcode RRMX which is a query designer.
     i have a characteristic value variable day interval
     (&0I_DAYIN&) after executing it will ask for date
      from and date to .. now there is a formula variable
     &nod& which should now contain the no. of days    after executing
     i found enhancements
RSR00001   BW: Enhancements for global variables in reporting      
RSR00002   BW: Virtual characteristics and key figures in Reporting
RSR00003   BW: Moving characteristic values                        
but not understanding which to use and how.
pls help.
Regards,
Tarang

Hi,
For variables you must use exit RSR00001.
Example coding (I didn't test it):
DATA: L_S_RANGE TYPE RSR_S_RANGESID.
DATA: LOC_VAR_RANGE LIKE RRRANGEEXIT.
TABLES: ZIT_BW_VARS.
CSSE I_VNAM.
  WHEN 'ZNUMDAY'.                                   "Your variable name (type cust. exit)
    IF I_STEP = 2.                                  "After variable popup
      LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE
              WHERE VNAM = '0I_DAYIN'.
        CLEAR L_S_RANGE.
        L_S_RANGE-LOW      = LOC_VAR_RANGE-HIGH - LOC_VAR_RANGE-LOW.
        L_S_RANGE-SIGN     = 'I'.
        L_S_RANGE-OPT      = 'BT'.
        APPEND L_S_RANGE TO E_T_RANGE.
        EXIT.
      ENDLOOP.
    ENDIF.
ENDCASE.
regards
Krzys

Similar Messages

  • Best Practice to implement Reporting Exits

    Hello,
    I want to know the best practice to implementing reporting exits.
    We have a case statement there and i_vnam.
    THen we write like
    WHen i_vnam
    Code for filling the variable values.
    The above method has a drawback that if one person is changing the program another person cannot at the same time and if one person transports it all the other changes are also transported. So if there is some code which is not ready to be used even it will be transported.
    Another option is if we creae an include for each variable eg. ZBW_'variable name'...
    And then for each variable we just have to transport the include and not the entire exit...
    Do you see any drawbacks in this method or is there any other better way?

    Hi,
    You can create your program in SE38 for your own variable & call ZXRSRU01 program in it & pass the value to a variable which will in turn pass to to variable for CASE ivnam = "".
    in this way the ZXRSRU01 will become accessible & can be called in any program.
    But it will impact all the variables.
    Its a good practice so that ZXRSRU01 is not impacted after that.
    Hope it helps.
    Thanks,
    Rashmi.

  • MIR5 Report exit

    Hi..
    I have a requirement in MIR5 transaction.
    When I execute MIR5 ,it displays a list of invoice document with a hyper link for invoice document number.
    When we click the document number the screen redirects to particular invoice through MIR4  in which we get the item and purchase order details. I need that purchase order number of that invoice document in the initial report of MIR5 beside the Invoice document number.
    Is any User/screen exit exists for this requirement?
    Or I need to develop Z screens and program for this?
    Please suggest.
    Thanks In Advance.

    Hi,
    i did that some time ago and i didn´t find any user or exit so i decided to copy the program to a z and do my modifications there.
    i had to display only the first po available as MIR5 is a report that displays header data.
    Best regards.

  • EP 7.0 ESS Create Expense Report Exit Button

    Hi SDN
    We are implementing Travel using EP7.0. While testing the Create Expense Report, everything is working as expected. We have a problem while trying to edit a previously saved trip. During editing all functions work fine. If the user clicks the Exit button whil editing the previously sved trip we receive 2 different errors from different screens. The first error occurs when trying to exit from the General Trip Data screen: com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException
    The second error ocurs from the screen for Record Expense Receipts:
    The following ABAP Exception occurred: SERVICEKEY_INVALID
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException
    Again, this only happens while editing a trip, not during creation. Any help would be appreciated. I believe there may be a config issue but wanted to see if anyone else had this issue.
    Thanks

    Sathya,
    I had the developers create a delta link to the SAP provided iview My Trips and Expenses. I then copied the following parameter into the Application Parameter field on the iview. This allowed the exit button to work properly.
    EMPLOYEE_TRAVEL_ERP2005_PAG&sap.xss.menuargrp=SAPDEFAULTESS_ERP2005&sap.xss.menuhdr=SAPDEFAULT
    Thanks
    Ronnie

  • EXIT CODE 6

    After installing PS CS6, received error report exit code 6, what does this mean?

    Are you installing Photoshop CS6 from a disc or did you purchase a download?  Which operating system are you using?  We do have Errors "Exit Code: 6," "Exit Code: 7" | CS5, CS5.5 - http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html but Exit Code 6 by itself is a bit generic.  If you can provide the additional requested details it would be appreciated.

  • Erorr handling in Report triggers

    Hi all!
    I don't know if this is the right place to post this question, but I guess it goes as well here as anyplace else...
    I've got a problem with a report I'm building using Reports Developer 6i. In the after parameter form trigger I want to check the in parameters and adjust them to fetch the correct data. To do this I use a cursor to find a unit using the date as in parameter. However, sometimes when I enter the wrong in parameters, I don't find any units for the specified date. In that case I would like to show an empty report, but in stead, the report exits with an error ORA-01403 message. I tried to avoid this using a WHENEVER SQLERROR CONTINUE; statement, but then the trigger wouldn't compile. Are there any other solutions to this?
    regards
    / Anders

    Hi,
    First Of All, WhenEver SqlError caluse won't work on d2k reports as its compatible only to SQL envoirnment.
    To overcome your problem, try the following :-
    1) Handle exceptions where-ever SELECT clause is being used
    - Except Data models
    Begin
    Select .....
    Into .....
    From
    Where ......;
    EXCEPTION
    When NO_DATA_FOUND Then Null;
    When OTHERS Then
    <<You may want to display Oracle Error Message >>
    End;
    WHEN NO_DATA_FOUND Exception will trap the error 0RA-1403 and the NULL clause will allow the program to continue
    Ta
    Shailender Mehta

  • Exit Code: 7 - installation of CS5 on new hard drive

    Hey there,
    after exchanging a broken secondary hard drive without a proper deinstallation/deactivation of my cs5 production premium, i have trouble now with the new installion on a new hard drive in Windows.
    First thing i tried was deleting all CS5-related entries from the registry, but that didn't help.
    The list of error reports:
    Exit Code: 7
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DS013, DW041 ... WARNING: DS013, DW016 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 2 error(s), 98 warning(s)
    WARNING: DS013: Payload {626B3D60-A661-4444-AAF5-6C75E55936E8} Creative Suite 5 Production Premium 5.0.0.0 is already installed and the session payload {53BC789D-073D-47B6-AA9F-DE05990AF07A} Creative Suite 5 Production Premium 5.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {D8465547-5D5B-4856-A93A-8AC0A05C5D4D} Adobe Encore CS5 5.0.0.0 is already installed and the session payload {A334FDED-DCCA-481E-B226-F902CCC419D2} Adobe Encore CS5 5.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {0B754B55-6F63-461E-BB75-E8C883BDF88F} Adobe Premiere Pro CS5 5.0.0.0 is already installed and the session payload {C21384F7-1A36-4706-95AB-B09BCE3C144F} Adobe Premiere Pro CS5 5.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {0E659C1D-7686-4322-A501-58E3FEB4E743} Adobe After Effects CS5 10.0.0.0 is already installed and the session payload {DA1B174B-4297-467C-9EF8-0AB8D4D5171E} Adobe After Effects CS5 10.0.0.0 has no upgrade/conflict relationship with it.
    ERROR: DS013: Verifying payload integrity : Failed with code 1
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0
    WARNING: DW066: OS requirements not met for {694213D7-1E0E-4C8F-B822-E2E3680C0FCE}
    WARNING: DW066: OS requirements not met for {7E5AA19B-0B85-4f44-BA26-728851489200}
    WARNING: DW066: OS requirements not met for {40F95A03-885A-45fb-9A14-486BEFEDDF34}
    WARNING: DW066: OS requirements not met for {B55FDCCB-8A45-4943-8D90-585C3490A032}
    WARNING: DW066: OS requirements not met for {D31D91FE-F0E8-4DF1-812C-9400BE92A386}
    WARNING: DW066: OS requirements not met for {73A4DC5E-226E-42BA-8ECA-2822592AC044}
    WARNING: DW066: OS requirements not met for {CD693E49-C5EF-4FA6-9037-9B636931C02B}
    WARNING: DW066: OS requirements not met for {0669F23C-1B69-41B4-A3ED-4F54A5986D66}
    WARNING: DW066: OS requirements not met for {30221E3E-4C47-4560-A296-DD9ABB500C21}
    WARNING: DW066: OS requirements not met for {CE8FB687-571B-4E4B-881B-445824993FC3}
    WARNING: DW066: OS requirements not met for {CC0EF75D-9336-4E4F-B4A2-99E2E60E161F}
    WARNING: DW066: OS requirements not met for {64D991B0-4E64-47AC-8A35-291DA2E7D02F}
    WARNING: DW066: OS requirements not met for {406D22BD-7910-479B-96AA-0DB8A36C694B}
    WARNING: DW066: OS requirements not met for {20F72893-AEC7-4954-9EAA-F07FD6184781}
    WARNING: DW066: OS requirements not met for {1A48007B-34D2-44BD-8708-B570F5339C14}
    WARNING: DW066: OS requirements not met for {7745F18B-FD8A-4011-BE16-588900C503D0}
    WARNING: DW066: OS requirements not met for {AAE6F374-91CB-45FB-9282-4CFA0DED2088}
    WARNING: DW066: OS requirements not met for {33A3F995-8333-4676-8D6F-AB7674BB52EA}
    WARNING: DW066: OS requirements not met for {01367616-4132-4311-911F-49D2EA82F7C2}
    WARNING: DW066: OS requirements not met for {F77882B9-A94F-44F4-A739-8370749255B6}
    WARNING: DW066: OS requirements not met for {4BE1791F-1D8A-4B8E-B803-D97C5D7CB245}
    WARNING: DW066: OS requirements not met for {ADAF6949-4547-4B3D-97C5-6FB4D0C08A1E}
    WARNING: DW066: OS requirements not met for {A5A8E72E-1B9D-4F99-ADED-F3595CB3D03E}
    WARNING: DW066: OS requirements not met for {F3ECF5C7-9A9D-460A-B3D6-C7E4C1DFD040}
    WARNING: DW066: OS requirements not met for {BB024724-14D5-4AB6-B21C-74EDA63A0A39}
    WARNING: DW066: OS requirements not met for {E319B9F9-4DE6-462C-970B-77D06C7807EE}
    WARNING: DW066: OS requirements not met for {F1599C36-2EAB-448F-B8F9-7DBEE9D5B345}
    WARNING: DW066: OS requirements not met for {635DCFA5-3A47-4452-AEC7-D3B23FFE929D}
    WARNING: DW066: OS requirements not met for {22F41D72-2E97-46AE-B8C4-EF66876C7838}
    WARNING: DW066: OS requirements not met for {6BA6F6D7-1D30-482A-B9B8-20E79D6DB4F9}
    WARNING: DW066: OS requirements not met for {C0AA232E-BD1B-40B5-A176-A2BEB67FFAE1}
    WARNING: DW066: OS requirements not met for {CD29B5CA-4727-4114-9AD9-25CCCE6E4014}
    WARNING: DW066: OS requirements not met for {0E3C6C75-872D-4B0D-B0B2-31C717250691}
    WARNING: DW066: OS requirements not met for {D3598CAC-AEB3-4234-A1E0-16F47D5F38CC}
    WARNING: DW066: OS requirements not met for {5DDABB74-A879-4BE7-A4C6-FD41793942DB}
    WARNING: DW066: OS requirements not met for {92D4A929-78F1-4EC3-B626-08B3CF5B784F}
    WARNING: DW066: OS requirements not met for {F9C71630-0EE3-475C-9E2B-ED95AE197DBD}
    WARNING: DW066: OS requirements not met for {7816FDDE-40D4-482D-AD7D-97858985DB3E}
    WARNING: DW066: OS requirements not met for {B8D286BC-A68D-4E74-9F68-8756A49896D8}
    WARNING: DW066: OS requirements not met for {565DE707-5798-4FC3-8DF6-0F58A348A9B0}
    WARNING: DW066: OS requirements not met for {DE5DE662-2ECB-4D93-967B-221FBCC8A736}
    WARNING: DW066: OS requirements not met for {F319804F-E3A4-4C02-8AEC-CB39A4F6447E}
    WARNING: DW066: OS requirements not met for {53BC789D-073D-47B6-AA9F-DE05990AF07A}
    WARNING: DW066: OS requirements not met for {CBE4F6C3-788E-4CAC-BA25-26FE39A3BC8C}
    WARNING: DW066: OS requirements not met for {D8498636-DC83-44F3-B3D9-F6E7BF0056FA}
    WARNING: DW066: OS requirements not met for {ABDC1F61-2C50-4BB1-ACDA-66D412D72582}
    WARNING: DW066: OS requirements not met for {464C080D-1CFF-4608-9B17-DEB8127B73E1}
    WARNING: DW066: OS requirements not met for {E8815668-95B0-443D-AC92-2BFD7DD8F16A}
    WARNING: DW066: OS requirements not met for {A334FDED-DCCA-481E-B226-F902CCC419D2}
    WARNING: DW066: OS requirements not met for {65E8E484-65E2-4D3A-97B2-0FD95CF82155}
    WARNING: DW066: OS requirements not met for {9B97EC91-B3FD-4BFF-88FC-5345A26AC2E7}
    WARNING: DW066: OS requirements not met for {0FD01AD4-3652-463A-AA8C-422D71A79604}
    WARNING: DW066: OS requirements not met for {7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}
    WARNING: DW066: OS requirements not met for {8F764785-AF3E-431D-A94B-339C564FC0A8}
    WARNING: DW066: OS requirements not met for {667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}
    WARNING: DW066: OS requirements not met for {1AC1B4C8-7F69-48E7-9D06-AF76E3A54336}
    WARNING: DW066: OS requirements not met for {DA1B174B-4297-467C-9EF8-0AB8D4D5171E}
    WARNING: DW066: OS requirements not met for {C9F9FB75-3444-40A9-A4E4-D30FF8C11DD8}
    WARNING: DW066: OS requirements not met for {C21384F7-1A36-4706-95AB-B09BCE3C144F}
    WARNING: DW066: OS requirements not met for {2E7C98CB-9C31-4D09-AFAD-544EAFDE7FBE}
    WARNING: DW066: OS requirements not met for {CFC9F871-7C40-40B6-BE4A-B98A5B309716}
    WARNING: DW066: OS requirements not met for {9CEA4BD7-A3A9-40CA-BB68-74CE3C75FA25}
    WARNING: DW066: OS requirements not met for {7B84FFBD-594D-4269-AC87-E19B44417B8F}
    WARNING: DW066: OS requirements not met for {579FDC01-BA85-49E7-B16A-2C4CB55F7ACD}
    ERROR: DW041: INSTALLDIR Volume E:\ doesn't exist.

    uninstall, clean (Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6) and reinstall.

  • Extra Field gone after reopening a saved Report

    Hi all,
    Maybe it is a stupid question but when i have builded a report with the wizzard and i add a extra Field and i save the report as a rdf. The next time i open the saved report the extra Field is gone.
    Does anybody know why?
    Thanks in advance,
    Daniel

    The Fields are present at the object navigator. But i know what the problem is(i guess); sometimes i saved the report with the added fields and after that i try to run the report and suddenly the Reports Builders exits.. normally i restart the Reports Builder and then i am lost the Fields although i saved the reports before.
    What i did is:
    - create the fields manually
    - saved the report
    - exit reports builder
    - start reports builder
    - opened the saved report
    and the fields are still there(in the object navigator and in the paper report) ;-) !
    Thanks for your support,
    Daniel

  • How to calculate the number of days worked for a given period

    I need to calculate the number of days worked by contractor employees for a time period to be entered by a user. I am building a query on an infoset which contains employee information including contract start date and contract end date for the employee.
    Ideally I'd like the user to enter the time period which should be reported on e.g. 01.08.2009 to 31.08.2009
    The report should then identify all the contractor employees which were working during this period and to work out how many days they worked during this period. Obviously the contract start and end dates could fall both inside and outside the reporting period.
    Can this be done and if so, do you have any suggestions as to how to do it?
    Thanks.

    hi
    So here you will first have to load the master data table employee in one internal table and read this table with the variables entries.
    Your code in the reporting exit should look like that.
    bye
    data : wa_employee type /bi0/pemployee.
    When 'ZDATE1'
    if i_step = 2.
    LOOP AT i_t_var_range INTO loc_var_range WHERE vnam = 'ZDATE2'.
    clear l_s_range.
    clear wa_employee
    1- select the entries from table employees
    select single employee dateto datefrom
    from /bi0/pemployee
    into corresponding fields of wa_employee
    where dateto le loc_var_range-low
    and datefrom ge loc_var_range-high.
    if sy-subrc eq 0.
    CALL FUNCTION 'FIMA_DAYS_BETWEEN_TWO_DATES'
       EXPORTING
           i_datum_von  = wa_employee-datefrom
           i_kz_ult_von = 'X'
           i_datum_bis  = wa_employee-dateto
           i_kz_ult_bis = 'X'
           i_szbmeth    = '1'
       IMPORTING
          e_tage       = no_days.
           l_s_range-low  = no_days.
           l_s_range-sign = 'I'.
           l_s_range-opt  = 'EQ'.
          APPEND l_s_range TO e_t_range.
              ENDIF.
            ENDIF.
    endloop.
    ENDIF.
    Boujema

  • Is there a way to create a temp table each time someone hits a procedure?

    I am creating a procedure in Oracle 10g to take data from Oracle to be put in a cognos report. The problem with creating a perminent table is that several people will be running this report at the same time, which means the procedure will be run each time someone runs this report. The perminent table will either drop the old data or the data will get mixed up which means the different peoples reports will not be correct. I tried putting a lock on the tables that would release the lock once one person was done running their report but that didn't work. I suggested we put the data directly into the cursor but what happens when more than one person runs this procedure at the same time?
    Any help on figuring out how to resolve this would be greatly appreciated.

    Hi,
    If there is one table 100 people inserting in the same table, i dont see a problem.
    Few things you will have to take care of.
    When you are retireving the data from teh table to show on the report,
    how will you identify it is for which user, obviously you store the user name too.
    Now this table will grow in size, so make sure when the report is exited you delete rows from teh table only pertainign to the user.
    Over a period of time you will face more problmes of slow response due to continous deletes because of something called as HWM.
    So make sure you also gatehr statistics for the table at regular intervals.
    So,
    1) Store user while isnerting, retrieve data only for that user in teh report
    2) delete data on report exit only for that user
    3) gather statistics for table at regual intervals.
    4) Ofcourse Build indexed for "good" response time, but Benchmark  against you data whatever you are doing.Cheers!!!
    Bhushan

  • Failed to install Flash Builder 4.5 in Mac OSX 10.7 Lion

    Quickly after starting the installation procedure, the installer says the installation is cancelled and gives me the following error report:
    Exit Code: 24
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 16 error(s), 2 warning(s)
    WARNING: DS013: Payload {ED679BB6-B428-4DCF-A52F-F9AAAA117101} Flash Player 10.0.45.2 is already installed and the session payload {09E9550D-7D89-4B9D-B6BB-72AF22CA9D3B} Flash Player 10.2.153.1 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {298CF0B0-8B47-46DF-B726-8E4BFAD5432E} AdobeHelp 1.0.0.0 is already installed and the session payload {B86DCC32-8B28-4788-8A09-6D1C9F7EAAAD} AdobeHelp 3.4.0.0 has no upgrade/conflict relationship with it.
    ERROR: DS013: Verifying payload integrity : Failed with code 1
    ERROR: DW001: Set payload cancelled status
    ERROR: DW049: Payload {09E9550D-7D89-4B9D-B6BB-72AF22CA9D3B} has an action "install" but no resultState
    ERROR: DW049: Payload {24516988-6529-480E-8FE3-8428704FCAAB} has an action "install" but no resultState
    ERROR: DW049: Payload {2C79B880-4D30-4572-91C7-FB6B6003DEF9} has an action "install" but no resultState
    ERROR: DW049: Payload {3FA63389-0091-497A-8522-998E43648AEF} has an action "install" but no resultState
    ERROR: DW049: Payload {6F3A624B-1B72-4081-96E8-23261F389C5C} has an action "repair" but no resultState
    ERROR: DW049: Payload {9947B700-1D03-48A8-9C89-415C5E38D74F} has an action "install" but no resultState
    ERROR: DW049: Payload {9D0088AD-BBB1-470B-B7B8-520EDEFAE5F3} has an action "install" but no resultState
    ERROR: DW049: Payload {A04E70DF-CF2C-45FE-AA69-3267F28849D8} has an action "install" but no resultState
    ERROR: DW049: Payload {B86DCC32-8B28-4788-8A09-6D1C9F7EAAAD} has an action "install" but no resultState
    ERROR: DW049: Payload {BD0D6363-E961-410F-8BF4-ECD8795F3923} has an action "repair" but no resultState
    ERROR: DW049: Payload {E0BCE1AA-B57D-4983-A05A-1B2CBF124494} has an action "install" but no resultState
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Suite Shared Configuration CS5: User cancelled installation
    ERROR: DW001: User cancelled the operation
    I tried both suggestions on this page which should solve installation issues: http://kb2.adobe.com/cps/905/cpsid_90508.html#main_Flash_Builder but no luck ...
    Does anyone have any idea how to fix this?

    I found the solution...for me, anyway...
    I have a new Mac Mini Server running Lion Server and Lion.  I could not get CS5 to install and was getting the same "DW049" errors.
    As a new(er) Mac user I am hesitant to start tinkering with my system drive, partitions, OS, etc...I saw a lot of forum responses all over the place discussing the migration of apps from a MacBook Pro, loading Snow Leopard on top of Lion, etc. etc.
    I didn't do any of that.
    I simply removed any old install files.
    Updated Java for OS X Lion here: http://support.apple.com/kb/DL1421
    Restarted
    Worked fine. Java update came out in July, apparently.
    HTH,
    Dave

  • ODBC connectivity to SQL-Server fails

    Oracle 11.2.0.2 on Enterprise Linux Enterprise Linux Server release 5.4 (Carthage).
    Using FreeTDS unixODBC Driver to connect to a MS SQL-Server 2008 R2 SP1database. (RPM package freetds-0.64-1.el5.rf.x86_64 reported by yum whatprovides for ODBC FreeTDS .so).
    ODBC isql connectivity works and SQL select Col1 from Schema.Table is successfully executed against DSN, and returns rows/data (not real names).
    Same SQL in Oracle, select "Col1" from "Schema"."Table"@dblink fails (using the same ODBC DSN as isql test cor connectivity), via sqlplus.
    Debug trace (HS_FDS_TRACE_LEVEL=debug) reports:
    Exiting hgopars, rc=28500 at 2013/06/19-14:12:08 with error ptr FILE:hgopars.c LINE:570 FUNCTION:hgopars() ID:SELECT list of size 0 is not valid
    Have enabled/disabled numerous combinations of odbc.ini and init.ora parameters such QuotedId,  HS_FDS_SQLLEN_INTERPRETATION, HS_FDS_SUPPORT_STATISTICS and so on. Also tried using DBMS_HS_PASSTHROUGH, instead of native SQL via sqlplus. Same error, consistently.
    Interestingly, the desc "Schema"."Table"@dblink call works fine in sqlplus - but according to the debug trace it lets the ODBC driver deal with it - it does not craft a SQL and pass this to the ODBC driver, according to the debug trace. Instead an ODBC interface call is used to describe the object.
    So, ODBC driver seems  perfectly fine. Oracle can successfully use it as the desc command proved. Except that SQL statements (from Oracle) via the driver fails.
    Any ideas as to what the problem can be?

    Yes, thanks Mike.
    Ran into a brick wall troubleshooting, have developers and project managers doing what seems to be an ugly dance (think that is what they are doing with the up and down jumping movements).
    With no responses to my posting here, and my dislike of bad dancing, went the SR route instead.
    Appreciate you looking at the posting though. Makes me feel less alone in a world of bad dancers...

  • Tracking links to other sites

    I would like to track how many times users of my site are clicking links that send them to other web sites.  I use Google Analytics but it is not a part of it.  I know that some people add code to their links for tracking the clicks.
    Thanks.
    S. Houtzager

    This could be logged by linking to an intermediate page on your own site.
    For example (if your server supports PHP), you could link to http://www.yourownsite.com/jump.php?url=http://www.facebook.com instead of a direct link to http://www.facebook.com
    Then make a PHP file on your server called "jump.php".
    <?php
    header("Location: $_GET[url]");
    // OPTIONAL: you could have PHP write your own log file here
    // if not using GoogleAnalytics or your server's own logging/reporting
    exit;
    ?>

  • Problem installing cs6 Flash.

    I successfully installed cs6 design web premium except for Flash Pro. Message said there was an installation error. This happened on both my desktop running Snow Leopard and on my MacBook Pro running Lion. How do I go about completing the installation?

    Message says 'Installation Complete -- Some of the following product(s) could not be installed successfully.' Flash is the icon that is listed. Here is the summary report:
    Exit Code: 6
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DF027, DW063 ... WARNING: DS013, DW022 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 4 error(s), 4 warning(s)
    WARNING: DW022: AdobeCode {AC76BA86-1033-F400-7760-000000000005} NonAdobePayload Acrobat Professional 10.0.0.0 with version (2012-03-05 05:30:16.288604) already installed with incompatible version (2011-03-17 01:56:17.451315)
    WARNING: DS013: Payload {0175676F-8C92-49F2-9131-D0D6AD654B41} AdobeHelp 3.4.0.0 is already installed and the session payload {AA0D312F-1570-4E7E-9A7D-E191E0090FEC} AdobeHelp 4.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {1A1E5FF9-D0FD-42A3-8E18-E5E7E95E1AB4} DynamiclinkSupport 5.5.0.0 is already installed and the session payload {DE88AA40-6766-43D3-A755-8FC374B3D2C3} DynamiclinkSupport 6.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Checking payloads upgrade/conflict relationships : Failed with code 1
    ----------- Payload: {4FAB339E-2132-434F-9376-9CD735E4C69C} Adobe Flash CS6 12.0.0.0 -----------
    ERROR: DF027: Unable to copy file from "/private/tmp/.tempdirrAsty8Tp/Assets1/AppFiles/Common/Configuration/Libraries/Sounds.fla " to "/Applications/Adobe Flash CS6/Common/Configuration/Libraries/Sounds.fla" (Seq 1469)
    ERROR: DW063: Command ARKCopyFileCommand failed.(Seq 1469)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Flash CS6_AdobeFlash12.0-en_USLanguagePack: Install failed
    ERROR: DW050:  - Adobe Flash CS6: Failed due to Language Pack installation failure

  • Lbplugin not passing pages that end in .html through

    Hi,
    We are running SunOne 7.0 U2 webserver with the installed lbplugin for SUN Appserver (Glassfish). I've set up the loadbalancer.xml to pass the context root through to the appserver cluster, but any page in the war file that ends in .html is not passing through, but throwing a 404 error. It looks like the web server is looking locally for the files. I've tried everything I can think of to force it, but not sure what else to do. All images, etc. come through fine - just files ending in .html don't.
    I've made sure the plugin is at the top of the magnus.conf, the NameTrans directive is the first one in the server-obj.conf file, etc.
    Thanks!

    Thanks, tried that, but the same behavior persists. The log shows that the /ac2 path (weblogic) gave a 404 not found because it was handled by the JSP engine. Local JSPs work (this is with the ntrans-j2ee still in the default block).
    fine: Registering j2eeType=WebModule,name=//glassdev/,J2EEApplication=null,J2EEServer=none for null
    fine: Configuring default Resources
    fine: setName /com.sun.web-1/glassdev1
    fine: Register Realm com.sun.web-1:type=Realm,path=/,host=glassdev
    fine: valve parent=,path=/,host=glassdev com.sun.web-1:j2eeType=WebModule,name=//glassdev/,J2EEApplication=null,J2EEServer=none
    fine: valve objectname = com.sun.web-1:type=Valve,name=StandardContextValve,path=/,host=glassdev
    fine: Processed default web.xml /programs/sunone/70u2/https-glassdev/config/default-web.xml 505
    fine: debug reports: Entering into method : name_trans_lbplugin
    fine: debug reports: /WEB-INF/web.xml
    fine: debug reports: Exiting out of method : name_trans_lbplugin
    fine: PWC3013: Missing application web.xml, using defaults only StandardEngine[com.sun.web-1].StandardHost[glassdev].StandardContext[]
    fine: Bound StandardEngine[com.sun.web-1].StandardHost[glassdev].StandardContext[]
    fine: Creating JNDI naming context
    fine: Create/use TLD listener cache? false
    fine: Adding tld listeners:0
    fine: Registering com.sun.web-1:type=Manager,path=/,host=glassdev
    fine: Start: Loading persisted sessions
    fine: Posting standard context attributes
    fine: Configuring application event listeners
    fine: Sending application start events
    fine: Starting filters
    fine: debug reports: Entering into method : name_trans_lbplugin
    fine: debug reports: /
    fine: debug reports: Exiting out of method : name_trans_lbplugin
    fine: Checking for com.sun.web-1:j2eeType=WebModule,name=//glassdev/,J2EEApplication=null,J2EEServer=none
    fine: valve parent=,host=glassdev com.sun.web-1:type=Host,host=glassdev
    fine: valve objectname = com.sun.web-1:type=Valve,name=StandardHostValve,host=glassdev
    fine: valve parent= com.sun.web-1:type=Engine
    fine: valve objectname = com.sun.web-1:type=Valve,name=StandardEngineValve
    fine: Adding web module : context = , location = /local/htdocs
    fine: WebModule[/]: adding pattern "/" for resource "default"
    fine: WebModule[/]: adding pattern "*.jspx" for resource "jsp"
    fine: WebModule[/]: adding pattern "/servlet/*" for resource "invoker"
    fine: WebModule[/]: adding pattern "*.jsp" for resource "jsp"
    finefine: Waiting until the server is readySo I first try to request a JSP that is remote on Weblogic (this works if I comment out the NameTrans for ntrans-j2ee, but of course local jsps don't then)
    [15/Aug/2008:15:27:24] fine (14584) glassdev: debug reports: /ac2/wp-dyn/jsp/enc/html/perlBody.jsp
    [15/Aug/2008:15:27:24] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
    [15/Aug/2008:15:27:24] fine (14584) glassdev: trying to GET /ac2/wp-dyn/jsp/enc/html/perlBody.jsp, ntrans-j2ee reports: mapped uri "/ac2/wp-dyn/jsp/enc/html/perlBody.jsp" in context "" to resource "jsp"
    [15/Aug/2008:15:27:24] fine (14584) glassdev: debug reports: Entering into method : name_trans_lbplugin
    [15/Aug/2008:15:27:24] fine (14584) glassdev: debug reports: /ac2/wp-dyn/jsp/enc/html/perlBody.jsp
    [15/Aug/2008:15:27:24] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
    [15/Aug/2008:15:27:24] fine (14584) glassdev: trying to GET /ac2/wp-dyn/jsp/enc/html/perlBody.jsp, ntrans-j2ee reports: mapped uri "/ac2/wp-dyn/jsp/enc/html/perlBody.jsp" in context "" to resource "jsp"
    [15/Aug/2008:15:27:24] failure (14584) glassdev: for host 172.16.55.136 trying to GET /ac2/wp-dyn/jsp/enc/html/perlBody.jsp, service-j2ee reports: PWC6117: File "/ac2/wp-dyn/jsp/enc/html/perlBody.jsp" not foundBut local JSPs still work and other requests (not ending in .jsp) to Glassfish also work
    [15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: Entering into method : name_trans_lbplugin
    [15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: /wp-adv/jobs4/empty.jsp
    [15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
    [15/Aug/2008:15:27:43] fine (14584) glassdev: for host 172.16.55.136 trying to GET /wp-adv/jobs4/empty.jsp, ntrans-j2ee reports: mapped uri "/wp-adv/jobs4/empty.jsp" in context "" to resource "jsp"
    [15/Aug/2008:15:27:43] fine (14584) glassdev: for host 172.16.55.136 trying to GET /wp-adv/jobs4/empty.jsp, service-j2ee reports: context=[StandardEngine[com.sun.web-1].StandardHost[glassdev].StandardContext[]] contextPath=[] wrapper=[StandardEngine[com.sun.web-1].StandardHost[glassdev].StandardContext[].StandardWrapper[jsp]] servletPath=[/wp-adv/jobs4/empty.jsp] pathInfo=[null]
    [15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: Entering into method : name_trans_lbplugin
    [15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: /wp-adv/jobs4/empty.jsp
    [15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
    [15/Aug/2008:15:27:43] fine (14584) glassdev: trying to GET /wp-adv/jobs4/empty.jsp, ntrans-j2ee reports: mapped uri "/wp-adv/jobs4/empty.jsp" in context "" to resource "jsp"
    [15/Aug/2008:15:27:43] fine (14584) glassdev: for host 172.16.55.136 trying to GET /wp-adv/jobs4/empty.jsp, service-j2ee reports: JspEngine --> [/wp-adv/jobs4/empty.jsp] ServletPath: [/wp-adv/jobs4/empty.jsp] PathInfo: [null] RealPath: [/local/htdocs/dev/wp-adv/jobs4/empty.jsp] RequestURI: [/wp-adv/jobs4/empty.jsp] QueryString: [null]
    [15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: Entering into method : name_trans_lbplugin
    [15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: /wp-adv/jobs4/empty.jsp
    [15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
    [15/Aug/2008:15:27:43] fine (14584) glassdev: trying to GET /wp-adv/jobs4/empty.jsp, ntrans-j2ee reports: mapped uri "/wp-adv/jobs4/empty.jsp" in context "" to resource "jsp"
    [15/Aug/2008:15:27:43] fine (14584): Updating accelerator cache
    [15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: Entering into method : name_trans_lbplugin
    [15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: /wp-adv/jobs4/empty.jsp
    [15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
    [15/Aug/2008:15:27:43] fine (14584) glassdev: trying to GET /wp-adv/jobs4/empty.jsp, ntrans-j2ee reports: mapped uri "/wp-adv/jobs4/empty.jsp" in context "" to resource "jsp"
    [15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: Entering into method : name_trans_lbplugin
    [15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: /wp-adv/jobs4/empty.css
    [15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
    [15/Aug/2008:15:27:43] warning (14584) glassdev: for host 172.16.55.136 trying to GET /wp-adv/jobs4/empty.css, send-file reports: HTTP4142: can't find /local/htdocs/dev/wp-adv/jobs4/empty.css (File not found)
    [15/Aug/2008:15:27:44] fine (14584): Updating accelerator cache
    [15/Aug/2008:15:27:49] fine (14584) glassdev: debug reports: Entering into method : name_trans_lbplugin
    [15/Aug/2008:15:27:49] fine (14584) glassdev: debug reports: /gog/index.html
    [15/Aug/2008:15:27:49] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
    [15/Aug/2008:15:27:49] fine (14584) glassdev: debug reports: Entering into method : service_lbplugin
    [15/Aug/2008:15:27:49] fine (14584) glassdev: debug reports: BXKh
    [15/Aug/2008:15:27:49] info (14584) glassdev:  reports: lb.monitor: RNTM2901: RequestStart Sticky 00001218828469048497000760512 1218814069048 http://glassdev.digitalink.com/gog/index.html
    [15/Aug/2008:15:27:49] fine (14584): Updating accelerator cache
    [15/Aug/2008:15:27:53] info (14584):  reports: lb.monitor: HLCK1006: UnhealthyInstances GoG 1218814073080 NoUnhealthyInstances
    [15/Aug/2008:15:27:54] fine (14584): reaping 1 keep-alive connections
    [15/Aug/2008:15:27:57] info (14584) glassdev:  reports: lb.monitor: RNTM2904: RequestExit Sticky 00001218828469048497000760512 1218814077881 http://glassdev.digitalink.com/gog/index.html http://fishdev1:38080 8833
    [15/Aug/2008:15:27:57] fine (14584) glassdev: debug reports: Exiting out of method : service_lbplugin
    [15/Aug/2008:15:27:58] fine (14584) glassdev: debug reports: Entering into method : name_trans_lbplugin
    [15/Aug/2008:15:27:58] fine (14584) glassdev: debug reports: /gog/css/gog-movie-trailers.css
    [15/Aug/2008:15:27:58] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
    [15/Aug/2008:15:27:58] fine (14584) glassdev: debug reports: Entering into method : service_lbplugin
    [15/Aug/2008:15:27:58] fine (14584) glassdev: debug reports: BXKhSo to test what I experienced with files ending in .html searching the server root instead of the doc root (which is why I added the htdocs object block), I created the directory structure off the root of the system and put the text "test" in the perlBody.jsp file:
    bash-3.00# pwd
    /ac2/wp-dyn/jsp/enc/html
    bash-3.00# ls -al
    total 6
    drwxr-xr-x   2 root     root         512 Aug 15 15:36 .
    drwxr-xr-x   3 root     root         512 Aug 15 15:36 ..
    -rw-r--r--   1 root     root           5 Aug 15 15:36 perlBody.jsp
    bash-3.00# cat perlBody.jsp
    test and hit the URL again and what should appear in my browser? Not a "not found", but "test". So this definitely looks like a bug in both the SHTML processing and proxy plugin processing.
    [15/Aug/2008:15:36:55] fine (14584) glassdev: trying to GET /ac2/wp-dyn/jsp/enc/html/perlBody.jsp, ntrans-j2ee
    reports: mapped uri "/ac2/wp-dyn/jsp/enc/html/perlBody.jsp" in context "" to resource "jsp"
    [15/Aug/2008:15:36:55] fine (14584) glassdev: debug reports: Entering into method : name_trans_lbplugin
    [15/Aug/2008:15:36:55] fine (14584) glassdev: debug reports: /ac2/wp-dyn/jsp/enc/html/perlBody.jsp
    [15/Aug/2008:15:36:55] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
    [15/Aug/2008:15:36:55] fine (14584) glassdev: trying to GET /ac2/wp-dyn/jsp/enc/html/perlBody.jsp, ntrans-j2ee
    reports: mapped uri "/ac2/wp-dyn/jsp/enc/html/perlBody.jsp" in context "" to resource "jsp"
    [15/Aug/2008:15:36:55] fine (14584) glassdev: debug reports: Entering into method : name_trans_lbplugin
    [15/Aug/2008:15:36:55] fine (14584) glassdev: debug reports: /WEB-INF/tagPlugins.xml
    [15/Aug/2008:15:36:55] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
    [15/Aug/2008:15:36:55] fine (14584) glassdev: for host 172.16.55.136 trying to GET /ac2/wp-dyn/jsp/enc/html/pe
    rlBody.jsp, service-j2ee reports: Generated /programs/sunone/70u2/https-glassdev/generated/glassdev/default-we
    bapp//org/apache/jsp/ac2/wp_002ddyn/jsp/enc/html/perlBody_jsp.java total=276 generate=73 validate=192
    [15/Aug/2008:15:36:55] fine (14584) glassdev: for host 172.16.55.136 trying to GET /ac2/wp-dyn/jsp/enc/html/pe
    rlBody.jsp, service-j2ee reports: Using classpath: /programs/sunone/70u2/lib/webserv-rt.jar:/programs/sunone/7
    0u2/lib/pwc.jar:/programs/sunone/70u2/lib/ant.jar:/programs/sunone/70u2/jdk/lib/tools.jar:/programs/sunone/70u
    2/lib/ktsearch.jar:/programs/sunone/70u2/lib/webserv-jstl.jar:/programs/sunone/70u2/lib/jsf-impl.jar:/programs
    /sunone/70u2/lib/jsf-api.jar:/programs/sunone/70u2/lib/webserv-jwsdp.jar:/programs/sunone/70u2/lib/container-a
    uth.jar:/programs/sunone/70u2/lib/mail.jar:/programs/sunone/70u2/lib/activation.jar::/programs/sunone/70u2/htt
    ps-glassdev/generated/glassdev/default-webapp:/programs/sunone/70u2/lib/webserv-rt.jar:/programs/sunone/70u2/l
    ib/pwc.jar:/programs/sunone/70u2/lib/ant.jar:/programs/sunone/70u2/jdk/lib/tools.jar:/programs/sunone/70u2/lib
    /ktsearch.jar:/programs/sunone/70u2/lib/webserv-jstl.jar:/programs/sunone/70u2/lib/jsf-impl.jar:/programs/suno
    ne/70u2/lib/jsf-api.jar:/programs/sunone/70u2/lib/webserv-jwsdp.jar:/programs/sunone/70u2/lib/container-auth.j
    ar:/programs/sunone/70u2/lib/mail.jar:/programs/sunone/70u2/lib/activation.jar:/programs/sunone/70u2/https-gla
    ssdev/config/:/programs/sunone/70u2/jdk/jre/lib/ext/dnsns.jar:/programs/sunone/70u2/jdk/jre/lib/ext/sunjce_pro
    vider.jar:/programs/sunone/70u2/jdk/jre/lib/ext/localedata.jar:/programs/sunone/70u2/jdk/jre/lib/ext/sunpkcs11
    .jar
    [15/Aug/2008:15:36:57] fine (14584) glassdev: for host 172.16.55.136 trying to GET /ac2/wp-dyn/jsp/enc/html/pe
    rlBody.jsp, service-j2ee reports: Compiled /programs/sunone/70u2/https-glassdev/generated/glassdev/default-web
    app//org/apache/jsp/ac2/wp_002ddyn/jsp/enc/html/perlBody_jsp.java 1890ms

Maybe you are looking for

  • Work with both: iPhoto and Aperture (or Lightroom)

    I have iLife '09 and the newest MacBook pro with Leopard (last edition) and I am New in Apple Scene. All my photos now are imported in iPhoto. How can I organize lot of photos, when I want to work with Aperture (or Lightroom)? Do I need then iPhoto?

  • Converting XMLSEQUENCE to XMLTABLE

    So we've gotten part-way into converting all of our code using XMLSEQUENCE to instead use XMLTABLE and everything compiles fine. However, we now realize (a bit late, I realize, and it is documented) that the PASSING clause with XMLTABLE requires a SQ

  • Portal Integration with CAC

    Has anybody performed any or research or development of integration of portal/OID with common access cards? Principally with zero sign-on to portal thru PKI token passing? Any comments are invited...

  • Old POs affected by release strategy change

    Hello, Recently major changes were made to a group of release strategies for our business. The new release strategies are being applied correctly to all new POs. However, even POs created before the change of release strategies are showing the new st

  • I cannot activate the sound function under settings

    The sound function cannot be activated anymore under settings. I can modify the sound associated with a call for example, but cannot access the list of all sounds anymore