Tips and News on Microsoft Dynamics AX\365\CRM\NAV\GP\POS\RMS Administration, Technical and Functional!
Search This Blog
Google Website Translator Gadget
Wednesday, December 19, 2018
The requested operation requires elevation.? on command prompt resulting the ipconfig /flushdns
Friday, November 30, 2018
How to fix certificates SSL error on D365fo One box VHD.
Step 1: Create a new self-signed certificate
Run the following Power Shell command (Run as Administrator):
New-SelfSignedCertificate -Subject "CN=*.cloud.onebox.dynamics.com,O=Microsoft Corporation,L=Redmond,S=WA,C=US" -DnsName "*.cloud.onebox.dynamics.com", "usnconeboxax1ecom.cloud.onebox.dynamics.com", "usnconeboxax1pos.cloud.onebox.dynamics.com", "usnconeboxax1ret.cloud.onebox.dynamics.com" -CertStoreLocation "cert:\LocalMachine\My" -KeyUsage DataEncipherment, KeyEncipherment, DigitalSignature -HashAlgorithm "SHA384" -KeyAlgorithm RSA -KeyLength 2048 -NotAfter (Get-Date).AddYears(5)
This would create a new certificate, set to expire in 5 years.
Step 2: Copy the new certificate to the folder where trusted certificates are stored
Open Manage computer certificates (certlm).
Newly generated certificate can be found in the Personal\Certificates folder.
It has the same name as the old one, but different expiration date.
Now copy and paste the new certificate to the Trusted Root Certification Authorities\Certificates folder.
Step 3: Bind the new certificate with D365FO
Open Internet Information Services (IIS) Manager.
Now navigate to the AOSService site (1), click the Bindings link on the right
(2) and select the hostname
(3) and then click the Edit button
(4)The Edit Site Binding dialog opens. Open the SSL certificate drop-down selection box
(5)You will see two certificates with the same name (*.cloud.onebox.dynamics.com). The one selected is probably the old one. Select the other one. Then click the View button to inspect, if you selected the right certificate (by checking the expiry date, for example).
Click Yes if the system asks for confirmation to change the certificate for other related sites.
Close all open dialogs. Restart the AOSService (Click the Restart link under Manage Websites in the vertical pane on the right).
Step 4: Test if the connection to D365FO is treated as safe in Chrome
Restart Chrome and navigate to D365FO. It should work fine.
Sunday, November 4, 2018
How to check which SQL DB is linked with Sharepoint?
Issue:
How to check which SQL DB is linked with Sharepoint?
AX: AX 2012 R3
OS: Windows Server 2012 R2
SQL: SQL 2014
SharePoint:
Now I can see the List of SQL DB which are used in SharePoint!
Happy Querying!
Sunday, September 9, 2018
Microsoft Certifications and Exams News September 2018
This month, Microsoft released two exams and two practice tests. In September, two more practice tests will be ready for the new Azure Administrator exams. New Exams Released on August 17, 2018 MB6-898: Microsoft Dynamics 365 for Talent 70-777: Implementing Microsoft Azure Cosmos DB Solutions (beta; discount codes available, while supplies last, for exams taken before October 1, 2018) | |
Practice Tests Released 70-774: Perform Cloud Data Science with Azure Machine Learning 70-775: Perform Data Engineering on Microsoft Azure HDInsight Practice Tests Coming in September 2018 on mindhub AZ-101: Microsoft Azure Integration and Security AZ-102: Microsoft Azure Administrator Certification Transition (Original Publication Date: 09/06/2018) |
How to Install Active Directory for Windows 10, Windows 8 and Windows 8.1
- Download and install one of the following depending on your version of Windows:
- Remote Server Administrator Tools For Windows 10
- Remote Server Administrator Tools For Windows 8
- Remote Server Administrator Tools For Windows 8.1
- Right-click the Start button and choose “Control Panel“. (Note: In some configurations, you may be able to skip to step 9.)
- Select “Programs“.
- From the “Programs and Features” section, select “Turn Windows features on or off“.
- Scroll down and expand the “Remote Server Administration Tools” section.
- Expand “Role Administration Tools“.
- Expand “AD DS and AD LDS Tools“.
- Ensure that “AD DS Tools” is checked, then select “OK“.
- You should have an option for “Administrative Tools” on the Start menu. From there, select any of the Active Directory tools.
Happy AD!
Sunday, June 3, 2018
Installing Dynamics 365 Finance and Operation On Premises AKA Dynamics 365 Enterprise Server Hardware Sizing
Installing Dynamics 365 Finance and Operation On-Prem(Premises) AKA Dynamics 365 for Finance and Operations (on-premises)
People around the world are asking me this question for Installing the Dynamics 365 Finance and Operation On-Prem(Premises), well this was not so easy.
Let's discuss that what will be the Hardware needed and how much VM's will be used as this is the question which is asked by Customer Company to the Microsoft Partner Company.
Please check the excel sheet for the same.
Steps by Steps Installing Dynamics 365 Finance and Operation On-Prem(Premises)
Tuesday, May 22, 2018
DevOps Ebook,DevOps for Dummies,DevOps Dumps,Putting the Ops in DevOps for Dummies
Insights into the mix of technology trends, processes, and best practices, and IT organizations and role shifts impacting DevOps.
DevOps is the combination of cultural philosophies, practices, and tools that increase an organization’s ability to deliver applications and services at high velocity: evolving and improving products at a faster pace than organizations using traditional software development and infrastructure management processes. This speed enables organizations to better serve their customers and compete more effectively in the market.
Free copy download for the link!
Happy DevOpsing!
Sunday, April 15, 2018
Financial Reporting for Dynamics AX 2012. Management Reporter
PPT: Powerpoint for Management Report AX 2012
Tuesday, April 10, 2018
Kill online user in Dynamics AX 2012
How to Kill online user in Dynamics AX 2012?
Solution:
Stop AOS
Open SQL
truncate table SysServerSessions
truncate table SysClientSessions
Wednesday, March 14, 2018
The model store has been modified, How to skip The model store has been modified dialog in AX 2012
How to skip The model store has been modified dialog in AX 2012
Issue:
The model store has been modified,
How to skip The model store has been modified dialog in AX 2012
AX: AX 2012 R3
OS: Windows Server 2012 R2
SQL: SQL 2014
Solution:
Well, we have three solutions:
The easiest way to get rid of it to uncheck the MinorUpgrade checkbox on the ReleaseUpdateConfiguration table. Close the Client and start it again.
You can also alternatively create a job that runs SysCheckList_Update::finalizeMinorUpgrade();
as below:
static void Job11(Args _args)
{
SysCheckList_Update::finalizeMinorUpgrade();
}
You can also use this "Set-AXModelStore NoInstallMode" via Power Shell
Monday, February 19, 2018
Microsoft Dynamics AX 2012 Performance monitoring and Diagnostic Tools
Please find the below diagnostics tools for performance monitoring w.r.t AX 2012 and above>
- Trace Parser (https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/perf-test/trace-parser)
- Performance Monitor (https://technet.microsoft.com/en-us/library/cc961845.aspx)
- AX Diagnostic Framework Tool (https://community.dynamics.com/ax/b/brandongeorge/archive/2013/01/08/microsoft-dynamics-ax-diagnostic-framework-beta)
- Performance Analyzer for Microsoft Dynamics AX (DynamicsPerf) (https://blogs.msdn.microsoft.com/axinthefield/dynamicsperf-2-0-deployment-guide/)
- Life Cycle Services (https://lcs.dynamics.com/Logon/Index)
- Intelligent Data Management Framework (IDMF) (https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/lifecycle-services/ax-2012/overview-idmf)
- System Center Operations Manager Monitoring Pack for Microsoft Dynamics AX 2012 (https://www.microsoft.com/en-in/download/details.aspx?id=26934)
- Performance Analysis of Logs (https://archive.codeplex.com/?p=pal )
- Activity Monitor
- Extended Events
- Management Data Warehouse
- Disk Defragmentation
- Disk Cleanup
- Event Viewer
- Memory Utilization
- Performance monitor
- Memory cleaner
- Debugdiag
- Windbg
- Packet analyzer
- Performance monitor
- Command Prompt
- Firewall
- Task Manager
- Router & Switch
- Network Monitoring
- Wireshark (https://www.wireshark.org)
- Fiddler
Thursday, February 15, 2018
The requested Workflow action failed
Issue: The requested Workflow action failed
I got following error "The requested workflow action failed." when I click on Email Approval link!
AX: AX 2012 R3
OS: Windows Server 2012 R2
SQL: SQL 2014
Solution:
Happy DAXing!
Friday, February 9, 2018
The web browser running the add-in is not allowing access to local or session storage. Please adjust the environment and consult the support pages if necessary.
The web browser running the add-in is not allowing access to local or session storage. Please adjust the environment and consult the support pages if necessary.
Note – You must need to get help from IT if you don’t have administrator rights on your computer.
Copy below line and paste it inside command prompt
Hit “Enter” and you should get the message.
Refresh D365 browser before exporting data to excel.
Saturday, January 6, 2018
Today I Passed the Microsoft MB2-708 Microsoft Dynamics CRM Installation!
Preparing for MB2-708 Microsoft Dynamics CRM Installation Exam:
Monday, December 4, 2017
Update on Exam Retirements For Microsoft Certification,Microsoft Exam list for Retirement Schedule 2018
To keep the Microsoft Certified Professional program current,
Microsoft Learning continually monitors trends and then revises exams and certification requirements to keep pace with technology changes.
Our goal is to provide you with several months’ notice of upcoming exam retirements.
We review our certification program plan, the psychometric performance, and our upcoming exam list every quarter and make decisions about what to retire and when so that we can ensure people have the most up to date certifications reflecting the latest in Microsoft technologies while at the same time ensuring that MCPs can be certified on the technologies they use every day.
If a replacement exam is or will be available, it is listed here. Any changes from last month's post are in italics.
70-246: Monitoring and Operating a Private Cloud
70-247: Configuring and Deploying a Private Cloud
70-534: Architecting Microsoft Azure Solutions (replacement exam: 535)
74-344: Managing Programs and Projects with Project Server 2013
74-678: Designing and Providing Microsoft Volume Licensing Solutions to Large Organizations (replacement exam: 70-705)
MB2-709: Microsoft Dynamics Marketing
MB6-705: Microsoft Dynamics AX 2012 R3 CU8 Installation and Configuration (replacement exam: MB6-894)
MB6-890: Microsoft Dynamics AX Development Introduction (replacement exam: MB6-894
MB6-892: Microsoft Dynamics AX Distribution and Trade (replacement exam: MB6-896)
MB6-893: Microsoft Dynamics AX Financials (replacement exam: MB6-895)
70-398: Planning for and Managing Devices in the Enterprise
70-488: Developing Microsoft SharePoint Server 2013 Core Solutions
70-489: Developing Microsoft SharePoint Server 2013 Advanced Solutions
70-496: Administering Visual Studio Team Foundation Server
70-497: Software Testing with Visual Studio Retire
70-498: Delivering Continuous Value with Visual Studio Application Lifecycle Management
70-680: Windows 7, Configuring
70-685: Windows 7, Enterprise Desktop Support Technician
70-686: Windows 7, Enterprise Desktop Administrator
74-343: Managing Projects with Microsoft Project 2013
Source
Wednesday, November 22, 2017
Set up and deploy on-premises environments,Installation D365 on Prem
https://docs.microsoft.com/en- us/dynamics365/unified- operations/dev-itpro/ deployment/setup-deploy-on- premises-environments
Check
Dynamics 365 for Finance and Operations, Enterprise edition (on-premises) system requirements
Wednesday, November 8, 2017
An operation that uses the database driver could not be completed. If the driver is a Microsoft driver, make sure the driver file isn't damaged
Tuesday, November 7, 2017
an error occurred while attempting to retrieve the list of local SharePoint sites configured with reporting services.
Yesterday When I tried to Install the Reporting Extension I faced this error.
Error:
An error occurred while attempting to retrieve the list of local SharePoint sites configured with Reporting Services.
AX: Microsoft Dynamics AX 2012 R3 CU8
OS: Microsoft Windows Server 2012 R2
SQL: Microsoft SQL Server 2014
SP: Microsoft SharePoint Server 2013
Solution:
Well, the first thing I checked was the event viewer, there was an access related issue with DB.
I opened the SSMS, Checked the service account, gave it sysadmin access and bingo! :)
Cost to use Microsoft Dynamics 365 by Umesh Pandit
Cost to use Microsoft Dynamics 365 by Umesh Pandit Understanding the cost of using Microsoft Dynamics 365 can be complex, as it depends on v...