|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Boman.Biz > Categories
|
2/09/2010
Okay – I will own up… this is a silly thing that took me a while to realise.
While trying to schedule a PowerShell script to run on a server, I kept getting this error message:
Task Scheduler failed to start "\MyTask" task for user "DOMAIN\user". Additional Data: Error Value: 2147943645.
So there I was daydreaming about the possible meanings of 2147943645 – finally could it be the answer to the LOST numbers on the hatch?

Well – no, actually it just means you are trying to run a job as someone else with the “Only run when user is logged on” flag set. Surely someone could have made the message a little friendlier than 2147943645? Hmmm…

1/07/2010Recently tweeted by Darren Neimke about a presentation he saw, a little hidden feature of Notepad that has apparently been in there for years is the ability to create automated log files: - Open a blank Notepad file
- Write .LOG (in uppercase) in the first line of the file, followed by Enter. Save the file and close it.
- Double-click the file to open it and notice that Notepad appends the current date and time to the end of the file and places the cursor on the line after.
- Type your notes and then save and close the file.
- Each time you open the file, Notepad repeats the process, appending the time and date to the end of the file and placing the cursor below it.
 31/03/2010
Today I had to call an old ASMX web service using the newer WCF infrastructure and bumped into a problem of passing through the Default Windows credentials. In the olden days I would have done something like (in VB.NET): Dim proxy As New WebService.ProxyClass
proxy.Credentials = System.Net.CredentialCache.DefaultCredentials
proxy.PreAuthenticate = True
and then hit it hard, however in the later versions of Visual Studio the equivalent is (in C#): //Call web service the old ASMX way using WCF
System.ServiceModel.BasicHttpBinding basicHttpBinding = new System.ServiceModel.BasicHttpBinding();
basicHttpBinding.Security.Mode = System.ServiceModel.BasicHttpSecurityMode.TransportCredentialOnly;
basicHttpBinding.Security.Transport.ClientCredentialType = System.ServiceModel.HttpClientCredentialType.Windows;
myService.myServiceSoapClient svcmyService = new mySharePointSync.myService.myServiceSoapClient(basicHttpBinding, new System.ServiceModel.EndpointAddress("http://localhost:6969/SomeOldService.asmx"));
svcmyService.ClientCredentials.Windows.AllowedImpersonationLevel = System.Security.Principal.TokenImpersonationLevel.Impersonation;
svcmyService.ClientCredentials.Windows.AllowNtlm = true;
svcmyService.ChannelFactory.Credentials.Windows.ClientCredential = System.Net.CredentialCache.DefaultNetworkCredentials;
It might be handy next time you have to do it :) 26/03/2010
 |
Its been a while since I gave my Media PC (Shuttle SG33G5M DELUXE) some attention since upgrading to Windows 7 64-bit, so when I finally got around to configuring the fan speed, VFD display and all the little gizmos I discovered this when trying to load the XPC tools: |
|
XPC Tools is the application Shuttle supplies to help you configure all the extra gadgetry they supply on their machines. I have the latest version from their website which claims to work for Vista and XP - but alas there is no Windows 7 64-bit version.
Thier FAQ is very unhelpful, suggesting to turn of UAC, and running as administrator, but in the end it comes down to the fact they are cheap and won’t sign their drivers (and hence no Microsoft WHQL testing) |
 (Windows requires a digitally signed driver) |
|
I guess this is the price paid for reliability – I just have to live with the sadness of the gadgets not working. Such a shame for an otherwise great little machine. Shuttle don’t have any incentive to spend money making drivers for a machine I have already paid for :(
This machine and my previous one was a Shuttle, but my next one probably wont be.
UPDATE: A human from Shuttle got back to me and confirmed that there will be no Windows 7 drivers for the fans etc. but there is a driver for the VFD panel on the front of the machine. At least its something! | 25/11/2009
It continually amazes me finding gems like this in the RFC Database:
(RFC = Request For Comment, the informal rules that make the Internet what we use today)
20/11/2009After reading Jake’s blog I found this little nugget, and its the hardest I have laughed for a good while: 
26/10/2009 | Recently I was privileged to have a tour of the inside of Torrens Island Power station, the source of Adelaide’s electricity. The short version: wow. I didn’t realise the scale of the operation that goes on quietly 24-hours a day, every day and in the case of ‘B’ station since 1975. Each ‘A’ and ‘B’ station have a set of four gas fired steam turbines (me standing in front of one above). The main structure housing the equipment is about 13 stories high with that see-through grid flooring being the norm for most of the walkways – eek! The people and technology driving it all is impressive. The people especially, as I was speaking with some of the night staff there I found that it takes 2-3 years to become familiar with all the hundreds of valves, pumps, cooling systems, and control systems it takes to run the place. | 
| | (IBM 701 – circa 1949) | It also surprised me to see the computing systems running the plant, like finding a bunch of Leeds & Northrup and Bailey INFI-90/NET-90 gear still humming along complete with mag-tape drives and connected to a bevy of continuous stationary Facit dot-matrix printers. Its good to see Magnetic Tape (first introduced in 1949) still going strong in running our critical human needs systems in 2009. The death of computing like this has been greatly overstated :) | 15/09/2009
In Australia it seems that the iPhone is being given much better data plans than Windows Mobile devices. I am assuming this is because iPhone users are much less able to use data than through Windows Mobile, which allows tethering (Internet Sharing)
9/09/2009
I am currently at the Gold Cost Convention Centre attending TechEd 2009, the annual Microsoft geekfest. I just attended the KeyNote session which was very much focused on bringing efficiency to business. I am really hoping to learn lots of cool stuff to help with what I do day to day. The first session is starting now – so gotta go!

27/08/2008
What I want to know is - what do the monkeys indicate?
|
|
|
|
|
|
|
|
 |
 |
 |
 |
|