Unable to find error

Dear friends,
the following is the code i wrote, it is crossing the select statement, and giving sy-subrc = 0 , but  it  is getting struck at the update and never coming  out  , i  dont  know  what is wrong in the stmt,  can some one help.
select single * from vbuk into in_vbuk where VBELN  = '0088011467'.
if sy-subrc = 0.
UPDATE VBUK SET: WBSTK  = 'C',
                 GBSTK  = 'C'
              WHERE VBELN  = '0088011467'.
else.
write:/ ' error: the doc number for vbuk doesnot exist '.
endif.
thank you.
sanjana

See the oss notes and we had same type of requirement :
Symptom
The goods issue for a delivery was posted and a material document created. However, the billing document for the delivery cannot be created because the system generates a message that the delivery is not yet posted for the goods issue.
However, the material document is contained in the document flow of the delivery.
Additional key words
Goods issue, GI, VL01, VL02, goods movement status, post GI, delivery, delivery note, VBUK-WBSTK, VBUP-WBSTA.
Cause and prerequisites
The goods movement status on header level (VBUK-WBSTK) and on item level (VBUP-WBSTA) was not set to 'C', but to 'A'.
Solution
With the ABAP/4 report specified below you can convert the goods movement status to 'C'. You can then bill the delivery with transaction VF01.
Preconditions:
1. The goods issue actually must have been carried out.
2. After executing the report, you should check the required conversion    only with transaction SE16.
Source code corrections
REPORT ZZBRE003.
  This report changes the goods movement status for delivery.        *
  You can change the status from A to C or vice versa. (VBUP + VBUK) *
  Notice: All positions and header will get the same status !        *
  ===========================================================        *
  After changing the status with this report do not use VL02 / VL03  *
  to watch the effect. This would change the goods movement status   *
  again!!!!!                                                         *
  Please use transaction SE16!                                       *
  Invoice for this delivery should be done with VF01!                *
  Please check this report with an example in your development system*
  before using it in productive system!                              *
TABLES: VBUP,
        VBUK,
        LIPS,
        VBFA.
input parameters filled by user
PARAMETERS: BELNR LIKE LIKP-VBELN,      "BELNR = delivery number
            WBSTS LIKE VBUP-WBSTA.      "WBSTS = goods movement status
DATA:       COUNTER1 TYPE I,
            COUNTER2 TYPE I.
CLEAR:      COUNTER1, COUNTER2.
TRANSLATE WBSTS TO UPPER CASE.
has user filled the field for delivery note?
IF BELNR IS INITIAL.
   FORMAT COLOR 6.
   FORMAT INVERSE ON.
   SKIP.
   WRITE: 'Please insert number of delivery note'.
   EXIT.
ENDIF.
change goods movement type in vbuk
SELECT SINGLE * FROM VBUK WHERE VBELN EQ BELNR.
       IF SY-SUBRC = 0.
       VBUK-WBSTK = WBSTS.
       UPDATE VBUK.
       ENDIF.
change goods movement type in vbup
SELECT * FROM VBUP WHERE VBELN EQ BELNR.
       IF SY-SUBRC = 0.
       VBUP-WBSTA = WBSTS.
       COUNTER1 = COUNTER1 + 1.
       UPDATE VBUP.
       ENDIF.
ENDSELECT.
show the result to user
FORMAT COLOR 1.
WRITE: 'Delivery: ', BELNR.
SKIP.
FORMAT COLOR 3.
WRITE: / 'Number of postions:', (3) COUNTER1.
WRITE: 'changed to goods movement status', WBSTS.
Thanks
Seshu

