sql server - Enable Tracing in CRM -


i trying import customizations on server machine running dynamics crm 4. able upload customizations file on crm , shows me entities.

however when try import these entities crm gives me sql server error. need details of error , therefore need enable tracing on crm server.

how enable tracing on dynamics crm? have found quite many pages when googled term didn't quite looking for.

there's diagnostic tool 4.0 enables tracing within crm you. enabling tracing causes crm emit ton of debug/error information , first step take when troubleshooting non-trivial issues. times error tell what's wrong.

you can diag tool crmtools.zip link here. you'll want crmdiagtool4.zip file. extract contents of crmdiagtool4.zip onto crm server , run crmdiagtool4.exe. dropdown menu, choose "dynamics crm server". click first button enable tracing. enabling tracing huge performance hog, enable right before start import , disable right after error occurs.

to read output, there's crm trace file viewer lets filter message type. reading logs without extremely painful. open viewer on server , point 1 of trace files generated (if installed crm default directory, located in c:\program files\microsoft crm\trace). finally, filter log entries down warnings or worse choosing filter -> log level -> warning. (a fancier version of viewer available part of helpful , free stunnware tools.)

good luck!


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -