Insights, updates, and deep dives into cybersecurity, cloud technology, and AI innovation.
Synopsis After changing the name of the host on which DB2 9.7 is running, the following error message is received when trying to start the database: 09/28/2009 02:32:50 0 0 SQL6048N A communication error occurred during START or STOP DATABASE MANAGER processing. SQL1032N No start database manager command was issued. SQLSTATE=57019 Solution For each database […]
From TED’s web site: :Too much of the world lacks access to clean drinking water. Engineer Michael Pritchard did something about it — inventing the portable Lifesaver filter, which can make the most revolting water drinkable in seconds. An amazing demo from TEDGlobal 2009.” Listen to the talk: http://www.ted.com/talks/michael_pritchard_invents_a_water_filter.html
I got a couple of WiFi VoIP phone to test with. The Linksys WIP330 and the DLink DPH-540. Both phones are a pain to set up, and they are not ready for prime time. However, for someone that travels and wants to stay connected, they still seem to be the only available option. For the […]
ASP, PHP, JSP are all programming languages (aka scripting languages), that allow to write dynamic websites. Dynamic websites have a business logic to perform functions such as a signup form or a full-blown eCommerce application. Dynamic websites also have a presentation logic, that allows to change the look and feel of the site based on […]
Our secure email gives you the confidence to communicate freely with anyone in your organization using email in or out of the office network. If you’re using an email client, like Outlook, we encrypt any information transfer using SSL/TLS. If you’re using Webmail your session is encrypted with HTTPS.
We support FrontPage 2000 and Frontpage 2002 server extensions. As Frontpage has been discontinued in 2003, we recommend to switch your site to WordPress. We have a team of talented engineers that can help you with the transition.
The SPAM and AntiVirus filters are updated continuously real-time by Postini, as email flows through the system. If you are using the complimentary SPAM filter with Ensim, your SPAM filtering rules are also updated continuously.
If you are familiar with Linux and Solaris where the logs are typically in /var/log/messages and /var/adm/messages, looking for the logs on an AIX system might be frustrating at first. The usual file locations are empty or non existent. By default the logs are actually in /var/adm/ras You can change that behavior by configuring syslog.conf. […]
MySQL allows to select a different king of engine on a per table basis at creation time of each table. Each engine has its advantages and caveats. Here is a brief summary: MyISAM: fastest disk based, least space requirement, non-transactional, slow crash recovery InnoDB: slowest engine, transactional, fastest crash recovery HEAP:fastest overall engine, limited by […]