INSERT or update based on the quantity and the description

I have a table of transaction known as ot_cut_detail based on who i need to update or insert into two tables that have missing information. There are two criteria, we must first check if the cut_ps_desc is as pl or not like pl, if the description of cut_ps_desc is as pl he will check and update or insert into ot_actual_dtl_pl, or else it will update or insert into ot_actual_dtl, to the corresponding cut_pm_code and cut_ps_code as act_pm_code act_ps_code ot_actual_dtl and act_pm_code_pl, act_ps_code_pl in ot_actual_dtl_pl, which can be found below. quantities to both ot_actual_dtl and ot_Actual_dtl_pl are located in each row.the test case is the following.

{code}

create table ot_cut_detail (cut_pm_code varchar2 (12), cut_ps_code varchar2 (12), cut_ps_desc varchar2 (12), the number of cut_ps_qty);

insert into ot_cut_detail (cut_ps_code, cut_ps_desc, cut_pm_code, cut_ps_qty) values ('1001 ', "A001", "HEA", 3);

insert into ot_cut_detail (cut_ps_code, cut_ps_desc, cut_pm_code, cut_ps_qty) values ('1002 ', 'A002', 'PL', 2);

insert into ot_cut_detail (cut_ps_code, cut_ps_desc, cut_pm_code, cut_ps_qty) values ('1003 ', 'A003', 'PL', 2);

create table ot_actual_dtl (act_pm_code varchar2 (12), act_ps_code varchar (12), the number of act_qty);

insert into ot_actual_dtl (act_pm_code, act_ps_code, act_qty) values ('1001', "A001", 1);

insert into ot_actual_dtl (act_pm_code, act_ps_code, act_qty) values ('1001', "A001", 1);

insert into ot_actual_dtl (act_pm_code, act_ps_code, act_qty) values ('1001', "A001", 0);

create table ot_actual_dtl_pl (actp_pm_code varchar2 (12), actp_ps_code varchar (12), the number of actp_qty);

insert into ot_actual_dtl_pl (actp_pm_code, actp_ps_code, actp_qty) values ('1002', "A002", 1);

-required output is as follows

-in the table ot_Actual_dtl

act_pm_code, act_ps_code, act_qty

' 1001', "A001", 1

' 1001', "A001", 1

' 1001', "A001", 1 - line last updated 1 since she was not corresponding to the amount of ot_cut_detail

-case 2

-by ot_Actual_dtl_pl

actp_pm_code, actp_ps_code, actp_qty

"1002", 'A002', 1

"1002", 'A002', 1 - inserted recording missing with balance Qty

' 1003', "A003", 1 -inserted recording missing with balance Qty .

{\code}

' 1001', "A001", 1 - line last updated 1 since she was not corresponding to the amount of ot_cut_detail

Update ot_cut_detail table with 0 whenever 0 or null comes (guess that there are relationships between these tables. So no need to check the data of wherther there or not) of the foregoing. Here's the update statement

Ot_actual_dtl ADO UPDATE

SET oad.act_qty = 1

WHERE NVL(oad.act_qty,0) = 0

;

After the update, there is a 0 in the table. So now you can insert the rows required for both the table. Here I first, I checked the corresponding record exists in ot_cut_detail or not. If is to insert into the table else insert into ot_actual_dtl_pl (assumes that registration will not be there with Qty 0 in the table ot_actual_dtl_pl). This is the insert all THE

INSERT ALL

WHEN the flag = "ACTP" THEN

IN ot_actual_dtl_pl (actp_pm_code, actp_ps_code, actp_qty) VALUES (pm_code, ps_code, ps_qty)

WHEN the flag = "Act" THEN

IN ot_actual_dtl (act_pm_code, act_ps_code, act_qty) VALUES (pm_code, ps_code, ps_qty)

WITH qry1 AS

(

SELECT ocd.cut_pm_code,

OCD.cut_ps_code,

OCD.cut_ps_qty,

OCD.cut_ps_qty - Sum (NVL(OAD.act_qty,0)) act_qty,

OCD.cut_ps_qty - Sum (NVL(OADP.actp_qty,0)) actp_qty

Of ot_cut_detail OCD

LEFT OUTER JOIN ot_actual_dtl ADO

ON ocd.cut_pm_code = oad.act_pm_code

AND ocd.cut_ps_code = oad.act_ps_code

LEFT OUTER JOIN ot_actual_dtl_pl oadp

ON ocd.cut_pm_code = oadp.actp_pm_code

AND ocd.cut_ps_code = oadp.actp_ps_code

Ocd.cut_pm_code GROUP,

OCD.cut_ps_code,

OCD.cut_ps_qty

),

qry2 (pm_code, ps_code, ps_qty, Qty, Flag) AS

(

Cut_pm_code SELECT pm_code,

cut_ps_code ps_code,

1 ps_qty,

1 qty

CASE WHEN (q1.act_qty <> q1.cut_ps_qty) THEN the 'ACT' ELSE "ACTP" END flag

OF qry1 q1

WHERE q1.act_qty<=>

AND q1.act_qty <> 0

AND q1.actp_qty <> 0

UNION ALL

SELECT q2.pm_code,

Q2.ps_code,

Q2.ps_qty,

Q2. Qty + 1,

flag

OF qry2 q2, q1 qry1

WHERE q2.pm_code = q1.cut_pm_code

AND q2.ps_code = cut_ps_code

AND q2.qty + 1 <= case="" when="" (q1.act_qty=""> <> q1.cut_ps_qty) THEN q1.act_qty ELSE q1.actp_qty END

)

SELECT q2.pm_code,

Q2.ps_code,

Q2.ps_qty,

Q2. Flag

OF qry2 T2

;

You must follow two steps.

Step 1:-update the table with 0 (1st update statement)

Step 2:-once the update is finished, insert into table using INSERT ANY State.

Tags: Database

