Create a VDI on a production server farm

Hi guys, I need some advice on this matter: I have a fully functional Hyper-V 8 node cluster (managed with SCVMM 2012 R2) used for server vm. Two VM on that cluster are RD Gateways (we have some users connecting remotely to ther physical PCs).
I need to create a VDI for 30 thin clients, using VMs for RD Connection Broker and Web services and the already working Hyper-V cluster as Virtualization Host. I've already installed manually the RD Virtualization role on each cluster node.
1) When launching the VDI wizard, I cannot skip the RD Virtualization host selection and, if I select the cluster name the installation will fail with error: the given key was not present in the dictionary deploying. Should I simply add all cluster nodes
indipendently? (at this moment, I add 1 cluster node only to check if installation worked)
2) I'm planning to install Connection Broker and Web Services on the same VMs (2 for HA). Should I go whis way or there are reasons to put the 2 roles on different machines?
3) How do I add my existing RD Gateways to the deployment? The server manager seems to be unaware of the already existent role on the two RDG machines.
Best regards
Dario Palermo

Hi Dario,
Thank you for posting in Windows Server Forum.
For installation process of VDI you can refer following article for detailed information.
Lab Ops 7 – Setting up a pooled VDI collection in Windows Server 2012 R2
Deploying VDI for RDS 2012 / 2012R2 – Part I
As per knowledge, there is no restriction or any issue to place both RDCB and RD Web on same server but personally suggest (if you have enough resource to install) to configure on separate server for HA because of security reason as we don’t like to take risk
to access the RDCB server (by any users) who act as a middle man for load balancing and other stuff for other RDS roles. 
To add the existing RDG server to new deployment; we need to have certificate match by FQDN name, configure RD Gateway manager and add the RD Gateway server Farm member, configure RD CAP and RD RAP successfully and create server groups using the manage locally
stored computer groups and add the computer name, server name and Farm name.
You can get more details for RD Gateway configuration with following links.
How To Work with RD Gateway in Windows Server 2012
Deploying Remote Desktop Gateway RDS 2012
Hope it helps!
Thanks.
Dharmesh Solanki
TechNet Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Similar Messages

  • Archive created for the report in Production server

    Hi experts
    I have developed a report to create sales orders. The report was working fine in quality, after transfering to the production some archive is getting created and it is occupying a lot of space. Could u tell me what is this archive and how can I rectify this bug.
    Thanks
    Gaurav

    Samriddhi,
    Genarally its not suggested to transport Queries. Should be able to create Queries directly Production. There might be diferences between your Development and Production versions.
    Thanks.

  • In a Sharepoint 2013 Server farm how far away can the backup of failover cluster servers be located away from the primary servers

    Hello Community
        When you setup a Sharepoint 2013 Server farm
    if you want to provide failover clustering, can
    the servers that the Sharepoint 2013 Server farm
    failover to be located off-site in a different
    location (i.e. how far away can the servers the
    the primary server in the Sharepoint 2013 Server
    farm be away from the failover cluster of backup
    Sharepoint 2013 Server farm servers in distance?
        Thank you
        Shabeaut

    Hiya,
    this article describes in detail the different aspects of creating a highly available SharePoint 2013 server farm.
    Create a high availability architecture and strategy for SharePoint 2013
    http://technet.microsoft.com/en-us/library/cc748824%28v=office.15%29.aspx

  • Create a SharePoint 2013 Appplication in C#,Error:This operation can be performed only on a computer that is joined to a server farm

    I want to create a sharepoint application in C#:
    SPFarm CurrentFarm = SPFarm.Local;
    SPWebApplicationBuilder webAppBlder = new SPWebApplicationBuilder(CurrentFarm);
    webAppBlder.UseNTLMExclusively = true;
    webAppBlder.AllowAnonymousAccess = false;
    webAppBlder.UseSecureSocketsLayer = false;
    SPWebApplication webApp = webAppBlder.Create();
    webApp.Provision();
    It's create a new application succeed,but when I view the site there is an error:
    This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database. To connect this server to the server farm, use the SharePoint Products Configuration
    Wizard, located on the Start menu in Microsoft SharePoint 2010 Products.
    How can I fix this issue?
    ps:I had create some new application in sharepoint web site.It's all fine without any issue.
    The sharepoint server,sqlserver and the programs in the same machine.
    Besr regards

    Hi,
    I think below line is causing the error -
    SPWebApplicationBuilder webAppBlder = new SPWebApplicationBuilder(CurrentFarm);
    can you put that line within a try catch and see that causes an exception. If so,  you might try as below-
    SPSecurity.RunWithElevatedPrivileges(delegate()
    webAppBuilder = new SPWebApplicationBuilder(CurrentFarm);
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • How to create a mult-server server farm?

    Hello Community
        Let's say you create your Sharepoint 2013 Server farm.
        How do you create a Search and Application Server on a separate physical
    server and how do you create an SQL Server on a Separate physical Server
    and finally adding those Search and Application Server and SQL Server
    to your Sharepoint 2013 Server farm?
        Thank you
        Shabeaut

    Hi,
    Once you are done with SharePoint installation on one server you are going to add further Application server or Web front end server as per your requirement and finally you will configure the service on your farm.
    For setting up the multitire SharePoint farm first of all you need to install the below given  prerequisites on
    one server.
    Microsoft .NET Framework 4.5
    Windows Management Framework 3.0 (CTP2)
    Application Server Role, Web Server (IIS) Role
    Microsoft SQL Server 2008 R2 SP1 Native Client
    Windows Identity Foundation (KB974405)
    Microsoft Sync Framework Runtime v1.0 SP1 (x64)
    Windows Server AppFabric
    Microsoft Identity Extensions
    Microsoft Information Protection and Control Client
    Microsoft WCF Data Services 5.0
    Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    After installing the SQL server you Just run the SharePoint product and technologies configuration wizard and follow the steps
    to add a sever to an existing farm.
    Actually as per your question you need to set up a three-tier farm configuration consists of two front-end web
    servers, an application server, and a database server. The deployment sequence and configurations that are described in this article are based on recommended best practices. While the farm configuration is not complex, it provides a fundamental infrastructure
    to implement a SharePoint 2013 solution on similar — or more complex farms.
    In this article:
    Overview
    Prepare the farm servers
    Install SharePoint 2013 on the farm servers
    Create and configure the farm
    Add web servers to the farm
    Post-installation steps
    Please feel free to reply back if you stuck somewhere or need any specific help.
    Krishana Kumar http://www.mosstechnet-kk.com
    Please mark the replies and Proposed as answer if they help and solve your issue

  • When connecting to a server farm in sharepoint foundation 2013 cannot create new farm error: One or more types failed to load

    When trying to create a new server farm in the sharepoint foundation 2013 we get a following error :
    The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered.
    PS C:\Users\Administrator> New-SPConfigurationDatabase
    cmdlet New-SPConfigurationDatabase at command pipeline position 1
    Supply values for the following parameters:
    DatabaseName: SharePoint_Config
    DatabaseServer: PC78\SQLEXPRESS,25111
    FarmCredentials
    Passphrase: *********
    New-SPConfigurationDatabase : One or more types failed to load. Please refer
    to the upgrade log for more details.
    At line:1 char:1
    + New-SPConfigurationDatabase
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidData: (Microsoft.Share...urationDatabase:
    SPCmdletNewSPConfigurationDatabase) [New-SPConfigurationDatabase], SPUpgra
    deException
    + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewSPCon
    figurationDatabase
    And the error log is shown below :
    Microsoft.SharePoint.Upgrade.SPUpgradeException: One or more types failed to load.
    Please refer to the upgrade log for more details.
    at Microsoft.SharePoint.Upgrade.SPActionSequence.LoadUpgradeActions()
    at Microsoft.SharePoint.Upgrade.SPActionSequence.get_ActionsInternal()
    at Microsoft.SharePoint.Upgrade.SPUtility.GetLatestTargetSchemaVersionByMajorVersion(Type typeActionSequence, Int32 majorVer)
    at Microsoft.SharePoint.Upgrade.SPUtility.get_CurrentSPSiteWssTargetSchemaVersion()
    at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPContentDatabase database, SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32 nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, Strin... b712a522-fa85-49eb-b59c-dedf55295504
    ...g secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, String quotaTemplate, String sscRootWebUrl, Boolean useHostHeaderAsSiteName, Boolean overrideCompatibilityRestriction)
    at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32 nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, Boolean useHostHeaderAsSiteName)
    at Microsoft.SharePoint.Administration.SPAdministrationWebApplication.CreateDefaultInstance(SqlConnectionStringBuilder administrationContentDatabase, SPWebService adminService, IdentityType identityType, ... b712a522-fa85-49eb-b59c-dedf55295504
    ...String farmUser, SecureString farmPassword)
    at Microsoft.SharePoint.Administration.SPFarm.CreateAdministrationWebService(SqlConnectionStringBuilder administrationContentDatabase, IdentityType identityType, String farmUser, SecureString farmPassword)
    at Microsoft.SharePoint.Administration.SPFarm.CreateBasicServices(SqlConnectionStringBuilder administrationContentDatabase, IdentityType identityType, String farmUser, SecureString farmPassword)
    at Microsoft.SharePoint.Administration.SPFarm.Create(SqlConnectionStringBuilder configurationDatabase, SqlConnectionStringBuilder administrationContentDatabase, IdentityType identityType, String farmUser, SecureString farmPassword, SecureString masterPassphrase)
    at Microsoft.SharePoint.Administration.SPFarm.Create(SqlConnectionStringBuil... b712a522-fa85-49eb-b59c-dedf55295504
    ...der configurationDatabase, SqlConnectionStringBuilder administrationContentDatabase, String farmUser, SecureString farmPassword, SecureString masterPassphrase)
    at Microsoft.SharePoint.PowerShell.SPCmdletNewSPConfigurationDatabase.InternalProcessRecord()
    at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord() b712a522-fa85-49eb-b59c-dedf55295504
    Error Category: InvalidData Target Object Microsoft.SharePoint.PowerShell.SPCmdletNewSPConfigurationDatabase Details NULL RecommendedAction NULL b712a522-fa85-49eb-b59c-dedf55295504
    Leaving ProcessRecord Method of New-SPConfigurationDatabase. e9ae5ba6-c499-0000-d35c-aee999c4cf01
    we are using server 2012 R2 and we don't have office 2010 installed

    Yes,SQL server is on the same server as SharePoint 
    SQL has both the permissions Securityadmin
    and  DBcreator roles on SQL Server.
    When we run those sharepoint management shell commands the database  will be created with the error
    msg (shown in attachment)

  • Adding Index server to existing farm, "Server Farm Product and Patch Status" returned 34 Missing Locally required products and patches

    Once I connected my new server to my farm's config db, it returned all of the following missing locally. I stripped out any redundancies and Headings, and I'm left with 43. I'm looking for a efficient strategy. Should I start with the lowest version number
    and work my way up? Current DB version is 14.0.7015.1000. IIRC, SP2 is cumulative, so can I ignore the first two (SP1 and Hotfix), install SP2, and then the Language packs and etc on top?
    Sorted by version:
    Microsoft SharePoint 2010 Service Pack 1 (SP1) (14.0.6029.1000)
    Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition (14.0.6105.5000)
    Service Pack 2 for Microsoft SharePoint 2010 (KB2687453) 64-Bit Edition (14.0.7015.1000)
    Service Pack 2 for Microsoft 2010 Server Language Pack (KB2687462) 64-Bit Edition (14.0.7015.1000)
    Microsoft Office Server Proof (English) 2010 (14.0.7015.1000)
    Microsoft Office Server Proof (French) 2010 (14.0.7015.1000)
    Microsoft Office Server Proof (Russian) 2010 (14.0.7015.1000)
    Microsoft Office Server Proof (Spanish) 2010 (14.0.7015.1000)
    Microsoft SharePoint Portal (14.0.7015.1000)
    Microsoft User Profiles (14.0.7015.1000)
    Microsoft SharePoint Portal English Language Pack (14.0.7015.1000)
    Microsoft Shared Components (14.0.7015.1000)
    Microsoft Shared Coms English Language Pack (14.0.7015.1000)
    Microsoft Slide Library (14.0.7015.1000)
    Microsoft InfoPath Forms Services (14.0.7015.1000)
    Microsoft InfoPath Form Services English Language Pack (14.0.7015.1000)
    Microsoft Word Server (14.0.7015.1000)
    Microsoft Word Server English Language Pack (14.0.7015.1000)
    PerformancePoint Services for SharePoint (14.0.7015.1000)
    PerformancePoint Services in SharePoint 1033 Language Pack (14.0.7015.1000)
    Microsoft Visio Services English Language Pack (14.0.7015.1000)
    Microsoft Visio Services Web Front End Components (14.0.7015.1000)
    Microsoft Excel Services Components (14.0.7015.1000)
    Microsoft Document Lifecycle Components (14.0.7015.1000)
    Microsoft Excel Services English Language Pack (14.0.7015.1000)
    Microsoft Search Server 2010 Core (14.0.7015.1000)
    Microsoft Search Server 2010 English Language Pack (14.0.7015.1000)
    Microsoft Document Lifecycle Components English Language Pack (14.0.7015.1000)
    Microsoft Slide Library English Language Pack (14.0.7015.1000)
    Microsoft SharePoint Server 2010 (14.0.7015.1000)
    Microsoft Access Services Server (14.0.7015.1000)
    Microsoft Access Services English Language Pack (14.0.7015.1000)
    Microsoft Web Analytics Web Front End Components (14.0.7015.1000)
    Microsoft Web Analytics English Language Pack (14.0.7015.1000)
    Microsoft Excel Mobile Viewer Components (14.0.7015.1000)
    Recommendations?
    Thanks,
    Scott

    Thanks guys. I was able to get through all of the patches except for
    Language Pack for SharePoint, Project Server and Office Web Apps 2010 - English   missing locally
    Language Pack for SharePoint, Project Server and Office Web Apps 2010 -
    Spanish/Español missing locally
    This was my process:
    Config Wizard:
    Adding Index server to existing farm, "Server Farm Product and Patch Status" returned 34 Missing Locally required products and patches.
    SKIP installing the following two, as SP2 is cumulative
    Microsoft SharePoint 2010 Service Pack 1 (SP1) (14.0.6029.1000) (officeserver2010sp1-kb2460045-x64-fullfile-en-us.exe)
    Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition (14.0.6105.5000)
    install SP2 oserversp2010-kb2687453-fullfile-x64-en-us.exe
    install oslpksp2010-kb2687462-fullfile-x64-en-us.exe
    Got "There are no products affected by this package installed on this system."
    SO!
    Uninstalled Sharepoint 2010 Server
    WIll try to install again, without skipping #2, and reorder installation of oslpksp2010-kb2687462-fullfile-x64-en-us.exe
    Retry (the long way):
    Run SharePointServer.exe, get Missing Locally...
    Install oslpksp2010-kb2687462-fullfile-x64-en-us.exe SUCCESSFUL
    Install officeserver2010sp1-kb2460045-x64-fullfile-en-us.exe SUCCESSFUL
    Reboot
    Install oserversp2010-kb2687453-fullfile-x64-en-us.exe SUCCESSFUL
    Rerun Config
    STILL MISSING
    Download oslpksp2010-kb2687462-fullfile-x64-es-es.exe, run, "there are no products affected..."
    Uninstall.
    Re-retried, only got through the first couple:
    Run SharePointServer.exe, get Missing Locally...
    Install SP1 officeserver2010sp1-kb2460045-x64-fullfile-en-us.exe, SUCCESSFUL
    Install English Lang Pack oslpksp2010-kb2687462-fullfile-x64-en-us.exe, "There are no products affected by this package installed on this system."
    Install Spanish Lang Pack oslpksp2010-kb2687462-fullfile-x64-es-es.exe,
    Install SP2 oserversp2010-kb2687453-fullfile-x64-en-us.exe, run Config Wizard
    I'm now downloading 462150_intl_x64_zip.exe, going to try and install it as step three.
    Any suggestions greatly appreciated.
    Thanks,
    Scott

  • Creating Indexes in Production Server.

    Hi All,
    1. We have master data table in Production server with 2 million records.This master data table doesn't have
    any Indexes created which causes the delay in Loading process. How to create indexes in production
    2. This table have Index created in DEV but was created as $tmp package so cannot be transported.So if i
    create the Index for this master data table which already having the data what could be the impact like loss of
    data or any other way.Please post your valuable comments.
    Thanks & Regards
    Kranthi.
    Edited by: Arun Varadarajan on Apr 15, 2009 11:54 PM

    Hi Kranti,
    Creating Secondary Indexes 
    Procedure
    1.     In the maintenance screen of the table, choose Indexes.
    If indexes already exist on the table, a list of these indexes is displayed. Choose  .
    2.     In the next dialog box, enter the index ID and choose 
    The maintenance screen for indexes appears.
    3.     Enter an explanatory text in the field Short text.
    You can then use the short text to find the index at a later time, for example with the R/3 Repository
    Information System.
    4.     Select the table fields to be included in the index using the input help for the Field name column.
    The order of the fields in the index is very important. See What to Keep in Mind for Secondary Indexes.
    5.     If the values in the index fields already uniquely identify each record of the table, select Unique index.
    A unique index is always created in the database at activation because it also has a functional meaning
    (prevents double entries of the index fields).
    6.     If it is not a unique index, leave Non-unique index selected.
    In this case you can use the radio buttons to define whether the index should be created for all database
    systems, for selected database systems or not at all in the database.
    7.     Select for selected database systems if the index should only be created for selected database
    systems.
    Click on the arrow behind the radio buttons. A dialog box appears in which you can define up to 4 database
    systems with the input help. Select Selection list if the index should only be created on the given database
    systems. Select Exclusion list if the index should not be created on the given database systems. Choose  .
    8.     Choose  .
    Regards,
    Prabhudas
    Edited by: Arun Varadarajan on Apr 15, 2009 11:53 PM
    Edited by: Arun Varadarajan on Apr 15, 2009 11:54 PM

  • Process chains  can be created in Production server?

    Friends,
    I'm new to Process chains. We have 3 servers, Development, Testing and Production.
    I want to know do we need to create process chain in Production server directly or we have to create in Development server and then move it to Test and then in to Production? Please suggest me.
    Joe

    Hello Joe,
    Different people follow different ideas: You can make the chains directly in Prod and maintain them there, or you can also create in Dev and transport them. We maintain them directly in production. This point has been discussed many times in the forums...a quick search should help you get a lot more info.
    Hope this helps...

  • Error creating SharePoint Server Farm

    Since Sunday I've been trying to create SharePoint Server Farms on the new Azure portal with the new gallery option. Every time I try to create a farm, it fails to create the SharePoint VM. I set up a trial account as well but it also fails. 
    How do I resolve this issue?

    Hi,
    Which region did you select when create the Sharepoint farm?
    I checked on my Azure account and I could not create a Sharepoint VM when I created a Sharepoint server farm. I will report it to the related team and hope it would be solve soon.
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Organisation structure transferred or created directly in production server

    Hi Experts,
    Organization structure is created in DEV and transferred to Quality and production or it is created directly in production server.
    What are the implications for the both.
    I am little confused. Please Guide me
    Regards,
    Ravi

    It can be transferred from one server to another server or else you can upload the structure in production directly in the sequece order
    in order to transfer from server to server check RHMOVE00 Report Read the documentation
    in order to upload directly in prd  upload objects first , later relationships for that objects
    There are lot of threads related to this please have a look over it

  • SP 2013 - Error: This operation can be performed only on a computer that is joined to a server farm

    Hello Community!
    I am working with SharePoint 2013 and I built a farm inside the firewall.  Then a decision was made to move the two WFE's to the DMZ.  Since that time, whenever I try to access the site collections, I get the error below.  Other information: All
    the web applications are on port 80, but I'm not having any problem with accessing Central Administration which is on port 8080; the network team did screw up the DNS originally, but I'm told it's correct now; the two WFE's servers show in my Manage servers
    on the Farm interface 2X, once with the server name, once with the fully Qualified Domain Name, the ones with the FQDN shows a Services Running status of Not Configured.
    Has anyone else ever seen this error and if so please provide guidance and instruction for fixing the error.
    Thanks!
    Tom
    Server Error in '/' Application.
    This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server
    to read from the configuration database. To connect this server to the server farm, use the SharePoint Products Configuration Wizard, located on the Start menu in Microsoft SharePoint 2010 Products.
    Description:
    An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the
    code.
    Exception Details: System.InvalidOperationException: This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database. To connect this server
    to the server farm, use the SharePoint Products Configuration Wizard, located on the Start menu in Microsoft SharePoint 2010 Products.
    Source Error:
    An unhandled exception was generated during the   execution of the current web request. Information regarding the origin and   location of the exception can be identified
    using the exception stack trace   below.  
    Stack Trace:
    [InvalidOperationException: This operation can be   performed only on a computer that is joined to a server farm by users who   have permissions in SQL Server to read from the configuration
    database. To   connect this server to the server farm, use the SharePoint Products   Configuration Wizard, located on the Start menu in Microsoft SharePoint 2010   Products.]
         Microsoft.SharePoint.Utilities.SPUtility.AlternateServerUrlFromHttpRequestUrl(Uri   url) +262
         Microsoft.SharePoint.Administration.SPAlternateUrl.GetContextUri(HttpContext   ctx) +385
         Microsoft.SharePoint.SPAppRequestContext.InitCurrent(HttpContext context)   +1013
         Microsoft.SharePoint.SPAppRequestContext.get_Current() +175
         Microsoft.SharePoint.SPGlobal.CreateSPRequestAndSetIdentity(SPSite site,   String name, Boolean bNotGlobalAdminCode, String strUrl, Boolean   bNotAddToContext, Byte[] UserToken,
    SPAppPrincipalToken appPrincipalToken,   String userName, Boolean bIgnoreTokenTimeout, Boolean bAsAnonymous) +400
         Microsoft.SharePoint.SPRequestManager.GetContextRequest(SPRequestAuthenticationMode   authenticationMode) +120
         Microsoft.SharePoint.Administration.SPFarm.get_RequestAny() +370
         Microsoft.SharePoint.SPLanguageSettings.GetGlobalInstalledLanguages(Int32   compatibilityLevel) +39
         Microsoft.SharePoint.Administration.SPTemplateFileSystemWatcher.RefreshInstalledLocales()   +103
         Microsoft.SharePoint.Administration.SPTemplateFileSystemWatcher.Initialize()   +130
         Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.System.Web.IHttpModule.Init(HttpApplication   app) +873
       System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr   appContext, HttpContext context, MethodInfo[] handlers) +582
         System.Web.HttpApplication.InitSpecial(HttpApplicationState state,   MethodInfo[] handlers, IntPtr appContext, HttpContext context) +322
         System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr   appContext, HttpContext context) +384
         System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)   +397
    [HttpException (0x80004005): This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database. To
    connect this server to the server farm, use the SharePoint Products Configuration Wizard, located on the Start menu in Microsoft SharePoint 2010 Products.]
         System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +646
         System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +159
       System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest   wr, HttpContext context) +771
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18010
    Tom Molskow - Senior SharePoint Architect - Microsoft Community Contributor 2011 and 2012 Award -
    Linked-In - SharePoint Gypsy

    Hi Tom,
    According to your description, my understanding is that you got an error when you moved your SharePoint.
    This error occurs when the SharePoint farm administrator cannot connect to your configuration database. Please verify the followings:
    Make sure that from the SharePoint front end and application servers that you can ping your SQL server.
    Make sure that your Farm account has permission to the configuration database.
    Lastly verify that your database didn't for some reasons go into recovery mode.
    once everything is fine and you are still having issues, restart the SQL host service on the SQL server. Once the service is restarted you will need to reboot Central Admin and then your front end servers.
    In addition, as you built your farm inside the firewall, please disable the firwall, or create rules for SQL Server service in the firwall on SQL server. More information about creating rules in firewall, please refer to the following posts:
    http://social.technet.microsoft.com/Forums/en-US/c5d4d0d0-9a3b-4431-8150-17ccfbc6fb82/can-not-create-data-source-to-an-sql-server
    http://www.mssqltips.com/sqlservertip/1929/configure-windows-firewall-to-work-with-sql-server/
    Here is a similar post for you to take a look at:
    http://social.technet.microsoft.com/Forums/en-US/ea54e26c-1728-48d4-b2c5-2a3376a1082c/this-operation-can-be-performed-only-on-a-computer-that-is-joined-to-a-server-farm-by-users-who-have?forum=sharepointgeneral
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • How to deploy selected components on the production server with the same solution

    Hello,
    We've a production server where we had deployed the visual studio based solution which contains all the web parts and their business logic. Production server is up and running live and end-users have started using it as well.
    Now, some issues and change requests have been reported regarding some components (web parts). We've made all the relevant changes. However, I want to deploy only those selected components (web parts) instead of entire solution again.
    So, as per my understanding, if i include the selected components in the package/feature then at the time of deployment, wsp retracts the old solution and deploys the new one. When the new one won't have those web parts which didn't updated then portal/site
    will start giving error and site will be collapsed.
    Another option is to create another farm solution in Visual Studio 2010 and add the updated components in it. Then, we may be able to deploy it. Then, i'll be able to remove the old web parts from the selected pages and deploy the updated one.
    Is there any better option which anyone could let me know?
    Thanks!
    Sohaib Khan

    Hello,
    We've a production server where we had deployed the visual studio based solution which contains all the web parts and their business logic. Production server is up and running live and end-users have started using it as well.
    Now, some issues and change requests have been reported regarding some components (web parts). We've made all the relevant changes. However, I want to deploy only those selected components (web parts) instead of entire solution again.
    So, as per my understanding, if i include the selected components in the package/feature then at the time of deployment, wsp retracts the old solution and deploys the new one. When the new one won't have those web parts which didn't updated then portal/site
    will start giving error and site will be collapsed.
    Another option is to create another farm solution in Visual Studio 2010 and add the updated components in it. Then, we may be able to deploy it. Then, i'll be able to remove the old web parts from the selected pages and deploy the updated one.
    Is there any better option which anyone could let me know?
    Thanks!
    Sohaib Khan
    Hi Sohaib, your another option is a good idea, only make sure to retract and remove the original from your farm, the add and install the new updated solution.  And if you run into any error that says features already exist, you can use powershell, install-SPSolution
    and -force to get the new solution deployed.  http://tinyurl.com/q8erz72
    Or, you could use Upgrade-SPSolution with a package that has same features from original, with the new artifacts.  Although, if any of the original features are modified, I would recommend retract remove redeploy.
    Stacy www.sharepointpapa.com

  • Failed to detect if this server is joined to a server farm

    Hi,
    We run our intranet on a virtual server. the other day it crashed and we restored it from a previous point
    However when we launch the intranet we just get a an unexpected error has occurred. I am able to get into central admin but that's about it
    I though of maybe running the product config wizard but it get an error saying "failed to detect if this server is joined to a server farm. Possible reasons for this failure could be that you no longer have the appropriate permissions to the server
    farm, the database server hosting the server farm is in responsive, the configuration database is inaccessible or this server has been removed from the server farm"
    this is what the logs it tell you to look in says:

    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function Parameter.Parameter
    01/30/2014 10:03:01  1  INF            Entering function Parameter.Initialze
    01/30/2014 10:03:01  1  INF            Leaving function Parameter.Initialze
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.Parameter
    01/30/2014 10:03:01  1  INF          Entering function StringExposedParameter.StringExposedParameter
    01/30/2014 10:03:01  1  INF            Creating the server string exposed parameter
    01/30/2014 10:03:01  1  INF          Leaving function StringExposedParameter.StringExposedParameter
    01/30/2014 10:03:01  1  INF          Entering function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Entering function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ConfigurationDatabaseParameterDatabaseHelp for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ConfigurationDatabaseParameterDatabaseHelp is The configuration database name.
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function Common.CreateUniqueGuidString
    01/30/2014 10:03:01  1  INF          Leaving function Common.CreateUniqueGuidString
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ConfigurationDatabaseDatabaseNameLabel for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ConfigurationDatabaseDatabaseNameLabel is D&atabase name:
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ConfigurationDatabaseValidationDatabaseNameLabel for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ConfigurationDatabaseValidationDatabaseNameLabel is database name
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function Parameter.Parameter
    01/30/2014 10:03:01  1  INF            Entering function Parameter.Initialze
    01/30/2014 10:03:01  1  INF            Leaving function Parameter.Initialze
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.Parameter
    01/30/2014 10:03:01  1  INF          Entering function StringExposedParameter.StringExposedParameter
    01/30/2014 10:03:01  1  INF            Creating the database string exposed parameter
    01/30/2014 10:03:01  1  INF          Leaving function StringExposedParameter.StringExposedParameter
    01/30/2014 10:03:01  1  INF          Entering function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Entering function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ConfigurationDatabaseParameterAdminContentDatabaseHelp for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ConfigurationDatabaseParameterAdminContentDatabaseHelp is The Central Administration Web Application content database name.
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function Common.CreateUniqueGuidString
    01/30/2014 10:03:01  1  INF          Leaving function Common.CreateUniqueGuidString
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is AdminContentDatabaseNameLabel for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id AdminContentDatabaseNameLabel is Central Administration Web Application content database name:
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is AdminContentDatabaseValidationDatabaseNameLabel for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id AdminContentDatabaseValidationDatabaseNameLabel is Central Administration Web Application content database name
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function Parameter.Parameter
    01/30/2014 10:03:01  1  INF            Entering function Parameter.Initialze
    01/30/2014 10:03:01  1  INF            Leaving function Parameter.Initialze
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.Parameter
    01/30/2014 10:03:01  1  INF          Entering function StringExposedParameter.StringExposedParameter
    01/30/2014 10:03:01  1  INF            Creating the admincontentdatabase string exposed parameter
    01/30/2014 10:03:01  1  INF          Leaving function StringExposedParameter.StringExposedParameter
    01/30/2014 10:03:01  1  INF          Entering function Parameter.AddIncludeParameter
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.AddIncludeParameter
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ConfigurationDatabaseParameterSqlAuthenticationUserHelp for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ConfigurationDatabaseParameterSqlAuthenticationUserHelp is The SQL server user name used for SQL authentication.
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ConfigurationDatabaseUsernameLabel for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ConfigurationDatabaseUsernameLabel is Sql database user:
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ConfigurationDatabaseValidationUsernameLabel for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ConfigurationDatabaseValidationUsernameLabel is Sql database user
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function Parameter.Parameter
    01/30/2014 10:03:01  1  INF            Entering function Parameter.Initialze
    01/30/2014 10:03:01  1  INF            Leaving function Parameter.Initialze
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.Parameter
    01/30/2014 10:03:01  1  INF          Entering function StringExposedParameter.StringExposedParameter
    01/30/2014 10:03:01  1  INF            Creating the dbuser string exposed parameter
    01/30/2014 10:03:01  1  INF          Leaving function StringExposedParameter.StringExposedParameter
    01/30/2014 10:03:01  1  INF          Entering function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Entering function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ConfigurationDatabaseParameterSqlAuthenticationPasswordHelp for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ConfigurationDatabaseParameterSqlAuthenticationPasswordHelp is The SQL server password used for SQL authentication.
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ConfigurationDatabasePasswordLabel for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ConfigurationDatabasePasswordLabel is Sql database password:
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ConfigurationDatabaseValidationPasswordLabel for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ConfigurationDatabaseValidationPasswordLabel is Sql database password
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function Parameter.Parameter
    01/30/2014 10:03:01  1  INF            Entering function Parameter.Initialze
    01/30/2014 10:03:01  1  INF            Leaving function Parameter.Initialze
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.Parameter
    01/30/2014 10:03:01  1  INF          Entering function StringExposedParameter.StringExposedParameter
    01/30/2014 10:03:01  1  INF            Creating the dbpassword string exposed parameter
    01/30/2014 10:03:01  1  INF          Leaving function StringExposedParameter.StringExposedParameter
    01/30/2014 10:03:01  1  INF          Entering function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Entering function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Entering function Parameter.AddIncludeParameter
    01/30/2014 10:03:01  1  INF            Entering function Parameter.AddIncludeParameter
    01/30/2014 10:03:01  1  INF            Leaving function Parameter.AddIncludeParameter
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.AddIncludeParameter
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is FarmUserAccountHelp for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id FarmUserAccountHelp is Server farm administrator user account.
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ConfigurationDatabaseFarmUsernameLabel for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ConfigurationDatabaseFarmUsernameLabel is &Username:
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ConfigurationDatabaseValidationFarmUsernameLabel for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ConfigurationDatabaseValidationFarmUsernameLabel is username
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function Parameter.Parameter
    01/30/2014 10:03:01  1  INF            Entering function Parameter.Initialze
    01/30/2014 10:03:01  1  INF            Leaving function Parameter.Initialze
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.Parameter
    01/30/2014 10:03:01  1  INF          Entering function StringExposedParameter.StringExposedParameter
    01/30/2014 10:03:01  1  INF            Creating the user string exposed parameter
    01/30/2014 10:03:01  1  INF          Leaving function StringExposedParameter.StringExposedParameter
    01/30/2014 10:03:01  1  INF          Entering function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is FarmUserAccountPasswordHelp for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id FarmUserAccountPasswordHelp is Server farm administrator user account password.
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ConfigurationDatabaseFarmPasswordLabel for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ConfigurationDatabaseFarmPasswordLabel is &Password:
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ConfigurationDatabaseValidationFarmPasswordLabel for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ConfigurationDatabaseValidationFarmPasswordLabel is password
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function Parameter.Parameter
    01/30/2014 10:03:01  1  INF            Entering function Parameter.Initialze
    01/30/2014 10:03:01  1  INF            Leaving function Parameter.Initialze
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.Parameter
    01/30/2014 10:03:01  1  INF          Entering function StringExposedParameter.StringExposedParameter
    01/30/2014 10:03:01  1  INF            Creating the password string exposed parameter
    01/30/2014 10:03:01  1  INF          Leaving function StringExposedParameter.StringExposedParameter
    01/30/2014 10:03:01  1  INF          Entering function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Entering function Parameter.AddIncludeParameter
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.AddIncludeParameter
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is MasterPassphraseHelp for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id MasterPassphraseHelp is Passphrase used to join the server farm. Note: this must be identical on all the server farm machines.
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ConfigurationDatabaseMasterPassphraseLabel for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ConfigurationDatabaseMasterPassphraseLabel is Passp&hrase:
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ConfigurationDatabaseValidationMasterPassphraseLabel for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ConfigurationDatabaseValidationMasterPassphraseLabel is passphrase
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function Parameter.Parameter
    01/30/2014 10:03:01  1  INF            Entering function Parameter.Initialze
    01/30/2014 10:03:01  1  INF            Leaving function Parameter.Initialze
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.Parameter
    01/30/2014 10:03:01  1  INF          Entering function StringExposedParameter.StringExposedParameter
    01/30/2014 10:03:01  1  INF            Creating the passphrase string exposed parameter
    01/30/2014 10:03:01  1  INF          Leaving function StringExposedParameter.StringExposedParameter
    01/30/2014 10:03:01  1  INF          Entering function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Entering function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.AddIncludeOrParameter
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ActiveDirectoryDomainParameterHelp for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ActiveDirectoryDomainParameterHelp is Active Directory domain name used for the server farm.
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ConfigurationDatabaseActiveDirectoryDomainLabel for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ConfigurationDatabaseActiveDirectoryDomainLabel is Active Directory Do&main:
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ConfigurationDatabaseValidationActiveDirectoryDomainLabel for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ConfigurationDatabaseValidationActiveDirectoryDomainLabel is Active Directory Domain
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function Parameter.Parameter
    01/30/2014 10:03:01  1  INF            Entering function Parameter.Initialze
    01/30/2014 10:03:01  1  INF            Leaving function Parameter.Initialze
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.Parameter
    01/30/2014 10:03:01  1  INF          Entering function StringExposedParameter.StringExposedParameter
    01/30/2014 10:03:01  1  INF            Creating the addomain string exposed parameter
    01/30/2014 10:03:01  1  INF          Leaving function StringExposedParameter.StringExposedParameter
    01/30/2014 10:03:01  1  INF          Entering function Parameter.AddIncludeParameter
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.AddIncludeParameter
    01/30/2014 10:03:01  1  INF          Entering function Parameter.AddExcludeParameter
    01/30/2014 10:03:01  1  INF            Entering function Parameter.AddExcludeParameter
    01/30/2014 10:03:01  1  INF            Leaving function Parameter.AddExcludeParameter
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.AddExcludeParameter
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ActiveDirectoryOrganizationUnitParameterHelp for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ActiveDirectoryOrganizationUnitParameterHelp is Active Directory organization unit name used for the server farm.
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ConfigurationDatabaseActiveDirectoryOrganizationUnitLabel for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ConfigurationDatabaseActiveDirectoryOrganizationUnitLabel is Active Directory Or&ganizational Unit:
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ConfigurationDatabaseValidationActiveDirectoryOrganizationUnitLabel for language English (United States)
    01/30/2014 10:03:01  1  INF            Resource retrieved id ConfigurationDatabaseValidationActiveDirectoryOrganizationUnitLabel is Active Directory Organizational Unit
    01/30/2014 10:03:01  1  INF          Leaving function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF          Entering function Parameter.Parameter
    01/30/2014 10:03:01  1  INF            Entering function Parameter.Initialze
    01/30/2014 10:03:01  1  INF            Leaving function Parameter.Initialze
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.Parameter
    01/30/2014 10:03:01  1  INF          Entering function StringExposedParameter.StringExposedParameter
    01/30/2014 10:03:01  1  INF            Creating the adorgunit string exposed parameter
    01/30/2014 10:03:01  1  INF          Leaving function StringExposedParameter.StringExposedParameter
    01/30/2014 10:03:01  1  INF          Entering function Parameter.AddIncludeParameter
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.AddIncludeParameter
    01/30/2014 10:03:01  1  INF          Entering function Parameter.AddExcludeParameter
    01/30/2014 10:03:01  1  INF            Entering function Parameter.AddExcludeParameter
    01/30/2014 10:03:01  1  INF            Leaving function Parameter.AddExcludeParameter
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.AddExcludeParameter
    01/30/2014 10:03:01  1  INF          Entering function Parameter.AddIncludeParameter
    01/30/2014 10:03:01  1  INF            Entering function Parameter.AddIncludeParameter
    01/30/2014 10:03:01  1  INF            Leaving function Parameter.AddIncludeParameter
    01/30/2014 10:03:01  1  INF          Leaving function Parameter.AddIncludeParameter
    01/30/2014 10:03:01  1  INF          Entering function Command.AddParameter
    01/30/2014 10:03:01  1  INF            Adding parameter create to command configdb
    01/30/2014 10:03:01  1  INF            Entering function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF              Adding entry create to collection.
    01/30/2014 10:03:01  1  INF              Adding object with value create to the collection
    01/30/2014 10:03:01  1  INF            Leaving function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF          Leaving function Command.AddParameter
    01/30/2014 10:03:01  1  INF          Entering function Command.AddParameter
    01/30/2014 10:03:01  1  INF            Adding parameter disconnect to command configdb
    01/30/2014 10:03:01  1  INF            Entering function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF              Adding entry disconnect to collection.
    01/30/2014 10:03:01  1  INF              Adding object with value disconnect to the collection
    01/30/2014 10:03:01  1  INF            Leaving function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF          Leaving function Command.AddParameter
    01/30/2014 10:03:01  1  INF          Entering function Command.AddParameter
    01/30/2014 10:03:01  1  INF            Adding parameter connect to command configdb
    01/30/2014 10:03:01  1  INF            Entering function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF              Adding entry connect to collection.
    01/30/2014 10:03:01  1  INF              Adding object with value connect to the collection
    01/30/2014 10:03:01  1  INF            Leaving function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF          Leaving function Command.AddParameter
    01/30/2014 10:03:01  1  INF          Entering function Command.AddParameter
    01/30/2014 10:03:01  1  INF            Adding parameter server to command configdb
    01/30/2014 10:03:01  1  INF            Entering function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF              Adding entry server to collection.
    01/30/2014 10:03:01  1  INF              Adding object with value server to the collection
    01/30/2014 10:03:01  1  INF            Leaving function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF          Leaving function Command.AddParameter
    01/30/2014 10:03:01  1  INF          Entering function Command.AddParameter
    01/30/2014 10:03:01  1  INF            Adding parameter database to command configdb
    01/30/2014 10:03:01  1  INF            Entering function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF              Adding entry database to collection.
    01/30/2014 10:03:01  1  INF              Adding object with value database to the collection
    01/30/2014 10:03:01  1  INF            Leaving function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF          Leaving function Command.AddParameter
    01/30/2014 10:03:01  1  INF          Entering function Command.AddParameter
    01/30/2014 10:03:01  1  INF            Adding parameter dbuser to command configdb
    01/30/2014 10:03:01  1  INF            Entering function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF              Adding entry dbuser to collection.
    01/30/2014 10:03:01  1  INF              Adding object with value dbuser to the collection
    01/30/2014 10:03:01  1  INF            Leaving function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF          Leaving function Command.AddParameter
    01/30/2014 10:03:01  1  INF          Entering function Command.AddParameter
    01/30/2014 10:03:01  1  INF            Adding parameter dbpassword to command configdb
    01/30/2014 10:03:01  1  INF            Entering function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF              Adding entry dbpassword to collection.
    01/30/2014 10:03:01  1  INF              Adding object with value dbpassword to the collection
    01/30/2014 10:03:01  1  INF            Leaving function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF          Leaving function Command.AddParameter
    01/30/2014 10:03:01  1  INF          Entering function Command.AddParameter
    01/30/2014 10:03:01  1  INF            Adding parameter user to command configdb
    01/30/2014 10:03:01  1  INF            Entering function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF              Adding entry user to collection.
    01/30/2014 10:03:01  1  INF              Adding object with value user to the collection
    01/30/2014 10:03:01  1  INF            Leaving function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF          Leaving function Command.AddParameter
    01/30/2014 10:03:01  1  INF          Entering function Command.AddParameter
    01/30/2014 10:03:01  1  INF            Adding parameter password to command configdb
    01/30/2014 10:03:01  1  INF            Entering function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF              Adding entry password to collection.
    01/30/2014 10:03:01  1  INF              Adding object with value password to the collection
    01/30/2014 10:03:01  1  INF            Leaving function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF          Leaving function Command.AddParameter
    01/30/2014 10:03:01  1  INF          Entering function Command.AddParameter
    01/30/2014 10:03:01  1  INF            Adding parameter passphrase to command configdb
    01/30/2014 10:03:01  1  INF            Entering function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF              Adding entry passphrase to collection.
    01/30/2014 10:03:01  1  INF              Adding object with value passphrase to the collection
    01/30/2014 10:03:01  1  INF            Leaving function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF          Leaving function Command.AddParameter
    01/30/2014 10:03:01  1  INF          Entering function Command.AddParameter
    01/30/2014 10:03:01  1  INF            Adding parameter addomain to command configdb
    01/30/2014 10:03:01  1  INF            Entering function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF              Adding entry addomain to collection.
    01/30/2014 10:03:01  1  INF              Adding object with value addomain to the collection
    01/30/2014 10:03:01  1  INF            Leaving function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF          Leaving function Command.AddParameter
    01/30/2014 10:03:01  1  INF          Entering function Command.AddParameter
    01/30/2014 10:03:01  1  INF            Adding parameter adorgunit to command configdb
    01/30/2014 10:03:01  1  INF            Entering function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF              Adding entry adorgunit to collection.
    01/30/2014 10:03:01  1  INF              Adding object with value adorgunit to the collection
    01/30/2014 10:03:01  1  INF            Leaving function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF          Leaving function Command.AddParameter
    01/30/2014 10:03:01  1  INF          Entering function Command.AddParameter
    01/30/2014 10:03:01  1  INF            Adding parameter admincontentdatabase to command configdb
    01/30/2014 10:03:01  1  INF            Entering function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF              Adding entry admincontentdatabase to collection.
    01/30/2014 10:03:01  1  INF              Adding object with value admincontentdatabase to the collection
    01/30/2014 10:03:01  1  INF            Leaving function CommandCollectionBase.Add
    01/30/2014 10:03:01  1  INF          Leaving function Command.AddParameter
    01/30/2014 10:03:01  1  INF          Entering function CommandCollectionBase.CommandCollectionBase
    01/30/2014 10:03:01  1  INF          Leaving function CommandCollectionBase.CommandCollectionBase
    01/30/2014 10:03:01  1  INF          Entering function Command.Command
    01/30/2014 10:03:01  1  INF          Leaving function Command.Command
    01/30/2014 10:03:01  1  INF          Entering function StringResourceManager.GetResourceString
    01/30/2014 10:03:01  1  INF            Resource id to be retrieved is ConfigurationDatabaseParameterNoInstallCheckHelp for language English (United States)

  • SharePoint 2013 - Server Error in '/' Application - This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database

    Hi
    After I ran SharePoint configuration wizard successfully to upgrade to SharePoint 2013 / SP1.
    I can open Central Administration site just fine.
    but now when I open any Site collection,  I got this error.
    Server Error in '/' Application
    This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database. To connect this server to the server farm, use the SharePoint Products Configuration
    Wizard, located on the Start menu in Microsoft SharePoint 2010 Products
    I have restarted all the servers:  SQL server, WFE and APP servers but still cann't get this resolve.
    Services on all servers are running,  IIS - application pools are running.
    Can someone help with where that could be a problem or if there is a solution.
    Thanks in advance for your comments or advices.
    Swanl

    Please verify the followings:
    Make sure that from the SharePoint front end and application servers that you can ping your SQL server.
    Make sure that your Farm account has permission to the configuration database.
    Lastly verify that your database didn't for some reasons go into recovery mode.
    once everything is fine and you are still having issues, restart the SQL host service on the SQL server.
    Once the service is restarted you will need to reboot Central Admin and then your front end servers.
    In addition, as you built your farm inside the firewall, please disable the firwall, or create rules for SQL Server service in the firwall on SQL server.
    More information about creating rules in firewall, please refer to the following posts: http://social.technet.microsoft.com/Forums/en-US/c5d4d0d0-9a3b-4431-8150-17ccfbc6fb82/can-not-create-data-source-to-an-sql-server http://www.mssqltips.com/sqlservertip/1929/configure-windows-firewall-to-work-with-sql-server/
    Here is a similar post for you to take a look at: http://social.technet.microsoft.com/Forums/en-US/ea54e26c-1728-48d4-b2c5-2a3376a1082c/this-operation-can-be-performed-only-on-a-computer-that-is-joined-to-a-server-farm-by-users-who-have?forum=sharepointgeneral 
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

