Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all 46379 articles
Browse latest View live

Calculate Sum Amount of Selected Rows on Parent Entity

$
0
0

I have a requirement that on the selection of records in subgrid the amount denied should sum (for selected records only) and set in parent entity custom field and in case of unselection it should subract from the custom field.

Please see the image below for reference.

Any help will be appreciated.

TIA.


CRM language support

$
0
0

Hi team,

Does anybody know if MSDN CRM supports Hebrew language? 

Interested in bying the B2C system, choosing b/w Zoho and MS

Thanks in advance

Contains in Advanced Find

$
0
0

The "High Level Interest" is a Multiple Line Text.  Is there a way we to use the Contains and search for specific [Multiple] words with this Text box? 

Trying to avoid many lines since we do have another "Text" fields to query for other products.

We know it can be done using the example below,  but it would be faster if there is a way to just use one line using contains and typing in the search words.

Thank you for your time.

Laurie B.

IFrame Charts Not Loading on Dashboard

$
0
0

Hi All, 

Looking for some help. Since transitioning to UI my Iframe sitting within a dashboard no longer loads. The charts are stuck buffering. Any solves? 

The URL for the Iframe is ORG/dashboards/dashboard.aspx?dashboardid=%7bE47F1652-BB8C-445E-B0DD-EA77ABBB3EDB%7d&dashboardType=1030&pagemode=iframe

Font Size on Dashboard in UI

$
0
0

Hi All, 

I have edited code on a few Pie Chart to show the font only and increase the size of the font to 30px.  

The changes appear in the Customization but not on the front end dashboard. Can anyone help? 

Thanks in advance. 

I would use PowerBI to do this but I cannot justify purchasing a pro licence to pull the data. 

Import Organization error

$
0
0

I'm having an issue with importing an organization inside of Deployment Manager. I'm getting the below errors. The Name Translation is from the step after linking the users. I am able to continue on and then it fails with the import organization error. I'm not finding any helpful links online so far. Any help on getting the Org to import and for the site to load would be helpful. 

*Maybe useful info*

I'm working on changing domains with Dynamics 365 and have reinstalled the program on my Dynamics app server. All domain accounts/groups have been duplicated into the new domain. My install was with using a config file only for the groups as the groups were already setup and not allowing the install account to have Domain Admin privilege. 

The program was updated after the install.

After the install the Orgs were showing in Deployment Manager, but I am getting an access error on trying to load the web site.

So I have removed the Org and attempting to import it again.

This is on Dynamics 365 on prem ver 8.2

Currently 1 DB server and 1 Full (App & Web) server

Servers were just moved to the new domain

*End of info*

Name translation: Could not find the name or insufficient right to see name. (Exception from HRESULT: 0x80072116)

16:16:59| Error| Import Organization (Name=CRM, Id=24da4f2f-5799-e711-8101-005056977391) failed with Exception:
System.DirectoryServices.DirectoryServicesCOMException (0x80072030): There is no such object on the server.

at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.get_AdsObject()
at System.DirectoryServices.PropertyValueCollection.PopulateList()
at System.DirectoryServices.PropertyValueCollection..ctor(DirectoryEntry entry, String propertyName)
at System.DirectoryServices.PropertyCollection.get_Item(String propertyName)
at Microsoft.Crm.DatabaseInstaller.Common.ActiveDirectoryHelper.GetAccountName(DirectoryEntry entry)
at Microsoft.Crm.Setup.Database.DatabaseUtility.grantAccessInternal(String sqlAccessGroup, String reportingGroup, String privReportingGroup)
at Microsoft.Crm.Setup.Database.DatabaseUtility.GrantAccess(String sqlAccessGroup, String reportingGroup, String privReportingGroup)
at Microsoft.Crm.Tools.Admin.ImportOrganizationInstaller.GrantAccessOnCrmSecurityGroups(Guid organizationId, String sqlAccessGroupName, String reportingGroupName, String privilegedReportingGroupName)
at Microsoft.Crm.Tools.Admin.ImportOrganizationInstaller.UpdateOrganizationInfo(Guid organizationId, OrganizationGroupsInfo organizationInfo, String organizationFriendlyName, String organizationUniqueName, Uri reportServerUrl, Int32 PercentUpdateOrganization, ICollection`1 users)
at Microsoft.Crm.Tools.Admin.ImportOrganizationInstaller.Import(Guid organizationId, String organizationUniqueName, String organizationFriendlyName, String sqlServerName, String databaseName, Uri reportServerUrl, ICollection`1 users, MultipleTenancy multipleTenancy)
16:17:00| Info| Found the older table DBUpdateInstallInfo_V5, updating new table and deleting
16:17:00| Info| GetDBUpdateRevisionThresholdForServer(): Threshold = 8.2.0001.0176.
16:17:06| Error| Import Organization (Name=CRM, Id=24da4f2f-5799-e711-8101-005056977391) failed with Exception:
System.DirectoryServices.DirectoryServicesCOMException (0x80072030): There is no such object on the server.

at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.get_AdsObject()
at System.DirectoryServices.PropertyValueCollection.PopulateList()
at System.DirectoryServices.PropertyValueCollection..ctor(DirectoryEntry entry, String propertyName)
at System.DirectoryServices.PropertyCollection.get_Item(String propertyName)
at Microsoft.Crm.DatabaseInstaller.Common.ActiveDirectoryHelper.GetAccountName(DirectoryEntry entry)
at Microsoft.Crm.Setup.Database.DatabaseUtility.grantAccessInternal(String sqlAccessGroup, String reportingGroup, String privReportingGroup)
at Microsoft.Crm.Setup.Database.DatabaseUtility.GrantAccess(String sqlAccessGroup, String reportingGroup, String privReportingGroup)
at Microsoft.Crm.Tools.Admin.ImportOrganizationInstaller.GrantAccessOnCrmSecurityGroups(Guid organizationId, String sqlAccessGroupName, String reportingGroupName, String privilegedReportingGroupName)
at Microsoft.Crm.Tools.Admin.ImportOrganizationInstaller.UpdateOrganizationInfo(Guid organizationId, OrganizationGroupsInfo organizationInfo, String organizationFriendlyName, String organizationUniqueName, Uri reportServerUrl, Int32 PercentUpdateOrganization, ICollection`1 users)
at Microsoft.Crm.Tools.Admin.ImportOrganizationInstaller.Import(Guid organizationId, String organizationUniqueName, String organizationFriendlyName, String sqlServerName, String databaseName, Uri reportServerUrl, ICollection`1 users, MultipleTenancy multipleTenancy)

Fetchxml return no record in liquid templates

$
0
0

