Syntax Error while applying support package stack 8

I get the following short dump while I was applying support package stack 8.  I'm at the latest saint version 34
Runtime Errors         SYNTAX_ERROR
Date and Time          23.07.2009 14:09:27
Short text
     Syntax error in program "CL_DYNPRO_PROPERTY_BAG========CP ".
What happened?
     Error in the ABAP application program.
     The current ABAP program "SAPLSCR2" had to be interrupted because it con
     a statement that cannot be executed.
     In the include "CL_DYNPRO_PROPERTY_BAG========CM009 " in the line 176 of
      program "CL_DYNPRO_PROPERTY_BAG========CP " the following syntax
     errors occur:
     "The field "SPROP_C_TAG_CUSTOMPROPERTY" is unknown, but there is a fiel"
     "d with the similar name "SPROP_C_TAG_TOOLTIPTEXT". "SPROP_C_TAG_TOOLTI"
     "PTEXT"."
     Author and last person to change the include are:
     Author "SAP "
     Last changer "SAP "
Error analysis
     The following syntax error was found in the program
      CL_DYNPRO_PROPERTY_BAG========CP :
     "The field "SPROP_C_TAG_CUSTOMPROPERTY" is unknown, but there is a fiel"
     "d with the similar name "SPROP_C_TAG_TOOLTIPTEXT". "SPROP_C_TAG_TOOLTI"
     "PTEXT"."
Trigger Location of Runtime Error
     Program                                 SAPLSCR2
     Include                                 LSCR2U47
     Row                                     31
     Module type                             (FUNCTION)
     Module Name                             RS_SCRP_PROP_ADD_TO_PROP_LIST
1 FUNCTION RS_SCRP_PROP_ADD_TO_PROP_LIST.
2 *"----
3 ""Lokale Schnittstelle:
4 *"  IMPORTING
5 *"     REFERENCE(P_TEXTFIELD) TYPE  D021S-FNAM OPTIONAL
6 *"     REFERENCE(P_TOOLTIPTEXT_TEXTELEM) TYPE  CHAR3 OPTIONAL
7 *"     REFERENCE(P_TOOLTIPTEXT_VARIABLE) TYPE  D021S-FNAM OPTIONAL
8 *"     REFERENCE(P_KEEPTAB) TYPE  SEU_BOOL OPTIONAL
9 *"     REFERENCE(P_DISABLEIMPLICITLABELS) TYPE  SEU_BOOL OPTIONAL
10 *"     REFERENCE(P_BARCODEINPUT) TYPE  SEU_BOOL OPTIONAL
11 *"  CHANGING
12 *"     REFERENCE(P_PROP_LIST) TYPE  PROP_LIST
13 *"----
14
15 data: l_prop type prop_line,
16       l_prop_list type prop_list,
17       l_string type prop_str.
18
19 * Property TextField
20 * -
21
22 if p_textfield is supplied.
23   clear l_prop_list.
24   clear l_prop.
25   l_prop-name   = sprop_c_tag_textfield_name.
26   l_prop-syntax = sprop_c_syntax_content .
27   l_prop-value  = p_textfield.
28   append l_prop to l_prop_list.
29 * Zusammensetzen eines Strings der Form
30 * <Name>value_1</Name> ... <Name>value_n</Name>
>>   call method cl_dynpro_property_bag=>fill_prop_list_into_properties
32     exporting
33       prop_list  = l_prop_list
34     importing
35       properties = l_string.
36 * Property-Eintrag zusammensetzen
37   clear l_prop.
38   l_prop-name   = sprop_c_tag_textfield.
39   l_prop-type   = sprop_c_type_string.
40   l_prop-syntax = sprop_c_syntax_content .
41   l_prop-value  = l_string.
42 * Property-Eintrag in PROP_LIST aufnehmen/ersetzen
43   read table p_prop_list transporting no fields
44       with key name = l_prop-name.
45   if sy-subrc = 0.
46     modify p_prop_list index sy-tabix
47         from l_prop.
48   else.
49     append l_prop to p_prop_list.
50  endif.
Can anyone help me?  I now get the same error with executing other transactions as well.

Hi,
Please let us know the component which you are trying to apply. Is it BASIS or ABAP or BW and also let us know the version?
I hope you are applying the BW patch 8, as per SAP's recommendation we need to apply both 8 an 9 patch of BW at the same time. If not we need to apply some notes which you could find in the service market place. Once you apply the notes, you can proceed with the SP application.
Regards,
Varadhu

