Free e-book from McGraw-Hill: Understanding Big Data

McGraw-Hill is giving away free copies of the e-book: Understanding Big Data: Analytics for Enterprise Class Hadoop and Streaming Data
https://www14.software.ibm.com/webapp/iwm/web/signup.do?source=sw-infomgt&S_PKG=500016891

Authored by IBM experts, Understanding Big Data will get you up to speed on big data technology, help you understand the big data opportunity, and provide criteria for choosing the right big data platform for your organization.

Regards,
Roger Lacroix
Capitalware Inc.

E-Book, Education Comments Off on Free e-book from McGraw-Hill: Understanding Big Data

Best Paper Awards in Computer Science

If you need new reading material and/or want to stretch your mind then have a look at this site: http://jeffhuang.com/best_paper_awards.html

Jeff Huang has a web page devoted to Best Paper Awards in Computer Science. The papers are categorized under the following topics: Artificial Intelligence, Computer Vision, Data Mining, Databases, Human-Computer Interaction, Information Retrieval, Knowledge Management, Machine Learning, Natural Language Processing, Operating Systems, Programming Languages, Software Engineering, Theory, User Interface and World Wide Web.

Maybe you need some reading material for your new iPad, Kindle Fire, Playbook, etc… 🙂

Regards,
Roger Lacroix
Capitalware Inc.

General Comments Off on Best Paper Awards in Computer Science

WebSphere MQ v7.1 and MQAUSX

Capitalware has begun testing MQAUSX with WebSphere MQ (WMQ) v7.1 and everything is working very well. There are 2 items that everyone needs to be aware of when using MQAUSX with WMQ v7.1.

1. WMQ v7.1 has a new feature called Channel Authentication Records. (A poor name as no authentication is actually taking place. IBM should have called it Channel Authorization Records)

When a new queue manager is created, the Channel Authentication Records feature is enabled ‘CHLAUTH(ENABLED)’ (it is disabled when you do an upgrade) and there is a ‘Per-Channel’ rule that blocks all access for MQAdmins.

SET CHLAUTH('*') +
   TYPE(BLOCKUSER) +
   DESCR('Default rule to disallow privileged users') +
   USERLIST('*MQADMIN')

This rule needs to be deleted or you can disable the Channel Authentication Records feature.

To delete the CHLAUTH rule issue the following MQSC command via runmqsc:

SET CHLAUTH('*') +
   TYPE(BLOCKUSER) +
   USERLIST('*MQADMIN') +
   ACTION(REMOVE)

To disable Channel Authentication Records, issue the following MQSC command via runmqsc:

ALTER QMGR CHLAUTH(DISABLED)

2. I think IBM changed compilers on Windows. MQAUSX and its LDAP components worked fine with MQ v5.2, v5.3 and WMQ v6.0, v7.0 and v7.0.1. Something in how IBM built MQ v7.1 caused MQ to not like MQAUSX’s mqausxldap.dll module. Note: This is a Windows only issue.

MQAUSX LDAP calling sequence on Windows:
MQ/MCA –> mqausx.dll –> mqausxldap.dll –> ldapsdk.dll –> Remote LDAP server

MQ/MCA can load mqausx.dll without any issue. It was only when mqausx.dll tried to load mqausxldap.dll that the problem occurred (unable to load DLL : 487). After playing around with a bunch of Visual Studio linker options, I was able to get everything to load normally.

If you are running WMQ v7.1 and MQAUSX v1.5.0 on Windows and MQAUSX is using the LDAP authentication feature, then send an email to support@capitalware.com for the latest build of MQAUSX for Windows.

Regards,
Roger Lacroix
Capitalware Inc.

Capitalware, IBM i (OS/400), IBM MQ, Linux, MQ Authenticate User Security Exit, Security, Unix, Windows 7 Comments

Merry Christmas and Happy New Year

I would like to wish everyone a Merry Christmas, Happy Hanukkah, Happy Kwanzaa, etc… and a Happy New Year. 🙂

Regards,
Roger Lacroix
Capitalware Inc.

General Comments Off on Merry Christmas and Happy New Year

New: MQ Visual Edit v1.5.5