I have below fetchxml query that is running fine  Advanced Find / FetchXML Builder. However, in liquid templates, same query is not returning anything.

{​​​​​% fetchxml abc_vat_query %}​​​​​
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true">
<entity name="new_vatgroup">
<attribute name="new_vatgroupid" />
<attribute name="new_name" />
<attribute name="createdon" />
<order attribute="new_name" descending="false" />
<link-entity name="msdyn_organizationalunit" from="msdyn_organizationalunitid" to="new_organisationalunit" link-type="inner" alias="as">
<link-entity name="contact" from="new_resourcingunit" to="msdyn_organizationalunitid" link-type="inner" alias="at">
<filter type="and">
<condition attribute="contactid" operator="eq" value="{{user.id}}" />
</filter>
</link-entity>
</link-entity>
</entity>
</fetch>
{​​​​​% endfetchxml %}​​​​​{
"totalcount": "{{ abc_vat_query.results.total_record_count }}"
}

I'm system admin and have due entity permissions as well as well web roles associated to my user. Can anyone please assist in this regard?

¿How to disable or hide the advanced settings option per role or user in CRM?

$
0
0

Hi all,

I am trying to do a security role for Customer Service and by customizing the application I can manage to hide the settings in the lower panel, but I can't figure out how to hide or disable the option in the upper right ribbon for advanced settings.

When I modify the privileges by role, the security is enabled, but another function shows an error like creating a comment in the portal or creating an activity for phone calls or mail.

Is there a way to hide or disable the option?

I want to prevent user access to this screen and options:

Thanks to everyone in advance.


You must map your Active Directory user account to at least one enabled Microsoft Dynamics CRM User who has the System Administrator security role before the organization can be imported.

$
0
0

We restored Production database on to our lower environment and trying t o import the Org on to the restored database. We are getting this error message although we are selecting teh user who is a system admin. 

What are we doing wrong?

Any help is highly appreciated...

Thanks a lot!!!

"Manage Roles" button not visible on User record/Home Grid in Unified Interface app.

$
0
0

Hi All,

In Unified interface app, we don't see the "Mange Roles" button on user record as well as on users Home grid. 

Under Related Tab we don't see "Security Roles" as well. Is this feature not available in UCI?

I can navigate to classic interface and Mange roles though.

Dynamics CRM 2015 to 2016 Org import was successful but Upgrade from 8.0.0.528 to 8.2.10.24 fails with timeout

$
0
0

Hello,

We have performed an Dynamics Migration from 2015 to 2016. The import to the new on prem 2016 platform was successful, but now we are getting timeouts for the upgrade on from 8.0.0.528 to 8.2.10.24 in the Depoloyment Manager. 

We have a SQL Server 2019 Database where the Org is imported and working. One thing im noticing as a system admin in Dynamics, I cant assign other users the System Admin role.

I get this error: RoleService::VerifyCallerPrivileges failed. User: 29c262b7-ff7f-e611-8169-005056a84942, PrivilegeName: prvShareDocumentTemplate, PrivilegeId: 1508ba35-cdba-40b4-9920-70aadbf43fa1, Depth: Global, BusinessUnitId: fee94cb0-e20c-e611-815d-005056a802d8</Message>

I believe its because we cant upgrade to 8.2.10.24. 

Does anyone know a solution to this?

The log of the crmdmsnappin when it times out is below: 