Maybe you are looking for

  • Sales Order released even though Credit limit exceeded VKM1

    Hi, I have got a scenario where a Sales order has been released(Delivery,Invoicing has taken place) even though the credit limit of the Customer has exceeded. Steps: The user check the order from VKM1 (push button check and save), but he didn´t relea

  • Problem viewing Web Photo Gallery in IE6

    I created a Web Photo Gallery in CS3 and uploaded it to my website via Dreamweaver. It will not display in IE6, but it will in Firefox. Has anyone else encountered this issue or know of a reason why this would happen? Thanks so much for any help!

  • Error in Mapping (Details: transaction SMW01)

    Hi, I am tring to replicate materials to SRM. I ran the transaction R3AS and given the load object as MATERIAL. When i checked in SMQ2 i found an error. The error is as follows. "Error in Mapping (Details: transaction SMW01)" Kindly help me in resolv

  • JSF Portlet doesn't render after EventHandler

    I'm trying to set up basic event IPC between 2 JSF portlets in WLP 10.3.2. Portlet A has a JSP with an inputText and and a commandLink: <h:inputText value="#{aBean.inputValue}"/> <h:commandLink action="#{aBean.clickMe}" value="Click Me"> </h:commandL

  • Varray in the Database

    Hi, I want to use varray (Varrying Array) in my database design. But unfortunately Developer6i doesn't support varray. Is there any work arround present for that? Regards, Mudassar