Capitalware Inc. would like to announce the official release of MQ Visual Edit v1.5.5. This is a FREE upgrade for ALL licensed users of MQ Visual Edit. MQ Visual Edit allows users to view, manipulate and manage messages in a queue of a WebSphere MQ (formally MQSeries) queue manager and presents the data in a simplified format similar to a database utility or spreadsheet program.

For more information about MQ Visual Edit go to:
https://www.capitalware.com/mqve_overview.html

    Changes for MQ Visual Edit v1.5.5:

  • Added support to generate a report in PDF or RTF or HTML format from the selected messages.
  • Improved readability by adding row shading to ‘List of Queues’ window
  • Fixed a bug when the first message has no data (zero length)
  • Switched to JVM v1.6.0_29 for Windows
  • Fully tested and supported for WebSphere MQ v7.1
  • Updated docs (English only)

Regards,
Roger Lacroix
Capitalware Inc.

Capitalware, IBM MQ, Java, Linux, macOS (Mac OS X), MQ Visual Edit, Unix, Windows Comments Off on New: MQ Visual Edit v1.5.5

New: MQ Visual Browse v1.5.5

Capitalware Inc. would like to announce the official release of MQ Visual Browse v1.5.5. This is a FREE upgrade for ALL licensed users of MQ Visual Browse. MQ Visual Browse allows users to view messages in a queue of a WebSphere MQ (formally MQSeries) queue manager and presents the data in a simplified format similar to a database utility or spreadsheet program.

For more information about MQ Visual Browse go to:
https://www.capitalware.com/mqvb_overview.html

    Changes for MQ Visual Browse v1.5.5:

  • Added support to generate a report in PDF or RTF or HTML format from the selected messages.
  • Improved readability by adding row shading to ‘List of Queues’ window
  • Fixed a bug when the first message has no data (zero length)
  • Switched to JVM v1.6.0_29 for Windows
  • Fully tested and supported for WebSphere MQ v7.1
  • Updated docs (English only)

Regards,
Roger Lacroix
Capitalware Inc.

Capitalware, IBM MQ, Java, Linux, macOS (Mac OS X), MQ Visual Browse, Unix, Windows Comments Off on New: MQ Visual Browse v1.5.5

ProGuard v4.7 Released

Eric Lafortune has just released ProGuard v4.7.
http://proguard.sourceforge.net/

ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier. It detects and removes unused classes, fields, methods, and attributes. It optimizes bytecode and removes unused instructions. It renames the remaining classes, fields, and methods using short meaningless names. Finally, it preverifies the processed code for Java 6 or for Java Micro Edition.

Regards,
Roger Lacroix
Capitalware Inc.

Java, Open Source, Programming Comments Off on ProGuard v4.7 Released

Mozilla Firefox 9.0 Released

Mozilla Firefox has just released Mozilla Firefox v9.0.
http://www.mozilla.com/firefox/

Mozilla Firefox is a free and open source web browser descended from the Mozilla Application Suite and managed by Mozilla Corporation. To display web pages, Firefox uses the Gecko layout engine, which implements most current web standards in addition to several features that are intended to anticipate likely additions to the standards

Regards,
Roger Lacroix
Capitalware Inc.

Linux, macOS (Mac OS X), Open Source, Windows Comments Off on Mozilla Firefox 9.0 Released

Links for WMQ Automatic Client Reconnect

Here are some links to information on the Automatic Client Reconnect in WMQ v7.0.1 or higher:

Regards,
Roger Lacroix
Capitalware Inc.

C, IBM i (OS/400), IBM MQ, Java, JMS, Linux, Programming, Unix, Windows, z/OS Comments Off on Links for WMQ Automatic Client Reconnect

PuTTY v0.62 Released

Simon Tatham has just released PuTTY v0.62
http://www.chiark.greenend.org.uk/~sgtatham/putty/

PuTTY is a free implementation of Telnet and SSH for Windows and Unix platforms, along with an xterm terminal emulator.

Regards,
Roger Lacroix
Capitalware Inc.

Linux, Unix, Windows Comments Off on PuTTY v0.62 Released