23:58:20| Info| Deployment Manager Start
23:58:21|Verbose| Retrieving config database version Data Source=dcwipagsql085;Initial Catalog=MSCRM_CONFIG;Integrated Security=True;Connect Timeout=60;multisubnetfailover=true; ...
23:58:21| Info| Config database version: 8.2.2.112.
23:58:23| Info| Found the older table DBUpdateInstallInfo_V5, updating new table and deleting
23:58:23| Info| GetDBUpdateRevisionThresholdForServer(): Threshold = 8.2.0010.0024.
23:58:23|Verbose| Getting number of organizations Data Source=dcwipagsql085;Initial Catalog=MSCRM_CONFIG;Integrated Security=True;Connect Timeout=60;multisubnetfailover=true; ...
23:58:23|Verbose| Getting number of Servers Data Source=dcwipagsql085;Initial Catalog=MSCRM_CONFIG;Integrated Security=True;Connect Timeout=60;multisubnetfailover=true; ...
23:58:23|Verbose| Getting number of organizations Data Source=dcwipagsql085;Initial Catalog=MSCRM_CONFIG;Integrated Security=True;Connect Timeout=60;multisubnetfailover=true; ...
23:58:23|Verbose| Getting number of Servers Data Source=dcwipagsql085;Initial Catalog=MSCRM_CONFIG;Integrated Security=True;Connect Timeout=60;multisubnetfailover=true; ...
23:58:23| Info| Found the older table DBUpdateInstallInfo_V5, updating new table and deleting
23:58:23| Info| GetDBUpdateRevisionThresholdForServer(): Threshold = 8.2.0010.0024.
23:58:51| Info| Found the older table DBUpdateInstallInfo_V5, updating new table and deleting
23:58:51| Info| GetDBUpdateRevisionThresholdForServer(): Threshold = 8.2.0010.0024.
23:58:53| Info| Found the older table DBUpdateInstallInfo_V5, updating new table and deleting
23:58:53| Info| GetDBUpdateRevisionThresholdForServer(): Threshold = 8.2.0010.0024.
23:58:59|Verbose| Retrieving database base language code Data Source=dcmipagsql622;Initial Catalog=DRM_MSCRM;Integrated Security=SSPI ...
23:58:59| Info| Database base language code: 1033.
23:58:59| Info| EdwModeProperty: DMSnapIn.Organization.ApplyDatabaseHotFix
23:58:59| Info| InstallInfo.InstallType: None
23:58:59| Info| OrganizationInfo.BaseCurrencyCode: USD
23:58:59| Info| OrganizationInfo.BaseCurrencyName: US Dollar
23:58:59| Info| OrganizationInfo.BaseCurrencyPrecision: 2
23:58:59| Info| OrganizationInfo.BaseCurrencySymbol: $
23:58:59| Info| OrganizationInfo.BaseLanguageCode: 1033
23:58:59| Info| OrganizationInfo.ConnectionString: Data Source=dcmipagsql622;Initial Catalog=DRM_MSCRM;Integrated Security=SSPI
23:58:59| Info| OrganizationInfo.DatabaseName: DRM_MSCRM
23:58:59| Info| OrganizationInfo.ExistingDatabaseVersion: 8.0.0.528
23:58:59| Info| OrganizationInfo.FullTextSearchLocaleId: 1033
23:58:59| Info| OrganizationInfo.OperationTypeProperty: DatabaseHotFix
23:58:59| Info| OrganizationInfo.OrganizationCollation: Latin1_General_CI_AS
23:58:59| Info| OrganizationInfo.OrganizationFriendlyName: DRM
23:58:59| Info| OrganizationInfo.OrganizationId: e28ce499-e20c-e611-815d-005056a802d8
23:58:59| Info| OrganizationInfo.OrganizationUniqueName: DRM
23:58:59| Info| OrganizationInfo.ReportingUrl: dynxrmrpts.edc.nam.gm.com/ReportServer
23:58:59| Info| OrganizationInfo.SqlServerInstanceName: MSSQLSERVER
23:58:59| Info| OrganizationInfo.SqlServerMachineName: dcmipagsql622
23:58:59| Info| OrganizationInfo.SqlServerName: dcmipagsql622
23:58:59| Info| OrganizationInfo.SqlServerNameObject: Microsoft.Crm.Setup.Server.Utility.SqlServerNames
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.EDWTool.Constructor
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.EDWToolResults.Constructor
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.GroupCollection.Constructor()
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.GroupCollection.Constructor()
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.GroupCollection.Constructor()
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.GroupCollection.Constructor()
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.EDWToolResults.Constructor
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNG.Constructor
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.GathererCollection.Constructor()
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.GathererCollection.Constructor()
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.GroupCollection.Constructor()
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.GroupCollection.Constructor()
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNG.Constructor
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.EDWToolCallbacks.Constructor
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.EDWToolCallbacks.Clear
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.EDWToolCallbacks.Clear
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.EDWToolCallbacks.Constructor
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.EDWTool.Constructor
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.EDWTool.Clear
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.EDWToolResults.Clear
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.EDWToolResults.Clear
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.EDWTool.ClearConfig
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.EDWTool.ClearConfig
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.EDWToolCallbacks.Clear
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.EDWToolCallbacks.Clear
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.EDWTool.Clear
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.EDWTool.PropagateContext
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.EDWTool.PropagateContext
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.EDWTool.BuildFromConfigData
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildFromConfigData
23:58:59|Verbose| Found 10 config items
23:58:59|Verbose| Processing item 0
23:58:59|Verbose| Processing Sniffer
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildDictionaryFromArgs
23:58:59|Verbose| Processing arg RunModes=DMSnapIn.Organization.Create
23:58:59|Verbose| Found key = RunModes, value = DMSnapIn.Organization.Create
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env var substitutions RunModes
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env var substitutions DMSnapIn.Organization.Create
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env substitutions key = RunModes, value = DMSnapIn.Organization.Create
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildDictionaryFromArgs
23:58:59|Verbose| Processing item 1
23:58:59|Verbose| Processing Sniffer
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildDictionaryFromArgs
23:58:59|Verbose| Processing arg RunModes=DMSnapIn.Organization.Import
23:58:59|Verbose| Found key = RunModes, value = DMSnapIn.Organization.Import
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env var substitutions RunModes
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env var substitutions DMSnapIn.Organization.Import
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env substitutions key = RunModes, value = DMSnapIn.Organization.Import
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildDictionaryFromArgs
23:58:59|Verbose| Processing item 2
23:58:59|Verbose| Processing Sniffer
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildDictionaryFromArgs
23:58:59|Verbose| Processing arg RunModes=DMSnapIn.Organization.Update
23:58:59|Verbose| Found key = RunModes, value = DMSnapIn.Organization.Update
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env var substitutions RunModes
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env var substitutions DMSnapIn.Organization.Update
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env substitutions key = RunModes, value = DMSnapIn.Organization.Update
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildDictionaryFromArgs
23:58:59|Verbose| Processing item 3
23:58:59|Verbose| Processing Sniffer
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildDictionaryFromArgs
23:58:59|Verbose| Processing arg RunModes=DMSnapIn.Organization.Upgrade
23:58:59|Verbose| Found key = RunModes, value = DMSnapIn.Organization.Upgrade
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env var substitutions RunModes
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env var substitutions DMSnapIn.Organization.Upgrade
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env substitutions key = RunModes, value = DMSnapIn.Organization.Upgrade
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildDictionaryFromArgs
23:58:59|Verbose| Processing item 4
23:58:59|Verbose| Processing Sniffer
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildDictionaryFromArgs
23:58:59|Verbose| Processing arg RunModes=DMSnapIn.Organization.ApplyDatabaseHotFix
23:58:59|Verbose| Found key = RunModes, value = DMSnapIn.Organization.ApplyDatabaseHotFix
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env var substitutions RunModes
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env var substitutions DMSnapIn.Organization.ApplyDatabaseHotFix
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env substitutions key = RunModes, value = DMSnapIn.Organization.ApplyDatabaseHotFix
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildDictionaryFromArgs
23:58:59|Verbose| Processing item 5
23:58:59|Verbose| Processing Sniffer
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildDictionaryFromArgs
23:58:59|Verbose| Processing arg RunModes=DMSnapIn.Organization.Create
23:58:59|Verbose| Found key = RunModes, value = DMSnapIn.Organization.Create
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env var substitutions RunModes
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env var substitutions DMSnapIn.Organization.Create
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env substitutions key = RunModes, value = DMSnapIn.Organization.Create
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildDictionaryFromArgs
23:58:59|Verbose| Processing item 6
23:58:59|Verbose| Processing Sniffer
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildDictionaryFromArgs
23:58:59|Verbose| Processing arg RunModes=DMSnapIn.Organization.Import
23:58:59|Verbose| Found key = RunModes, value = DMSnapIn.Organization.Import
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env var substitutions RunModes
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env var substitutions DMSnapIn.Organization.Import
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env substitutions key = RunModes, value = DMSnapIn.Organization.Import
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildDictionaryFromArgs
23:58:59|Verbose| Processing item 7
23:58:59|Verbose| Processing Sniffer
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildDictionaryFromArgs
23:58:59|Verbose| Processing arg RunModes=DMSnapIn.Organization.Update;DMSnapIn.Organization.ProvisionSharepoint
23:58:59|Verbose| Found key = RunModes, value = DMSnapIn.Organization.Update;DMSnapIn.Organization.ProvisionSharepoint
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env var substitutions RunModes
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env var substitutions DMSnapIn.Organization.Update;DMSnapIn.Organization.ProvisionSharepoint
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env substitutions key = RunModes, value = DMSnapIn.Organization.Update;DMSnapIn.Organization.ProvisionSharepoint
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildDictionaryFromArgs
23:58:59|Verbose| Processing item 8
23:58:59|Verbose| Processing Sniffer
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildDictionaryFromArgs
23:58:59|Verbose| Processing arg RunModes=DMSnapIn.Organization.Upgrade
23:58:59|Verbose| Found key = RunModes, value = DMSnapIn.Organization.Upgrade
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env var substitutions RunModes
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env var substitutions DMSnapIn.Organization.Upgrade
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env substitutions key = RunModes, value = DMSnapIn.Organization.Upgrade
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildDictionaryFromArgs
23:58:59|Verbose| Processing item 9
23:58:59|Verbose| Processing Sniffer
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildDictionaryFromArgs
23:58:59|Verbose| Processing arg RunModes=DMSnapIn.Organization.Create;DMSnapIn.Organization.Import;DMSnapIn.Organization.Update;DMSnapIn.Organization.Upgrade
23:58:59|Verbose| Found key = RunModes, value = DMSnapIn.Organization.Create;DMSnapIn.Organization.Import;DMSnapIn.Organization.Update;DMSnapIn.Organization.Upgrade
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env var substitutions RunModes
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env var substitutions DMSnapIn.Organization.Create;DMSnapIn.Organization.Import;DMSnapIn.Organization.Update;DMSnapIn.Organization.Upgrade
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.ProcessEnvSubstitutions
23:58:59|Verbose| After env substitutions key = RunModes, value = DMSnapIn.Organization.Create;DMSnapIn.Organization.Import;DMSnapIn.Organization.Update;DMSnapIn.Organization.Upgrade
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildDictionaryFromArgs
23:58:59|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.SNGBuilder.BuildFromConfigData
23:58:59|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.EDWTool.PropagateContext
23:58:59| Info| OrgUniqueNameValidator linking to help topic: html/a399aac4-9b6b-41fe-9089-1a01f1fefeae.htm
23:58:59| Info| OrgFriendlyNameValidator linking to help topic: html/7f2aee1d-f5d6-4aa5-bb8f-0291bfea992c.htm
23:58:59| Info| BaseCurrencyValidator linking to help topic: html/163b1324-32c4-4b8c-88db-844f661cdb34.htm
23:58:59| Info| ActiveDirectoryRightsValidator linking to help topic: html/8d967f0d-bba9-40b2-96dd-cdb7c01279bc.htm
23:58:59| Info| SqlEncryptionActivationValidator linking to help topic: html/8ffd2e56-4961-4aa9-ac22-e52455fbfdbf.htm
23:58:59| Info| OrgUniqueNameValidator linking to help topic: html/a399aac4-9b6b-41fe-9089-1a01f1fefeae.htm
23:58:59| Info| OrgFriendlyNameValidator linking to help topic: html/7f2aee1d-f5d6-4aa5-bb8f-0291bfea992c.htm
23:58:59| Info| ImportCurrentUserMappingValidator linking to help topic: html/959afe9c-a7e1-4c80-bed2-0c2c49119ddd.htm
23:58:59| Info| ImportUserMappingValidator linking to help topic: html/97eace4e-604d-4267-926a-8011a7ca2b99.htm
23:58:59| Info| ActiveDirectoryRightsValidator linking to help topic: html/8d967f0d-bba9-40b2-96dd-cdb7c01279bc.htm
23:58:59| Info| OrganizationBaseLanguageValidator linking to help topic: html/68fef610-81ac-452b-b74c-5797cb9d0711.htm
23:58:59| Info| OrganizationIdValidator linking to help topic: html/7fdded02-0c2a-4487-a6f0-62682b06b89e.htm
23:58:59| Info| SqlEncryptionExistingEncryptedDataValidator linking to help topic: html/05315101-e80a-4bf7-bb1e-92e1c01fb4e9.htm
23:58:59| Info| LanguageProvisioningRequiredValidator linking to help topic: html/4935cc4a-6b26-42d2-8771-33181fb98789.htm
23:59:00| Info| OrgFriendlyNameValidator linking to help topic: html/7f2aee1d-f5d6-4aa5-bb8f-0291bfea992c.htm
23:59:00| Info| ActiveDirectoryRightsValidator linking to help topic: html/8d967f0d-bba9-40b2-96dd-cdb7c01279bc.htm
23:59:00| Info| OrganizationIsInUpgradeableStateValidator linking to help topic: html/e633cad0-3cfd-4327-85dd-25859c47b802.htm
23:59:00| Info| OrganizationVersionIsUpgradeableValidator linking to help topic: html/1831153e-8110-4a68-8d46-3ba5a206231a.htm
23:59:00| Info| SqlCollationValidator linking to help topic: html/63057338-b2a1-4acb-9413-11975281472b.htm
23:59:00| Info| SqlColumnValidator linking to help topic: html/fcd867bd-2687-4be0-8f4e-fc0ade94bd36.htm
23:59:00| Info| SqlConnectionValidator linking to help topic: html/4414aa97-a4da-4699-9113-5e36e56abcc0.htm
23:59:00| Info| SqlPrimaryKeyConstraintValidator linking to help topic: html/470bc02b-ea44-49af-a6f7-2e08337f6a5f.htm
23:59:00| Info| SqlForeignKeyConstraintValidator linking to help topic: html/29424c71-4e80-4ec4-a440-6fb734ec6c34.htm
23:59:00| Info| SqlDefaultValueConstraintValidator linking to help topic: html/694ae64b-4da2-4e59-9c47-0a9f41dadf28.htm
23:59:00| Info| SqlFullTextIndexValidator linking to help topic: html/a8c46a63-ef00-4ccf-8893-ee362598f230.htm
23:59:00| Info| SqlIndexValidator linking to help topic: html/9a96d3c7-7d16-4c39-907f-5b6a23777049.htm
23:59:00| Info| SqlTableValidator linking to help topic: html/35f89b36-0622-49f4-822f-86d3ab78269f.htm
23:59:00| Info| SqlViewValidator linking to help topic: html/0f7e232b-c808-4cc4-a667-d4cc3df9c615.htm
23:59:00| Info| SqlStoredProcedureValidator linking to help topic: html/166f0873-37db-4026-a848-8277560b9b26.htm
23:59:00| Info| SqlStatisticValidator linking to help topic: html/bfa3e891-7563-4144-b5f5-50b66dc1a7ad.htm
23:59:00| Info| SqlTriggerValidator linking to help topic: html/890850e8-bee3-437a-9b2e-5037dd6ac57a.htm
23:59:00| Info| FragmentedIndexesValidator linking to help topic: html/3c5ae9ab-a17b-4600-9c53-21f069853d67.htm
23:59:00| Info| SqlMergeReplicationValidator linking to help topic: html/f207aaf9-354b-433f-bc05-162242f5306f.htm (default)
23:59:00| Info| SqlSnapshotAndTransactionReplicationValidator linking to help topic: html/f207aaf9-354b-433f-bc05-162242f5306f.htm (default)
23:59:00| Info| SqlPlanGuideValidator linking to help topic: html/c78144ef-8463-46b9-96c1-b3f6e96b3ea1.htm
23:59:00| Info| SqlTimestampCustomAttributeValidator linking to help topic: html/6b3e8c03-d5d2-4277-a7a8-d8d02d0af60a.htm
23:59:00| Info| LanguageProvisioningRequiredValidator linking to help topic: html/4935cc4a-6b26-42d2-8771-33181fb98789.htm
23:59:00| Info| WorkflowDotNetAssembliesValidator linking to help topic: html/eda097af-a345-4127-9a28-741e3b464446.htm
23:59:00| Info| PendingBulkOperationsValidator linking to help topic: html/7756c9aa-9088-4897-85af-f638524e1558.htm
23:59:00| Info| OrganizationBaseLanguageUpgradableValidator linking to help topic: html/68fef610-81ac-452b-b74c-5797cb9d0711.htm
23:59:00| Info| OrganizationLegacyFeatureWarningValidator linking to help topic: html/36e9d26a-2dd7-4815-9510-748812eefa6f.htm
23:59:00| Info| OrganizationLegacyFeatureValidator linking to help topic: html/36e9d26a-2dd7-4815-9510-748812eefa6f.htm
23:59:00| Info| SqlEncryptionActivationValidator linking to help topic: html/8ffd2e56-4961-4aa9-ac22-e52455fbfdbf.htm
23:59:00| Info| CrmSqlDomainValidator linking to help topic: html/2b0bbb6b-753d-41c7-b958-b9c5042e05b4.htm
23:59:00| Info| SqlServerAgentValidator linking to help topic: html/84cc701b-1157-4139-9813-d575401665b7.htm
23:59:00| Info| SqlInstanceNameValidator linking to help topic: html/6d200486-7216-491f-bb84-bedda2ee5aa9.htm
23:59:00| Info| SysAdminValidator linking to help topic: html/ca284e3a-99d6-4cf6-b2e2-a8b176a17e53.htm
23:59:00| Info| SysAdminValidator linking to help topic: html/ca284e3a-99d6-4cf6-b2e2-a8b176a17e53.htm
23:59:00| Info| SqlCollationValidator linking to help topic: html/63057338-b2a1-4acb-9413-11975281472b.htm
23:59:00| Info| WordBreakerValidator linking to help topic: html/0ff70af7-ac3e-4dd9-a870-feaae03199c0.htm
23:59:00| Info| FullTextInstalledValidator linking to help topic: html/765e9c0e-3045-4d28-bc73-a3b9e58db3d4.htm
23:59:00| Info| FullTextRunningValidator linking to help topic: html/dcd7bf41-86d8-4055-88d8-7e1cdebf3547.htm
23:59:00| Info| OrganizationDatabaseExistsValidator linking to help topic: html/7fdded02-0c2a-4487-a6f0-62682b06b89e.htm
23:59:00| Info| CrmSqlDomainValidator linking to help topic: html/2b0bbb6b-753d-41c7-b958-b9c5042e05b4.htm
23:59:00| Info| SqlServerAgentValidator linking to help topic: html/84cc701b-1157-4139-9813-d575401665b7.htm
23:59:00| Info| SqlInstanceNameValidator linking to help topic: html/6d200486-7216-491f-bb84-bedda2ee5aa9.htm
23:59:00| Info| SysAdminValidator linking to help topic: html/ca284e3a-99d6-4cf6-b2e2-a8b176a17e53.htm
23:59:00| Info| SysAdminValidator linking to help topic: html/ca284e3a-99d6-4cf6-b2e2-a8b176a17e53.htm
23:59:00| Info| SqlCollationValidator linking to help topic: html/63057338-b2a1-4acb-9413-11975281472b.htm
23:59:00| Info| WordBreakerValidator linking to help topic: html/0ff70af7-ac3e-4dd9-a870-feaae03199c0.htm
23:59:00| Info| FullTextInstalledValidator linking to help topic: html/765e9c0e-3045-4d28-bc73-a3b9e58db3d4.htm
23:59:00| Info| FullTextRunningValidator linking to help topic: html/dcd7bf41-86d8-4055-88d8-7e1cdebf3547.htm
23:59:00| Info| CrmDatabaseFilesValidator linking to help topic: html/f993580a-ef2f-4bb1-8da4-d9414ac2ec29.htm
23:59:00| Info| CrmSqlDomainValidator linking to help topic: html/2b0bbb6b-753d-41c7-b958-b9c5042e05b4.htm
23:59:00| Info| SqlServerAgentValidator linking to help topic: html/84cc701b-1157-4139-9813-d575401665b7.htm
23:59:00| Info| SqlInstanceNameValidator linking to help topic: html/6d200486-7216-491f-bb84-bedda2ee5aa9.htm
23:59:00| Info| SysAdminValidator linking to help topic: html/ca284e3a-99d6-4cf6-b2e2-a8b176a17e53.htm
23:59:01| Info| SysAdminValidator linking to help topic: html/ca284e3a-99d6-4cf6-b2e2-a8b176a17e53.htm
23:59:01| Info| SqlCollationValidator linking to help topic: html/63057338-b2a1-4acb-9413-11975281472b.htm
23:59:01| Info| WordBreakerValidator linking to help topic: html/0ff70af7-ac3e-4dd9-a870-feaae03199c0.htm
23:59:01| Info| FullTextInstalledValidator linking to help topic: html/765e9c0e-3045-4d28-bc73-a3b9e58db3d4.htm
23:59:01| Info| FullTextRunningValidator linking to help topic: html/dcd7bf41-86d8-4055-88d8-7e1cdebf3547.htm
23:59:01| Info| OrganizationDatabaseExistsValidator linking to help topic: html/7fdded02-0c2a-4487-a6f0-62682b06b89e.htm
23:59:01| Info| OrganizationDatabaseNotDeployedValidator linking to help topic: html/7fdded02-0c2a-4487-a6f0-62682b06b89e.htm
23:59:01| Info| OrganizationDatabaseVersionValidator linking to help topic: html/4c7e07f9-4b8e-4113-99dd-88b1d8920427.htm
23:59:01| Info| CrmSqlDomainValidator linking to help topic: html/2b0bbb6b-753d-41c7-b958-b9c5042e05b4.htm
23:59:01| Info| SqlServerAgentValidator linking to help topic: html/84cc701b-1157-4139-9813-d575401665b7.htm
23:59:01| Info| SqlInstanceNameValidator linking to help topic: html/6d200486-7216-491f-bb84-bedda2ee5aa9.htm
23:59:01| Info| SysAdminValidator linking to help topic: html/ca284e3a-99d6-4cf6-b2e2-a8b176a17e53.htm
23:59:01| Info| SysAdminValidator linking to help topic: html/ca284e3a-99d6-4cf6-b2e2-a8b176a17e53.htm
23:59:01| Info| SqlCollationValidator linking to help topic: html/63057338-b2a1-4acb-9413-11975281472b.htm
23:59:01| Info| WordBreakerValidator linking to help topic: html/0ff70af7-ac3e-4dd9-a870-feaae03199c0.htm
23:59:01| Info| FullTextInstalledValidator linking to help topic: html/765e9c0e-3045-4d28-bc73-a3b9e58db3d4.htm
23:59:01| Info| FullTextRunningValidator linking to help topic: html/dcd7bf41-86d8-4055-88d8-7e1cdebf3547.htm
23:59:01| Info| OrganizationDatabaseExistsValidator linking to help topic: html/7fdded02-0c2a-4487-a6f0-62682b06b89e.htm
23:59:01| Info| CrmSqlDomainValidator linking to help topic: html/2b0bbb6b-753d-41c7-b958-b9c5042e05b4.htm
23:59:01| Info| SqlServerAgentValidator linking to help topic: html/84cc701b-1157-4139-9813-d575401665b7.htm
23:59:01| Info| SqlInstanceNameValidator linking to help topic: html/6d200486-7216-491f-bb84-bedda2ee5aa9.htm
23:59:01| Info| SysAdminValidator linking to help topic: html/ca284e3a-99d6-4cf6-b2e2-a8b176a17e53.htm
23:59:01| Info| SysAdminValidator linking to help topic: html/ca284e3a-99d6-4cf6-b2e2-a8b176a17e53.htm
23:59:01| Info| SqlCollationValidator linking to help topic: html/63057338-b2a1-4acb-9413-11975281472b.htm
23:59:01| Info| WordBreakerValidator linking to help topic: html/0ff70af7-ac3e-4dd9-a870-feaae03199c0.htm
23:59:01| Info| FullTextInstalledValidator linking to help topic: html/765e9c0e-3045-4d28-bc73-a3b9e58db3d4.htm
23:59:01| Info| FullTextRunningValidator linking to help topic: html/dcd7bf41-86d8-4055-88d8-7e1cdebf3547.htm
23:59:01| Info| OrganizationDatabaseExistsValidator linking to help topic: html/7fdded02-0c2a-4487-a6f0-62682b06b89e.htm
23:59:01| Info| OrganizationIsInUpgradeableStateValidator linking to help topic: html/e633cad0-3cfd-4327-85dd-25859c47b802.htm
23:59:01| Info| OrganizationVersionIsUpgradeableValidator linking to help topic: html/1831153e-8110-4a68-8d46-3ba5a206231a.htm
23:59:01| Info| ReportingUrlValidator linking to help topic: html/45c877d0-2255-4fd6-b0d5-95c1a558f071.htm
23:59:01| Info| ExistingRSValidator linking to help topic: html/d0ceba1f-b25a-40e7-b0fd-2e439b65bade.htm
23:59:01| Info| SrsExtensionsValidator linking to help topic: html/fc7325d6-deef-47b2-bcdd-2dae1338bc3f.htm
23:59:01|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.EDWTool.PropagateContext
23:59:01|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.EDWTool.BuildFromConfigData
23:59:01|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.EDWToolResults.Clear
23:59:01|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.EDWToolResults.Clear
23:59:01|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.EDWTool.RunAll(False)
23:59:01|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.EDWToolResults.Clear
23:59:01|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.EDWToolResults.Clear
23:59:01|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.EDWTool.Run(False, (null))
23:59:01|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.EDWTool.PropagateContext
23:59:01|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.EDWTool.PropagateContext
23:59:01|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.GroupCollection.Constructor()
23:59:01|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.GroupCollection.Constructor()
23:59:01|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.GathererCollection.Constructor()
23:59:01|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.GathererCollection.Constructor()
23:59:01|Verbose| Built gatherer and sniffer collections.
23:59:01|Verbose| Cleanup completed.
23:59:01|Verbose| Calling sniffer collect.
23:59:01|Verbose| Collection ran.
23:59:01|Verbose| Collection completed.
23:59:01|Verbose| Gatherers ran.
23:59:01|Verbose| Gathering completed.
23:59:01|Verbose| Calling sniffer process.
23:59:01|Verbose| Processing ran.
23:59:01|Verbose| Processing completed.
23:59:01| Info| Group Microsoft SQL Server
23:59:01| Info| Check CrmSqlDomainValidator: Success
23:59:01| Info| Check SqlServerAgentValidator: Success
23:59:01| Info| Check SqlInstanceNameValidator: Success
23:59:01| Info| Check SysAdminValidator: Success
23:59:01| Info| Check SysAdminValidator: Success
23:59:01| Info| Check SqlCollationValidator: Success
23:59:01| Info| Check WordBreakerValidator: Success
23:59:01| Info| Check FullTextInstalledValidator: Success
23:59:02| Info| Check FullTextRunningValidator: Success
23:59:02| Info| Check OrganizationDatabaseExistsValidator: Success
23:59:02|Verbose| Validation ran.
23:59:02|Verbose| Validation completed.
23:59:02|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.EDWTool.Run
23:59:02|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.EDWTool.RunAll
23:59:02|Verbose| Method entry: Microsoft.Crm.Tools.EDW.Framework.EDWToolCallbacks.Clear
23:59:02|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.EDWToolCallbacks.Clear
23:59:13|Verbose| Retrieving database base language code Data Source=dcmipagsql622;Initial Catalog=DRM_MSCRM;Integrated Security=SSPI ...
23:59:13| Info| Database base language code: 1033.
23:59:13| Info| Installer Start: OrganizationDatabaseHotFixer.Install: operation DatabaseHotFix
23:59:13| Info| Executing Install action: Microsoft.Crm.Tools.Admin.InstallDatabaseUpdatesAction
23:59:13|Verbose| Retrieving database base language code Data Source=dcmipagsql622;Initial Catalog=DRM_MSCRM;Integrated Security=SSPI ...
23:59:13| Info| Database base language code: 1033.
23:59:13| Info| Applying latest dbUpdates to organization. Id=e28ce499-e20c-e611-815d-005056a802d8, UniqueName=DRM.
00:00:05|Verbose| Upgrading custom activities for organization e28ce499-e20c-e611-815d-005056a802d8
00:00:05|Verbose| Found 3 custom activities
00:00:10|Verbose| Finished upgrading custom activities
00:01:57|Verbose| UpdateDateTimeAttributes started.
00:01:59|Verbose| Completed: Updated Behavior for Attribute e18fd2c7-93b9-4329-a391-15aa13289f62 of Entity Attribute
00:01:59|Verbose| Completed: Updated Behavior for Attribute 3023fbe3-4e35-446e-9b2d-6a91bdf8fabc of Entity Attribute
00:01:59|Verbose| Completed: Updated Behavior for Attribute 424db240-7658-4d09-9efd-8470146140ed of Entity Attribute
00:02:00|Verbose| Completed: Updated Behavior for Attribute 9fb79f93-3449-4dec-a6b6-96faf3fdc0c7 of Entity Attribute
00:02:00|Verbose| Completed: Updated Behavior for Attribute 09944dfe-77dd-4f83-b8e0-a0caa435abd2 of Entity Attribute
00:02:00|Verbose| Completed: Updated Behavior for Attribute 8377804d-868f-49fb-9515-b7cc30afeb83 of Entity Attribute
00:02:00|Verbose| Completed: Updated Behavior for Attribute dee25b46-7895-4df0-a3c7-b8b58e345565 of Entity Attribute
00:02:00|Verbose| Completed: Updated Behavior for Attribute 96c448bd-0495-4b8e-a32d-d762142bf022 of Entity Attribute
00:02:00|Verbose| Completed: Updated Behavior for Attribute f609a388-49b7-4503-a220-ec7fc14ab6f9 of Entity Attribute
00:02:00|Verbose| Completed: Updated Behavior for Attribute 554ecc4b-0392-460a-8dcb-eeed5f2b9e4d of Entity Attribute
00:02:00|Verbose| Completed: Updated Behavior for Attribute 34c27e31-d06b-4bde-9e8e-fba559732a0f of Entity Attribute
00:02:00|Verbose| UpdateDateTimeAttributes is successfully completed
00:02:04|Verbose| UpdateRollupFieldStoredProceduresInternal Enter
00:02:05|Verbose| UpdateRollupFieldStoredProceduresInternal Exit
00:02:05|Verbose| UpdateRollupFieldStoredProceduresInternal Success
00:02:05|Verbose| Processing email server profile GFM SMTP
00:02:05|Verbose| Updated email server profile GFM SMTP
01:02:10| Info| CrmAction execution time; InstallDatabaseUpdatesAction; 01:02:56.6995742
01:02:10| Error| Installer Complete: OrganizationDatabaseHotFixer - Error encountered
01:02:10| Error| Exception occured during Microsoft.Crm.Tools.Admin.OrganizationDatabaseHotFixer: Error.ActionFailed Microsoft.Crm.Tools.Admin.InstallDatabaseUpdatesAction
InnerException:
System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)
at System.Data.SqlClient.TdsParserStateObject.ReadSniSyncOverAsync()
at System.Data.SqlClient.TdsParserStateObject.TryReadNetworkPacket()
at System.Data.SqlClient.TdsParserStateObject.TryPrepareBuffer()
at System.Data.SqlClient.TdsParserStateObject.TryReadByte(Byte& value)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Microsoft.Crm.Setup.Database.DatabaseUtility.ExecuteSqlCommands(String sql, IDbCommand cmd)
at Microsoft.Crm.Setup.Database.DatabaseUtility.ExecuteSql(InstallDatabase database, String sql, Int32 timeout, Boolean disablePool)
at Microsoft.Crm.Setup.Database.SqlScriptAction.Execute(DatabaseUtility dbUtility)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.ExecuteReleases(ReleaseInfo releaseInfo, Boolean isInstall)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.Install(Int32 languageCode, String configurationFilePath, Boolean upgradeDatabase, Boolean isInstall)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.InstallUpdate(String configurationFilePath, Boolean upgradeDatabase)
at Microsoft.Crm.Setup.Common.Update.DBUpdateDatabaseInstaller.ApplyDBUpdates(Guid orgId, Nullable`1 operationType)
at Microsoft.Crm.Tools.Admin.InstallDatabaseUpdatesAction.ApplyDBUpdatesInternal(Guid orgId, String orgUniqueName, String releaseFilePath, Boolean ignoreErrors, OrganizationOperationType operationType)
at Microsoft.Crm.Tools.Admin.InstallDatabaseUpdatesAction.ApplyDBUpdates(Guid orgId, String orgUniqueName, OrganizationOperationType operationType)
at Microsoft.Crm.Tools.Admin.InstallDatabaseUpdatesAction.Do(IDictionary parameters)
at Microsoft.Crm.Setup.Shared.CrmAction.ExecuteAction(CrmAction action, IDictionary parameters, Boolean undo)
ClientConnectionId:df17ed8c-997c-42de-b644-c8310db860dd
Error Number:-2,State:0,Class:11
InnerException:
System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out

01:02:10| Info| Not setting state to Enabled as it is already set to Enabled
01:02:10| Info| Not setting state to Enabled as it is already set to Enabled
01:02:10| Error| Update Organization with Id=e28ce499-e20c-e611-815d-005056a802d8 failed with Exception:
System.Exception: Error.ActionFailed Microsoft.Crm.Tools.Admin.InstallDatabaseUpdatesAction ---> System.Data.SqlClient.SqlException: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception: The wait operation timed out
--- End of inner exception stack trace ---
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)
at System.Data.SqlClient.TdsParserStateObject.ReadSniSyncOverAsync()
at System.Data.SqlClient.TdsParserStateObject.TryReadNetworkPacket()
at System.Data.SqlClient.TdsParserStateObject.TryPrepareBuffer()
at System.Data.SqlClient.TdsParserStateObject.TryReadByte(Byte& value)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Microsoft.Crm.Setup.Database.DatabaseUtility.ExecuteSqlCommands(String sql, IDbCommand cmd)
at Microsoft.Crm.Setup.Database.DatabaseUtility.ExecuteSql(InstallDatabase database, String sql, Int32 timeout, Boolean disablePool)
at Microsoft.Crm.Setup.Database.SqlScriptAction.Execute(DatabaseUtility dbUtility)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.ExecuteReleases(ReleaseInfo releaseInfo, Boolean isInstall)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.Install(Int32 languageCode, String configurationFilePath, Boolean upgradeDatabase, Boolean isInstall)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.InstallUpdate(String configurationFilePath, Boolean upgradeDatabase)
at Microsoft.Crm.Setup.Common.Update.DBUpdateDatabaseInstaller.ApplyDBUpdates(Guid orgId, Nullable`1 operationType)
at Microsoft.Crm.Tools.Admin.InstallDatabaseUpdatesAction.ApplyDBUpdatesInternal(Guid orgId, String orgUniqueName, String releaseFilePath, Boolean ignoreErrors, OrganizationOperationType operationType)
at Microsoft.Crm.Tools.Admin.InstallDatabaseUpdatesAction.ApplyDBUpdates(Guid orgId, String orgUniqueName, OrganizationOperationType operationType)
at Microsoft.Crm.Tools.Admin.InstallDatabaseUpdatesAction.Do(IDictionary parameters)
at Microsoft.Crm.Setup.Shared.CrmAction.ExecuteAction(CrmAction action, IDictionary parameters, Boolean undo)
--- End of inner exception stack trace ---
at Microsoft.Crm.Setup.Shared.CrmAction.ExecuteAction(CrmAction action, IDictionary parameters, Boolean undo)
at Microsoft.Crm.Setup.Shared.Installer.Install(IDictionary stateSaver)
at Microsoft.Crm.Tools.Admin.OrganizationOperation.Install(IDictionary stateSaver)
at Microsoft.Crm.Tools.Admin.OrganizationOperation.Execute()
at Microsoft.Crm.Tools.Admin.OrganizationDatabaseHotFixer.Execute()
at Microsoft.Crm.Tools.Admin.ApplyDatabaseHotFixInstaller.ApplyDatabaseHotFix(IApplyDatabaseHotFixInfo applyDatabaseHotFixInfo)
01:02:10| Info| Found the older table DBUpdateInstallInfo_V5, updating new table and deleting
01:02:10| Info| GetDBUpdateRevisionThresholdForServer(): Threshold = 8.2.0010.0024.
01:03:12| Info| Deployment Manager Exit

