Resources for converting Notes applications from Wintel to AIX?
Category IBM/Lotus
A reader of this prestigious fount of technical wisdom (OUCH... sprained a finger typing that!) emailed me with the following question...
Just wondering if you could point me to where I could find information on migrating Lotus Notes applications from Windows Intel to AIX. I've searched IBM.com, DeveloperWorks, SearchDomino, and even tried Googling the net. I can find lots of information for System Administrators and servers, but very little to no information regarding migrating applications built on the WinIntel platform to AIX and what kind of gotchas we need to be aware of other than the obvious. Is there a source I am overlooking?
Any referral you can offer would be sincerely appreciated.
Since I've never dealt with AIX, I can't lend any insight here... Anyone else out there know of resources they might suggest?
A reader of this prestigious fount of technical wisdom (OUCH... sprained a finger typing that!) emailed me with the following question...
Just wondering if you could point me to where I could find information on migrating Lotus Notes applications from Windows Intel to AIX. I've searched IBM.com, DeveloperWorks, SearchDomino, and even tried Googling the net. I can find lots of information for System Administrators and servers, but very little to no information regarding migrating applications built on the WinIntel platform to AIX and what kind of gotchas we need to be aware of other than the obvious. Is there a source I am overlooking?
Any referral you can offer would be sincerely appreciated.
Since I've never dealt with AIX, I can't lend any insight here... Anyone else out there know of resources they might suggest?



Comments
Posted by Duffbert At 10:49:51 On 13/12/2005 | - Website - |
If its lotusscript which calls C-API stuff - check out http://www.ls2capi.com (and buy the book, its excellent).
If its C-API - then download the C-API v7 toolkit and read the reference pages. its been around since balmer had hair - and is very very straightforward.
Java - no worries. Just replicate the database there, and off you go.
----* Bill
Posted by Wild Bill At 03:00:10 On 13/12/2005 | - Website - |
Maybe something like TeamStudio would help with mitigating the issues?
Posted by Gregg Eldred At 06:54:57 On 13/12/2005 | - Website - |
Posted by Jens Polster At 03:06:38 On 13/12/2005 | - Website - |
We did a move like this for a customer about 7 years ago and put in logic to determine what OS they were running on and inserted a variable in file names so that it would run in a mixed environment.
Posted by Mike Schubert At 07:45:13 On 13/12/2005 | - Website - |
Posted by Jerry Glover At 10:09:42 On 13/12/2005 | - Website - |