-
Dynamics c1
-
Azure Consulting Service
We are Microsoft Cloud Solution Providers (CSP) Canarys helps you achieve higher productivity, with cost effective solutions, reduced maintenance and better information flow leveraging Microsoft Azure Platform. Microsoft Azure offers wide spectrum of Services under Infrastructure, Platform & Software which are commonly known as IaaS, PaaS & SaaS. Sudden and compelling demands of Infrastructure is…
-
Identify and stop idle Dynamics NAV sessions using User Session Control Addon
Since the advent of RTC clients and 3-tier architecture of Dynamics NAV, it’s been a question in the minds of thousands of NAV developers as well as end-users, that how to find out the idle time of the users connected to the service tier. There were some add-on solutions available in the market prior to…
-
WScript Sleep- Exercise Desktop Remainder
Introduction – WScript.Sleep WScript.Sleep Suspend the execution of the current script for the specified number of milliseconds. Syntax: WScript.Sleep Time Arguments: Time is the delay in milliseconds. Example: WScript.Sleep (10000) WScript.Echo (“10 Seconds have passed”) A script can force itself to pause by calling the WScript Sleep method. The Sleep method accepts a single…
-
Setup Jenkins for VSO with TFVC
Jenkins provides an easy-to-use Continuous Integration method, making it easier for developers to integrate changes to the project. We can use Visual Studio Online (VSO) to store code and use Jenkins for Continuous Integration builds. A Jenkins build can be triggered when code is checked into TFS with TFVC as the code repository. In this…
-
Autofill RecVariable Name in DynamicsNAV 2015
I discovered something quite interesting couple of week back and I thought it was worth sharing. When you create an object type variable in Microsoft Dynamics NAV 2015 and you leave out the name then NAV will automatically suggest the name based on the subtype. So, when creating variables that are pages, records, reports, codeunit, xmlports, etc. then…
-
Bugzilla to TFS Migrator (Part 2 of 4) – Installation
This is the second part of the Bugzilla to TFS Migrator blog series covering the installation of the migration tool for migration from Bugzilla to TFS 2013. The Bugzilla to TFS Migrator tool is available for download from the link http://ecanarys.com/products/bugzilla-tfs-migrator on the Canarys website. Click on the “Click here to Download” button, provide the…
-
Bugzilla to TFS Migrator (Part 1 of 4) – Introduction
Many of us have been big fans of Bugzilla and have been using it to track bugs for many years. Bugzilla was a great web based tool and helped immensely in managing defects found by the testing team. Though Bugzilla was great for bug tracking, it offered very little help in the other aspects of…
-
Bugzilla to TFS Migrator (Part 4 of 4) – Migration
This is the final part of the Bugzilla to TFS Migrator blog series covering the actual steps of migration from Bugzilla to TFS 2013. To initiate the migration, run the Bugzilla Migrator Tool. The Bugzilla URL will be picked from the information provided during the installation. Click on the button beside the TFS Collection field…
-
Bugzilla to TFS Migrator (Part 3 of 4) – Configuration
This is the third part of the Bugzilla to TFS Migrator blog series covering the configuration of the migration tool for migration from Bugzilla to TFS 2013. The Bugzilla to TFS Migrator tool requires few configurations to be completed, prior to use. One of the requirements is to have a customized TFS bug work item…