Skip to main content

How to Setup Jet Hub & Jet Service Tier for Jet Reports in D365 Business Central

Introduction:

The story starts with one of our clients who want to have Jet Report installed along with Dynamics 365 Business Central.
After procuring the licenses, the client realizes he needs to connect Jet Reports to his home PC as well which may cost an additional license cost since Jet Report uses O365/M365 and Device Details as well to register its client. This means that it is not totally remote like Business Central(SaaS). So we need something that has all the data in the center but can connect to O365 as well as re-activate once the user changes the devices.

It would have been easier if the client connected his home PC with office Azure AD, transfer the logins and AD metadata but that's unethical to some IT policies. 

So after nearly 2 weeks of back and forth, the jet team suggested using Jet Hub, and the caveat was only 5% of the companies who install Jet Reports choose this option due to its complexity.

 Meanwhile, I lost my patience and interfered thinking "How hard could it be?" as this was one of the defining moments and clearly everyone was tired of things dragging along.

So I took up this challenge and I would say that although the links helped tremendously it was not an end-to-end explanation. So enough of the intro and let's start now!
Note that, All the content provided in reference is being followed but might or might not provide you the solution Hence, I have written this blog capturing steps one by one.
Jet Report Architecture with Jet Hub

Pre-requisites:

  • Understanding of IIS Web Server
  • Understanding of SQL Server
  • Understanding of Jet Reports
  • Understanding of Azure App Registration
  • Microsoft Dynamics 365 Business Central
  • Microsoft SQL Server & SSMS - Download Link
  • Jet Reports Setup - Download Link
  • Microsoft Office 365 Subscription
  • Microsoft Azure
  • Static IP Address for the Server
  • DNS assigned to the Server

References:

  • https://support.jetglobal.com/hc/en-us/articles/360020223634-Installing-the-Jet-Service-Tier-Jet-Hub-with-Azure-Active-Directory
  • https://support.jetglobal.com/hc/en-us/articles/360042582993-Jet-Hub-Error-IDX20803-Unable-to-obtain-configuration-from-file-PII-is-hidden-
  • https://olisterr.blogspot.com/2020/11/setup-jet-reports-add-in-in-excel-for.html

Demonstration:

0. Pre-installation setup:
I. Networking Setup
 i. After you get a VM / On-Premise Server ensure that wherever the clients will be, the clients can connect to the Server. It is recommended to have a  Static Public IP Address

ii. Along with the Public IP Address, the DNS is also set up and pointing towards the Server.


iii. Add port 7090,80,443 to Inbound Rules. In the below image, I have added how to add an Inbound Rule in Azure portal


In firewall settings, you can add Inbound Rule as per the below screenshot

iv. Installed SQL Server, and get SQL credentials to insert in Jet Hub / Jet Service Setup 


1. Installation of Jet Hub & Jet Service Setup:
i. Setup Azure App Registration:
Basic details -

Redirect URls:
  • https://<JetHubURL>/account/logout
  • https://<JetHubURL>/signin-aad
  • https://<JetHubURL>/identity/signin-aad
  • https://<JetHubURL>/identity/external/callback
Front-Channel Logout URL

  • https://<JetHubURL>/account/logout



Client Secret



API Permissions: 
Microsoft Graph - Application Permissions
--Directory.ReadAll
--Group.ReadAll
Microsoft Graph - Delegated Permissions
--Group.ReadAll

Grant Admin Consent

Copy the Application ID and Directory ID on App Registration



ii. Installing Jet Hub and Jet Service Tier:
Run the Jet Reports setup downloaded from the link above
Accept the Agreement





















After the installation is completed, go to IIS and complete the certificate binding


Now browse and sign in with the Admin Account in our Jet Hub



If for some reason you are facing login issues
- Check your DNS (Fully Qualified Domain Name) calling including ports and certificates
- Check your redirect URL in Azure App Registration
- Check if you are logged in with a different Office 365 / Microsoft 365 Account


