HP Z420 serial programming

I am still fairly new tech to the concept of tattoo map of the mother for HP calls.

I tattoo a serial number to a replacement for a HP Z420 Server motherboard

I boot from a flash drive with windows 98 and DMI files in a folder.  After getting the guest back I go to the folder of the DMI (5.03) and try to run NBDMIFIT. BEATS and get the error "code provider does not support in this package" - it worked before (so I think)

What I am doing wrong?

Also a question aside, does anyone else have trouble reading the string "byte feature?

Hello:

You can also ask your question on HP Business - z-section of desktops Support Forum.

http://h30499.www3.HP.com/T5/workstations-z-series-XW-series/BD-p/BSC-272#.UqJ5XP2A3Gg

On a lot of the newer HP business desktop computers, there is no need to run programs to add S/N to the BIOS.

You can see if this approach works on the Z workstations as it does on the new HP Elite 8xxx.

After entering the Setup by pressing the F10 key, press on Ctrl + A to open additional fields in security > system menu IDs.

Enter the serial number of your PC inventory and serial number of chassis number.

Save the changes then and once when you exit the BIOS.

Tags: Notebooks

Similar Questions

  • Lightroom on PC - Photoshop in the clouds

    Because I travel in remote areas where internet access is unavailable or very expensive, I like to keep my licensed copy of Lightroom 6 on my PC.  I would also like to add Photoshop to my photo editing by purchasing the CC option.  Can I keep my Lightroom 6 on my PC program and use Photoshop in the cloud?  Or else I have will end with two Lightrooms (I'd rather not)?  ANY advice or thoughts on this scenario will be very appreciated.  Thank you in advance.

    Ralph

    In general, the number of programs still work

    HOWEVER, other users have reported problems with the help of serial programs once the cloud is installed

    Cloud of reading takes up https://forums.adobe.com/thread/2089127 for some ideas

  • Kill a session caused instance bouncing

    Our database is 2 CARS db knots. The version is 10.2.0.3. The database servers are windows 2003 servers. Recently, I tried to kill a session using 'alter system kill session..' to kill a user session but caused the corresponding instance bounced. I created a TAR with Oracle and downloaded alert logs, trace files and files of $ORACLE_HOME/log / < name of the node - > /racg directory. But Oracle has not found anything to explain why the instance was restarted. He said that I may have killed an Oracle background process. My questions are:

    (1) can you use command 'alter system kill session..' to kill Oracle process? If you can that happen if you had killed a? Just cause the instance to stop and start?
    (2) I tried to find the session that I killed in gv$ active_session_history, but they are too old for exist. I was wondering is there anywhere I found this kind of info.

    Thanks a lot for your help.

    Shirley

    I don't think that you can kill a background session with ALTER SYSTEM:

    SQL> select * from v$version;
    
    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE    10.2.0.1.0      Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    
    SQL> select sid, serial#, program from v$session where program like '%SMON%';
    
           SID    SERIAL# PROGRAM
    ---------- ---------- ------------------------------
            43          1 ORACLE.EXE (SMON)
    
    SQL> alter system kill session '43,1';
    alter system kill session '43,1'
    *
    ERROR at line 1:
    ORA-00029: session is not a user session
    

    But you can always kill with a command to the operating system:

      1  select spid, osuser, s.program
      2  from v$process p , v$session s
      3  where p.addr=s.paddr
      4* and s.sid=43
    SQL> /
    
    SPID         OSUSER
    ------------ ------------------------------
    PROGRAM
    ----------------------------------------------------------------
    2620         Système
    ORACLE.EXE (SMON)
    
    SQL> exit
    Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - Produ
    ction
    
    C:\>orakill 
    
    Usage:  orakill sid thread
    
      where sid    = the Oracle instance to target
            thread = the thread id of the thread to kill
    
      The thread id should be retrieved from the spid column of a query such as:
    
            select spid, osuser, s.program from
            v$process p, v$session s where p.addr=s.paddr
    
    C:\>orakill XE 2620
    
    Kill of thread id 2620 in instance XE successfully signalled.
    
    C:\>sqlplus / as sysdba
    
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Feb 23 18:47:12 2010
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    Connected to an idle instance.
    

    -Online Forum was killed. Alert log says:

    Tue Feb 23 18:47:10 2010
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_pmon_2512.trc:
    ORA-00474: SMON process terminated with error
    
    Tue Feb 23 18:47:10 2010
    PMON: terminating instance due to error 474
    Tue Feb 23 18:47:10 2010
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_q001_3208.trc:
    ORA-00474: SMON process terminated with error
    
    Tue Feb 23 18:47:10 2010
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_ckpt_2580.trc:
    ORA-00474: SMON process terminated with error
    
    Tue Feb 23 18:47:11 2010
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_dbw0_2556.trc:
    ORA-00474: SMON process terminated with error
    
    Tue Feb 23 18:47:11 2010
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_lgwr_2572.trc:
    ORA-00474: SMON process terminated with error
    
    Tue Feb 23 18:47:12 2010
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_reco_2652.trc:
    ORA-00474: SMON process terminated with error
    
    Tue Feb 23 18:47:12 2010
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_mman_2540.trc:
    ORA-00474: SMON process terminated with error
    
    Tue Feb 23 18:47:12 2010
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_psp0_2520.trc:
    ORA-00474: SMON process terminated with error
    
    Instance terminated by PMON, pid = 2512
    

    Edited by: P. Forstmann on 23 Feb. 2010 18:50

  • The execution plan changes for the same query.

    Hi all

    This issue was raised before also, but still not able to find the real cause of this.

    Thread1:
    Re: Research of fragmentation of the table in Oracle 8.1.6.3.0

    Thread2:
    CBC latch and buffer busy await you on the same table.

    It comes, sometimes hammers server 100% CPU utilization with free latch and buffer busy wait events.

    We found a single query consumes high CPU usage that is run by different sessions.

    This query have two types of execution plans, where one is accurate and is not (its primary key hit index index no appropriate means present on the table)

    Because its primary key index hit repeatedly at various sessions, some sessions are powerful db file sequential read and a few sessions waiting buffer busy waits for event. Also during this time a few sessions waiting for latch free event.

    My doubt is how to sql even with different literal values execution plan changes and causes a prob.
    select count(*),event from v$session_wait group by event;
      COUNT(*) EVENT
    ---------- ----------------------------------------------------------------
           165 SQL*Net message from client
             1 SQL*Net message to client
             3 buffer busy waits
             2 db file parallel read
            18 db file sequential read
            10 latch free
             5 log file sync
             1 pmon timer
             6 rdbms ipc message
             1 smon timer
    
    SQL> select sid from v$session_wait where event='db file sequential read';
           SID
    ----------
            26
            58
            82
           107
           116
           223
           212
           203
           192
           173
           161
           157
           150
           147
           254
           238
           229
           112
           101
            81
            68
    
    SQL> select spid, sid, s.serial#, p.program from v$session s, v$process p where paddr=addr and sid=&SID;
    Enter value for sid: 161
    old   1: select spid, sid, s.serial#, p.program from v$session s, v$process p where paddr=addr and sid=&SID
    new   1: select spid, sid, s.serial#, p.program from v$session s, v$process p where paddr=addr and sid=161
    
    SPID             SID    SERIAL# PROGRAM
    --------- ---------- ---------- ------------------------------------------------
    4231             161      49569 oracle@tfrdb3 (TNS V1-V3)
    
    
    SQL> select sql_text
    from v$process a,
         v$session b,  2    3
         v$sql c
    where a.addr = b.paddr and
         b.sql_hash_value = c.hash_value and
        a.spid = &PID;  4    5    6    7
    Enter value for pid: 4231
    old   7:     a.spid = &PID
    new   7:     a.spid = 4231
    
    SQL_TEXT
    --------------------------------------------------------------------------------
    SELECT ERROR,TIME_STAMP,O_RESOURCE,QUEUE,NEW_QUEUE FROM LOG WHERE ID = '09292AMR
    10B41FE' AND TYPE IN (11, 28, 25, 18, 60, 13) AND (LOG_SEQ>'234225222' OR TYPE =
     18 AND LOG_SEQ='234225222') ORDER BY TIME_STAMP ASC
    
    SQL> set autotrace traceonly exp
    SQL> SELECT ERROR,TIME_STAMP,O_RESOURCE,QUEUE,NEW_QUEUE FROM amrwf1.LOG WHERE ID = '09292AMR10B41FE' AND TYPE IN (11, 28, 25, 18, 60, 13) AND (LOG_SEQ>'234225222' OR TYPE =18 AND LOG_SEQ='234225222') ORDER BY TIME_STAMP ASC;
    
    Execution Plan
    ----------------------------------------------------------
       0      SELECT STATEMENT Optimizer=CHOOSE (Cost=11 Card=2 Bytes=126)
       1    0   SORT (ORDER BY) (Cost=11 Card=2 Bytes=126)
       2    1     CONCATENATION
       3    2       TABLE ACCESS (BY INDEX ROWID) OF 'LOG' (Cost=4 Card=1
              Bytes=63)
    
       4    3         INDEX (UNIQUE SCAN) OF 'PK_LOG_LOG_SEQ' (UNIQUE) (Co
              st=3 Card=1)
    
       5    2       TABLE ACCESS (BY INDEX ROWID) OF 'LOG' (Cost=4 Card=1
              Bytes=63)
    
       6    5         INDEX (RANGE SCAN) OF 'PK_LOG_LOG_SEQ' (UNIQUE) (Cos
              t=3 Card=1)
    
    
    SQL> select spid, sid, s.serial#, p.program from v$session s, v$process p where paddr=addr and sid=&SID;
    Enter value for sid: 147
    old   1: select spid, sid, s.serial#, p.program from v$session s, v$process p where paddr=addr and sid=&SID
    new   1: select spid, sid, s.serial#, p.program from v$session s, v$process p where paddr=addr and sid=147
    
    SPID             SID    SERIAL# PROGRAM
    --------- ---------- ---------- ------------------------------------------------
    6255             147      38306 oracle@tfrdb3 (TNS V1-V3)
    
    SQL> select sql_text
    from v$process a,
         v$session b,
         v$sql c  2    3
    where a.addr = b.paddr and
         b.sql_hash_value = c.hash_value and
        a.spid = &PID;  4    5    6    7
    Enter value for pid: 6255
    old   7:     a.spid = &PID
    new   7:     a.spid = 6255
    
    SQL_TEXT
    --------------------------------------------------------------------------------
    SELECT ERROR,TIME_STAMP,O_RESOURCE,QUEUE,NEW_QUEUE FROM LOG WHERE ID = '09273AMR
    62B4894' AND TYPE IN (11, 28, 25, 18, 60, 13) AND (LOG_SEQ>'223324996' OR TYPE =
     18 AND LOG_SEQ='223324996') ORDER BY TIME_STAMP ASC
    
    
    SQL> set autotrace traceonly exp
    SQL> SELECT ERROR,TIME_STAMP,O_RESOURCE,QUEUE,NEW_QUEUE FROM amrwf1.LOG WHERE ID = '09273AMR62B4894' AND TYPE IN (11, 28, 25, 18, 60, 13) AND (LOG_SEQ>'223324996' OR TYPE =18 AND LOG_SEQ='223324996') ORDER BY TIME_STAMP ASC;
    
    Execution Plan
    ----------------------------------------------------------
       0      SELECT STATEMENT Optimizer=CHOOSE (Cost=1538 Card=736 Bytes=
              46368)
    
       1    0   SORT (ORDER BY) (Cost=1538 Card=736 Bytes=46368)
       2    1     TABLE ACCESS (BY INDEX ROWID) OF 'LOG' (Cost=1527 Card=7
              36 Bytes=46368)
    
       3    2       INDEX (RANGE SCAN) OF 'LOG_ID' (NON-UNIQUE) (Cost=32 C
              ard=736)
    
    
    
    SQL> select spid, sid, s.serial#, p.program from v$session s, v$process p where paddr=addr and sid=&SID;
    Enter value for sid: 82
    old   1: select spid, sid, s.serial#, p.program from v$session s, v$process p where paddr=addr and sid=&SID
    new   1: select spid, sid, s.serial#, p.program from v$session s, v$process p where paddr=addr and sid=82
    
    SPID             SID    SERIAL# PROGRAM
    --------- ---------- ---------- ------------------------------------------------
    6172              82      45378 oracle@tfrdb3 (TNS V1-V3)
    
    
    SQL> select sql_text
    from v$process a,
         v$session b,
         v$sql c
    where a.addr = b.paddr and
         b.sql_hash_value = c.hash_value and  2
      3      a.spid = &PID;  4    5    6    7
    Enter value for pid: 6172
    old   7:     a.spid = &PID
    new   7:     a.spid = 6172
    
    SQL_TEXT
    --------------------------------------------------------------------------------
    INSERT INTO LOG (ID,TIME_STAMP,TYPE,ERROR,INSTANCE,RULE_NUM,RULE_TYPE,PRIORITY,F
    LAGS,NAME,BATCH,O_RESOURCE,QUEUE,NEW_QUEUE,SERVER,FORM,WORKSET) VALUES (:V001,:V
    002,11,0,0,3,1,0,1,:V003,:V004,:V005,:V006,:V007,:V008,:V009,:V010)
    
    INSERT INTO LOG (ID,TIME_STAMP,TYPE,ERROR,INSTANCE,RULE_NUM,RULE_TYPE,PRIORITY,F
    LAGS,NAME,BATCH,O_RESOURCE,QUEUE,NEW_QUEUE,SERVER,FORM,WORKSET) VALUES (:V001,:V
    002,11,0,0,3,1,0,1,:V003,:V004,:V005,:V006,:V007,:V008,:V009,:V010)
    
    INSERT INTO LOG (ID,TIME_STAMP,TYPE,ERROR,INSTANCE,RULE_NUM,RULE_TYPE,PRIORITY,F
    LAGS,NAME,BATCH,O_RESOURCE,QUEUE,NEW_QUEUE,SERVER,FORM,WORKSET) VALUES (:V001,:V
    002,11,0,0,3,1,0,1,:V003,:V004,:V005,:V006,:V007,:V008,:V009,:V010)
    
    SQL_TEXT
    --------------------------------------------------------------------------------
    
    INSERT INTO LOG (ID,TIME_STAMP,TYPE,ERROR,INSTANCE,RULE_NUM,RULE_TYPE,PRIORITY,F
    LAGS,NAME,BATCH,O_RESOURCE,QUEUE,NEW_QUEUE,SERVER,FORM,WORKSET) VALUES (:V001,:V
    002,11,0,0,3,1,0,1,:V003,:V004,:V005,:V006,:V007,:V008,:V009,:V010)
    
    INSERT INTO LOG (ID,TIME_STAMP,TYPE,ERROR,INSTANCE,RULE_NUM,RULE_TYPE,PRIORITY,F
    LAGS,NAME,BATCH,O_RESOURCE,QUEUE,NEW_QUEUE,SERVER,FORM,WORKSET) VALUES (:V001,:V
    002,11,0,0,3,1,0,1,:V003,:V004,:V005,:V006,:V007,:V008,:V009,:V010)
    
    INSERT INTO LOG (ID,TIME_STAMP,TYPE,ERROR,INSTANCE,RULE_NUM,RULE_TYPE,PRIORITY,F
    LAGS,NAME,BATCH,O_RESOURCE,QUEUE,NEW_QUEUE,SERVER,FORM,WORKSET) VALUES (:V001,:V
    
    SQL_TEXT
    --------------------------------------------------------------------------------
    002,11,0,0,3,1,0,1,:V003,:V004,:V005,:V006,:V007,:V008,:V009,:V010)
    
    INSERT INTO LOG (ID,TIME_STAMP,TYPE,ERROR,INSTANCE,RULE_NUM,RULE_TYPE,PRIORITY,F
    LAGS,NAME,BATCH,O_RESOURCE,QUEUE,NEW_QUEUE,SERVER,FORM,WORKSET) VALUES (:V001,:V
    002,11,0,0,3,1,0,1,:V003,:V004,:V005,:V006,:V007,:V008,:V009,:V010)
    How to avoid this... why its different execution plan using (I mean bad index PK)

    Is it possible to avoid this?

    If any details please check out some of my previous post on this specific URL (above)

    -Yasser

    My doubt is how to sql even with different literal values execution plan changes and causes a prob.

    Different literal values cause analysis difficult.
    Hard analysis includes the re-evaluation of the best path.
    Literal value is included in the assessment of the selectivity for the scan interval (log_seq >...)

    See
    http://www.centrexcc.com/A%20Look%20under%20The%20Hood%20Of%20CBO%20-%20The%2010053%20Event.ppt.PDF
    http://www.centrexcc.com/fallacies%20Of%20The%20Cost%20Based%20Optimizer.PDF
    more the book of Jonathan Lewis which other threads, I believe that you already have.

    You must lower your CPU.
    Previous discussions, if the situation is still the same, it sounded like hard analysis particularly with this SELECTION against the NEWSPAPER plays an important role in that.

    How to avoid this... why its different execution plan using (I mean bad index PK)

    The points raised in the previous discussion remain valid.
    -Do you have access to this SQL to change?
    for example using bind variable or trick it if necessary due to problems caused by data as discussed in the previous thread.
    - Or you could it repoint the view to a view and a hint?
    -If a particular user makes this sql, could affect you cursor_sharing just for this user. If not, you should consider implementing pan-Canadian database.

    Oracle 8.1.6 still?

  • Part number for the serial port in option HP Z420

    I am looking for the serial port in option for the HP Workstation Z420, but in a datasheet, it is only mentioned as an optional serial port kit.

    What is the number on the right side of the product? The same for the workstation Z400 was PA716A, but it was not compatible with the new workstation model...

    I used the same part number, I used to model Z400 and it seems to work well.
    HP code is PA716A.

  • Z420 PCI Serial Port driver

    I rebooted just a Z420 with Windows 7 x 64 and I can not find PCI Serial Port driver.     Any ideas?

    Hello:

    More likely, you will need to install this driver.

    http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=12454&prodSeriesId=5225033&prodNameId=5225035&swEnvOID=4059&swLang=13&mode=2&taskId=135&swItem=wk-103638-1

    Paul

  • How to program the CFP-1808 via serial port?

    Dear Sir/Madam,

    I am studying this topic shows CFP-1808. I work as for the Department of mechanical engineering, University of Moratuwa. It is therefore want to do a practicle using PSC for the last year students of tha. First of all, I have to study. Today I try it.

    Now I know how to read and write the DI and DO it via the serial port. As I know that the programming of LabVIEW. But now I don't know how programs of labview download to the cFP-1808 through the port series. I want to say is "I want to help you how to make a simple exercise. Average easy, it can be a logical operation. ». It is very important to continue my work. He would be grateful if you can send a positive response to this problem, thank you,

    Mohamed Ahmed (B.SC. (Eng)),

    RA,

    Department of mechanical engineering,

    University of MOratuwa.


  • Programming of the digital I/o pins on the NOR myRIO-9100 for serial communication

    I use NEITHER myRIO for my robot and I want to use four reading of the distance sensors that communicate via the serial port. But the myRIO has only two UART ports on board so I was wondering if there is a way to program the digital pins use for serial communication. Any help appreciated.

    It is possible.  Here is an example that I could find.

    Example of reference to RS-232 for LabVIEW FPGA Interface

  • Lost serial number - I lost my serial number for the program tool Buzz more

    Please help I have a conversion program for my embroidary designs, but I lost my serial number, that the program is Buzz more tool can anyone help.

    Hi Debs,

    What follows is the tool specifically regarding lost serial number Buzz site: http://www.buzztools.com/helpcenter/afmmain.aspx?faqid=107.

    If this does not help, contact their support group (unfortunately, e-mail seems the only option) according to the following instructions: http://www.buzztools.com/helpcenter/afmmain.aspx?topicid=&faqid=&question=.

    If it does not help and the software is still installed on your computer (and your computer works), it is possible Belarc Advisor will be able to get it back (it's just a chance - it does not work for all software installed but it's worth a try.)  http://www.belarc.com/free_download.html.

    I hope this helps.

    Good luck!

  • Message 'the underlying connection was closed unexpectedly' when you enter the serial number for the weather and wildlife program.

    Original title: message "the underlying connection was closed unexpectedly.

    I use an updated, newly installed Windows 7 Home Premium from Windows XP. I downloaded and installed a program called the weather and wildlife and when I enter my serial number for verification in order to access the program I get an error box that says: "the underlying connection was closed: the connection was closed unexpectedly."

    I tried to disable the firewall, but this does not solve the problem. I do not have antivirus software installed so that either cannot interfere.
    Any suggestion will be highly appreciated!

    Hello Srimadhwa,

    Thanks for your suggestions. The internet connection works properly on the computer.
    When I wrote my first question I had difficulties to access weather data and wildlife in every web browser I've used. For example, I tried to download the software from the download page of W & W and in Explorer, it would get a page that says "Cannot display Page". Other browsers had other types of errors. Finally, the company sent me a file of the program that I installed but then when I entered the serial number, I would get the message "the underlying connection was closed unexpectedly.
    This morning I tried again to download the program from the W & W page and also to enter my serial number for the installed program and it seems that the W & W database is connected successfully, but now I get a message saying that the serial number is invalid (which is certainly not the case).
    Since for some unknown reason the databased WW can now access my computer I have now will contact the company to see why my serial number is rejected.
    Thanks a lot again!
  • Hi I bought Acrobat Pro a few years ago. now, I spent from the pc to the mac, but can't seem to reinstall Acrobat Pro. Can download the program, but the serial number is not recognized. Can I still use my Acrobat Pro purchased on my mac?

    Hi I bought Acrobat Pro for my pc a few years ago. now, I spent from the pc to the mac, but can't seem to reinstall Acrobat Pro. Managed to download the program, but the serial number is not recognized. Can I still use my Acrobat Pro purchased on my mac?

    probably not.

    you need a platform swap (Exchange a product Adobe of a different version of the language or platform) but which is only supported for the latest versions of adobe.

    You can get the upgrade pricing and exchange platforms, or use an abonnemement DC acrobat and use on both platforms.

  • How to disable a serial number without the program on computer

    Someone help me!

    Have tried to talk to the people help chat but won't have a chance!

    I've had CS6 Master Collection on my computer for 2 years now. And all of a sudden one day he ceased work and serial number repeated that it had been revoked... She had on my computer!

    Anyway, I tried to uninstall it and reinstall, but I can't activate the download like its saying that the serial number has already been revoked... Yes I know this!

    Is it possible to disable the serial number without going through the program on the computer?

    Thank you

    When you have a non-functional computer and cannot turn off

    Don't forget to request ONLY activation support set your number of activations

    Serial number and activation support (no-Cloud) https://forums.adobe.com/thread/2041990

  • I got a new macbook pro and I want to spend my Adobe Creative Suite: Production Premium programs on it. I have no more the installation disc. I have my product code and the serial number for the facilities so. How can I do?

    I got a new macbook pro and I want to spend my Adobe Creative Suite: Production Premium programs on it. I have no more the installation disc. I have my product code and the serial number for the facilities so. How can I do?

    Download and Installation Help-

    https://helpx.Adobe.com/download-install.html

    CS3 - http://helpx.adobe.com/creative-suite/kb/cs3-product-downloads.html

    CS4 - http://helpx.adobe.com/creative-suite/kb/cs4-product-downloads.html

    CS5 - http://helpx.adobe.com/creative-suite/kb/cs5-product-downloads.html

    CS5.5 - http://helpx.adobe.com/creative-suite/kb/cs5-5-product-downloads.html

    CS6 - http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html

  • I have a new computer with Windows 10 and will use Acrobat 9.0 Standard of my old computer (Windows 7). I download the program for Adpbe and when I install it so I put my serial number and get the answer, it is not a number valid serial. What it takes

    I have a new computer with Windows 10 and I use Acrobat 9.0 Standard of my old computer (Windows 7). I download the program from Adobe, and when I install it then I put my serial number and get the response "is not a number valid serial. What should do? I have an account at Adobe with all my serial number

    Hi rolfb13339293,

    I would like to inform you that acrobat 9 is not compatible with windows 10.

    You can check system requirements here: Adobe Acrobat required configuration

    The latest version is Acrobat DC.

    Please let us know if you need additional assistance.

    Concerning

    Sarojini

  • I had to clean my computer &amp; now want to re - install Photoshop, but I can't find the serial number, so don't let me download the program. What are my options if I can't find the number?

    Hello... I had to clean my computer, & would like to reinstall photo-shop. I bought several months ago and can not find where I put the serial number, so I can not download the program. If I can't find what are my options?... Thank you!  :-)

    Your subscription to cloud or serial number to show on your account page?

    https://Accounts.adobe.com/ , then click on Plans & products above to find a list of your programs and your serial numbers

    If the link above does not help you, and you haven't written your serial number on paper to store in your office, I don't know any way to help

Maybe you are looking for

  • Why can't I reset my security questions?

    WWhen I try to go to apple and reset my security questions, it won't let me

  • How to disable "this connection is not approved?

    I just installed a cost of windows xp on my pc and I use the 26.0 last FF, but early on, I can't to certain pages, as in youtube, does a few pages and I get page "this connection is not approved", in technical details, it says"youtube.com uses an inv

  • No dye on the printed items

    Hello, I have a photosmart HP printer and cartridges again, I installed, but the printed paper comes out without any color. The numer is series Photosmart B010. What should do? Thanks in advance

  • CD/DVD problems after activation of Windows 7 on a sony VGN-NR38M

    I loaded wind 7 from a disc to test 30 days and after having loaded Microsoft software for a web cam using the optical drive from the int (type: Optiarc AD 7560 has (ATA device) - all ok.) The next day, I received my key code and activated Windows 7

  • Dell inspiron 17r do not reconnect to wifi after wake up

    Hi, I own a Dell Inspiron 17r laptop computer n7110 with the map n 1030 of the Intel centrino wireless. Whenever my laptop go in mode "sleep" she fails to reconnect to my wireless wake. My router shows up in my list wireless and I can reconnect manua