No upgrade check query for B1 8.8 in Note 1000846

Hi Experts,
I see that there is no upgrade check for B1 8.8 in SAP note 1000846 untul present. Is it difficult to develop it or just use existing one ? I am not sure if we can go on to upgrade without the query of upgrade check.
Steve

Dear Steve,
In Business One 8.8 version Pre-Upgrade checks are a part of the Upgrade Wizard. SAP Note [1357462|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1357462] encloses all the SAP Notes for pre-upgrade checks. Always refer to this collective SAP Note for the latest pre-upgrade check list and details.
For more information regarding Pre-Upgrade Checks under 8.8 please refer to the "Upgrade Wizard Online Help" or to the "Administrator's Guide 8.8 SQL", which can be found on the Documentation Resource Centre on the Portal.   
hope it helps,
Regards,
Ladislav Meszaros
SAP Business One Forum Team

Similar Messages

  • Is there any upgrade checking script for PL upgrade

    Dear Experts,
    I know there are Pre-upgrade checking script to validate database integrity before an upgrade from 2005 to 2007.
    However, is there any such similar scripts for an upgrade from 2007 PL12 to PL13? (Inter PL upgrade) or can I use the same script for the same purpose?
    Much Thanks!
    Warmest Regards,
    Chinho

    Hi Gordon,
    Thank you for your reply. Is it true that within inter-patch upgrades, there are no database structure change?
    I asked this question because sometimes I get "DB is inconsistent" error after upgrade, and I don't know why?
    Much Thanks for your Advice thus far!
    Warmest Regards,
    Chinho

  • With my Lion OS, if I upgrade to Office for Mac 2011, it will not work?

    LIke the title says, with Lion OS, even if I upgrade to Office for Mac 2011, I will still be unable to use word docs. The reason it bothers me so much is that I need both my mac.com email and the ability to send Wrod docs to my publisher. I feel stumped.

    even if I upgrade to Office for Mac 2011
    That implies you haven't upgraded yet. Yes?
    I will still be unable to use word docs.
    Why would you presume that? You'll be able to open and create any Word documents.

  • Using SQL Query for page item source does not insert populated value

    Hi All,
    Following are the attribute details of a certain page item on an edit form:
    Display As: Text Field
    Page Item Source Type: SQL Query
    Source value Expression: SELECT a from tab where id = 'ABC'
    Although the field appears populated on the screen, but the value is not inserted in the table.
    Can anyone help on this?
    Thanks in advance,
    Annie

    Annie:
    One solution is to define a pl/sql function that given a date will return the 'run-date'. Something like create or replace function get_prod_date(p_date in date) return date is
    retval date;
    begin
    select run_date into retval from tab_x where run_date=p_date;
    return retval;
    end;Change the Source Type for the page-item back to 'Database Column'
    Set Source value or expression to the 'database column name'
    Set 'Post calculation computation' to be
    get_prod_date(:pxx_date)
    Varad

  • Query for the huge table is not working.

    Hi,
    I am having a link between oracle server and Microsoft sql server let' say 'SQLWEB' this link is perfectly working fine when I query table having few hundred thousand records but It’s not working for one of the table which is having a more then 3 million record at sql server. any one of you is having any Idea why this peculiar behavior is there any limitations for this heterogeneous link is there any workaround for the same. Below you can see the first query returns the count from table but second query is getting disconnected as that’s a very huge table having millions of record.
    shams at oracleserver> select count(*) from investors@sqlweb ;
    COUNT(*)
    15096
    shams at oracleserver> select count(*) from transactions@sqlweb;
    select count(*) from transactions@sqlweb
    ERROR at line 1:
    ORA-02068: following severe error from SQLWEB
    ORA-28511: lost RPC connection to heterogeneous remote agent using SID=%s
    ORA-28509: unable to establish a connection to non-Oracle system
    Regards
    Shamsheer
    Message was edited by:
    Shamsheer

    In general you want to minimize the traffic going over the dblink. This is best handled with view on the sql server try. You might try creating a view on sql server like:
    create view all_investors as
    select * from investors
    Then from sql plus:
    select count from all_investors@sqlweb.

  • Query for all computers that do NOT have either the 32-bit or 64-bit version of a product

    I've found plenty of people asking how they can create a query that will list all of the computers that have either the 32-bit or 64-bit version of an application. I want to do the opposite.  I want a collection where all of the members do NOT have
    the latest versions of an application that comes in both 32-bit and 64-bit.
    Correct me if I'm wrong, but wouldn't a NOT IN sub-select query be the only way to get a list of computers that do NOT have an application installed?  I can create a NOT IN that works with either 32-bit or 64-bit ADD_REMOVE_PROGRAMS, but never both.

    Yes, for CM07 you will need to use sub-select. (CM12 you can use "exclude collections").
    I think you need to use an OR, between your two sub-select statements, for your requirement.
    edit: actually, maybe that should be an AND that you need. How about you try each, and let us know?
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Query for Old Data that does not match New Data within a given time period

    Hello all,
    One of the reports I need to create is for all associates who went from one department to another within a given time period. The way I ran this report in Reportsmith (pulling from our old system) was to compare the dept field from the beginning date to the dept field at the end date and it would give me those associate's that had moved. I had to do it this way b/c dept changes can happen using several different types of actions (supv change, promotion, etc.), none of them exclusive to just dept changes. We are now using Oracle HRMS and I need to create this same report with this system using SQL.
    Does anyone know how to compare data between two different dates and pull the ones that don't match? Your help will be GREATLY appreciated!
    Warm Regards,
    Yasmin E. Alberto
    HRIS Analyst
    [email protected]

    Hi, Yasmin,
    In the sample data you posted, nobody changed departments between May 1 and May 11. In fact, there were no assignments of any kind between January 16 and May 17, so I wouldn't expect any output for that period.
    A person (or rather, a duck) did change deptartments on May 20, so if you change the upper limit of the date range to
    AND    ASG_LAST_UPDATE_DATE < TO_DATE ('05/21/09', 'MM/DD/RR')you should see her.
    You've probably noticed that this site likes to compress white-space.
    To post formatted text (such as table results or indented code) type these 6 characters:
    (small letters only, inside curly brackets) before and after sections of formatted text, to preserve spacing.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • I want to setup Lightroom on my new laptop.  I have my latest serial number but it is the upgrade serial number for LR5.  I do not have the original serial number from my purchase of LR3.  How can I recover the serial number from my original purchase of ?

    I want to setup LR on my new laptop.  I have the serial number from my latest purchase but not the original purchase of LR3.  How can I recover the serial number from my original LR purchase?

    If you did register it back then, open your Adobe account with your Adobe ID and you will find it there: Find your serial number quickly
    If you still have it installed, open the System info in Help menu or look here:
    C:\ProgramData\Adobe\Lightroom\Lightroom xy Registration.lrreg

  • Retrieve underlying SQL query for deski report via java SDK in BOXIR2

    Hi all,
    I am trying to retrieve underlying SQL queries of a deski report in BOXIR2. However I find the error as
    oDataProvider = oDocumentInstance.getDataProviders().getItem(i1);               
    System.out.print(oDataProvider.getName());
    oSQLDataProvider = (SQLDataProvider) oDataProvider;
    oSQLContainer_root = oSQLDataProvider.getSQLContainer();
    But "This feature is not supported for desktop Intelligence " exception has occured.
    I am running the same query for Webi, and I did not find any issue . After several time spending in google, it appears to me that this code is supported by webi only. But "This feature is not supported for desktop Intelligence " exception has occured.
    Please help me to find out the solution in java SDK. If its not supported by Java SDK, then could you please provide me any workaround , e.g. any macro . Any help !!
    Regards,
    Nita
    Edited by: Nita Prasad on Aug 11, 2009 11:20 AM
    Edited by: Nita Prasad on Aug 11, 2009 11:25 AM

    Hi Fritz,
    I am not getting the way.. how to open the deski report programmatically. I am writing the code in this way:
    Dim oInfoObjects1 As CrystalInfoStoreLib.InfoObjects
            Set oInfoObjects1 = oInfoStore.Query("SELECT * FROM CI_INFOOBJECTS WHERE SI_NAME='" & oInfoObject.Title & "' AND SI_ID='" & oInfoObject.Id & "' order by SI_NAME")
        Dim oInfoObject1 As CrystalInfoStoreLib.InfoObject
        Dim UserCount1 As Integer
            UserCount1 = oInfoObjects1.ResultCount
            MsgBox "SELECT * FROM CI_INFOOBJECTS WHERE SI_NAME=' " & oInfoObject.Title & " ' AND SI_ID=' " & oInfoObject.Id & " ' order by SI_NAME"
            MsgBox " Total number of Deski reports are : [" & UserCount1 & "]", vbOKOnly
        Dim j As Integer
         For j = 1 To UserCount1
          Set oInfoObject1 = oInfoObjects1.Item(i)
                sFile_ReportList = StrConv(oInfoObject1.Title, vbLowerCase) & ".rep"
                sFile_Output = "D:\TraceWrite1\ " & StrConv(oInfoObject1.Id & "_" & oInfoObject1.Title, vbLowerCase) & ".txt"
                sFile_ReportListTemp = StrConv(oInfoObject1.Files.Item(j), vbLowerCase)
                MsgBox "[" & sFile_ReportList & "]", vbOKOnly
                        If Dir(sFile_ReportList) = "" Then
                MsgBox "The text file [" & sFile_ReportList & "] for the DeskI documents does not exist!" & vbCrLf & "Aborting process."
                Exit Sub
                End If
    I am getting the error on line ...  If Dir(sFile_ReportList) = "" Then...  The code is not able to locate the deski report path.
    Is this the correct way to get a deski report information? Please let me know, If I am going in the right direction.
    Edited by: Nita Prasad on Aug 18, 2009 3:47 PM

  • Need Query for empty partitions

    I am having nearly 700 partitions for a table.Now i want to find out only the empty partitions.I need query for that.
    Thankx..

    Not the most elegant solution, but it works:
    declare
    rc number;
    str varchar2(200);
    begin
    for i in (select table_owner, table_name, partition_name from dba_tab_partitions) loop
    str := 'select count(*) from ' || i.table_owner || '.' || i.table_name || ' partition (' || i.partition_name || ')';
    execute immediate str into rc;
    if rc = 0 then
    dbms_output.put_line(i.table_owner || '.' || i.table_name);
    end if;
    end loop;
    end;

  • Query for quotes not converted to Sales Orders

    Hello,
    I am relatively new to SAP B1 (little over a year now) and I am trying to build a query but I have no idea how to approach this one.
    I am trying to find Sales Quotes not converted to a Sales Order.  Sounds simple but here is where they start getting complicated.  I need to specify a date range (normally a year but could be quarterly).  Need to specify one or more items, groups, or vendors.  Need to display our cost for each item on the quote(s).
    Any help on this would be great.  I have used the query wizard in the past with some success but this one is getting way out of my comfort zone. 
    Many thanks to all who have contributed to these discussions.  It is nice knowing that I am not the only newbie around.
    Keith H

    Hi Keith.
    Following a little query for your request.
    Take note that query return only the ROWS of sales quote which are never converted in a sales order.
    It means that if you have a sales quote whit 1 rows and 1000 unit, and you convert the quote in a order for 500 unit, the quote is considered converted in a order and not displayed
    The cost is the price set in PRICE LIST 23 as you say in a your previous post.
    SELECT
    a.DocDate ,
    a.DocNum,
    a.CardCode,
    b.ItemCode,
    b.Quantity,
    d.ItmsGrpNam,
    b.Price as 'QUOTE_PRICE',
    e.Price as 'COST'
    FROM
    inner join QUT1 b on a.DocEntry = b.DocEntry
    inner join OITM c on b.ItemCode = c.ItemCode
    inner join OITB d on c.ItmsGrpCod = d.ItmsGrpCod
    inner join ITM1 e on b.itemcode = e.ItemCode
    where
    a.DocDate between [%0] and[%1]
    and b.TargetType <> '17'
    and b.ItemCode Like '%[%2]%'
    and e.PriceList = '23'
    EDIT:
    In your first post you say
    Need to specify one or more items, groups, or vendors.
    Please explain what you means for
    => one or more items
    in this point you can have some problem with the query manager...
    Hope that help
    --LUCA

  • Query Help - PO's That Have Not Been Sent

    Is it possible to make a query for PO's that have not been sent? I tried a few things and couldn't get it to work.

    I think I understand what you mean let me try and answer that,
    Yes the order comes into SAP from our website then we have someone who then creates the PO based off the sales order. During that process the person who creates the PO then sends it via email in the messaging system to the vendor. My end game is to be able to run some type of query where we could see if that person has missed any.

  • My Firefox start page had a check box for searching Canadian pages which was lost when I upgraded to 4.0. How can I get this back?

    My Firefox start page had a check box for searching Canadian pages which was lost when I upgraded to 4.0. How can I get this back?

    The default about:home page in Firefox 4 doesn't give such features. You can set the home page to http://www.google.ca to get that possibility. The results page has a "Pages from Canada" link in the side menu at the left.

  • We are interested to know how/where to check query runtimes for any Query in SAP BW?

    We are interested to know how/where to check query runtimes for any Query in SAP BW?
    Is there any table or program to get the query run time details per query for a particular day.

    Hello Sravan,
    Bex statics tables would be 'RSDDSTATHEADER','RSDDSTATINFO' & 'RSDDSTATEVDATA'. all these can found in one view 'RSDDSTAT_OLAP'.
    above can give historical statistic.
    For current Query statics : T-code RSRT, and select debug mode select display statistics and then execute.
    Once you get the output press F3(one step back), there you can see statics of the query for that particular execution.
    Thanks,
    Mallikarjuna

  • Check List for Functional Upgrade from 4.7 to ECC 6.0

    Hi Gurus,
                      Cany anybody tell me what is the check list for SAP SD Functional Upgrade from 4.7 to ECC 6.0.?
    My Email :  [email protected]
    Points for sure for useful answer
    Venkat
    Edited by: Venkat Goteti on Feb 4, 2008 5:34 AM

    If it is possible can you send me file to [email protected]

