RE: [OT] Time sync on my domain

2010-10-04 Thread Greg Keogh
Chaps, I eventually stumbled upon instructions that led me to issue this command: w32tm /config /manualpeerlist:ntp1.tpg.com.au /syncfromflags:manual /reliable:yes /update I picked the tpg timer server because I saw lots of people complaining that time.windows.com had stopped working. I

Re: [OT] Regex question

2010-10-04 Thread David Burstin
I started out thinking I need to get a dot followed by 3 or 4 letters and then match everything before it including the slash it finishes with, but I couldn't get it to work and it got quite messy. When I posted this: ((.*\\)*.*)(\(.)?)? it was way more complicated than it needed to be. I was

Re: [OT] Regex question

2010-10-04 Thread Peter Gfader
*Hi David* How did you solve it? Did you brute force it or using some Regex Ninja tool that you want to share? .peter.gfader. http://blog.gfader.com On Mon, Oct 4, 2010 at 1:55 PM, David Burstin david.burs...@gmail.comwrote: Solved: ([^.]*)(\.*)? On Mon, Oct 4, 2010 at 1:34 PM, David

Re: [OT] Time sync on my domain

2010-10-04 Thread Matt
Just FYI: either use: au.pool.ntp.org or all of these: 0.au.pool.ntp.org 1.au.pool.ntp.org 2.au.pool.ntp.org 3.au.pool.ntp.org     Regards, Matt -- "Debugging is twice as hard as writing the code in the first place.

Fwd: [Full-disclosure] Breaking .NET encryption with or without Padding Oracle

2010-10-04 Thread silky
FYI, details of how to get the web.config are below. Hope everyone is patched by now. -- Forwarded message -- From: Early Warning secl...@mindedsecurity.com Date: Mon, Oct 4, 2010 at 7:21 PM Subject: [Full-disclosure] Breaking .NET encryption with or without Padding Oracle To:

RE: Giving the client ability to design their own reports -fromoutput of stored procedure

2010-10-04 Thread Kirsten Greed
Hi Grant I aren't using report server, just opening the report in winforms. Local.reportpath returns the name of the report ie Quote.rdl The error I get is An error occurred during local report processing With inner exception The definition of the report 'Quote.rdl' is invalid Any ideas?

RE: Giving the client ability to design their own reports - from outputof stored procedure

2010-10-04 Thread Prior, David
Kirsten, Not sure if this helps, but we are using SQL Server Reporting Services 2008 Report Builder to supply Ad Hoc Reporting to clients. You need to build an extraction layer of views for the users to access. Cheers, David Prior Solution Architect Fujitsu Australia Limited 490-494

RE: Giving the client ability to design their own reports - fromoutputof stored procedure

2010-10-04 Thread Kirsten Greed
Hi David,David Grant It turns out that VS 2010 Report Viewer does not support local reports created with Report Builder 3 However I have started using Report Viewer 2 - and my application is able to open reports edit with this. So after the version mishaps, I am still quite happy. Cheers

Re: [OT] article - security for smart grids

2010-10-04 Thread silky
On Tue, Oct 5, 2010 at 2:02 PM, Ian Thomas il.tho...@iinet.net.au wrote: I found this short piece http://bit.ly/8Xg61j Smart grid security: Critical success factors very informative. It was written by Shoaib Yousuf, who is the e-security strategy manager for Country Energy. Since the heaviest

Question re Formatting ASP.NET

2010-10-04 Thread David Boccabella
Hi Folks I have a strange question and was wondering if someone can advise me in VS2010 (and others). Many years ago when I was doing ASP coding there was a lot of talk re embedded code in the web page, and the concept of mixing code with formatting was frowned upon. I am now doing

RE: [OT] article - security for smart grids

2010-10-04 Thread Peter Griffith
Private Enterprise AusCERT http://www.auscert.org.au/render.html?cid=2 WAS the leading Computer Emergency Response Team for Australia, providing computer information security advice to the Australian public, its members, including the higher education sector. They WERE a single point of contact

RE: Question re Formatting ASP.NET

2010-10-04 Thread Anthony
You can remove the properties from the aspx page and set them at the code level. Have you got the markup you are refering to? From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of David Boccabella Sent: Tuesday, 5 October 2010 3:16 PM To: 'ozDotNet' Subject: