ASA view maintenance release

We have a Cisco ASA 5520 and I need to view the maintenance release version. When I do a show version I see 8.2(5) and when I view the file in flash I don't see details of the maintenance number.
I'm checking our ASA due to the bulletin below where its mentioned to have 8.2(5.47) or 8.2(5.48) but I can't find the .47 or .48 on the ASA.
Thanks for any help.
Jeff
http://www.cisco.com/c/en/us/support/docs/csa/cisco-sa-20140409-asa.html#@ID

The maintenance releases (sometimes referred to as interim builds) are usually not published on the download portal. If you have a documented need for one (as is the case with this SA), the TAC can give you access to download the necessary build.
Once you've reloaded with that version as your boot image, your "show version" will then show it as running.

Similar Messages

  • 11.1.2.3 maintenance release pre-req step

    We are currently running Distributed installation of our production environment on version 11.1.2.1
    Plan is to apply maintenance release 11.1.2.3 to existing 11.1.2.1
    Going through document: Oracle® Enterprise Performance Management System Installation and Configuration Guide Release 11.1.2.3
    Page 188
    Apply any required PSEs before proceeding with maintenance the installation.
    To review the list of defects fixed between earlier releases, use the Defects Fixed Finder. This
    tool enables you to identify the products you own and your current implementation release.
    With a single click, the tool quickly produces a customized report of fixed-defect descriptions
    with their associated platforms and patch numbers. This tool is available here:
    https://support.oracle.com/oip/faces/secure/km/DocumentDisplay.jspx?id=1292603.1
    QUESTION:
    =======
    Ran the defect fixed finder tool as suggested above and it came up with list of defects fixed AFTER my current release 11.1.2.1
    1) Since we are applying maintenance patch release 11.1.2.3 on top of 11.1.2.1 would it just suffice if we apply patches to address defects on top of 11.1.2.3 ALONE as a post maintenance patch step?
    2) Since the instruction mentions "any required PSU's" -- is it ok we skip the PSU's for version 11.1.2.1 and proceed with maintenance upgrade -- will there be any problem with this approach. Please suggest.

    I would question the requirement to install PSEs because in theory the maintenance release should be deploying the latest set of files/fixes and I would think it only relates to patches for the release you are currently running, this requirement was not in previous maintenance releases and with the software being released only a week ago it is difficult to give a definitive answer, maybe one to ask Oracle.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Changes and Logical Delete in View Maintenance

    Hi everybody.
    I've defined a table view maintenance V_TABLE for T_TABLE, with five fields. One of them is defined as 'R' (not editable field).
    I defined an event 05 and an event 02 (for create and save) where I move SY-DATUM to the CREATED_DATE or UPDATE_DATE fields depending on it is a new record or a modification.
    But if I modify several records only one is updated.
    Besides, if the action is "delete" in the view maintenance, it must be a logical delete and move an 'X' to one of the editable fields.
    Can you help me please ?
    I can't see the action for each record in global tables.
    Event f_save  ( 02 )
      IF t_table-created_date IS INITIAL.
        t_table-created_date = sy-datum.
      ELSE.
        t_table-last_upd_date = sy-datum.
      ENDIF.
      MODIFY t_table.
    Event f_new_entry ( 05 )
      t_table-created_date = sy-datum.
    Thanks in advance,
    Liliana.

    Hello Karol, thank you for your answer.
    Now, when  I create new entries and select modify, hidden fields are updated.
    But when I select the delete option, it must be a logical delete, not physical. I must update one field with an 'X', but not delete. Can you help me with this ?
    Below is the include up now.
    FORM f_delete
    TYPES: BEGIN OF t_data.
    INCLUDE STRUCTURE /tenr/t_ppintwc.
    TYPES: action,
    END OF t_data.
    DATA: ls_total   TYPE t_data.
    DATA: lt_total   TYPE TABLE OF t_data.
    DATA: ls_extract TYPE t_data.
    DATA: lt_extract TYPE TABLE OF t_data.
    * get data from table maintenance
    lt_total[] = total[].
    lt_extract[] = extract[].
    LOOP AT lt_total INTO ls_total WHERE action = 'D'.
    IF sy-datum BETWEEN ls_total-begda AND ls_total-endda.
    ls_total-endda = sy-datum.
    IF ls_total-created_date IS INITIAL.
    ls_total-created_date = sy-datum.
    ls_total-created_time = sy-uzeit.
    ls_total-created_by = sy-uname.
    ELSE.
    ls_total-last_upd_date = sy-datum.
    ls_total-last_upd_time = sy-uzeit.
    ls_total-last_upd_by = sy-uname.
    ENDIF.
    ENDIF.
    IF sy-datum < ls_total-begda.
    ls_total-endda = ls_total-begda.
    IF ls_total-created_date IS INITIAL.
    ls_total-created_date = sy-datum.
    ls_total-created_time = sy-uzeit.
    ls_total-created_by = sy-uname.
    ELSE.
    ls_total-last_upd_date = sy-datum.
    ls_total-last_upd_time = sy-uzeit.
    ls_total-last_upd_by = sy-uname.
    ENDIF.
    ENDIF.
    MODIFY lt_total FROM ls_total.
    total[] = lt_total[].
    append ls_total to lt_extract.
    extract[] = lt_extract[].
    ENDLOOP.
    ENDFORM.                    " F_DELETE
    Thanks in advance.
    Liliana.
    Code Formatted by: Alvaro Tejada Galindo on Jan 4, 2010 3:12 PM

  • Reg:View Maintenance

    Hi Abapers,
    One new field is being added to a joining table and view during upgrade activity.. I have accepted these changes to both joining table and view.. generated table maintenance successfully.. When i'm trying to delete the existing maintenance for view to re-generate again, i'm getting below error: J_1GSL_CTRL_V maintenance interface cannot
    deleted because of IMG link
    Can someone please help me as how to regenerate this view maintenance...
    Thanks & Regards,
    Padmasri.

    You don't have to delete your maintenance - just go into change mode and select 'Create Modules' 'Create maintenance screen' and 'New field/sec.table in structure'.
    On the next popup select the screens you would like to have regenerated and select if you added key fields or secondary fields.
    That should do it.
    The other option would be to remove the link from IMG - delete and regenerate the view maintenance - and put the link back into IMG.
    Hope that helps,
    Michael

  • Maintenance Release Issue - 11.1.2.0 to 11.1.2.3

    Gurus,
    I have been facing a couple of issues post applying MAINTENANCE release on 11.1.2.0 to bring it to 11.1.2.3 release.
    I am not able to launch Dimension library / Application library / Data Syncronization etc
    Every time I try to open it I get the following error:
    A 'Internal Server Error' error occurred communicating with the server.
    Can any one let me know what might be going wrong?
      2.  Every time I try to configure  HFM, deployment to application server fails with the following exception in the configtool log.
    2013-12-12T15:58:36.648+05:30] [EPMCFG] [ERROR] [EPMCFG-01020] [oracle.EPMCFG] [tid: 22] [ecid: 0000KBaMHzPEkJ8zngvH831IeOxZ000005,0] [SRC_CLASS: com.hyperion.cis.config.AntDeploymentApiAdapter] Error: [[
    D:\ORCL\MW\EPMSystem11R1\common\config\11.1.2.0\resources\ant-repository\build.xml:8: java.lang.IllegalStateException: java.lang.reflect.InvocationTargetException
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:116)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
        at com.hyperion.hit.tool.deploy.ant.engine.ProjectRunner.execAtNumber(ProjectRunner.java:137)
        at com.hyperion.cis.config.AntDeploymentApiAdapter.deploy(AntDeploymentApiAdapter.java:168)
        at com.hyperion.cis.config.AppServerDeployer.deploy(AppServerDeployer.java:239)
        at com.hyperion.config.wizard.impl.RunAllTasks.executeAppDeploymentTask(RunAllTasks.java:592)
        at com.hyperion.config.wizard.impl.RunAllTasks.execute(RunAllTasks.java:302)
        at com.hyperion.config.wizard.impl.RunnAllTasksState.run(RunnAllTasksState.java:92)
        at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.IllegalStateException: java.lang.reflect.InvocationTargetException
        at com.hyperion.hit.tool.deploy.ant.wrappers.ScriptTaskWrapper.execute(ScriptTaskWrapper.java:76)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        ... 12 more
    Any help will be highly appreciated...
    Thanks in advance.

    Just telling some info, did you changed Oracle middleware home path (Oracle\Middleware folder names)??
    I read somewhere if we change that default folder path, logs won't create properly.
    Then regarding your issue, check IIS is running or not and did you configure EPMA successfully or not??
    because here you have pasted configtool.log error msg. If no, then configure it first then try to lanuch.
    If yes, then paste EPMA log here.
    Please tell me which RDBMS you are using??
    Thanks,
    Mady

  • (V7.3) PARTITION VIEWS IN RELEASE 7.3

    제품 : ORACLE SERVER
    작성날짜 : 2004-08-13
    SCOPE
    8~10g Standard Edition 에서는 Partitioning Option 은 지원하지 않는다.
    1. 소개
    Partition view 는 Oracle Release 7.3 에서 대용량 테이블(예를 들면, data
    warehousing에서 주로 사용함)을 지원하기 위해서 추가된 새로운 방법이다.
    Partition View는 대용량 테이블에 대한 관리성 및 가용성을 향상시키고, 이들
    테이블에 대한 질의 속도를 향상시킬 수 있다.
    Partition view 의 예를 보면,
    create view SALES as
              select * from jan_sales
         union all
              select * from feb_sales
         union all
              select * from dec_sales;
    1월에서 12월까지의 sales table 들을 합한 뷰가 'SALES' 이다. 이들 월별
    테이블들은 column name, data type, index가 모두 같아야 한다. 또한 이들
    월별 테이블들은 partition column 에 check constraint 가 반드시 존재해야
    하는데, 위의 예를 통해서 보면 jan_sales 의 date column 의 값들은 1월
    1일에서 31일 사이의 date 만이 가능하도록 check constraint 가 있어야
    한다.
    Base table, indexes, constraints 뿐 만 아니라 UNION-ALL view 의 정의는
    DBA에 의해 생성된다.
    2. 관리성 및 가용성에 대한 장점
    Partition view 는 대용량 테이블의 관리를 매우 쉽게 해 준다. 예를 들면,
    위에서 정의한 'SALES' 라는 대용량 테이블을 살펴보자. 매월마다 DBA 는 새로운
    달의 sales data 를 'SALES' 에 추가해야 한다. 따라서, DBA 는 'SALES' 에 대한
    모든 index 들을 drop 하고, 새로운 데이타를 추가한 후에 index 를 재생성해야
    할 것이다. 더구나, 'SALES'가 큰 테이블이므로 이 작업 시간도 상당히 오래 걸릴
    것이다. 또한, 이 작업 동안 'SALES' 테이블은 사용할 수 없게 된다.
    그러나, Partition view 를 사용한다면, 새로운 달의 테이타를 새로운
    Partition을 만들어 추가하고, 이 새로운 Partition 에 index 를 생성하는 동안
    현재 사용 중인 Partition 을 계속 사용할 수 있다. 따라서, 새로운 Partition 과
    index 가 완성되었을 때, DBA 는 이 새로운 Partition 을 포함하는 UNION-All
    view 를 재생성하면 된다. 이 UNION-ALL view 를 재생성하는 짧은 시간 동안만
    'SALES' 가 사용 불가능하게 된다.
    3. Partition view 의 성능 향상
    Release 7.3 부터 제공하는 UNION-ALL view 를 사용하면, 단일 테이블 접근보다
    적어도 같거나 대부분의 경우 더 좋은 성능 향상을 얻을 수 있다.
    단, 모든 Partition들은 반드시 같은 column에 check constraint가 있어야 하고,
    column 정의와 index가 같아야 성능 향상의 효과를 얻을 수 있다.
    Partition view 에는 다음 두 가지의 성능이 향상되었다.
    ① Partition 제거
    ② UNION-ALL view 의 Parallel 수행
    먼저, Partition 제거란 다음과 같다. 위에서 생성된 'SALES' partition view
    에 대한 임의의 질의들은 일부의 Partition들로부터 데이타를 가져온다.
    예를 들어,
    select sum(revenues) from SALES
    where sales_date between '15-JAN-96' and '15-FEB-96';
    와 같은 질의는 Partition view 로 처리될 경우, JAN partition view와 FEB
    partition view 만으로 산출된다. 즉, 나머지 10개의 Partition은 접근하지
    않는다. 이것을 Partition 제거라고 한다. Partition 제거는 Partition column
    에 대한 질의에서만 사용될 수 있다. 위의 예에서는 sales_date column 이
    partition column 이다.이러한 제약 사항은 있지만, 속도 향상은 주목할 만
    한다. 위의 예에서 보듯이 12개 중 10개의 Partition 을 제외하여 6배의
    성능 향상을 얻었다.
    Partition view 를 사용 했을 때, 또 다른 장점은 UNION-ALL view 를 parallel
    수행한다는 것이다. Parallel Query Option 이 설치된 경우, 모든 UNION-ALL
    view 에 대한 질의는 parallel 로 수행된다. 이점은 다른 경쟁 회사들의
    parallel query 구조(이들 제품들은 데이타 partition의 물리적 구조가
    parallelism 을 결정한다)와는 다르게 parallelism degree 와는 독립적으로
    수행된다는 점은 매우 특이하다. 오라클은 UNION-ALL view 의 데이타를
    모든 parallel query processes에게 동적으로 균등하게 배분하고, 위에서
    언급한 partition 제거 또한 parallelism degree에 영향을 주지 않는다.
    * Partition view 의 제약 사항
    Partition view 는 DML 연산을 제공하지 않는다. 따라서, READ-ONLY
    application (data warehousing 등등) 에 적합하다.

    Spoke to Apple support and they basically suggest I play ping pong with Microsoft, on the basis that all works under OSX, but MS say it is up to Apple to supply the drivers for the hardware, just great. So looks like I shall continue as is for now.

  • Data Type with reference and view maintenance

    Dear all,
    There are two questions that I want to ask.
    1.     Error when referencing a table with data type = u2018STRINGu2019.
    I have a Z table with some fields = u2018stringu2019, when I use this as a reference, an error prompted.
    "ZTBL_ABC" must be a flat structure. You cannot use internal
    tables, strings, references, or structures as components.-
    2.     Error in generating the View maintenance for field length > 255.
    Actually, I want to create fields with
    1.     data type = char(255),
    2.     data type = text
    3.     data type = char(3000)
    It is okay if I create the field with the selected size, however, when I generate the View maintenance (which can be access through SM30); it does not allow me to do so. It still not working if I change it into string. How can I create such table and use the table maintenance, as well as using that as the reference type of an internal table for another program?
    Regards,
    Mandy Au

    Hello,
    1st of all a table which has a field of type string can be converted in to table maintenance because TM does not support string type as it becomes a very big field to be displayed on screen ... so u need to change that.
    and then about the CHAR of length 3000 is too big ... to have a max limit of 255.
    If you change this both u will be able to generate TM.
    Incase after changing the field length it it gives error in activatin your table then go to SE14 put your table name EDIT and then Adjust n activate it....
    hope this was helpful
    --- Close the post once you get the solution

  • View Maintenance disabled in development and quality

    Hi,
    In my development , except client 100 where I generate request, and in quality , i cannot maintain view maintenance data like fiscal period, exchange rate. Is anything missing from basis side. Also I have observed that exchange rate is creating a request in development where i generate transport request. But in production it is enduser functionality.
    Cheers

    Hi Chandan,
                           Client copy is the last option. I want you to ask your functional consultants to go through all the TP's which are transported, ask them to check modified  object are transported or not?
           You check the all the TP's return codes, this will give you idea of weather they are successful or not.
    Regards,
    Hari.
    PS: Points are welcome

  • How do I determine Maintenance release level

    Good morning,
    Can anyone tell me how to determine the maintenance release level on an OES11.1 SP1 server ?
    The instructions for NSM 4 say you need to be at OES11.1 SP1 with Jan 2013 Maintenance release applied.
    When I run "cat /etc/novell-release" my reply is;
    VERSION LEVEL = 11.1
    PATCHLEVEL = 1
    I tried looking in YaST2 "Software Management, though that was any help for me.
    Is there another way to determine if the Jan 2013 Maintenance release was applied. Maybe a file date somewhere?
    Thanks,
    Allen

    On 12/03/2015 15:16, allenmorris wrote:
    > Can anyone tell me how to determine the maintenance release level on an
    > OES11.1 SP1 server ?
    >
    > The instructions for NSM 4 say you need to be at OES11.1 SP1 with Jan
    > 2013 Maintenance release applied.
    >
    > When I run "cat /etc/novell-release" my reply is;
    >
    > VERSION LEVEL = 11.1
    > PATCHLEVEL = 1
    >
    > I tried looking in YaST2 "Software Management, though that was any help
    > for me.
    >
    > Is there another way to determine if the Jan 2013 Maintenance release
    > was applied. Maybe a file date somewhere?
    As far as I know there's no command or log file which will easily show
    which maintenance release(s) has/have been applied.
    Since you're wanting to know whether a particular one has been applied
    what you can do in this case is check your installed versions of the
    packages shipped in that maintenance release. See
    http://download.novell.com/Download?...d=73ZrJ9ZUGjQ~ and
    http://download.novell.com/Download?...d=DHDMLrK5Wgc~ for the January
    2013 Scheduled Maintenance release for OES11 SP1 inc. eDirectory.
    Use "rpm -q <package>" to check which version of the package is
    installed - this will also report if a package is not installed. For
    example, to check which version of the ifolder3-enterprise package you
    have installed use "rpm -q ifolder3-enterprise".
    Given the number of novell-* packages updated by the January 2013
    Scheduled Maintenance update I would use "rpm -qa novell-*|sort" to list
    all novell-* package versions (note the "-qa" is needed because of the
    "novell-*" wildcard).
    HTH.
    Simon
    Novell Knowledge Partner
    If you find this post helpful and are logged into the web interface,
    please show your appreciation and click on the star below. Thanks.

  • View maintenance dialog

    Hi all,
    I am facing an issue in view maintenance dialog, during UCCHECK, it is showing as error with description as follows:
    Generated Code for View Maintenance Dialog is not Unicode-Compatible You can
    regenerate with the program RSVIMT_UC_VIEW_MAINT_GEN
    I am still doubt. What is the impact if I generate it as proposed? Are our own coding removed after generation? Thus we need to code manually again.
    Thanks !
    Chika

    It seems that you're in the Unicode system and the dialog is not Unicode compatible. This program will not remove any code, as long as it has been added using the proper methods (user exit, designated enhancement, etc.). In the worst case it will display an error message.
    You might want to check in advance whether your code is Unicode compatible though.

  • Instance in distributed environment for 11.1.2.1 using maintenance release

    Hi Experts,
    As i plan for 11.1.2.1 using maintenance (from 11.1.2).
    I need clarification:
    as in 11.1.2 "Oracle EPM Instance name" was similar on all servers (D:\oracle\middleware\user_project; epmsystem1)
    while in 11.1.2.1 "Oracle EPM Instance" should be different (D:\oracle\middleware\user_project; epmsystem1, D:\oracle\middleware\user_project; epmsystem2, etc....)
    OR EPM ORACLE Instance Directory recommended on shared drive accessible to all machine.
    In my case 11.1.2 is having similar instance name on all servers.
    Please suggest
    Regards
    Kumar

    Hi John,
    Thanks for the help.
    As per suggested document
    When you configure in a distributed environment, provide a new, unique instance name as you configure each server. For example, if you are using the default instance name epmsystem1 on the >first server, and you keep the same naming convention on subsequent servers, you would create new, unique instance names on each subsequent server, such as epmsystem2, epmsystem3, and >so on. Is it applicable in maintenance release where all instance name are similar (epmsystem1) on all servers?
    Does it mean i should modify and make it (epmsystem1, epmsystem2, epmsystem3....)?
    Please suggest as i am not very sure
    Regards
    Kumar

  • What is the Authorization group in Cash Journal View Maintenance (FBCJC0)

    Question 1: In Cash Journal View Maintenance (Tcode: FBCJC0), what is the Authorization group? 
    Question 2: How / Where can I define this Authorization group?
    As per the F1 Help  document in SAP :
    The authorization group enables you protect access to certain objects.
    In order to carry out a specific activity, the user must have authorization for the combination of the activity and the authorization group.

    Hi,
    Authorisation in Cash journal is meant for controlling of FBCJ transaction with an user ID. 
    For example, if you have a multiple cash book (Cash journal) or you are maintaining a cash book according to Business Area wise, Plant wise, etc.,
    In this case, you don't want to allow the other people to view / transact your cash book, then you can assign some unique identification in the authorisation group column against the each of your cash journal.
    These unique identification can be of any thing eg. 1001, 1002, 1ABC, ABC, etc.,  After this, the indentification has to be assigned in the respective user profiles in the below mentiond objects,
    F_BKPF_BED
    F_BKPF_BEK
    F_BKPF_BES
    F_BKPF_BLA
    F_FBCJ
    Hope it helps
    Saravanan.A

  • Error When Installing Cisco ICM Maintenance Release 8.5(4)

    Hi, 
    I've successfully installing ICM 8.0(1a),
    My environment is Windows Server 2008 R2 Enterprise, Service Pack 1 x64.
    Now I'm trying to install Cisco ICM Maintenance Release 8.5(4), but the error occurs,
    the log is :
    2014-09-03 14:09:27 [Information] Logging initialized. Log File: C:\Temp\Maintenance Release ICM8.5(4)\20140903_140927_Maintenance Release ICM8.5(4).log
    2014-09-03 14:09:27 [Information] Displaying new modal message, buffer empty: Initializing Patch Installer
    2014-09-03 14:09:27 [Information] Manifest file location: C:\Users\ADMINI~1\AppData\Local\Temp\{5ADEF78E-6528-46A7-AB78-D38F394ADE23}\{0202A80B-FA3B-48B1-A64F-62AD902E62F9}\PatchManifest.ini
    2014-09-03 14:09:27 [Information] Patch Information folder is C:\icm\PatchInfo_ICM_8_5_4_0_0_0_336
    2014-09-03 14:09:27 [Information] Initializing Version checking data structures with data from current system and patch.
    2014-09-03 14:09:27 [Error] Unable to get patch info from the registry because SOFTWARE\Cisco Systems, Inc.\Patch\ICM\8.0\Patch\(Not A Patch) does not exist
    2014-09-03 14:09:27 [Error] Error reading Display Name value from the registry key SOFTWARE\Cisco Systems, Inc.\Patch\ICM\8.0\Patch\(Not A Patch)
    2014-09-03 14:09:27 [Error] Error reading Product value from the registry key SOFTWARE\Cisco Systems, Inc.\Patch\ICM\8.0\Patch\(Not A Patch)
    2014-09-03 14:09:27 [Error] Error reading Base value from the registry key SOFTWARE\Cisco Systems, Inc.\Patch\ICM\8.0\Patch\(Not A Patch)
    2014-09-03 14:09:27 [Error] Error reading Major Version value from the registry key SOFTWARE\Cisco Systems, Inc.\Patch\ICM\8.0\Patch\(Not A Patch)
    2014-09-03 14:09:27 [Error] Error reading Minor Version value from the registry key SOFTWARE\Cisco Systems, Inc.\Patch\ICM\8.0\Patch\(Not A Patch)
    2014-09-03 14:09:27 [Error] Error reading Maintenance Release Version value from the registry key SOFTWARE\Cisco Systems, Inc.\Patch\ICM\8.0\Patch\(Not A Patch)
    2014-09-03 14:09:27 [Error] Error reading RUP Version value from the registry key SOFTWARE\Cisco Systems, Inc.\Patch\ICM\8.0\Patch\(Not A Patch)
    2014-09-03 14:09:27 [Error] Error reading LRP Version value from the registry key SOFTWARE\Cisco Systems, Inc.\Patch\ICM\8.0\Patch\(Not A Patch)
    2014-09-03 14:09:27 [Error] Error reading Featurette Version value from the registry key SOFTWARE\Cisco Systems, Inc.\Patch\ICM\8.0\Patch\(Not A Patch)
    2014-09-03 14:09:27 [Error] Error reading Installer Version value from the registry key SOFTWARE\Cisco Systems, Inc.\Patch\ICM\8.0\Patch\(Not A Patch)
    2014-09-03 14:09:27 [Error] Error reading Install Timestamp value from the registry key SOFTWARE\Cisco Systems, Inc.\Patch\ICM\8.0\Patch\(Not A Patch)
    2014-09-03 14:09:27 [Error] Error reading Uninstall Location value from the registry key SOFTWARE\Cisco Systems, Inc.\Patch\ICM\8.0\Patch\(Not A Patch)
    2014-09-03 14:09:27 [Error] Error reading Prior CurrentPatch value from the registry key SOFTWARE\Cisco Systems, Inc.\Patch\ICM\8.0\Patch\(Not A Patch)
    2014-09-03 14:09:27 [Information] Unable to read PriorCurrentFeatures value from the registry key SOFTWARE\Cisco Systems, Inc.\Patch\ICM\8.0\Patch\(Not A Patch) This is probably because this key was not in prior patches.
    2014-09-03 14:09:27 [Information] Unable to read Patch Language value from the registry key SOFTWARE\Cisco Systems, Inc.\Patch\ICM\8.0\Patch\(Not A Patch) This is probably because this key was not in prior patches.
    2014-09-03 14:09:27 [Information] Unable to read Features value from the registry key SOFTWARE\Cisco Systems, Inc.\Patch\ICM\8.0\Patch\(Not A Patch) This is probably because this key was not in prior patches.
    2014-09-03 14:09:27 [Error] One or more errors were encountered retrieving the patch information from the registry: SOFTWARE\Cisco Systems, Inc.\Patch\ICM\8.0\Patch\(Not A Patch)
    2014-09-03 14:09:27 [Information] Installer cleaning up and aborting.
    2014-09-03 14:09:27 [Error] See the installer log for more detail.
    2014-09-03 14:29:48 [Information] All modal messages are now closed.
    can anyone help this?
    Thanks in advance,

    Hi Chintan,
    I've already installed MR 8.5(1), but the error still occurs when installing MR 8.5(4)
    The Log is :
    2014-09-02 18:13:28 [Information] Logging initialized. Log File: C:\Temp\Maintenance Release ICM8.5(4)\20140902_181328_Maintenance Release ICM8.5(4).log
    2014-09-02 18:13:28 [Information] Displaying new modal message, buffer empty: Initializing Patch Installer
    2014-09-02 18:13:28 [Information] Manifest file location: C:\Users\ADMINI~1\AppData\Local\Temp\2\{0F8C826B-7BE2-4513-81D8-1C3FC1D25DD9}\{0202A80B-FA3B-48B1-A64F-62AD902E62F9}\PatchManifest.ini
    2014-09-02 18:13:28 [Information] Patch Information folder is C:\icm\PatchInfo_ICM_8_5_4_0_0_0_336
    2014-09-02 18:13:28 [Information] Initializing Version checking data structures with data from current system and patch.
    2014-09-02 18:13:28 [Information] CloseWindow: Now in; Window=Cisco Unified ICM/Contact Center Enterprise & Hosted Installation
    2014-09-02 18:13:28 [Information] All modal messages are now closed.
    2014-09-02 18:13:28 [Information] Checking whether current installed patchs is the one this installer is attempting to remove.
    2014-09-02 18:13:28 [Error] The latest installed patch ICM_8_5_1_0_0_0_465 does not match this uninstall program. 
    This later patch must be removed  before this uninstall can be run.
    2014-09-02 18:13:28 [Information] Installer cleaning up and aborting.
    2014-09-02 18:13:28 [Error] See the installer log for more detail.
    2014-09-02 18:13:53 [Information] Cleaned out modal message buffer and stack.
    Then I uninstall the MR 8.5(1), then try to install MR 8.5(3),
    I've successfully install the MR 8.5.(3), then I try to install the MR 8.5(4), but the error still occurs,
    The Log is : 
    2014-09-02 19:19:26 [Information] Logging initialized. Log File: C:\Temp\Maintenance Release ICM8.5(4)\20140902_191926_Maintenance Release ICM8.5(4).log
    2014-09-02 19:19:26 [Information] Displaying new modal message, buffer empty: Initializing Patch Installer
    2014-09-02 19:19:26 [Information] Manifest file location: C:\Users\ADMINI~1\AppData\Local\Temp\2\{FF1FBA60-1E9C-4068-A0E0-0704D8C43A5F}\{0202A80B-FA3B-48B1-A64F-62AD902E62F9}\PatchManifest.ini
    2014-09-02 19:19:26 [Information] Patch Information folder is C:\icm\PatchInfo_ICM_8_5_4_0_0_0_336
    2014-09-02 19:19:26 [Information] Initializing Version checking data structures with data from current system and patch.
    2014-09-02 19:19:26 [Information] CloseWindow: Now in; Window=Cisco Unified ICM/Contact Center Enterprise & Hosted Installation
    2014-09-02 19:19:26 [Information] All modal messages are now closed.
    2014-09-02 19:19:26 [Information] Checking whether current installed patchs is the one this installer is attempting to remove.
    2014-09-02 19:19:26 [Error] The latest installed patch ICM_8_5_3_0_0_0_170 does not match this uninstall program. 
    This later patch must be removed  before this uninstall can be run.
    2014-09-02 19:19:26 [Information] Installer cleaning up and aborting.
    2014-09-02 19:19:26 [Error] See the installer log for more detail.
    2014-09-02 19:19:49 [Information] Cleaned out modal message buffer and stack.
    I haven't try to install MR 8.5(2),
    is it must to install 8.5(2) first to upgrade 8.5(4) ?
    Thanks

  • Parameter transaction for view maintenance

    Hi there, please help
    I've created a parameter transaction(ZTRN) for a view maintenance(ZVIEW) with the ff
    Skip initial screen = X
    VIEWNAME = 'ZVIEW'
    UPDATE = X.
    How can i change this transaction/view so that only 1 record can be maintained, i.e how/what
    parameters to provide before calling the transaction so that only one record can be maintained. With the above settings all records are displayed.
    I've tried using UPDATE_LTD = X but its not helping either.
    Thanks in advance

    I don't think this is possible in the way you want it to. What you could do is use the standard events provided by the maintenance view. In these event create a check that only one record can be changed or even displayed.
    I don't have a SAP system to give you an example but I can refer you to this:
    [Maintenance events|http://help.sap.com/saphelp_nw70/helpdata/EN/91/ca9f0ea9d111d1a5690000e82deaaa/content.htm]
    Edited by: Micky Oestreich on Aug 6, 2008 2:41 PM

  • How to add button to view maintenance.

    Hi,
    I have a table view maintenance (accessing by sm30) an I need to add "Filter Button" and other buttons if is possible.
    How can I do this??
    Thanks.

    Hi,
    In table Maintenance generator, u have the scree no. double click on that. then in the status put buttons according to ur requitrement.
    Regards,
    Renjith Michael.

Maybe you are looking for