Tuesday, August 24, 2010
X Redirecting to Myspace - Continued
Thursday, December 3, 2009
SSIS Slow - Ole DB Data Flow Optimazation
"...it calls OpenRowset in the validation phase to retrieve column metadata, and later in the execution phase to read out the data.
Testing has shown that using a SELECT statement can be at least an order of magnitude faster, because the adapter issues the specified command directly through the provider and fetches the data using sp_prepare without executing the command, avoiding the extra roundtrip and a possibly inappropriate cached query plan."
Wednesday, November 18, 2009
Facebook Redirects to Myspace
When she goes to http://www.facebook.com/ it redirects to a Myspace.com user's Samuel Garcia (SR388) profile.
Quickest resolution
For Vista and above:
is to go to your start menu -> All Programs -> Accessories. Right click on Command Prompt and click "Run as Administrator". Approve the escalation.
Copy and past the following command
ipconfig /flushdns
You should get...
Windows IP Configuration
Successfully flushed the DNS Resolver Cache.
Next clear your browsers cookie and cache... and maybe restart your browser for kicks.
I hope that helps.
FYI: I'm trying to track down why this is happening. I believe it has to do with a recently discovered DNS exploit. I'll continue to look into it.
In the mean time, if you could please reply to this post with your Internet provider and general location, city/state I would be much obliged so I can attempt to develop a pattern.
Thanks!
Mike
Tuesday, March 3, 2009
Joomla Tips and Tricks- #1
function my_method() {
global $mainframe;
$mainframe->setTemplate = "my-template-name";
}
Bam... "That was easy!"
Saturday, February 7, 2009
Crystal Reports ActiveX Designer (0x80043AE3) Invalid TLV record.
Uninstall all versions of Crystal Reports and reinstall the version you intend to use. This is indicative of a Crystal Reports COM object mismatch, e.g. Trying to run a Crystal 9 report through the Crystal 8 COM.
That is all..
Saturday, November 8, 2008
Postini & Cpanel & Exim - Not deliverying Quarantined email
If you are using Postini as a spam filter before hitting your CPanel SMTP server (which I highly recommend!), here are a couple tidbits to get it working properly.
- Be sure to uncheck "Always accept mail locally even if the primary mx does not point to this server. " under the "Edit MX Entry" on a domain in WHM (WebHost Manager).
- Under the "Exim Configuration Editor" in WHM, go to "Access Lists", the to "Whitelist: Trusted Mail Hosts/Ip Blocks (bypass all smtp time checks except recipient verification)".
Make sure this box is checked. Now click "EDIT". Put this into your Trusted Mail Hosts (Whitelist).
64.18.0.0/20
207.126.144.0/20
Click "Save" on the "Trusted Mail Hosts" screen, and "Save" on the "Exim Configuration Editor".
Those two things should definitely help get your Postini install going
Monday, June 9, 2008
This to watch out for when setting up Sharepoint 2007
Turn off virus filtering on Sharepoint directories, otherwise random errors will popup.