seanmenlo
(Lurker)
2002-07-09 11:43 PM
Runtime error, WKIX32.EXE (in W2K environment with IBM Websphere 4.0.1)

I recently installed IBM Websphere 4.0.1 on Windows 2000

I have Windows 2000 Professional with Service Pack 1

After installation, I rebooted.

When I login, I see this message box:

Runtime Error!
Program: c:\WINNT\ms\kixtart\WKIX32.EXE
abnormal program termination

What is the cause of this message?

How can I correct it?

My system has WKIX32 version 4.02

(MCA: complete subject)

[ 10 July 2002, 18:32: Message edited by: MCA ]


LonkeroAdministrator
(KiX Master Guru)
2002-07-09 11:52 PM
Re: Runtime error, WKIX32.EXE (in W2K environment with IBM Websphere 4.0.1)

it can be almost anything...

what call's the program?
if it comes on login there is probably some problem with logonscript.

there may also be some info in eventviewer.

what is the logon script over there?

etc....

[ 09 July 2002, 23:56: Message edited by: Lonkero ]


Sealeopard
(KiX Master)
2002-07-10 03:35 PM
Re: Runtime error, WKIX32.EXE (in W2K environment with IBM Websphere 4.0.1)

Does it just happen during login or does KiXtart produce the same error when you run it separtately after logging in? Does it happen with KIX32.EXE, too?

Les
(KiX Master)
2002-07-10 05:18 PM
Re: Runtime error, WKIX32.EXE (in W2K environment with IBM Websphere 4.0.1)

seanmenlo,
So... are you saying that WKiX32 was fine before you installed IBM Websphere and that the install broke it?


MCA
(KiX Supporter)
2002-07-10 06:31 PM
Re: Runtime error, WKIX32.EXE (in W2K environment with IBM Websphere 4.0.1)

Dear,

Some additional questions:
- what kind of languages are you using for windows and websphere
- how are you starting your script.
- try kix32.exe with following script
code:
MessageBox("kix @kix started","kixtart info")

- try your script with additional debugging code which you can add to it with our tool
kixstrip. the call should be kixstrip input.kix output.kix /debug
After running it you will get the output file %tmp%\kixdebug.txt.
greetings.