i. Dataverseii. Operation resource
Search This Blog
July 16, 2024
How to Install 'Globalization Solution for Microsoft Dynamics 365 Finance' for ER reporting
July 24, 2022
[Solved] Debugger not working, Symbols not loaded
September 21, 2021
[Solved] An internal error has occurred. Please contact your system administrator. File export using sys operation framework
August 18, 2021
The item [ProjectPath].rnrproj has been cloaked.
The item C:\VS2017Projects\<projectName>.rnrproj
has been cloaked.
The item C:\VS2017Projects\<ProjectName>.rnrproj
has been cloaked.
Solution:
Check the source control workspace mapping, there could be some additional
mapping to this project, you need to delete this additional mapping (honestly,
I couldn't figure out how this was added) and try to add your project to the source
control again.
June 21, 2021
[Solved] SECURITYROLEPRIVILEGERESOURCELICENSEMAP DB sync error
Hi Folks,
The other day I was getting
errors while doing build and DB sync. This error is quite strange when looking
at the details in the Error List pane. Below is the error message(s).
Error message:
If you succeed to get some details from this error message 😊, you will see the issue with SECURITYROLEPRIVILEGERESOURCELICENSEMAP while you won’t get anything in AOT with this name.
Let’s try the SQL then. Open the SSMS
and select AxDB then searches for dbo. SECURITYROLEPRIVILEGERESOURCELICENSEMAP
and right-click to see the design. You may get some additional fields here,
ideally, there should be below seven fields, (you should be double sure if
anyone else in your team added anything)
And delete any additional
fields from here.
Save your changes and go back
to Visual Studio and try to do build and DB synch. It should work.
Enjoy!!!
-Harry Follow us on Facebook to keep in rhythm with us.
https:fb.com/theaxapta
December 14, 2020
QuickFix -16:[Solved] ComputedFieldMethod: Method return type of 'ExtendedDataType' is invalid; expected values(s): 'String'
While adding a computed field and creating a method for the same, getting below error for method.
ComputedFieldMethod]:Method return type of 'ExtendedDataType' is invalid; expected values(s): 'String'
Solution: You need to double-check the method signature and it must look like below
public static server str myCal()
{
str mycal;
//Business logic
return mycal;
}
Build your solution and give it a try.
-Harry Follow us on Facebook to keep in rhythm
with us. https:fb.com/theaxapta
September 17, 2020
[Solved] D365FO logic app connector error: Failed with error: 'The browser is closed.'. Please sign in again.
September 04, 2020
QuickFix -14:[Solved] Error "error occurred while doing bulk copy from temp table to entity table"
While importing a file using Data entity getting
below error,
Error message:
"Error occurred while doing bulk copy from temptable to entity table- '0' '<Entity Name>' record(s) inserted in staging"
Solution:
Normally this error comes when there are issues with data. Check your input file look for field values that are part of the primary key. There must be some duplicate value where the system is throwing the above error.
-Harry
Follow us on Facebook to keep in rhythm with us. https:fb.com/theaxapta
August 01, 2020
[Solved] Logic app error with ImportFromPackage - The mapping is incorrect for entity
Error Message:
Below error message comes when trying to import a data package in D365FO using ImportFromPackage action.
{
"status": 400,
"message": "An error has occurred. Exception occurred while executing action ImportFromPackage on Entity DataManagementDefinitionGroup: The mapping is incorrect for entity <EntityName> and field {0000000}.\r\nclientRequestId: 0000000",
"error": {
"message": "An error has occurred. Exception occurred while executing action ImportFromPackage on Entity DataManagementDefinitionGroup: The mapping is incorrect for entity <EntityName> and field {0000000}."
},
"source": "XXXXX.operations.dynamics.com",
"errors": []
}
Possible reason and solution:
Generally, this issue comes when you provide the wrong file format. Check what file format type you mention in your import package you might have provided different file formats.
The most common scenario is when you are supposed to send a CSV file but accidentally passed an excel file and vice versa.
-Harry Follow us on Facebook to keep in rhythm with us. https:fb.com/theaxapta
July 10, 2020
QuickFix -13:[Solved] Error "labelc.exe exited with code -1"
Error message:
warning RG0000: Duplicate resource key! Name was: "<labelId>"1 warnings(s).
labelc.exe exited with code -1.
Possible reason:
This error comes when there are duplicate rows in your label file. There are two or more rows with the same labelId.
Solution:
Check your respective label file with <LabelId> , there must be some duplicate records and remove one duplicate row there.
-Harry Follow us on Facebook to keep in rhythm with us. https:fb.com/theaxapta
May 07, 2020
[Solved] Logic app error while calling D365FO action GetAzureWriteUrl
March 05, 2020
[Solved] Error while creating table extension
While trying to create a table extension, all sudden I got below error message
K:\AosService\PackagesLocalDirectory\####\###\AxTableExtension\EcoResProduct.###.xml(0,0): ConfigurationKeyDoesNotExist: Path: [AxTableExtension/EcoResProduct.###/FullTextIndexes/SearchNameFullTextIdx/ConfigurationKey]:Configuration key 'Retail' does not exist.
The possible reason and a solution is, you might missing package reference to retail in your custom package where you are doing customization. Add the respective package as reference to your package, here in this example I need to add 'Retail' package reference to my local package.
-Harry Follow us on Facebook to keep in rhythm with us. https:fb.com/theaxapta
September 09, 2019
QuickFix-8: Power BI embedded is not enabled. Please contact your system administrator
-Harry Follow us on Facebook to keep in rhythm with us. https:fb.com/theaxapta
August 04, 2019
[Solved] Error in Logic app. Status: 403
Logic comes a long way for most of the integration thing in Dynamics 365 FO. Its provides a good set of connectors to develop inbound/outbound integration process. While troubleshooting any error is not so easy while it comes to the logic app for new people. I will be sharing some the common error which I faced during development and hopefully, that will helpful for you guys too.
Error:
Possible reason:
You have used certain users in Logic apps while creating API connections. while that users don't have access to target AX system.
Solution:
Check the used in target/Source AX system if the user doesn't exist import the same with admin or proper access. If the user exists then check its access.
I will keep posting any error which I faced with a solution that works for me and I hope that may work for you as well. If you are getting other error, put that in the comment section and I will try to find a solution for you.
Cheers!!!
-Harry Follow us on Facebook to keep in rhythm with us. https:fb.com/theaxapta
July 08, 2019
[Solved] Issue with default app in Windows 10, TWINUI bug
- Press Windows button + R.
- Type:%appdata%\..\Local\Packages\Microsoft.Windows.Photos_8wekyb3d8bbwe\LocalState
- Delete all the contents of that folder.
- Restart the computer and check if the issue persists.