4.0.22.33382 required ASAP issue date

I need to present the notes as part of the internal change management upgrade to 4.0.22.33382 ticket. It's on an ix12-300r. Thank you.

Hello cbotner,

Here is a link to the documentation/download page to update to this version:
https://Lenovo-na-en.custhelp.com/app/answers/detail/A_ID/23142

If you want more details, you can contact support here:
https://Lenovo-na-en.custhelp.com/app/ask/

Tags: Lenovo Products

Similar Questions

  • General requirements implemented to date?

    Hello world

    I wonder if there is a list of * requirements * for the good less than more recent version update? I'm interested in particular:

    1. is it allowed to add many new packages?

    2. what happens if a single class in these new packages implements persistables?

    I have a huge update, but the current version silently ignores new build., i.e. when I try to update just silently fails. What may be common problems in such a case? What should I check first?

    Never seen a silent failure.  How do you update?

    The problem you are experiencing is almost certainly that you have modified the structure or the "signature" of the Persisted storage.  If you do this, then the update will fail, because the new application is not able to read the old have persisted data, and so if the update has been allowed to continue, the user keep persistent data.

    Adding a new Persistable class should not do this, it is changing and existing persistent class that can screw up.

    If you look at classes persisted.  If they are changed, you will have to remove the old version (and persistent data) before installing a new.

  • requirement on Functions (date)

    Hello

    Adfbc 11.1.1.5.0 - Jdev

    I needed that.

    Date of commencement of leave: 28/10/2012 / / where I changed the date of beginning, based on the result of days required must be produced.

    date needed: 1

    end date: date of //result

    How can I achieve this. ?

    Kaim,
    I'm not sure I get your problem right. This is to add a number of days to a given date or how to trigger the update of the "end date" depending on the start date and the number of days required?

    To add a number of days to a given date, you can use this

        public  Date dateAddDays(Date aDate, int aDays)
        {
                Calendar cal = Calendar.getInstance();
                cal.setTime(aDate);
                cal.add(Calendar.DATE, aDays);
                return cal.getTime();
        }
        
    

    To trigger the update, set the 'start date' and or 'good days' for autoSubmit, set the start date valueChangeListener and/or the necessary for a bean method where you will have the start date and the days necessary values and call the method above.

    Timo

  • Text field required from the data entered in a previous field

    Good afternoon

    I'm trying to implement a requirement such that if the data entered in A text field then the field of text B is necessary. The research on the forum I did, I think I need to use the change event. But the only entries members I've seen involve drop downs or boxes option and I don't know how to translate in to whether or not data is entered in a text field. Thanks in advance!

    Hello

    Darkness samll error you did. It must be xfa.event.newText. No xfa.eventnewText. If you see attention you missed the "dot /." between the event and newText. Try it and see what happens next.

    Thank you

    Sidonie.

  • Error the server behavior requires a ColdFusion Data Source

    I'm probably way behind you all, but I make the shot the book ColdFusion 8 and Chapter 4 tutorial. He tells me to link by clicking the sign + on link, then the message: this server behavior requires a Data Source ColdFusion please check the database for more information on how to create a.
    When I do I go to the administration and the cfartgallery data source tool is all ready and I can check it out and get the OK
    The book is "web application construction Kit Volume1 for Coldfusion8.

    I don't know what else will explode, but I looked at the display of the address and it was empty. When I added Art.cfm and click on the + I got the screen the tutoral asked? Off, I again.

  • Requirements for the data plan BBM

    Hi, maybe this is a stupid question to some, but to buy the blackberry from rim, monthly subscription services will still work the same way that if I had a blackberry, IE. BBM will always use the data?

    Topic title edited to reflect the new topic.

    Wendi1 wrote:

    Hi, maybe this is a stupid question to some, but to buy the blackberry from rim, monthly subscription services will still work the same way that if I had a blackberry, IE. BBM will always use the data?

    Topic title edited to reflect the new topic.

    If you are referring to the BlackBerry OS 7 devices and below, then Yes! BIS is always necessary for users BBOS be able to use the BlackBerry Services like email or BBM. But if you are wanting to use the BIS on your Lumia then Im afraid it won't work. BBM works with regular mobile data or WiFi on iOS, Android, BlackBerry 10 and Windows Phone devices.

    I hope I understood your question.

  • mask for the format issue date

    I was wondering why this first query works, but the second does not work, if someone could help please :

    [quote]

    SELECT course_no, section_id, to_char (start_date_time, 'Day' The "Ddspth" of "fmMonth yyyy") IN the section

    WHERE to_char (start_date_time 'DY') = 'Sun '; [/ quote]

    [quote]

    WHERE to_char (start_date_time, 'Day') = 'Sunday '; [/ quote]

    any ideas? can't see what I'm missing?

    Thanks in advance,

    Nick

    Date format day returns the name of the white day to the length of the longest day name (in the appropriate language):

    SQL > select ' [' | to_char (sysdate + 1, 'day') |] ']' double.

    '['|| TO_CHA
    -----------
    [Sunday]

    SQL > select ' [' | to_char (sysdate + 1, 'FMDay') |] ']' double.

    '['|| TO_CHA
    -----------
    [Sunday]

    SQL >

    Use FM modifier and,'nls_date_language = English "to make independent NLS:"

    WHERE to_char (start_date_time 'FMDay', 'nls_date_language = English') = 'Sunday ';

    SY.

  • Issue DATE

    Hello

    I'm passing a date for a TRIAL, then do an INSERTION of this date in a table...
      PROCEDURE Insert_Current_Data(
       p_create_date                 IN         VARCHAR2
    ) IS
     e_constraint_error               EXCEPTION;
       PRAGMA EXCEPTION_INIT (e_constraint_error, -2291);
    CURSOR ei_claimant_ext_cur
          IS
          SELECT to_number(NOC_CODE) NOC_CODE,
                      to_number(ECONOMIC_REGION_CODE) ECONOMIC_REGION_CODE,
                      CASE EI_PROV_CODE
                        WHEN '00' THEN 1
                        WHEN '01' THEN 4
                        WHEN '02' THEN 2
                        WHEN '03' THEN 3
                        WHEN '04' THEN 5
                        WHEN '05' THEN 6
                        WHEN '06' THEN 7
                        WHEN '07' THEN 8
                        WHEN '08' THEN 9
                        WHEN '09' THEN 10
                        WHEN '10' THEN 11
                        WHEN '11' THEN 12
                        ELSE 13
                      END EI_PROV_CODE,
                      POSTAL_CODE
            FROM ei_claimant_curr_year_external
            WHERE ei_prov_code <> 12
            AND     economic_region_code <> 99
            AND     postal_code is NOT NULL
            AND     ROWNUM < 1000;
            
            ei_claimant_ext_rec ei_claimant_ext_cur%ROWTYPE;
            
            v_create_date       VARCHAR2(20);
            
        BEGIN
               
         dbms_output.put_line('Date passed: '||p_create_date);  
    
            OPEN ei_claimant_ext_cur;
            
            LOOP
      
                FETCH ei_claimant_ext_cur 
                INTO ei_claimant_ext_rec;
                    
                EXIT WHEN ei_claimant_ext_cur%NOTFOUND;      
                
                BEGIN
                              
                   INSERT INTO ei_claimant_curr_year
                    VALUES  (EI_SEQ.nextval,
                                ei_claimant_ext_rec.noc_code,
                                ei_claimant_ext_rec.EI_PROV_CODE,                            
                                ei_claimant_ext_rec.ECONOMIC_REGION_CODE,
                                p_create_date, --- CURRENT Month 
                                ei_claimant_ext_rec.POSTAL_CODE
                                );
                                COMMIT;                              
    
                    EXCEPTION
                        WHEN e_constraint_error THEN dbms_output.put_line('CONSTRAINT Error '); 
                            fwutil_pkg.logerror (SQLERRM||' '||ei_claimant_ext_rec.noc_code||' Prov Code: '||ei_claimant_ext_rec.EI_PROV_CODE||'  Econ Region: '||ei_claimant_ext_rec.ECONOMIC_REGION_CODE||
                            ' Postal Code: '||ei_claimant_ext_rec.POSTAL_CODE||' Date: '||p_create_date,
                                  SQLCODE,
                                  NULL,
                                  'Populate_EI_Claimant_Main -- Insert into EI_Claimant_curr_year '
                                 );   
                        WHEN OTHERS
                        THEN
    
                            fwutil_pkg.logerror (SQLERRM||' '||ei_claimant_ext_rec.noc_code||' Prov Code: '||ei_claimant_ext_rec.EI_PROV_CODE||'  Econ Region: '||ei_claimant_ext_rec.ECONOMIC_REGION_CODE||
                            ' Postal Code: '||ei_claimant_ext_rec.POSTAL_CODE||' Date: '||p_create_date,
                                  SQLCODE,
                                  NULL,
                                  'Populate_EI_Claimant_Main -- Insert into EI_Claimant_curr_year '
                                 );          
                END;
                
            END LOOP;
        
            CLOSE ei_claimant_ext_cur;        
            
        END Insert_Current_Data;
    Get the error:

    ORA-01858: a non-digit character was found here where was waiting for a digital

    Why so complicated dates :-(

    Help, please!

    Thanks in advance!

    Hello

    >
    Why the dates so complicated?
    >

    Dates are not difficult, but you do not use the dates but varchar2 as shown below:

      PROCEDURE Insert_Current_Data(
       p_create_date                 IN         VARCHAR2
    ...
    

    I suggest to change that to:

      PROCEDURE Insert_Current_Data(
       p_create_date                 IN         date
    ...
    

    Then call the procedure with an actual as date:

    begin
    Insert_Current_Data( to_date('10-12-2012', 'dd-mm-yyyy') );
    

    If then you have a problem let us know.

    Kind regards

    Peter

  • The server reboots required when the data source is changed?

    Whenever I create a new Data Source, or change the Source of existing data from the server asks for the restart after clicking on the button "activate changes. Is it necessary every time when the DS is changed?

    Can someone clear my doubt as soon as POSSIBLE.

    Thanks in advance.

    -Prasad

    Hello

    I think it must refer to a particular data source restart not restarting the server. What that does show when you click on reboots and view changes in the upper left corner of the Weblogic console.

    Kind regards
    Neeraj Sehgal

  • Issue Date format as a VARCHAR

    Using Oracle 10 g:
    I have a varchar field that keeps a date like:

    2010-08-28 14:40:21

    I am trying to format the date so I can check if it is greater than the sysdate. I'm doing:

    To_char (end_date, 'YYYYMMDD') > to_char (sysdate, 'YYYYMMDD');

    I get an error message:
    ORA-01722: invalid number
    01722 00000 - "invalid number."

    Which makes sense, but I'm not sure how to properly format the end_date in YYYYMMDD format.

    Hello

    user9179751 wrote:
    Using Oracle 10 g:
    I have a varchar field that keeps a date like:

    2010-08-28 14:40:21

    I am trying to format the date so I can check if it is greater than the sysdate. I'm doing:

    To_char (end_date, 'YYYYMMDD') > to_char (sysdate, 'YYYYMMDD');

    I get an error message:
    ORA-01722: invalid number
    01722 00000 - "invalid number."

    Which makes sense, but I'm not sure how to properly format the end_date in YYYYMMDD format.

    Is the VARCHAR2 column end_date?
    To_char, as its name suggests, converts a DATE to a string of record CHAR. If you already have a string of characters, so there's no need of TO_CHAR.
    You can call TO_DATE, such as

    WHERE   TO_DATE ( end_date
                    , 'YYYY-MM-DD HH24:MI:SS'
                    )  > SYSDATE
    

    but it is more effective and less prone to say

    WHERE   end_date > TO_CHAR (SYSDATE, 'YYYY-MM-DD HH24:MI:SS')
    

    Why is it more effective? The optimizer considers SYSDATE be a constant, even if the query takes a long time. Therefore, it only will convert SYSDATE in a string once, even if you have 1 million rows in the table. If you did the first way, you must call TO_DATE a million times, once for each line. In addition, your column, end_date, being alone on one side of the > operator, the optimizer can use an index on that column.
    Why is it less error-prone? If you still have a line where End_date is incorrect, you will get an error if you call TO_DATE. Not try to convert end_date, you won't make mistakes.

    This works because the format for End_date is suitable for sorting. If the format was, say, 'DD-Mon-YYYY', you would have to be converted to a DATE.

    It would be better if End_date a DATE column. It is never a good idea to use a VARCHAR2 column to store points in time.

  • How to get the required connection pool data source?

    Hi we have created two pools of connections with two different userid to restrict access to the database. now I have 2 pools. so if I want to get the connection to a specific pool how to do this?

    Use the JNDI string. When you created your pools you created the jndi names. So when connecting to the data source, you specify jndi. That's how.

    Your postal code if you have a problem.

  • Issue date and time with the javascript scripts

    Hi all

    I need to maintain a bit of history on my pdf form, so I need to get the date and time when the user submits the form.  Currently, I am able to do this in FormCalc.

    var todayDate = Date()
    var todayTime = Time()
    var today = concat (Num2Date (todayDate, "MMMM DD, YYYY"), "", Num2Time (todayTime, "h: mm A") "");

    today will contain: April 28, 2009 14:23

    I want exactly the features in javascript.  I'm not able to get the same result.

    Please give me some code for the same in javascript snippet

    Deepak.

    Hi Deepak,

    This example should show you how you can recover each "piece" of the date in JavaScript and piece and then that their back together according to your needs.

    You will find several examples of scripts on the date formatting here: http://javascript.internet.com/time-date/

  • Issue date (again)

    Hi all

    I have a column of strings that contain equivalent dates data.
    --DDL & DML Statement
    CREATE TABLE TEST_TABLE AS
    (
    SELECT '29-Jul-2009 NUL:NUL:NUL' col_1 FROM Dual
    UNION ALL
    SELECT '28-Jul-2009 16:16:16' FROM Dual
    UNION ALL
    SELECT '28-Jul-2009 04:16:16 PM' FROM Dual
    )
    /
    I have therefore given as
    SQL> SELECT * FROM TEST_TABLE
      2  /
    
    COL_1
    -----------------------
    29-Jul-2009 NUL:NUL:NUL  -- String with no time component
    28-Jul-2009 16:16:16        -- String in 24Hr Format
    28-Jul-2009 04:16:16 PM   -- String in 12Hr Format
    
    3 rows selected.
    I need to convert these strings to dates

    I tried the following:
    SQL> SELECT col_1, SUBSTR (REPLACE (col_1, 'NUL', '00'), -2, 2),
      2         CASE
      3            WHEN SUBSTR (REPLACE (col_1, 'NUL', '00'), -2, 2) IN
      4                                                         ('PM', 'AM')
      5               THEN TO_DATE (REPLACE (col_1, 'NUL', '00'),
      6                             'DD-Mon-YYYY HH12:MI:SS'
      7                            )
      8            ELSE TO_DATE (REPLACE (col_1, 'NUL', '00'),
      9                          'DD-Mon-YYYY HH24:MI:SS')
     10         END date_col
     11    FROM test_table
     12  /
    ERROR:
    ORA-01830: date format picture ends before converting entire input string
    
    
    
    no rows selected
    
    SQL> 
    Can someone help me please understand what I am doing wrong in the above query, or give advice to achieve the desired results.

    Thank you
    Ann

    You forgot the AM/PM indicator in your format mask.

    SQL> SELECT col_1, SUBSTR (REPLACE (col_1, 'NUL', '00'), -2, 2),
      2         CASE
      3            WHEN SUBSTR (REPLACE (col_1, 'NUL', '00'), -2, 2) IN
      4                                                         ('PM', 'AM')
      5               THEN TO_DATE (REPLACE (col_1, 'NUL', '00'),
      6                             'DD-Mon-YYYY HH:MI:SS AM'
      7                            )
      8            ELSE TO_DATE (REPLACE (col_1, 'NUL', '00'),
      9                          'DD-Mon-YYYY HH24:MI:SS')
     10         END date_col
     11    FROM (select '29-Jul-2009 NUL:NUL:NUL' col_1 from dual union all
     12          select '28-Jul-2009 16:16:16'    col_1 from dual union all
     13          select '28-Jul-2009 04:16:16 PM' col_1 from dual
     14         )
     15  /
    
    COL_1                   SU DATE_COL
    ----------------------- -- --------------------
    29-Jul-2009 NUL:NUL:NUL 00 29-JUL-2009 00:00:00
    28-Jul-2009 16:16:16    16 28-JUL-2009 16:16:16
    28-Jul-2009 04:16:16 PM PM 28-JUL-2009 16:16:16
    
  • Issue date max back in 2009

    Everyone knows about this problem?

    Create the following new table and add the data...
    CREATE TABLE ETL_LASTRUN
    (
    DATE OF CBX_TLEMSANI_2000TJE
    )
    /
    Insert into ETL_LASTRUN
    (CBX_TLEMSANI_2000TJE)
    Values
    (TO_DATE (DECEMBER 31, 2008 23:17:13 ',' DD/MM/YYYY HH24:MI:SS'));))
    Insert into ETL_LASTRUN
    (CBX_TLEMSANI_2000TJE)
    Values
    (TO_DATE (DECEMBER 31, 2008 23:26:31 "," MM/DD/YYYY HH24:MI:SS'));))
    Insert into ETL_LASTRUN
    (CBX_TLEMSANI_2000TJE)
    Values
    (TO_DATE (DECEMBER 31, 2008 23:36:35 ',' DD/MM/YYYY HH24:MI:SS'));))
    Insert into ETL_LASTRUN
    (CBX_TLEMSANI_2000TJE)
    Values
    (TO_DATE (DECEMBER 31, 2008 23:46:23 ',' DD/MM/YYYY HH24:MI:SS'));))
    Insert into ETL_LASTRUN
    (CBX_TLEMSANI_2000TJE)
    Values
    (TO_DATE (DECEMBER 31, 2008 23:56:30 "," MM/DD/YYYY HH24:MI:SS'));))
    Insert into ETL_LASTRUN
    (CBX_TLEMSANI_2000TJE)
    Values
    (TO_DATE (JANUARY 1, 2009 00:06:36 ',' DD/MM/YYYY HH24:MI:SS'));))
    Insert into ETL_LASTRUN
    (CBX_TLEMSANI_2000TJE)
    Values
    (TO_DATE (JANUARY 1, 2009 00:16:39 ',' DD/MM/YYYY HH24:MI:SS'));))
    Insert into ETL_LASTRUN
    (CBX_TLEMSANI_2000TJE)
    Values
    (TO_DATE (JANUARY 1, 2009 00:26:30 "," MM/DD/YYYY HH24:MI:SS'));))
    Insert into ETL_LASTRUN
    (CBX_TLEMSANI_2000TJE)
    Values
    (TO_DATE (JANUARY 1, 2009 00:36:38 ',' DD/MM/YYYY HH24:MI:SS'));))
    COMMIT;


    Now, run the following query
    SELECT MAX (to_char (CBX_tlemsani_2000tje, "MM/DD/YYYY HH24 '")) as CBX_tlemsani_2000tje FROM etl_lastrun

    The results I get (using 10.2.0.1.0)
    CBX_tlemsani_2000tje
    =====
    2008-12-31 23:56

    Hello

    This is because you take to_char max. try this instead:

    select to_char(max(last_run), 'MM/DD/YYYY HH24:MI') as last_run
      from etl_lastrun
    
    LAST_RUN
    ----------------
    01/01/2009 00:36
    1 row selected.
    

    Best regards
    Peter

  • IDSMC V1.2 issue Date please?

    Hello

    where can I get the release notes V1.2 for IDSMC products

    I would particularly like to know if CSCea55080 bug fix

    in included in this version

    Thanks for the tips

    JYP

    Hello

    You can find the release notes here:

    http://www.Cisco.com/en/us/products/SW/cscowork/ps3990/prod_release_note09186a00801b142b.html

    There are also a few bug fixes for IDS MC 1.2, you might want to look at the software Center.

Maybe you are looking for