- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
What is your full JSSP code? What's the exact error in the logs?
Are you using logonEscalation('webapp')?
What's the output of
<% for(var i in application.operator){
document.write(i+': '+application.operator[i]+'\n');
}
logonEscalation('webapp');
for(var i in application.operator){
document.write(i+': '+application.operator[i]+'\n');
} %>
Thank you