-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unexpected kernel died #16
Comments
It tries to locate the configuration file in the current directory. Make sure that you have that pyrfa.cfg. |
Thanks! Sorry, just one more quick question, as I am fairly new to this reuters system: in the login process, as written in the documentation, it needs the following param: user name is straightforward: reuters login id, e.g. [email protected] |
Hello, If there's no DACS permissioning binds to these values. Please try to use In the software package, we have provided the examples/consumer.py as a In examples/pyrfa.cfg update the parameters rsslport, ServerList, Please also turn \pyrfa\debug = true too. In order to see most of the Check if it can subscribe the data, Best regards, On Thu, Aug 18, 2016 at 1:09 AM, zhah2 [email protected] wrote:
|
The reason I asked is becoz of the following error when I ran the consumer.py (with pyrfa.cfg in current directory): |
You will need a proper username and permission to connect to Thomson Reuters systems (e.g. ADS or Elektron) to get real-time data feed. The username is sometimes called DACS username by Thomson Reuters. The permission to data set is controlled by DACS (authentication server.) If you know the TREP admin who can help you with this information, please contact him and mention that you are using API to get data and see if your TREP-RT (ADS) or Elektron allows such access. |
Hi, i tried to use pyrfa to retrieve reuters data and when it runs the line below in the sample:
p.createConfigDb("./pyrfa.cfg")
it reported:
AN EXCEPTION HAS BEEN THROWN! The following information describes the exception:
Exception Type: InvalidUsageException
Exception Severity: Error
Exception Classification: IncorrectAPIUsage
Exception Status Text: Cannot open configuration file for [./pyrfa.cfg], reason: [File does not exist.]
Load of config db failed './pyrfa.cfg'
The text was updated successfully, but these errors were encountered: