2009-07-31

BMC UserWorld 2009?

I guess now it is for sure, there will be no BMC UserWorld 2009. At least I can find no information about this. Which would be a major marketing blunder if the information is not there.

So where to go instead. I guess there are lots of local events, even arranged by BMC. And the topics may be more specific to one product or branch.

ARSlist have there own WWRUG 2009. It is in November. And it is in Las Vegas. Maybe should give that a shoot. Doug Mueller is booked as the keynote speaker.

2009-07-22

New web and new release for php-arapi

Finally some activity on php-arapi. The web has been rewritten. More information about how to compile, and how to use. But it is still quite thin. Hope more will come soon.

Code update include better support to compile for arapi 6.3/7.0/7.1. But RTL, which is used to access arapi, still miss some features wanted in 7.1. It does not handle the new selection field in 7.1. By not handle I mean it can not translate between value in database and the text seen by the user in the application.

I've supplied some patch to RTL, but the project seem dead. No activity. And there is more code needed in RTL to handle arapi 7.1 and 7.5. I guess the feature for php-arapi is to rewrite without use of RTL.

The new binaries you can download is for arapi 7.1 and php 5.2.x, at least up to 5.2.10. php 5.3.x is not supported at the moment. It might very well compile and work fine. But there are some changes in 5.3.x related to extensions. And I guess I should look into what need/should be changed in php-arapi before I say php-arapi support php 5.3.x.

2009-07-16

Patch 2 for AR System 7.5 released

I know, late again. It has been available for a few weeks already. Both server and mid-tier had quite a lot of fixes. I wonder how many bugs still there. Many of the fixes on the server were about memory leaks.

So today I finally installed a test server with 7.5 patch 2. It is Windows 2003 server with MS-SQL 2005 and IIS. I installed server, mid-tier, development and user on the server for testing. There was no problem with the installation. And I actually like the new java based installation. I just hope it can run in console mode on linux so you do not need to install X. Patch 007 for ITSM 7.0.003 did not want to run in console mode.

A quick check that everything was working showed that everything installed just fine. And I was surprised that import tool was change to something based on eclipse. That is nice, I hope. The old tool really sucked.

So now I just have to work with the thing to see what is new. I already know what is new in ARAPI. One thing is added parameters for error handling in active links, even if it is not there yet. And then also the dynamic joins query. I have to try that one.