Lync 2010 Updates when database is not on Default Path?

Hi,
What is exact default Path ?  I have E drive where I installed SQL Server and I also have "CsData" folder , I can find my DBs under
E:\CsData\BackendStore\(default)\dbpath
E:\CsData\BackendStore\(default)\dyndbpath
E:\CsData\BackendStore\(default)\dynlogpath
E:\CsData\BackendStore\(default)\logpath
So i should run the command with default database path ?
Install-CsDatabase -Update -ConfiguredDatabases -SqlServerFqdn <EEBE.Fqdn> -UseDefaultSqlPathsRegardsUsman Ghani
Usman Ghani - MCITP Exchange 2010

Default path is c:\ only
http://howdouc.blogspot.com/2012/11/exploring-default-installation-and-sql.html
To install both data files and SQL logs in the same location, simply specify the path to the folder where this data should be stored. For example:
Install-CsDatabase -Configured Databases -SqlServerFqdn atl-sql-001.litwareinc.com -DatabasePath C:\SqlData
To store data files in one location and log files in a second location, specify the path to each folder, separating the two locations by
using a comma (be careful not to put a blank space before or after the comma):
Install-CsDatabase -Configured Databases -SqlServerFqdn atl-sql-001.litwareinc.com -DatabasePath C:\SqlLogs,D:\SqlData
Also you can check below link for more details
http://blogs.technet.com/b/nexthop/archive/2011/09/02/haiku183.aspx
Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
Mai Ali | My blog: Technical | Twitter:
Mai Ali

