Dynamics Search Engine

Wednesday, December 30, 2009

My last day in Tectura

Hi All,

Today is my last day in Tectura.

In my leisure time very often I remember the wonderful moments we had when we started our career in Ax with Euroinfo Systems (this company is acquired by Tectura). Euroinfo Systems changed my professional life. I am really thankful to Euroinfo/Tectura.

In this company I got the opportunity to work with the best, most talented and professional group of people.

I've enjoyed having exposure to so many different points/technologies/products.

Always in challenging time I got great help/cooperation.

The below image shows the fellow of our Ax group. This photo was taken on 28th July, 2005 during our initial Ax career. It recalls our wonderful old memories.


Euroinfo family

Monday, October 26, 2009

To show upcoming birthday in Sharepoint

I was looking for a facility to display upcoming birthdays in MOSS 2007 but there is no availability of such webpart.It can be done by customizing in MOSS 2007 or a webpart can be developed. I was looking for a shortcut way to fulfill my requirement. Finally I got a webpart from http://www.sharepointology.com/.


This webpart has been developed to display upcoming birthdays where name of user and date of birth to be displayed. Yes, there is a provision to set the number of days as a range for upcoming day(s). For example, if you want to display the name of user(s) whose date of birth is coming within next 3 days.


Additionally the user name is having a link to its profile.
Actually date value is coming from user’s profile and name is coming from active directory (AD).



Download link for this webpart: http://www.sharepointology.com/general/web-part-to-show-upcomming-birthdays-in-sharepoint-v20/


The above link can be changed without any notice.

Note: There is no business relation between me and http://www.sharepointology.com/

Monday, September 21, 2009

Microsoft Dynamics Ax 2009 web project template is not available / visible in visual studio 2008



This article explains
How to make available Microsoft Dynamics Ax Web Project template for all users.
How to resolve Microsoft Dynamics Ax Web Project template missing issue / problem.
How to resolve Microsoft Dynamics Ax Web Project template visible or availability issue even through Ax EP development tool is installed.


Symptom:
One user can see Dynamics Ax Web Project template when he/she creates a new web project but the other user can’t see it on the same server.

Reason:
If a user can see Microsoft Dynamics Ax Web Project template it’s because in his/her profile on system the template is available. In general the template is located on a windows 2003 server at C:\Documents and Settings\[user id ]\My Documents\Visual Studio 2008\Templates\ProjectTemplates\Visual Web Developer\CSharp\ AxWebProject.zip

Resolution:
To make Microsoft Dynamics Ax Web Project template available for other users copy the Templates folder from the user who can see template and paste it to other users’ profile It assumed that your templates are available in the default located as mentioned in above path

Step1:
Go to C:\Documents and Settings\[user id ]\My Documents\Visual Studio 2008\

Step2:
Copy Templates folder

Step3:
Open the other users’ profile and go to C:\Documents and Settings\[user id ]\My Documents\Visual Studio 2008\

Step4:
Paste the Templates folder. If system says to overwrite it click on yes option.


NOTE: Use at your own risk. There is no warranty on this article.

Saturday, September 19, 2009

Microsoft Dynamics Ax 2009 SRS Reports Deployment error (AL.EXE) not found

This article explains how to resolve AL.EXE error or exception during Microsoft Dynamics Ax 2009 SRS reports deployment.

Applied on:
Windows Server 2008 SP1
SQL Server 2008
Microsoft Dynamics Ax 2009 SP1

When attempting to deploy Microsoft Dynamics Ax SRS reports, you may have received the following error message:

Unable to load one or more of the requested types.
Retrieve the LoaderExceptions property for more information.
Error: The following components have not been installed or are not configured correctly:
AL.exe
Please consult your administrator or the documentation.
System.InvalidOperationException: The following components have not been installed or are not configured correctly:
AL.exe
Please consult your administrator or the documentation.



This error message indicates that the following software components are not installed:


  • Windows SDK for Windows Server 2008 and .NET Framework 3.5
  • Microsoft Visual Studio 2008 Shell (isolated mode)

You can download above prerequisites from following links:
Windows SDK for Windows Server 2008 and .NET Framework 3.5
Microsoft Visual Studio 2008 Shell (isolated mode)



The above link can be changed without any notice.

Note: Use at your own risk. There is no warranty on this article.