Insights, updates, and deep dives into cybersecurity, cloud technology, and AI innovation.
The original URL where we found this solution is here: PostgreSQL DSN Config Bug Workaround for PostgreSQL DSN Config Bug How to fix a bug for PostgreSQL Data Source configuration in the ColdFusion MX Administrator. The problem is that when configuring a PostgreSQL DSN according to the instructions in this TechNote, if you choose a […]
Franz Inc., a leading supplier of Graph Database technology, with critical support from Stillwater SuperComputing Inc. and Intel, today announced it has achieved its goal of being the first to load and query a NoSQL database with a trillion RDF statements. RDF (also known as triples or quads), the cornerstone of the Semantic Web, provides […]
If your site is hosted on an Ensim appliance, with your email bundled in the same control panel, you can check webmail by adding ‘SquirrelMail’ to your website URL. For example, if your website is www.mywebsite.com, you would check email by going to <http://www.mywebsite.com/squirrelmail>.
Q: Could you recommend some books on statistics that would allow me to be more efficient at Business Analytics? A: Below are some sites that you may find useful. 1) The online copy of StatSoft, the Statistica textbook, a good resource, and it’s organized as a book. http://www.statsoft.com/textbook/ 2) UCLA has an online probability and statistics […]
When inserting into regular database systems, like Oracle, DB2, and even PostgreSQL, the omitted attributes from an INSERT are automatically set to default. Not so with MyISAM tables on MySQL. The syntax required by MySQL for an implicit default when multiple attributes are inserted is DEFAULT. For example: INSERT INTO my_table VALUES (?,?,DEFAULT,?,DEFAULT) will set […]
In Prague A car in front of me had a bumper sticker “ Hurry Slowly !”. My immediate thought was “how ridiculous”! It seemed a contradiction in terms. Who would want to slow down given the time pressures most of us live under? How many companies failed due to the suboptimal pace? Nasa Lesson? I then […]
One of the challenges in query optimization is to make sure that the query optimizer works with accurate estimates on cost of the different possible decision branches in the optimization process. The accuracy of the estimates depends on the efficiency of the stats collection. DB2 assumes the data distribution is constant distribution. And that’s why […]
This is our spam / virus filter update for customers on the mx1 / mx2.tnpw.net filtering cluster. The information is brought to you by our vendor, SpamExperts. What’s new this week: View the message in quarantine by clicking on the subject of the message in the Log Search results A few updates ago, we added […]
To mount a CD or DVD in an LPAR, first you need to use the media library to assign one of the CDs in the library to the LPAR. For example, using the ivm inteface: Click on the lpar name in the “View/Modify Partitions” section Select the optical devices tab Create a virtual optical device […]