Page 1 of 1

LANSA V14 IDE WAM Design Error

Posted: Mon Oct 15, 2018 7:51 pm
by kno_dk
Hi

I get this error when I try to design a WAM.
LANSAIDEWAMERROR.png
LANSAIDEWAMERROR.png (71.64 KiB) Viewed 4774 times
Any suggestions where to look for the error or solution?

/Klaus

Re: LANSA V14 IDE WAM Design Error

Posted: Tue Oct 16, 2018 10:17 am
by Torkel
1. Open a Command Prompt as Administrator. This is important.
001.PNG
001.PNG (19.33 KiB) Viewed 4754 times

2a. cd to where LANSA is installed, typically c:\Program Files (x86)\LANSA
2b. cd to the LANSA folder
002.PNG
002.PNG (11.96 KiB) Viewed 4754 times

3. Register WAMEditor.dll as a COM object, ie, type regsvr32 WAMEditor.dll and hit ENTER
004.PNG
004.PNG (17.8 KiB) Viewed 4754 times

4. Do the same for WAMHTMLEditor.dll, ie type regsvr32 WAMHTMLEditor.dll and hit ENTER

5. Do the same for WAMTextEditor.dll, ie type regsvr32 WAMTextEditor.dll and hit ENTER

6. Start the LANSA Editor again.

Regards,
Torkel Cronholm

Re: LANSA V14 IDE WAM Design Error

Posted: Tue Oct 16, 2018 5:49 pm
by kno_dk
Hi Torkel.

That was the solution.

Thanks

/Klaus