apply load balance to existing CRM 4.0 installation - dynamics-crm-4

i want to apply load balance to Microsoft Dynamics CRM 4.0, can i configure it on an existing installation? or do i have to install it all over again?
Thank you for your responses

Please see this article which describes how to Install Microsoft Dynamics CRM 4.0 Server on multiple computers
If you already have a Dynamics CRM Server, you have to install the additional one(s) which you have to attach to the already created databases.
You have to use a unique service account for the application.

Related

Data Studio Community Connector Deployment, Share and Access Questions

After we build a Data Studio Community Connector, we would deploy it.
https://codelabs.developers.google.com/codelabs/community-connectors/#12
And we will get a deployment ID.
My Questions are:
The community connector we just created, would it be visible to the public? Or in other words, people can find out this newly deployed connector from search or connectors directory etc?
If I want someone to use this new connector, do I have to share my apps script project (for this data studio connector) to them? Or they can access it if they have the deployment ID?
-
Thanks!
The Share guide on Data Studio Developer site talks about this in details.
If you create a new deployment, people cannot find out this newly deployed connector from search or connectors directory.
If you want someone to use this new connector, the user need to have read access to the script project in order to execute it. You do not have to make the script link available to them. See the Share guide for more details.

disable reporting TFS 2008

We have assumed maintenance of a legacy 32bit application. I installed TFS 2008 to use in maintaining the project.
We will never use reporting or sharepoint. I cant create a project because of issues with SSRS.
(The Project Creation Wizard encountered a problem while creating reports on the SQL Server Reporting Services on OHSENSS801. The reason for the failure cannot be determined at this time. Because the operation failed, the wizard was not able to finish creating the SQL Server Reporting Services site. )
How can I disable reporting and sharepoint in TFS 2008?
Thank you.
Unlike TFS 2010 and above version, you have to install the SharePoint components for TF2008.
TFS2008 is a very old server version and out of support for a long time. You could use TFS2010 instead, the SharePoint is no longer a prerequisite when you install TFS2010. You can go for TFS2010 Basic Configuration which is the most compact TFS installation possible.
In Basic Configuration, SharePoint and Reporting Integration will not be possible. It will install and configure Source Control, Work Item tracking and Build Services only.
Highly recommend you to move to a newly versioned TFS server. If you insist on using TFS2008, you could try to troubleshoot the configuration of SQL Server Reporting Services. Details please refer this thread in MSDN: SQL Server Reporting Services is not configured correctly
About how to remove Sharepoint and Reporting Services from TFS, you could go through this question. However, afraid removing these components, you will still not able to create team project. After all, if it will work, there is no need to be a prerequisite for installing TFS2008.

TFS - Not able to configure reporting services : Edit option no visible

I am trying to configure reporting services in TFS 2015, but there no Edit link visible on TFS Administration console.
I have upgraded server from TFS 2010 to TFS 2015.
.
Thanks in advance
Please make sure you have configured below settings before adding a report server.
Q: What kind of report server can I add?
A: You'll need to add SQL Server Reporting Services to provide a
report server for TFS. This can be added to the SQL Server instance
that is supporting TFS, or to a different instance.
Q: What permissions do I need?
A: You need to be a member of the local administrators group on the
server, the Team Foundation Administrators group in TFS, and the
sysadmin group in SQL Server, or have the equivalent permissions.
Also note:If you installed TFS on a client operating system, such as Windows 7, you can't add reporting as described here, because it isn't supported on client operating systems.

Installing the SSRS Data Connector for CRM 2011

I have installed Microsoft Dynamics CRM 2011, Update roll-up 14 in my VPC.
While I try to install Microsoft Dynamic CRM Reporting Extensions using SetupSrsDataConnector.exe, I get an error saying,
Setup cannot proceed because an error occurred while copying installer files to the local system: The upgrade cannot be installed
by the Windows Installer service because the program to be upgraded
may be missing, or the upgrade may update a different version of the
program. Verify that the program to be upgraded exists on your
computer and that you have the correct upgrade For additional details
see logfile.
Does anyone know what is wrong? I tried several instances but they all don't work either. I can access my SSRS server by going to http: //SSRS-Server/Reports and it will give a list of all services running there.
Any help would be much appreciated.
Thanks!
Is there enough disk space for the installation?
Are you installing the update on the SQL machine or the CRM machine?
Are you installing the correct version? CRM 2011, CRM 2013? 64bit, 32bit?
Could you post the results from the log file?
C:\Users\<LoginName>\AppData\Roaming\Microsoft\MSCRM\Logs

Verify TFS installation

I have a server that was configured by someone that is not on the company anymore and I need to check the TFS installation and enable that "dasboard" with reports, charts etc.
The only stuff working are: Source Control, issue tracking, web access.
As far as I could check, Reporting Services seems to be disabled (or not installed) and I don't know how to check SharePoint installation.
How can I verify and fix the TFS installation in order to make the reports work?
If Reporting Services are not installed or disabled, where can I install or enable it?
Use the Team Foundation Server 2010 Best Practices Analyzer included in the TFS Power Tools.
If you just open the TFS Admin Console, you can check for everything configured
SharePoint
Reports
Others
After that, start check this configuration per collection
If the SharePoint or Reporting not installed? You will need to install and configure them
For how to do this, there is a guide with videos on how to do enterprise installation, you can see the video of the SharePoint and Reporting only if you want, it will told you what exactly you will need to do?
http://tfs10enterprise.codeplex.com/releases/view/78529