Similar Messages

  • Mail won't update when I'm not using it..

    Hi guys,
    I have been having some trouble with my Mail, I use hotmail and the mail app on iPhones just recently it hasn't been updating when I'm not in the app, so I have been missing a lot of emails and they haven't been showing and only show when I go on the app and refresh it manually! It used to do it automatically but now it's stopped, I might of clicked something on settings but I'm not sure what! Not sure if this makes a difference I put on airplane mode through the night (something I have always done anyway) when I first turn off all the mail comes through automatically then from the night time however after this I get nothing without manually going into the app! If anyone can help me sort this I would be very grateful.

    Hi rawoo,
    Based on your post it seems you are experiencing issues with Mail. The following article may help you find a solution:
    Get help with Mail on iPhone, iPad, and iPod touch - Apple Support
    Have you checked your Mail settings in regards to Push and Fetch for new messages? This may help you further:
    Mail settings - iPhone
    Mail settings
    Go to Settings > Mail, Contacts, Calendars, where you can:
    Create a different mail signature for each account
    Add mail accounts
    Set Out of Office replies for Exchange mail accounts
    Bcc yourself on every message you send
    Turn on Organize by Thread to group related messages together
    Turn off confirmation for deleting a message
    Turn off Push delivery of new messages, to save on battery power
    Temporarily turn off an account
    Thank you for contributing to Apple Support Communities.
    Take care,
    Bobby_D

  • Can not update tab if its not the default sub-tab.

    Can not update tab if its not the default sub-tab.
    JDeveloper Version 10.1.2.1.0 (Build 1913)
    Hi. I have a problem with a “lovOpenWindowAction”
    The UIX is created with a master UIX and have several sub-tab that is included as UIX-pages.
    The lovOpenWindowAction lies in the included UIX-page
    The sub-tab I have a problem with has a table with users. Then I have a “Create New” button than I want to click on and select a new user that should be included in the table in the sub-tab.
    When I click on the button I open a LOV-window. Here I select the user that I want to add.
    In the LOV Action-class I save my new value in the database. Then in the method “onLovUpdate” I update the iterator with the new values from the database.
    But in my GUI the subtab is not updated until I click on it.
    But if I make the subtab the default subtab then it all works just fine and the GUI is updated directly.
    Here is the code for the tableAction in the subtab. This code lies in an included UIX-page. Target is the table id.
    <tableActions>
    <button text="Create New" id=" createNewRollperson" accessKey="N">
    <primaryClientAction>
    <lovOpenWindowAction destination="FiskeRollpersonerLOV.do"
    source=" createNewRollperson "
    targets="joinedRollpersfiskeer message"/>
    </primaryClientAction>
    </button>
    </tableActions>
    Here is some code from the master UIX-page
    <subTabLayout id="flikar">
    <subTabs>
    <subTabBar selectedIndex="${ui:defaulting(param.index,0)}">
    <contents>
    <link id="resorFlik" text="Resor"
    disabled="${sessionScope.fiske.id == null}"
    selected="${(param.source == 'resorFlik') or empty param.source}">
    <primaryClientAction>
    <firePartialAction event="changeTab" targets="flikar globalHeader">
    <parameters>
    <parameter key="source" value="resorFlik"/>
    </parameters>
    </firePartialAction>
    </primaryClientAction>
    </link>
    <link id="rollpersonerFlik" text="Rollpersoner"
    disabled="${sessionScope.fiske.id == null}"
    selected="${param.source == 'rollpersonerFlik'}">
    <primaryClientAction>
    <firePartialAction event="changeTab" targets="flikar globalHeader">
    <parameters>
    <parameter key="source" value="rollpersonerFlik"/>
    </parameters>
    </firePartialAction>
    </primaryClientAction>
    </link>
    </contents>
    </subTabBar>
    </subTabs>
    <contents>
    <switcher childName="${param.source}"
    defaultCase=”ResorFlik">
    <case name="resorFlik">
    <include node="${ctrl:parsePage(uix, 'includes/ResorFlik')}"/>
    </case>
    <case name="rollpersonerFlik">
    <include node="${ctrl:parsePage(uix, 'includes/FiskeRollpersonerFlik')}"/>
    </case>
    </switcher>
    </contents>
    </subTabLayout>
    What am I missing?? I can’t have this subtab as the default subtab! Please help me with a solution!

    hi,
    Change the condition type to manual entry.
    or
    for example delivery costs will be different at the time of PO and actual delivery costs then at the time of invoice we select planned delivery costs and settle them first with the actual delivery cost.
    Thanks & Regards,
    Kiran

  • When-database-record not firing

    I have a single record block in a form and the when-database-record trigger is not firing after I update and leave the first item in the record.
    This only happens when I create-new-record, not when I update an existing record. I have checked the record status after I update the first item and the record status is new.
    I am updating non-display items in the background, then executing a query on the block on when-new-form-instance. I programatically set the block status to QUERY status so that if the user attempts to exit the form without making any changes the form does not prompt the user to save changes.
    I checked system.mode parameter and it is NORMAL. Should it be ENTER-QUERY? Can I update this programatically, I know the api for this is not public but I have seen it before.
    ta, Michelle

    The status should notchange if you modify a non database item

  • HT5194 I updated to OS 6 on iPad2 n updated iTunes 11. n made iTunes as restore. After the updates when I open notes they are all gone !!! When I open Notes it says New notes and the left margin is blank.  When I try to Search in notes nothing found. Pls

    I updated my iPad OS to  and also updated iTunes to 11.1.2 and selected iTunes as restore while still sync with the HP Laptop. Now when I open Notes every note is gone! I have to get all my notes back someone please help! Thanks 728

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • Troubleshooting Lync 2010 404 - File or Directory Not Found

    Reading through several posts in this forum about 404 errors, none of the ideas have helped me with this problem
    I have a single Lync 2010 server used for IM, Video and Audio conferencing; no voice. Lync 2010 clients work just fine, getting the Web App to work with an emailed meeting link like https ://meet.mydomain.com/username/C32249V3 displays a web page with 404
    - File or Directory Not Found. Silverlight is installed, no errors in Event Viewer for Lync, iisreset has no affect.
    Open for other ideas to try and places to look at?
    AIS

    Hi, you can check before with a Ps command like
    $cred1 = Get-Credential "litwareinc\kenmyer"
    $cred2 = Get-Credential "litwareinc\pilar"
    Test-CsWebApp -TargetFqdn atl-cs-001.litwareinc.com -UserSipAddress "sip:[email protected]" -UserCredential $cred1 -User2SipAddress "sip:[email protected]" -User2Credential $cred2
    $cred1 = Get-Credential "litwareinc\kenmyer"
    $cred2 = Get-Credential "litwareinc\pilar"
    Test-CsWebApp -TargetFqdn atl-cs-001.litwareinc.com -UserSipAddress "sip:[email protected]" -UserCredential $cred1 -User2SipAddress "sip:[email protected]" -User2Credential $cred2
    TechNet Link
    regards Holger Technical Specialist UC

  • After the last update, when opening a tab it defaults to a Bing search. How do I eliminate this content default?

    After the last Firefox update when I open a new tab it defaults to a Bing search window.
    I'd rather have Google or no content. How do I change this?

    Some added toolbar and anti-virus add-ons are known to cause
    Firefox issues. '''Disable All of them.'''
    '''https://support.mozilla.org/en-US/kb/how-to-fix-preferences-wont-save'''
    settings

  • Why does the desktop icon CC Manager say my MUSE CC 2014 is updated when it is not?

    In order to upload my website modified files to an external server I am referred to updating Muse so that I have access to In-Browser Editing facility but the CC Manager insists that my version is the fully updated version.

    follow the suggestion here, CC desktop lists applications as "Up to Date" when not installed
    though what program is suggesting muse is not up to date?

  • RMSDK update - when? why not yet?

    Hi, everybody
    I have a big curiosity about when Adobe will update yout Reader Mobile SDK engine and with it allow us to use the news features in HTML5 and CSS3. And these features can be shown in ePUB 3 files.
    The current version of Adobe Digital Edition is very limited and I believe that all market (out Apple and Amazon) waits a new version this reader engine.
    The worst...I don´t read news about it in web and blogs
    Then, What is missing to Adobe to update your RMSDK?
    Regards
    Felipe Santos

    You are right, the port using trunk. Even I change to transparent mode but the VTP will still update.
    I can only change to all switches with different domain name or else my network will congested due to VTP broadcasting.
    Note: All Cisco floor switches will connected back to main Nortel core switch with trunk mode, but only one Cisco floor switch with VTP configured but when connect this VTP switch 2950 to the network, all the floor switches will learn the VTP automatic, but those floor switches not even configured any VTP domain and password.

  • Catch the exception thrown when database is not available in web.xml

    Hi,
    I have an app that uses a mysql database configured in the web.xml configuration file - a javax.servlet.jsp.jstl.sql.dataSource param
    There have been occasions where that server has been down, and this causes the expected error stack trace to be dumped to the jsp page
    Is there anywhere I can catch that exception in the jsp page, so the end user does not see that nasty error?
    Thanks,
    Tom

    You have answered your own question, catch the exception with a try catch block !!
    try
    // doing something stupid
    catch (Exception exception)
    out.println("sorry user, you did something really stupid");
    // it is acceptable to do nothing here if you dont want to handle the
    // error or output a message
    }

  • Update of database record not working

    Search works to return page to edit. Data displayed. Changes
    allowed on the page. Clicking on the Update button crashes.
    Connection checks (in DW8), and so does recordset with any
    values tried.
    ADODB.Command (0x800A0D5D)
    Application uses a value of the wrong type for the current
    operation.
    /sands2/IDresultsToEdit.asp, line 173
    LIne 173 is
    MM_editCmd.Parameters.Append(MM_editCmd.CreateParameter("param150",
    5, 1, -1, (String(Request.Form("MM_recordId")) != "undefined"
    && String(Request.Form("MM_recordId")) != "") ?
    Request.Form("MM_recordId") : null)); // adDouble
    I don't know what MM_recordId is. Well, I know it's a
    variable generated by DW. I mean, I don't know where it comes from,
    what uses it. There is a field called ID. It is an autonumber. On
    the Update Record panel, it shows as ID with a check in the box for
    numeric. In the DB, it is unique (I checked).
    Any help or comments would be appreciated. Any think about
    this might give me a clue were to look for something wrong.
    Code validates in DW. No errors or warnings found.

    I found this code just before the end of the form.
    <input type="hidden" name="MM_update" value="form1">
    <input type="hidden" name="MM_recordId">
    <input type="hidden" name="MM_recordId" value="<%=
    rsEditSandS.Fields.Item("id").Value %>">
    Is one of the last two a duplicate that I should eliminate?

  • My Photoshop CS6 Help does not go anywhere.  How do I get Photoshop to add Updates when Help does not function?  Help functions in all of my non-Adobe applications, but not  in any of the applications of Master Suite CS6.  None have received any updates s

    Does anyone have any advice?

    Try a reinstall to fix files that may have been damaged.
    If you need an installer for your suite, go here. Have your serial number ready and qualifying upgrade serial number ready.
    Download CS6 products

  • How do I play Video music in Flash player 11 when it is not my default player in Windows 7 Professio

    I have downloaded Adobe Flash Player 11 on my computer. I am running Windows 7 professional operating system. I have some video music files and would like to run them in Flash and not Windows Media Player. How can I do this.

    Flash isn't used as a stand alone media player.  You'll need to find a web based application that can load your media files and then play them for you.  However, that seems a round about way for playing videos on a local system.  Have you tried an alternative such as VLC?

  • Why does Mail open when it is not my default email client?

    I prefer Thunderbird as my mail client and it is set to be my default.  However, if I click to send a picture by email, not only does it open up in the TB mail message, OSX Mail also opens along with an empty draft mail message.  How do I stop this?  I have turned off Mail. 

    Thanks, John.  That is how I already set TB as my default client.  I thought I had solved the issue of OSX Mail opening in tandem, but in fact it still does it.  Very odd.

  • Lync 2010 and Outlook 2013 - not talking!

    I have problemns with Lync 2010 with Outlook 2013 under Windows 8.
    Conversation History is not being saved.
    All the patches are installed.
    When I click on "show more in Outlook" it complains the accounts are not the same. I have two exchange accounts configured within the one Outlook profile. I never had this issue under Outlook 2010.
    ERROR:
    The email address used in your default Outlook profile is different from the sign-in address used in Lync 2010.
    Change your default Outlook profile to match the sign-in address you are using in Lync, and then sign out and sign back in to Lync.
    My default account is the same as my Lync sign-in name.
    I have tried everything.

    Mate,
    There is no issue on conversation history save option, when I use Outlook 2010. 
    The issue only to Outlook 2013 with Lync 2010?  Two observations;
    => Save IM in outlook ( greyed out ) - Lync 2010 client 
    => When I check Lync config information - MAPI is not installed  - Lync 2010 client 
    Could you advice. 

Maybe you are looking for