Greater Than 10 Record Grid Time Bomb

image In our implementation of Employee Self-Service (ESS), we are accessing the EnterpriseOne application directly through parameterized URLs. In doing this, all applications that access the F085530W, which is the work file used for benefits information, result in an error. However, if you access the same applications through the normal E1 web client, it works fine.

I’m not sure about the differences in user interfaces but we did find the resolution to the issue. Apparently, there is a 10 record limit for html client grids (Oracle solution id: 200984292 / password is required).

In the jas.ini change the following entry:

[OWEB]
GlobalPageSize=100

.csharpcode, .csharpcode pre
{
font-size: small;
color: black;
font-family: consolas, “Courier New”, courier, monospace;
background-color: #ffffff;
/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
background-color: #f4f4f4;
width: 100%;
margin: 0em;
}
.csharpcode .lnum { color: #606060; }

I guess, I understand the limitation, but not the error.

Why would the application error out rather than just allow you to page through the records?

Technorati Tags: oracle,enterpriseone,e1,employee self-service,ess,parameterized,cnc,oweb,globalpagesize,jas.ini,jas,f085530w

2 thoughts on “Greater Than 10 Record Grid Time Bomb

  1. I have an issue with accessing the Submitted Job Search (OID=P986110B_W986110BA) via a Parameterized link, it shows the empty form, but shows no records. Other applications with grids seem to work. I have tried passing in the server name as a parameter, and I tried to change the JAS.INI like you recommended, but nothing seems to work. Any ideas?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Previous post EnterpriseOne CNC Admins Need To Know Everything About Everything
Next post The IBM iSeries (System i) JDK Juggle