How to open lookup popup without selected record

$
0
0

I created a look up pop up with a query string and it works fine, but the lookup shown with one record chosen and I need it to be clear, I tried changing the values in the query string to find the way to cancel record selected but nothing worked, here is my code :

 url = Xrm.Page.context.getClientUrl() + "/_controls/lookup/lookupinfo.aspx?AllowFilterOff=0&DefaultType="
            + accountEntityCode + "&DisableQuickFind=0&DisableViewPicker=0&LookupStyle=single&ShowNewButton=0&browse=0&currentObjectType="
            + entityTypeCode + "&currentid=%7b" + priceLevelId + "%7d&dType=0&mrsh=false&objecttypes=" + accountEntityCode;
        Pointer.Utilities.openDialog(url, 600, 400, function (accountChoosen) {
            if (accountChoosen == null && accountChoosen == "" ) {
                return;
            }
        })

Executing custom action using javascript is failing in dynamics crm UCI page.

$
0
0

This question is related to Dynamics CRM 365 cloud version 9.

I created a custom action namely wfrv_GetOpportunity and I wanted to execute this custom action using java script in a ribbon button command.
I created a request variable which contains the custom action name and its metadata.
Then i used web api call to execute the custom action like following.

Xrm.WebApi.online.execute(request).then(
function (result) {
if (result.ok) {
result.json().then(function (response) {
if (response.OpportunityModel) {
opportunityModelReceived = JSON.parse(response.OpportunityModel);
}
});
}
},
function (error) {
consol.log(error.message);
}
);

