Blogs

The Word is Getting out about Dynamics GP 12

As GP users, we know that there is often much talk about the next release – when is it coming, what will be in it, etc. Well, a few things have been released about what is being planned for the release of GP 12. Here are a few that I think are way cool...

• Business Analyzer can appear on the home page
• Customizable area pages
• Select printer at the time of printing
• Reprint PM check remittance
• Print SQL reports from a Dynamics GP
• Subledger reconciliation for Bank Rec to GL
• Prepayments on purchase orders
• Bank rec void indicator, so if you try to void a check that is reconciled you will get a message
• BAI format for EFT
• Document attachment
• PO tolerance handling
• Historical depreciation reporting
• Mass deprecation reversal
• GP Thin Client
• Multi-Tenancy

So many things to look forward too – and we only have to wait until the end of 2012! Let’s hope all goes well with the final coding and testing.
I am sure more will be coming out as Convergence draws near in March of 2012, and we will be sure to keep you posted!

Error 52 Bad file name or number performing Mail Merge in CRM with Microsoft Word

Have you ever googled or bing'ed an error and notice that everyone is missing the boat? Well, that happened recently while doing a mail merge of CRM Contacts with Microsoft Word.

Here's the setup:
Using Microsoft Dynamics CRM Internet Facing Deployment with a view that was setup to e-mail newsletters
Using Microsoft Internet Explorer v 8.0
Using Microsoft Word 2010

The process:
Selected the records/view to mail merge to
Clicked on the mail merge button
Microsoft Word opened and when I went to step through the Wizard, it gave me the error: Error 52 Bad file name or number

The Rabbit Hole:
Upon searching for a solution, I kept finding articles about how it worked before but now it doesn't. Further, I found solutions that led a person to believe it was an authentication issue.

The REAL Solution:
It was very simple. It struck me that on my Windows 7 64 bit OS and IE v8.0 64 bit, that this might very well be the issue.
I launched IE v8.0 32 bit, performed the same steps and the process worked.
My presumption is that since the Mail Merge puts a text file out there for the Word doc to use, there was some confusion between the 32 and 64 bit filepath.

Hope this helps!

“Problem communicating with the Microsoft Dynamics CRM Server” Configuring CRM 2011 Outlook Client.

“Problem communicating with the Microsoft Dynamics CRM Server” Configuring CRM 2011 Outlook Client. (Yet another solution to try)

We ran into another issue while configuring the Outlook Client for CRM 2011. In this case the client was migrating form CRM 4.0 on premise to CRM 2011 Partner-Hosted/IFD. The users uninstalled the 4.0 client and installed the 2011 client without issue but received the following error “Problem communicating with the Microsoft Dynamics CRM Server” Configuration Wizard.

After making sure it wasn’t an issue with the clocks being out of synch (see http://njevity.com/blog/crm-2011-outlook-client-cannot-authenticate) or that it wasn’t an issue with Windows Live ID (see http://njevity.com/blog/crm-2011-outlook-client-cannot-connect-microsoft...) we tried something completely different.

We set up a VPN connection to the Active Directory network that was hosting the CRM 2011 site. Once the VPN was connected we were able to configure the Outlook client. After the CRM 2011 Outlook Client was configured we could drop the VPN and the client functioned as designed.

How to Get the Microsoft CRM “Closed Activities” Nav Bar Link Back (If You Delete It)

I just found this great blog article on how to get your Closed Activities Nav Bar item back. Check it out: http://social.technet.microsoft.com/wiki/contents/articles/4808.aspx

In the article, the entity that they are working with is the Case Entity. In my situation, I needed to get the Closed Activities item back on my Account Entity. Here is how I did it:

  1. 1. I created a new solution in my problem organization called AccountTest and I put just the account entity into it. I then exported the solution to AccountTest.zip.
  2. I repeated this process from another CRM organization that still had the Closed Activities Nav Bar on the Account Entity. This solution was called AccountOriginal. I exported it to AccountOriginal.zip.
  3. I extracted the customization.xml file from AccountOriginal.zip, opened it and searched for the following xml tag: <NavBarByRelationshipItem
  4. I was able to quickly find the xml section dealing with Closed Activities. I copied it to a notepad and closed the xml file.
  5. I extracted the customization.xml file from AccountTest.zip and searched for the same xml tag as above. I pasted the xml snippet into this xml file. Then saved the xml file, deleted the original from the AccountOriginal.zip and then copied the new customization.xml file into the zip.
  6. I imported the AccountOriginal.zip back to my problem organization. And just like that, Closed Activities was BACK! Easy Pleasey.

This was so much simpler than I thought it would be. Thanks for the great article, TechNet!

Here is the xml snippet that I need for the Account Entity:

<NavBarByRelationshipItem RelationshipName="Account_ActivityPointers" TitleResourceId="Tab_Label_History" Icon="/_imgs/ico_18_history.gif" ViewId="21E2B905-6FDB-470d-8517-AD69B4C01268" Sequence="20" Area="Info">

   <Privileges>

      <Privilege Entity="" Privilege="ReadActivity" />

   </Privileges>

   <Titles>

      <Title LCID="1033" Text="Closed Activities" />

   </Titles>

</NavBarByRelationshipItem>

CRM 2011 Outlook client cannot connect to Microsoft Dynamics CRM server cannot authenticate your credentials on Windows XP

While trying to configure the CRM client for Outlook on Windows XP you get the error: "Cannot connect to Microsoft Dynamics CRM server because we cannot authenticate your credentials. Check your connection or contact your administrator for more help."

First make sure that the time is synchronized with the time on the CRM server. Go to the following link for instructions on setting the time http://www.njevity.com/blog/crm-2011-outlook-client-cannot-authenticate.

Then you have to follow these steps:

1. Close Outlook
2. Remove Windows Live ID Sign-in Assistant
3. Install Windows Identity Foundation for Windows Server 2003 from here: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=be4db6a0-b76...
4. Reboot computer
5. Open Outlook and configure ORG as normal

Syndicate content