fixed my computer...
SharePoint 2010 and Office 2013 Can't edit documents:
Wednesday, March 26, 2014
Sunday, February 16, 2014
Thursday, December 12, 2013
Thursday, November 14, 2013
Monday, October 14, 2013
Error during processing of the ConnectString expression of data source
Thanks for Carter33 who post at http://social.msdn.microsoft.com/Forums/sqlserver/en-US/447b14c0-f1d0-4980-a2cd-8f2069804801/receiving-a-datasource-error-when-running-report-that-uses-expression-based-connection-string?forum=sqlreportingservices , manually move the report parameters section of the rdl file on the top of datasource section fixes the issue.
Sunday, September 29, 2013
Accessing a remote file share in SQL Server Integration Services | James Summerlin's Blog
Accessing a remote file share in SQL Server Integration Services | James Summerlin's Blog: "name /USER:"
- Note:
- "\" need to be doubled
- special character need to have "^" to escape.
- Note:
- "\" need to be doubled
- special character need to have "^" to escape.
Friday, July 5, 2013
The Ultimate Wake-on-LAN (WOL) Guide
My configuration is using a wireless bridge and it doesn't work after I shutdown the computer for a while, however if I turn on the computer and shutdown it, WOL works fine.
It seems that I have to setup a static arp with the MAC address of the wireless bridge I am using (TP-Link WRN700N).
under DD-WRT, it is something like that:
arp -s 192.168.2.50 (Computer's static IP) xx.xx.xx.xx (wireless bridge's MAC address)
update: well this still doesn't fix the problem, in my case My PC was connected to a switch which is connected to the wireless bridge, after remove the switch, I am now able to wake the PC even after it has been shutdowned for a long time...I suspect it it the arp cache in the switch expired and caused the issue.
The Ultimate Wake-on-LAN (WOL) Guide:
Tip: Wake on LAN/Magic Packet information collection and check list
It seems that I have to setup a static arp with the MAC address of the wireless bridge I am using (TP-Link WRN700N).
under DD-WRT, it is something like that:
arp -s 192.168.2.50 (Computer's static IP) xx.xx.xx.xx (wireless bridge's MAC address)
update: well this still doesn't fix the problem, in my case My PC was connected to a switch which is connected to the wireless bridge, after remove the switch, I am now able to wake the PC even after it has been shutdowned for a long time...I suspect it it the arp cache in the switch expired and caused the issue.
The Ultimate Wake-on-LAN (WOL) Guide:
Tip: Wake on LAN/Magic Packet information collection and check list
Subscribe to:
Posts (Atom)
Disable Microsoft Defender for Cloud for Visual Studio Subscription (MSDN)
I use a visual studio pro subscription which comes with $150 azure cloud credit, for some reason Microsoft Defender for Cloud was turned on ...
-
Error 15401: Windows NT user or group '%s' not found. Check the name again. SELECT name FROM syslogins WHERE sid = SUSER_SID ('Y...
-
/etc/ipsec.config conn ios keyexchange=ikev1 authby=xauthrsasig xauth=server lef...
-
Ever since I installed VMWare ESX server on my HP ML110 G4, I haven't got much chance playing it and it has been lying on the floor for ...