First post

First post

Hello! and welcome… This is my first post, i just want to talk a little about what’s the main theme of this blog. My aim is to share my knowledge and my experiences with everyone. My name is César Nicola i’m 19 years old and i’m from Uruguay. I’m studing engineering and i work inINSource Soft and as a freelancer. Well, that’s all. Thank you a lot for visiting my personal blog, i hope you like it. You can contact me for any reason through the contact page.

Installing Microsoft Dynamics CRM in a Server with MOSS

Installing Microsoft Dynamics CRM in a Server with MOSS

Yesterday the manager of our company requested me to install Microsoft Dynamics CRM. I started the setup and everything was going well but then the wizard notified me that there was an error: “Microsoft CRM El programa de instalación no ha podido validar el servidor de informes de Reporting Services especificado Error: This operation is not supported on a report server that is configured to run in SharePoint integrated mode” I searched in google but the only solution i get was to install another instance of MS SQL Server into ano.

Useful tools for DNS administration

Useful tools for DNS administration

If you need to test your DNS configuration all arround the world, this tool will help you: http://www.kloth.net/services/dig.php Or you can use the old-fashion nslookup command in windows or dig in linux. There you can use the default DNS server (“localhost”) or you may want to use another. In the next link you’ll find a list of DNS Servers all arround the world: http://www.dnsserverlist.org/

Power up your business for free with Google Apps

Power up your business for free with Google Apps

Do you need a reliable Mail Server? And a online calendar? And don’t want to spend a cent? Well… Google helps you. With google apps you can Have Gmail, Google Calendar, Google Talk, Google Docs, Google Sites, Google Video, and more… all @yourdomain and free. What do i need to get this? Firs you need to own a domain with full access to the DNS Records (like www.godaddy.com offers). Then go to apps.google.com and follow the easy steps. If you already use gmail, you can centralize all the email traffic to one account (that’.

Error loading package in Visual Studio 2008

Error loading package in Visual Studio 2008

Last Wednesday I sould have startd with the web interface of a proyect, however I spent the hole day trying to solve an error in the HTML Source Editor of Microsoft Visual Studio 2008, the message was something like “Error al cargar el paquete ‘Visual Web Developer HTML Source Editrorâ€�. First, I tried to repair it; then to uninstall – reset – install. I googled and found a posible solution, to uninstall clear some registry keys (or even use a registry cleaner) but that didn’t work for me. Finally, I uninstal.

Configuring Windows Server 2008 SMTP to send mail throught another server

Configuring Windows Server 2008 SMTP to send mail throught another server

Probably, your SMTP server won’t be in the same server as your pre production server (or eaven your application server). Sometime, some web applications (like MOSS) can only use the local SMTP server; that’s why you may want to route the mail traffic of that local server to the real server. Let’s assume that you have the IIS (Internet Information Services How install?)and the SMTP feature installed in your server (Server Manager > Features SMTP). Now run inetmgr6 (SMTP Server is a feature of IIS6, like FTP server). Right c.