web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Distributed Order Management (DOM) not working after data refresh

You’ve just refreshed data on your sandbox and now you can’t get DOM to work? There’s DOM logs on your sales orders, but it looks like it drops out when it comes to applying anything? My bet is that you haven’t ...

Søren Rasmussen - B... 817
Like (0)
Invalid certificate on cloud hosted box

Unless you often reprovision your dev-box you might see this when you start debugging your code: Your connection isn’t private Attackers might be trying to steal your information and so on. It isn’t as bad as it might...

Søren Rasmussen - B... 817
Like (0)
Exporting multiple entities through DMF fails randomly

We’re exporting different portions of data from our Dynamics 365 F&O to a BYOD in different frequencies. On several occasions – one might even call it frequently – we’ve been seeing the export failing on some entit...

Søren Rasmussen - B... 817
Like (0)
Unpacking bacpac file throws error

When moving data from a sandbox environment to your dev-box you need sqlpackage to unpack the bacpac file to a database. This could give you an error message stating that the file contains corrupted data: To get yourself passed this you can downl...

Søren Rasmussen - B... 817
Like (0)
Visual Studio – run as administrator

This is something that I generally forget whenever I create a new dev-box. Visual Studio needs to be running as Administrator otherwise you’ll get messages such as “Access to the path ‘K:\AosService\PackagesLocalDirectory\Bin\Ins...

Søren Rasmussen - B... 817
Like (2)
Azure SQL firewall access

Some things were easier in the good old days before Dyn365 and Azure and some are better. Often the things that were better before tends to be things we need to relearn. Allowing firewall access to Azure SQL (for example regarding BI) is easily sc...

Søren Rasmussen - B... 817
Like (0)
Prompting for values in SQL script

This is something that I forget 2 seconds after I’ve used it so now I’ll put it here as a note to self. I have a series of TSQL scripts that I use once in different circumstances and often it’s a while between each go. In some of...

Søren Rasmussen - B... 817
Like (1)
Enable developer mode in the MPOS without rebuilding

In the Dynamics 365 POS it’s possible to enable a developer mode that gives you some additional options like seeing the id of the strings, grid views, coloring aids and so on. To enable these features you need to rebuild the POS with the val...

Søren Rasmussen - B... 817