Page 1 of 1

Wam stuff missing

Posted: Thu Mar 25, 2021 4:02 am
by atostaine
I'm working on a customer system they have just migrated to a new IBM i server.

A Wam fails with no joblog or message when they click a button on their web app. I confirmed this works on the old server. I tried debugging but the IDE never returns after the button is pressed, the WAM goes back to the signon page.

I went into their IDE and the RDML is there but when you try to look at the webroutine XSl or whatever it's called the IDE web page tab says system cannot locate the file specified. The XSL is there.

Since this worked in production on the old server is there an IBM i object or file that was missed moving over perhaps?

Thanks for any help

Re: Wam stuff missing

Posted: Thu Mar 25, 2021 7:15 am
by caseywhite
Art,

Could they have missed any IFS directories. The XSL is in this directory:

/LANSA_XXXpgmlib/x_lansa/x_PPP/web/lansa/xhtml/eng

Where XXX is your system prefix and PPP is your partition.

Is anything in the x_err.log file or the lx_wam.log file?

Re: Wam stuff missing

Posted: Thu Mar 25, 2021 8:35 am
by atostaine
Yeah I updated that directory to match but still no good. I was able to get the V11 version of the app working :o so I guess we'll use that.

No x_Err in /LANSA_dc4pgmlib/x_lansa/log

Where is the wam log?

Re: Wam stuff missing

Posted: Thu Mar 25, 2021 9:00 am
by caseywhite
lx_wam.log is in /LANSA_XXXpgmlib/log

Re: Wam stuff missing

Posted: Thu Mar 25, 2021 9:12 am
by caseywhite
Some other questions:
What happens if you run this URL
https://yoursite/CGI-BIN/LANSAWEB?webapp=x

Or this one
https://yoursite/CGI-BIN/LANSAWEB?about

Do both of those work?

As part of the server migration did you change OS levels? If so, what was the old OS level and what is the new OS level?

What version of LANSA WAMs are you trying to run that wont work?