Cant connect to CRM server via outlook 2013 - dynamics-crm-2011

I have installed CRM server on my server and via browser on client machine ,
I have access to my CRM ,But when I'm trying to connect my outlook to CRM appear an
error as : There is a problem with communicate with Dynamics CRM server or server might be unavailable.
In other hand hand when I'm choosing CRM ONLINE the login page appear for me but show me error from user and password.
Anybody can help?
Thanks
Mohammad

Did you install the CRM 2013 Outlook Client (download here) ?
If no then follow the next tutorial.

Related

How to create a new user on Dynamics CRM Online through calling APIs

I want to design an application to sync user information between local system and CRM online. I found we can't create user in CRM online through APIs directly as CRM on-premise. System said we only can add user through office 365 admin portal. But I have no idea about how to use office 365 APIs to create CRM online user. Did you guys encounter the situation before? Please help me, thanks!
Ok, let me answer my question. Right now if we want to operate Dynamics CRM Online User or License information, we need to operate Active Directory Graph Service associated with CRM Online. This Service is a web api based service. We can get the example code on "http://visualstudiogallery.msdn.microsoft.com/7e947621-ef93-4de7-93d3-d796c43ba34f", and current there is one helper library can be used you guys can download it on http://code.msdn.microsoft.com/windowsazure/Windows-Azure-AD-Graph-API-a8c72e18.

RuleDeploymentException: Failed to access the default store for the user

I nearly spent 3 Days to fix the issue which is related to Microsoft Dynamics CRM 2011 Email Router: Rule Deployment Wizard.
I installed Microsoft Exhange 2010 on same virtual box where CRM 2011 server is installed.
The problem
Rule Deployment Wizard is not able to verify/create/delete rules for selected user's mailbox. Always the ran into exception which is given below:
"Microsoft.Crm.Tools.ExchangeConnectorDeployment.RuleDeploymentException: Failed to access the default store for the user."
Any suggestion is highly appereciable.

How to connect Windows 8 App into Ms crm 2011 offline?

I connected windows 8 App into ms crm 2011 online and the functionality is working fine.
And next i want to connect the ms crm 2011 offline, is there any way to connect offline.whenever come online it should sync to CRM and update the records.Please suggest the solution
This functionality is "baked in" to Outlook, but I don't believer there are any APIs associated with it. I'm assuming you'll need to "roll your own" logic for updating and syncing back to CRM when the client is able to connect to CRM again.

how an utility application connects with all three deployment types of CRM

I am working with an utility application which has user authentication(i.e. it takes username password from users as input). Previously I worked with CRM online. Now requirement is this utility should be able to connect all three deployment types of CRM (i.e. Onpremise, Online, IFD).I am not sure how to do it. I was using crmservice.cs and deviceidmanager.cs for connection with CRM.
From other online resources I found that in connection string if I add Authentication Type="Integrated"/"AD"/"SPLA"/"Passport" , it should work.
So If I write my connection string like
connectionString="Authentication Type="Integrated";Data Source= LINE500\sage;Initial Catalog=cs3live; Integrated Security=false; User Id=XXXXXXXX;Password=XXXXXXXX"
Is this gonna work? FYI, I have only CRM online trial account to verify my code.So I need your help on this.
Thanks.
a CRM Online environment can use Windows Live ID or Office 365 authentication, DeviceID and DevicePassword are necessary only when connecting with Windows Live ID credentials. So you need to know which authentication type is in use in your CRM.
To be able to connect to different environments I suggest to use the Simplified Connection, you can find more information here:
https://stackoverflow.com/a/15930366/2191473
and here:
Sample: Simplified Connection Quick Start using Microsoft Dynamics CRM

How to Connect to CRM Dynamics Online Odata endpoint LinqPad?

I'm able to connect to self-hosted CRM sites just fine with the default Odata driver within LinqPad. The URI I use in the "WCF Data Services (OData) Connection" dialog for self-hosted is in the format http://MyServer.com/MyOrgName/xrmservices/2011/OrganizationData.svc. The user name is in the format "domain\username".
When I attempt to follow the same format for an CRM Online instance, it doesn't work.
I'm guessing it's either because of the https, or the windows live credentials, but don't know what steps to take to fix the problem...
Please note, I want to use the odata provider, not the CRM 2011 provider. The odata provider gives me the URL to retrieve the data which is extremely helpful for javascript. The CRM 2011 provider gives the fetch XML, which isn't what I want to use in this case...
I contacted LinqPad and they said they don't currently support Windows Live Authentication. I'm guessing that one would have to write a plugin and use the logic from this page to handle the authentication issues.

Resources