dme call Security Error in custom table

Sort:
You are not authorized to post a reply.
Author
Messages
Lorena
Advanced Member
Posts: 37
Advanced Member
    Hi,

    We are using LSF9 for ESS. I created some custom htm page that display and update data in a custom file. I also created a custom 4GL program to view and update the table.

    The Security officer gave me access to the new table.

    I can look at the file and updated using my custom 4GL program however I can not do dme calls on that table and I can not query the table using Crystal reports. It looks like it is only related with dme calls.


    Here is the error saying that the Table data is secured (but base on our Security Officer it is not):

    Caused by: com.lawson.ios.agent.SystemRuntimeException: 2010-08-20 09:14:32 : INCIDENT_ID#1282310072100-0114 An error occurred outside of IOS while accessing Lawson Security
    at com.lawson.ios.security.ls.LsSecurityRuntime.isTableDataSecured(LsSecurityRuntime.java:408)
    at com.lawson.ios.security.combined.CombinedSecurityRuntime.isTableDataSecured(CombinedSecurityRuntime.java:181)
    at com.lawson.ios.dig.db.SecurityManager.isTableDataSecured(SecurityManager.java:106)
    at com.lawson.ios.dig.db.DigObject.getNextRecord(DigObject.java:924)
    at com.lawson.ios.dig.db.DigObject.getFirstRecord(DigObject.java:857)
    at com.lawson.ios.dig.db.DigObject.executeInternalRequest(DigObject.java:321)
    ... 34 more

    Do we need some other special access for dme calls? (dme calls are working for all our ESS tables).

    I will appreciate any help on this issue.

    Thanks,
    Lorena.
    Ragu Raghavan
    Veteran Member
    Posts: 469
    Veteran Member
      >>>I can look at the file and updated using my custom 4GL program

      Is that from LID or Portal ?
      You are not authorized to post a reply.