2. Installation of Jet Clients and connection with Jet Hub & Jet Service:

  • Make sure to sign in with your own account in Excel.
  • Make sure to copy the Self-Signed certificate from Server and installed it in the Trusted Root Certification authority if you are not using SSL.

After you have installed Jet Client in your desktop, Open Excel and under the Jet Tab, you will find the Activate Jet Reports > Activate Jet via Service Tier

This should open up the same URL as the one it opened on Jet Hub URL, you need to sign-in. 
Sign in with the Admin Account here.

After this, you can create a DataSource refer to my blog  Jet Reports Add-In Setup for the same.
Try and Run the Jet Sample Reports to confirm connectivity. if the Jet Report Add-in asks for sign-in make sure to do with your account and not the admin account.

3. Final Outcome:


Conclusion:

If you have made it here without a doubt/ issue, Congratulations!!

This was one of the hardest blogs I had to write because of the issues faced, lessons learned and many complicated steps and core infrastructure knowledge that without a support it is difficult to make through. Hence, the purpose of this blog.

Feel free to drop any comments and don't forget to contact Jet Support if you need any help!!







Comments

Popular posts from this blog

Something went wrong. An Error occurred - Error Resolution

Introduction: With the installation of NAV 2018 or BC On-premise, I have observed that when creating New Server Instance and New WebServer Instance, you will get the error 'Something went wrong. An Error occurred '. I referred to the community questions below but didn't find my resolution. Hence, I decided to write this blog. Pre-requisites: Microsoft Dynamics Business Central - On-Premise / NAV 2018 Understanding of Business Central Authentication  Books & References: https://community.dynamics.com/nav/f/microsoft-dynamics-nav-forum/261301/nav-2018-web-client-an-error-has-occurred https://community.dynamics.com/business/f/dynamics-365-business-central-forum/421987/error-something-went-wrong-an-error-has-occurred-azure-ad-tenant Demonstration: 1. Creation of NAVServerInstance: In order to create NAVServerInstance, you can either add the Server Instance through Business Central Administration or Powershell command. Add Instance - Business Central Administration Add Insta

Universal Code Error and Resolution

Introduction: On Friday, May 12th, 2023, the Business Central On-Premise Production Environments started throwing universal code errors as follows. This occurred to every customer on a lower version of BC 19,20 and 21 irrespective of their localization, customization, and license. Pre-requisites:  Understanding of Technical Upgrade in Business Central On-Prem References: BC20 On prem. Universal Code requirement error after installing customer's license. - Dynamics 365 Business Central Forum Community Forum (40) Yammer : Dynamics 365 Business Central Development : View Conversation Root Cause: The certificate that signs Microsoft Base Application was expired. Errors started occurring if you Uninstalled, Installed Extensions, Restart Server Instances or for some even out of random started popping out. We first thought could be a license issue as we had fixed that before but this did not solve the issue. Resolution: Microsoft identified the issue and posted the following update The mi

How to resolve 'Edit in Excel' issues

  Introduction: As you know that D365 BC offers Edit in Excel functionality. But manipulating or customizing such a  standard functionality is difficult as there is not much control available. Hence, solving issues is also a difficult task. I will be resolving the issue for this specific issue, however, the debugging steps are similar. Pre- requisites : ODATA V4 Connectivity tool for Webservices Microsoft Dynamics 365 Business Central Books & References: https://community.dynamics.com/business/f/dynamics-365-business-central-forum/448226/issue-with-excel-add-in/ Demonstration: The way Edit in Excel works is that for a given page a Webservice is created adding PageID and Page Name. Hence, there are some Webservice connectivity checks in place to validate. 1. Edit in Excel Custom Action on the page: If you are adding Edit in Excel Action on the page, please ensure that you are providing appropriate PageName and Filter criteria as Webservice is using these parameters Refer Editworkshe