0% found this document useful (0 votes)
106 views

AA BuildModelDev - SLN

This document outlines the steps needed to set up a development environment for writing and modifying models for the AA (Adaptiv Analytics) Studio application. The steps include syncing necessary files, compiling a provided solution file, copying additional configuration files, and registering required components to allow running the AAStudio application and developing models.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
106 views

AA BuildModelDev - SLN

This document outlines the steps needed to set up a development environment for writing and modifying models for the AA (Adaptiv Analytics) Studio application. The steps include syncing necessary files, compiling a provided solution file, copying additional configuration files, and registering required components to allow running the AAStudio application and developing models.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

This solution has been produced to allow a developer wishing to write a new (or change an existing) model for

AA to simply open and build one solution in order to have a fully working development version of AA Studio. There are a few other steps which will need to be carried out for a vanilla setup in order to get AA working. The full steps are as follows: 1. Sync to 'DevTip' and 'Generic'. 2. Copy the following files from 'DevTip\Analytics\RuntimeSupport' to 'c:\WINDOW S\assembly' (You will need to do this using Drag and Drop): - The four C1.... Files - DundasWinChart.dll - GridServerNETClient.dll 3. Open 'AA_BuildModelDev.sln' and compile. This will compile to a 'bin' directo ry at the same level as DevTip. 4. Copy 'SunGard.Adaptiv.Analytics.Framework.dll.config' and 'SunGard.Adaptiv.Vi rtualMachine.dll.config' from 'DevTip\Analytics\RuntimeSupport' to the 'bin' dir ectory and ensure you set the Usage Server details. 5. Register ComTfo.dll found in the RuntimeSupport directory (if needed there is a 64 bit version in sub directory). You can now run AAStudio.exe in the 'Adaptiv\bin' directory or by running within the soloution (F5).

You might also like