I have been testing various environments for nav 2009. here are the results
nav 2009 with sql 2008 r2 and windows 2008 r2 dont work.
nav 2009 with sql 2008 and windows 2008 r2 works. For this to work you must install fixpack from microsoft before you install sql 2008. and after you install sql 2008 you must install sql 2008 sp1.
nav 2009 with sql 2008 r2 and windows 2008 works
nav 2009 with sql 2008 on windows 2008 works
Symptom. Your shared drives are full but there is enough disk space available.
Solution.
The reason is the quota. To change the quota do the following:
On your server open my computer. Right click and select properties.
select quotas and change the quotas as you like.
You can disable quotas too. Not recommended unless you have a small company 1-5 users.
Applies to VISTA.
This should be fixed in office 2007 sp2 but if for some reason it is not fixed after the servicepack installation then you can do the following:
The only known cause for this is when an outlook.manifest.exe file has been placed by a COM addin in the folder where outlook.exe is installed.
Now, MS puts that file there in the outlook.exe folder and if it’s not their
file but some other one things get broken and Outlook can’t start.
If you have that file in your outlook.exe folder open it in Notepad and make
sure it has an entry in there with this text “Microsoft.VC80.CRT”. If that’s
in there it’s the MS file and should be OK. If something else is there you
need to remove it and replace it with the original MS file.
Posted by : Jon in (News)
Vint Cerf is the father of the internet. He created the TCP/IP protocol that is the communication protocol of the internet. He created it in 1973. He works now at google as vice president. I have met him few times over the years in my former work for www.ripe.net. There he controlled a group implementing ipv6. Good information about him:
http://en.wikipedia.org/wiki/Vint_Cerf
IOS is the operating system of cisco routers and switches. The name is a acronym for Internetworking Operating System. Usually you access it by telnet. It is unix based operating system and everyone that know unix feels at home when telnetting into cisco router. Good resourse about the cisco IOS commands is:
http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/12cgcr/rbkixol.htm
The error message:
2705,”42S21″,[Microsoft][ODBC SQL Server Driever][SQL Server]Column names in each table must be unig. Column name ’securityoption’ in table ‘dbo.$ndo$dbproperty’ is specified more than once.
SQL:
ALTER TABLE [dbo].[$ndo$dbproperty] ADD securityoption INTEGER NOT NULL DEFAULT 0
Unfortunately, this error occurs quite often when “converting” a database. The problem is, that the field “securityoption” is added to the table “$ndo$dbproperty” in the beginning of a conversion. Once the upgrade fails, the transactions are not completely rolled back, the field “securityoption” still remains. Now if you try to convert again, this error is raised, because C/SIDE tries to add this column again.
To solve this, you have to delete the field “securityoption” manually from the table “$ndo$dbproperty” via Management Studio and run the conversion again.
I tried installing nav 3.7 on windows server 2008 and it does not work.
The trace command is used to visually see a network packet being sent and received and the amount of hops required for that packet to get to its destination.
Trace was created 1987 by Van Jacobson from a suggestion by Steve Deering, with particularly cogent suggestions or fixes from C. Philip Wood, Tim Seaver and Ken Adelman. It was originally created for unix and is called traceroute there. In microsoft it is called tracert and in cisco ios it is called trace.
Good webpage about tracert in microsoft windows is
http://support.microsoft.com/kb/162326
And for cisco ios
http://www.cisco.com/en/US/products/sw/iosswrel/ps1831/products_tech_note09186a00800a6057.shtml
The ping commmand in cisco ios is divited into simple and extended ping.
With simple ping you can ping one ip address. With extended ping you can use the ping for measuring many things other than simple conectivity between ip adresses. For example you can change the packet size. A good webpage deschribing how extended ping works and the possibilities that you can use is
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080093f22.shtml
Ping is one of the most used network management and troubleshooting tool today and since 1983.It was written by Mike Muuss and the name comes from sonar technology. A good article about ping is
http://ftp.arl.mil/~mike/ping.html?sess=4f8272bd1e5da03d1a16ba4a69452d93
Ping in Microsoft came along when Microsoft began with dos in the late 80s. The best link that describes ping in windows systems is
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ping.mspx?mfr=true