Similar Questions

  • List of member account based on the Description

    Hello

    We are at HFM 11.1.2.1 and I was wondering if it is possible to create a list of dynamic member based on the description of the Member metadata (I'm particularly interested in doing this for accounts at this point) or would I need to use the UD fields to achieve? Any idea/suggestion would be appreciated.

    Thank you!

    Yes, you can do so by making use of Adu...

  • The Master Table column updated based on the sum of column Table detail


    With the help of JDev 11.1.1.6.

    I have a master-detail table based on a link to BC.

    The main table has a column that displays an InputText or an OutputText, based on the value in another column.

    If the InputText is displayed, the user can enter a value and the database will be updated with that value.

    If the OutputText is displayed, it must be a sum of a column in the secondary table.  Also, this value will be written in the database.

    Question:

    How can I fill the OutputText in the main table with the sum of the values in a column in the secondary table?

    The detail table column is a manually entered InputText field.

    Thank you.

    Create a spike in the main table and write in its expression as follows - DetailVoAccessorName.sum ("ColumnName");

    This will calculate the sum of column table detail and then you can set the value of the transient attribute to attribute DB on backup operation

    Ashish

  • Add lines to insert a table based on the box and the values in the LOV

    I have two options (1) the list of values (2) box (2 values) .the are required field.when I click on create lines button and then insert table/slot (fire) form of table, based on my selected lov values (for example 3 selected then 3 rows only) and the value of the checkbox.

    If I select 3 values LOV and then check the box 1

    SEQ / / desc box SL (1)
    1DESC 11
    2DESC 22
    3DESC 33

    If I select 5 values LOV and then check the box 0

    Header 1 / / desc box SL (0)
    1DESC 10
    2DESC 21
    3.. 5DESC 3... 52.. 5

    my workspace: ram_r & d

    username/password: aramani/apex

    App: https://apex.oracle.com/pls/apex/f?p=72423:1:102019883635814:NO

    Thank you

    RAM

    It has achieved the goal, thread:multi line table based on LOV

  • Update based on the max value of different tables.

    {code}

    create the table rule_table (number rule_id);

    insert into rule_table values (10);

    insert into rule_table values (20);

    insert into rule_table values (30);

    insert into rule_table values (40);

    create the table auth_table (number of auth_id, rule_id number);

    insert into auth_table values (1000, 10);

    insert into auth_table values (2000, 10);

    insert into auth_table values (3000, 10);

    insert into auth_table values (4000, 20);

    insert into auth_table values (5000, 20);

    insert into auth_table values (6000, 30);

    insert into auth_table values (7000, 30);

    insert into auth_table values (8000, 40);

    insert into auth_table values (9000, 40);

    create the table pay_table (pay_id number, auth_id number, pay_indicator number);

    insert into pay_table values (11111, 1000, 0);

    insert into pay_table values (22222, 1000, 1);

    insert into pay_table values (33333, 1000, 0);

    insert into pay_table values (44444, 2000, 0);

    insert into pay_table values (55555, 2000, 1).

    insert into pay_table values (66666, 2000, 0);

    insert into pay_table values (77777, 3000, 0);

    insert into pay_table values (88888, 3000, 0);

    insert into pay_table values (99999, 4000, 0);

    insert into pay_table values (111111, 4000, 0);

    insert into pay_table values (222222, 5000, 0);

    insert into pay_table values (333333, 5000, 0);

    insert into pay_table values (444444, 6000, 0);

    insert into pay_table values (555555, 7000, 1);

    insert into pay_table values (666666, 8000, 0);

    insert into pay_table values (777777, 9000, 0);

    insert into pay_table values (888888, 9000, 1);

    create the table rule_pay (rule_id number, pay_max_indicator number);

    insert into rule_pay values (10, 0);

    insert into rule_pay (20, 0) values;

    insert into rule_pay (30, 0) values;

    insert into rule_pay (40, 0) values;

    {code}

    My intention is:

    for every find of rule_id on the maximum pay_indicator (tables 3 query to get the max Show pay_indicator below) and on the other table I have to update this value max based on rule_id.

    with max_tab

    as

    (

    Select a.rule_id, max (pay_indicator) pay_indicator

    rule_table a.,

    b auth_table,

    c pay_table

    where a.rule_id = b.rule_id

    and b.auth_id = c.auth_id

    A.rule_id group

    )

    Update rule_pay

    Set pay_max_indicator = (select max_tab.pay_indicator

    of max_tab

    where max_tab.rule_id = rule_pay.rule_id)

    where

    rule_id in (select rule_id from max_tab);

    The above query does not.

    Any help or suggestions are greatly appreciated.

    Something like that?

    SQL > select * from rule_pay;

    RULE_ID PAY_MAX_INDICATOR

    -------------------- --------------------

    10                    0

    20                    0

    30                    0

    40                    0

    SQL > fusion in rule_pay PR

    2. using (select a.rule_id, max (pay_indicator) pay_indicator

    rule_table 3A,

    auth_table 4 b,

    pay_table 5 c

    6 where a.rule_id = b.rule_id

    7 and b.auth_id = c.auth_id

    Group 8 by a.rule_id

    9        ) u

    10 on (u.rule_id = rp.rule_id)

    11 when matched, then update

    12 set rp.pay_max_indicator = u.pay_indicator

    13;

    4 lines merged.

    SQL > select * from rule_pay;

    RULE_ID PAY_MAX_INDICATOR

    -------------------- --------------------

    10                    1

    20                    0

    30                    1

    40                    1

    BTW, you can't put a WITH clause before an update.  It can only precede a select statement.

  • El capitan was updated based on the printer locks

    I have install the 10.11.4 updated to El Capitan. He destroyed the link with my Epson printer. It is a wired connection. Can not reinstall the printer link. Also, takes system preferences to always connect when click the icon of the printer/scanner and can not add a printer.

    OS X El Capitan: reset the printing system

  • Update based on the missing values

    Hello

    I'm new to sql, attempted to retrieve results for the below scenario, but not able to do. Please let me know how I can do this.

    I created the sample data below

    create table id_data_upd (ID, ID_EXT, ID_VER) as

    Select '12', '123', 1' Union double all the

    Select '12', '345',' ' of all the double union

    Select '12', '446', "of all the double union

    Select ' 21 ', ' 2156', "of all the double union

    Select ' 22 ', ' 2346', 1' Union double all the

    Select ' 22 ', ' 2846', '0' of all the double union

    Select ' 22 ', ' 3456', '0' of all the double union

    Select ' 32 ', ' 4512', 1' Union double all the

    Select ' 33 ', ' 4942', '0' of all the double union

    Select '33', '5639', '0' double;

    My data source is

    IDID_EXTID_VER
    121231
    12345
    12456
    212156
    2223461
    2234560
    22325420
    3245121
    3349420
    3356390

    I'm trying to update the data for power two conditions

    (1) If for the same id, there are a several ID_EXT and also check if the ID_VER = 1, then all other documents with this ID the ID_VER should be updated 0

    (2) if there is a single record ID with ID_EXT unique with on no matter what ID_VER must be updated to iD_VER as 1

    Data in the target after updates

    IDID_EXTID_VER
    121231
    123450
    124560
    2121561

    I tried the County of ID_EXT (having count (ID_EXT) = 1), but records that should not be coming are also coming.

    Please tell me how I can do this.

    Best regards and thanks,

    Quentin

    Hello

    Try this

    4d68a426-e5d3-4f8c-A933-bb16364ea560 wrote:

    Hi Frank,.

    I expect the output as below.

    ID ID_EXT ID_VER
    12 123 1
    12 345 0
    12 456 0
    21 2156 1
    22 2346 1
    22 3456 0
    22 32542 0
    32 4512 1
    33 4942 0
    33 5639

    0

    Thank you

    Quentin

    with t as (  -- start sample data
    select '12' id, '123' id_ext , '1'  id_ver  from dual union all
    select '12', '345' , ' ' from dual union all
    select '12', '446' , '' from dual union all
    select '21', '2156' , '' from dual union all
    select '22', '2346' , '1' from dual union all
    select '22', '2846' , '0' from dual union all
    select '22', '3456' , '0' from dual union all
    select '32', '4512' , '1' from dual union all
    select '33','4942' , '0' from dual union all
    select '33', '5639' , '0' from dual )
    -- end sample data
    select id,id_ext,id_ver,
    case when row_number () over (partition by id order by id_ver desc nulls last)  > 1 then '0'
    else nvl(id_ver,'1') end new_id_ver,
    nvl(case when row_number () over (partition by id order by id_ver desc nulls last)  > 1 then '0'
    end,'1') maybe_new_id_ver
    from t
    

  • Insert rows in based on the data in the column in the Table_A Table_B

    Hello

    I have a column (STRING) in the Table_A called specialization that is imported from an extenral application.

    Data in this column is supplied as follows:

    "Spec_A" - If the user wants to get Spec_A
    "Spec_A | Spec_B '-if the user wants to get both Spec_A and Spec_B.
    "Spec_D | Spec_F | Spec_W' if the user wants to get Spec_D, F, W, and so on.


    So basically all the options are in the same column, separated by ' | '. I don't have an option to change this data will always come like that.
    For each card, the user must meet certain criteria, so I need these data resulted in another table, in rows.

    I'm looking a PL/SQL script which will analyze the string in the column of specialization and insert lines depending on the number of specialzations in Table_B with the user_name and Spec option.

    So if the user name is Steve, and there in the column specialzations = ' Spec_A | Spec_B' I would like 2 lines insterted in Table_B, 1 for Steve Spec_A and the other for Steve with Spec_B.

    Thanks for the help,
    Diez

    Hi 837311,

    Here's a way to do what you want:

    SQL> select * from table_A;
    
    USER_NAME  SPECIALIZATION
    ---------- -------------------------
    user1      Spec_A
    user2      Spec_A | Spec_B
    user3      Spec_D | Spec_F | Spec_W
    
    SQL> select * from table_B;
    
    no rows selected
    
    SQL> SELECT      t.user_name
      2  ,      trim
      3           (regexp_substr(specialization,'[^|]+',1,s.lev)
      4           )    AS specializ
      5  FROM      table_A t,(SELECT    LEVEL    AS lev
      6      FROM    (
      7              SELECT  MAX (LENGTH (regexp_replace(specialization,'[^|]') )
      8                           + 1
      9                          )    AS  nb_max
     10              FROM    table_A
     11          )
     12      CONNECT BY    LEVEL    <= nb_max) s
     13  where  s.lev <= LENGTH (regexp_replace(t.specialization,'[^|]')
     14                           || 'a'
     15                            )
     16  ORDER BY  t.user_name,s.lev
     17  ;
    
    USER_NAME  SPECIALIZ
    ---------- ----------
    user1      Spec_A
    user2      Spec_A
    user2      Spec_B
    user3      Spec_D
    user3      Spec_F
    user3      Spec_W
    
    6 rows selected.
    
    SQL> insert into table_B(user_name,specialization)
      2  SELECT      t.user_name
      3  ,      trim
      4           (regexp_substr(specialization,'[^|]+',1,s.lev)
      5           )    AS specializ
      6  FROM      table_A t,(SELECT    LEVEL    AS lev
      7      FROM    (
      8              SELECT  MAX (LENGTH (regexp_replace(specialization,'[^|]')
      9                           + 1
     10                          )    AS  nb_max
     11              FROM    table_A
     12          )
     13      CONNECT BY    LEVEL    <= nb_max) s
     14  where  s.lev <= LENGTH (regexp_replace(t.specialization,'[^|]')
     15                           || 'a'
     16                            )
     17   ;
    
    6 rows created.
    
    SQL> select * from table_B order by user_name, specialization;
    
    USER_NAME  SPECIALIZATION
    ---------- -------------------------
    user1      Spec_A
    user2      Spec_A
    user2      Spec_B
    user3      Spec_D
    user3      Spec_F
    user3      Spec_W
    
    6 rows selected.
    
    SQL>
    

    If your requirements are not met, let me know it.

    Edited by: Manguilibe Jan 20, KAO. 2012 15:39

    Edited by: Manguilibe Jan 20, KAO. 2012 15:44

  • Insertion or not based on the date range

    This has been driving me crazy and any help would be greatly appreciated.

    I have the following data
    A_ID    R_ID    START_DATE  END_STATE  
    15027   28531   10/1/2008   10/1/2010
    15027   28531   10/1/2010   10/1/2015
    I would not be able to insert a row with the following
    A_ID    R_ID    START_DATE  END_STATE  
    15027   28531   10/1/2009   10/1/2999
    15027   28531   10/1/2007   10/1/2999
    But I should be able to insert a row with the following
    A_ID    R_ID    START_DATE  END_STATE  
    15027   28531   10/1/2007   10/1/2008
    15027   28531   10/1/2015   10/1/2999

    Maybe this,

    I have not analyzed completely it. If I missed any, let me know.

    SQL> WITH T
      2       AS (SELECT   15027 AID
      3                   ,28531 RID
      4                   ,TO_DATE ( '10/1/2008', 'MM/DD/YYYY') start_date
      5                   ,TO_DATE ( '10/1/2010', 'MM/DD/YYYY') end_date
      6             FROM   DUAL
      7           UNION ALL
      8           SELECT   15027 AID
      9                   ,28531 RID
     10                   ,TO_DATE ( '10/1/2010', 'MM/DD/YYYY') start_date
     11                   ,TO_DATE ( '10/1/2015', 'MM/DD/YYYY') end_date
     12             FROM   DUAL),
     13       should_shouldnot
     14       AS (SELECT   15027 AID
     15                   ,28531 RID
     16                   ,TO_DATE ( '10/1/2007', 'MM/DD/YYYY') start_date
     17                   ,TO_DATE ( '10/1/2008', 'MM/DD/YYYY') end_date
     18             FROM   DUAL
     19           UNION ALL
     20           SELECT   15027 AID
     21                   ,28531 RID
     22                   ,TO_DATE ( '10/1/2015', 'MM/DD/YYYY') start_date
     23                   ,TO_DATE ( '10/1/2999', 'MM/DD/YYYY') end_date
     24             FROM   DUAL
     25           UNION ALL
     26           SELECT   15027 AID
     27                   ,28531 RID
     28                   ,TO_DATE ( '10/1/2009', 'MM/DD/YYYY') start_date
     29                   ,TO_DATE ( '10/1/2099', 'MM/DD/YYYY') end_date
     30             FROM   DUAL
     31           UNION ALL
     32           SELECT   15027 AID
     33                   ,28531 RID
     34                   ,TO_DATE ( '10/1/2007', 'MM/DD/YYYY') start_date
     35                   ,TO_DATE ( '10/1/2999', 'MM/DD/YYYY') end_date
     36             FROM   DUAL)
     37  SELECT   *
     38    FROM   should_shouldnot s
     39   WHERE   NOT EXISTS
     40              (SELECT   'x'
     41                 FROM   T
     42                WHERE       T.aid = s.aid
     43                        AND T.rid = s.rid
     44                        AND ( (s.start_date < T.start_date
     45                               AND s.end_date > T.start_date)
     46                             OR (s.start_date > T.start_date
     47                                 AND s.end_date < T.end_date)));
    
           AID        RID START_DAT END_DATE
    ---------- ---------- --------- ---------
         15027      28531 01-OCT-07 01-OCT-08
         15027      28531 01-OCT-15 01-OCT-99
    
    Elapsed: 00:00:00.00
    SQL> 
    
  • Updated based on the value of another check box a box

    We have a business rule that you have to follow.

    If the checkbox "Commit" is checked, then the "Preview" box should be checked.

    We want to handle this through workflow. Here is what we have done so far

    Workflow rule condition: FieldValue ("< bCommit_ITAG >" ") ="Y ".
    Action: Field Update - domain name * is set to forecast
    Value: [< prediction >] = 'Y '.

    Thanks for the help

    Brian,

    What you wrote should work, try Value is set to: = Yes.

    This must also be created in the Administration section under its not web services but the workflow, you'll get better answers.

    see you soon
    Alex

  • How to stop the chain of management based on the description in Oracle 11 g BPM

    Hi all

    Need your help in the understanding of the possible implementation under the scenario:

    We have a chain of management where he must be stopped once the instance they are assigned to a user with specific indication of the genre (say HOD).

    We are unsure of the number of levels in which it will reach to user with the designation as HOD.

    It may be 2, perhaps 3 or 4 is perhaps.

    When I looked at the options available, we have the ability to define the best participant "by title" (Manager, Director, CEO the values available)

    So my concerns here are:

    (a) If this title is mapped to the user of designation as a Manager, Director or CEO?

    (b) can we add other titles down to the bottom.

    Secondly, we have the possibility of using XPath, but here I do not know how to achieve this using XPath use cases.

    Please guide if there is another way to handle this.

    Let me know if my problem statement is not clear.

    Kind regards

    Bodet

    For your condition, you should be able to type the name directly in the title field:

    You can use XPath to determine the top Participant at run time. For example, according to the applicant, if the participant at the top of the page is different. You can determine the value of participating in the execution, put it in a variable of the payload and then use it here.

  • Problem with insert/update statements on the MS Access database

    Hi all

    Before posting this question, I did a search and found this thread.

    I have the same problem as pawel had (in this thread), i.e. cannot insert or update data in the Access database. However, the reason is not that I am using some keywords in my domain name - it has been several years using SQL, some things are 'unwritten' rules But this is the first time I try something in LV

    However, after losing all day for work that I expect to do the same morning in 1 hour, try many different options and debugging until the level low in the Toolbox of data base screw (building or higher), I saw some weird SQL statement being trained in-house - so I tried what Troy has tried.

    "password" is a reserved word in the Jet.  I just looked at MOManagers_M, but by changing the field "password" to 'passworda', it does the job.

  • Need a solution to update values in the table

    My version of oracle is 11 and my table name is nit_xml in which column the name is cust_dtls

    Nit_xml table data


    < root >
    Nitesh < Cust_dtls > < / Cust_dtls >
    < / root >

    I want to just update Nitesh Nit...

    Its inserted i through this way, values

    INSERT INTO nit_xml
    VALUES)
    ' < root >
    Nitesh < Cust_dtls > < / Cust_dtls >
    < / root > '

    So I tried to update my way like like that



    UPDATE nit_xml
    SET cust_dtls = ' < root >
    Nitesh < Cust_dtls > < / Cust_dtls >
    < / root > '
    WHERE cust_dtls = ' < root >
    Nitesh < Cust_dtls > < / Cust_dtls >
    < / root > ';

    But not working if anyone can give me any ideas about XML as well as how it works and what is possible or not to update through query... His note I want to update the column cust_dtls based on the same value of the column and not any other data type number or varchar2 because that based on other datatype it works easily and the second thing her i use application TOAD while the manual update is possible which is very good, but I need to update directly through query...



    Kind regards
    Nitkhush...

    Niteshkhush wrote:
    But in this link and that updated the example is based on once again the string as warehouse_name as 'san fransciso', but I want to update based on the same datatype column in which I am faced with the difficulty of writing where the clause can u give some advice...

    Like this?

    update nit_xml
       set cust_dtls = updatexml(cust_dtls, '/root/Cust_dtls/text()', 'Nit')
     where trim(extract(cust_dtls, '/root/Cust_dtls/text()')) = 'Nitesh'
    
  • What are the details of update kb 2863058? The description page indicates that the details are not available.

    I would like to know the details of the KB 2863058 update, but when I go to http://support.microsoft.com/kb/2863058, it says Oops!, the page you may be looking for a new location, or is no longer available. Anyone know anything about this?

    I would like to know the details of the KB 2863058 update, but when I go to http://support.microsoft.com/kb/2863058, it says Oops!, the page you may be looking for a new location, or is no longer available. Anyone know anything about this?

    From:
    http://support.Microsoft.com/kb/2863058
     
    This update cancels and replaces the update described in knowledge Microsoft (KB) 2779562 Base article, which was published in December 2012. All changes to additional time zone released that fixes after the 2779562 update are included in this update.

    If you have already deployed update 2779562, read the descriptions of the specific time zone changes that are addressed in this article to determine if you need to deploy this update immediately. If systems are not directly affected, you can schedule deployment at the next opportunity.

    We recommend that you deploy the most recent cumulative update of zone Windows, in order to ensure the consistency of the database time zone on all systems.

    Important

    • Before you apply the update described in this article, be aware of the potential issues that may affect Microsoft Outlook. For more information about these issues, click on the number below to view the article in the Microsoft Knowledge Base:

      931667 how to solve the zone changes using the update for Microsoft Office Outlook time zone data

    • Cumulative time zone updates contain only the data that has been modified for a region specific or that has been added to maintain parity with other versions of operating system. Therefore, if a time zone key is deleted, some original values cannot be restored after you apply the cumulative time zone update.

      Note We do not recommend that you remove the registry keys that are related to time zones. On a computer with incomplete time zone keys, first restore the time zone of a recognized backup reliable keys. Then, apply the update.

    The update described in this article changes the time zone data to adjust to time changes of been (DST) in several countries.

    The update described in this article is a cumulative cumulative update that includes all of the previous Windows time zone changes. For more information about how DST changes may affect other Microsoft products, visit the following Microsoft Web site:

    General information about DST

    For more information about how DST changes may affect other Microsoft products, click on the number below to view the article in the Microsoft Knowledge Base:

    914387 how to configure daylight saving time for Microsoft Windows operating systems

    Note When you apply this update, you may receive a message similar to the following:

    Update cannot be installed as a more recent update or same zone has already been installed on the system.

    This message indicates that you have already applied the correct update or that the Microsoft Update or Windows Update is automatically installed this update. No further action is required to update the Windows operating system.

    Update of information
    How to get this update

    The following files are available for download from the Microsoft Download Center:

    Update for Windows 7 for x 64-based systems (KB2863058)


    http://www.Microsoft.com/downloads/details.aspx?FamilyId=d027b8da-c9c3-422C-a3d8-085a6a28f5ef

    Update for Windows 8 (KB2863058)
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=04a4ee46-9cdb-4e83-8DF0-121e6eba2a3d

    Update for Windows Server 2008 R2 x 64 Edition (KB2863058)
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=b3330a00-4375-4DAB-962f-1673e485d57d

    Update for Windows Server 2008 for Itanium - based Systems (KB2863058)
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=62c190bd-3f6f-4cfe-8c6d-21d597df21c4

    Update for Windows Server 2003 for Itanium (KB2863058) systems
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=158d6c9f-232b-4E59-bc19-250b8b40880f

    Update for Windows Server 2003 x 64 Edition (KB2863058)
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=3bdcebbd-33e1-49da-BA8A-2540a5563ef4

    Update for Windows XP (KB2863058)
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=6e5adcbf-6afe-413E-ADF5-2d514d47a575

    Update for Windows 8 for x 64 systems (KB2863058)
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=9e92630b-254b-43b3-A237-3b532b3f33e2

    Update for Windows Vista (KB2863058)
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=7def79dc-0d2d-4d1f-A495-537ad77e93d7

    Update for Windows Vista for x 64-based systems (KB2863058)
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=b8e859dd-88f5-4168-B69C-57422c752394

    Update for Windows Server 2003 (KB2863058)
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=4fe47457-09d1-4FD9-ae8d-65f7f70757fa

    Update for Windows 7 (KB2863058)
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=264bc3a3-f21f-4EC2-9a5a-7cc0ead1b01f

    Update for Windows Embedded Standard 7 (KB2863058)
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=8ad0cd86-de83-4183-adb9-82d092d3ce26

    Update for Windows Embedded Standard 7 for x 64-based systems (KB2863058)
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=274adacc-1289-49C0-AEB2-a05ef2e88e0b

    Update for Windows Server 2008 x 64 Edition (KB2863058)
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=abf78f24-494e-4DDE-B411-a75415276c80

    Update for Windows Server 2008 R2 for Itanium (KB2863058) systems
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=4abb15b8-ae41-4e8a-A250-cddb438c75df

    Update for Windows Server 2012 (KB2863058)
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=5ba35c39-cb4d-4E1C-A550-d4143f64d84d

    Update for Windows XP x 64 Edition (KB2863058)
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=e6779817-BBCC-4906-A808-e4f7c794fb30

    Update for Windows Server 2008 (KB2863058)
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=7071379f-C802-4970-881d-f94ec6dcfdda

    For more information about how to download Microsoft support files, click the number below to view the article in the Microsoft Knowledge Base:

    119591 how to obtain Microsoft support files from online services

    Microsoft scanned this file for the virus. Microsoft used the most current virus detection software that was available on the date that the file was posted. The file is stored on secure servers that prevent any unauthorized in the file changes.

    The following changes have been made since the previous update of Windows cumulative time zone:

    • Normal time from Libya:

    New DST starts on the last Friday in March at 02:00 and ends the last Friday in October at 02:00 the new DST rules were introduced starting in 2013 and the new time zone (UTC + 1 Tripoli) was also added. It was published in January through the Microsoft Download Center (KB 2794119).
  • Israel standard time:
    New DST begins on the Friday before the last Sunday in March and ends the last Sunday in October at 02:00 the new DST rule is applicable as soon as 2013 and 2023.
  • S.A. Pacific Standard Time:
    New DST ends on 27 April 2013 and begins September 7, 2013. This change is for 2013 only. He was released in March as a hotfix (KB 2821346)
  • Paraguay-time:
    New DST ends on March 23, 2013. This change incorporated the DST rules shortened for the Paraguay in 2013. It was released in March as part of 2829069 KB.
  • West Asia standard time:
    This change will add Ashgabat with the full name. It will be introduced as part of the update August Cumulative DST in all platforms.
  • Morocco standard time:
    The change in the update Cumulative August DST will represent only for the Correction of the story after the DST 2013 Ramadan fix - it solution that was delivered in June 2013 (KB 2860495).
  • The zone changes are summarized in the following table:

    Expand this table
    Time zone key name Display name New start of DST New DST end TZI subkey
    Standard time of Libya (UTC + 01:00) Tripoli Last Friday in March 01:00:00.000 Last Friday in October 02:00:00.000 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Libya Standard Time\Dynamic DST\
    Value DWORD of FirstEntry: 000007db
    Value DWORD of LastEntry: 000007dd
    HEXADECIMAL of 2011:88 value, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00
    Hexadecimal 2012: c4, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 0, 00, 06, 00, 02, 00, 02, 00, 00, 00, 00, 00, 00, 00, 00, 00, 01, 00, 00, 00, 01, 00, 00, 00, 00, 00, 00, 00, 00, 00
    Hexadecimal 2013: c4, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 0 a, 00, 05, 00, 05, 00, 02, 00, 00, 00, 00, 00, 00, 00, 00, 00, 03, 00, 05, 00, 05, 00, 01, 00, 00, 00, 00, 00, 00, 00
    Israel standard time

    (UTC + 02:00) Jerusalem

    Friday before the last Sunday in March 02:00:00.000

    Last Sunday in October 02:00:00.000

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Israel Standard Time\Dynamic DST\
    Value DWORD of FirstEntry: 000007d 4
    Value DWORD of LastEntry: 000007e7

    HEXADECIMAL of 2004:88 value, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00
    HEXADECIMAL of 2005:88 value, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 0 a, 00, 00, 00, 02, 00, 02, 00, 00, 00, 00, 00, 00, 00, 00, 00, 04, 00, 05, 00, 01, 00, 02, 00, 00, 00, 00, 00, 00, 00
    HEXADECIMAL of 2006:88 value, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 0 a, 00, 00, 00, 01, 00, 02, 00, 00, 00, 00, 00, 00, 00, 00, 00, 03, 00, 05, 00, 05, 00, 02, 00, 00, 00, 00, 00, 00, 00
    HEXADECIMAL of 2007:88 value, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 09, 00, 00, 00, 03, 00, 02, 00, 00, 00, 00, 00, 00, 00, 00, 00, 03, 00, 05, 00, 05, 00, 02, 00, 00, 00, 00, 00, 00, 00
    HEXADECIMAL of 2008:88 value, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 0 a, 00, 00, 00, 01, 00, 02, 00, 00, 00, 00, 00, 00, 00, 00, 00, 03, 00, 05, 00, 05, 00, 02, 00, 00, 00, 00, 00, 00, 00
    HEXADECIMAL of 2009:88 value, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 09, 00, 00, 00, 05, 00, 02, 00, 00, 00, 00, 00, 00, 00, 00, 00, 03, 00, 05, 00, 05, 00, 02, 00, 00, 00, 00, 00, 00, 00
    HEXADECIMAL of 2010:88 value, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 09, 00, 00, 00, 02, 00, 02, 00, 00, 00, 00, 00, 00, 00, 00, 00, 03, 00, 05, 00, 05, 00, 02, 00, 00, 00, 00, 00, 00, 00
    HEXADECIMAL of 2011:88 value, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 0 a, 00, 00, 00, 01, 00, 02, 00, 00, 00, 00, 00, 00, 00, 00, 00, 04, 00, 05, 00, 01, 00, 02, 00, 00, 00, 00, 00, 00, 00
    HEXADECIMAL of 2012:88 value, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 09, 00, 00, 00, 04, 00, 02, 00, 00, 00, 00, 00, 00, 00, 00, 00, 03, 00, 05, 00, 05, 00, 02, 00, 00, 00, 00, 00, 00, 00
    HEXADECIMAL of 2013:88 value, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 0 a, 00, 00, 00, 01, 00, 02, 00, 00, 00, 00, 00, 00, 00, 00, 00, 03, 00, 05, 00, 05, 00, 02, 00, 00, 00, 00, 00, 00, 00
    HEXADECIMAL of 2014:88 value, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 0 a, 00, 00, 00, 01, 00, 02, 00, 00, 00, 00, 00, 00, 00, 00, 00, 03, 00, 05, 00, 05, 00, 02, 00, 00, 00, 00, 00, 00, 00
    HEXADECIMAL of 2015:88 value, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 0 a, 00, 00, 00, 01, 00, 02, 00, 00, 00, 00, 00, 00, 00, 00, 00, 03, 00, 05, 00, 05, 00, 02, 00, 00, 00, 00, 00, 00, 00
    HEXADECIMAL of 2016:88 value, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 0 a, 00, 00, 00, 01, 00, 02, 00, 00, 00, 00, 00, 00, 00, 00, 00, 03, 00, 05, 00, 05, 00, 02, 00, 00, 00, 00, 00, 00, 00
    HEXADECIMAL of 2017:88 value, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 0 a, 00, 00, 00, 02, 00, 02, 00, 00, 00, 00, 00, 00, 00, 00, 00, 03, 00, 05, 00, 04, 00, 02, 00, 00, 00, 00, 00, 00, 00
    HEXADECIMAL of 2018:88 value, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 0 a, 00, 00, 00, 01, 00, 02, 00, 00, 00, 00, 00, 00, 00, 00, 00, 03, 00, 05, 00, 04, 00, 02, 00, 00, 00, 00, 00, 00, 00
    HEXADECIMAL of 2019:88 value, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 0 a, 00, 00, 00, 01, 00, 02, 00, 00, 00, 00, 00, 00, 00, 00, 00, 03, 00, 05, 00, 05, 00, 02, 00, 00, 00, 00, 00, 00, 00
    HEXADECIMAL of 2020:88 value, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 0 a, 00, 00, 00, 01, 00, 02, 00, 00, 00, 00, 00, 00, 00, 00, 00, 03, 00, 05, 00, 05, 00, 02, 00, 00, 00, 00, 00, 00, 00
    HEXADECIMAL of 2021:88 value, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 0 a, 00, 00, 00, 01, 00, 02, 00, 00, 00, 00, 00, 00, 00, 00, 00, 03, 00, 05, 00, 05, 00, 02, 00, 00, 00, 00, 00, 00, 00
    HEXADECIMAL of 2022:88 value, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 0 a, 00, 00, 00, 01, 00, 02, 00, 00, 00, 00, 00, 00, 00, 00, 00, 03, 00, 05, 00, 05, 00, 02, 00, 00, 00, 00, 00, 00, 00
    HEXADECIMAL of 2023:88 value, ff, ff, ff, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 0 a, 00, 00, 00, 02, 00, 02, 00, 00, 00, 00, 00, 00, 00, 00, 00, 03, 00, 05, 00, 04, 00, 02, 00, 00, 00, 00, 00, 00, 00

    Pacific SA standard time

    (UTC-04:00) Santiago

    First Saturday in September 23:59:59.999

    Last Saturday in April 23:59:59.999

    Standard Time\Dynamic HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Pacific SA DST\
    Value DWORD of FirstEntry: 000007d 7
    Value DWORD of LastEntry: 000007de
    Hexadecimal 2007: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 03, 00, 06, 00, 02, 00, 17, 00, 3B, 00, 3B, 00, e7, 03, 00, 00, 0, 00, 06, 00, 02, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2008: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 03, 00, 06, 00, 05, 00, 17, 00, 3B, 00, 3B, 00, e7, 03, 00, 00, 0, 00, 06, 00, 02, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2009: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 03, 00, 06, 00, 02, 00, 17, 00, 3B, 00, 3B, 00, e7, 03, 00, 00, 0, 00, 06, 00, 02, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2010: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 04, 00, 06, 00, 01, 00, 17, 00, 3B, 00, 3B, 00, e7, 03, 00, 00, 0, 00, 06, 00, 02, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2011: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 05, 00, 06, 00, 01, 00, 17, 00, 3B, 00, 3B, e7, 03, 00, 00, 00, 08, 00, 06, 00, 03, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2012: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 04, 00, 06, 00, 05, 00, 17, 00, 3B, 00, 3B, e7, 03, 00, 00, 00, 09, 00, 06, 00, 01, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2013: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 04, 00, 06, 00, 05, 00, 17, 00, 3B, 00, 3B, e7, 03, 00, 00, 00, 09, 00, 06, 00, 01, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2014: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 03, 00, 06, 00, 02, 00, 17, 00, 3B, 00, 3B, 00, e7, 03, 00, 00, 0, 00, 06, 00, 02, 00, 17, 00, 3B, 3B, 00, 00, e7, 03

    The Paraguay standard time

    (UTC-04:00) Asunción

    First Saturday of October 23:59:59.999

    Fourth Saturday of March 23:59:59.999

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Paraguay Standard Time\Dynamic DST\
    Value DWORD of FirstEntry: 000007d 8
    Value DWORD of LastEntry: 000007e5
    Hexadecimal 2008: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 03, 00, 06, 00, 02, 00, 17, 00, 3B, 00, 3B, 00, e7, 03, 00, 00, 0, 00, 06, 00, 03, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2009: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 03, 00, 06, 00, 01, 00, 17, 00, 3B, 00, 3B, 00, e7, 03, 00, 00, 0, 00, 06, 00, 03, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2010: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 04, 00, 06, 00, 02, 00, 17, 00, 3B, 00, 3B, 00, e7, 03, 00, 00, 0, 00, 06, 00, 01, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2011: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 04, 00, 06, 00, 02, 00, 17, 00, 3B, 00, 3B, 00, e7, 03, 00, 00, 0, 00, 06, 00, 01, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2012: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 04, 00, 06, 00, 01, 00, 17, 00, 3B, 00, 3B, 00, e7, 03, 00, 00, 0, 00, 06, 00, 01, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2013: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 03, 00, 06, 00, 04, 00, 17, 00, 3B, 00, 3B, 00, e7, 03, 00, 00, 0, 00, 06, 00, 01, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2014: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 04, 00, 06, 00, 02, 00, 17, 00, 3B, 00, 3B, 00, e7, 03, 00, 00, 0, 00, 06, 00, 01, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2015: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 04, 00, 06, 00, 02, 00, 17, 00, 3B, 00, 3B, 00, e7, 03, 00, 00, 0, 00, 06, 00, 01, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2016: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 04, 00, 06, 00, 02, 00, 17, 00, 3B, 00, 3B, 00, e7, 03, 00, 00, 0, 00, 06, 00, 01, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2017: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 04, 00, 06, 00, 02, 00, 17, 00, 3B, 00, 3B, e7, 03, 00, 00, 00, 09, 00, 06, 00, 05, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2018: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 04, 00, 06, 00, 01, 00, 17, 00, 3B, 00, 3B, 00, e7, 03, 00, 00, 0, 00, 06, 00, 01, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2019: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 04, 00, 06, 00, 02, 00, 17, 00, 3B, 00, 3B, 00, e7, 03, 00, 00, 0, 00, 06, 00, 01, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2020: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 04, 00, 06, 00, 02, 00, 17, 00, 3B, 00, 3B, 00, e7, 03, 00, 00, 0, 00, 06, 00, 01, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2021: f0, 00, 00, 00, 00, 00, 00, 00, c4, ff, ff, ff, 00, 00, 04, 00, 06, 00, 02, 00, 17, 00, 3B, 00, 3B, 00, e7, 03, 00, 00, 0, 00, 06, 00, 01, 00, 17, 00, 3B, 3B, 00, 00, e7, 03

    West Asia standard time

    (UTC + 05:00) Ashgabat, Tashkent Does not apply Does not apply Does not apply The Morocco standard time

    (UTC) Casablanca

    Last Sunday in April 02:00:00.000

    Last Sunday of September 03:00:00.000

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Morocco Standard Time\Dynamic DST\
    Value DWORD of FirstEntry: 000007d 7
    Value DWORD of LastEntry: 000007de
    Hexadecimal 2007: 00,00,00,00,00,00,00,00, c4, ff, ff, ff, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00
    Hexadecimal 2008: 00,00,00,00,00,00,00,00, c4, ff, ff, ff, 00, 00, 08, 00, 00, 00, 05, 00, 17, 00, 3B, 00, 3B, e7, 03, 00, 00, 00, 05, 00, 06, 00, 05, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2009: 00,00,00,00,00,00,00,00, c4, ff, ff, ff, 00, 00, 08, 00, 04, 00, 03, 00, 17, 00, 3B, 00, 3B, e7, 03, 00, 00, 00, 05, 00, 00, 00, 05, 00, 17, 00, 3B, 3B, 00, 00, e7, 03
    Hexadecimal 2010: 00,00,00,00,00,00,00,00, c4, ff, ff, ff, 00, 00, 08, 00, 06, 00, 01, 00, 17, 00, 3B, 3B, e7, 03, 00, 00, 00, 00, 05, 00, 06, 00, 01, 00, 17, 00, 3B, 00, 00, 3B, e7, 03
    HEXADECIMAL 2011 value: 00,00,00,00,00,00,00,00, c4, ff, ff, ff, 00, 00, 07, 00, 06, 00, 05, 00, 17, 00, 3B, 3B, e7, 03, 00, 00, 00, 00, 04, 00, 06, 00, 01, 00, 17, 00, 3B, 00, 00, 3B, e7, 03
    Hexadecimal 2012: 00,00,00,00,00,00,00,00, c4, ff, ff, ff, 00, 00, 09, 00, 00, 00, 05, 00, 03, 00, 00, 00, 00, 00, 00, 00, 00, 00, 04, 00, 00, 00, 05, 00, 02, 00, 00, 00, 00, 00, 00, 00
    Hexadecimal 2013: 00,00,00,00,00,00,00,00, c4, ff, ff, ff, 00, 00, 09, 00, 00, 00, 05, 00, 03, 00, 00, 00, 00, 00, 00, 00, 00, 00, 04, 00, 00, 00, 05, 00, 02, 00, 00, 00, 00, 00, 00, 00
    Hexadecimal 2014: 00,00,00,00,00,00,00,00, c4, ff, ff, ff, 00, 00, 09, 00, 00, 00, 05, 00, 03, 00, 00, 00, 00, 00, 00, 00, 00, 00, 04, 00, 00, 00, 05, 00, 02, 00, 00, 00, 00, 00, 00, 00

    Note It is a "FAST PUBLISH" article created directly from the Microsoft support organization. The information contained in this document is provided as-is in response to the new challenges. Because of the speed in making it available, the materials may include typographical errors and may be changed at any time without notice. See terms of use for other considerations.

    Article ID: 2863058 - last review: August 13, 2013 - revision: 1.0
    kbautohotfix kbqfe kbhotfixserver kbfix KB2863058 more
  • Hide a metadata profile based on the user role.

    Hi all

    I need to hide a metadata profile (log, update) based on the user role page. I have added metadata to a rule like "change" and added the rule to the profile. Now I want the metadata submitted must be visible for couple of user roles (admin, contributor) and it should be hidden for other user roles. How to achieve this?

    The content Server: 11.1.1.8

    Thank you

    Maury

    (1) create a rule that allows you to hide the metadata for all roles

    (2) create a new one which will show use the condition of activation of rule with building userHasRole("contributor")

Maybe you are looking for