Report on GR docs pending for LIV

Is there any std report for seeing Pending GR Material doc or GR done but pending for Invoice verification.
krishna

Run the Following Standard Reports with Selection Parameters WE101 for Pending Goods Receipt.
ME2M
ME2N
ME2L
Run the Following Standard Reports with Selection Parameters RECHNUNG for Pending Invoice Receipt.
ME2M
ME2N
ME2L
Regards,
Ashok

Similar Messages

  • Delivery report shows status of Pending for external address. Email sent to both internal and external addresses.

    We have an Exchange 2013 on-premise server and seem to have an issue with emails sent to internal and external users at the same time.
    The issue came to light because someone sent an email to 44 recipients, of which one was internal. None of the external recipients received the email. I checked the delivery report in the EAC and found the internal email marked as 'Delivered' and all of
    the external ones marked as 'Pending'. I checked the queues and there were none. I did some testing and sent an email to just one of the external addresses on the list, it arrived. I tried sending the email again to all of the recipients, the external ones
    all showed 'Pending'. I tried it again, but this time excluded the internal email address and all of the 43 external emails were immediately delivered.
    So it seems that the issue only arises when we are sending to both internal and external addresses.
    I then tried a test email to one internal address and one external address. The Delivery report says that the internal address was delivered immediately, while the external address is 'Pending' and gives more information saying: 'Message delivery is taking
    longer than expected. There may be system delays. For more information, contact your helpdesk.'. To add further mystery to this, the email was actually delivered.
    So, I have two concerns:
    First is seems that some emails sent both internally and externally are only arriving internally. This is a huge problem because I don't know how many have been affected. There may be many lost emails we don't know about.
    Second, it looks like I can't trust the delivery report. It says pending for some emails which didn't arrive, but it also says pending for some which did arrive. That is no good at all.
    For info the server is running Windows Server 2012. I have run a Microsoft Update to check if there are any to apply and the only Exchange one is a spam filter update, which I doubt has any bearing but I will apply when I get chance.

    Hi Neil,
    According to the description, I find a related KB on Exchange 2010:
    https://support.microsoft.com/kb/2694474?wa=wsignin1.0
    It has the similar situation as yours.
    This issue occurs because a function in a message tracking component tries to obtain the information for the recipient instead of the external recipient.
    Please try to upgrade to the latest Exchange update to check whether this issue can be solved.
    Also please check whether Throttling has been set.
    Please run "Get-TransportService | fl" to check the MaxOutboundConnections parameter value.
    More details to see:
    Message throttling 
    http://technet.microsoft.com/en-us/library/bb232205(v=exchg.150).aspx
    Thanks
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Mavis Huang
    TechNet Community Support

  • How to create a ABAP report off of SRM box for live data?

    How to create a ABAP report off of SRM box for live data?
    Thanks in advance.
    York.

    you can try infoset query:
    STEP - A:
    1. Go to T Code RSQ02 and give the InfoSet name & select CREATE.
    2. Provide the Name(Description) and Data Source i.e. for eg here i take "DIRECT READ OF TABLE" = /BIC/AODS100. Then CONTINUE.
    3. Select what to Include in the 3 options available with the POPUP, here "INCLUDE ALL TABLE FIELDS". Then Check the fields and click GENERATE(one RED and WHITE round icon).
    4. Now provide the PACKAGE for the INFOSET. Come Back(F3).
    STEP - B: optional(If u want to create a new user group)
    1. Select ENVIRONMENT -> USER GROUPS. Provide the User Group name and CREATE.
    2. Provide Description and SAVE.
    3. Provide PACKAGE and SAVE. Come Back (F3) to the Initial Screen.
    4. Click Role/User Group Assignment. Select Newly Created User Group or an existing one. Then SAVE (CTRL + S). F3.
    STEP - C:
    1. Select ENVIRONMENT -> Queries. Provide the query name and CREATE.
    2. Select the INFOSET u have created and assigned the user group.
    3. Provide the Title and Select BASIC LIST. There you have to select (check) the fields you want to display, SAVE and then TEST. It will ask for Variant, just CONTINUE.

  • Report to see Delivery pending for invoicing

    I want to know the T-code to see delivery made but pending for invoicing.

    Hi,
    You can use T code VL06, Delivery monitor. Here click list outbound deliveries button.
    Here under status  - Outbound delivery box,  you can select the billing status not equal to C and execute. By this way you can see deliveries not yet billed or partially billed.
    I dont think VF04 will capture the deliveries which are in billing block.
    Regards

  • Report for LIV doc Before invoince

    Hi gurus ,
    I have to convert foreign currency to local currency.
    please tell me.
    *& Report  Y_ASHWIN_PROGRAMZ                                           *
    REPORT Y_ASHWIN_PROGRAMZ NO STANDARD PAGE HEADING MESSAGE-ID YMSG.
    TABLES: RBKP, RSEG.
    TYPES: BEGIN OF I_TYP_RBKP_RSEG,
            LIFNR TYPE LIFNR,
            NAME1 TYPE NAME1_GP,
            BELNR TYPE RE_BELNR,
            ZFBDT TYPE DZFBDT,
            RMWWR TYPE RMWWR,
            EBELN TYPE EBELN,
            EBELP TYPE EBELP,
            GJAHR TYPE GJAHR,
           END OF I_TYP_RBKP_RSEG.
    TYPES: BEGIN OF I_TYP_EKBE,
            EBELN TYPE EBELN,
            EBELP TYPE EBELP,
           END OF I_TYP_EKBE.
    TYPES: BEGIN OF I_TYP_BKPF,
            BELNR TYPE BELNR,
            AWKEY TYPE AWKEY,
           END OF I_TYP_BKPF.
    TYPES: BEGIN OF I_TYP_LFA1,
            LIFNR TYPE LIFNR,
            NAME1 TYPE NAME1_GP,
           END OF I_TYP_LFA1.
    DATA: I_RBKP_RSEG TYPE STANDARD TABLE OF I_TYP_RBKP_RSEG INITIAL SIZE 0,
          L_RBKP_RSEG TYPE I_TYP_RBKP_RSEG.
    DATA: I_EKBE TYPE STANDARD TABLE OF I_TYP_EKBE INITIAL SIZE 0,
          L_EKBE TYPE I_TYP_EKBE.
    DATA: I_BKPF TYPE STANDARD TABLE OF I_TYP_BKPF,
          L_BKPF TYPE I_TYP_BKPF.
    DATA: I_LFA1 TYPE STANDARD TABLE OF I_TYP_LFA1 INITIAL SIZE 0,
          L_LFA1 TYPE I_TYP_LFA1.
    SELECTION-SCREEN: BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-008.
    SELECT-OPTIONS:    BUKRS      FOR      RBKP-BUKRS OBLIGATORY,
                       LIFNR      FOR      RSEG-LIFNR,
                       EBELN      FOR      RSEG-EBELN,
                       BUDAT      FOR      RBKP-BUDAT.
    SELECTION-SCREEN: END OF BLOCK B1.
    INITIALIZATION.
      BUKRS-LOW = '1000'. " original value is 6024.
      APPEND BUKRS.
    START-OF-SELECTION.
      SELECT A~LIFNR
             A~NAME1
             A~BELNR
             A~ZFBDT
             A~RMWWR
             B~EBELN
             B~EBELP
             INTO CORRESPONDING FIELDS OF TABLE I_RBKP_RSEG
             FROM RBKP AS A INNER JOIN RSEG AS B ON ABELNR = BBELNR
             WHERE A~BUKRS IN BUKRS
             AND   A~BUDAT IN BUDAT
             AND   B~EBELN IN EBELN
             AND   A~LIFNR IN LIFNR.
      SELECT EBELN EBELP FROM EKBE INTO TABLE I_EKBE FOR ALL ENTRIES IN I_RBKP_RSEG WHERE EBELN = I_RBKP_RSEG-EBELN AND EBELP = I_RBKP_RSEG-EBELP.
      LOOP AT I_EKBE INTO L_EKBE.
        READ TABLE I_RBKP_RSEG WITH KEY
             EBELN = L_EKBE-EBELN
             EBELP = L_EKBE-EBELP
             INTO L_RBKP_RSEG.
        DELETE TABLE I_RBKP_RSEG FROM L_RBKP_RSEG.
      ENDLOOP.
      LOOP AT I_RBKP_RSEG INTO L_RBKP_RSEG.
    CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'
       EXPORTING
        CLIENT                   = SY-MANDT
         DATE                    = sy-datum
         FOREIGN_AMOUNT          = L_RBKP_RSEG-RMWWR
         FOREIGN_CURRENCY        =
         LOCAL_CURRENCY          =
        RATE                    = 0
        TYPE_OF_RATE            = 'M'
        READ_TCURR              = 'X'
      IMPORTING
        EXCHANGE_RATE           =
        FOREIGN_FACTOR          =
        LOCAL_AMOUNT            =
        LOCAL_FACTOR            =
        EXCHANGE_RATEX          =
        FIXED_RATE              =
        DERIVED_RATE_TYPE       =
      EXCEPTIONS
        NO_RATE_FOUND           = 1
        OVERFLOW                = 2
        NO_FACTORS_FOUND        = 3
        NO_SPREAD_FOUND         = 4
        DERIVED_2_TIMES         = 5
        OTHERS                  = 6
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    *types: begin of i_typ_bseg,
           belnr type belnr,
          end of i_typ_bseg.
    *Data: i_bseg type standard table of i_typ_bseg initial size 0,
         l_bseg type i_typ_bseg.
    *data: l_belnr type string.
    *select single belnr from bkpf into corresponding fields of l_bkpf where awkey = L_RBKP_RSEG-belnr.
    *concatenate L_RBKP_RSEG-belnr L_RBKP_RSEG-gjahr.
      ENDLOOP.
    *select dmbtr from bseg into l_bseg where
      LOOP AT I_RBKP_RSEG INTO L_RBKP_RSEG.
        SELECT SINGLE NAME1 FROM LFA1 INTO L_LFA1 WHERE LIFNR = L_RBKP_RSEG-LIFNR.
        APPEND L_LFA1 TO I_LFA1.
      ENDLOOP.
      WRITE:/5 TEXT-001, 30 TEXT-002, 50 TEXT-003, 70 TEXT-004, 95 TEXT-005, 115 TEXT-006, 150 TEXT-007.
      WRITE:/ SY-ULINE.
      LOOP AT I_RBKP_RSEG INTO L_RBKP_RSEG.
        WRITE:/ L_RBKP_RSEG-EBELN UNDER TEXT-001,
                L_RBKP_RSEG-LIFNR UNDER TEXT-002,
                L_RBKP_RSEG-BELNR UNDER TEXT-004,
                L_RBKP_RSEG-ZFBDT UNDER TEXT-005,
                L_RBKP_RSEG-RMWWR UNDER TEXT-006.
      ENDLOOP.
      LOOP AT I_LFA1 INTO L_LFA1.
        WRITE:/ L_LFA1-NAME1 UNDER TEXT-003.
      ENDLOOP.
    thanks and regards
    ashwin

    Run the Following Standard Reports with Selection Parameters WE101 for Pending Goods Receipt.
    ME2M
    ME2N
    ME2L
    Run the Following Standard Reports with Selection Parameters RECHNUNG for Pending Invoice Receipt.
    ME2M
    ME2N
    ME2L
    Regards,
    Ashok

  • Purchase order pending for release report

    Hi Gurus,
    Is there any report which will give a list of POs pending for release?
    Regards,
    Kumar

    Hi ,
    You can view through report ME2N..
    In T-code you can select option dynamic selections > select header item> select Release status
    Then you can view the pending report.
    Regards
    SAM

  • To Find no og MIGOS pending for MIRO

    Hi All,
    I am developing a report to find the MIGO'S pending for MIRO's.
    Which table should i refer to find MIGO'S pending for MIRO's.including MSEG and MKPF.
    will it be done thru EKBE fro this
    can any one help........?
    TIA
    Basu

    Hi,
    Make the necessary changes according to your Data & Requirement.
      SELECT a~ebeln a~ebelp a~vgabe a~gjahr a~belnr a~buzei a~bewtp a~budat a~matnr a~werks a~xblnr a~menge a~dmbtr
      b~lifnr c~maktx d~name1  INTO TABLE it_final
      FROM ekbe AS a INNER JOIN ekko AS b ON b~ebeln = a~ebeln
                     INNER JOIN ekpo AS e ON e~ebeln = a~ebeln AND e~ebelp = a~ebelp
                     INNER JOIN lfa1 AS d ON d~lifnr = b~lifnr
                LEFT OUTER JOIN makt AS c ON c~matnr = a~matnr AND c~spras = 'E'
      WHERE a~ebeln IN so_ebeln
        AND a~werks IN so_werks
        AND a~matnr IN so_matnr
        AND b~lifnr IN so_lifnr
        AND b~bsart NOT IN ('A', 'B','C' )  " Here add Doc Type - if you have Stock transfer(from Plant to Plant) PO in your Data
        AND a~budat IN so_budat
        AND a~vgabe EQ '1'
        AND a~bewtp EQ 'E'
        AND a~bwart EQ '101'    " Check your MIGO IN mov. types
        AND e~loekz EQ ''
    " This is for MIGO Reverse - Again check your MIGO out Mov. types
        AND NOT EXISTS ( SELECT ebeln FROM ekbe WHERE ebeln = a~ebeln AND ebelp = a~ebelp AND vgabe = '1' AND bewtp = 'E'
        AND bwart IN ('102','122') AND lfgja = a~gjahr AND lfbnr = a~belnr AND lfpos = a~buzei )
    " check for Pending MIRO
        AND NOT EXISTS ( SELECT ekbe~ebeln FROM ekbe INNER JOIN rbkp ON rbkp~belnr = ekbe~belnr AND rbkp~gjahr = ekbe~gjahr
        WHERE ekbe~ebeln = a~ebeln AND ekbe~ebelp = a~ebelp AND ekbe~vgabe = '2' AND ekbe~bewtp = 'Q' AND ekbe~lfgja = a~gjahr
        AND ekbe~budat IN rg_budat AND ekbe~lfpos = a~buzei AND rbkp~tcode = 'MIRO' AND rbkp~stblg = '' )
      ORDER BY a~ebeln a~ebelp a~budat.
    "Remove Cancelled MIRO from o/p
      SELECT DISTINCT a~ebeln a~ebelp a~gjahr a~belnr INTO TABLE it_ekbe
      FROM ekbe AS a INNER JOIN rbkp AS b ON b~belnr = a~belnr AND b~gjahr = a~gjahr
      FOR ALL ENTRIES IN it_final
      WHERE a~ebeln = it_final-ebeln AND a~ebelp = it_final-ebelp AND a~vgabe EQ '2' AND a~bewtp EQ 'Q' AND a~lfbnr = '' AND a~budat IN rg_budat
        AND b~tcode = 'MIRO' AND b~stblg = ''.

  • Standard Report layouts in Crystal 2008 for SBO 2007A

    It has been 2 years since SBO adopted Crystal Reports to become part of the standard product, I refer back to the initial links which promised links to Standard Reports, however 2 years later these links appear to be exactly the same, no updates.
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/807d22cb-cb1d-2b10-8794-fb76d7feca88#section12 [original link is broken]
    For SBO 8.8 there appears to be a pack of Reports available for Sales Orders, Purchase Orders etc
    I would like to know if there a pack of standard Crystal reports for SBO 2007A and if so where would we be able to find them?
    Many thanks
    Kevin West

    I found the following link
    https://websmp101.sap-ag.de/~sapidb/011000358700001094082009
    It has the following - Crystal Reports Layout - IT Invoice Layout for Release 2007 A
    An invoice layout for Italy...well done 2 years and we now have an Italian invoice

  • Purchase Orders Pending for Invoice Verification

    Good Afternoon,
    I'm looking a report with purchase orders waiting or pending for Invoice Verification.
    Those PO's already has the Goods Receipt, and just pending for Invoice Verification.
    Thanks for the help.
    Hector.

    Use report ME2N with selection parameter as RECHNUNG.
    or else you can create your own seleciton parameter where you can pull the report only for the invoice which has GR done.
    to do that go to SPRO-MM-purchasing-reporting-maintain purchaisng list-selection parameter-define seleciton parameter
    hit new entry or copy RECHNUNG
    create new one with
    IR planned  +
    Delivered  >= 0 ord
    and Invoiced  < ord
    save and use this parameter in ME2N
    you will only get the POs list where GR done but no IR

  • WIP - Job Order Pending for Completion Transaction Reprt

    How can we get report - job order pending for completion transaction from WIP module?
    Please give us solution.
    Thanks & Regards,
    PressureJet Systems Pvt. Ltd.
    Edited by: PressureJet Systems Pvt. Ltd. on Apr 7, 2013 9:57 PM

    Can you elaborate your question more?
    Mahendra

  • WebI report based on BEx query in Live Office document

    Hi
    We have a BEx query in BW that has one input ready variable (period). Then we have created a WebI report based on this BEx query (the WebI report itself does not have any prompts). When we run the WebI report we get asked to enter a value in the BEx variable (remember: this is not a WebI prompt). Until this stage everything works fine. Then we have created a Live Office document and added the WebI report. When we refresh the Live Office document, the BEX variable is not shown. The data that is retrieved is from the last time the WebI report run. The refresh option is set to u201COn demand: From the databaseu201D.
    Is there a way to get the BEx variables to be shown when refreshing the Live Office document? Remember, we do not use WebI prompts.
    We use BW 7.3 and BO BI 4.0.
    Kind regards
    Erik

    Hi,
    Unfortunately, this feature has not been developped the BICS connectiviy. It is only available for manda
    tory prompts based on universe. Others have noted the same problem, so there is an enhancement request for the feature to be available using BICS connection in the "Ideas Place".
    Use the link to vote for the idea, more votes gives a better chance that this will be picked up for development.
    [LifeOffice idea|https://cw.sdn.sap.com/cw/ideas/4094]
    Thanks,
    Marianne

  • Excise Invoice List-Pending for ARE document creation

    Dear All,
    Is there any standard Tcode for getting the list of excise invoice which are pending for ARE documents creation or with the status of ARE documents.
    Thanks & Regards,
    Antima

    Hi,
    No there is no standard report available for this requirement.  You may need to develop a Z report.
    J1ARE_AGE gives u the status after creation of ARE1.
    Thanks
    Krishna.

  • How to call the XML Publisher Report thro Standard PO Output for Comm.

    Hi
    We need to call our custom report(XML Publisher Report) from the standard PO Output for Communication Report.
    There is a parameter(Purchase Order Layout) in PO Output for Communication in which we can see no. of standard reports. We want to add our custom report in that list so that when we will run this standard report by selecting our custom report for Purchase Order Layout parameter, we should get the output as per our Custom report.
    Since PO Output for Communication is a Java Concurrent Program, we are not able to place our custom report in the list of Purchase Order layout Parameter.
    Ram

    Welcome to the forums !
    Pl see if MOS Doc 305307.1 (How To Modify Print PO Report POXPOPDF With Custom Template) can help
    HTH
    Srini

  • Need to get .ENV and reports.sh set up correctly for 9i/WebUtil

    We have been editing default.env, a app-specific version of default.env called duris.env, and reports. sh, trying to fix the conflict between Forms WebUtil and Reports in 9.0.2.0.1. Now, it's to the point that I can't even run Reports from Forms without core dumping(direct URL calls to Reports work fine) .
    I am pasting the contents of these 3 files into this note, in hopes someone can look at them and tell me why Reports won't even run from Forms any more. Any suggestions are welcome. My email is [email protected].
    Here is the content of our default.env:
    # $Header: default.env@@/main/25 \
    # Checked in on Wed Apr 3 15:45:42 PST 2002 by vobadm \
    # Copyright (c) 2002 by Oracle Corporation. All Rights Reserved. \
    # $
    # $Id: default.env /main/25 3-apr-2.15:45:42 vobadm $
    # default.env - default Forms environment file, Solaris version
    # This file is used to set the Forms runtime environment parameters.
    # If a parameter is not defined here, the value used will be that defined
    # in the environment in which the servlet engine (OC4J or JServ) was started.
    # NOTES
    # 1/ The Forms installation process should replace all occurrences of
    # <percent>FORMS_ORACLE_HOME<percent> with the correct ORACLE_HOME
    # setting, and all occurrences of <percent>O_JDK_HOME<percent> with
    # the location of the JDK (usually $ORACLE_HOME/jdk).
    # Please make these changes manually if not.
    # 2/ Some of the variables below may need to be changed to suite your needs.
    # Please refer to the Forms documentation for details.
    ORACLE_HOME=/usr/oracle/product/9iasr2/mtier
    # Search path for Forms applications (.fmx files, PL/SQL libraries)
    FORMS90_PATH=/usr/oracle/product/9iasr2/mtier/forms90:/usr/oracle/product/webutil/forms:/usr/oracle/apps/duris/forms/bin:/usr/oracle/apps/tools/forms/bin
    # Java class path
    # This is required for the Forms debugger
    # You can append your own Java code here
    CLASSPATH=/opt/java1.3/jre/lib/rt.jar:$ORACLE_HOME/jlib/debugger.jar:$ORACLE_HOME/jlib/utj90.jar:$ORACLE_HOME/jlib/ewt3.jar:$ORACLE_HOME/jlib/share.jar:$ORACLE_HOME/jlib/zrclient.jar:$ORACLE_HOME/reports/jlib/rwrun.jar:/usr/oracle/product/webutil/lib/webutil.jar
    #@@CLASSPATH=/opt/java1.3/jre/lib/rt.jar:$ORACLE_HOME/jlib/debugger.jar:$ORACLE_HOME/jlib/utj90.jar:$ORACLE_HOME/jlib/ewt3.jar:$ORACLE_HOME/jlib/share.jar:/usr/oracle/product/webutil/lib/webutil.jar
    #CLASSPATH=/opt/java1.3/jre/lib/rt.jar:$ORACLE_HOME/jlib/debugger.jar:$ORACLE_HOME/jlib/utj90.jar:$ORACLE_HOME/jlib/ewt3.jar:$ORACLE_HOME/jlib/share.jar
    # The PATH setting is not required for Forms if the Forms executables are
    # in <ORACLE_HOME>/bin. However, it is required if Graphics applications
    # are called from Forms applications.
    PATH=/usr/oracle/product/9iasr2/mtier/bin
    # Settings for Reports
    # NOTE: This setting is only needed if Reports applications
    # are called from Forms applications
    #@REPORTS_CLASSPATH=$ORACLE_HOME/jlib/zrclient.jar:$ORACLE_HOME/reports/jlib/rwrun.jar:/usr/oracle/product/webutil/lib/webutil.jar
    REPORTS_CLASSPATH=$ORACLE_HOME/jlib/zrclient.jar:$ORACLE_HOME/reports/jlib/rwrun.jar
    # Settings for Graphics
    # NOTE: These settings are only needed if Graphics applications
    # are called from Forms applications
    # Please uncomment the following and put the correct 6i
    # oracle_home value to use Graphics applications.
    #ORACLE_GRAPHICS6I_HOME=<your Graphics 6i oracle_home here>
    # Search path for Graphics applications
    GRAPHICS60_PATH=
    # Settings for forms9i tracing and logging
    # Note: This entry has to be uncommented to enable tracing and
    # logging.
    #FORMS90_TRACE_PATH=<FORMS_ORACLE_HOME>/forms90/server
    FORMS90_TRACE_PATH=/ford/thishost/u/oracle
    # System settings
    # You should not normally need to modify these settings
    # Path for shared library objects
    # This is highly platform (if not machine) specific ! At install time
    # <percent>LD_LIBRARY_PATH<percent> should be replaced with the
    # actual value of the LD_LIBRARY_PATH environment variable (at install
    # time). That should ensure we have the paths for such necessities as
    # the motif and X11 libraries.
    # Explanations:
    # - Reports needs the path for libjava.so
    # (/cdm/solaris/o_jdk/1_2_2_0_0/jre/lib/sparc)
    # - Forms needs two paths to the jre, for libjvm.so and libhpi.so
    # - In ojdk 1.3.1 the location of libjvm.so is lib/sparc (there is no
    # classic directory) so we do not include the .../classic directory
    # below. There are other versions of libjvm.so (in directories server,
    # client and hotspot) but we will use the version in lib/sparc for now.
    SHLIB_PATH=/usr/oracle/product/9iasr2/mtier/lib32:/usr/oracle/product/9iasr2/mtier/jdk/jre/lib/PA_RISC:/usr/oracle/product/9iasr2/mtier/jdk/jre/lib/PA_RISC/classic:%SHLIB_PATH%
    # Added for WebUtil
    WEBUTIL_CONFIG=/usr/oracle/product/webutil/server/webutil.cfg
    Here is the content of our app-specific .ENV file, duris.env:
    # $Header: default.env@@/main/25 \
    # Checked in on Wed Apr 3 15:45:42 PST 2002 by vobadm \
    # Copyright (c) 2002 by Oracle Corporation. All Rights Reserved. \
    # $
    # $Id: default.env /main/25 3-apr-2.15:45:42 vobadm $
    # default.env - default Forms environment file, Solaris version
    # This file is used to set the Forms runtime environment parameters.
    # If a parameter is not defined here, the value used will be that defined
    # in the environment in which the servlet engine (OC4J or JServ) was started.
    # NOTES
    # 1/ The Forms installation process should replace all occurrences of
    # <percent>FORMS_ORACLE_HOME<percent> with the correct ORACLE_HOME
    # setting, and all occurrences of <percent>O_JDK_HOME<percent> with
    # the location of the JDK (usually $ORACLE_HOME/jdk).
    # Please make these changes manually if not.
    # 2/ Some of the variables below may need to be changed to suite your needs.
    # Please refer to the Forms documentation for details.
    ORACLE_HOME=/usr/oracle/product/9iasr2/mtier
    # Search path for Forms applications (.fmx files, PL/SQL libraries)
    FORMS90_PATH=/usr/oracle/product/9iasr2/mtier/forms90:/usr/oracle/product/webutil/forms:/usr/oracle/apps/duris/forms/bin:/usr/oracle/apps/tools/forms/bin
    # Java class path
    # This is required for the Forms debugger
    # You can append your own Java code here
    CLASSPATH=/opt/java1.3/jre/lib/rt.jar:$ORACLE_HOME/jlib/debugger.jar:$ORACLE_HOME/jlib/utj90.jar:$ORACLE_HOME/jlib/ewt3.jar:$ORACLE_HOME/jlib/share.jar:$ORACLE_HOME/jlib/zrclient.jar:$ORACLE_HOME/reports/jlib/rwrun.jar:/usr/oracle/product/webutil/lib/webutil.jar
    #@@CLASSPATH=/opt/java1.3/jre/lib/rt.jar:$ORACLE_HOME/jlib/debugger.jar:$ORACLE_HOME/jlib/utj90.jar:$ORACLE_HOME/jlib/ewt3.jar:$ORACLE_HOME/jlib/share.jar:/usr/oracle/product/webutil/lib/webutil.jar
    #CLASSPATH=/opt/java1.3/jre/lib/rt.jar:$ORACLE_HOME/jlib/debugger.jar:$ORACLE_HOME/jlib/utj90.jar:$ORACLE_HOME/jlib/ewt3.jar:$ORACLE_HOME/jlib/share.jar
    # The PATH setting is not required for Forms if the Forms executables are
    # in <ORACLE_HOME>/bin. However, it is required if Graphics applications
    # are called from Forms applications.
    PATH=/usr/oracle/product/9iasr2/mtier/bin
    # Settings for Reports
    # NOTE: This setting is only needed if Reports applications
    # are called from Forms applications
    #@REPORTS_CLASSPATH=$ORACLE_HOME/jlib/zrclient.jar:$ORACLE_HOME/reports/jlib/rwrun.jar:/usr/oracle/product/webutil/lib/webutil.jar
    REPORTS_CLASSPATH=$ORACLE_HOME/jlib/zrclient.jar:$ORACLE_HOME/reports/jlib/rwrun.jar
    # Settings for Graphics
    # NOTE: These settings are only needed if Graphics applications
    # are called from Forms applications
    # Please uncomment the following and put the correct 6i
    # oracle_home value to use Graphics applications.
    #ORACLE_GRAPHICS6I_HOME=<your Graphics 6i oracle_home here>
    # Search path for Graphics applications
    GRAPHICS60_PATH=
    # Settings for forms9i tracing and logging
    # Note: This entry has to be uncommented to enable tracing and
    # logging.
    #FORMS90_TRACE_PATH=<FORMS_ORACLE_HOME>/forms90/server
    FORMS90_TRACE_PATH=/ford/thishost/u/oracle
    # System settings
    # You should not normally need to modify these settings
    # Path for shared library objects
    # This is highly platform (if not machine) specific ! At install time
    # <percent>LD_LIBRARY_PATH<percent> should be replaced with the
    # actual value of the LD_LIBRARY_PATH environment variable (at install
    # time). That should ensure we have the paths for such necessities as
    # the motif and X11 libraries.
    # Explanations:
    # - Reports needs the path for libjava.so
    # (/cdm/solaris/o_jdk/1_2_2_0_0/jre/lib/sparc)
    # - Forms needs two paths to the jre, for libjvm.so and libhpi.so
    # - In ojdk 1.3.1 the location of libjvm.so is lib/sparc (there is no
    # classic directory) so we do not include the .../classic directory
    # below. There are other versions of libjvm.so (in directories server,
    # client and hotspot) but we will use the version in lib/sparc for now.
    SHLIB_PATH=/usr/oracle/product/9iasr2/mtier/lib32:/usr/oracle/product/9iasr2/mtier/jdk/jre/lib/PA_RISC:/usr/oracle/product/9iasr2/mtier/jdk/jre/lib/PA_RISC/classic:%SHLIB_PATH%
    # Added for WebUtil
    WEBUTIL_CONFIG=/usr/oracle/product/webutil/server/webutil.cfg
    Here is the content of reports.sh:
    #!/bin/sh
    # $Header: reports.sh@@/main/pl_hpux_formsreports_9i/8 \
    # Checked in on Mon Apr 8 19:40:42 PDT 2002 by diglesia \
    # Copyright (c) 2002 by Oracle Corporation. All Rights Reserved. \
    # $
    # Copyright (c) 60, 2002 by Oracle Corporation. All Rights Reserved.
    ## Example file to set environment variables in Bourne-shell or K-shell
    ## for Oracle Reports 9i. Refer to Install Doc for more detail on each
    ## of these environment variables. You need to modify some of the environment
    ## variables before doing source on this file ( % . reports.sh ).
    ##DISPLAY=< your unix machine name:0.0 >; export DISPLAY
    DISPLAY=localhost:5; export DISPLAY
    ## ORACLE_HOME=< oracle home >; export ORACLE_HOME
    ## if you need more than one diretory in your path, all directories should be
    ## separated by ':'
    PATH=$ORACLE_HOME/jdk/bin:$ORACLE_HOME/bin:${PATH}; export PATH
    ## Platform specific settings
    ## HP-UX settings
    if [ `uname -s` = 'HP-UX' ]
    then
    SHLIB_PATH=$ORACLE_HOME/jdk/jre/lib/PA_RISC:$ORACLE_HOME/jdk/jre/lib/PA_RISC/classic:$ORACLE_HOME/lib32:${SHLIB_PATH}; export SHLIB_PATH
    ## Linux settings
    elif [ `uname -s` = 'Linux' ]
    then
    LD_LIBRARY_PATH=$ORACLE_HOME/jdk/jre/lib/i386:$ORACLE_HOME/lib:${LD_LIBRARY_PATH}; export LD_LIBRARY_PATH
    ## Compaq Tru64 settings (OSF1)
    elif [ `uname -s` = 'OSF1' ]
    then
    LD_LIBRARY_PATH=$ORACLE_HOME/jdk/jre/lib/alpha:$ORACLE_HOME/lib:${LD_LIBRARY_PATH}; export LD_LIBRARY_PATH
    ## Default settings
    else
    LD_LIBRARY_PATH=$ORACLE_HOME/jdk/jre/lib/sparc:$ORACLE_HOME/lib:${LD_LIBRARY_PATH}; export LD_LIBRARY_PATH
    ## end platform specific settings
    fi
    ## You need to set TNS_ADMIN and TWO_TASK or ORACLE_SID to connect to database
    ## Some default values have been set below
    TNS_ADMIN=$ORACLE_HOME/network/admin; export TNS_ADMIN
    ## TWO_TASK=< two task name >; export TWO_TASK
    ## ORACLE_SID=< ORACLE SID >; export ORACLE_SID
    ## setting for Reports Runtime
    RW=$ORACLE_HOME/reports; export RW
    #REPORTS_PATH=$ORACLE_HOME/reports/templates:$ORACLE_HOME/reports/samples/demo:$ORACLE_HOME/reports/integ:$ORACLE_HOME/reports/printers; export REPORTS_PATH
    REPORTS_TMP=/tmp; export REPORTS_TMP
    REPORTS_NO_DUMMY_PRINTER=TRUE; export REPORTS_NO_DUMMY_PRINTER
    REPORTS_TAGLIB_URI=/WEB-INF/lib/reports_tld.jar; export REPORTS_TAGLIB_URI
    REPORTS_CLASSPATH=$ORACLE_HOME/reports/jlib/rwbuilder.jar:$ORACLE_HOME/reports/jlib/rwrun.jar:$ORACLE_HOME/jlib/zrclient.jar:$ORACLE_HOME/j2ee/home/oc4j.jar:$ORACLE_HOME/j2ee/home/lib/ojsp.jar;export REPORTS_CLASSPATH
    ##This section added by configurefont.sh
    PRINTER=fontprinter;export PRINTER
    TK_PRINT_STATUS=echo;export TK_PRINT_STATUS
    REPORTS_PATH=$REPORTS_PATH:$ORACLE_HOME/guicommon9/tk90/admin/TTF;export REPORTS_PATH
    #REPORTS60_PATH=$REPORTS60_PATH:$ORACLE_HOME/guicommon6/tk60/admin/TTF;export REPORTS60_PATH
    TK90_UNKNOWN=$ORACLE_HOME/guicommon9/tk90/admin; export TK90_UNKNOWN
    TK90_PPD=$ORACLE_HOME/guicommon9/tk90/admin/PPD; export TK90_PPD
    TK90_AFM=/opt/rational/base/cots/acrobat.4.0/hppa_hpux/Resource/font:$ORACLE_HOME/guicommon9/tk90/admin/AFM; export TK90_AFM
    TK90_FONTALIAS=$ORACLE_HOME/guicommon9/tk90/admin; export TK90_FONTALIAS

    I tried these steps here:
    http://articles.techrepublic.com.com/5100-10878_11-6174105.html
    However I don't have a selection called share Windows in my sharing prefs, nor do I have a Utility called Directory Access

  • Report generating on local but not live

    hi Guys,
    its been 2 months to this problem, Crystal report is not generating report on live. i had installed CR for my local laptop and same setup for live. VS 2010. now i got new machine and i downloaded setup for VS2010. but when i opened report by double clicking it said that version is different so i installed older setup which i had on my laptop. the problem is when i create a report locally, it generates report very fine but on LIVE it does not do anything. it does not even create exception. some time there is one error in Even Viewer
    "The description for Event ID ( 4353 ) in Source ( Crystal Reports ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: The keycode assembly, BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded."
    i have researched on it and it seems that this error does not break functionality. could you please tell me any idea?
    thanks

    hi guys,
    now my live and local both are not working... as suggested by Ludek i have tried Process monitor and found some entries which i want to point out. please see below.
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegEnumValue
    Result:     NO MORE ENTRIES
    Path:     HKLM\SOFTWARE\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Report Application Server\InprocServer
    TID:     6900
    Duration:     0.0000013
    Index:     14
    Length:     48,900
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegCreateKey
    Result:     ACCESS DENIED
    Path:     HKLM\Software\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0
    TID:     6900
    Duration:     0.0000056
    Desired Access:     Read/Write
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegOpenKey
    Result:     ACCESS DENIED
    Path:     HKU\S-1-5-82-794271414-2547205055-1060673776-2579641347-304524694\Software\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0
    TID:     6900
    Duration:     0.0000059
    Desired Access:     Read
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegOpenKey
    Result:     NAME NOT FOUND
    Path:     HKU\S-1-5-82-794271414-2547205055-1060673776-2579641347-304524694_CLASSES\CLSID\{C016CDD4-42F0-4C37-BAEA-31EA6CAF442B}
    TID:     6900
    Duration:     0.0000033
    Desired Access:     Read
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegOpenKey
    Result:     NAME NOT FOUND
    Path:     HKCR\CLSID\{C016CDD4-42F0-4C37-BAEA-31EA6CAF442B}
    TID:     6900
    Duration:     0.0000047
    Desired Access:     Read
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegOpenKey
    Result:     NAME NOT FOUND
    Path:     HKU\S-1-5-82-794271414-2547205055-1060673776-2579641347-304524694_CLASSES\Wow6432Node\CLSID\{C016CDD4-42F0-4C37-BAEA-31EA6CAF442B}
    TID:     6900
    Duration:     0.0000033
    Desired Access:     Read
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegOpenKey
    Result:     NAME NOT FOUND
    Path:     HKU\S-1-5-21-1520874416-994972325-646158445-1014
    TID:     6900
    Duration:     0.0000026
    Desired Access:     Maximum Allowed
    Date & Time:     23/01/2012 14:06:35
    Event Class:     File System
    Operation:     ReadFile
    Result:     END OF FILE
    Path:     C:\Users\FA-Kamran\Desktop\FoodAlert\ClientRC\Code\FoodAlertProj\Reports\TrainingManagement\rptIndividualEmployee.rpt
    TID:     6900
    Duration:     0.0000013
    Offset:     98,304
    Length:     5,120
    Date & Time:     23/01/2012 14:06:35
    Event Class:     File System
    Operation:     CreateFile
    Result:     ACCESS DENIED
    Path:     C:\Windows\Temp\rptIndividualEmployee {8CBD9840-7EA6-482D-8DD2-6DFB920768BF}.rpt
    TID:     40020
    Duration:     0.0000192
    Desired Access:     Generic Read
    Disposition:     Open
    Options:     Synchronous IO Non-Alert, Non-Directory File
    Attributes:     N
    ShareMode:     Read, Write, Delete
    AllocationSize:     n/a
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegQueryValue
    Result:     BUFFER OVERFLOW
    Path:     HKCR\CLSID\{F734A321-8381-4FFD-A614-139E8906DC83}\InprocServer32\(Default)
    TID:     6900
    Duration:     0.0000016
    Length:     144
    I am sorry for this long message but i need to fix this as soon as possible. thanks

Maybe you are looking for