Trouble installing another instance; working through 70-463 Training Kit

I downloaded an evaluation copy of SQL Server 2012 from Microsoft and have been working through 70-463 training kit.  Everything has been going well, I am now on Chapter 11.
The practice in Chapter 11 ask me to install another instance of SSIS that will be my SSIS Server.
I open the SQQL Serer Installation Center, click on "New SQL Server stand-alone installation..."  A dialog box opens asking me to browse to Installation media on my file system.
I have no idea where the installation media would be, I thought it was on the Microsoft site???  But I can't browse to an internet site from this dialog.
Was the media downloaded somewhere on my PC?  I looked in my downloads folder but saw nothing...  except my copies of adventure works data files.
Need to deploy to this new instance in the next practice too..
If anyone could help me solve this problem, it would be much appreciated..
I would think it is possible or I am doing something wrong, otherwise they would not have added ths practice to the book.
Thanks very much,
Mike

Mike: I guess you opted to open it versa saving it 1st, well download it again. It must has been placed into the temp directory %temp% (type in DOS window) and sort by date. But it might be gone by now as well.
Arthur My Blog

Similar Messages

  • Create MS SQL Server 2014 instance for TSQL2012 sample database Training kit (70-461)

    Hi,
    I just bought the Training kit (70-461) Querying Microsoft SQL server 2012. I downloaded Microsoft SQL Server 2014. I have also downloaded the script for the sample database -
    TSQL2012.sql.
    Basically I want to set up the sample database and practice my SQL queries. How do I log into
    Microsoft SQL Server 2014? Basically I am doing this on my home computer. It is asking me for Server type, Server name, and Authentication. Do I have to set up a server instance to run and create the sample database? How?
    Thanks.
    Peter

    Do you see anything in the Server Name at all?
    So, in the first drop down you need to select Database Engine.
    In the second (for Server Name) if you see anything, then try selecting it.
    If there is nothing, try methods described in this article
    http://sqlserver-help.com/2011/06/19/help-whats-my-sql-server-name/
    to find the actual name.
    Then, try choosing Windows Authentication and try connecting. If this would not work, then you do need to try using sa and sa's password. If there is no way to find that sa password, then perhaps it's better to clearly uninstall and re-install. If you want,
    I'll move your thread into either 'Getting Started' or Data Access forum as it doesn't seem to be related with Transact SQL.
    For every expert, there is an equal and opposite expert. - Becker's Law
    My blog
    My TechNet articles

  • Having trouble installing photoshop or lightroom through creative cloud installer

    My correct password is not being accepted by creative cloud install and not letting me download photoshop or lightroom free trial. Please can anyone help?

    Was meant to read creative cloud installer not install

  • Install Directory Instance through command line

    Hi,
    i tried to install an slapd instance through console, it is not working . Is any body know how to install an instance[b[b]] throug command line. i tried setup,but it is re-installing the existing instance.
    Scenario is :
    There is a slapd instance running , i want to install another instance, but the console sits there showing "Creating new slapd Instance", it sits there for ever and does not do any thing.
    Iam doing it on SUN 2.8 with directory 4.16SP1. My configuration of existing directory is storing in differnet machine, means my o=NetscapeRoot is not where i am installing slapd instance.
    Any help or suggestions.

    If you are using a remote console, try using the console local to the server root.
    Silent install of an instance can be accomplished, it's documented here:
    http://docs.sun.com/source/816-5610-10/silent.htm#11284

  • Install a instance opf dialog in another S.O

    Hi experts ,
    Can i install another instance in a different S.O where i have the central instance , i have the central instance in Aix and i want to install another instance of dialoge in Windows , it is possible ?
    Thanks a lot .

    Hi ,
    I have the CI on Aix and a DB  DB2 for z/OS , there is a note 680617 that said that is posiible but the Reason and Prerequisites of the note is :
    You want to install an application server (dialog instance) on Windows in an ABAP configuration where the database and central instance are running on UNIX.
    So i am nout sure because i have the DB in a Z/OS .
    THanks .

  • Installing another WLS 6.0 instance in same root /bea directory

    I have a running WLS 6x instance in /bea/wls6***. I want to put another
    instance in /bea directory as a totally separate instance (/bea/wls6trn
    e.g.) Is this a valid way to do this or do I need to go ahead and install to
    another separate filesystem.
    daryl

    Daryl,
    What is it you are trying to accomplish? You do not need to install the software
    multiple times to have multiple instances running on the same machine. In fact, I
    always recommend to our customers that they never use the BEA-HOME directory
    structure to store ther application-specific data. If all you want to do is create
    two separate domains on the same machine, do the following:
    1.) Install the WebLogic Server 6.1 (or 6.0) software (it will go under
    $BEA_HOME/wlserver6.1).
    2.) Create some other directory somewhere outside of the $BEA_HOME directory
    structure (e.g., /usr/myApp1).
    3.) Copy the $BEA_HOME/wlserver6.1/config directory to /usr/myApp1 (you can delete
    the examples and PetStore directories under /usr/myApp1/config directory).
    4.) Edit the /usr/myApp1/config/mydomain/startWebLogic.sh script to reflect the
    fact that the WebLogic software is installed elsewhere.
    5.) Repeat steps 2 through 4 as many times as you want to create as many instances
    as you want...
    Hope this helps,
    Robert
    BEA Weblogic Support wrote:
    Hi Daryl
    That is a weblogic 6.x design constraint. Weblogic 6.x keeps the history of
    versions under BEA-HOME, in the registry.xml file. So, if you have already
    installed same weblogic version with same service pack level then the installer
    won't allow you to install it second time. You should have different bea-homes.
    I hope this clarifies your query.
    Thanks & Regards
    BEA Customer Support
    Daryl Davis wrote:
    I believe you. But I do have a question. If two different versions work,
    why won't two of the same?
    daryl
    "BEA Weblogic Support" <[email protected]> wrote in message
    news:[email protected]...
    Hi Daryl
    Greetings...!
    How are you doing?.
    You can have different versions under same BEA-HOME. For example
    BEA-HOME is /bea
    ----/wlserver6.1(weblogic6.1 build)
    ----/wlserver6.1sp1 (weblogic 6.1 with sp1build)
    ----/wlserver6.0sp2 (weblogic6.0 with sp2 build)
    But you can't have more than one wls instance of same version under one
    BEA-HOME. You have to choose different BEA-HOME, /beatrans
    Thanks & Regards
    BEA Customer Suppot
    Daryl Davis wrote:
    I have a running WLS 6x instance in /bea/wls6***. I want to put
    another
    instance in /bea directory as a totally separate instance (/bea/wls6trn
    e.g.) Is this a valid way to do this or do I need to go ahead andinstall to
    another separate filesystem.
    daryl

  • Having trouble installing ProIX on new Windows 8 machine after XP crash.  Get almost ll of the way through and get an error box ... contact system support.  Only way out is to abort and then it un-installs.  Wondering if a licensing max issue since we did

    having trouble installing ProIX on new Windows 8 machine after XP crash.  Get almost ll of the way through and get an error box ... contact system support.  Only way out is to abort and then it un-installs.  Wondering if a licensing max issue since we didn't get an opportunity to uninstall off of crashed machine?

    Hey robr72339266,
    With a single user license, you can install Acrobat on maximum two computers, say, your laptop at work and desktop at office.
    But, you cannot use Acrobat on both the machines simultaneously.
    You will first need to deactivate Acrobat from the old machine, then install and activate the software on the new OS with the same serial key.
    Please Contact | Adobe to seek help on the same.
    Regards,
    Anubha

  • CommandAction works through OnDeviceDebug, but not when installed from jar

    Hi everybody,
    I'm trying to run a HelloMIDlet example and if I run it on emulator it works fine, also when I run it on mobile through OnDeviceDebug from eclipse it works fine, but when I install a jar file and run the application it ends with Application Error message and it exits. I found out that the problem might be in the CommandAction method, because when I use this:
    public void commandAction(Command c, Displayable s) {
              notifyDestroyed();
    }then the application works also when installed from jar, but when I use this:
    public void commandAction(Command c, Displayable s) {
       String label = new String("Exit");   //just for test
       if (label.equals("Exit"))
         notifyDestroyed();
    }then it ends with Application Error right after I run the program (and it works when I use OnDeviceDebug). I'm using jdk1.5.0_06 and WTK from Sony Erricsson (my target device is W800i, which supports CLDC1.1 and MIDP2.0)
    My manifest file is
    Manifest-Version: 1.0
    MicroEdition-Configuration: CLDC-1.1
    MIDlet-Name: HelloMIDlet
    Created-By: Sun Microsystems Inc.
    MIDlet-Vendor: Sun Microsystems, Inc.
    MIDlet-1: HelloMIDlet, , HelloMIDlet
    MIDlet-Version: 1.0
    MicroEdition-Profile: MIDP-2.0
    MIDlet-Description: Hello Worldand I don't use the jad file when installing the application (seems to be unecessary when you have a manifest file inside the jar). And I'm unable to debug it because when debugging then it works normally. Also I tried to recompile the BluetoothDemo and the same error(and works through OnDeviceDebug). And when I installed the jar file, which is originally distributed with BluetoothDemo then it worked. When I compared original jar file and my jar file then the only difference was in the size the class files (class files compiled by me were bigger then the class files in original jar file (which work)).
    Any ideas guys and girls?

    I tried that approach but it doesn't work either. I think maybe my directory structure is wrong.
    C:\IRS\IRS.jar
    C:\IRS\irs.hs
    referenced: jar:file://C:/IRS/IRS.jar!/irs.hs
    Am I doing this right?

  • Hello i am having trouble installing itunes 10.5 on my laptop i have windows vista. it says error 7 windows error 998. i now have no itunes. i have tried to uninstall itunes but it still wont work and keep coming up with that message. please help!

    hello
    i am having major trouble installing itunes. i had itunes working fine and i went to update it as it told me there was an update which i thought i did. i went on my laptop the next day and it said "itunes was not installed correctly error 7 windows error 998"
    i read a few articles on here but i am having no joy. i uninstalled itunes and reinstalled and that did not work. i also unistalled some other apple things cant remember the names sorry!
    i am not a whiz on a computer so really need some help please!!

    Installing, and uninstalling, applications never touches or removes the data.
    Clean out and uninstall all the apple programs and software thru Programs and manually.
    Might want to use Revo and CCleaner
    I always use manual standalone installers (and keep a couple backup versions)
    itunes 10.5 may affect iTunes media playlists, not sure, depends on what you have.
    A search of these forums will show some threads.
    I'd clean up vista, you need SP2 or later, and specific error message?
    I wonder as you arenot the first with a dell if maybe the OS or included software.
    Security programs like Norton and older versions of Kaspersky have been implicated.
    Also settings in IE that affect pop-ups and plug-ins.

  • Hi there, i installed a system update earlier on my MacBookPro and now it wont connect to wi-fi, working through Network Diagnostics hasn't solved the issue.  all other devices here are connecting normally.  any ideas?

    hi there, i installed a system update earlier on my MacBookPro and now it wont connect to wi-fi, working through Network Diagnostics hasn't solved the issue.  all other devices here are connecting normally.  any ideas?

    Hi, this has worked for a few...
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    10.7 & 10.8…
    System Preferences>Network, top of window>Locations>Edit Locations, little plus icon, give it a name.
    10.5.x/10.6.x/10.7.x instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.
    10.4 instructions...
    Is that Interface dragged to the top of Network>Show:>Network Port Configurations.
    If using Wifi/Airport...
    Instead of joining your Network from the list, click the WiFi icon at the top, and click join other network. Fill in everything as needed.
    For 10.5/10.6/10.7/10.8, System Preferences>Network, unlock the lock if need be, highlight the Interface you use to connect to Internet, click on the advanced button, click on the DNS tab, click on the little plus icon, then add these numbers...
    208.67.222.222
    208.67.220.220
    Click OK.

  • Tried to upgrade from firefox 3.6.2 to 3.6.3, error message says another instance of firefox is running, then 3.6.2 opens. This occurs when i start firefox after restarting the computer, or when i try to install the upgrade

    Whenever i try to open firefox, i get a message that firefox cannot install the upgrade because another instance of firefox is running. Then firefox 3.6.2 will start. running windows 7 64 bit. This will occur every time i try to open firefox, after rebooting or any time i close it and reopen firefox.
    == This happened ==
    Every time Firefox opened
    == I Ok'd the upgrade from 3.6.2 to 3.6.3

    Do a clean (re)install and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    You can skip the step to create a new profile, that is not necessary for this issue.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • HT4818 I have installed bootcamp that worked properly.  Then I have partitioned the OS X 10.8.2 and installed another OS X 10.8.2 and I have got two MAC boot options and Bootcamp disappeared from the Option menu. How can I boot Windows again and keep both

    I have installed bootcamp by the bootcamp assistant and worked properly.
     Then I have partitioned the OS X 10.8.2 and installed another Mountain Lion System and I have got two MAC boot options and Bootcamp disappeared from the Option menu. However, Bootcamp still remained in the Startup Disk in the System Preferences. When I tried to boot Bootcamp using the Startup Disk it did not boot and received a message that there is no bootable device. I have not lost any data and can read Bootcamp partition from both OS X systems. Please advise how can I boot Windows / Bootcamp again? Thank you. 

    Recommendation 1: Use a VM for this. It's essentially a giant C.F. to do this with native booting, and is potentially fragile.
    But if you're going to ignore that and do this anyway, realizing that it can break anytime in particular with OS upgrades, and that it's very difficult to impossible to resize the three volumes once you've installed the systems:
    1. create three partitions, setting each to be the size for OS X copy 1, copy 2, and Windows respectively. The Windows partition needs to be set to MS-DOS format (actually FAT32) which later in the Windows installer you'll reformat as NTFS. Do not use Boot Camp Assistant to resize/partition the disk, it simply won't work for this use case.
    2. install OS X copy 1
    3. install OS X copy 3
    4. Use gdisk (available at sourceforge) which is a command line only application, to create a new hybrid MBR adding only the last partition (Windows) to the hybrid MBR and setting it to be bootable. As a concequence you will not be able to see/share either OS X volume from within Windows. The Windows NTFS volume will be visible from within OS X.
    5. Install Windows to the only partition its installer should see (confirm size), you'll need to format it NTFS first, and I suggest using the fast format option if available.

  • Trouble installing windows on my mac through VM fusion

    im having trouble installing/upgrading my windows program through VMware. i currently have XP.
    Microsoft or VM have zero support and i am looking for anybody who could help

    anywhere really you can buy it from ms directly I believe or amazon
    http://www.amazon.com/Windows-Professional-System-Builder-Packaging/dp/B00H09BOX Q/ref=sr_1_3?ie=UTF8&qid=1396108612&sr=8-3&keywords=windows+7
    it's the same windows as all computer users who install or has windows preinstalled use

  • I am having trouble installing Snow Leopard on my MacBook -it just quits midway through.  I have one GB of memory which I think should be enough. Any advice

    I am having trouble installing Snow Leopard on my MacBook.  It's around 4 years old and has 1GB Memory.  The installation just quits around 20 minutes into the process without any error message. My current OS is Leopard.

    but it didn't have Mac OS installed, the previous owner was a Windows 7 user, so that was the only OS installed in my Mac.
    The previous owner should have given you the discs that originally came with the computer. 
    Replacement System Discs can be obtained from Apple's Customer Support - US (800) 767-2775 for a nominal fee. You'll need to have the model and serial number of your Mac available.
    If you're not in the US, you may need to go through the regional Apple Store that serves your location to find the contact number - http://store.apple.com/Catalog/US/Images/intlstoreroutingpage.html

  • How can I install ASM instance in another oracle home?

    Hello:
    I have installed Oracle 10 g R2 software at a oracle home,and have create a database with an instance named ocafs withou ASM,now I want to install ASM instance and create a new database using ASM,how can I insure that the ASM is installed in it's own oracle home by using dbca or some other tools? And can I specify the instance name of the ASM?
    Thank you very much!

    Use the oui.exe (Universal Installer), it checks for existing homes. Based on what you want to do (create a new db with ASM), OUI is smart in that in will not let you create it in an existing home. It will prompt for a different location if you try to use an existing home.
    Good luck

Maybe you are looking for

  • How to set HttpURLConnection timeout while reading a stream?

    I want it got time out if the connection if lose while i read a stream from URL try {      int timeout = 700;      HttpURLConnection connection = (HttpURLConnection) downloadURl.openConnection();      connection.setConnectTimeout(timeout);      conne

  • How to anchor favorites in iOS 7

    I miss my bookmarks on iOS 7. How do I anchor them?

  • Why do my photos edited in Photoshop cause iPhoto to quit?

    I've been using iPhoto for years and in the last few days I can no longer edit or open certain pictures within iPhoto. Everytime I click on photos that have been edited in Photoshop Elements 3, the iPhoto application simply quits. Other photos that h

  • Production Order should not be confirmed if material is not issued

    Dear All, Our Client has a requirement, While confirmation of order,system should check the material issue to production order,if material not issued confirmation should not allow. Please give your valuable input to fulfill this requirement. Thanks i

  • After Effects CC 2014 and 12.2 (CC)

    i have After Effects CC 2014, now i've encountered a known bug and the workaround describes to use After Effects 12.2 (CC) instead for that step. now i have problems to find where i can download the older version, or if it is even possible as i can't