SessionCore Logger message

Hi -- is anyone familiar with this warning message?

09:00:22.488888-t@01505557-Logger message from SessionCore: LogId: 1013, Event Type: 2, Message Text: [Mon Mar 28 09:00:20 2022]: (ComponentName) SessionCore: (Severity) Warning: 1013 (HongKongProd)

We're seeing this in the log file of our RFA 8.2.2.L1 Linux C++ app, but don't know what it means.

Thanks,

Todd

Tagged:

Best Answer

  • umer.nalla
    umer.nalla LSEG
    Answer ✓

    Hi @OccasionalDeveloper

    Looking at a similar previous post, it would appear that you have not deployed the RFA message files that come with the SDK.

    Looking at the RFA8_SessionLayer.mc file, I can see the MessageID 1013 is as follows:

    MessageId=1013
    Severity=Warning
    Facility=Application
    SymbolicName=SLM_LOGIN_NO_VIEW
    Language=English
    Connection "%1" does not support views. View requests will be converted to full item requests for this connection.

    Would that tie in with your application - does it use View type requests?


Answers