Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
User Experience
Lawson Portal
Portal Career Managment not Working
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
John Bonin
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5270
People Online:
Visitors:
337
Members:
0
Total:
337
Online Now:
New Topics
Lawson S3 Procurement
Tolerance Settings
3/31/2025 2:01 PM
I've been trying to set a tolerance for some t
Dealing with Lawson / Infor
Printing Solutions other than MHC
3/27/2025 1:00 PM
What are others using for printing solutions besid
Lawson S3 Procurement
Green check marks in Lawson 9.0.1
3/20/2025 4:55 PM
Hi, How to remove green check mark on items when o
Lawson S3 HR/Payroll/Benefits
Pay Rate History to Show All Positions
2/26/2025 3:34 PM
Does anyone know how to modify payratehistory.htm
Infor CloudSuite
How to build a Pre-Prod tenant
2/7/2025 1:28 AM
After we finished our implementation and ended our
Lawson S3 Procurement
Browser issue with RQC Shopping
1/28/2025 5:49 PM
Since the recent Chrome/Edge updates, our RQC shop
Lawson S3 Procurement
S3-Procurement New Company
1/22/2025 10:38 PM
My Accounting Department has created a new Company
S3 Customization/Development
JUSTIFIED RIGHT
1/15/2025 7:41 PM
Is there a way in Lawson COBOL to make a character
S3 Systems Administration
ADFS certificate - new cert
12/3/2024 9:38 PM
The certificates on the windows boxes expired and
Lawson S3 HR/Payroll/Benefits
Post Tax Benefit Plan Table
11/14/2024 9:16 PM
Hi, totally new to Laswon. I have a repor
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3291
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1375
Roger French
1315
mark.cook
1244
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Prev
Next
Forums
User Experience
Lawson Portal
Portal Career Managment not Working
Please
login
to post a reply.
10 Replies
0
Subscribed to this topic
14 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
Roger French
Veteran Member
Posts: 549
8/16/2006 5:58 PM
Apps: 8.0.3.7
ENV: 8.0.3.6
IOS: 8.0.3.6
Windows2003
Portal: 3.1.6
Security wide open,
The Career Management link when clicked, just spins through with a cute cubis looking graphic, and after 10 minitues nothing ever displays.
Yes we have rebooted, logged off, etc.
Tried with and without security on.
Any idea what to check?
Thank you in advance,
Roger
John Henley
Posts: 3351
8/16/2006 7:54 PM
Split
Employee Self-Service or Manager Self-Service ?
Roger French
Veteran Member
Posts: 549
8/17/2006 3:27 PM
Split
Both in ESS and MSS.....
Don Baucom
Basic Member
Posts: 4
1/5/2007 6:09 PM
Split
I had a similar issue but I would receive a blank screen after a few minutes.
It worked on some PC's and Not others even with different IDs. I thought it might be a java client issue, but some PC's not working had the same java version. I started to trace the code and found there was a java script error with the following information:
Line: 74
Char: 17
Error:Permission denied
Code: 0
URL:
http://10.69.0.15:80/laws...ainWinCheesecake.htm
-------------------------------------------
or
http://10.69.0.15:80/laws...ainWinCheesecake.htm
--------------------------------------------
we also tried the other layouts:
- mainWinAntartica.htm
- mainWinCheesecake.htm
- mainWinJungle.htm
- mainWinOctober.htm
============================================
I looked at the html/javascript from the above listed error:
...
function OpenProgram(TabSelected)
{
_cbdhtml_ResetAll()
removeWaitAlert()
showWaitAlert("Loading Career Management...", AnimatedIcon,true,"font-size:12pt;font-family:arial;font-weight:bold")
if(!DMECALLED)
{
GetSelectBoxesForGeneralUsage("OpenProgram("+TabSelected+")","EMPLOYEE");
return;
}
...
-------------------------------------------
Line: 74 was the line:
GetSelectBoxesForGeneralUsage...
-------------------------------------------
I checked older code and new code and this code is the same. Then I placed alerts before the code and after and found the problem would by-pass just by hitting ok on the alerts without any code changes.
Next I took the alerts out and noticed the "PLEASE WAIT" window was an window with a close button, so I closed it the next time and the programs worked.
Bottom Line: I found out if I comment out the line:
//--------------------------------------------------------- //
// showWaitAlert("Loading Career Management...", AnimatedIcon,true,"font-size:12pt;font-family:arial;font-weight:bold")
//--------------------------------------------------------- //
in both MSS & ESS files
- mainWinAntartica.htm
- mainWinCheesecake.htm
- mainWinJungle.htm
- mainWinOctober.htm
Then the programs worked.
I am still trying to understand why and fix the issue correctly - but for the users, this works without any impact.
Below is a dump of the java console also which I am looking into more.
The call showWaitAlert is to the javascript file:
../hrnet/waitalert.js
============================================
I then ran a trace on the java console which returned:
basic: Registered modality listener
liveconnect: Invoking JS method: document
basic: Unable to obtain Document object
basic: Unregistered modality listener
basic: Registered modality listener
liveconnect: Invoking JS method: document
liveconnect: Invoking JS method: URL
basic: Referencing classloader: sun.plugin.ClassLoaderInfo@cec0c5, refcount=1
basic: Added progress listener: sun.plugin.util.GrayBoxPainter@ba6c83
basic: Loading applet ...
basic: Initializing applet ...
basic: Starting applet ...
network: Connecting
http://10.69.0.15:80/lawson/java/jchart.jar
with proxy=DIRECT
network: Connecting
http://10.69.0.15:80/lawson/java/jchart.jar
with cookie "JSESSIONID=0000KSaciypb1whoquSkywibhPw:-1"
basic: Loading
http://10.69.0.15:80/lawson/java/jchart.jar
from cache
basic: No certificate info, this is unsigned JAR file.
basic: Stopping applet ...
basic: Removed progress listener: sun.plugin.util.GrayBoxPainter@ba6c83
basic: Finding information ...
basic: Releasing classloader: sun.plugin.ClassLoaderInfo@cec0c5, refcount=0
basic: Caching classloader: sun.plugin.ClassLoaderInfo@cec0c5
basic: Current classloader cache size: 1
basic: Done ...
basic: Joining applet thread ...
basic: Destroying applet ...
basic: Disposing applet ...
basic: Joined applet thread ...
basic: Unregistered modality listener
basic: Quiting applet ...
============================================
I hope this helps -- I was looking into this issue over the holidays - but I still do not have the fix - just the work-around.
Don Baucom
John Henley
Posts: 3351
1/8/2007 1:41 PM
Split
Don,
Based on your description, this sounds like it's specific to browser settings. My first suggestion of where to look is:
1) On the PCs that are working, is your Lawson server set as a "trusted site" and/or allow pop-ups for your Lawson server?
2) On the PCs that don't work, is there are pop-up blocker?
Don Baucom
Basic Member
Posts: 4
1/8/2007 2:56 PM
Split
John,
Thanks for the reply, but I did check those items.
I found if I close the Please wait window, then another one pops up and it completed fine.
If the the call to waitalert is not called, then no please wait windows appear, and it works.
This leads me to believe it is in the waitalert routine. I am going to check the waitalert.js to see if I can find more details.
Don
John Henley
Posts: 3351
1/8/2007 9:46 PM
Split
What version of self-service are you on?
The latest version for 8.0.3 (8.0.3.53) adds a 'try/catch' wrapper around the code in removeWaitAlert()
function removeWaitAlert()
{ //Pt 161730
try{
if (typeof(waitAlertWind) != 'undefined' && waitAlertWind!=null)
{
if (waitAlertWind.closed == false)
waitAlertWind.close();
}
}
catch(e) {}
}
Ben Coonfield
Veteran Member
Posts: 146
1/8/2007 10:03 PM
Split
Does Microsoft patch 927978 help?
Don Baucom
Basic Member
Posts: 4
1/8/2007 10:19 PM
Split
I have that patch installed. Thanks for the suggestion.
Don
Don Baucom
Basic Member
Posts: 4
1/8/2007 10:37 PM
Split
Employee and Manager Self Service 08 00 03 5103
We are not on the latest version because we have a lot of customizations and needed to get through enrollment and year end. We will probably look at updating around June to have the latest version including updating Lawson to 9.x before we start the customizations for open enrollment.
I added the wrapper code - it works!!!
Thanks - I like fixes better than work arounds!
Don
John Henley
Posts: 3351
1/9/2007 12:58 AM
Split
Great--glad it works!
Please
login
to post a reply.