Trouble doing a database upgrade test for SCCM upgrade from SP1 to SP2

I'm trying to do this test and am having trouble.  I'm following the instructions in
http://technet.microsoft.com/en-us/library/bb693648.aspx.  However when I enter the command at a command prompt: setup /testdbupgrade e:\database test\sms_hlb_new I get the message: The setup command line option is not valid on this computer. 
Any help anyone can provide to get around this problem would be appreciated.  I'm not a SQL admin and haven't done an SCCM upgrade before so any tips for a newbie would be great.  Thanks!

The procedures are basically the same. You can even attach a copy of the database where ConfigMgr is runnig on (be careful to not /testupgrade the wrong one then). You cannot provide a command line parameter to point to a remote SQL server, but you can
start setup.exe on any machine (so local to the SQL where the copy of the DP is)Torsten Meringer | http://www.mssccmfaq.de

Similar Messages

  • Does my OS X qualify for free upgrade?

    Does my OS X qualify for free upgrade?

    Log into your iTunes account. Look at your purchases.. Store/View My Account. If you paid for Lion it will be in the first section. Click on "Report A Problem".  Explain that you want a refund. They answer within 24 hours, and you get your refund 3-4 days later.  I was unable to install it on my 7-month old Mac. No questions asked they gave me the refund and were pleasant about it. You must do this through iTunes, not the App Store.

  • Problem to generat an report on an SSRS for SCCM 2012 R2 SP1. I got error has occurred during report processing.

    Hi,
    Problem to generat an report on an SSRS for SCCM 2012 R2 SP1. I got error has occurred during report processing.
    In general it is no problem to generat SSRS reports, but an custom one i get issue with.
    The Error:
    An
    error has occurred during report processing. (rsProcessingAborted)
    Query
    execution failed for dataset 'DataSet1'. (rsErrorExecutingCommand)
    ExecuteReader:
    CommandText property has not been initialized

    Hi SaiTech,
    According to your description, when you render report on SCCM 2012 R2, you got the error message.
    According to my knowledge, the issue can be caused by following reasons:
    Select permission not granted to ConfigMgr reporting account. We need to open the SQL management console and open the properties dialog box of configmgr db, grant select and execute permission to ConfigMgr reporting account.
    Reporting Services Web Service URL or Report Manager is false. Make sure Web Service URL and Report Manager URL are correct. Restart SMS_Executive service and reinstall Reporting Service Point, then please render the report again.
    Report timeout. Increase query and report timeout.
    If the problem remain unresolved, please provide detailed information of SRSRP.log (default location: %programfiles%\Microsoft  and Configuration Manager\Logs) and reporting services error log(default location: %programfiles%\Microsoft SQL Server\<SQL
    Server Instance>\Reporting Services\LogFiles), it will help us move more quickly toward a solution.
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.
    Wendy Fu
    TechNet Community Support

  • Upgrading from sp1 to sp2

    Team Portal -
    I just upgraded my application from Sp1 to Sp2 (basically right click on application
    and select Install -> Update Portal Libraries).
    Do I need to do anything to the domain, or just rebuild and redeploy the ear file?
    Thanks
    Regards,
    Neeraj

    I didn't do anything to the domain, but I did "install portal" and "install
    weblibs" too.
    I first did only the update too I think, work perfectly till I made a simple
    jsr-168 portlet with the wlw wizard that didn't work.
    Thank you for any and all help,
    Geoffrey
    "Neeraj Harlalka" <[email protected]> schreef in bericht
    news:3fe72282$[email protected]..
    >
    Team Portal -
    I just upgraded my application from Sp1 to Sp2 (basically right click onapplication
    and select Install -> Update Portal Libraries).
    Do I need to do anything to the domain, or just rebuild and redeploy theear file?
    >
    Thanks
    Regards,
    Neeraj

  • I have an IMAc 5 with OS 10.6.8.  I am having trouble doing a iDVD.  Can I remove photos from iphoto to an external device to free up space on my computer?  what do I need and how do I do it?

    I have an IMAc 5 with OS 10.6.8.  I am having trouble doing a iDVD.  Can I move photos in iphoto to an external device to free up space on the computer?  What do I need and how do I do it?

    Hey William Dofflemyer,
    Thanks for the question. I understand you would like to move some photos in your iPhoto library to free up space. The following article may help you with that:
    iPhoto '11: Move your iPhoto library to a new location
    http://support.apple.com/kb/PH2506
    Also, I understand you have some questions about iDVD. The following video may provide more information:
    Apple - Find Out How - Movies - iDVD ’08
    http://www.apple.com/findouthow/movies/idvd.html
    Thanks,
    Matt M.

  • Need a test for fetch into from a cursor or an alternative.

    I've got a small oddity.
    Ultimately it's two cursors that are exactly the same except a part of the WHERE clause. Depending on how many records I am going through (based on a counter) I need to use one cursor or the other as the outer loop, to then process an inner loop.
    My problem is I don't quite know how to exit out of the current loop when the fetch reaches the end of the cursor. Meaning, in each of these loops, there's an IF THEN to see which cursor I'm using, and then fetch from the correct one. If I use a FOR X IN CURSOR loop, I'll have to double up the code, one for each outer cursor loop.
    What's the test in Oracle for no record found or when it hits the end of a cursor with a fetch? Or am I stuck and I can only use the exception block when the fetch fails?
    Thansk!

    You can check whether your fetch returned any data with %notfound.
    DECLARE
      l_cur   sys_refcursor;
      l_var   VARCHAR2 (30);
    BEGIN
      IF TO_CHAR (SYSDATE, 'Day') = 'Monday'
      THEN
        OPEN l_cur FOR
          SELECT dummy
            FROM DUAL;
      ELSE
        OPEN l_cur FOR
          SELECT dummy
            FROM DUAL
           WHERE 1 = 2;
      END IF;
      LOOP
        FETCH l_cur
         INTO l_var;
        EXIT WHEN l_cur%NOTFOUND;
        DBMS_OUTPUT.put_line (l_var);
      END LOOP;
    END;
    /

  • Upgrade price for logic X from logic 9

    Hi guys.
    I just Bought Logic 9 3 Months ago.
    Since i knew where were no news about logic x, no release date or such i expected it to be out at least a year from the time i'd buy it.
    Now the new version came out of the blue and i just realized that i threw my money for nothing.
    Because of this i think i deserve to get the new logic for free or at least a decent discount price on it.
    is there a mail or something that i could contact someone from apple?
    Thanks in advance.
    Alex.

    Fuzz...
    I would use the above links to try v.s. MAS feedback.
    Try explaining that you just bought it (if you did), the window of time will be key here.
    This is how all things work in our economy/market, you woudln't buy a new Car then 2 months later the new model comes out, and go screaming at them for a refund or upgrade. It's just business. If LX hadn't just came out, would you still want your money back for L9? Does it not perform the job/function you bought it for?
    The absolute best thing, especially in the world of computers/software, is to research the release history, comments/opinions and so forth, and you can generally get an idea of a new version/products surfacing. Example: Logic X this year was a no-brainer by using Wikipedia, Macrumors, Comments from Apple themselves etc.
    As for demanding your rights, you absolutley can demand and will/should have that respect from Apple, read the licenesing and purchasing info, I'm sure your rights haven't been violated, but If they have, then you have an easy case, simply document them and discuss with Apple (provide clear precise docuementation and be professional). Again, if they haven't been violated, then you need to approach it differently (IMHO).
    Please don't let the shiny new object obscure your vision, there will be a long road of patches/updates, plugins that are only 32bit being converted to 64bit etc. etc. etc. Honestly, you might want to really look at keeping 9.x for that possibly ugly transition. While 9 still has issues lingering, it's very very stable and training, books, etc. exist right now. However, with that being said, if you don't have any 32bit plugs, you purchased 9 within a resonable timeframe before X came out, then yes, I would agree, try to get the new one.
    Example: A few months ago, I purchased the iRig Mini Keyboard while under the special where the more people buy, the more software you get. I got all the iK VI's!!! However, with LX, I can't use any of them. Thankfully, I have L9! There is work in progress to bring iK's SampleTank 3 out soon as 64bit, which will supposedly be able to read all the others sounds etc., but.....progress can be a pain. This is why I decided NOT to purchase LX until I see the updated plugs and at least the 1st patch from Apple, until then I can happily keep playing/tracking my VI's etc. I'm not saying this is your case too, just saying from my perspective.
    As for upgrade price: IMHO, the main folks that should get that are the ones that purchased the boxed copies of 9 studio, I know people that purchased it for $500.00 just before MAS released it for $199.00, this was the real kick in the *****. The normal past upgrade pricing was $99.00 (i think) from one to another, maybe that's the key here?
    Anyway, that's just my two cents.
    HTH

  • Upgrade tool for technical upgrade of portal

    Hi,
    For upgrading SAP Enterprise Portal 6.0 SP 2 to the latest version of Enterprise Portal (7.0 or 7.1), is there any upgrade tool from SAP that can be used?
    An early response would be greatly appreciated.
    Thanks.

    Hi,
    Check SAP note 1245473 and 1175848...
    Thanks
    sunny

  • Upgradation steps for FSG Reports from 11.5.10 to 12i and probable issues.

    Hey i have one issue,
    we are planning to upgrade FSG from 11.5.10 to 12i
    i need steps to upgarde and what are probable issue while upgardation of FSG Reports.
    If you have any link or document where we can see this its most welcome.
    Many Thanks
    Swapnil

    Hi Swapnil ,
    All upgrade steps (also for FSG if available) should be listed in the following manual:
    Oracle® Applications
    Upgrade Guide: Release 11i to Release 12
    Release 12
    Part No. B31566-01
    Thanks,
    KAR

  • Beginner question - testing for null string from shell script command

    I'm trying to test the result of a shell script command. I want to put out a message if the result is a null string. At present I get this applescript error "The command exited with a non-zero status"
    I'm sure this is a simple question ... but I can't figure out how to do it. Help!

    You can use try clause for the problem:
    set _result to ""
    try
    set _result to do shell script "/blah/andblah"
    end

  • Upgrading from SP1 to SP2 not possible?

    Hi,
    when installing CRRuntime_12_1_mlb.exe (Crystal Reports 2008) and after that CRRuntime_12_2_mlb.exe, there is an error message like "A different version of this product is already installed...cannot continue...." (translated from German). Why is that? Isn't it possible to upgrade?
    Regards,
    Florian
    Edited by: floele on Aug 13, 2009 1:55 PM

    It should be possible. Unfortunately, my testing indicates the following:
    If you try to install CRRuntime_12_2_mlb.exe over CRRuntime_12_1_mlb.exe, you get the error.
    Trying to update the runtime using the CRRuntime_12_1_mlb.msi results in the same error.
    Same error is produced trying to update runtime installed by CRRuntime_12_1_mlb.msi and trying to update that with CRRuntime_12_2_mlb.msi.
    Possible workarounds:
    1) Preliminary test indicates that if you create your own setup project (setup.exe) or msi, the issue goes away.
    2) Uninstall the runtime from the CRRuntime_12_1_mlb.* and do a new install using CRRuntime_12_2_mlb.*
    This issue will be tracked with R&D for a resolution. I will update this thread once I have the tracking number.
    Ludek

  • MSExchangeSA and IS is not starting automatic at reboot after upgrading the server from SP1 to SP2

    I am running a 2 node DAG with separate Hub & CAS servers
    I have already upgraded the Hub CAS server and they are fine
    Exchange running on Windows 2008 R2 SP1
    All are in VM-Ware ESXi 5.0
    After I upgrade the mailbox server to SP2 the SA and IS service not starting automatic after reboot
    If I run "net time /set" command and then restart ADtopology server, the IS and SA starts fine
    But again after reboot they do not start
    Also I get the below event in the app log when the IS & SA fails to start
    Log Name:      Application
    Source:        MSExchangeIS
    Date:          05/22/2012 5:15:03 AM
    Event ID:      5003
    Task Category: General
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      server.domain.com
    Description:
    Unable to initialize the Information Store service because the clocks on the client and server are skewed. This may be caused by a time change either on the client or on the server, and may require a restart of that computer. Verify that your domain is correctly
    configured and  is currently online.
    If I check the Registry for time resource it is taking from the DC
    I manually compared the time between DC and Exchange and it is fine
    Since the Exchange mailbox is virtual, I checked the time sync on VM-Ware tools and it is "unchecked"
    Checked for group policy and do not find any specific to time sync.
    Confirmed that Windows Time service is running
    Suspecting a Operating system issue, tried to upgrade the other DAG
    Even that node is displaying the same symptom and Issues
    Tried to install RU1 on both nodes and that too did not fix the issue.
    Checked with VM-Ware engineer and he said that every thing from VM-Ware end is fine
    Is Anyone have come across the issue before ?

    Exchange 2010: Unable to initialize the Information Store
    Problem: 
    Unable to initialize the Information Store service because  the clocks on the client and server are skewed.   This may be caused by a time change either in the client or the server,  and may require a reboot of that computer.   Verify that
    your domain is properly configured and  is currently online.
    Solution: 
    Open a cmd prompt from the Exchange Server as administrator (right mouse click on the command prompt shortcut and select “Run as Administrator”)
    Run this command
    Net time \\ADServerName /Set
    Restart the Microsoft Exchange Active Directory Topology Service
    *Important!! You have to restart the Microsoft Exchange Active Directory Topology Service or this fix will not work..  I tried just starting the Information Store service after running the command it it still failed..
    This worked for me and all is well on my exchange server.
    - See more at: http://www.mountainvistatech.com/2012/06/04/exchange-2010-unable-to-initialize-the-information-store/#sthash.SwQpgQEM.dpuf

  • Download weblogic server 6.1 upgrade from sp1 to sp2

    can u give me link to download the weblogic server 6.1 sp1 upgarde to sp2

    NSRao <[email protected]> wrote in message news:<[email protected]>...
    can u give me link to download the weblogic server 6.1 sp1 upgarde to sp2go to http://support.bea.com and login. then you will see a selection for
    service packs near the bottom of the center column. you must have an esupport
    account to get the service packs.
    Wayne

  • Browser application test for Firefox with JLP

    How much different if Firefox (en-US) is configured to added-on the Japanese Language pack (JLP)?
    I'm planning on the browser test for Firefox on the following condition:
    Operating System / Windows 7 (Japanese)
    Browser / Firefox Setup 10.0.2, 11.0, 12.0 each
    *For each Firefox version, to add-on the JLP @ ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/10.0.2/win32/xpi/ja.xpi (in case of 10.0.2)
    Testing covers not just what the layout looks good, but also to check if the encoding through database functions well.
    I'd really appreceate if someone would tell me the impact on the add-on JLP to Firefox (en-US).

    cor-el, thanks for your quick answer! It makes it clear that JLP only affects strings settings and shortcut keys (keybord stuffs).
    I'm trying to test for several browsers from the viewpoint of the followings;
    1. JavaScript
    2. VMware Remote Console (VMRC) plug-in
    3. HTML5 File Reader API
    It seems that nothing can be differenct to check if these works, when Firefox addons the JLP xpi file.
    I'd really appreciate ii if you give me any extra comments aobut the test on this conditions.

  • Please help: Application doesn't work after upgrade to Workshop 8 sp2 from sp1

    Hi,
    Our application worked on workshop 8 sp1. After we upgrade system from sp1 to
    sp2, some of the part doesn't work propertly any more.
    1. netui:select seems not bind form data propertly. For drop down list box in
    forms, although user has chosen something from the drop down list box, the returned
    value in the form is always null.
    2. we use Java script window.open(url,...) to download and view files. After upgrade
    from sp1 to sp2, clients keep getting IE error complaining that "Internet Explore
    can not open this Internet site. The request site is either unavailable or can
    not be found. Please try again later", although the server and the files are all
    in local host server.
    Please help. Thanks

    Did you update your workshop application files and recompile your application?
    A few things changed between GA and sp2, some annotations were renamed, and some
    were added.
    If you open up your application in Workshop sp2, it should given you the option
    to upgrade your application.
    Failing that, you may need to go through the code that is not performing as it
    was before and check whether it was not utilising a bug that was fixed in sp2
    and thus causes it to not function correctly now.
    "Cynthia" <[email protected]> wrote:
    >
    Hi,
    Our application worked on workshop 8 sp1. After we upgrade system from
    sp1 to
    sp2, some of the part doesn't work propertly any more.
    1. netui:select seems not bind form data propertly. For drop down list
    box in
    forms, although user has chosen something from the drop down list box,
    the returned
    value in the form is always null.
    2. we use Java script window.open(url,...) to download and view files.
    After upgrade
    from sp1 to sp2, clients keep getting IE error complaining that "Internet
    Explore
    can not open this Internet site. The request site is either unavailable
    or can
    not be found. Please try again later", although the server and the files
    are all
    in local host server.
    Please help. Thanks

Maybe you are looking for