UPGRADE 1103 to 1159 - PAYMENTS CONVERSION QUESTION!

Hello,
UPGRADE 1103 to 1159 - PAYMENTS CONVERSION QUESTION!
This is the scenario, we are planning to do. Currently we have 11.0.3 in one box. We are planning for re-implementation for 11.5.9 in the new box. So we
have to convert approx 14 months of open and closed data for the historic purposes. (Like PO's, Invoices, Payments and ledger data etc.)
Again, these conversions cannot be handled through the front end using some Data Loader kind of tool etc...
Data Loader tool, I used a lot for loading Flexfield Value Set Values, Category Codes etc...
But my question is converting these AP_PAYMENTS related data in the back end. (Like Check num, Payment Batch ID, Invoice Number, Invoice ID, Supplier Number,
Supplier ID, etc.) from old 11.0.3 box to new 11i box.
Since there was some confusion is going on with Payments related areas, because there was now API's etc... some of them are telling it is very difficult to migrate "AS IS" into 11i. I also heard that oracle won't support this.
Just want to clarify clearly on this issues.
Because we are moving from the small box of 11.0.3 into Big box for 11.5.9. So we don't want to loose all the histories for about 20 months. especially open
Closed / Open - Invoices, Payments, PO's, REQ's, Active Items which are in the Open Blanket PO's, Employees, etc...
Of all these everything sounds like doable because they do have API's etc... Of course, I belive there is no API for the Vendors only. We want to know is this true for the Payments also.
Any urgent clarifications is very much appreciated with clear explanation.
Thanks in advance
Mani Varadan

The payment conversion is little bit tricky in term on its understanding and functionality.
There are lot of dependices of payments conversion on the others objects like invoice.
You need to be very clear in requirements.
Here is the extracted documents for giving you clear understanding about payments.
Overview of Process
Prior to creating a payment batch, four setup are required.
A.Define a bank for bank branches with which you do business.
B.Define bank accounts.
C.Choose a predefined or custom payment format.
D.Finally, define payment documents for disbursements for each bank account.
To give an overview of the steps required to create payment batch payments:
1) Initiate the payment batch by entering the criteria for invoices you want to pay. The payment batch process selects invoices, and then builds the payments. It determines which invoices will be paid on each payment document, and lists this information for you on the Preliminary Payment Register.
2) Make any necessary modifications to your payment batch, such as selecting additional invoices, deselecting invoices, deselecting suppliers, etc. Once modifications are complete, the modify payment batch process automatically builds the payments if any invoices were added.
3) Format payments to produce an output file.
4) Print checks from the output file if you are not creating electronic payments or sending the output file to a third party for printing.
5) Confirm the payment batch by recording the document numbers associated with each payment. During this step, the invoice status is updated to “Paid” and a document number is associated with the invoice and invoice payment.
As conversion(from 11.0.3 to 11.5.9) is concern step 3,4 is excluded from the standard processes.
These are the tables involved during the payment conversion.
AP_SELECTED_INVOICES_ALL
AP_INV_SELECTION_CRITERIA_ALL
AP_INVOICES_ALL
AP_PAYMENT_SCHEDULES_ALL
These are background (concurrent) processes involved in batch process consists of the following
a. Autoselect      
b. Build Payments
c. Preliminary Payment Register
d. Format
e. Confirm
f. Final Payment Register.
10.7:
If you are using the application in character mode, navigate to the Reset Payment Batch form. The navigation path is
\Navigate --> Controls --> Payment --> ResetPaymentBatch.
Select the payment batch name and the system displays the status of the batch. Your options for proceeding vary according to the batch status.
11.5.8/9
You can perform actions on your batch in Payment Batches form by clicking on the Actions button. The appropriate actions are highlighted depending on the status of the batch.
THIS SECTION TALK ABOUT THE DETAIL TECHNICAL OVERVIEW
Payment Conversion Technical Overview
For the conversion is concern we are following four-step process
I.Defined and prerequisite steps as discussed above
II.Selecting the Invoice
III.Building the Payment
IV.Confirm
THESE ARE THE PREREQUISITE SETUP
We are assuming the bank set is already done from 10.7 to 11i.Bank set up means bank account id, and its corresponding payment format.
For this purpose we are using mapping function for bank account id and on that basis we are getting corresponding checks stock id.This means defining a payment documents for disbursements
SELECT INVOICES
When a payment batch is started one row for each record is created in the
AP_INV_SELECTION_CRITERIA_ALL table.
This table stores the criteria that a payment batch uses to select invoices for payments. The module name for the Auto Select process is APXPBSEL. The Select Invoices, or AutoSelect, is the first step in the payment batch process.
When we run a concurrent program the AutoSelect process starts by loading records that meet the invoice selection criteria into the table AP_SELECTED_INVOICES_ALL from the tables AP_INVOICES_ALL and AP_PAYMENT_SCHEDULES_ALL.
The criteria that AutoSelect uses to determine which record to select from AP_INVOICES_ALL and AP_PAYMENT_SCHEDULES_ALL is stored in AP_INV_SELECTION_CRITERIA_ALL.
To be sure that no duplicate invoices get selected, invoices that are already selected in another payment batch are not selected. Invoice payments that have no remaining payment amounts are not selected either.
BUILD PAYMENTS
The module name for the Build Program is APXPBBLD. From the list created by AutoSelect, the Build program determines which invoices will be paid on each
Payment document, and lists this information on the Preliminary Payment Register if Selected. The Build program is spawned when AutoSelect has completed. When the Build Program starts, the application uses information from the table AP_SELECTED_INVOICES_ALL to create rows in the table AP_SELECTED_INVOICE_CHECKS_ALL.
In addition to creating rows in the AP_SELECTED_INVOICE_CHECKS_ALL, the build payments program also performs the following tasks:
• Assigns document numbers for payments
• Assigns Check Ids
• Renumbers the remaining documents starting from the first_available_document
• Updates the payment batch status to BUILT
Since we are doing conversion from 10.7 to 11i where all payments need to converted hence we are keeping payment batch status as ‘FORMATTED’
CONFIRM
This is the final step for the payment batch process, where we will pick a payment batch from front end, and then making confirm. The menu for this
AP Payable =>Payment Batches form =>by clicking on the Actions button
Internally the confirm program first updates the AP_SELECTED_INVOICE_CHECKS_ALL records,
then transfers those records to
AP_CHECKS_ALL.
In addition, the AP_SELECTED_INVOICES_ALL
records are transferred into the corresponding
AP_INVOICE_PAYMENTS_ALL,
AP_INVOICES_ALL and
AP_PAYMENT_SCHEDULES_ALL.
Table Involved in Payment Batch Process
These are the various table involved in the payment process of 10.7 and 11i.It is recommended that if corresponding earlier conversion is done then use the mapping function to get the new value.
oAP_SELECTED_INVOICES_ALL
oAP_INV_SELECTION_CRITERIA_ALL
oAP_INVOICES_ALL
oAP_PAYMENT_SCHEDULES_ALL
oAP_SELECTED_INVOICE_CHECKS_ALL
oAP_CHECKS_ALL
oAP_INVOICE_PAYMENTS_ALL
oAP_PAYMENT_SCHEDULES_ALL
oAP_INVOICES_ALL
oAP_BANK_ACCOUNTS_ALL `
Common Issue:
1.Determine the status of the Payment Batch?
A: Query up the Payment Batch in the Payment Batches Summary window to view the status. If you can not get into the application, you can select the status from SQL*Plus:
SELECT status FROM ap_inv_selection_criteria_all
WHERE checkrun_name = ?<payment batch name>?;
2. Don’t change the last update date
We are doing the conversion for payments, hence we can’t change he last_updated_date to sysdate as this will create a problem by concurrent program, in that case we need to populate the field for FUTURE_DATED_PAYMENT=’N’
3. don’t populate the value for INVOICE_PAYMENT_TYPE
If there are some prepayments in the conversion process donor populate this field and pass NULL, otherwise this will create a duplicate invoice, which will cause a problem for concurrent batch for payment.
Hope now you will be very clear about the process.
let me me offline, if you need further.
regards
sanjit
[email protected]

Similar Messages

  • Combined Upgrade and Unicode conversion question

    Hello Everyone,
    I will be performing combined Upgrade and Unicode conversion soon. Currently i have run Prepare and do not have any errors.
    I have already run SPUMG consistency check and i do not have any errors there. Since this is Combined Upgrade and unicode conversion according to guide i do not need to do the Nametab conversion right now. But now if i go this place:
    SPUMG -> Status -> Additional Information  , i see a status with red for Unicode nametabs are not consistent or not up-to-date.
    Please let me know if i can ignore this step and do the nametab conversion after upgrade is complete and before unicode conversion.
    Thanks,
    FBK

    Please follow the instructions from the guides.
    The Unicode nametabs will be generated automatically during the upgrade.
    An additional check is integrated into the final preparation steps in the target releases.
    Regards,
    Ronald

  • Upgrade - 3 way match data conversion

    I am on an upgrade project(erp 6), the question posed to me is: What is the best way to convert data to new system when there is a PO and a GR, but no IR at the moment ?
    Previously this company did upgrades and for this scenario, left the items in legacy and waited for the IR, made payments and adjusted account balances in the new system.
    The CFO does not want to do it that way this time. Does anyone have experience with best practice for a migration of this kind, with the key points of ensuring inventory and GRIR balances are correct.

    Dear,
    Which application areas belongs the intens PO, GR and IR ?
    Then I will advice the responsible application team to check your question .
    regards,
    Lucio Rodrigues

  • R12 Oracle Payables Invoices and Payments conversion

    How are open AP invoices and payments converted from R11i to R12? Please suggest documents/notes on how this can be done and if there are any APIs to be used for the data conversion, please suggest those.
    Thanks

    If you are going to perform an upgrade from 11i to R12, pl check the upgrade guide at http://download.oracle.com/docs/cd/B40089_10/current/html/docset.html for steps necessary before performing the upgrade (along with the ML Doc noted above).
    If you are planning a re-implementation, you will need to extract the data from 11i and load it into R12 via open interface tables and APIs. APIs are documented in the "Integration Repository" responsibility in your R12 instance.
    HTH
    Srini

  • Upgrading to  Mountain Lion Pre Install Questions

    HI:
      I will be installing Mountain Lion Next week.
    I have read through many of the turotrials and quired most of the following  I still have a few questions.
      I have some concerns in particular regarding the contents of my mail boxes and mail.
    I have backed up unto an external harddrive using time machine. When I click on the mail app I can't access it and see if the contents are there. I just get a window showing the specs.
      From what I have read all my documents applications and system info are backed up.
    1} Will the contents of Mail Inbox and personal Mail Boxes be either on the external drive or in Mail itself after I upgrade?
    2} Will I need to up grade iWork  and other Mac programs after the upgrade?
    3} Does time machines automatic backup, back up everything or do I need to do a manual back up for some thing?
    4} Will I need to load new drivers for external devices such as my printer and mouse?
    5} Will I need to reload third party soft ware such as Adobe Elements 9?
    6} Will my bookmarks and homepage be saved in Safari?
    Lot's of Questions, I have limited broad band width and will need to do most of this from a friends and internet cafes so I need to be prepared time wise and finanancialy as some things will have to be done at home and are going to push me into the next teir of my flex plan, possibly past the final teir.
    Any and all advice will be appreciated.
    Pantheria

    1. You have a backup of your mailboxes in Time Machine that you can restore, but Mail won't modify your mailboxes during the upgrade. The first time you open Mail after the upgrade, it will upgrade your mailboxes to be able to work with that new version.
    2. If you upgrade from Snow Leopard, you should know that there's a newer iWork '09 version for Lion and Mountain Lion that make it compatible with iCloud, so you will have to install updates for iWork at least. Respecting to other apps, you have to consult it with the developer.
    3. Time Machine makes a backup of everything in your OS X partition, and it makes automatic, hourly backups. If you want, you can also make a clone with Carbon Copy Cloner or Disk Utility's Restore feature in another external disk. The advantage is that you can start the Mac from it.
    4. Theoretically, Snow Leopard, Lion and Mountain Lion use the same printer drivers. Respecting to the mouse, if you are using a third-party mouse, you have to consult with the developer if your mouse is compatible with OS X Mountain Lion.
    5. Third-party apps won't be deleted unless they aren't compatible. See > http://www.roaringapps.com
    After downloading OS X Mountain Lion, I recommend you to make a bootable copy with Lion Diskmaker, so you won't have to download OS X Mountain Lion each time you have to reinstall OS X Mountain Lion

  • Upgrading y Gx60 Hitman Other general questions!!!!!

    Ok first off i love my new laptop had it for about 3 months or so. But couple of things bug me one the single channel ram (its like they are saying PLEASE VOID MY WARRANTY) So im gonna have to open it up and at least put another 8gb stick of ram in it   But i also want to Put a ssd in it. Ive been reading on here and want to know about this super raid can i just buy a say 128gb ssd or rob the one out of my desktop and get the drivers and get super raid?? I have never ran raid in a system before so im lost there is it just software or do you have to have the hardware to do it?
    Ok also do any modded bios exist or does anyone know how to overclock the APU/CPU its the AMD-A10-5750m. Im sure this rig can hit 3.8ghz or higher on a overclock. My last msi gaming laptop a gx630 i got to 2.649ghz and hold a world record for the highest overclock on air with it for a AMD ql-62.   I also got some pretty high clocks on my old laptop a llano A6 3420m up around 2.7ghz up from 1.5ghz.   I know this chip can handle more im only hitting around 45-5x C under load.   So if anyone knows anyway i can get a little more out of it.
    Another questions what is the highest ram frequency you can put in this laptop i read some where 2133mhz. But not sure.  
    Thanks all for the information im always looking for ways to get a little bit more performance out of my machines so if you have any suggestions let me know.

    Hi, I think you will need to go to local MSI service site for the upgrade. Furthermore, Super Raid is not only about adding one more SSD but also needs to have a module connected and driver support. So, personally, I don't suggest you do this by your own... hope this helps.

  • Upgrade from CS2 to CS5 multi-questions

    A few questions actually..
    I very recently just bought an upgrade from Photoshop CS2 to CS5. Everything went well but I don't understand a few, possibly trivial, things.
    During the installation process, I in no way had to supply information about my CS2 licence to prove that I even have it. How do you guys make sure that someone who doesn't own a previous version of Photoshop isn't saying that they want an upgrade, thus avoiding the full price of the product?
    Also, when you upgrade, does your old previous version license become deactivated? Are you suppossed to remove it from your computer or some other process?
    Lastly, when I downloaded the upgrade, I downloaded both CS5 for 32 and 64 bit by default as they were both there. Do I need both on my computer and what's the difference between using/having the two?
    I'm running Windows 7 Home Premium 64 bit to clarify.
    Thanks in advance!

    If you purchased and upgrade then it should ask for a qualifying serial number.  It is also possible you purchased an upsell which means you were basically given a copy of the full version at a discounted price.  The qualification process is done when you purchase the software.
    You can continue to use your CS2 license.  You can not however sell it as it is qualifying you to utilize CS5.
    For questions about 64-bit I would recommend reviewing http://blogs.adobe.com/scottbyer/2006/12/64_bitswhen.html

  • Payment run questions

    Hi
    Can any one tell me answers for the questions below
    u2022     How many bank accounts can a vendor have in his vendor master data?
    u2022     How many countries can be executed on the same payment run?
    u2022     Can different payment file formats be configured for the same payment method in a Company code?
    u2022     What payment IDOC type's we have ?
    Thanks
    Sri
    Moderator: Please, respect SDN rules and don't ask several (interview-like) questions in one thread

    Dear Sri,
    u2022 How many bank accounts can a vendor have in his vendor master data?
    u2022 How many countries can be executed on the same payment run?
    u2022 Can different payment file formats be configured for the same payment method in a Company code?
    u2022 What payment IDOC type's we have ?
    1. strange question: It is clear that avendor can have more bank accounts for the same bank key; anyway SAP let You save all the bank accounts a vendor can have. don't worry.
    2. into the payment run You insert the Company codes, not the countries
    3. You can have only one format for each payment method.
    4. please check it by WE02
    I hope this can help You.
    Mauri

  • Snow leopard conversion question

    I have two separate questions
    1) I have my macbook setup the way I want it with all of my files all organized and itunes all loaded, etc. If I upgrade to Snow Leopard do I basically start from scratch? Will I have to reload all my software, files, preferences, etc?
    2) I run bootcamp at work and I absolutely need my Windows to stay untouched, will upgrading to Snow Leopard affect my Windows partition?
    Thanks for all your help, I'm a recent PC to Mac convert, so I'm new to this.

    1) I have my MacBook setup the way I want it with all of my files all organized and iTunes all loaded, etc. If I upgrade to Snow Leopard do I basically start from scratch?
    No. It will just upgrade OSX. It shouldn;t change anything in your home folder.
    Will I have to reload all my software, files, preferences, etc.?
    If all your files and data are in your home folder, and you haven't moved any OSX system files or applications from their original locations, everything should be the same after the upgrade.
    2) I run Boot Camp at work and I absolutely need my Windows to stay untouched, will upgrading to Snow Leopard affect my Windows partition?
    The Snow Leopard DVD should have updated drivers for Boot Camp, but just upgrading OSX shouldn't touch the Windows partition. You will have to boot Windows to install its drivers.
    In any case, make sure you have good backups of the entire drive before upgrading. The drive does a lot of work during an upgrade, so if it;'s about to fail, it will probably happen during an upgrade.

  • Pre-order pickup, reward certificat​e, and payment option questions

    I pre-ordered an item on bestbuy.com for pickup at a local store. When I got there, I asked if I can use my reward certificate and the customer rep said that I couldn't. Is that true? 
    Another person next to her said she could back out the charges and re-enter the item, but when I told her I got it at a special pre-order price (gamers club unlocked price) she said she wouldn't be able to honor it.
    Also, if I bought an item online and picked it up at the store. Can I change my payment method at the register? I asked someone a couple weeks ago and they said they couldn't change payment methods.
    Solved!
    Go to Solution.

    Hi there Mcbutters-
    We appreciate that you choose Best Buy to place your pre-order!  I’m sorry to hear about the confusion you’ve had with this order and some others around how to get that reward certificate added to an order.  Hopefully I can help clear some things up for you.
    To answer your first paragraph, that it technically true.  When you place an order for in-store pickup, you are charged for the order when the store indicates it is ready for pickup.  At that point, the payment method cannot be changed.  However, once the transaction is complete, the store may be able to perform a return and then re-ring the purchase for you.  Keep in mind however, that any funds used from gift cards, reward certificates and your credit card would not be immediately available as in general it takes a few business days for those funds to go back on the cards or accounts.
    This leads me to my next point, which is generally we are unable to modify the payment method beyond changing a credit card on your order beyond 30 minutes after the order has been placed.  While your credit card is not charged until the item ships or the store indicates that it is ready for pickup, the card is generally authorized right away for 3-5 business days.  This is the same time frame we offer for changing shipping or pickup options as well, you can find more information on that here.  Another option would be to do as Batman1982 suggested and cancel your order to then place a new one.  Again, it may take a few business days for funds to return to gift cards, your My Best Buy account, etc.
    However, there should be no reason why they would not have been able to apply the 20% off new games software benefit that you get from being a Gamers Club Unlocked member.
    I hope that this helps, but if you have any further questions, please let me know.
    Bill|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

  • SQL 2005 Upgrade complete! - Post installation tasks questions!

    Hi All
    I have managed to upgrade our DEV and TST ECC6 systems to SQL2005 (from SQL2000) and so far all seems ok however I have a a few questions and checks I would like some help with. I have included my post installation tasks at the bottom of this post, so you know what I have done.
    I have noticed that when I  run SGEN I get a short dump  LOAD_VERSION_LOST which I am not sure what this means.
    If there is anything else I need to do or should do please let me know.
    Thanks
    Phil
    <b>Post Installation Tasks</b>
    <u>SQL Queries</u>
    exec sp_configure 'show advanced options', 1
    reconfigure with override
    exec sp_configure 'max degree of parallelism', 1
    reconfigure with override
    exec sp_configure 'xp_cmdshell', 1
    reconfigure with override
    alter database <SID> set page_verify checksum
    go
    alter database <SID> set auto_create_statistics on
    go
    alter database <SID> set auto_update_statistics on
    go
    alter database <SID> set auto_update_statistics_async on
    go
    dbcc updateusage ('<SID>')
    go
    exec sp_updatestats
    go
    <u>SAP Tasks</u>
    Check SM21/SM50/DB02/ST04/ST22/SICK for any unusual error messages.

    Hello,
    I want run the below script on SQL 2005, can anyone tell me how I run it in SQL 2005?
    exec sp_configure 'xp_cmdshell', 1
    reconfigure with override
    I need to enable xp_cmdshell in sql 2005
    Reg,
    SAT

  • Data conversion questions

    Hi Everyone,
    I'm confused by the data conversion rule and how to do it in abap, could you help me about some of my questions?
    1. How many ways to do data conversion ( like assignment .....)?
    2. When using field symbol, we know we can assign reference to field symbol , and at mean time , we can casting type.
        Is this kind of casting also a way to do data conversion?
    3. In my real case, I have unknown type data to convert to xstring. the type could be any ( I, D, T, STRING......). Is there an easy way to implement that when I get the data reference, I only need to import it to a method and then the method return an xstring to me?
    4. question 3 is about data->xstring, and how can I convert xstring back to the original data( should be the same type )?
    Thanks and Regards,
    Aaron

    Hi Aaron,
    try this FM:     CONVERSION_EXIT_ALPHA_INPUT
    is useful for convert different data type, here an example:
         call function 'CONVERSION_EXIT_ALPHA_INPUT'
              exporting
                input         =   A    ( type unknown )
              importing
                output        =  B  ( type xstring ).
    Perhaps that helps,
    Regards,
    Davide

  • AppleWorks spreadsheet conversion questions

    I just traded up from my MDD G4 to a new Mac Mini. I've used AW 6 for years and have a number of spreadsheets that I use in my business. The spreadsheets are amortization applications where I enter the date a payment is made and it calculates the interest, principal and remaining balance from the date of the last payment.
    When I open one of these spreadsheets with Numbers there is a ' + ' next to the dates that I have entered. I have always entered the days like this: Jan 7, 2007 etc. I'm guessing that this has something to do with International Preference Pane under Formats. Under Formats it's set at 'short' which shows the date as 1/7/07. If I chose 'medium' it shows the date as Jan 7, 2007. If I change the Format to medium with that solve the issue of ' + ' showing after the dates? If I change the Format to medium what other things on my computer will it affect?
    Another questions. In the upper left hand corner of almost all the spreadsheet boxes is a 'blue' flag. If I click on the blue flag a popup appears that says 'formula compares a date to a number'. This is in the boxes that computes the beginning balance, interest and ending balance.
    I don't understand what it's trying to tell me and it seems to compute correctly. Can someone fill me in on what Numbers is trying to tell me?
    I hope you can figure out what I'm trying to explain here I realize that it may be confusing and I'm not very good at explaining things like this.
    Thanks,
    Doug

    When I've imported Excel files, at the end of the import show alerts (Review) then select "Clear All."
    Regards,
    Here are some screen shots:
    Empty Cell "errors" can be Ignored in the Main Numbers' Preferences:
    Note the "+" signs being displayed in the date cells and clearing all alerts:
    Regards,

  • GL Balances Conversion Question

    Hi,
    Recently I started working in oracle apps so you can consider me as a beginer.Now; I'm working on a GL Conversion project. We have balances from 2003. It has been decided that we will convert the balances from 2003-2006 and for 2007, 2008 we will convert in detail (every journal). We also use multiple currencies. My question is on extracting the balances. There are various values for Translated flag and some thing about BEQ columns.
    I will appreciate, if you can tell me what balances I should extract for conversion purposes.
    Thanks for your help !!
    Shreekar.

    Can you give me details of what you have done?? i have the same issue and i do not know what has to be done
    Thank you!

  • CSS Software upgrade from sg0720003 to 8.20 questions

    Questions:
    1. To go from 7.20.3 to 8.20.x - do I need to go to a intermediate version first.
    2. On Cisco Softwrae Sownload site for CSS, I can see 3 files as follows:. Which one do I use to upgrade?
    sg0820303.adi
    Release Date: 04/Aug/2009
    WebNS Operational Software Image
    Size: 69153.70 KB  (70813388 bytes)
    sg0820303.adi-gz
    Release Date: 04/Aug/2009
    WebNS Operational Software Image
    Size: 23132.62 KB  (23687797 bytes)
    sg0820303.zip
    Release Date: 04/Aug/2009
    WebNS Operational Software Image
    Size: 20292.92 KB  (20779946 bytes)
    3. Any gotchas / traps to remember before the upgrade.
    4. Is the prefered upgrade method - Manual or Automatic - Any advantages / disadvantages of either method?
    5. Is there a document with the upgrade procedure only?

    Hi,
    You need to upgrade to an intermediate version of the software before you can upgrade to 8.20.  Acceptable versions are 7.30.4.02, 7.40.2.02 and 7.50.1.03. This is documented in Appendix A of the CSS 8.20 Admin manual - as is the upgrade procedure. AFAIK this is the only document that describes the update process.
    For the upgrade you can use either the .adi or .adi.gz file - the CSS will automatically decompress the gzip version if you choose to use it.
    Check the Release Notes for any changes to syntax for commands that you use.
    I've used the automatic update process - assuming that the script would know what to do.  I did make sure that I had backups of the config archived on the CSS and on the FTP server - along with certificates.
    HTH
    Cathy

Maybe you are looking for