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)
Cannot Connect to SQL Database on Sandbox Environments

Recently I faced an issue, I couldn’t connect to SQL Database on Cloud Hosted Sandbox Environments, upon Investigation found that Environments being migrated and you don’t have access to Sqladmin user for some environments and you need...

Ansar Basha 1,582
Like (0)
Turn Chrome browser Search engine to browse Table

Hi All, To Turn your browser to search for a Table to view or delete data follow steps as below: Open Chrome settings in search engine Tab click Manage Search Engine             2. Navigate to Other Search engines ...

Ansar Basha 1,582
Like (0)
Delete all transaction data for legal entity in Dynamics 365 FO

Hello Techies, I’m writing this post after a long time, Hope you enjoy reading. We are already aware of deleting data in previous versions of AX using SysDatabaseTransDelete class,it’s similar here but we have to use the browser to per...

Ansar Basha 1,582
Like (0)
The complete guide to Dynamics AX 2012 shortcuts

This is a comprehensive guide to the keyboard shortcuts you need to know when using Dynamics AX 2012. While the software is relatively intuitive, if you don’t know the shortcuts, you’re going to be spending more time than you need to in order to ...

Ansar Basha 1,582
Like (0)
Filter Project by using Layer wise in AX 2009 with Rollup7 and SP1 Code

static void createProjectFromLayer(Args _args) { Args args; Dialog dialog; DialogField dialogFileName; DialogField dialogLayer; IdentifierName setOrGetProjName = strfmt(‘%1Layer_%2_%3′, strUpr(enum2str(currentAOLayer())), curUserI...

Ansar Basha 1,582
Like (0)
HELP SERVER ERROR AFTER INSTALLING ON AX 2012

ERROR – Unable to contact the server http://dcsrdcontosodb1:81/dynamicsAXhelpserver/helpservice.svc contact your administrator   HTTP Error 500.24 – Internal Server Error An ASP.NET setting has been detected that does not apply in Integ...

Ansar Basha 1,582
Like (0)
Backup SQL DB using code

DECLARE @name VARCHAR(100) — database name DECLARE @path VARCHAR(256) — path for backup files DECLARE @fileName VARCHAR(256) — filename for backup DECLARE @fileDate VARCHAR(20) — used for file name SET @path = ‘G:\...

Ansar Basha 1,582
Like (0)
MANAGEMENT REPORTER ERROR

ERROR – UNABLE TO CONTACT THE SERVER, DO YOU WANT TO CHANGE THE SERVER SETTINGS (TEST CONNECTION) SOLUTION – Go to SQL SERVER MANAGEMENT STUDIO> SECURITY > LOGINS> NT AUTHORITY(CHECK WHICH LOGIN YOU HAVE GIVEN WHILE INSTALLING MR) > PR...

Ansar Basha 1,582