Similar Messages

  • Error while applying support packages

    Hi,
    I was applying support packges for NW 7.0 EHP2 for the components SAP BASIS/ABAP/PI BASIS & BW,  the support package level was 02, I have downloaded 03,04,05,06 for all the above four components.  While updating spam/saint update I got the above error, displayed below. But even while applying support packages I got a list of errrors.
    1.     
    Category: Abap programming error
      Runtime error:  call_function_parm_unknown
    CX_SY_DYN_CALL_PARAM_NOT_FOUND
    abap program: RSSPAM07
    Function parameter "IV_IMP_SCENARIO" in unknown
    this first error displayed after applying SPAM/SAINT update.
    2. The import was stopped, since an error occured during the phase IMPORT_PROPER, which the support package Manager is unable to resolve without your input
    The following details help you to analyse the problem:
    Error in phase : IMPROT_PROPER
    Reason for error:
    Return code:
    Error Message:
    Please provide any solution as soon as possible....

    The details of SLOG
    START CMDIMPORT            NG1 L      20120227162812              SHABZ        BasisTrn3 20120227162811973  
    STOP  CMDIMPORT            NG1 L      20120227162813              SHABZ        BasisTrn3 20120227162811973  
    START imp all              NG1        20120227162821              SHABZ        BasisTrn3 20120227162821661  
    INFO: event SAP_IMPORT_START triggered successfully
    START DD IMPORT            NG1 H      20120227162822              SHABZ        BasisTrn3 20120227162821661  
    STOP  DD IMPORT            NG1 H      20120227162839              SHABZ        BasisTrn3 20120227162821661  
    START DD ACTIVATION        NG1 A      20120227162839              SHABZ        BasisTrn3 20120227162821661  
    START tp_getprots          NG1 J      20120227162839              SHABZ        BasisTrn3 20120227162821661  
    STOP  tp_getprots          NG1 J      20120227162925              SHABZ        BasisTrn3 20120227162821661  
    STOP  DD ACTIVATION        NG1 A      20120227162925              SHABZ        BasisTrn3 20120227162821661  
    START DISTRIBUTION OF DD-O NG1 S      20120227162925              SHABZ        BasisTrn3 20120227162821661  
    START tp_getprots          NG1 S      20120227162925              SHABZ        BasisTrn3 20120227162821661  
    STOP  tp_getprots          NG1 S      20120227162929              SHABZ        BasisTrn3 20120227162821661  
    STOP  DISTRIBUTION OF DD-O NG1 S      20120227162929              SHABZ        BasisTrn3 20120227162821661  
    INFO  TBATG CONVERSION OF  NG1 N      not needed                  SHABZ        BasisTrn3 20120227162821661  
    START MOVE NAMETABS        NG1 6      20120227162929              SHABZ        BasisTrn3 20120227162821661  
    START tp_getprots          NG1 P      20120227162929              SHABZ        BasisTrn3 20120227162821661  
    STOP  tp_getprots          NG1 P      20120227162935              SHABZ        BasisTrn3 20120227162821661  
    STOP  MOVE NAMETABS        NG1 6      20120227162936              SHABZ        BasisTrn3 20120227162821661  
    START MAIN IMPORT          NG1 I      20120227162936              SHABZ        BasisTrn3 20120227162821661  
    STOP  MAIN IMPORT          NG1 I      20120227163023              SHABZ        BasisTrn3 20120227162821661  
    START TBATG CREATION OF EN NG1 n      20120227163024              SHABZ        BasisTrn3 20120227162821661  
    START tp_getprots          NG1 Y      20120227163024              SHABZ        BasisTrn3 20120227162821661  
    STOP  tp_getprots          NG1 Y      20120227163034              SHABZ        BasisTrn3 20120227162821661  
    STOP  TBATG CREATION OF EN NG1 n      20120227163034              SHABZ        BasisTrn3 20120227162821661  
    START EXECUTION OF REPORTS NG1 R      20120227163035              SHABZ        BasisTrn3 20120227162821661  
    START tp_getprots          NG1 R      20120227163035              SHABZ        BasisTrn3 20120227162821661  
    STOP  tp_getprots          NG1 R      20120227163202              SHABZ        BasisTrn3 20120227162821661  
    STOP  EXECUTION OF REPORTS NG1 R      20120227163202              SHABZ        BasisTrn3 20120227162821661  
    INFO  EXECUTION OF STANDAR NG1 9      not needed                  SHABZ        BasisTrn3 20120227162821661  
    INFO: event SAP_IMPORT_STOP triggered successfully
    STOP  imp all              NG1   0004 20120227163203              SHABZ        BasisTrn3 20120227162821661  
    START CMDIMPORT            NG1 L      20120227164418              SHABZ        BasisTrn3 20120227164416991  
    STOP  CMDIMPORT            NG1 L      20120227164454              SHABZ        BasisTrn3 20120227164416991  
    START DD IMPORT            NG1 H      20120227165608              SHABZ        BasisTrn3 20120227165607479  
    STOP  DD IMPORT            NG1 H      20120227170309              SHABZ        BasisTrn3 20120227165607479  
    START DD ACTIVATION        NG1 A      20120227170313              SHABZ        BasisTrn3                    
    START tp_getprots          NG1 J      20120227170313              SHABZ        BasisTrn3                    
    STOP  tp_getprots          NG1 J      20120227171206              SHABZ        BasisTrn3                    
    STOP  DD ACTIVATION        NG1 A      20120227171206              SHABZ        BasisTrn3                    
    START imp all              NG1        20120227171208              SHABZ        BasisTrn3 20120227171207614  
    INFO: event SAP_IMPORT_START triggered successfully
    START DISTRIBUTION OF DD-O NG1 S      20120227171208              SHABZ        BasisTrn3 20120227171207614  
    START tp_getprots          NG1 S      20120227171208              SHABZ        BasisTrn3 20120227171207614  
    STOP  tp_getprots          NG1 S      20120227171303              SHABZ        BasisTrn3 20120227171207614  
    STOP  DISTRIBUTION OF DD-O NG1 S      20120227171304              SHABZ        BasisTrn3 20120227171207614  
    START TBATG CONVERSION OF  NG1 N      20120227171304              SHABZ        BasisTrn3 20120227171207614  
    START tp_getprots          NG1 N      20120227171304              SHABZ        BasisTrn3 20120227171207614  
    STOP  tp_getprots          NG1 N      20120227171307              SHABZ        BasisTrn3 20120227171207614  
    STOP  TBATG CONVERSION OF  NG1 N      20120227171307              SHABZ        BasisTrn3 20120227171207614  
    START MOVE NAMETABS        NG1 6      20120227171307              SHABZ        BasisTrn3 20120227171207614  
    START tp_getprots          NG1 P      20120227171308              SHABZ        BasisTrn3 20120227171207614  
    STOP  tp_getprots          NG1 P      20120227171755              SHABZ        BasisTrn3 20120227171207614  
    STOP  MOVE NAMETABS        NG1 6      20120227171755              SHABZ        BasisTrn3 20120227171207614  
    START MAIN IMPORT          NG1 I      20120227171756              SHABZ        BasisTrn3 20120227171207614  
    ERROR: RFC function TRINT_PROGRESS_INDICATOR error: SYSTEM_FAILURE
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    STOP  MAIN IMPORT          NG1 I      20120227195335              SHABZ        BasisTrn3 20120227171207614  
    START TBATG CREATION OF EN NG1 n      20120227195335              SHABZ        BasisTrn3 20120227171207614  
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    START tp_getprots          NG1 Y      20120227195335              SHABZ        BasisTrn3 20120227171207614  
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    STOP  tp_getprots          NG1 Y      20120227195521              SHABZ        BasisTrn3 20120227171207614  
    STOP  TBATG CREATION OF EN NG1 n      20120227195521              SHABZ        BasisTrn3 20120227171207614  
    INFO  EXECUTION OF STANDAR NG1 9      not needed                  SHABZ        BasisTrn3 20120227171207614  
    INFO: event SAP_IMPORT_STOP triggered successfully
    STOP  imp all              NG1   0903 20120227195522              SHABZ        BasisTrn3 20120227171207614

  • DDIC_ACTIVATION ERROR WHILE APPLYING SUPPORT PACKAGE SAPKW35020 IN ECC5.0

    Hi Gurus,
    I am getting error DDIC_ACTIVATION while applying support package(BW) SAPKW35020 in ECC5.0 with MSSQL database in Windows server.
    I am not able to reset the queue, when i tried to reset the queue the system prompting that " cannot reset queue while DDIC_ACTIVATION" phase".
    Can you please help to reset the queue and implementing this support package.
    Thank you,
    Regards,
    Ganesh

    Paste the SPAM log here.
    Regards,
    Nick Loy

  • DDIC_ACTIVATION ERROR WHILW APPLYING SUPPORT PACKAGES

    Hi all,
    While applying support package(KB62019),i got error(DDIC_Activation)..
    How to resolve it?
    Thanks in advance.

    Hi,
    Which support package are you applying ? Have a look at these notes: 782140 and 447925.
    Search for SAPKB62019 in this note and you will get a solution to that. The note refers to some more notes. Please follow the instuctions in the note carefully.
    Cheers,
    Sunil
    PS: Reward points for helpful answers.

  • Error in the phase IMPORT_PROPER while applying support packages

    Dear All,
    I am on ECC 6.0(ABAP+JAVA) SR2, SUSE Linux 10 SP1, DB2.
    I have successfully applied the kernel patch and started applying the support packages,  i have successfully completed applying the ABAP, Basis, BW, HR and other related patches, but i am not sure why i am stuck at the import_proper phase when applying the SAP_APPL patches (SAPKH60008 and SAPKH60009 both in the same queue) and my tp log is as follows
    ========================================================================================================
    START imp all              SCD        20081229080538              DDIC         sealcpro 20081229080537
    INFO: event SAP_IMPORT_START triggered successfully
    INFO  TBATG CONVERSION OF  SCD N      not needed                  DDIC         sealcpro 20081229080537
    START tp_getprots          SCD P      20081229080539              DDIC         sealcpro 20081229080537
    2EETP000 sap_dext called with msgnr "1":
    2EETP000      db call info
    2EETP000 function:   db_setget
    2EETP000 fcode:      RT_SETB (65535)
    2EETP000 tabname:    TRBAT
    2EETP000 len (char): 0
    2EETP000 key:
    2EETP000 retcode:    1
    1AETP000 exit in function texitnow
    ERROR: EXIT(16) -> process ID is: 5319
    STOP  imp all              SCD   0016 20081229080602              DDIC         sealcpro 20081229080537
    =========================================================================================================
    And also when i look at the Support package import logs they show that
    TEST IMPORT
    Import ABAP Dictionary Objects and
    ABAP Dictionary Activation phases ended with return code 4
    But i dont think this can give any problem.
    I have tried to import from the phase where it stopped, but all of a sudden i get disconnected from SAP and get an error message saying that NO CONNECTION TO THE DATABASE, then when i check for the processes for dw and db2 there are process already running.
    I had to start SAP and only then i was able to connect to the SERVER again.
    Can you please help me on this..
    For any more information plz let me know
    Thanks and regards
    Hunky

    Dear Balaji,
    Thank you very much for the reply...
    I deleted the import request in the STMS and wi ran the RDDIMPDP and RDDMNTAB reports and restart the SPAM, but this time the SPAM immediately stopped, but i am still connected to the system and the error which i got earlier (database connection error ) is now not occuring.
    But otherwise also i noticed that i get the following ABAP Dump while this error is triggering
    ===================================================================
    DBIF_REPO_INTERNAL_ERROR
    Internal error when accessing program "CX_SY_OPEN_SQL_DB=============CP ".
    An unspecified internal error occurred in the SAP-internal
    database interface.
    For further analysis the SAP system log should be examined
    (transaction SM21).
    Check the entries in the developer trace of the relevant work process
    (transaction ST11).
    Attempted to access component "LOAD" of program
    "CX_SY_OPEN_SQL_DB=============CP ".
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "DBIF_REPO_INTERNAL_ERROR" " "
    "SAPLSTPA" or " "
    ==========================================================================
    Based on this error i searched few notes and got the below results 309583 and 132383 but these are not for my release.
    So i request you to kindly help me on this as i am running out of time in delivering my server.
    Waiting for all the valuble replies
    Thank you in advance
    Regards
    Hunky

  • SUM for applying support package stack

    Dear SAP Guru's,
    We are trying to apply a support pack maintenance stack sp04 on a PI 7.3 with EHP1 system using SUM
    In the road map step "Specify Credentials" we have got a error saying "could not detect executable directory from profiles for system XID"
    Recently we have upgraded our system from 7.0 to 7.3 with ehp1, after the upgrade we have observed that the start profile is merged with instance profile.
    A screen shot of the error message is attached.
    DIR_EXECUTABLE in our system is /usr/sap/<SID>/DVEBMGS00/exe and the same is available as profile parameter in the instance profile.
    Kindly help us to solve this error and continue the update
    Thanks,
    Balaji S

    Hello Balaji,
    As per SAP note 1557404
    Profile Merging During Update with Regard to Certain Target Releases
    The Software Update Manager (SUM) asks you during an update if you want
    to merge the start profile with the instance profile and if you want to
    switch to a new file system structure.
    Only use this option when updating to SAP NetWeaver 7.3 including
    enhancement package 1.
    Do not use this option if you update to SAP Business Suite 7i2011 (based
    on SAP NetWeaver 7.0 EHP3), otherwise subsequent software logistic
    processes might not work properly.
    Check if sapstartsrv has been defined to start with START profiles
    and if these do not exists as they are merged with the instance profiles.
    If so, the option here could be replace the START profiles with Instance
    profiles. Also please check if sapstartsrv processes on the OS are
    running with START profiles, if yes, you need to restart them after
    modifying sapservices file so that they get started with the instance
    profiles. Once this is done, issue should be gone.
    regards,
    Paul

  • While Import support package getting error in R/3

    Hi All,
    I am getting one error following error while importing support package in R/3.
    Open data extraction requests
    The system has found a number of open data extraction requests.These should be processed before starting the object import process, as changes to DDIC structures could prevent data extraction requests from being read after the import, thus causing them to terminate. Call the Customizing Cockpit data extraction transaction and process all open extraction requests.
    Can Anybody aware of this error. How do I delete the open data extraction process specified here.
    Thx & Regds,
    SGK

    Hi,
    I think I have to stop extraction process in LBWE or R/3. Can anybody tell me how to stop extraction process.
    Thx & Regds,
    SGK

  • Error getting while importing support package in R/3

    Hi All,
    I am getting one error following error while importing support package in R/3.
    Open data extraction requests
    The system has found a number of open data extraction requests.These should be processed before starting the object import process, as changes to DDIC structures could prevent data extraction requests from being read after the import, thus causing them to terminate. Call the Customizing Cockpit data extraction transaction and process all open extraction requests.
    Can Anybody aware of this error.
    Thx & Regds,
    SGK

    Hi,
    I think I have to stop extraction process in LBWE or R/3. Can anybody tell me how to stop extraction process.
    Thx & Regds,
    SGK

  • Post Processing Steps after Support Package Stack Application

    I'm curious if anyone has any guidelines for post processing steps (or pre-processing) when applying Support Package Stacks to their Development Infrastructure (Developmend Workplace and the Central NWDI Server).  We have just upgraded a couple of developers local engines and developer studio to SP stack 19 from SP stack 14 and are experiencing some problems.  We also applied the J2EE stack and appropriate SCA files to the NWDI server.
    After the support packs it looks like our DTR files are gone (when reimporting configuration via Developer Studio the SC's are there but there are no DC's inside of them).  Additionally, it looks like we have to manually reimport the newest versions of SAP_BUILDT, SAP_JTECHS, and SAP-JEE.  Another thing is that old Local Web Dynpro DC's are now complaining about class path problems and different versions of files.  We followed the documentation for applying SP19 exactly as the documentation says for a Java Development Usage type.  Is there a checklist or something that anyone has for steps to perform after the application of the support packs?

    I think I'm missing something.  Now I see the code and DC's inside the DTR.  However, when I try to import into NWDS no DC's come in (the software components exist, but no DC's in them).  Additionally, the CBS web ui reports that my software components do not contain any DC's even though I see them in the DTR.  What things can I look at to determine what I'm missing here?
    Thought I'd add some more info..after applying the support packs, we imported the new SAPBUILD, SAP_JTECH, and SAP_jee SCA'S into our track as we required some functionality from the newer build SCA.  We also reimported our old archives back into the system by manually checking them in assuming this would fix the problem with us not seeing the source in the NWDS or the DTR.  After the import, the CBS no longer sees our custom DC's, but the DTR does (both in active and inactive ws).  When importing the dev configuration into the NWDS our custom DC's no longer appear, but SAP's standard SCA's do.
    Message was edited by:
            Eric Vota

  • Errors while importing support

    hello all,
    I am getting following errors while importing support
    packages Queue SPAMu2026
    - Error in phase: CHECK_REQUIREMENTS
    - Reason for error: TP_CANNOT_CONNECT_SYSTEM
    - Return code: 0232
    - Error message: connect failed
    I have checked the TPPRAM file, RFC connection and
    it's normalu2026
    I even changed the directory to /usr/sap/trans/bin and
    executed command "tp connect <SID>" and same erroru2026
    Return code: 0232
    Also I tested the connectivity from STMS
    RFC Link tp was started successfully
    tp Version 340.15.02
    DB Connect Link to database failed
    Offline Call connect failed
    any ideas? any suggestions? I really need help.
    Jack Lee

    Dear All:
    the error still the same~
    I excuted the R3trans -d and came out like below:
    C:\Documents and Settings\dbsadm>R3trans -d
    This is R3trans version 6.13 (release 640 - 24.04.09 - 13:43:00).
    2EETW169 no connect possible: "DBMS = MSSQL                            ---  SERV
    ER = 'PRDTEST' DBNAME = 'DBS'"
    R3trans finished (0012).
    and here is the trans.log:
    4 ETW000 R3trans version 6.13 (release 640 - 24.04.09 - 13:43:00).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 02.07.2005 - 15:36:52
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Sat Jul 02 15:36:55 2005                            6991  0.006991
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    65  0.007056
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                            183  0.007239
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dbmssslib.dll' ...                51  0.007290
    4 ETW000  [dev trc     ,00000]  load shared library (dbmssslib.dll), hdl 0          1550  0.008840
    4 ETW000  [dev trc     ,00000]      using "C:\usr\sap\DBS\SYS\exe\run\dbmssslib.dll"
    4 ETW000                                                                              14  0.008854
    4 ETW000  [dev trc     ,00000]  Library 'dbmssslib.dll' loaded                         7  0.008861
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dbmssslib.dll
    4 ETW000                                                                              11  0.008872
    4 ETW000  [dev trc     ,00000]  Version of 'dbmssslib.dll' is "640.00", patchlevel (0.266)
    4 ETW000                                                                             492  0.009364
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dbmssslib.dll
    4 ETW000                                                                               9  0.009373
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dbmssslib.dll
    4 ETW000                                                                              19  0.009392
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              75  0.009467
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              40  0.009507
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         36  0.009543
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              10  0.009553
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              14  0.009567
    4 ETW000  [dev trc     ,00000]  Thread ID:2320                                      3431  0.012998
    4 ETW000  [dev trc     ,00000]  Thank You for using the SLOLEDB-interface             51  0.013049
    4 ETW000  [dev trc     ,00000]  Using dynamic link library 'C:\usr\sap\DBS\SYS\exe\run\dbmssslib.dll'
    4 ETW000                                                                              37  0.013086
    4 ETW000  [dev trc     ,00000]  dbmssslib.dll patch info                             117  0.013203
    4 ETW000  [dev trc     ,00000]    patchlevel   0                                     112  0.013315
    4 ETW000  [dev trc     ,00000]    patchno      266                                     8  0.013323
    4 ETW000  [dev trc     ,00000]    patchcomment Batch jobs stay in Ready status (1291921)
    4 ETW000                                                                              10  0.013333
    4 ETW000  [dev trc     ,00000]  np:(local) connection used on PRDTEST                 84  0.013417
    4 ETW000  [dev trc     ,00000]  CopyLocalParameters: dbuser is 'dbo'                   9  0.013426
    4 ETW000  [dev trc     ,00000]  Using Provider SQLNCLI                             12800  0.026226
    4 ETW000  [dev trc     ,00000]  OpenOledbConnection: MARS property was set successfully.
    4 ETW000                                                                             570  0.026796
    4 ETW000  [dev trc     ,00000]  Provider Release:9.00.4035.00                      54486  0.081282
    4 ETW000  [dev trc     ,00000]  Using Provider SQLNCLI                              3456  0.084738
    4 ETW000  [dev trc     ,00000]  OpenOledbConnection: MARS property was set successfully.
    4 ETW000                                                                             311  0.085049
    4 ETW000  [dev trc     ,00000]  i'm dbo but there exists 1 users <> dbo with tables SVERS ==> connect terminated
    4 ETW000                                                                            8298  0.093347
    2EETW169 no connect possible: "DBMS = MSSQL                            ---  SERVER = 'PRDTEST' DBNAME = 'DBS'"
    Regards
    Jack Lee

  • Error 1719. The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance. Getting this error while installing the package in the windows 2012.

    Getting below mentioned error while installing a package  in the windows 2012 server remotely through psexec command
    Error 1718. Windows Installer Service could not be accessed.
    The same msi is getting installed local in through when we are doing through manually
    Please help on the same

    Hi Rahulan,
    Would you please let us know current situation of this issue? If any update, please feel free to let us know.
    Just addition, please refer to following threads and check if can help you.
    The Windows Installer Service could not be accessed.
    error 1719 windows installer service could not be accessed ....
    Hope this helps.
    Best regards,
    Justin Gu

  • Error while applying patch for SOA suite 10.1.3.4 on Weblogic 9.2 - URGENT

    Hi All,
    I am trying to apply a weblogic patch on SOA server but facing an error while applying the Opatch . I checked the accessibilty to opatch inventory by using the command % opatch lsinventory . This executed fine and there were no errors. But when I try applying the opatch I get the error -that some jars missing . Even if I replace the jars and try executing opatch again I face the same error . I googled a lot but couldnt find any solution . Please let me what can be done for solving this error .
    D:\7337034>opatch apply -oh D:\product\10.1.3.1\OracleAS_1
    Oracle Interim Patch Installer version 1.0.0.0.61
    Copyright (c) 2009 Oracle Corporation. All Rights Reserved..
    Oracle recommends you to use the latest OPatch version
    and read the OPatch documentation available in the OPatch/docs
    directory for usage. For information about the latest OPatch and
    other support-related issues, refer to document ID 293369.1
    available on My Oracle Support (https://myoraclesupport.oracle.com)
    Oracle Home : D:\product\10.1.3.1\OracleAS_1
    Oracle Home Inventory : D:\product\10.1.3.1\OracleAS_1\inventory
    Central Inventory : C:\Program Files\oracle\inventory
    from : N/A
    OUI location : D:\product\10.1.3.1\OracleAS_1\oui
    OUI shared library : D:\product\10.1.3.1\OracleAS_1\oui\lib\win32\oraInstalle
    r.dll
    Java location : "D:\product\10.1.3.1\OracleAS_1\jdk\jre\bin\java.exe"
    Log file location : D:\product\10.1.3.1\OracleAS_1/.patch_storage/<patch ID>
    /*.log
    Creating log file "D:\product\10.1.3.1\oracleas_1\.patch_storage\7337034\Apply_7
    337034_06-02-2009_13-39-26.log"
    Provide your email address to be informed of security issues, install and
    initiate Oracle Configuration Manager. Easier for you if you use your My
    Oracle Support Email address/User Name.
    Visit http://www.oracle.com/support/policies.html for details.
    Email address/User Name: [email protected]
    Provide your My Oracle Support password to receive security updates via your My
    Oracle Support account.
    Password (optional):
    Password (optional):
    Unable to establish a network connection to Oracle. If your systems require a
    proxy server for outbound Internet connections, enter the proxy server details
    in this format:
    [<proxy-user>@]<proxy-host>[:<proxy-port>]
    If you want to remain uninformed of critical security issues in your
    configuration, enter NONE
    Proxy specification: NONE
    ** Installing base package **
    Deploying core - Version 10.3.1.0.0
    Deploying engines - Version 10.2.7.1.0
    Deploying metricdata - Version 10.2.4.0.3
    Deploying scripts - Version 10.3.1.0.0
    Oracle Configuration Manager has been configured in disconnected mode. If the
    target ORACLE_HOME is running a database, please refer to the
    "Post-installation Database Configuration" section of the OCM Installation
    and Administration Guide
    (http://www.oracle.com/technology/documentation/ocm.html) to complete the
    installation.
    View configuration data reports and access valuable configuration best
    practices by going to My Oracle Support.
    Backing up comps.xml ...
    OPatch detected non-cluster Oracle Home from the inventory and will patch the lo
    cal system only.
    Please shut down Oracle instances running out of this ORACLE_HOME
    (Oracle Home = d:\product\10.1.3.1\oracleas_1)
    Is this system ready for updating?
    Please respond Y|N >
    y
    Applying patch 7337034...
    Patching jar files...
    OPatch encounters the following issues during file patching:
    The following java archives on Windows had problems with being patched:
    1. orabpel.jar
    [ object: DomainFilter.class ]
    2. orabpel.jar
    [ object: AdapterFrameworkListenerImpl$RoutingRuleXPathInfo.class ]
    3. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    4. orabpel.jar
    [ Couldn't make backup copy of file. ]
    5. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    6. orabpel.jar
    [ Couldn't make backup copy of file. ]
    7. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    8. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    9. orabpel.jar
    [ Couldn't make backup copy of file. ]
    Replying 'Y' will terminate the patch installation immediately. It WILL NOT rest
    ore any updates that have been performed to this point. It WILL NOT update the i
    nventory.
    Replying 'N' will update the inventory showing the patch has been applied.
    NOTE: After replying either 'Y' or 'N' it is critical to review:
    My Oracle Support Note 312767.1 How to rollback a failed Interim patch ins
    tallation.
    Do you want to STOP?
    Please respond Y|N >
    y
    File Patching Error!
    ERROR: OPatch failed during patching, possibly due to missing files.
    OPatch returns with error code = 200

    Hi , I am facing the same issue.
    were you able to resolve it.
    please let me know if you were.
    Many Thanks.

  • Error while applying patch 3384350

    Hi all,
    I'm receiving the following error while apply patch 3384350 (Supply Chain Management Family Pack J 11i.SCM_PF.J) to an 11.5.9 instance.
    from adpatch.log:
    The following Oracle Forms objects did not generate successfully:
    inv forms/US INVTDILT.fmx
    from worker log:
    Compiling package body CHECK_RESERVATIONS_ALLOCATIONS...
    Compilation error on package body CHECK_RESERVATIONS_ALLOCATIONS:
    PL/SQL ERROR 358 at line 12, column 9
    column 'INVENTORY_ITEM_ID' exists in more than one table; use qualifier
    PL/SQL ERROR 0 at line 10, column 2
    SQL Statement ignored
    I have a SR open, but thought I would ask here as well in case anyone else had ran into this issue. There was only 1 direct hit on metalink for this error and it provided no solution and it's bug # link was not accessible to the public.
    thanks in advance,
    -Chad

    Compiling package body CHECK_RESERVATIONS_ALLOCATIONS...
    Compilation error on package body CHECK_RESERVATIONS_ALLOCATIONS:
    PL/SQL ERROR 358 at line 12, column 9
    column 'INVENTORY_ITEM_ID' exists in more than one table; use qualifier
    PL/SQL ERROR 0 at line 10, column 2
    SQL Statement ignoredA workaround is to precede the column name ('INVENTORY_ITEM_ID') with the table name so that the column reference is unambiguous. Please note that this is only a workaround to fix the issue if you cannot afford waiting to hear back from Oracle support with a proper solution.

  • Oracle Security Patch Error while applying --The filename, directory name,

    Hello,
    I am running into strange error while applying Oracle Security Patch 68 by using Opatch.
    Supposedly, All the environment variables are set properly.
    ACTIVE_STATE_PERL=true
    DBMS_TYPE=ORA
    dbs_ora_tnsname=YBQ
    JAVA_HOME=C:\jdk1.3.1_10
    OPATCH_DEBUG=TRUE
    ORACLE_HOME=E:\oracle\ora92
    ORACLE_SID=YBQ
    Path=E:\oracle\OPatch;C:\jdk1.3.1_10\bin;E:\oracle\Perl\bin;E:\oracle\ora92\jre\1.4.2\bin\client;E:\oracle\ora92\jre\1.4.2\bin;E:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\Program Files\Common Files\VERITAS Shared;\NetBackup\bin;C:\Program Files\Windows Resource Kits\Tools\;C:\Program Files\Support Tools\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;E:\usr\sap\YBQ\SYS\exe\run
    Installed Active Perl. latest version
    downloaded Opatch 1.0.0.50
    and the patch number 3738339
    I went to that directory and run the command :
    perl opatch.pl apply
    It started of well.
    OPatch version is: 1.0.0.0.50
    Using ORACLE_HOME/oui to look up oui libs...
    Oracle Home = E:\oracle\ora92
    Location of Oracle Inventory = E:\oracle\ora92\inventory
    Oracle Universal Installer shared library = E:\oracle\ora92\oui\lib\win32\oraInstaller.dll
    Path to Java = "E:\oracle\ora92\jre\1.4.2\bin\java.exe"
    Location of Oracle Inventory Pointer = N/A
    Location of Oracle Universal Installer components = E:\oracle\ora92\oui
    Required Jar File under Oracle Universal Installer = jlib\OraInstaller.jar
    find under OH/oui/jlib
    found OraInstaller.jar
    Checking if this is a RAC system...
    Accessing inventory... This may take up to 300 seconds.
    (retry 10 times, delay 30 seconds each time)
    System Command: ""E:\oracle\ora92\jre\1.4.2\bin\java.exe" -Dopatch.retry=10 -Dopatch.delay=30 -DTRACING.ENABLED=TRUE -DTRACING.LEVEL=2 -Dopatch.debug=true -classpath "E:\oracle\ora92\oui\jlib\OraInstaller.jar;E:\oracle\ora92\oui\jlib\srvm.jar;jlib\opatch.jar;E:\oracle\ora92\oui\jlib\xmlparserv2.jar;E:\oracle\ora92\oui\jlib\share.jar;.:E:\oracle\ora92\jlib\srvm.jar" opatch/O2O "e:\oracle\ora92" "E:\oracle\ora92\oui" opatch.pl 1.0.0.0.50"
    Result:
    ----- DEBUG is ON -------
    oracle.installer.startup_location will be set to E:\oracle\ora92\oui
    oracle.installer.oui_loc will be set to E:\oracle\ora92\oui
    oracle.installer.scratchPath will be set to /tmp
    opatch.local_node_only is OFF
    retryOption is ON: 10
    delayOption is ON: 30
    Few more stuff here .. not pasting the entire contents
    System Command: ""E:\oracle\ora92\jre\1.4.2\bin\java.exe" -Dopatch.retry=10 -Dopatch.delay=30 -DTRACING.ENABLED=TRUE -DTRACING.LEVEL=2 -Dopatch.debug=true -classpath "E:\oracle\ora92\oui\jlib\OraInstaller.jar;E:\oracle\ora92\oui\jlib\srvm.jar;jlib\opatch.jar;E:\oracle\ora92\oui\jlib\xmlparserv2.jar;E:\oracle\ora92\oui\jlib\share.jar;." opatch/CheckConflict "E:\oracle\ora92\oui" "e:\oracle\ora92" opatch.pl 1.0.0.0.50 3738339 "3741539 3528282 3516951 3622875 3668572 3371796 3239873 3356103 3543125 3666502 2800494 2824035 2964252 3617042 3320622 3571233 3253770 3492040 3566469 3354470 3625370 3583686 3150750 3617519 3635177 3597640 3749394 3542588 3698501 2954891 2918138 3559212 3518909 3412818 3430832 3172282 3358490 3637624 3458446 3179637 2810394 3668224 3609791 3566813 3475932 2338704 3412136 3388633 3540576 3571226 3575743 2690205 3240280 3509265 3177513 3575747 3811906 3554319 3752406 3323435 " E:\3738339\etc\config\actions"
    Result:
    opatch.pl version: 1.0.0.0.50
    Copyright (c) 2001-2004 Oracle Corporation. All Rights Reserved.
    The filename, directory name, or volume label syntax is incorrect.
    Error in executing Java program to check conflict
    ERROR: OPatch failed during pre-reqs check.
    Now there is no problem with executing the last java program in the same prompt by removing the first and the last double quote "
    Please advise.
    Thanks in advance.

    hi somnath,
    this is the portal content management forum. for your database question please use the database forums:
    http://forums.oracle.com/forums/index.jsp?cat=18
    thanks,
    christian

  • Update Java Support Package Stack in JSPM

    Hi all,
    When i update Java Support Package Stack in JSPM i can't start the dispatcher
    [Thr 920] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 920] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 920] JLaunchCloseProgram: good bye (exitcode = -11113)
    When i goto the log-file of the dispatcher (server.0.log):
    E:
    usr
    sap
    P01
    DVEBMGS01
    j2ee
    cluster
    dispatcher
    bin
    services
    log_configurator
    log_configurator.jar
    Loading model: {parent,local,references}
    The error occurred while trying to load "com.sap.engine.services.log_configurator.LogInterfaceImpl".
         at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:401)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         at com.sap.engine.services.log_configurator.LogConfiguratorServiceFrameImpl.init(LogConfiguratorServiceFrameImpl.java:156)
         at com.sap.engine.services.log_configurator.LogConfiguratorServiceFrameImpl.start(LogConfiguratorServiceFrameImpl.java:127)
         at com.sap.engine.core.service630.container.ServiceRunner.startCommunicationServiceFrame(ServiceRunner.java:228)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:158)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl6.SingleThread.execute(SingleThread.java:82)
         at com.sap.engine.core.thread.impl6.SingleThread.run(SingleThread.java:154)
    #1.5 #0050569379EA000A00000004000010880004B40696AFED19#1323840297756#/System/Server##com.sap.engine.core.service630.container.ServiceRunner#######SAPEngine_System_Thread[impl:6]_32##0#0#Error#1#/System/Server#Plain###Core service log_configurator failed. J2EE Engine cannot be started.#
    #1.5 #0050569379EA000A00000006000010880004B40696AFF1F0#1323840297756#/System/Server/Critical##com.sap.engine.core.Framework#######SAPEngine_System_Thread[impl:6]_32##0#0#Fatal#1#com.sap.engine.core.Framework#Plain###Critical shutdown was invoked. Reason is: Core service log_configurator failed. J2EE Engine cannot be started.#
    Somebody know how to solve this problem?
    Thanks in advance,
    Cheung

    defaulttrc.0.trc"
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[./log/defaultTrace.trc]/>
    <!PATTERN[defaultTrace.trc]/>
    <!FORMATTER[com.sap.tc.logging.ListFormatter]/>
    <!ENCODING[UTF8]/>
    <!FILESET[0, 2, 10485760]/>
    <!PREVIOUSFILE[defaultTrace.1.trc]/>
    <!NEXTFILE[defaultTrace.1.trc]/>
    <!LOGHEADER[END]/>
    #1.5 #0050569379EA001500000D53000016300004B40029F81C09#1323812703907#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###com.sapportals.portal.prt.runtime.PortalRuntimeException: [ApplicationItem.release]: SAPJ2EE::sap.com/tcwd4vccorestdinfoactors#
    #1.5 #0050569379EA001500000D54000016300004B40029F8209A#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.core.broker.ApplicationItem.release(ApplicationItem.java:506)#
    #1.5 #0050569379EA001500000D55000016300004B40029F82100#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.core.broker.PortalAppBroker.releaseAllItems(PortalAppBroker.java:590)#
    #1.5 #0050569379EA001500000D56000016300004B40029F82147#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.core.broker.PortalAppBroker.shutdown(PortalAppBroker.java:672)#
    #1.5 #0050569379EA001500000D57000016300004B40029F8218D#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.runtime.Portal.shutdown(Portal.java:725)#
    #1.5 #0050569379EA001500000D58000016300004B40029F821D1#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.core.PortalCoreInitializer.shutdown(PortalCoreInitializer.java:111)#
    #1.5 #0050569379EA001500000D59000016300004B40029F82215#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.dispatcher.PortalInitializer.shutdown(PortalInitializer.java:164)#
    #1.5 #0050569379EA001500000D5A000016300004B40029F8225A#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.dispatcher.Dispatcher.destroy(Dispatcher.java:651)#
    #1.5 #0050569379EA001500000D5B000016300004B40029F8229E#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.destroyServlets(WebComponents.java:722)#
    #1.5 #0050569379EA001500000D5C000016300004B40029F822E4#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadDestroyer.run(ApplicationThreadDestroyer.java:62)#
    #1.5 #0050569379EA001500000D5D000016300004B40029F82329#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)#
    #1.5 #0050569379EA001500000D5E000016300004B40029F8236C#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at java.security.AccessController.doPrivileged(Native Method)#
    #1.5 #0050569379EA001500000D5F000016300004B40029F823AF#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)#
    #1.5 #0050569379EA001500000D60000016300004B40029F823F3#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)#
    #1.5 #0050569379EA001500000D61000016300004B40029F826A8#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception during stop of application: SAPJ2EE::sap.com/tcwd4vccorestdinfoactors#
    #1.5 #0050569379EA001500000D62000016300004B40029F82700#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.core.broker.SAPJ2EEApplicationItem.releaseResources(SAPJ2EEApplicationItem.java:162)#
    #1.5 #0050569379EA001500000D63000016300004B40029F82747#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.core.broker.ApplicationItem.release(ApplicationItem.java:479)#
    #1.5 #0050569379EA001500000D64000016300004B40029F8278A#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     ... 12 more#
    #1.5 #0050569379EA001500000D65000016300004B40029F82AA4#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###Caused by: java.lang.NullPointerException#
    #1.5 #0050569379EA001500000D66000016300004B40029F82AF6#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sap.portal.prt.sapj2ee.SAPJ2EEPortalRuntime.getSAPJ2EEApplicationState(SAPJ2EEPortalRuntime.java:630)#
    #1.5 #0050569379EA001500000D67000016300004B40029F82B41#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.service.sapj2ee.Mediator.getSAPJ2EEApplicationState(Mediator.java:216)#
    #1.5 #0050569379EA001500000D68000016300004B40029F82B87#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.core.broker.SAPJ2EEApplicationItem.releaseResources(SAPJ2EEApplicationItem.java:121)#
    #1.5 #0050569379EA001500000D69000016300004B40029F82BCB#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     ... 13 more#
    #1.5 #0050569379EA001500000D6A000016300004B40029F82D15#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###com.sapportals.portal.prt.runtime.PortalRuntimeException: [ApplicationItem.release]: SAPJ2EE::sap.com/com.sapportals.connectors.sap#
    #1.5 #0050569379EA001500000D6B000016300004B40029F82FE9#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.core.broker.ApplicationItem.release(ApplicationItem.java:506)#
    #1.5 #0050569379EA001500000D6C000016300004B40029F8303F#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.core.broker.PortalAppBroker.releaseAllItems(PortalAppBroker.java:590)#
    #1.5 #0050569379EA001500000D6D000016300004B40029F83085#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.core.broker.PortalAppBroker.shutdown(PortalAppBroker.java:672)#
    #1.5 #0050569379EA001500000D6E000016300004B40029F830E5#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.runtime.Portal.shutdown(Portal.java:725)#
    #1.5 #0050569379EA001500000D6F000016300004B40029F8312A#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.core.PortalCoreInitializer.shutdown(PortalCoreInitializer.java:111)#
    #1.5 #0050569379EA001500000D70000016300004B40029F8316F#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.dispatcher.PortalInitializer.shutdown(PortalInitializer.java:164)#
    #1.5 #0050569379EA001500000D71000016300004B40029F831B4#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.dispatcher.Dispatcher.destroy(Dispatcher.java:651)#
    #1.5 #0050569379EA001500000D72000016300004B40029F831F8#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.destroyServlets(WebComponents.java:722)#
    #1.5 #0050569379EA001500000D73000016300004B40029F8323E#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadDestroyer.run(ApplicationThreadDestroyer.java:62)#
    #1.5 #0050569379EA001500000D74000016300004B40029F83283#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)#
    #1.5 #0050569379EA001500000D75000016300004B40029F832C9#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at java.security.AccessController.doPrivileged(Native Method)#
    #1.5 #0050569379EA001500000D76000016300004B40029F8330C#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)#
    #1.5 #0050569379EA001500000D77000016300004B40029F83350#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)#
    #1.5 #0050569379EA001500000D78000016300004B40029F835C4#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception during stop of application: SAPJ2EE::sap.com/com.sapportals.connectors.sap#
    #1.5 #0050569379EA001500000D79000016300004B40029F8361A#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.core.broker.SAPJ2EEApplicationItem.releaseResources(SAPJ2EEApplicationItem.java:162)#
    #1.5 #0050569379EA001500000D7A000016300004B40029F83662#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.core.broker.ApplicationItem.release(ApplicationItem.java:479)#
    #1.5 #0050569379EA001500000D7B000016300004B40029F836AA#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     ... 12 more#
    #1.5 #0050569379EA001500000D7C000016300004B40029F83A09#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###Caused by: java.lang.NullPointerException#
    #1.5 #0050569379EA001500000D7D000016300004B40029F83A67#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sap.portal.prt.sapj2ee.SAPJ2EEPortalRuntime.getSAPJ2EEApplicationState(SAPJ2EEPortalRuntime.java:630)#
    #1.5 #0050569379EA001500000D7E000016300004B40029F83AAF#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.service.sapj2ee.Mediator.getSAPJ2EEApplicationState(Mediator.java:216)#
    #1.5 #0050569379EA001500000D7F000016300004B40029F83AF5#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     at com.sapportals.portal.prt.core.broker.SAPJ2EEApplicationItem.releaseResources(SAPJ2EEApplicationItem.java:121)#
    #1.5 #0050569379EA001500000D80000016300004B40029F83B3A#1323812703922#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##9e83aed325d311e18905000000f14ae6#SAPEngine_Application_Thread[impl:3]_30##0#0#Error##Plain###     ... 13 more#

Maybe you are looking for

  • No editing videos with QT 7.3 (Pro)?

    Hi everyone, last night I updated Quicktime from 7.2 to 7.3. What puzzles me, however, is that QT seems to have lost the ability to edit video files. I cannot set any in points and out points anymore. I used to do that a lot with QT versions before 7

  • Error=8008???? What does this mean?

    Hi there, I encoutered a sudden problem with iTunes. I have been emailing back and forth with the itunes support, but noone seems to be able to help me. I am using iTunes for a while on my laptop hp and it ran just fine. Since 4-5 weeks I cannot down

  • Error: cannot commit (when inserting the row)

    hai, I create the trigger like below. create or replace trigger proce after insert on samp3 declare ass date; begin select d into ass from samp3; updatecourse(ass); end; when I try to insert the row then the error is come; ERROR at line 1: ORA-20001:

  • Alternative of Boot/Formatted LAbView RT Floppies for Desktop PC

    I want to use LAbview RT on Third Party PXI controller, and i think for which i have to purchase DESKTOP licence which is shipped in Floppies or adopt following method for making disks MAX->TOOLS->RT PXI Disk utilities Ok, but if  PXI have no floppy

  • Floating screen within Photoshop Elements

    I am running Photoshop Elements 12 on a Macbook Pro with a Retina Display.  In Photoshop Elements Organizer the screen is floating up above the menu bar and I can not access the menu to create new albums, close program, or see the top of my photos at