Maybe you are looking for

  • Pdftotext extracting from image files mystery

    hello all, just had a bit of a shock when I ran pdftotext (accidentally) on an unocr'd pdf file, and it extracted all the text. Running pdftohtml (as I'd intended) produced the expected output - i.e. png dumps. Curious, I then tried running it on a b

  • What is the best way to back-up HDD in order to full system restore?

    I want to format my HDD to start out fresh. I already have a Carbon copy clone of my HDD and a time machine back-up. I do not have the OS X installation disks. I just want to know the best way to restore my system after deleting all currecnt partitio

  • 1.1.3 upgrade help....

    My bad I put this in the wrong forum last time. Anyways I have the newest version of Itunes and I run vista. But everytime I attempt to upgrade my Iphone, I tunes crazy,I've re-installed Itunes 3 times, is there another way?

  • Windows Media Player on Snow Leopard

    I heard about a site called Eurosport TV or Eurosport.com where one can go to watch a live feed of certain events at the Winter Olympics (not delayed feeds that one can access on the NBC Olympics site. Anyway it's not a mission critical thing for me

  • Closing for Assets

    Dear Friends,   I Have a small problem which is creating big issue.I hope i can get solution from you all. We have done MIGO postings for Assets.But No MIRO for that. No depreciation till now .open periods for Assets 05-06 and 06-07. Now i need to cl