bits here and there ...
Thursday, 16 January 2025
Error on LogicApp HTTP request with file content update
›
For the following error message “ The response to partial content upload request is not valid. The status code returned in the subsequent pa...
Monday, 30 May 2022
Remove ns0 from BizTalk mapper / XSLT output
›
When using BizTalk mapper to do transformation, you might come across the output XML with ns0 in the root tag. To remove this, you may remov...
Friday, 3 August 2018
FirstOnly in datasource and its alternative (using ROW_NUMBER())
›
When there’s a requirement to retrieve only the first record from datasource, we might think the “FirstOnly” property under the datasource ...
1 comment:
Monday, 25 June 2018
SFTP setup and Logic App testing
›
A short article regarding setting up an SFTP for testing. It covers: Rebex Tiny SFTP Server Add inbound/outbound rules in Windows ...
Friday, 13 April 2018
Object Server Azure: Exception 3762504530 occurred in session 2, process: w3wp.exe, thread: 6396 (After restore Azure db to local VM)
›
Ref: https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/database/copy-database-from-azure-sql-to-sql-server While ...
1 comment:
Tuesday, 3 April 2018
Biztalk mapper and Functoid (columns to rows tranformation)
›
This article demo the use of Table Looping and Table Extractor functoid to transform columns to rows. The scenario is there's a source s...
Tuesday, 6 March 2018
Error - You are not authorized to access table '' (). Contact your system administrator.
›
When getting this error " You are not authorized to access table '' (). Contact your system administrator. ", two of the p...
Tuesday, 23 January 2018
Default model when create Dynamics 365 project
›
A quick tips on how to set default model in Dynamics 365. The default model for the VM is Fleet Management, this can be a bit annoying ...
Monday, 16 October 2017
Create new entity error - The natural key for the table CustPackingSlipTrans was not found
›
When create new entity for D365, the wizard will prompt developer to select the table name, the rest is just the matter of selecting fields ...
2 comments:
Wednesday, 26 July 2017
Data Management Entity export for all companies
›
In D365O, by default if you create an entity for a company specific table, the "Primary Company Context" property is set to DataAr...
Friday, 14 July 2017
DIXF - System.Security.Cryptography.CryptographicException: Key not valid for use in specified state
›
Had this error each time we replaced the business database in our Test environment. It occur at the Data Import Export Framework > Setu...
Sunday, 9 July 2017
Error - The field 'FieldName' on the extension 'ExtensionName.Extension' already exists. This extension cannot be applied to the base element.
›
In a recent D365O development, I came across this error when moving fields from a model to another model. The field 'FieldName' on...
2 comments:
›
Home
View web version