FactSet authorization denied
You’ve denied the authorization of Macrobond application for FactSet. You can initiate the process again from within the Macrobond application.
You’ve denied the authorization of Macrobond application for FactSet. You can initiate the process again from within the Macrobond application.
Introduction Requirements Installation Keyring Error: failed testing username and password Working with Python wrapper Download one series (Basic usage) Download one series (Advanced usage) Extensive guide – more examples Introduction The Macrobond Data API for Python uses either the Macrobond Web REST API or the Macrobond Client data API to obtain time series with values and metadata. The API … Continue reading “The Macrobond Data API for Python (Python wrapper)”
Go to installation page, scroll to the ‘Install from downloaded files’. Press on ‘Macrobond installation files for Windows’ and download zipped package. Shorter method (recommended) It does the same as ‘Longer method’ but you don’t have to install each file separately, it will do it for you. Open zip file, navigate to the install.bat file … Continue reading “How to install Macrobond main app from downloaded files?”
Please close all opened Office programs (Word, Excel, PowerPoint). Go to installation page, scroll to the ‘Download the setup program’ button and press it. It will download launcher .exe program. Run it, you will see a new window with ‘Macrobond XY-bit Setup’. Press’Next’: Select installation folder, press ‘Next’: It’s ready for installation. Press ‘Install’: The … Continue reading “How to install Macrobond main app from the Setup Program?”
Introduction Requirements How to connect? Accessing data Introduction You can test our Web API Series Provider functionality with a view of test database. Requirements You will need xml path file which you will receive from your Account Manager. How to connect? Download xml file(s) you have received. Go to Configuration > Settings > My series … Continue reading “Web API Series Provider demo Virtual Machine”
Introduction Macrobond SQL Database connector configuration file includes a section specifying data provider database connection string and connection string. It’s unique to each database type. This page includes examples for most commonly used databases. MySQL and MariaDB Please install https://dev.mysql.com/downloads/connector/net/ and use: <sql:DataProvider> <sql:Name>MySql.Data.MySqlClient</sql:Name> <sql:ConnectionString> Server=address.of.the.server; Database=dbname; Uid=user;Pwd=pass; </sql:ConnectionString> <!– instead of Uid=user;Pwd=pass; you can use … Continue reading “SQL In-house – connection strings”
Please use Windows Registry Editor – regedit.exe. In the windows registry add to either HKLM or HKCU, under \Software\Macrobond Financial\AutomaticUpdates\Macrobond the following keys: DWORD NoUpdateOffer if set to 1 : if a new version is detected, the user is informed that there is a new version, but is not given the option to upgrade DWORD … Continue reading “How to disable notification about availability of new versions of Macrobond?”
What you need to send to the client? A zipped file containing 3 xml configuration files, each for a different database view. Login and password to the database in a secret link, which you can generate from link: https://secret.macrobond.com/new IMPORTANT Client needs to install below .NET driver for MySQL/MariaDB, it will allow MB main-app to … Continue reading “SQL demo Virtual Machine – instructions for managers”