Answered by:
Almost successful redeployment, can't print KB Articles

Question
-
Background:We recently had a company name change and purchased a new server, which led to domain name change and massive server migrations. For example, we started as company ABC, with domain abc.local controlled by Server 2003 SBS. Now we are company XYZ, with domain xyz.com, all servers are virtual with Server 2008 R2 DC, and Server 2003 R2 x86 for Dynamics CRM 3.0. Previously no CRM problems other than a slow unreliable server.Problem:After restoring the SQL Data, I used the redeployment wizard to redeploy CRM to the new server. No errors at all during that process. After a few days we've noticed a couple small problems. The first was that I couldn't search Knowledge Base articles on our CRM that we created, got that fixed by scheduling and running the full text index process. The second I can't figure out, we cannot print or print preview KB Articles. Once I open it, I can click the print preview button, the pop up opens with what is normally the preview, but it only has the Title, Keywords, and subject visible. As far as I can tell I can print anything else, just not anything from the Knowledge Base.Any ideas? TIA!Tuesday, February 16, 2010 10:48 PM
Answers
-
Thinking this might be a browser issue rather than CRM. What happens when you select the E-mail KB article? Does the entire article copy to the e-mail body?
Best Regards | Twitter: edwardsdna- Proposed as answer by Donna EdwardsMVP Thursday, February 25, 2010 3:28 PM
- Marked as answer by Jim Glass Jr Monday, March 8, 2010 5:04 PM
Monday, February 22, 2010 5:22 PM
All replies
-
Is there a security role setting for KB articles? Are you logged in as Administrator?
- Proposed as answer by Donna EdwardsMVP Thursday, February 25, 2010 3:28 PM
Tuesday, February 16, 2010 10:58 PMModerator -
Hi,
Take a look into the DeploymentProperties table, it's in the MSCRM_CONFIG database. Pay attention to the <server>:<port> settings. One or more of these might be wrong, and contain your old server name.
Some times the below fields are wrong, and you can use the following SQL Script to correct them.
USE MSCRM_CONFIG
Update DeploymentProperties SET NvarCharColumn = '<HTTP> eller <HTTPS>' WHERE ColumnName = 'ADRootDomainScheme'
Update DeploymentProperties SET NvarCharColumn = '<server>:<port>' WHERE ColumnName = 'ADSdkRootDomain'
Update DeploymentProperties SET NvarCharColumn = '<server>:<port>' WHERE ColumnName = 'ADWebApplicationRootDomain'
Update DeploymentProperties SET NVarCharColumn = '<server>:<port>' WHERE ColumnName = 'AsyncSdkRootDomain'
Henrik Jensen Instructor / Consultant MCP, MCAD, MCSD, MCTS, MCPD, MCITP, MBSS, MBSP, MCT www.crmblog.dk (Danish only)- Proposed as answer by Donna EdwardsMVP Thursday, February 25, 2010 3:28 PM
Wednesday, February 17, 2010 7:36 AM -
Thinking this might be a browser issue rather than CRM. What happens when you select the E-mail KB article? Does the entire article copy to the e-mail body?
Best Regards | Twitter: edwardsdna- Proposed as answer by Donna EdwardsMVP Thursday, February 25, 2010 3:28 PM
- Marked as answer by Jim Glass Jr Monday, March 8, 2010 5:04 PM
Monday, February 22, 2010 5:22 PM