Apply service packages to PI7.1

Experts:
I have heard that the way to apply service packages to PI7.1 is different from previous PI/XI versions.
Is that true? If so, what are the major differences?    Thanks!

Hi Ashley,
please kindly use JSPM since you are on PI 7.1. To start JSPM :  run 'go' from the  /usr/sap/<SID>/<Central instance name>/j2ee/JSPM/  directory.
Just go throw the note : Note 1147119 - Central SAP Note JSPM 7.1 , it is very helpfull.
For more information:
SAP Library -> SAP NetWeaver Library -> SAP NetWeaver by Key Capability -> Solution Life Cycle Management by Key Capability -> Solution Life Cycle Management by Key Capability -> Software Life Cycle Management -> Software Maintenance -> Java Support Package Manager                                    
BR
Rudolf

Similar Messages

  • How to handle CIF before we try to apply Service Packages to SCM?

    We have to apply service packages to SCM at PROD.
    Could you tell us how to properly take care of CIF?   Thanks!

    Hello Jennifer,
    Steps :
    check open transports - se03
    clear transport buffer - stms
    check update requests - sm13
    check table tbatg
    suspend batchjobs - report btctrns1
    deactivate RFC-Destinations - sm59
    make backup of scm
    make backup of live-cache
    this steps should be enough for SP-upgrade
    Regards Thomas

  • 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

  • Is it possible to apply service packs to NW04s ABAP Sneak Preview?

    Service Pack 7 to NW04s contains the DEMO_REGEX_TOY, which I'd like to install in my ABAP sneak preview system.  I have some questions about that:
    1.  Is it possible to apply maintenance to the Sneak Preview?
    2.  What service packages need to be isntalled to upgrade the sneak preview rel/level from 7/5 to 7/7: 6 and then 7, or just 7?  That is, are those service packs cumulative?
    3.  I am unable to download the service packs from https://service.sap.com using the download manager.  I get an error in the trace output that says, "Unable to Find Certification Path."  I have no idea what that means, or how to circumvent that problem.  Is there an alternative way to get the Service Packs?
    Thanks for any help/guidance you all can provide!

    Thanks.
    I did manage to download the packs.  For others who may have similar difficulties, the solution to my download problem was to specify (in IE) http://service.sap.com as a trusted site.  That allowed Download Manager to get the files.
    I'll also add that I successfully applied packs 6 & 7, as well as SP 70020 (required to update SPAM before applying pack 7) and am now in business!
    (Not sure I have the correct terminology for those - here's the file names I applied: KB70006.CAR, KB70007.CAR, KD70020.CAR)

  • Bb service package for smart.ph subscriber​s

    hi
    i just change my sim coz last month i registered to a bbm month package but wasnt able to use the bbm. i was just able to consume the free minutes. so i change my sim and registerred again. but after a month of using bbm i  registered to a bb month package last night while my gf registered to a social month both are prepaid packages. i cant use all of the other featured services like bb browser ( except for fb moble site).  icant use youtube either, while i can go to the site but everytime i play a video a error message appears saying thtat it cant find the web adress any vids that i open same message appears. ican only access the instatnt messaging and fb. but not the browser. my gf on the other hand cant use any of the services. everytime she tries to a message appears saying that her service package does not includes the services like ( fb and any of the instant messaging) . both of us cant use the bbm. this sucks. can someone give me a clue on what is going on? 
    tnx

    Hello,
    There are hundreds of different carriers in the world, many with dozens of different BB-level data packages. Some include all BIS-level services, others include only some subset mixes of all potential BB proprietary services. But, only they (the mobile service providers) can possible say exactly what services should work with a specific data plan that they sell. Hence, you need to contact them (your mobile service provider -- "smart", according to your profile here) to find out what services you should expect to function from the data plan(s) you have subscribed to from them.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • 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

  • Regarding creation of  service interface in PI7.0

    Hi friends,
    If i try to create a service interface in PI7.10 it shhows error like
    <b>You cannot create new objects in component CCBPM, 1.0 of sap.com because no original language is defined for the components</b>
    how can i solve this issue,plz help me out regarding this.
    Thanks & Regards,
    saran
    Message was edited by:
            Srinivasa D Rao

    Hi...
    Tools------> Personal settings.
    Set the logon and original language to English and try...
    I hope it will work...
    Regards
    San
    Remember to set the thread to solved when you have received a solution there is a Way.

  • Can I have a blackberry and not pay for the internet service package?

    Hi I am new to this and my t-mobile phone that I have broke and I am looking to upgrade to something that will help me stay a little more organized but do not want to pay for the service package that comes along with buying a blackberry from t-mobile. I know that I could get one from craigslist or ebay or something and was wondering if I could just put in my Sim card and it would have all the basic functions without the internet and emails. All i really want from the phone is the easy navigation, good organizer, easy texting and calling. Thanks for the help! - Sully
    Solved!
    Go to Solution.

    Sully, Greetings, and welcome to the BlackBerry.com Support Forums.
    Sorry, no. Without the BlackBerry Data Plan, you will get very few of the data functions of the device... voice and SMS, yes. Calendar, contacts, etc., yes. No RIM push email.
    You can use the Opera Mini browser for the internet with the TCP setttings enabled, for a browser for free... just watch your billing and make certain you are not charged.
    http://www.blackberryfaq.com/index.php/What_are_the_TCP_and_APN_settings%3F
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to assign the default service package to the user in the command line ?

    when i create use use the following command ,which service package is assigned to the user ,or in where can i set the default service package ,thanks for you!
    /opt/SUNWcomm/bin/commadmin user create -D admin -F John -l jdoe -L Doe -n jnpc.com.cn -p 80 -w admin123 -W demo -X v120e.jnpc.com.cn -S mail,cal -E [email protected] -H v120e.jnpc.com.cn -k legacy

    When I create a user via command-line, I get no service package. I don't see any way to assign such on creation via command-line.
    Some of what might be in a service package can be set as default falues, through configutil.
    quota is this kind of thing.

  • How to apply service pack in always on?

    Hi Team,
    in my environment we have always on. our management person asked me about the document service pack installation steps and pros and cons.
    could you please guide me on this
    thanks in advance
    vijay

    Hi vijay,
    Do you want to apply Services Packs on SQL Server instances with AlwaysON Availability Group databases? If that is the case, the exact process will depend on factors such as the deployment topology of your availability groups and the commit mode of each replica.
    But in the simplest scenario, the process involves the following steps:
    1. Remove automatic failover on all synchronous-commit replicas.
    2. Apply Services Pack on all remote server instances running asynchronous-commit secondary replicas.
    3. Apply Services Pack on all local server instances that are not currently running the primary replica.
    4. Manually fail over the availability group to a synchronous-commit secondary replica.
    5. Apply Services Pack on the server instance that formerly hosted the primary replica.
    6. Configure automatic failover partners as desired.
    And some best practices should be observed before performing server updates in order to minimize downtime and data loss for your availability groups, for example, Backup all the System and user databases. For more information, please review this article:
    Upgrade and Update of Availability Group Servers with Minimal Downtime and Data Loss.
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages CurrentState

    Can anyone tell me what the possible values are for the CurrentState value of a package under
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages
    For Example:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Package_1_for_KB2900986~31bf3856ad364e35~amd64~~6.1.1.1
    "CurrentState"=dword:00000070
    I believe that this equates to "Installed", but I am looking for somewhere that documents this.
    I located http://technet.microsoft.com/en-us/library/cc756248%28v=ws.10%29.aspx and the related events pages show values like 0, 4, 5, 6, 7.  Not x00000070 (112) etc
    Thanks In Advance
    Jim

    Hi Jim,
    Thank you for your post.
    From your description, I see that you want to know if there is a related official article which introduces the value of CurrentState (dword:00000070) under
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages.
    Please let me know if I have misunderstood anything.
    Based on my research, I'm sorry that it appears that there is not a corresponding official document which can meet your requirement. However, according to my knowledge, 99% of the time the value will be 00000070 for CurrentState.
    Currently, I'd like to confirm that if there is any real problem occurs due to the registry value? If so, then we may find another way to help with you.
    Please feel free to let me know if you have any questions. Thank you for your time and understanding.
    Best Regards,
    Sophis Sun
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Can't apply service-policy to atm int?

    Attempted to apply service-policy output MPLS-EGRESS to ATM Int:
    class-map match-any GOLD
    match mpls experimental topmost 5
    match ip precedence 5
    class-map match-any BRONZE
    match mpls experimental topmost 3
    match ip precedence 3
    class-map match-any SILVER
    match mpls experimental topmost 4
    match ip precedence 4
    policy-map MPLS-EGRESS
    class GOLD
    priority percent 5
    set mpls experimental topmost 5
    class SILVER
    bandwidth percent 10
    random-detect
    set mpls experimental topmost 4
    class BRONZE
    bandwidth percent 20
    random-detect
    set mpls experimental topmost 3
    class class-default
    set mpls experimental topmost 0
    fair-queue
    random-detect
    interface ATM4/0.102 point-to-point
    description TRUNK LINK TO PE_B
    bandwidth 16000
    ip address xxx.xxx.xxx.xxx 255.255.255.252
    no ip redirects
    no ip proxy-arp
    ip ospf message-digest-key xxx
    no snmp trap link-status
    mpls ip
    pvc PE_B 10/102
    tx-ring-limit 3
    oam-pvc manage
    encapsulation aal5snap
    service-policy output MPLS-EGRESS
    And it *appears* to apply without error, but logs show:
    Jul 28 09:34:32.550 aest: %SCHED-3-SEMLOCKED: Virtual Exec attempted to lock a semaphore, already locked by itself -Traceback= 0x61317864 0x62658A88 0x620F0A4C 0x60DD3668 0x60DD5648 0x6135ABD8 0x61379744 0x62644508 0x626444EC
    Jul 28 09:34:33.870 aest: I/f ATM4/0.102 VC 10/102 class GOLD requested bandwidth 0 (kbps), available only 0 (kbps)
    And ATM4/0.102 does not include the service-policy output MPLS-EGRESS when I do a show run nor when I do a sho policy-map interface?

    Resolved my own issue - I needed:
    vbr-nrt 32000 16000
    under the atm sub int...

  • Service Package:

    Dear PM Experts !
    Please tell me While Creation of the Service Purchase REequisition PP
    This is a service Creation from the PM order to Purchase Sercive Requisition.
    The Error Message Is Generated :Purchase requisition for service activity / element cannot be generated
    Diagnosis
    {Due to the system settings, the system is trying to generate a purchase
    requisition for a service activity or a service activity element.
    No service package has been created for the activity/element.
    As a result, the system cannot generate a purchase requisition.
    The activity/element is created or released, but the indicator for
    generating a purchase requisition is not set.}
    Create a service package for the activity/element and then generate a
    purchase requisition.
    How Can i create a Service Package
    regards,
    A S

    After Entering the Same It is asking for the Purchasing Data :
    That is the Purchasing Group and the Vendor and the Chart of accounts.
    Before I can GO to General and Specify the Service Mumber(AC01)
    Can This Purchasing Data Can be Automatically Detmined in the system How to Do It?
    regards,
    A S

  • Stopping sql server services while applying Service pack On SQL server 2008 and 2008 R2

    Hi,
    I am planning to apply service pack 3 for SQL 2008 R2 and Service pack 4 for SQL server 2008. This is my first time and I am applying first QA and DEV environment. I have one confusion. In cluster once you fail over sql resources to active node all of the
    sql services including SQLSERVER and Agent are automatically stopped in passive node where we apply service pack. But in Stand alone, The services are not automatically stopped. Do I need to manually  stop those services like SQLSERVER, Agent, Browser
    and others if any  before I start applying service pack?
    Early Response is highly appreciated.
    Thanks In Advance

    Hello,
    You don’t need to stop SQL Server services. Let SQL Server setup do it as needed.
    Please read the following article for the cluster you would like to update:
    https://support.microsoft.com/kb/958734?wa=wsignin1.0
    The following article may be useful too:
    http://www.sqlcoffee.com/Tips0014.htm
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

Maybe you are looking for

  • 11.1.2 EPMA Essbase Dimension Alias

    Dimension Alias contains the name that you want the dimension to have in the deployed app. I have seen this be true for Planning in both 11.1.1.3 and 11.1.2. However in 11.1.2 for an Essbase app, it looks like the name of the dimension in the app is

  • Refresh Query with variable is not working

    I have issue with my query. 0customer -Property (key and text) and Selection parameter When I place 0customer in the filter area and save the query execute the query and refresh the query I am able to change the customer number parameter values. Vari

  • Boundary_of_polygon utility?

    Hello all, Are you able to suggest a couple of utilities? 1) I wish to create a new geometry being the boundary of an existing polygon. I think it just means changing sdo_gtype from d003 to d002 and sdo_etype from 3 to 2 in all sdo_elem_info array en

  • Compare two internal tables

    hi everybody i have two internal tables  ITAB1 AND ITAB2 I WANT TO COMPARE THE CONTENTS OF THESE INTERNAL TABLES HOW TO DO THIS REGARDS HRIDHANJILI

  • How can I create a christmas newsletter with iPhoto on my iMac

    How can I create a christmas text newsletter with added photos from iPhoto on my iMac