new 4GL error on portal

Sort:
You are not authorized to post a reply.
Author
Messages
MC
Advanced Member
Posts: 41
Advanced Member
    I wrote a new 4GL program that is working correctly in LID.   I then ran this in portal (it is an online update program against a custom table).   After working with the end users we made a few changes.  I made changes in LID, they are working correctly, but when I run in Portal I am getting:

    Server Xpress error
        java.lang.StringIndexOutOfBoundsException
            at java.lang.String.(String.java:176)

    any ideas ??

    Thanks
    Ragu Raghavan
    Veteran Member
    Posts: 468
    Veteran Member
      If something works in LID and not in Portal, the first thing I try is an IOSCacheRefresh.
      MC
      Advanced Member
      Posts: 41
      Advanced Member
        we ran the IOS cache refresh on portal and also on the security admin. Still same issue.
        MC
        Advanced Member
        Posts: 41
        Advanced Member
          we ran the IOS cache refresh on portal and also on the security admin. Still same issue.
          Woozy
          Veteran Member
          Posts: 709
          Veteran Member
            I'm guessing you've done these already, but just in case...
            - Clear your browser cache (If you are using IE, be sure the "Preserve Favorites Website Data" checkbox is NOT checked.)
            - Completely close your browser
            - Delete the program .xml file and recompile
            - Do another IOS Cache Refresh (you shouldn't need to do the security cache)
            - Try it again
            Kelly Meade
            J. R. Simplot Company
            Boise, ID
            MC
            Advanced Member
            Posts: 41
            Advanced Member
              this has been solved. Have to run genformap
              You are not authorized to post a reply.