Challenge: We don’t realise that the database of the sharepoint server has a DHCP instead of static. Now … the site is not working at all. Solution: What we found after testing on our Test Lab plus exploring KB and forums. Here’s what we found: 1. You can’t move the config database/central admin database like [...]
Challenge: When debugging the TransactionScope for processing multiple data insert, there is error coming randomly. Solution: It seems that there is timeout issue that needs to be address: The solution turned out to be editing the transaction timeout value in the machine.config file. This is achieved by going to your .Net 2.0 folder and editing [...]
Challenge: We have a code that utilise the ProfileCommon and originally sits under App_Code of the web application. This peace of code is running well. But due to moving this code a centralise class that we have, we have the following error: NameSpace name ‘ProfileCommon’ Could not found. Solution: Explore this and we found this [...]
Challenge: We got the Network Area Storage (NAS) attach to my Windows Vista and there are some folders that we can’t delete. It has the following message: YOU NEED PERMISSION TO PERFORM THIS ACTION. We’ve tried to modify the permission and owner of this folder and still didn’t work. Solution: Try to use free program [...]
Challenge: We have Exchange Server 2003 NT Backup and would like to restore on different server for further investigation on some emails. When we do this, it has some issues when mounting back. Solution: What we found is that other Exchange server needs to have the same from the backup: Organization name Administrative group name [...]
Challenge: We have an issue on executing the stored procedure/function with synonym (Error: Procedure or function expects parameter which was not supplied). We’ve created the synonym using GUI. Solution: Not sure what is causing on the GUI but if you run through a TSQL command, it works. USE EUCTelcoDB_DEV_2 CREATE SYNONYM syn_aspnet_UsersInRoles_GetRolesForUser FOR EUCAccountService_DEV.dbo.aspnet_UsersInRoles_GetRolesForUser;
Testing Email http://www.eggheadcafe.com/conversation.aspx?messageid=33107785&threadid=33100576
Challenge: In Window Vista, when you double-click an Excel workbook, Excel does not open the file, and you may receive the following error message: Windows cannot find ‘FilePath\FileName’, Make sure you typed the name correctly, and then try again. Solution: This problem occurs if the Ignore other applications setting in Excel is selected. To resolve [...]
Challenge: We have Exchange Server 2003 NT Backup and would like to restore on different server for further investigation on some emails. When we do this, it has some issues when mounting back. Solution: What we found is that other Exchange server needs to have the same from the backup: Organization name Administrative group name [...]