Everything worked fine till i used classic CRM pages.
When i migrated to UCI CRM page, the above web api call was giving error.
When i debugged found out that web api call received a error message BAD REQUEST with error code 400. I did not modify anything in the request object.

So Web api execute method for executing custom action is working fine when i use classic crm page but not working when i use UCI crm page.

Any suggestion to solve this problem will be highly appreciated.

Thanks,
Bibhu

Find all contacts only if related sub grid contain values/rows, using OOTB

$
0
0

Hi All,

Is there a way to find all the contacts using advance find or OOTB, only if related sub grid available on the form contain values/rows.

Dynamics 365 : Missing Email Attachment & Notification

$
0
0

Hi, 

We have configured server side sync and email attachment size limit of 10000 KB in CRM 

When we receive email with attachment file size > 10 MB legacy form usually provides a notification stating that some attachment is missing like below. 

But for the same email UCI form is not displaying any message to users. 

Is there any issue with UCI notification? 

Thank you 


We switched from Global tenant to Security Group CRM Access and now we're having some issues I'd like to get clarified.

$
0
0

Hi all,

Hopefully someone here can help me out here.

We made a change in Dynamics where we don't add everyone from our tenant anymore, but use a Security Group for access to Dynamics 365.

This works fine, but I'm now facing a few issues I hope are resolvable without too much custom scripting.

