I am trying to Configure connector for microsoft dynamic. Everything went fine when i configure Micorosft Dynamics CRM 2011. However when i tried to configure Microsoft Dynamics AX 2012 i found this error (Pict 2).
I used :
User adminstrator domain to configure
The administartor as user used above already in AX.
Connectror for Microsoft Dynamics Version : 3.3.514
AX 2012 R2
CRM 2013
Does Anyone know how to resolve this ?
Please Help.
Regards, Frank.
Related
Needs help with Microsoft Dynamics Ax 2012, installation and configuration.
Any info will be helpful, totally new to this technology.
My Personal notes:
You need to download the Dynamics ax on a Windows server 2008 r2 or windows server 2012.
While checking requisites, if you have an error with a configure check box enabled, use this check box to let the system automatically solve the issue for you.
When installing SQL server, note to enable the following features:
-Data Base engine services
-Full text search
-Analysis services
-Reporting services
-Business Intelligence
-Management tools basic
-Management tools Complete
-SQL client connectivity SDK
-Microsoft Sync features
Installing Core System:
A core Microsoft Dynamics AX system consists of
-an instance of an Application Object Server (AOS),
-an application file server,
-a database,
-and at least one client.
These components can be installed on computers arranged in a variety of topologies, but without all elements your system will not run.
For more info http://msdn.microsoft.com/en-us/library/aa548645(v=ax.10).aspx
In order to install Dynamics ax 2012 you need to have:
Database: DB server can be on a dedicated box or on the same machine. For production purposes recommended to have a dedicated machine.
I installed Microsoft SQL server 2008 r2 as the database engine.
Prerequisites check:
When checking the prerequisites, the SQL Full text search service is required.
If not installed on your SQL server, you have to add this feature to the existing SQL instance, to do so, please follow the steps in the link below:
http://www.techrepublic.com/blog/data-center/adding-sql-full-text-search-to-an-existing-sql-server/
Install the Microsoft Dynamics AX databases [AX 2012]:
http://technet.microsoft.com/en-us/library/ee355075.aspx
Server Components
-Application Object Server (AOS)
-Web server components
-Enterprise Portal (EP)
-Enterprise Search
-Helper Server
You need to have the server components; you can have one AOS or multiple AOSs, which will speed up the operation, and allows you to have more clustered environment.
EP gives you similar functionality to the client application over the web
Enterprise Search gives you the capability to find different info in your environment using a client utility or enterprise portal
Help server to get the latest info from Microsoft
Prerequisites check:
Download: Microsoft Search Server 2010 Express
http://www.microsoft.com/en-us/download/details.aspx?id=18914
http://msdn.microsoft.com/en-us/library/aa497037(v=ax.10).aspx
Business intelligence components
-Reporting Services extensions
-Analysis Services configuration
Reporting Services extensions: to create reports using visual studio or report builder, modify the existing reports, package them and upload to Dynamics ax
Analysis Services configuration: to use AOL app and AOL TP, Dynamics ax automatically creates OAL app cubes to analyze the business data.
Client components
-Client
-Office add-ins
-Remote desktop services integration
Client components very important to Dynamics ax users to be able to access Dynamics ax features.
You can add to the client app the office add-ins such as excel. Fully integrated with Dynamics ax 2012
you can also add remote connection to the client app.
Developer tools
-Debugger
-Visual studio tools: Note, You need VS2010 (Only 2010 will work) with Dynamics 2012
-Trace Parser
Integration components
-Web services on IIS: Based on WCF
-NET Business Connector: Gate way between Dynamics ax and Visual studio or any other 3ed party languages
-Synchronization proxy for Microsoft Project Server
-Synchronization service for Microsoft Project Server : these 2 components necessary to update info project server 2010 and dynamics as
Management utilities: uses windows power shell
Microsoft Dynamics ax 2012
Flowchart: Installation processes
http://msdn.microsoft.com/en-us/library/aa496434(v=ax.10).aspx
Hardware and software requirements
http://msdn.microsoft.com/en-us/library/aa548679(v=ax.10).aspx
Installing a core system – Very important link
http://msdn.microsoft.com/en-us/library/aa548645(v=ax.10).aspx
I'm wondering if there is any ASP template commercial or free for creating web application similar to Microsoft Dynamics CRM.
I need it for Intranet application not Internet app, since CRM SEO is very low as I think.
Thanks
You could refer to the following link:
CRM 2011 Template http://crm2011templates.codeplex.com/
Branding a CRM 2011 application https://community.dynamics.com/crm/b/crmmusings/archive/2012/11/13/branding-a-crm-2011-application.aspx
C:\Program Files\Microsoft Dynamics CRM\CRMWeb
_common/styles/fonts.css
_common/styles/global.css
_common/styles/theme.css
_common/styles/dialogs.css
_common/styles/select.css
_forms/controls/form.css
_forms/controls/controls.css
_controls/lookup/lookupdialogs.css
_grid/appgrid.css
I am trying to set my new laptop up with a developer installation of MS Dynamics AX 2009.
I start by installing MS SQL Server 2008 R2, this goes in fine, I create a new database in here.
I then launch the AX 2009 setup, I firstly install the Application Files, go through this, all is OK.
I then re-launch the AX 2009 setup, installing the AOS, I login using a specific username / password setup for the AOS.
I then re-launch the AX 2009 setup and install the Client and Debugger.
When I go to launch the AOS in Services the service gets 'stuck on "Starting" and after 5/10/15 minutes waiting and refreshing nothing happens?
Do I need to install the Database files in the AX 2009 setup as well?
Many thanks...
Yes you need to have an AX 2009 database. Either install it via the AX 2009 installer or deploy the contoso example database from Microsoft. Easier to install from the installer.
The first start of the AOS can take some time, but if you don't have a database, I can't imagine how it would work.
Go to (Administrative Tools>Microsoft Dynamics AX 2009 Server Configuration) and click the database tab of your instance, and what does it have? Does that database exist or is anything selected?
You should check the windows event viewer under "applications" to see issues during service startup.
/This isn't really code btw...
pls reply as soon as possible..I m getting this problem in dynamics crm 2011 on premises installation.
As glosrob mentioned more detailed info would help us give you a more accurate answer.
If you have any issues during a basic install of the CRM software, verify you have all the prerequisites installed and configured correctly.
Here's a list of the pre-reqs
http://www.dynamicscrmtrickbag.com/2011/05/15/dynamics-crm-server-2011-on-premise-hardware-and-software-requirements/
I am following the learning ASP.NET 3.5 by O'REILLY to write some ASP.NET 3.5 code using Visual Studio 2008 SP1. I have gotten to the point to where I need to Configure a Data Source using the SqlDataSource control. I chose Microsoft SQL Server (SqlClient) even though I have SQL Server Express 2005 - This seems like the only logical choice.
I get to the Add Connection window and successfully add a Server name and I use the Select or enter a database name of AdventureWorks. When I click on Test Connection I get the Test Connection Succeeded message box.
Unfortunately, when I click OK I get an error message of the following:
Could not load file or assembly 'Microsoft.SqlServer.Management.Sdk.Sfc, Version=10.0.0.0, Culture=neutral,
PublicKey Token=89845dcd8080cc91' or one of its dependecies. The system cannot find
the file specified.
At his point I am at a loss and everywhere I look and find something similar to my issue it involves other versions of either Visual Studio or SQL Server.
I'd really appreciate any help on this!
You may investigate this recipe.
You may need to reinstall your copy of SQL 2005 Express. But sure to install all of the client-side developer packages in the installer.
I had the exact same issue.
Following the suggestions in this thread , I went to the "Microsoft SQL Server 2008 Feature Pack, August 2008 " - and downloaded (and installed) the "Microsoft SQL Server 2005 Backward Compatibility Components ". This did not help.
Then I also downloaded and installed the following components: SharedManagementObjects.msi, sqlncli.msi, SQLSysClrTypes.msi.
And now it works for me.
I'm using SQL Server 2008 Express and Visual Web Developer 2008 Express Edition.