EMA : Set up permission Data

I am trying to set up permission data as per X_PE, Service Name but still getting A29: Post message did not contain permission data.

Best Answer

Answers

  • @vikas.chaudhary

    Sorry for the issue you are facing, let me see if I can help you in resolving this.

    I found this error in the ADS installation guide.

    1669167436496.png

    According to this information, the permission data is in the post message header, not X_PE.

    You can set it with the permissionData method.

    1669168117790.png

    You can refer to the EMA developer guide in the package regarding how to create a DACSLOCK for Publishing Permission Data.

    I hope this will help.

  • I am using consumer application to publish the data. May i know if there is any other example for that.

  • I believe I require : com.refinitiv.eta.dacs.*; but I don't see this package in eta-3.6.0..0 jar

    import com.refinitiv.eta.codec.*;
    import com.refinitiv.eta.rdm.*;
    import com.refinitiv.eta.transport.*;
    import com.refinitiv.eta.valueadd.*;

    May I know way to use in eta-3.6 or do I need to upgrade. Please advise from where can I download latest version?

  • @vikas.chaudhary

    It is in jdacsEtalib.jar. The jar file is in the RTSDK-2.0.6.L1.java.rrg\RTSDK-BinaryPack\Java\Eta\Lib directory.