Onboarding:

- New accounts (added to the Security Group) are not automatically provisioned in CRM. We need to log on once with the account before we'll see the user in CRM. I can solve this with a Custom login script to log in once in CRM at the account creation, but is there no other way?

Offboarding:

- When someone leaves the company the accounts is Disabled in AzureAD. This causes the account to dissapear in CRM as well. Although the account still has the license etc. Shouldn't the account be in CRM but disabled?

I guess I'm looking for some information regarding how others deal with their onboarding and offboarding process with CRM.

Document Scanning and Printing SDK for D365 online

$
0
0

Hi There,

We have been using Dynamic Web TWAIN for document scanning and printing for our network printers. Is there a way or other third-party plugin/solution for online instances?

Thanks.

How to fetch data from three different entities using fetch xml query in SSRS reports into one single report.

$
0
0

I want to fetch data from three different entities, say e.g. Entity C is child to Entity B and B is child to Entity A, I want to fetch data using fetch xml query from all the three different entities in to one single report, how can this be achieved.

Business Rules not activating after importing solution (managed)

$
0
0

Hi Guys,

I'm running into a issue with release our CRM solution. (D365 online, v9.1)

Currently I am releasing our "base" solution to the accept environment. After the import all business rules are deactivated for all entities.
Import is succesfull. When downloading the import log you can see that the steps "Workflow Activation" for business rules are "unprocessed".
There are no failures inside the import log.

A few facts:

  • GUIDS are the same on both environments
  • Activating the business rules manually works without any error.
  • Process owners are the same as the one releasing. (shouldn't matter but anyway)
  • Normal processes(workflows, actions) are activated as expected.

The import log does not indicate any reason why they are not activated.

I'm pretty much out of options. Does this sounds familiar for anyone?

Thanks for thinking with me.

Web Form - Clickable Webform Step that jumps to different steps?

$
0
0

Hi all,

I have created a webform with 13 steps. Is there ability for users of the portal to jump to any step from Step 1. For e.g. click on any of the web form progress indicator and navigate to that specific step?

Thanks.

Davey

Viewing all 46379 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>