Similar Messages

  • What happens?. Unable to find error text for this exception

    I4m trying to open a workbook and before doing anything it shows me the message "Unable to find error text from this exception", after this, it appears another one "attempt to open workbook failed". Help me to find why i4m not able to open the workbook, which could be the reason.
    Thanks in advance.

    I think this has something to do with the folders that
    you are using? Have you renamed an old folder and then
    recreated another folder as its replacement?
    Christopher

  • Error- Unable to find error text for this exception

    Hi all,
    I am facing the following problem in discoverer ,Please give me your advice.
    while I am trying to open the workbook I am getting the following error
    "Unable to find error text for this exception"
    Could you please tell me how I can find why this warning is come ? or how I can solve this warning.
    if I ignore this warning then the workbook is failing to open.
    thanks and regards
    senthil kumar

    Hi,
    Are you getting this problem with the Desktop, Plus or Viewer editions? It could be that the database is generating the exception. You will need to trace the database session to see the error.
    Rod West

  • Orapwd - unable to find error file

    i have executed
    orapwd file=pwdfile password=password
    and an error has occurred. I cant find any documentation mentioning this error file at all. is there any tips on where to find this? or more probable how do i create one?
    i have checked that the ORACLE_HOME and ORACLE_SID are correct so that shouldnt be the problem

    entries is optional so i have left that out.
    the error that is being is displayed is "unable to find error file"
    i am able to log into the database as a user that is part of the dba group. using conn / as sysdba
    however as a normal user if i try conn sys/password as sysdba it says i have insufficient provileges. password being what i tried to set up in password file
    $ORACLE_HOME/dbs is where i am storing the password file
    Message was edited by:
    craig

  • Unable to find  Error File after dataload in EAS 9.3.1

    After testing the dataload process there were rejected records acquired however the dataload.err cannot be found. The Hyperion help documentation states that the file should be located on the local machine in the following location aaspath\client\dataload.err. But I am not able to find it.
    If anyone has faced this issue, please let me know. Why its happening. Its urgent. Please reply.

    HI Jazz,
    When you load , you get a window and down , if you observe, there are 2 options
    1. abort on error during load
    2. write eror to file ( followed by the path).
    first check ,which one is clicked/enabled .You might be doing a basic mistake of selecting "abort on error.." and trying to edit the path again "write error to..",which does not permit to edit .
    Hope this helps.
    Sandeep Reddy Enti
    HCC
    http://analytiks.blogspot.com

  • Unable to find error Text  for this exception/Attempt To open workbook fail

    Hi,
    I am getting this error when I am trying to run a workbook. I had changed one of the folders name in the business area. That folder had a item which was one of the parameters of the workbook.
    Can somebody please help me revert back.If I want to change any folders name,is it not possible.
    Thanks in advance

    You're allowed to change the folder name or the id name (via properties) but just not both at the same time (plus database reports have to be opened and saved).
    But just changing the display name for an item shouldn't cause a problem (because Disco doesn't really look for the display name - it's just for us to understand what it is/does).
    I think you'd know, but is it possible you changed the id name in properties to one that already existed and therefore someone's got an extension of _1 added?
    Russ

  • I am trying to setup Microsoft office mail and need assistance  - I am receiving the error, unable to find server and DNS setting in the Network

    I am trying to setup Microsoft office mail and need assistance  - I am receiving the error, unable to find server and DNS setting in the Network

    Which version of OSX and what email provider are you using.

  • Error 1019002 - Unable To Find Or Open .esm file.

    We use nightly MaxL scripts to re-set and re-load our cubes each night. (We are on Essbase 7.1.3) Same process has been working for years...this week we start getting errors on some of the cube builds. Some cubes build fine, but 1 or 2 throw on error in the middle of the build when trying to access the .ems file.
    1019002 - Unable To Find Or Open [E:\Hyperion\essbase\APP\CHRGBCK\CB_db\CB_db.esm].
    1019041 - Unable to write information to file [E:\Hyperion\essbase\APP\CHRGBCK\CB_db\CB_db.esm], adWriteObject returns [1019002]
    When you go into the Database folder for the cubes that fail, sure enough, there is no .esm file. However, when you manually kick-off the MaxL, it runs fine and somehow creates this .esm file.

    Hi.
    As per dbag-
    .esm file(Essbase Kernel file) is one of the critical files that manages pointers to data blocks, and contains control information that is used for database recovery.
    If there is a problem with any one of the following essential database files, the entire database becomes corrupted and Essbase Server cannot start the database:
    ● essn.pag
    ● essn.ind
    ● dbname.esm
    ● dbname.tct
    ● dbname.ind
    To restore the database, delete these file, restart the database, and reload from data files or from export files backed up prior to the corruption.
    Hope this helps.
    - Natesh

  • Error message - Unable to find proxy server - how can I solve this problem

    When I try to enter some sites I get the error message: Unable to find the proxy server, Firefox is configured to use a proxy server that can't be found. This happened suddenly and I'm not sure why or how I can fix it, it doesn't help that most help site are blocked. Im using a Mac 10.5.8 and Firefox 15.

    You can check the connection settings.
    *Firefox > Preferences > Advanced > Network : Connection > Settings
    *https://support.mozilla.org/kb/Options+window+-+Advanced+panel
    If you do not need to use a proxy to connect to internet then try to select "No Proxy" if "Use the system proxy settings" or one of the others do not work properly.
    See "Firefox connection settings":
    *https://support.mozilla.org/kb/Firefox+cannot+load+websites+but+other+programs+can

  • Error when invoking webservice on https (unable to find valid certification

    I have a webservice which run on https..
    When I made a simple test (jsp) page on my local computer all works fine (jdeveloper 10g) ..
    When I deploy the ear file to remote oc4j and run the test page I get the error:
    javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    My test page is just simple jsp page with some system parameters like this:
    ================
    String dir = request.getRealPath("/cert");
    System.getProperties().put("javax.net.ssl.keyStore", dir + "/adriatic.p12");
    System.getProperties().put("javax.net.ssl.keyStorePassword", "as-p4ss");
    System.getProperties().put("javax.net.ssl.keyStoreType", "PKCS12");
    System.getProperties().put("javax.net.ssl.trustStore", dir + "/service.megapos.si.jks");
    System.getProperties().put("javax.net.ssl.trustStorePassword", "megapos");
    System.getProperties().put("javax.net.ssl.trustStoreType", "JKS");
    ================
    why this works on windows and doesn't work on linux?
    All paths to my certificare and truststore are correct.
    On my local pc (windows) there is a Jdeveloper Oc4j version (10.1.2.0.2) and works fine
    On linux there is a oc4j version 10.1.3.4.0 and doesn't work..
    thank you for any help

    Peter,
    Apparently the linux jdk/jre doesn't have the ability to validate the certificate being used.
    I dunno if [url http://www.java-samples.com/showtutorial.php?tutorialid=210]this might help you?
    John

  • Error message on signing back in to Trial Subscription for Azure: "We were unable to find any subscriptions associated your account."

    Having signed up two days ago to a one month Trial Subscription to Window Azure, had my credit card details accepted and installed Windows Azure Powershell cmdlets from http://aka.ms/azpowershell I encounter
    the following error message when I try to log back in a day later (using the Windows Live ID with which I signed up): "We were unable to find any subscriptions associated with your account" . I'd be most grateful
    for help.

    hi,
    Did you resolve this issue? If not, you could try the below:
    I would like to suggest you to try the one that mentioned by Tabrez at: 
    http://social.msdn.microsoft.com/Forums/en-US/7a2acffb-6419-4a3d-8fb4-c8258790a2bb/why-cant-i-sign-up-for-the-1month-free-trial
    [quote]
    Contact support here:   https://support.microsoft.com/oas/default.aspx?gprid=17024&st=1&wfxredirect=1&sd=gn&wa=wsignin1.0&wa=wsignin1.0
    [/quote]
    Please try it.
    Thanks.
    Will
    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: "Unable to find a working IR device" in Windows Vista 64-bit, Audigy 4

    I have Audigy 4 Pro with the RM-500 remote that came with it.
    The remote is not working in Vista 64-bit (Enterprise).
    It is definitely not a hardware problem because everything works in Windows XP Professional SP3. When I dual boot into Vista, the remote doesn't control anything in Windows but the red light on the I/O external box is blinking so it's definitely receiving input.
    When I run "Entertainment Center Settings", I get the error "Unable to find a working IR device" and all the options are greyed out.
    <img title="err" width="300" style="width: 300px; height: 69px" src="http://img379.imageshack.us/img379/238/2278203yd.jpg" height="69" alt="err">
    <img width="459" title="err2" style="width: 459px; height: 393px" src="http://img379.imageshack.us/img379/388/2850392ep2.jpg" height="393" alt="err2">
    Has anyone gotten the remote working in Windows Vista 64-bit's? Thank you for your help.
    Regards,
    Lawrence

    _ I am having this exact same issue on vista business 32 bit. Everything else on the external box works perfectly fine, except the remote. The remote does work however with intelliremote, but I cannot justify paying the money for such simple functionality. Any fix on [email protected]

  • Error ERR-1802 Unable to find item

    I was using HTML DB to execute a query. The region expected an item and based on
    that item to retrieve a Clob and output to the GUI. Here is the PL/SQL code:
    begin
    if :P11_X_ID is null then
    return;
    end if;
    for x in (
    select column_value
    from table( query_cfile( cursor( select theClob from demo where id =
    TO_NUMBER(:P11_X_ID) )
    ) ))loop
    htp.prn(x.column_value);
    end loop;
    end;
    When I first time ran a page I was able to get the page back without any issue;
    however when I entered the second ID, I got "Error ERR-1802 Unable to find item
    id "187846523855309166"
    OK
    Unexpected error". Then I tried running the same page on different browser
    (switch from firefox to IE ) and entered the second ID I was able to get the
    page back. The same problem happened for the second browser, that is, if I
    entered another ID to search, I got the same error.
    And I turned on the trace using p_trace=YES
    grep -in err stra_ora_10201.trc
    83: error_template,
    205: where parameter in ('NLS_LANGUAGE', 'NLS_TERRITORY',
    'NLS_SORT')
    221:alter session set NLS_TERRITORY = "AMERICA"
    600: process_error_message,
    634: process_error_message,
    873:ERROR #34:err=1 tim=2122883685
    968: value="wwv_flow.find_item_err2"
    979: value="wwv_flow.unexpected_err"
    1038:select error_page_template
    1102: value="wwv_flow.err"
    1113: value="wwv_flow.err"
    1304: value="wwv_flow.find_item_err2"
    1315: value="wwv_flow.unexpected_err"
    1358: value="wwv_flow.err"
    1369: value="wwv_flow.err"
    1549: value="wwv_flow.find_item_err2"
    1560: value="wwv_flow.unexpected_err"
    1603: value="wwv_flow.err"
    1614: value="wwv_flow.err"
    1818:ERROR #34:err=1 tim=2122883705
    1874: value="wwv_flow.find_item_err2"
    1885: value="wwv_flow.unexpected_err"
    1928: value="wwv_flow.err"
    1939: value="wwv_flow.err"
    2143:ERROR #34:err=1 tim=2122883713
    2199: value="wwv_flow.find_item_err2"
    2210: value="wwv_flow.unexpected_err"
    2253: value="wwv_flow.err"
    2264: value="wwv_flow.err"
    2757: error_template,
    2879: where parameter in ('NLS_LANGUAGE', 'NLS_TERRITORY',
    'NLS_SORT')
    2895:alter session set NLS_TERRITORY = "AMERICA"
    3274: process_error_message,
    3308: process_error_message,
    3575: error_message,
    3582: nvl(error_display_location,'ON_ERROR_PAGE')
    error_display_location
    3640: value="wwv_flow.no_page_to_branch_err"
    Since the error happened on Cursor #34, here I retrieved the #34 from the trace
    file:
    =====================
    PARSING IN CURSOR #34 len=461 dep=1 uid=63 oct=2 lid=63 tim=1069307285981395
    hv=698873200 ad='5bdf916c'
    INSERT into wwv_flow_data (
    flow_instance,
    item_id,
    item_element_id,
    item_name,
    name_length,
    item_value,
    session_state_status,
    flow_id
    ) values (
    :b6,
    :b5,
    :b4,
    :b3,
    length(:b3),
    :b2,
    'I',
    :b1)
    END OF STMT
    PARSE #34:c=0,e=132,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,tim=1069307285981373
    BINDS #34:
    bind 0: dty=2 mxl=22(21) mal=00 scl=00 pre=00 oacflg=03 oacfl2=1 size=24
    offset=0
    bfp=4063ffe8 bln=22 avl=11 flg=05
    value=3707546874081609208
    bind 1: dty=2 mxl=22(21) mal=00 scl=00 pre=00 oacflg=13 oacfl2=1 size=24
    offset=0
    bfp=0ae3d23c bln=22 avl=09 flg=09
    value=1486322312855973
    bind 2: dty=2 mxl=22(21) mal=00 scl=00 pre=00 oacflg=13 oacfl2=1 size=24
    offset=0
    bfp=0ae3e0d0 bln=22 avl=02 flg=09
    value=1
    bind 3: dty=1 mxl=32(08) mal=00 scl=00 pre=00 oacflg=13 oacfl2=1 size=32
    offset=0
    bfp=0ae3e13c bln=32 avl=08 flg=09
    value="P11_X_ID"
    bind 4: dty=1 mxl=32(08) mal=00 scl=00 pre=00 oacflg=13 oacfl2=1 size=32
    offset=0
    bfp=0ae3e13c bln=32 avl=08 flg=09
    value="P11_X_ID"
    bind 5: dty=1 mxl=128(02) mal=00 scl=00 pre=00 oacflg=13 oacfl2=1 size=128
    offset=0
    bfp=0adbb4e0 bln=128 avl=02 flg=09
    value="57"
    bind 6: dty=2 mxl=22(21) mal=00 scl=00 pre=00 oacflg=03 oacfl2=1 size=24
    offset=0
    bfp=4063ffc4 bln=22 avl=03 flg=05
    value=105
    =====================
    PARSING IN CURSOR #35 len=119 dep=2 uid=0 oct=3 lid=0 tim=1069307285985274
    hv=3286148528 ad='5bfee648'
    select c.name, u.name from con$ c, cdef$ cd, user$ u where c.con# = cd.con# and
    cd.enabled = :1 and c.owner# = u.user#
    END OF STMT
    PARSE #35:c=0,e=176,p=0,cr=0,cu=0,mis=0,r=0,dep=2,og=4,tim=1069307285985249
    BINDS #35:
    bind 0: dty=2 mxl=22(22) mal=00 scl=00 pre=00 oacflg=08 oacfl2=1 size=24
    offset=0
    bfp=407975e0 bln=22 avl=04 flg=05
    value=32720
    EXEC #35:c=0,e=514,p=0,cr=0,cu=0,mis=0,r=0,dep=2,og=4,tim=1069307285986292
    FETCH #35:c=0,e=88,p=0,cr=2,cu=0,mis=0,r=0,dep=2,og=4,tim=1069307285986517
    STAT #35 id=1 cnt=0 pid=0 pos=1 obj=0 op='NESTED LOOPS (cr=2 r=0 w=0 time=78
    us)'
    STAT #35 id=2 cnt=0 pid=1 pos=1 obj=0 op='NESTED LOOPS (cr=2 r=0 w=0 time=74
    us)'
    STAT #35 id=3 cnt=0 pid=2 pos=1 obj=31 op='TABLE ACCESS BY INDEX ROWID CDEF$
    (cr=2 r=0 w=0 time=70 us)'
    STAT #35 id=4 cnt=0 pid=3 pos=1 obj=53 op='INDEX RANGE SCAN I_CDEF4 (cr=2 r=0
    w=0 time=62 us)'
    STAT #35 id=5 cnt=0 pid=2 pos=2 obj=28 op='TABLE ACCESS BY INDEX ROWID CON$
    (cr=0 r=0 w=0 time=0 us)'
    STAT #35 id=6 cnt=0 pid=5 pos=1 obj=49 op='INDEX UNIQUE SCAN I_CON2 (cr=0 r=0
    w=0 time=0 us)'
    STAT #35 id=7 cnt=0 pid=1 pos=2 obj=22 op='TABLE ACCESS CLUSTER USER$ (cr=0 r=0
    w=0 time=0 us)'
    STAT #35 id=8 cnt=0 pid=7 pos=1 obj=11 op='INDEX UNIQUE SCAN I_USER# (cr=0 r=0
    w=0 time=0 us)'
    =====================
    PARSING IN CURSOR #35 len=84 dep=2 uid=0 oct=3 lid=0 tim=1069307285988552
    hv=2458412332 ad='5b779008'
    select o.name, u.name from obj$ o, user$ u where o.obj# = :1 and o.owner# =
    u.user#
    END OF STMT
    PARSE #35:c=0,e=142,p=0,cr=0,cu=0,mis=0,r=0,dep=2,og=4,tim=1069307285988532
    BINDS #35:
    bind 0: dty=2 mxl=22(22) mal=00 scl=00 pre=00 oacflg=08 oacfl2=1 size=24
    offset=0
    bfp=407975e0 bln=22 avl=04 flg=05
    value=32720
    EXEC #35:c=0,e=431,p=0,cr=0,cu=0,mis=0,r=0,dep=2,og=4,tim=1069307285989485
    FETCH #35:c=0,e=187,p=0,cr=5,cu=0,mis=0,r=1,dep=2,og=4,tim=1069307285989805
    STAT #35 id=1 cnt=1 pid=0 pos=1 obj=0 op='NESTED LOOPS (cr=5 r=0 w=0 time=169
    us)'
    STAT #35 id=2 cnt=1 pid=1 pos=1 obj=18 op='TABLE ACCESS BY INDEX ROWID OBJ$
    (cr=3 r=0 w=0 time=74 us)'
    STAT #35 id=3 cnt=1 pid=2 pos=1 obj=36 op='INDEX UNIQUE SCAN I_OBJ1 (cr=2 r=0
    w=0 time=37 us)'
    STAT #35 id=4 cnt=1 pid=1 pos=2 obj=22 op='TABLE ACCESS CLUSTER USER$ (cr=2 r=0
    w=0 time=75 us)'
    STAT #35 id=5 cnt=1 pid=4 pos=1 obj=11 op='INDEX UNIQUE SCAN I_USER# (cr=1 r=0
    w=0 time=16 us)'
    EXEC #34:c=0,e=8619,p=0,cr=8,cu=10,mis=0,r=0,dep=1,og=4,tim=1069307285991108
    ERROR #34:err=1 tim=2122883685
    =====================
    Here is the version:
    SQL> select * from v$version;
    BANNER
    Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
    PL/SQL Release 9.2.0.4.0 - Production
    CORE 9.2.0.3.0 Production
    TNS for Linux: Version 9.2.0.4.0 - Production
    NLSRTL Version 9.2.0.4.0 - Production
    My page is very simple, it contains one region, one item, one
    button (click to search).
    Would you please advise what next step should be?
    Thanks in advance,

    SQL> desc demo;
    Name Null? Type
    ID NOT NULL NUMBER(38)
    THECLOB CLOB
    The query just took the CLOB content and divided it into table of varchar2(4000) base on chr(10). The query worked well in PL/SQL when I replaced htp with dbms_output.
    The branching was the default one, "Redirect To Page 11 (the same page)". I only created one region, one item and one button. That branching was automatically created.
    Below was the output when I turned on the debug mode.
    0.00: A C C E P T: Request=""
    0.01: Fetch flow info
    0.01: alter session set nls_language="AMERICAN"
    0.02: alter session set nls_territory="AMERICA"
    0.02: ...Setting NLS Decimal separator="."
    0.02: Fetch session state from database
    0.03: ...Check instance 936431675924660583 owner
    0.03: ...Fetch iconbar, page, computation, process, ...
    0.03: Fetch session header information
    0.03: ...fetch page attributes: f105, p11
    0.04: ...Check security schemes
    0.04: Save form items and p_arg_values
    0.05: Saved session state: 1486322312855973 "P11_X_ID" changedValue="49"
    0.05: Show ERROR page...
    0.06: Processing point: AFTER_ERROR_HEADER Home
         Error      ERR-1802 Unable to find item id "26896009627"
    OK      
    0.07: Processing point: BEFORE_ERROR_FOOTER
    Unexpected error
    0.08: ...Determine if user ADMIN with SGID 504322868864112 can develop application 105 in workspace 504322868864112
    Edit ApplicationEdit Page 11NewSessionNo DebugHide Edit LinksShow Edit Links
    0.09: Saved session state: 26896009627 "" newValue=""
    0.09: Show ERROR page...
    0.10: Processing point: AFTER_ERROR_HEADER Home
         Error      ERR-1802 Unable to find item id "27133775492"
    OK      
    0.11: Processing point: BEFORE_ERROR_FOOTER
    Unexpected error
    0.11: ...Determine if user ADMIN with SGID 504322868864112 can develop application 105 in workspace 504322868864112
    Edit ApplicationEdit Page 11NewSessionNo DebugHide Edit LinksShow Edit Links
    0.13: Saved session state: 27133775492 "" newValue="N"
    0.13: Show ERROR page...
    0.14: Processing point: AFTER_ERROR_HEADER Home
         Error      ERR-1802 Unable to find item id "17708687878"
    OK      
    0.15: Processing point: BEFORE_ERROR_FOOTER
    Unexpected error
    0.15: ...Determine if user ADMIN with SGID 504322868864112 can develop application 105 in workspace 504322868864112
    Edit ApplicationEdit Page 11NewSessionNo DebugHide Edit LinksShow Edit Links
    0.16: Saved session state: 17708687878 "" newValue=" "processing of sql statements""
    0.17: Show ERROR page...
    0.18: Processing point: AFTER_ERROR_HEADER Home
         Error      ERR-1802 Unable to find item id "79615715229400664"
    OK      
    0.19: Processing point: BEFORE_ERROR_FOOTER
    Unexpected error
    0.19: ...Determine if user ADMIN with SGID 504322868864112 can develop application 105 in workspace 504322868864112
    Edit ApplicationEdit Page 11NewSessionNo DebugHide Edit LinksShow Edit Links
    0.20: Saved session state: 79615715229400664 "" newValue="22467871247389"
    0.21: Show ERROR page...
    0.22: Processing point: AFTER_ERROR_HEADER Home
         Error      ERR-1802 Unable to find item id "187846523855309166"
    OK      
    0.22: Processing point: BEFORE_ERROR_FOOTER
    Unexpected error
    0.23: ...Determine if user ADMIN with SGID 504322868864112 can develop application 105 in workspace 504322868864112
    Edit ApplicationEdit Page 11NewSessionNo DebugHide Edit LinksShow Edit Links
    0.24: Saved session state: 187846523855309166 "" newValue=""

  • Startup error Unable to Find DocumentConnectionPool : Need Help

    Iam getting an error when iam starting up the server.
    trace is :
    weblogic.ejb20.WLDeploymentException: Unable to find DocumentConnectionPool 'def
    ault' configuration MBeanjavax.ejb.CreateException: Unable to find DocumentConne
    ctionPool 'default' configuration MBean
    at com.bea.p13n.content.document.internal.SPIFastDocumentManagerImpl.ejb
    Create(SPIFastDocumentManagerImpl.java:328)
    at com.bea.p13n.content.document.internal.SPIFastDocumentManagerImpl_lw3
    66m_Impl.ejbCreate(SPIFastDocumentManagerImpl_lw366m_Impl.java:117)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionP
    ool.java:151)
    at weblogic.ejb20.pool.Pool.createInitialBeans(Pool.java:188)
    at weblogic.ejb20.manager.StatelessManager.initializePool(StatelessManag
    er.java:380)
    at weblogic.ejb20.deployer.EJBDeployer.initializePools(EJBDeployer.java:
    1472)
    at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1367)
    at weblogic.ejb20.deployer.EJBModule.start(EJBModule.java:404)
    at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer
    .java:983)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContai
    ner.java:969)
    at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForA
    llApplications(SlaveDeployer.java:619)
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.j
    ava:376)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resum
    e(DeploymentManagerServerLifeCycleImpl.java:235)
    at weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:
    61)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:806)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:295)
    at weblogic.Server.main(Server.java:32)
    at weblogic.ejb20.pool.Pool.createInitialBeans(Pool.java:194)
    at weblogic.ejb20.manager.StatelessManager.initializePool(StatelessManag
    er.java:380)
    at weblogic.ejb20.deployer.EJBDeployer.initializePools(EJBDeployer.java:
    1472)
    at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1367)
    at weblogic.ejb20.deployer.EJBModule.start(EJBModule.java:404)
    at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer
    .java:983)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContai
    ner.java:969)
    at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForA
    llApplications(SlaveDeployer.java:619)
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.j
    ava:376)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resum
    e(DeploymentManagerServerLifeCycleImpl.java:235)
    at weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:
    61)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:806)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:295)
    at weblogic.Server.main(Server.java:32)
    My application-config.xml has :
    <DocumentConnectionPool
    CapacityIncrement="1"
    DriverName="com.bea.p13n.content.document.jdbc.Driver"
    InitialCapacity="5"
    MaxCapacity="5"
    Name="default"
    Properties="schemaXML=D:/myServer/dmsBase/doc-schemas;docBase=D:/myServer/dmsBase;jdbc.dataSource=weblogic.jdbc.pool.commercePool"
    URL="jdbc:beasys:docmgmt:com.bea.p13n.content.document.ref.RefDocumentProvider"
    />
    and my config.xml has:
    <Application Deployed="true" Name="MyApp"
    Path="D:\apps\MyApp"
    StagedTargets="myServer" TwoPhase="true">
    <ApplicationConfiguration Name="MyApp"
    Targets="myServer" URI="META-INF/application-config.xml"/>
    </Application>
    So , it is targetted on my server and also the app-config has it defined.
    Can anyone tell me where is the problem.?

    For ne one who is interested,
    we figured what went wrong in our configuration.
    We are using oracle as backend but driver for the datasource under consideration is given is the driver for reference cloudscape database. Once driver is changed to oracle's OCI driver problem got resolved
    Good luck :-)
    Manohar

  • Error at startup Unable to find DocumentConnectionPool , Need Help urgently

    Iam getting an error when iam starting up the server.
    trace is :
    weblogic.ejb20.WLDeploymentException: Unable to find DocumentConnectionPool 'def
    ault' configuration MBeanjavax.ejb.CreateException: Unable to find DocumentConne
    ctionPool 'default' configuration MBean
    at com.bea.p13n.content.document.internal.SPIFastDocumentManagerImpl.ejb
    Create(SPIFastDocumentManagerImpl.java:328)
    at com.bea.p13n.content.document.internal.SPIFastDocumentManagerImpl_lw3
    66m_Impl.ejbCreate(SPIFastDocumentManagerImpl_lw366m_Impl.java:117)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionP
    ool.java:151)
    at weblogic.ejb20.pool.Pool.createInitialBeans(Pool.java:188)
    at weblogic.ejb20.manager.StatelessManager.initializePool(StatelessManag
    er.java:380)
    at weblogic.ejb20.deployer.EJBDeployer.initializePools(EJBDeployer.java:
    1472)
    at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1367)
    at weblogic.ejb20.deployer.EJBModule.start(EJBModule.java:404)
    at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer
    .java:983)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContai
    ner.java:969)
    at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForA
    llApplications(SlaveDeployer.java:619)
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.j
    ava:376)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resum
    e(DeploymentManagerServerLifeCycleImpl.java:235)
    at weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:
    61)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:806)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:295)
    at weblogic.Server.main(Server.java:32)
    at weblogic.ejb20.pool.Pool.createInitialBeans(Pool.java:194)
    at weblogic.ejb20.manager.StatelessManager.initializePool(StatelessManag
    er.java:380)
    at weblogic.ejb20.deployer.EJBDeployer.initializePools(EJBDeployer.java:
    1472)
    at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1367)
    at weblogic.ejb20.deployer.EJBModule.start(EJBModule.java:404)
    at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer
    .java:983)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContai
    ner.java:969)
    at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForA
    llApplications(SlaveDeployer.java:619)
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.j
    ava:376)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resum
    e(DeploymentManagerServerLifeCycleImpl.java:235)
    at weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:
    61)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:806)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:295)
    at weblogic.Server.main(Server.java:32)
    My application-config.xml has :
    <DocumentConnectionPool
    CapacityIncrement="1"
    DriverName="com.bea.p13n.content.document.jdbc.Driver"
    InitialCapacity="5"
    MaxCapacity="5"
    Name="default"
    Properties="schemaXML=D:/myServer/dmsBase/doc-schemas;docBase=D:/myServer/dmsBase;jdbc.dataSource=weblogic.jdbc.pool.commercePool"
    URL="jdbc:beasys:docmgmt:com.bea.p13n.content.document.ref.RefDocumentProvider"
    />
    and my config.xml has:
    <Application Deployed="true" Name="MyApp"
    Path="D:\apps\MyApp"
    StagedTargets="myServer" TwoPhase="true">
    <ApplicationConfiguration Name="MyApp"
    Targets="myServer" URI="META-INF/application-config.xml"/>
    </Application>
    So , it is targetted on my server and also the app-config has it defined.
    Can anyone tell me where is the problem.?

    For ne one who is interested,
    we figured what went wrong in our configuration.
    We are using oracle as backend but driver for the datasource under consideration is given is the driver for reference cloudscape database. Once driver is changed to oracle's OCI driver problem got resolved
    Good luck :-)
    Manohar

Maybe you are looking for

  • Asset PO

    We are trying to post a PO for an asset acquisition.  However, MM consultant says that in addition to the Asset master, a material master is also needed for the asset for posting the PO from MM Side.  Is this correct ?

  • Federation using weblogic as an IDP and OIF as a SP(service Provider)

    Hi, I am facing some problem during SAML creation. I am using weblogic as an Identity Provider and Oracle Identity federation (OIF) as a service Provider. The federation will be IDP(weblogic) initiated. I have configured both sides , published metada

  • How do I recover photos that corrupted when I upgraded to iphoto 11?

    I just installed iphoto 11 on my macbook and stupidly didn't back up my library, When the library was rebuilt, 40 photos have corrupted - weirdly, all the corrupted photos are black and white, landscape - and any photos in the sequence that are portr

  • Currently Logged in User

    Dear Experts i would like to know that how can we get the currently logged in user through query or some other option, as i want to generate different document series for every single user. Secondly, if i have a party which is my customer as well as

  • Problem Navigating Apple Support Discussions

    Whenever Safari 2.0.3 loads a web page in the Apple Support Discussions, all of the items beginning with "https://ssl.apple.com" return the error message "bad server certificate" in the Activity window.  Once a page loads, some of the navigation butt