Error while resetting release of segment

Hi Experts,
We have one custom IDoc.I am trying to add new field to one of the segment.So i am trying to cancel release status of segment using we31.But i am getting error Error while resetting release of segment  ZXXXXX Message no. EA259 .I checked many of SDN threads but no where exact solution is mentioned for this.Current release for the message type is 701.so we are on same version now also.I put  a break-point in LEDIJF05 in form CHANGE_CLOSE_SEGDEF.i observed it is failing at line 625 and
can not unclose segment: release of last version is not SAP-version*.Can any body tell me what is the exact issue.
Thanks in advance,
Vijay

Hi Vijay,
If the SAP version and the version segment released last time is the same, then this problem should not occur. If you are still facing the issue, add a version to the existing segment. You should be able to add the new field then.
Regards,
Parthiban

Similar Messages

  • Error while resetting a cleared document

    Hi everyone,
    I am getting an error while resetting a cleared invoicing document 'Document xxxxxxxxxxx with origin R4 can not be reversed'. Please guide me how can we reset the clearing of this document.
    Thanks and Regards

    Hi,
    You need to reset all clearing for the corresponding FICA document for the print document.
    Reset the clearing for the document no. mentioned in the output for EA13 execution.
    You need to reset all the clearing for the document, before reversing the same.
    To get all the clearing document, go to DFKKOP table, enter the FICA document no. (for the print document on FPL9). Get all AUGBL documents,
    Alternatively, you can go on to FPL9 screen, double click on the consumption document, in the basic data you will see the clearing date (if it is cleared), expand the view their (click on + sign), you will se the clearing document no,
    Pass the above clearing document no, to FP07, and once all the clearing is reset for the invoice, you can reverse the corresponding invoice through EA13.
    Regards,
    Rajesh Popat

  • Error while exporting release build.

    I'm getting this error while exporting release build targeting iOS, running Flash Builder 4.7 and Apache Flex 4.10.0, any help would be greatly appreciated.
    Error occurred while packaging the application:
    # A fatal error has been detected by the Java Runtime Environment:
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000180386950, pid=3328, tid=2472
    # JRE version: 6.0_31-b05
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.6-b01 mixed mode windows-amd64 compressed oops)
    # Problematic frame:
    # C  [llvm.dll+0x386950]
    # An error report file with more information is saved as:
    # C:\wamp\www\Flex\ROMCorp\bin-release-temp\AOT\hs_err_pid3328.log
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    Compilation failed while executing : ADT

    My application contains too much private data, I can't attach it. Just several notes about my problem:
    1. It's not reproducible in the Flash Builder 4.6 on OSX 10.6.8
    2. It's reproducible with ant build script
    3. Error is gone when I removed all <icon></icon> elements from descriptor file.

  • Error while creating the rollback segment (Oracle 8i & OS Win NT)

    hi
    I am using Oracle 8i and when i am creating the new rollback segment for my database i have got following error message
    ORA-01593 Rollback segment optimal size (30 blks) is smaller than the computed initial size (2560 blks)
    CREATE ROLLBACK SEGMENT "RBS11" TABLESPACE "RBS1"
    STORAGE ( INITIAL 120K NEXT
    120K OPTIMAL
    240K MINEXTENTS 2
    MAXEXTENTS 100)
    Note:- db_block size is 8k
    Tablespace RBS1 is the Locally managed Tablespace having datafile of 50m and uniform size of 10m
    But Given statement processed while i am using Tablespace RBS (winch is data dictionary managed)
    Plz, suggest me to cause of that error and solution

    You said 120K optimal and initial is 120K with minextents of 2. The optimal size then will be smaller than the initial allocation for the rbs.
    ORA-01593: rollback segment optimal size (string blks) is smaller than the computed initial size (string blks)
    Cause: Specified OPTIMAL size is smaller than the cumulative size of the initial extents during create rollback segment.
    Action: Specify a larger OPTIMAL size.

  • Getting error while resetting password

    Hi,
    I'm getting below error while doing reset password in atg, it's coming in OOTB classes and not getting any hint why it's happening. Please help me out If anybody has some idea.
    ####<Oct 29, 2013 3:45:11 PM PDT> <Error> <HTTP> <devrdatgap138> <ss_ps01> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <8164221be15c76f6:164e9b0f:142064045f9:-8000-00000000000004e5> <1383086711647> <BEA-101020> <[ServletContext@607729113[app:self-service module:/ng3 path:/ng3 spec-version:2.5]] Servlet failed with Exception
    java.lang.NullPointerException
            at atg.security.SaltedDigestPasswordHasher.encryptPassword(SaltedDigestPasswordHasher.java:222)
            at atg.userprofiling.PropertyManager.generatePassword(PropertyManager.java:654)
            at atg.userprofiling.ProfileTools.generateNewPasswordForProfile(ProfileTools.java:2672)
            at atg.userprofiling.ForgotPasswordHandler.handleForgotPassword(ForgotPasswordHandler.java:354)
            at com.ForgotPasswordHandler.handleForgotPassword(ForgotPasswordHandler.java:227)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at atg.droplet.EventSender.sendEvent(EventSender.java:639)
            at atg.droplet.FormTag.doSendEvents(FormTag.java:823)
            at atg.droplet.FormTag.sendEvents(FormTag.java:671)
            at atg.droplet.DropletEventServlet.sendEvents(DropletEventServlet.java:614)
            at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:642)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.commerce.order.CommerceCommandServlet.service(CommerceCommandServlet.java:150)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.commerce.promotion.PromotionServlet.service(PromotionServlet.java:213)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.userprofiling.AccessControlServlet.service(AccessControlServlet.java:696)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.servlet.sessionsaver.SessionSaverServlet.service(SessionSaverServlet.java:2447)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.userprofiling.PageEventTriggerPipelineServlet.service(PageEventTriggerPipelineServlet.java:191)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.search.servlet.SearchClickThroughServlet.service(SearchClickThroughServlet.java:437)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.multisite.SiteSessionEventTriggerPipelineServlet.service(SiteSessionEventTriggerPipelineServlet.java:161)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.userprofiling.SessionEventTrigger.service(SessionEventTrigger.java:512)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.userprofiling.ProfilePropertyServlet.service(ProfilePropertyServlet.java:230)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet.java:460)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.projects.store.servlet.pipeline.ProtocolSwitchServlet.service(ProtocolSwitchServlet.java:309)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.servlet.pipeline.URLArgumentPipelineServlet.service(URLArgumentPipelineServlet.java:302)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAuthenticationPipelineServlet.java:392)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinderServlet.java:113)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:234)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.servlet.pipeline.SecurityServlet.service(SecurityServlet.java:191)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.multisite.SiteContextPipelineServlet.service(SiteContextPipelineServlet.java:405)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1271)
            at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:952)
            at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:272)
            at atg.filter.dspjsp.PageFilter.innerDoFilter(PageFilter.java:349)
            at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:208)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
            at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
            at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Hi,
    I could see that you customized the form handler, using com.nintendo.g3.store.profile.NintendoForgotPasswordHandler.
    Can you try to disable your custom component and using OOTB? If it works in a good way, the problem is in your handleForgotPassword.
    Like David_DE said, the login can be null when try to encrypt the password.
    Hope it helps

  • Error while resetting the PO release using the FM BAPI_PO_RESET_RELEASE

    Hi Friends,
    My requirement is to Reset the Purchase Order release.
    I am using FM  BAPI_PO_RESET_RELEASE, and i am getting the Exception PREREQUISITE_FAIL(Release Prerequisite Not Satisfied) after executing this Function module.
    I found that For PO which is already issued an output/already printed, we can not reset the release. and for the PO which does n't have any output status records, this FM is working fine, but for the PO which has the output status records, i am getting the mentioned exception.
    I have tried by executing this FM(BAPI_PO_RESET_RELEASE) after deleting all output status records for one PO , i got the successful result. But if there are any output status records for the PO this FM is given the Exception.
    Can anybody tell me how to reset the release strategy for the PO which has already printed or which has some output status records(Without deleting the output status records).
    Thanks:
    Rk.

    Dear RK,
    Did you resolved the above issue, I am facing the similar problem.
    Please let me know the solution.
    Thanks,
    Dhaneshwari

  • Getting error while reset sequence value

    i hve created two table. and a sequence for other table. i want to do that when i insert into a first table, entries of other table should be deleted and sequence value should reset to 1. For that i have executed the following sql code
    but getting the error:
    create or replace Trigger m_sale_ainsert_trig
    after insert on m_sale_bill
    for each row
    begin
    DELETE FROM M_TEMP;
    <<COLUMN_SEQUENCES>>
    BEGIN
    Alter Sequence M_TEMP_SEQ Restart with 1;
    END COLUMN_SEQUENCES;
    end;
    Alter Trigger m_sale_ainsert_trig enable;
    Warning: execution completed with warning
    Trigger m_sale_ainsert_trig Compiled.
    Alter Trigger m_sale_ainsert_trig succeeded.
    5/4 PLS-00103: Encountered the symbol "ALTER" when expecting one of the following:
    ( begin case declare exit for goto if loop mod null pragma
    raise return select update while with <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> <<
    continue close current delete fetch lock insert open rollback
    savepoint set sql execute commit forall merge pipe purge
    pls rectify it!!!!! what are the mistakes in this code?
    Edited by: JKMourya on Mar 21, 2013 10:55 AM

    JKMourya wrote:
    i hve created two table. and a sequence for other table. i want to do that when i insert into a first table, entries of other table should be deleted and sequence value should reset to 1. For that i have executed the following sql code
    but getting the error:
    create or replace Trigger m_sale_ainsert_trig
    after insert on m_sale_bill
    for each row
    begin
    DELETE FROM M_TEMP;
    <<COLUMN_SEQUENCES>>
    BEGIN
    Alter Sequence M_TEMP_SEQ Restart with 1;
    END COLUMN_SEQUENCES;
    end;
    Alter Trigger m_sale_ainsert_trig enable;
    Warning: execution completed with warning
    Trigger m_sale_ainsert_trig Compiled.
    Alter Trigger m_sale_ainsert_trig succeeded.
    5/4 PLS-00103: Encountered the symbol "ALTER" when expecting one of the following:
    ( begin case declare exit for goto if loop mod null pragma
    raise return select update while with <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> <<
    continue close current delete fetch lock insert open rollback
    savepoint set sql execute commit forall merge pipe purge
    pls rectify it!!!!! what are the mistakes in this code?
    Edited by: JKMourya on Mar 21, 2013 10:55 AMDDL inside PL/SQL is NOT allowed
    you must (ab)use EXECUTE IMMEDIATE

  • Adrelink error while applying Release update patch

    Hi,
    I have installed R12.0.0 on windows.
    while applying the patch from release update to 12.0.6. received an error for adrelink.
    Here is the log for ADrelink.
    You are running adrelink, version 120.36.12000000.8
    Start of adrelink session
    Date/time is Sun Jan 3 23:55:56 WAST 2010
    Log file is D:/oracle/PROD/apps/apps_st/appl/admin/PROD/log/adrelink.log
    Command line arguments are
    "force=n" "ranlib=n" "link_debug=n"
    "filelist=D:/oracle/PROD/apps/apps_st/appl/admin/PROD/out/plkapp000.txt"
    Operating System Information (output of 'uname -a'):
    CYGWIN_NT-5.1 pc 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin
    Backup Mode is "file"
    Removing Application products' bin directories from PATH ...
    Done removing Application products' bin directories from PATH
    Removing $FND_TOP/$APPLBIN from PATH ...
    Done removing $FND_TOP/$APPLBIN from PATH
    ORACLE RDBMS Version 10.1.0.5.0
    Oracle Reports Version 10.1.2
    Oracle Applications Release 12
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    Current product is
    +===========================================================================+
    adrelink: Warning: not setting
    L+===========================================================================+
    LIB
    since
    $+===========================================================================+
    _TOP/lib/+====================================================================
    =======+st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting
    L+===========================================================================+
    STLIB
    since
    $+===========================================================================+
    _TOP/lib/+====================================================================
    =======+st.lib does not exist
    or cannot be read.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "BEGIN" is listed as an Oracle Applications
    Product or as a Custom Product, but BEGIN_TOP is not set.
    adrelink: Warning: Product "LIST" is listed as an Oracle Applications
    Product or as a Custom Product, but LIST_TOP is not set.
    adrelink: Warning: Product "OF" is listed as an Oracle Applications
    Product or as a Custom Product, but OF_TOP is not set.
    adrelink: Warning: Product "PRODUCT" is listed as an Oracle Applications
    Product or as a Custom Product, but PRODUCT_TOP is not set.
    adrelink: Warning: Product "ABBREVIATIONS" is listed as an Oracle Applications
    Product or as a Custom Product, but ABBREVIATIONS_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    Current product is COMMENTED-OUT
    adrelink: Warning: not setting LCOMMENTED-OUTLIB
    since -OUT_TOP/lib/commented-outst.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LCOMMENTED-OUTSTLIB
    since -OUT_TOP/lib/commented-outst.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "EXAMPLE" is listed as an Oracle Applications
    Product or as a Custom Product, but EXAMPLE_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "END" is listed as an Oracle Applications
    Product or as a Custom Product, but END_TOP is not set.
    adrelink: Warning: Product "LIST" is listed as an Oracle Applications
    Product or as a Custom Product, but LIST_TOP is not set.
    adrelink: Warning: Product "OF" is listed as an Oracle Applications
    Product or as a Custom Product, but OF_TOP is not set.
    adrelink: Warning: Product "PRODUCT" is listed as an Oracle Applications
    Product or as a Custom Product, but PRODUCT_TOP is not set.
    adrelink: Warning: Product "ABBREVIATIONS" is listed as an Oracle Applications
    Product or as a Custom Product, but ABBREVIATIONS_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "END" is listed as an Oracle Applications
    Product or as a Custom Product, but END_TOP is not set.
    Current product is COMMENTED-OUT
    adrelink: Warning: not setting LCOMMENTED-OUTLIB
    since -OUT_TOP/lib/commented-outst.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LCOMMENTED-OUTSTLIB
    since -OUT_TOP/lib/commented-outst.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "EXAMPLE" is listed as an Oracle Applications
    Product or as a Custom Product, but EXAMPLE_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "ENVIRONMENT" is listed as an Oracle Applications
    Product or as a Custom Product, but ENVIRONMENT_TOP is not set.
    Current product is FILE.
    adrelink: Warning: not setting LFILE.LIB
    since file._TOP/lib/file.st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LFILE.STLIB
    since file._TOP/lib/file.st.lib does not exist
    or cannot be read.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "ENVIRONMENT" is listed as an Oracle Applications
    Product or as a Custom Product, but ENVIRONMENT_TOP is not set.
    adrelink: Warning: Product "VARIABLE" is listed as an Oracle Applications
    Product or as a Custom Product, but VARIABLE_TOP is not set.
    adrelink: Warning: Product "GIVING" is listed as an Oracle Applications
    Product or as a Custom Product, but GIVING_TOP is not set.
    adrelink: Warning: Product "THE" is listed as an Oracle Applications
    Product or as a Custom Product, but THE_TOP is not set.
    adrelink: Warning: Product "BASEPATH" is listed as an Oracle Applications
    Product or as a Custom Product, but BASEPATH_TOP is not set.
    adrelink: Warning: Product "FOR" is listed as an Oracle Applications
    Product or as a Custom Product, but FOR_TOP is not set.
    adrelink: Warning: Product "CUSTOM" is listed as an Oracle Applications
    Product or as a Custom Product, but CUSTOM_TOP is not set.
    adrelink: Warning: Product "PRODUCT" is listed as an Oracle Applications
    Product or as a Custom Product, but PRODUCT_TOP is not set.
    Current product is XXX.
    adrelink: Warning: not setting LXXX.LIB
    since ._TOP/lib/xxx.st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LXXX.STLIB
    since ._TOP/lib/xxx.st.lib does not exist
    or cannot be read.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "NOTE" is listed as an Oracle Applications
    Product or as a Custom Product, but NOTE_TOP is not set.
    adrelink: Warning: Product "THAT" is listed as an Oracle Applications
    Product or as a Custom Product, but THAT_TOP is not set.
    adrelink: Warning: Product "YOU" is listed as an Oracle Applications
    Product or as a Custom Product, but YOU_TOP is not set.
    adrelink: Warning: Product "STILL" is listed as an Oracle Applications
    Product or as a Custom Product, but STILL_TOP is not set.
    adrelink: Warning: Product "MUST" is listed as an Oracle Applications
    Product or as a Custom Product, but MUST_TOP is not set.
    adrelink: Warning: Product "LIST" is listed as an Oracle Applications
    Product or as a Custom Product, but LIST_TOP is not set.
    adrelink: Warning: Product "XXX_TOP" is listed as an Oracle Applications
    Product or as a Custom Product, but XXX_TOP_TOP is not set.
    adrelink: Warning: Product "IN" is listed as an Oracle Applications
    Product or as a Custom Product, but IN_TOP is not set.
    adrelink: Warning: Product "YOUR" is listed as an Oracle Applications
    Product or as a Custom Product, but YOUR_TOP is not set.
    adrelink: Warning: Product "ORACLE" is listed as an Oracle Applications
    Product or as a Custom Product, but ORACLE_TOP is not set.
    adrelink: Warning: Product "APPLICATIONS" is listed as an Oracle Applications
    Product or as a Custom Product, but APPLICATIONS_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "XXX" is listed as an Oracle Applications
    Product or as a Custom Product, but XXX_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "XXX" is listed as an Oracle Applications
    Product or as a Custom Product, but XXX_TOP is not set.
    adrelink: Warning: Product "IS" is listed as an Oracle Applications
    Product or as a Custom Product, but IS_TOP is not set.
    adrelink: Warning: Product "THE" is listed as an Oracle Applications
    Product or as a Custom Product, but THE_TOP is not set.
    adrelink: Warning: Product "ABBREVIATION" is listed as an Oracle Applications
    Product or as a Custom Product, but ABBREVIATION_TOP is not set.
    adrelink: Warning: Product "FOR" is listed as an Oracle Applications
    Product or as a Custom Product, but FOR_TOP is not set.
    adrelink: Warning: Product "YOUR" is listed as an Oracle Applications
    Product or as a Custom Product, but YOUR_TOP is not set.
    adrelink: Warning: Product "CUSTOM" is listed as an Oracle Applications
    Product or as a Custom Product, but CUSTOM_TOP is not set.
    Current product is PRODUCT,
    adrelink: Warning: not setting LPRODUCT,LIB
    since ,_TOP/lib/product,st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LPRODUCT,STLIB
    since ,_TOP/lib/product,st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "WHERE" is listed as an Oracle Applications
    Product or as a Custom Product, but WHERE_TOP is not set.
    adrelink: Warning: Product "XXX_TOP" is listed as an Oracle Applications
    Product or as a Custom Product, but XXX_TOP_TOP is not set.
    adrelink: Warning: Product "IS" is listed as an Oracle Applications
    Product or as a Custom Product, but IS_TOP is not set.
    adrelink: Warning: Product "THE" is listed as an Oracle Applications
    Product or as a Custom Product, but THE_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "ALL" is listed as an Oracle Applications
    Product or as a Custom Product, but ALL_TOP is not set.
    adrelink: Warning: Product "RIGHTS" is listed as an Oracle Applications
    Product or as a Custom Product, but RIGHTS_TOP is not set.
    adrelink: Warning: Product "RESERVED" is listed as an Oracle Applications
    Product or as a Custom Product, but RESERVED_TOP is not set.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "APPLICATIONS" is listed as an Oracle Applications
    Product or as a Custom Product, but APPLICATIONS_TOP is not set.
    adrelink: Warning: Product "DIVISION" is listed as an Oracle Applications
    Product or as a Custom Product, but DIVISION_TOP is not set.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "ABBREVIATION" is listed as an Oracle Applications
    Product or as a Custom Product, but ABBREVIATION_TOP is not set.
    Current product is PER
    adrelink: Warning: not setting LPERLIB
    since D:/oracle/PROD/apps/apps_st/appl/per/12.0.0/lib/perst.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LPERSTLIB
    since D:/oracle/PROD/apps/apps_st/appl/per/12.0.0/lib/perst.lib does not exist
    or cannot be read.
    Current product is LINE.
    adrelink: Warning: not setting LLINE.LIB
    since ._TOP/lib/line.st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LLINE.STLIB
    since ._TOP/lib/line.st.lib does not exist
    or cannot be read.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    Current product is ADCSTPRD.TXT
    adrelink: Warning: not setting LADCSTPRD.TXTLIB
    since .TXT_TOP/lib/adcstprd.txtst.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LADCSTPRD.TXTSTLIB
    since .TXT_TOP/lib/adcstprd.txtst.lib does not exist
    or cannot be read.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    Current product is ADRELINK.SH
    adrelink: Warning: not setting LADRELINK.SHLIB
    since .SH_TOP/lib/adrelink.shst.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LADRELINK.SHSTLIB
    since .SH_TOP/lib/adrelink.shst.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "HAS" is listed as an Oracle Applications
    Product or as a Custom Product, but HAS_TOP is not set.
    adrelink: Warning: Product "BEEN" is listed as an Oracle Applications
    Product or as a Custom Product, but BEEN_TOP is not set.
    adrelink: Warning: Product "CHANGED" is listed as an Oracle Applications
    Product or as a Custom Product, but CHANGED_TOP is not set.
    adrelink: Warning: Product "TO" is listed as an Oracle Applications
    Product or as a Custom Product, but TO_TOP is not set.
    adrelink: Warning: Product "GET" is listed as an Oracle Applications
    Product or as a Custom Product, but GET_TOP is not set.
    adrelink: Warning: Product "THE" is listed as an Oracle Applications
    Product or as a Custom Product, but THE_TOP is not set.
    adrelink: Warning: Product "LIST" is listed as an Oracle Applications
    Product or as a Custom Product, but LIST_TOP is not set.
    adrelink: Warning: Product "OF" is listed as an Oracle Applications
    Product or as a Custom Product, but OF_TOP is not set.
    adrelink: Warning: Product "VALID" is listed as an Oracle Applications
    Product or as a Custom Product, but VALID_TOP is not set.
    adrelink: Warning: Product "PRODUCTS" is listed as an Oracle Applications
    Product or as a Custom Product, but PRODUCTS_TOP is not set.
    adrelink: Warning: Product "FROM" is listed as an Oracle Applications
    Product or as a Custom Product, but FROM_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    Current product is ADRELINK.SH
    adrelink: Warning: not setting LADRELINK.SHLIB
    since .SH_TOP/lib/adrelink.shst.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LADRELINK.SHSTLIB
    since .SH_TOP/lib/adrelink.shst.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "READS" is listed as an Oracle Applications
    Product or as a Custom Product, but READS_TOP is not set.
    adrelink: Warning: Product "THIS" is listed as an Oracle Applications
    Product or as a Custom Product, but THIS_TOP is not set.
    adrelink: Warning: Product "FILE" is listed as an Oracle Applications
    Product or as a Custom Product, but FILE_TOP is not set.
    adrelink: Warning: Product "WHEN" is listed as an Oracle Applications
    Product or as a Custom Product, but WHEN_TOP is not set.
    adrelink: Warning: Product "CONSTRUCTING" is listed as an Oracle Applications
    Product or as a Custom Product, but CONSTRUCTING_TOP is not set.
    adrelink: Warning: Product "ITS" is listed as an Oracle Applications
    Product or as a Custom Product, but ITS_TOP is not set.
    adrelink: Warning: Product "LIST" is listed as an Oracle Applications
    Product or as a Custom Product, but LIST_TOP is not set.
    adrelink: Warning: Product "OF" is listed as an Oracle Applications
    Product or as a Custom Product, but OF_TOP is not set.
    adrelink: Warning: Product "PRODUCTS" is listed as an Oracle Applications
    Product or as a Custom Product, but PRODUCTS_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "AND" is listed as an Oracle Applications
    Product or as a Custom Product, but AND_TOP is not set.
    adrelink: Warning: Product "APPLSHAR" is listed as an Oracle Applications
    Product or as a Custom Product, but APPLSHAR_TOP is not set.
    adrelink: Warning: Product "ENVIROMENT" is listed as an Oracle Applications
    Product or as a Custom Product, but ENVIROMENT_TOP is not set.
    Current product is VARIABLES,
    adrelink: Warning: not setting LVARIABLES,LIB
    since ,_TOP/lib/variables,st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LVARIABLES,STLIB
    since ,_TOP/lib/variables,st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "SO" is listed as an Oracle Applications
    Product or as a Custom Product, but SO_TOP is not set.
    adrelink: Warning: Product "IT" is listed as an Oracle Applications
    Product or as a Custom Product, but IT_TOP is not set.
    adrelink: Warning: Product "NO" is listed as an Oracle Applications
    Product or as a Custom Product, but NO_TOP is not set.
    adrelink: Warning: Product "LONGER" is listed as an Oracle Applications
    Product or as a Custom Product, but LONGER_TOP is not set.
    adrelink: Warning: Product "RECOGNIZES" is listed as an Oracle Applications
    Product or as a Custom Product, but RECOGNIZES_TOP is not set.
    adrelink: Warning: Product "CUSTOM" is listed as an Oracle Applications
    Product or as a Custom Product, but CUSTOM_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    Current product is APPLPROD.TXT
    adrelink: Warning: not setting LAPPLPROD.TXTLIB
    since .TXT_TOP/lib/applprod.txtst.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LAPPLPROD.TXTSTLIB
    since .TXT_TOP/lib/applprod.txtst.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "AND" is listed as an Oracle Applications
    Product or as a Custom Product, but AND_TOP is not set.
    adrelink: Warning: Product "THIS" is listed as an Oracle Applications
    Product or as a Custom Product, but THIS_TOP is not set.
    adrelink: Warning: Product "FILE" is listed as an Oracle Applications
    Product or as a Custom Product, but FILE_TOP is not set.
    adrelink: Warning: Product "INSTEAD" is listed as an Oracle Applications
    Product or as a Custom Product, but INSTEAD_TOP is not set.
    adrelink: Warning: Product "OF" is listed as an Oracle Applications
    Product or as a Custom Product, but OF_TOP is not set.
    adrelink: Warning: Product "FROM" is listed as an Oracle Applications
    Product or as a Custom Product, but FROM_TOP is not set.
    adrelink: Warning: Product "THE" is listed as an Oracle Applications
    Product or as a Custom Product, but THE_TOP is not set.
    adrelink: Warning: Product "UNION" is listed as an Oracle Applications
    Product or as a Custom Product, but UNION_TOP is not set.
    adrelink: Warning: Product "OF" is listed as an Oracle Applications
    Product or as a Custom Product, but OF_TOP is not set.
    adrelink: Warning: Product "THE" is listed as an Oracle Applications
    Product or as a Custom Product, but THE_TOP is not set.
    adrelink: Warning: Product "APPLFULL" is listed as an Oracle Applications
    Product or as a Custom Product, but APPLFULL_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "COPYRIGHT" is listed as an Oracle Applications
    Product or as a Custom Product, but COPYRIGHT_TOP is not set.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: C: command not found
    Current product is (C)
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2062: C: command not found
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2079: C: command not found
    adrelink: Warning: not setting L(C)LIB
    since _TOP/lib/(c)st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L(C)STLIB
    since _TOP/lib/(c)st.lib does not exist
    or cannot be read.
    Current product is 2001
    adrelink: Warning: not setting L2001LIB
    since 001_TOP/lib/2001st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L2001STLIB
    since 001_TOP/lib/2001st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "ORACLE" is listed as an Oracle Applications
    Product or as a Custom Product, but ORACLE_TOP is not set.
    Current product is CORPORATION,
    adrelink: Warning: not setting LCORPORATION,LIB
    since ,_TOP/lib/corporation,st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LCORPORATION,STLIB
    since ,_TOP/lib/corporation,st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "REDWOOD" is listed as an Oracle Applications
    Product or as a Custom Product, but REDWOOD_TOP is not set.
    Current product is SHORES,
    adrelink: Warning: not setting LSHORES,LIB
    since ,_TOP/lib/shores,st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LSHORES,STLIB
    since ,_TOP/lib/shores,st.lib does not exist
    or cannot be read.
    Current product is CA,
    adrelink: Warning: not setting LCA,LIB
    since ,_TOP/lib/ca,st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LCA,STLIB
    since ,_TOP/lib/ca,st.lib does not exist
    or cannot be read.

    adrelink: Warning: Product "USA" is listed as an Oracle Applications
    Product or as a Custom Product, but USA_TOP is not set.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "FILE" is listed as an Oracle Applications
    Product or as a Custom Product, but FILE_TOP is not set.
    adrelink: Warning: Product "THAT" is listed as an Oracle Applications
    Product or as a Custom Product, but THAT_TOP is not set.
    adrelink: Warning: Product "LISTS" is listed as an Oracle Applications
    Product or as a Custom Product, but LISTS_TOP is not set.
    adrelink: Warning: Product "CUSTOM" is listed as an Oracle Applications
    Product or as a Custom Product, but CUSTOM_TOP is not set.
    adrelink: Warning: Product "PRODUCT" is listed as an Oracle Applications
    Product or as a Custom Product, but PRODUCT_TOP is not set.
    Current product is ABBREVIATIONS,
    adrelink: Warning: not setting LABBREVIATIONS,LIB
    since ,_TOP/lib/abbreviations,st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LABBREVIATIONS,STLIB
    since ,_TOP/lib/abbreviations,st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "WITH" is listed as an Oracle Applications
    Product or as a Custom Product, but WITH_TOP is not set.
    adrelink: Warning: Product "ONE" is listed as an Oracle Applications
    Product or as a Custom Product, but ONE_TOP is not set.
    adrelink: Warning: Product "CUSTOM" is listed as an Oracle Applications
    Product or as a Custom Product, but CUSTOM_TOP is not set.
    adrelink: Warning: Product "PRODUCT" is listed as an Oracle Applications
    Product or as a Custom Product, but PRODUCT_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "HERE" is listed as an Oracle Applications
    Product or as a Custom Product, but HERE_TOP is not set.
    adrelink: Warning: Product "IF" is listed as an Oracle Applications
    Product or as a Custom Product, but IF_TOP is not set.
    adrelink: Warning: Product "IT" is listed as an Oracle Applications
    Product or as a Custom Product, but IT_TOP is not set.
    adrelink: Warning: Product "HAS" is listed as an Oracle Applications
    Product or as a Custom Product, but HAS_TOP is not set.
    adrelink: Warning: Product "EXECUTABLES" is listed as an Oracle Applications
    Product or as a Custom Product, but EXECUTABLES_TOP is not set.
    adrelink: Warning: Product "WHICH" is listed as an Oracle Applications
    Product or as a Custom Product, but WHICH_TOP is not set.
    adrelink: Warning: Product "YOU" is listed as an Oracle Applications
    Product or as a Custom Product, but YOU_TOP is not set.
    adrelink: Warning: Product "WANT" is listed as an Oracle Applications
    Product or as a Custom Product, but WANT_TOP is not set.
    Current product is ADRELINK.SH
    adrelink: Warning: not setting LADRELINK.SHLIB
    since .SH_TOP/lib/adrelink.shst.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LADRELINK.SHSTLIB
    since .SH_TOP/lib/adrelink.shst.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "TO" is listed as an Oracle Applications
    Product or as a Custom Product, but TO_TOP is not set.
    Current product is LINK.
    adrelink: Warning: not setting LLINK.LIB
    since ._TOP/lib/link.st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LLINK.STLIB
    since ._TOP/lib/link.st.lib does not exist
    or cannot be read.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "PRODUCTS" is listed as an Oracle Applications
    Product or as a Custom Product, but PRODUCTS_TOP is not set.
    adrelink: Warning: Product "UNLESS" is listed as an Oracle Applications
    Product or as a Custom Product, but UNLESS_TOP is not set.
    adrelink: Warning: Product "THEY" is listed as an Oracle Applications
    Product or as a Custom Product, but THEY_TOP is not set.
    adrelink: Warning: Product "ARE" is listed as an Oracle Applications
    Product or as a Custom Product, but ARE_TOP is not set.
    adrelink: Warning: Product "LISTED" is listed as an Oracle Applications
    Product or as a Custom Product, but LISTED_TOP is not set.
    adrelink: Warning: Product "IN" is listed as an Oracle Applications
    Product or as a Custom Product, but IN_TOP is not set.
    adrelink: Warning: Product "THIS" is listed as an Oracle Applications
    Product or as a Custom Product, but THIS_TOP is not set.
    Current product is FILE.
    adrelink: Warning: not setting LFILE.LIB
    since file._TOP/lib/file.st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LFILE.STLIB
    since file._TOP/lib/file.st.lib does not exist
    or cannot be read.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "WHICH" is listed as an Oracle Applications
    Product or as a Custom Product, but WHICH_TOP is not set.
    adrelink: Warning: Product "HAVE" is listed as an Oracle Applications
    Product or as a Custom Product, but HAVE_TOP is not set.
    Current product is EXECUTABLES.
    adrelink: Warning: not setting LEXECUTABLES.LIB
    since ._TOP/lib/executables.st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LEXECUTABLES.STLIB
    since ._TOP/lib/executables.st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "YOU" is listed as an Oracle Applications
    Product or as a Custom Product, but YOU_TOP is not set.
    adrelink: Warning: Product "ONLY" is listed as an Oracle Applications
    Product or as a Custom Product, but ONLY_TOP is not set.
    adrelink: Warning: Product "NEED" is listed as an Oracle Applications
    Product or as a Custom Product, but NEED_TOP is not set.
    adrelink: Warning: Product "TO" is listed as an Oracle Applications
    Product or as a Custom Product, but TO_TOP is not set.
    adrelink: Warning: Product "LIST" is listed as an Oracle Applications
    Product or as a Custom Product, but LIST_TOP is not set.
    adrelink: Warning: Product "YOUR" is listed as an Oracle Applications
    Product or as a Custom Product, but YOUR_TOP is not set.
    adrelink: Warning: Product "CUSTOM" is listed as an Oracle Applications
    Product or as a Custom Product, but CUSTOM_TOP is not set.
    adrelink: Warning: Product "PRODUCT" is listed as an Oracle Applications
    Product or as a Custom Product, but PRODUCT_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    Current product is $HEADER:
    adrelink: Warning: not setting L$HEADER:LIB
    since 4360HEADER:_TOP/lib/$header:st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L$HEADER:STLIB
    since 4360HEADER:_TOP/lib/$header:st.lib does not exist
    or cannot be read.
    Current product is ADCSTPRD.TXT
    adrelink: Warning: not setting LADCSTPRD.TXTLIB
    since .TXT_TOP/lib/adcstprd.txtst.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LADCSTPRD.TXTSTLIB
    since .TXT_TOP/lib/adcstprd.txtst.lib does not exist
    or cannot be read.
    Current product is 120.0
    adrelink: Warning: not setting L120.0LIB
    since
    filelist=D:/oracle/PROD/apps/apps_st/appl/admin/PROD/out/plkapp000.txt20.0_TOP
    /lib/120.0st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L120.0STLIB
    since
    filelist=D:/oracle/PROD/apps/apps_st/appl/admin/PROD/out/plkapp000.txt20.0_TOP
    /lib/120.0st.lib does not exist
    or cannot be read.
    Current product is 2005/05/18
    adrelink: Warning: not setting L2005/05/18LIB
    since 005/05/18_TOP/lib/2005/05/18st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L2005/05/18STLIB
    since 005/05/18_TOP/lib/2005/05/18st.lib does not exist
    or cannot be read.
    Current product is 08:33:28
    adrelink: Warning: not setting L08:33:28LIB
    since
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh8:33:28_
    TOP/lib/08:33:28st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L08:33:28STLIB
    since
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh8:33:28_
    TOP/lib/08:33:28st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "APPLDEV" is listed as an Oracle Applications
    Product or as a Custom Product, but APPLDEV_TOP is not set.
    adrelink: Warning: Product "NOSHIP" is listed as an Oracle Applications
    Product or as a Custom Product, but NOSHIP_TOP is not set.
    Current product is $
    adrelink: Warning: not setting L$LIB
    since 4360_TOP/lib/$st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L$STLIB
    since 4360_TOP/lib/$st.lib does not exist
    or cannot be read.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "DESCRIPTION" is listed as an Oracle Applications
    Product or as a Custom Product, but DESCRIPTION_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "FILENAME" is listed as an Oracle Applications
    Product or as a Custom Product, but FILENAME_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "NOTES" is listed as an Oracle Applications
    Product or as a Custom Product, but NOTES_TOP is not set.
    Current product is %%%
    adrelink: Warning: not setting L%%%LIB
    since $%%%_TOP/lib/%%%st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L%%%STLIB
    since $%%%_TOP/lib/%%%st.lib does not exist
    or cannot be read.
    Current product is AD
    LADLIB is set to D:/oracle/PROD/apps/apps_st/appl/ad/12.0.0/lib/adst.lib
    LADSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/ad/12.0.0/lib/adst.lib
    Current product is ALR
    LALRLIB is set to D:/oracle/PROD/apps/apps_st/appl/alr/12.0.0/lib/alrst.lib
    LALRSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/alr/12.0.0/lib/alrst.lib
    LALR115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/alr/12.0.0/lib/ALR115W.lib
    Current product is AP
    LAPLIB is set to D:/oracle/PROD/apps/apps_st/appl/ap/12.0.0/lib/AP.lib
    LAPSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/ap/12.0.0/lib/apst.lib
    Current product is AR
    LARLIB is set to D:/oracle/PROD/apps/apps_st/appl/ar/12.0.0/lib/AR.lib
    LARSRW is set to D:/oracle/PROD/apps/apps_st/appl/ar/12.0.0/lib/xirar.obj
    $(LARLIB)
    LARSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/ar/12.0.0/lib/arst.lib
    Current product is BOM
    LBOMLIB is set to D:/oracle/PROD/apps/apps_st/appl/bom/12.0.0/lib/BOM.lib
    LBOMSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/bom/12.0.0/lib/bomst.lib
    Current product is CRP
    LCRPLIB is set to D:/oracle/PROD/apps/apps_st/appl/crp/12.0.0/lib/CRP.lib
    LCRPSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/crp/12.0.0/lib/crpst.lib
    Current product is CZ
    LCZLIB is set to D:/oracle/PROD/apps/apps_st/appl/cz/12.0.0/lib/czst.lib
    LCZSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/cz/12.0.0/lib/czst.lib
    Current product is DT
    LDTLIB is set to D:/oracle/PROD/apps/apps_st/appl/dt/12.0.0/lib/dtst.lib
    LDTSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/dt/12.0.0/lib/dtst.lib
    LDT115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/dt/12.0.0/lib/DT115W.lib
    adrelink: Warning: Product "END_OF_PRODUCT_ABBREVIATIONS" is listed as an
    Oracle Applications
    Product or as a Custom Product, but END_OF_PRODUCT_ABBREVIATIONS_TOP is not
    set.
    Current product is ENG
    LENGLIB is set to D:/oracle/PROD/apps/apps_st/appl/eng/12.0.0/lib/ENG.lib
    LENGSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/eng/12.0.0/lib/engst.lib
    LENG115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/eng/12.0.0/lib/ENG115W.lib
    Current product is FA
    LFALIB is set to D:/oracle/PROD/apps/apps_st/appl/fa/12.0.0/lib/fast.lib
    LFASRW is set to D:/oracle/PROD/apps/apps_st/appl/fa/12.0.0/lib/xirfa.obj
    $(LFALIB)
    LFASTLIB is set to D:/oracle/PROD/apps/apps_st/appl/fa/12.0.0/lib/fast.lib
    LFA115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/fa/12.0.0/lib/FA115W.lib
    Current product is FEM
    LFEMLIB is set to D:/oracle/PROD/apps/apps_st/appl/fem/12.0.0/lib/femst.lib
    LFEMSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/fem/12.0.0/lib/femst.lib
    Current product is FF
    LFFLIB is set to D:/oracle/PROD/apps/apps_st/appl/ff/12.0.0/lib/FF.lib
    LFFSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/ff/12.0.0/lib/ffst.lib
    LFF115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/ff/12.0.0/lib/FF115W.lib
    Current product is FND
    LFNDLIB is set to D:/oracle/PROD/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    LFNDSRW is set to D:/oracle/PROD/apps/apps_st/appl/fnd/12.0.0/lib/xirfnd.obj
    $(LFNDLIB)
    LFNDSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/fnd/12.0.0/lib/fndst.lib
    LFND115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/fnd/12.0.0/lib/FND115W.lib
    LFNDCORELIB is set to
    D:/oracle/PROD/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    LFNDXITLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/fnd/12.0.0/lib/FNDXIT.lib
    LAPPR60UELIB is set to
    D:/oracle/PROD/apps/apps_st/appl/fnd/12.0.0/lib/APPR60UE.lib
    Current product is FTP
    LFTPLIB is set to D:/oracle/PROD/apps/apps_st/appl/ftp/12.0.0/lib/ftpst.lib
    LFTPSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/ftp/12.0.0/lib/ftpst.lib
    Current product is GL
    LGLLIB is set to D:/oracle/PROD/apps/apps_st/appl/gl/12.0.0/lib/GL.lib
    LGLSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/gl/12.0.0/lib/glst.lib
    LGL115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/gl/12.0.0/lib/GL115W.lib
    Current product is GMA
    LGMALIB is set to D:/oracle/PROD/apps/apps_st/appl/gma/12.0.0/lib/gmast.lib
    LGMASTLIB is set to D:/oracle/PROD/apps/apps_st/appl/gma/12.0.0/lib/gmast.lib
    LOPM115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/gma/12.0.0/lib/OPM115W.lib
    Current product is GMF
    LGMFLIB is set to D:/oracle/PROD/apps/apps_st/appl/gmf/12.0.0/lib/gmfst.lib
    LGMFSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/gmf/12.0.0/lib/gmfst.lib
    Current product is GML
    LGMLLIB is set to D:/oracle/PROD/apps/apps_st/appl/gml/12.0.0/lib/gmlst.lib
    LGMLSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/gml/12.0.0/lib/gmlst.lib
    Current product is IBY
    LIBYLIB is set to D:/oracle/PROD/apps/apps_st/appl/iby/12.0.0/lib/ibyst.lib
    LIBYSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/iby/12.0.0/lib/ibyst.lib
    Current product is INV
    LINVLIB is set to D:/oracle/PROD/apps/apps_st/appl/inv/12.0.0/lib/INV.lib
    LINVSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/inv/12.0.0/lib/invst.lib
    LINV115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/inv/12.0.0/lib/INV115W.lib
    Current product is MRP
    LMRPLIB is set to D:/oracle/PROD/apps/apps_st/appl/mrp/12.0.0/lib/MRP.lib
    LMRPSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/mrp/12.0.0/lib/mrpst.lib
    Current product is MSC
    LMSCLIB is set to D:/oracle/PROD/apps/apps_st/appl/msc/12.0.0/lib/mscst.lib
    LMSCSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/msc/12.0.0/lib/mscst.lib
    Current product is MSO
    LMSOLIB is set to D:/oracle/PROD/apps/apps_st/appl/mso/12.0.0/lib/msost.lib
    LMSOSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/mso/12.0.0/lib/msost.lib
    Current product is MSR
    LMSRLIB is set to D:/oracle/PROD/apps/apps_st/appl/msr/12.0.0/lib/msrst.lib
    LMSRSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/msr/12.0.0/lib/msrst.lib
    Current product is MST
    LMSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/mst/12.0.0/lib/mstst.lib
    LMSTSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/mst/12.0.0/lib/mstst.lib
    Current product is MWA
    LMWALIB is set to D:/oracle/PROD/apps/apps_st/appl/mwa/12.0.0/lib/mwast.lib
    LMWASTLIB is set to D:/oracle/PROD/apps/apps_st/appl/mwa/12.0.0/lib/mwast.lib
    Current product is PA
    LPALIB is set to D:/oracle/PROD/apps/apps_st/appl/pa/12.0.0/lib/past.lib
    LPASTLIB is set to D:/oracle/PROD/apps/apps_st/appl/pa/12.0.0/lib/past.lib
    Current product is PAY
    LPAYLIB is set to D:/oracle/PROD/apps/apps_st/appl/pay/12.0.0/lib/payst.lib
    LPAYSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/pay/12.0.0/lib/payst.lib
    LPAY115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/pay/12.0.0/lib/PAY115W.lib
    Current product is PO
    LPOLIB is set to D:/oracle/PROD/apps/apps_st/appl/po/12.0.0/lib/PO.lib
    LPOSRW is set to D:/oracle/PROD/apps/apps_st/appl/po/12.0.0/lib/xirpo.obj
    $(LPOLIB)
    LPOSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/po/12.0.0/lib/post.lib
    LPO115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/po/12.0.0/lib/PO115W.lib
    Current product is PON
    LPONLIB is set to D:/oracle/PROD/apps/apps_st/appl/pon/12.0.0/lib/ponst.lib
    LPONSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/pon/12.0.0/lib/ponst.lib
    Current product is RG
    LRGLIB is set to D:/oracle/PROD/apps/apps_st/appl/rg/12.0.0/lib/rgst.lib
    LRGSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/rg/12.0.0/lib/rgst.lib
    Current product is WIP
    LWIPLIB is set to D:/oracle/PROD/apps/apps_st/appl/wip/12.0.0/lib/WIP.lib
    LWIPSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/wip/12.0.0/lib/wipst.lib
    LWIP115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/wip/12.0.0/lib/WIP115W.lib
    Current product is WPS
    LWPSLIB is set to D:/oracle/PROD/apps/apps_st/appl/wps/12.0.0/lib/wpsst.lib
    LWPSSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/wps/12.0.0/lib/wpsst.lib
    Current product is WSM
    LWSMLIB is set to D:/oracle/PROD/apps/apps_st/appl/wsm/12.0.0/lib/wsmst.lib
    LWSMSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/wsm/12.0.0/lib/wsmst.lib
    Current product is XDP
    LXDPLIB is set to D:/oracle/PROD/apps/apps_st/appl/xdp/12.0.0/lib/xdpst.lib
    LXDPSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/xdp/12.0.0/lib/xdpst.lib
    LUSRLIB is
    Not linking Oracle Applications with any Oracle mail product
    LALRSTUB is now set to
    D:/oracle/PROD/apps/apps_st/appl/alr/12.0.0/lib/alstub.obj
    MAILLNK is now set to
    D:/oracle/PROD/apps/apps_st/appl/alr/12.0.0/lib/alstub.obj
    Creating prefix makefiles ...
    Done creating prefix makefiles
    The file D:/oracle/PROD/apps/apps_st/appl/admin/PROD/out/plkapp000.txt
    contains:
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adadmin.exe     ad     
    bin     adadmin.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adaimgr.exe     ad     
    bin     adaimgr.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adchkdig.exe     ad     
    bin     adchkdig.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adctrl.exe     ad     
    bin     adctrl.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\addmimp.exe     ad     
    bin     addmimp.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adjava.exe     ad     
    bin     adjava.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adjkey.exe     ad     
    bin     adjkey.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\admrgpch.exe     ad     
    bin     admrgpch.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adncnv.exe     ad     
    bin     adncnv.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adodfcmp.exe     ad     
    bin     adodfcmp.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adpchnew.exe     ad     
    bin     adpchnew.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adsplice.exe     ad     
    bin     adsplice.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adurs.exe     ad     
    bin     adurs.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adwrknew.exe     ad     
    bin     adwrknew.exe
    Starting link of product 'ad' on Sun Jan 3 23:56:46 WAST 2010
    Current product is ad
    Current product TOP is  $ADTOP
    Current prodarea is D:/oracle/PROD/apps/apps_st/appl/ad/12.0.0
    Relinking module 'adadmin.exe' in product ad ...
    gnumake -f D:/oracle/PROD/apps/apps_st/appl/admin/PROD/out/link_ad_4360.mk
    D:/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adadmin.exe
    Starting link of ad executable 'adadmin.exe' on Sun Jan 3 23:56:47 WAST 2010
    D:/oracle/PROD/apps/apps_st/appl/admin/PROD/out/link_ad_4360.mk:684: ***
    target pattern contains no `%'. Stop.
    Done with link of ad executable 'adadmin.exe' on Sun Jan 3 23:56:47 WAST 2010
    Relink of module "adadmin.exe" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory D:/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'adaimgr.exe' in product ad ...
    gnumake -f D:/oracle/PROD/apps/apps_st/appl/admin/PROD/out/link_ad_4360.mk
    D:/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adaimgr.exe

  • Error while resetting PREPARE

    I am unable to reset PREPARE...it terminates with the message "Unable
    to reset PREPARE".
    I see that SAPup is unable to find the transdirectory!
    The file being processed here is \usr\sap\put\bin\DEFAULT.TPP and it is
    unable to locate the file. I too checked that this file is not available in any directory.
    Could this be the problem ?
    One more mistake we committed was that after the homogeneous system copy, we had not recreated the transport management system (which was inconsistent). Although we have now updated the STMS, could it be that this is still not updated in some registries or dlls ?
    Of course, these are just my assumptions.
    Can anyone help in troubleshooting this problem ?
    <b>EXECUR.LOG</b>
    ERROR IN PREP_RES, program "tp" returned error code 208, see log file F:\usr\sap\put\tmp\PREP_RES.ECO for details.
    ERROR IN PREP_RES, program "tp" returned error code 208, see log file F:\usr\sap\put\tmp\PREP_RES.ECO for details.
    <b>PREP_RES.ECO</b>
    SAPup>  Starting subprocess tp with id 5652 at 20070507125617
    EXECUTING F:\usr\sap\SOL\SYS\exe\run\tp pf=F:\usr\sap\put\bin\DEFAULT.TPP execdbscript SOL -x UVERSRES.TQL
    This is F:\usr\sap\SOL\SYS\exe\run\tp version 320.56.80 (release 620)
    E-F:\usr\sap\put\bin\DEFAULT.TPP could not be opened.
    EXIT
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 0
    ERRORS: Highest tp internal error was: 0208
    tp finished with return code: 208
    meaning:
      error in transportprofil (param missing, unknown,...)
    Error in F:\usr\sap\put\bin\DEFAULT.TPP: transdir not set.
    Process with ID 5108 terminated with status 208
    SAPup>  Starting subprocess tp with id 5652 at 20070507125622
    EXECUTING F:\usr\sap\SOL\SYS\exe\run\tp pf=F:\usr\sap\put\bin\DEFAULT.TPP execdbscript SOL -x RESETAVERS.TQL
    This is F:\usr\sap\SOL\SYS\exe\run\tp version 320.56.80 (release 620)
    E-F:\usr\sap\put\bin\DEFAULT.TPP could not be opened.
    EXIT
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 0
    ERRORS: Highest tp internal error was: 0208
    tp finished with return code: 208
    meaning:
      error in transportprofil (param missing, unknown,...)
    Error in F:\usr\sap\put\bin\DEFAULT.TPP: transdir not set.
    Process with ID 5352 terminated with status 208
    <b>dev_SAPup</b>
    SAPup aborted in phase EXTRACTKRN_PRE with exception at Mon May 07 11:09:10 2007
    SAP (R) - R/3(TM) Callstack, Version 1.0
    Copyright (C) SAP AG. All rights reserved.
    Application exception occurred:
    Exception : c0000005 (Access Violation)
    App       : SAPup.exe (pid=4936)
    When      : 5/7/2007 11:9:10.876
    Threads   : 1
    Computer Name       : RANSOLMAN4
    User Name           : soladm
    Number of Processors: 8
    Processor Type: x86 Family 15 Model 2 Stepping 2
    Windows Version     : 5.2 Current Build: 3790
    State Dump for Thread Id 112c
    eax=01325bea ebx=00af6240 ecx=0f307221 edx=00000001 esi=00000051 edi=01325bea
    eip=7c34175b esp=0131f758 ebp=01325c04 iopl=0         nv up ei pl nz na pe nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010202
    function : mbscpy
            7c34174a 57               push    edi
            7c34174b 8b7c2408         mov     edi,[esp+0x8]          ss:0263d8ab=????????
            7c34174f 8b4c240c         mov     ecx,[esp+0xc]          ss:0263d8ab=????????
            7c341753 f7c103000000     test    ecx,0x3
            7c341759 741a             jz      mbscpy+0x2b (7c341775)
    FAULT-> 7c34175b 8a11             mov     dl,[ecx]                     ds:0f307221=??
            7c34175d 83c101           add     ecx,0x1
            7c341760 84d2             test    dl,dl
            7c341762 0f84b5f9ffff     je      7c34111d
            7c341768 8817             mov     [edi],dl                     ds:01325bea=50
            7c34176a 83c701           add     edi,0x1
            7c34176d f7c103000000     test    ecx,0x3
            7c341773 75e6             jnz     strlen+0x86 (7c34185b)
            7c341775 bafffefe7e       mov     edx,0x7efefeff
            7c34177a 8b01             mov     eax,[ecx]              ds:0f307221=????????
            7c34177c 03d0             add     edx,eax
            7c34177e 83f0ff           xor     eax,0xff
    --> Stack Back Trace <--
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    01325c04 0049c2dd 00af6240 01325c24 00000000 00000000 MSVCR71!mbscpy
    0132c000 00000000 00af6300 00000018 00af6ae0 018ada90 SAPup!<nosymbols>
    SAPup aborted in phase EXTRACTKRN_PRE with exception at Mon May 07 11:09:51 2007
    SAP (R) - R/3(TM) Callstack, Version 1.0
    Copyright (C) SAP AG. All rights reserved.
    Application exception occurred:
    Exception : c0000005 (Access Violation)
    App       : SAPup.exe (pid=884)
    When      : 5/7/2007 11:9:51.767
    Threads   : 1
    Computer Name       : RANSOLMAN4
    User Name           : soladm
    Number of Processors: 8
    Processor Type: x86 Family 15 Model 2 Stepping 2
    Windows Version     : 5.2 Current Build: 3790
    State Dump for Thread Id 17d8
    eax=0132602a ebx=00af6240 ecx=4e4b3180 edx=7efefeff esi=00000051 edi=0132602a
    eip=7c34177a esp=0131fb98 ebp=01326044 iopl=0         nv up ei pl zr na po nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010246
    function : mbscpy
            7c341759 741a             jz      mbscpy+0x2b (7c341775)
            7c34175b 8a11             mov     dl,[ecx]                     ds:4e4b3180=??
            7c34175d 83c101           add     ecx,0x1
            7c341760 84d2             test    dl,dl
            7c341762 0f84b5f9ffff     je      7c34111d
            7c341768 8817             mov     [edi],dl                     ds:0132602a=4e
            7c34176a 83c701           add     edi,0x1
            7c34176d f7c103000000     test    ecx,0x3
            7c341773 75e6             jnz     strlen+0x86 (7c34185b)
            7c341775 bafffefe7e       mov     edx,0x7efefeff
    FAULT-> 7c34177a 8b01             mov     eax,[ecx]              ds:4e4b3180=????????
            7c34177c 03d0             add     edx,eax
            7c34177e 83f0ff           xor     eax,0xff
            7c341781 33c2             xor     eax,edx
            7c341783 8b11             mov     edx,[ecx]              ds:4e4b3180=????????
            7c341785 83c104           add     ecx,0x4
            7c341788 a900010181       test    eax,0x81010100
            7c34178d 7507             jnz     mbscpy+0x4c (7c341796)
            7c34178f 8917             mov     [edi],edx              ds:0132602a=454c444e
            7c341791 83c704           add     edi,0x4
            7c341794 ebdf             jmp     strlen+0xa0 (7c341875)
            7c341796 84d2             test    dl,dl
    --> Stack Back Trace <--
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    01326044 53574f44 3638585f 5f34365f 47505541 0132ca00 MSVCR71!mbscpy
    4e49575f 00000000 00000000 00000000 00000000 00000000 <nosymbols>
    <b>Start_dvebmgs00_ransolman4.pfl</b>
    SAPSYSTEMNAME = SOL
    INSTANCE_NAME = DVEBMGS00
    SAPSYSTEM = 00
    SAPGLOBALHOST = RANSOLMAN4
    _DB = strdbs.cmd
    Start_Program_02 = immediate $(DIR_EXECUTABLE)\$(_DB) SOL
    MS = msgserver.exe
    Start_Program_03 = local $(DIR_EXECUTABLE)\$(_MS) pf=$(DIR_PROFILE)\SOL_DVEBMGS00_RANSOLMAN4
    _DW = disp+work.exe
    Start_Program_04 = local $(DIR_EXECUTABLE)\$(_DW) pf=$(DIR_PROFILE)\SOL_DVEBMGS00_RANSOLMAN4
    <b>default.pfl</b>
    SAPSYSTEMNAME = SOL
    rdisp/mshost = RANSOLMAN4
    rdisp/sna_gateway = RANSOLMAN4
    rdisp/sna_gw_service = sapgw00
    rslg/collect_daemon/listen_port = 37
    rslg/collect_daemon/talk_port = 13
    rdisp/bufrefmode = sendoff,exeauto
    ms/http_port = 8100
    SAPDBHOST = RANSOLMAN4
    dbms/type = mss
    dbs/mss/server = RANSOLMAN4
    dbs/mss/dbname = SOL
    dbs/mss/schema = sol
    <b>SOL_DVEBMGS00_RANSOLMAN4.pfl</b>
    SAPSYSTEMNAME = SOL
    INSTANCE_NAME = DVEBMGS00
    SAPSYSTEM = 00
    rdisp/wp_no_dia = 6
    rdisp/wp_no_btc = 2
    rdisp/wp_no_vb = 5
    rdisp/wp_no_vb2 = 2
    rdisp/wp_no_enq = 1
    rdisp/wp_no_spo = 1
    SAPGLOBALHOST = RANSOLMAN4
    PHYS_MEMSIZE = 2265
    DIR_TRANS = F:\usr\sap\trans
    icm/server_port_0 = PROT=HTTP,PORT=8000,EXTBIND=1

    Hello Sairam,
    The problem has been solved. The error was in the naming of the mount directory path.
    As per the upgrade guide - "The maximum length of the mount directory path is 94 characters. It may not contain any blanks or special characters."
    But I found that even the above is not true entirely. Even after making the changes and ensuring the mount path to be less than 94 chars, it had problems recognising folder names.
    So I made the paths really short....<i>\SM\master</i> etc.
    Now it works. And yes, I have deleted the contents of the put directory.
    Thanks for replying though.
    Regards,
    Prasad

  • Release Management Update 4-Errors while loading releases in Release Managment Client Interface.

    Hi Team,
    We are using Release Management from last 8 months and we upgraded to Release Management Update 4 and using it from last 4 months. Currently we are creating around 50-60 releases daily, but we are facing below issues from last few days with
    Releases tab and no issues with other tabs (Administration, Inventory, Configure Paths and Configure Apps)
    Release Management Client interface is taking long time when we are opening it.
    Throwing error when we are clicking on Releases link in Releases tab.
    Throwing error when we are creating new releases.
    Please find the error log below:
    Timestamp: 3/27/2015 6:49:44 PM
    Message: Error thrown while executing the stored procedure ReleaseV2_List with parameters , @FilterXml:<Filter StatusId="0" DateStatusId="1" ApplicationVersionId="0" StageId="0" IsDeferred="0" UserId="9002"
    />, @PartitionId:1.
    Timestamp: 3/27/2015 6:49:44 PM
    Message: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.: \r\n\r\n   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
       at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
       at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
       at System.Data.SqlClient.SqlDataReader.get_MetaData()
       at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
       at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
       at System.Data.SqlClient.SqlCommand.ExecuteXmlReader()
       at Microsoft.TeamFoundation.Release.Sql.OnPrem.OnPremDbAccessor.ExecuteXmlStoredProcedure(String storedProcedureName, Hashtable xmlParameters, String rootElementName, Boolean addRequestorParameter)
    Timestamp: 3/27/2015 6:49:44 PM
    Message: The wait operation timed out: \r\n\r\n
    Timestamp: 3/27/2015 6:49:44 PM
    Message: Exception has been thrown by the target of an invocation.: \r\n\r\n   at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean&
    bNeedSecurityCheck)
       at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
       at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
       at System.Activator.CreateInstance[T]()
       at Microsoft.VisualStudio.Release.ViewModel.ViewModels.WorkspaceTabViewModel`1.get_DefaultViewModel()
    Timestamp: 3/27/2015 6:49:44 PM
    Message: The remote server returned an error: (500) Internal Server Error.: \r\n\r\n   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
       at Microsoft.TeamFoundation.Release.Data.WebRequest.PlatformHttpClient.EndGetResponse(IAsyncResult asyncResult)
       at Microsoft.TeamFoundation.Release.Data.WebRequest.RestClientResponseRetriever.EndGetAsyncMemoryStreamFromResponse(IAsyncResult asyncResult, IPlatformHttpClient platformHttpClient)
       at Microsoft.TeamFoundation.Release.Data.WebRequest.RestClientResponseRetriever.EndDownloadString(IAsyncResult asyncResult, IPlatformHttpClient platformHttpClient)
       at Microsoft.TeamFoundation.Release.Data.WebRequest.RestClient.EndPost(IAsyncResult asyncResult)
       at Microsoft.TeamFoundation.Release.Data.Proxy.RestProxy.HttpRequestor.<>c__DisplayClass1.<GetPostCaller>b__0(String url, String body)
       at Microsoft.TeamFoundation.Release.Data.Proxy.RestProxy.BaseReleaseV2ServiceProxy.ListReleases(String filterXml)
       at Microsoft.TeamFoundation.Release.Data.Model.ReleaseV2.LoadListXml(String filterXml)
       at Microsoft.TeamFoundation.Release.Data.Model.ModelFactory.LoadListElements[T](String filterXml)
       at Microsoft.VisualStudio.Release.ViewModel.ViewModels.ReleasesViewModel.LoadElements(String filterXml)
       at Microsoft.VisualStudio.Release.ViewModel.DataAccess.ElementRepository.LoadElements(String filterXml)
       at Microsoft.VisualStudio.Release.ViewModel.ViewModels.ListWorkspaceViewModel.Initialize()
       at Microsoft.VisualStudio.Release.ViewModel.ViewModels.ReleasesViewModel..ctor()
    Timestamp: 3/27/2015 6:49:44 PM
    Message: The remote server returned an error: (500) Internal Server Error.: \r\n\r\n   at Microsoft.TeamFoundation.Release.Common.Presentation.Binding.OnDatabindingException(Object bindingExpression, Exception exception)
       at System.Windows.Data.Binding.DoFilterException(Object bindExpr, Exception exception)
       at System.Windows.Data.BindingExpression.CallDoFilterException(Exception ex)
       at System.Windows.Data.BindingExpression.ProcessException(Exception ex, Boolean validate)
       at System.Windows.Data.BindingExpression.UpdateSource(Object value)
       at System.Windows.Data.BindingExpressionBase.UpdateValue()
       at System.Windows.Data.BindingExpression.UpdateOverride()
       at System.Windows.Data.BindingExpressionBase.Update()
       at System.Windows.Data.BindingExpressionBase.ProcessDirty()
       at System.Windows.Data.BindingExpressionBase.Dirty()
       at System.Windows.Data.BindingExpressionBase.SetValue(DependencyObject d, DependencyProperty dp, Object value)
       at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
       at System.Windows.DependencyObject.SetCurrentValueInternal(DependencyProperty dp, Object value)
       at System.Windows.Controls.Primitives.Selector.UpdatePublicSelectionProperties()
       at System.Windows.Controls.Primitives.Selector.SelectionChanger.End()
       at System.Windows.Controls.Primitives.Selector.SetSelectedHelper(Object item, FrameworkElement UI, Boolean selected)
       at System.Windows.Controls.Primitives.Selector.NotifyIsSelectedChanged(FrameworkElement container, Boolean selected, RoutedEventArgs e)
       at System.Windows.Controls.Primitives.Selector.OnSelected(Object sender, RoutedEventArgs e)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
       at System.Windows.Controls.TabItem.OnSelected(RoutedEventArgs e)
       at System.Windows.Controls.TabItem.OnIsSelectedChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
       at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
       at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
       at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
       at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue,
    OperationType operationType)
       at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
       at System.Windows.DependencyObject.SetCurrentValueInternal(DependencyProperty dp, Object value)
       at System.Windows.Controls.TabItem.OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs e)
       at System.Windows.UIElement.OnPreviewGotKeyboardFocusThunk(Object sender, KeyboardFocusChangedEventArgs e)
       at System.Windows.Input.KeyboardFocusChangedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
       at System.Windows.Input.InputManager.ProcessStagingArea()
       at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
       at System.Windows.Input.KeyboardDevice.TryChangeFocus(DependencyObject newFocus, IKeyboardInputProvider keyboardInputProvider, Boolean askOld, Boolean askNew, Boolean forceToNullIfFailed)
       at System.Windows.Input.KeyboardDevice.Focus(DependencyObject focus, Boolean askOld, Boolean askNew, Boolean forceToNullIfFailed)
       at System.Windows.Input.KeyboardDevice.Focus(IInputElement element)
       at System.Windows.UIElement.Focus()
       at System.Windows.Controls.TabItem.SetFocus()
       at System.Windows.Controls.TabItem.OnMouseLeftButtonDown(MouseButtonEventArgs e)
       at System.Windows.UIElement.OnMouseLeftButtonDownThunk(Object sender, MouseButtonEventArgs e)
       at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
       at System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e)
       at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
       at System.Windows.Input.InputManager.ProcessStagingArea()
       at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
       at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
       at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
       at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
    Please help us.
    Thanks & Regards,
    Ramakrushna Parupalli

    Hi Ramakrushna,
    For the situation, you can connect to the database of Release Management, and check whether you can execute stored procedure ReleaseV2_List manually.
    You can also try to clean some of releases records if possible to check if the timeout issue can be resolved. Or you can set the timeout configuration of Release Management to a larger value. Refer to this
    thread for more information.
    Another option is check event logs to see if there any useful informaiton, and repair Release Management on your server machine if possible. If the problem still exist after taking the methods I mentioned above, please elaborate more details about your scenario.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error while resetting password in IDM 8.1

    Hi,
    I am using SUN IDM 8.1. I have a user account for which a number of induvidual resources are assigned. When I try to reset the password for any of the resources, I am getting the following error message:
    com.waveset.util.WavesetException: An error occurred modifying user 'xxxx' on resource 'abcdtst1'. com.waveset.util.WavesetException: Error changing "xxxx" : You do not have permission.
    I am logging in as Configurator. I am able to reset the password for other users having access to same resource 'abcdtst1'.
    Please let me know if anyone has faced similar issue.

    I am able to edit the user account from debug window and admin screen. That uis I can make changes to user name, id, facility and so on. But cannot make any changes to the induvidually assigned resources.
    I also checked the resource info for the user xml. I am not able to find anything unusual there. Will reprovisioning all resources work? Or will I have to delete the user account and create it again?

  • Error while resetting the delta in ODS  (BI 7.0)

    Hi all,
    I face a problem in delta resetting...need your help... Thanks..
    I have an ODS-1  which has target cube1, cube2, cube3....One week back a new target has been added as ODS-2....All complete data from ODS1  has been piped into ODS 2..(Note.. ODS2 has many more inputs from other cubes/ODS too)
    NO issues till now....
    I found a data problem in ODS-1 which got loaded 15 days back..... I have removed all 15 requests from cube1, cube2 and cube3... Now I am trying to reset the delta in ODS1...
    I am getting the following error....Infoprovide ODS2 still contains request... Delete this first....
    Since ODS2 has many other data alongwith ODS1... If I try deleting request from ODS2,, I need to clean it totally and redo... I dont want to do this...
    Is there any way to disconnect this delta link between ODS1 - ODS2..... So that I will reload the data in ODS1 and populate into all targets...
    Let me know your suggestions.... Thanks!
    Regards
    Ayyappan.V

    Is there any way to disconnect this delta link between ODS1 - ODS2..... So that I will reload the data in ODS1 and populate into all targets...
    I dont think you can disconnect the link. just delete the requests originating from ODS1 in ODS2 and you can leave all other requests intact that are from other dataproviders and do a reinit.

  • System Lock Error while reset & reversing the cleared document - FBRA

    Hi Experts,
    Currently using t-code FBRA, when user trying to reset & reverse the cleared document , they are facing "System Lock Error". We have analyzed on this issue and found SAP note no. u201C487347 u2013FBRA: Overflow of the lock table in production systemu201D . After implementation of this note, SAP has created one new transaction code, FBRA_LOAC.
    However, when we tried to reset & reverse the cleared document using t-code FBRA_LOAC, we face the same error.
    Can you help me to resolve this issue ?
    Thanks in advance.
    Regards,
    Manish

    Hi:
          We once faced these issue and got it resolved by extending parameter after extending the profile-parameter "enque/table_size", as per note note 13907. Do not forget the restart the server after extension.
    Regards

  • Getting error while installing Release 12 on SuSe 9 ( No Service Pack3)

    Hi All,
    I am trying to install Release 12 Vision on SuSe 9 Server.
    In the Middle of installation, I am getting this error.
    RW - 50004: Error code received when running external process. Check log files for details. Running database install driver for prod instance.
    There is nothing in the make.log file.
    This is the only error I have seen the log file.
    What may be the problem friends?
    All OS utilites are installed
    waiting for ur valuable reply
    Regards,
    Subbu

    Post here for installation issues, you might get better responses :
    LCM: 11i Install/Upgrade
    or wait till hsawwan replies :)

  • Error While Change Release.

    Hi,
    This is original Budget:
    WBSE -                        Budget  -                         Distibutable -    Assigned
    TAD-AZ10-01.06.03---     2,700,000.00-              INR-     160,647.58---      9,187.63
    TAD-AZ10-01.06.03.001---     426,310.17-      INR-     426,310.17---      173,304.21
    TAD-AZ10-01.06.03.002---     525,277.50-      INR---     525,277.50 -
         136,660.72
    TAD-AZ10-01.06.03.003---     648,018.50-      INR-     648,018.50---      556,513.85
    TAD-AZ10-01.06.03.004---     469,347.25-      INR---     469,347.25 -
         299,520.54
    TAD-AZ10-01.06.03.005---     470,399.00-      INR---     470,399.00 -
         0.00
    Budget Release:
    WBSE -                                Release  -                         Distibutable  -     Assigned
    TAD-AZ10-01.06.03 -
         2,700,000.00 -
             INR -
         631,046.58  -
         9,187.63
    TAD-AZ10-01.06.03.001 -
         426,310.17  -
         INR -
         426,310.17  -
         173,304.21
    TAD-AZ10-01.06.03.002 -
         525,277.50 -
         INR -
         525,277.50 -
         136,660.72
    TAD-AZ10-01.06.03.003 -
         648,018.50  -
         INR -
         648,018.50  -
         556,513.85
    TAD-AZ10-01.06.03.004 -
         469,347.25  -
         INR -
         469,347.25  -
         299,520.54
    TAD-AZ10-01.06.03.005 -
         0.00 -
                 INR -
         0.00 -
         0.00
    Now, in CJ32 i am entering WBSE  TAD-AZ10-01.06.03.005 to release budget 470399. Error is coming:
    Budget  was exceeded by 318.939,05 INR in document item WBS element TAD-AZ10-01.06.03 .
    But if i am entering full project in CJ32, and release budget 470399 of WBSE TAD-AZ10-01.06.03.005 then system is giving no error.
    Kindly Help/Suggest
    Thanks & Regards,
    Harsh.

    >
    > Now, in CJ32 i am entering WBSE  TAD-AZ10-01.06.03.005 to release budget 470399. Error is coming:
    > Budget  was exceeded by 318.939,05 INR in document item WBS element TAD-AZ10-01.06.03 .
    >
    >
    > But if i am entering full project in CJ32, and release budget 470399 of WBSE TAD-AZ10-01.06.03.005 then system is giving no error.
    Please try by entering project definition and WBSE in CJ32

Maybe you are looking for

  • Attach the word document in Sales order .

    Dear All    How can i attach the word doc file in sales order & this file should be printed  in next page of order confirmation output ? Thanks Chahat

  • Dropping Table: ORA-00054

    When going to drop a table in a particular schema, I receive the following error: ORA-00054: resource busy and acquire with NOWAIT specified. My command: drop table schema1.table1; I've tried the above drop command several times. No matter what, I ke

  • Is the onboard mic mono or stereo?

    Presario-CQ-60-215DX Microphone seems to be mono but can't tell for sure. Earphone jack is stereo. None of the specs tells one way or the other. IF it is mono, can it be changed to stereo? Most sound card support stereo. Adam

  • NWA template installer required for remote systems

    We've installed a NW 7.0 SP13 Java System that will be used for MDM Enrichment.  During the installation we specified the Central SLD (a different NW7.0) system when prompted.  I can see this new system in our Central SLD under the "technical systems

  • Exporting for DVD SP?

    Ive finished editing my video in FC and have exported using both Quicktime and QT conversion - when I open DVD Studio Pro and try to import the asset - it gives me an error saying the file is not compatible. What file format do I need to export to to