April 2011 Blog Posts

Test Mail Server [smtp4dev guide]

18 April 2011 |

during development it’s sometimes necessary to test sending an email, sometimes you need to know if there’s something wrong with your code or if it’s something that the adminsitrator needs to fix on the mail server.

there’s an open source dummy mail server that you can use to check if the mail functionality is working, the utility just sits there in your system tray and pops up a balloon when it catches an email.

image

and when you click on the balloon you can get a list of all the messages received

image 
here i have set it up to listen on port 26 this way it will not conflict with my running actual smtp server running on port 25

you can configure that using the options button on the bottom of the window

don’t forget to update the mail configuration section on the web.config/app.config in your application to run on the correct configuration

this is the link to download the client from codeplex website

this is a sample project so you can test the tool immediately

attachmentto Download
Click here 4 Kb

Service msftesql was not found on Computer[CRM 4.0 Installation & SQL Server 2008]

09 April 2011 |

when installing Microsoft Dynamics CRM 4.0 on a SQL Server 2008 machine I get this error on the verification screen of CRM

Service msftesql was not found on Computer <computer name> …

there’s a simple fix for this problem, all you have to do is to allow CRM to update when the installer starts

CRM4InstallationUpdate

there’s also a KB that I wanted to include here

Run Indexing Service on windows 2008 (r2 also) [Service CiSvc was not found on computer]

08 April 2011 |

Microsoft indexing service has upgraded starting windows Vista release and the older indexing service has upgraded into the newer windows search service

However the Indexing service can still be installed on newer versions of windows and here is how

Server Manager
Click Roles
Click Add Roles
ServerRoles ,AddRole

Then you need to Select the File Services on the Server Roles Screen

ServerRoles

Click next and on the Role Services Screen select indexing service under windows server 2003 file servies

RoleServices,IndexigService

 

complete the wizard to install the service and you are done.