Category: Software

MacOS get Java JRE Checksum

macOS: Verify Java JRE Download via SHA256 Checksum

In this short post I want to show how you can verify your Java Runtime Environment (JRE) download, or any other for which checksums are provided, via your Macs terminal. Download Java First of all you have to download the Java JRE, which can be found directly at Oracle’s website. Here an example on how it looked like when...

AX7 Infolog Message Details

AX7 / D365: Add Message Details to your Infolog

In this post you’ll see how you can add structure to your Infolog. In AX7 / D365fO you can still invoke the setPrefix method to add prefixes to your message that you present to your users. If you have more than one message for a prefix, AX will display a new clickable link in your message, which will...

AX7 Create Job

AX7 / D365: Where are my Jobs?

I get that question very often. People coming from AX 2012 often ask me that question. My answer is always the same, they are still there (as they are still a part of Dynamics 365 for Finance and Operations) and they are basically the same as before. The only thing that is new is how to run them,...

ax7 Labelc Error -1 Duplicate Label

AX7 / D365: Build: LabelC.exe exited with code -1

You’re seeing the following error in your build logs? LabelC.exe exited with code -1 What is the cause of the label compile error? One issue that can cause this error are duplicates in label files, as two or more rows with the same label id. Like you can see in this example: NewLabel1=MyText ;New Comment NewLabel1=AlsoMyTest ;New Comment...

AX7 Debug Settings Load Symbols Solution

AX7 / D365: No symbols have been loaded for this document

From time to time I run into the issue that, while debugging D365 for Finance and Operations, my breakpoints will not be hit. In Visual Studio it isn’t marked as a solid red dot, instead it is just a red circle, telling me that no symbols have been loaded. If you hover over it, Visual Studio will show...

AX7 D365 DB Sync Error: Failed to create a session

AX7 / D365: Database Sync Error “Failed to create a session;”

Ever ran into the following error while sync your AX7 / D365 Database? Microsoft.Dynamics.Ax.Xpp.ErrorException: Failed to create a session; confirm that the user has the proper privileges to log on to Microsoft Dynamics 365 for Finance and Operations. In Visual Studio it will look like this: What is the cause for the “Failed to create a session” issue?...

AX7 URL Tablebrowser

AX7 / D365: Exploring URL Parameters

As AX7 / D365 for Operations and Finance is browser based, it reveals certain URL patterns. Today I want to show you a few of them, I use them on a daily basis. The following examples show calls which you just have to copy and paste, replace the [ ] placeholders with your values (e.g. your company) in...