shiv_softengg
4th August 2010, 13:37
Hello guys,

I have been trying to install LN6.1 FP5 server onto Windows Machine with DB2DATABASE. I followed all pre-installation task and started installation.

Unfortunately, Just after few mins of installation, in the stage of Installing BWC files, Installation aborts with Fatal Error. (please find screen shot in attachment with Event viewer error.)

I traced down to the Bwc file in c:\windows\temp\~\import_bw\lib\user folder and found that its trying to logging into server with SSPl Login protocol. I changed the protocol to Rexec protocol and clicked OK of that BWC file. all of sudden tools installation started but in seprate window (unuseful, as main installation is still in pending stage).

I need your help to finish this installation.

Thanks
Shiv

lebowski
4th August 2010, 14:10
Hello Shiv,

is this a W2K8 R2 server ? If yes, please make sure that your portingset is the recent one.
I had this sspilogin error with an portingset that did not yet support R2.

lebowski

shiv_softengg
4th August 2010, 16:45
No its not Windows 2k8. is there any possibility it can be installed onto Windows XP Pro, since the arch is almost same to 2003?

please suggest is there any way that we can configure/install SSPI protocol seprately.

Regards
Shiv

Han Brinkman
4th August 2010, 17:53
Check the technical notes of the portingset. If I am correct you can't use db2 on windows. On linux it is supported. (I have it running on opensuse/db2 although this free linux os version is not supported as is express-c either but it's just a test machine for me.)

On xp it will for sure not work.

Regards,
Han

shiv_softengg
4th August 2010, 18:03
Yes . DB2 is supproted on windows platform.

But its not a bad idea to install this server onto Linux platform since i also need it for testing.

But still i am waiting for some opinion on the current problem.

Regards
Shiv

lebowski
5th August 2010, 09:48
Hmm, I can only tell you the workaround for the R2 problem, maybe that helps in your case , too:
1) Install a GUI (bw) on the machine (thats important)
2) Start the installation until it runs on the error
3) Dont close the error window
4) Find the temporary bw from the installer (in my case it was somewhere under c:\users\...\appdata\...)
5) Configure the temporary bw from sspi to rexec.
6) Choose "Run"
7) Then the installation continues

The error comes back at later stages (4-5 times), then you have to repeat steps 2-6.

Hope that helps. Good luck.

lebowski

Han Brinkman
5th August 2010, 12:15
I have checked the technical notes but Infor doesn't support db2 on windows....

shiv_softengg
5th August 2010, 18:25
Check the technical notes of the portingset. If I am correct you can't use db2 on windows. On linux it is supported. (I have it running on opensuse/db2 although this free linux os version is not supported as is express-c either but it's just a test machine for me.)

On xp it will for sure not work.

Regards,
Han

Hi Han,

I have tried with Red hat linux with right version of Informix. As soon as the installation starts i receives rexec error. when i check from command line "rexec host -l bsp <command>" , it asks password and then run the command ...

would you be able to assist me on this?

Regads
Shiv

shiv_softengg
6th August 2010, 12:51
hello Han,

now it goes beyond the rexec stage since i choose root user to install. But it throws error while initializing the Database space???

i have created a data base name BAAN with all required db spaces?? what went wrong ??

what data do you provide when installation asks you to tell path and size of database , index etc....

I give dbspace name and size (little less than actual to avoid any conflict) ??
may you guide me here??

Regards
Shiv

Han Brinkman
6th August 2010, 15:36
I have limited knowledge of Informix. What does your log tell you? Normally that gives you enough hints what went wrong.

shiv_softengg
9th August 2010, 11:44
I found what went wrong.. But yes, LN installation logs are not sufficient to tell the exact error.

Anyway, Error was the BaanDB group user name ,database rights and database name.

you have to make sure that your database name must match with your db group name.
secondly, your user of db group and installation user must have dba rights to that database server.

Regards
Shiv