﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Installation Discussions</title>
    <description>Latest discussions happening in the Installation category</description>
    <link>http://support.surroundtech.com</link>
    <item>
      <title>Rebuilding Generation Tool Solution</title>
      <description>&lt;p&gt;Some users may require rebuilding the Generation Tool prior to generation. If your generation has failed to load the Generation Plugin follow this simple process to rebuild the solution on your local development machine.&lt;/p&gt;&#xD;
&lt;p&gt;Navigate to your Documents &amp;gt; Accelerator for .NET &amp;gt; GenerationWizardPlugin folder and open the GenerationWizardPlugin.sln Solution using your copy of Visual Studio 2012 or higher.&amp;nbsp; Right click on the GenerationWizardPlugin project in the Solution Explorer panel and select &amp;ldquo;Rebuild Solution&amp;rdquo;.&amp;nbsp; Once the solution is rebuilt, simply exit Visual Studio and you will be able to generate successfully.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/content/uploads/44fb64a0-8a53-4483-ad05-a5730002a41f/5a002be9-2197-483e-a352-a57600f972cb_ogtpluginrerun.jpg?width=690&amp;amp;upscale=false" alt="Generation Wizard Plugin Rebuild"&gt;&lt;/p&gt;</description>
      <pubDate>2015-12-22T15:08:23.4730000</pubDate>
      <link>http://support.surroundtech.com/thread/rebuilding-generation-tool-solution/</link>
    </item>
    <item>
      <title>Configuring Accelerator Launchpad Settings</title>
      <description>&lt;p&gt;Before you can begin creating your applications, you&amp;rsquo;ll need to configure the Accelerator to connect to the database you created.&amp;nbsp; To do this, run the Acceleartor launchpad, and click Configuration from the LaunchPad window.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt;To make the configuration process simpler, you may use the Generation Standards zip file contained in the welcome email provided during the Free Trial download.&amp;nbsp; If you do not have this file, email info@surroundtech.com and request the Generation Standards File Zip file and extract the contents to Documents directory on your development machine.&amp;nbsp;&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;In the launchpad configuration screen, navigate to the standards area, select the browse button &amp;ldquo;&amp;hellip;&amp;rdquo; then navigate to Documents &amp;gt; Accelerator for .NET &amp;gt; Standards Configuration &amp;gt; EasyBuy Folder.&amp;nbsp; For Microsoft SQL databases select the StandardsConfiguration_MSSQL.xml file.&amp;nbsp; For IBM users a DB2 standards xml file has been provided as well.&lt;br&gt;&lt;br&gt;Next, in the Data Server Connection area, select your server type, ie: MS SQL Server.&amp;nbsp; Enter the user and password for your SQL Server.&amp;nbsp; If the database is on your local machine use the instance name, typically the top most level of the tree in SQL Server Management Studio, for the Address.&amp;nbsp; If your server is located on a network, use the IP address of that server.&amp;nbsp; Be sure to enter the Database you wish you use, ie: EasyBuyDev, and click Test Connection to guarantee the specified location and credentials have the proper authorizations and can successfully connect to your SQL Server database.&lt;br&gt;&lt;br&gt;Lastly, enter your Accelerator username and password, found at the bottom of the provisioning email you received when requesting the Accelerator for .NET trial.&amp;nbsp; You will also need the Accelerator Address for connecting to your own personally provisioned environment.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/content/uploads/44fb64a0-8a53-4483-ad05-a5730002a41f/8c5e7080-b532-4e19-8bd5-a57600f8a181_launchpadconfigure.jpg?width=690&amp;amp;upscale=false" alt="Launchpad Configuration"&gt;&lt;/p&gt;</description>
      <pubDate>2015-12-22T15:05:18.9270000</pubDate>
      <link>http://support.surroundtech.com/thread/configuring-accelerator-launchpad-settings/</link>
    </item>
    <item>
      <title>Creating Microsoft SQL Database for use with Accelerator</title>
      <description>&lt;p&gt;Once a blank SQL database has been created for use with Accelerator you will need to configure it with the proper structures before you begin development.&amp;nbsp; We have made the process of getting up and running with a demo system named EasyBuy as simple as running just a few scripts.&lt;/p&gt;&#xD;
&lt;p&gt;Use a browser and download the EasyBuy Database Scrips from our server:&lt;br&gt;&lt;br&gt;&lt;a href="http://services.surroundtech.com/downloads/Products/A4DN/EasyBuyMSSQLScripts.zip" target="_blank"&gt;http://services.surroundtech.com/downloads/Products/A4DN/EasyBuyMSSQLScripts.zip&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;br&gt;Download User: surround1&lt;br&gt;Download Password: tech#2&lt;br&gt;&lt;br&gt;When you unzip this file, you will see the EasyBuy Schema and 5 scripts which contain the Data we will use to configure the database for use with the EasyBuy demo system.&lt;br&gt;&lt;br&gt;In SQL server Management Studio, you will need to run the following Scripts in this sequence:&lt;/p&gt;&#xD;
&lt;p&gt;&lt;br&gt;EasyBuyDev_Schema.sql &amp;ndash; EasyBuy Database Schema&lt;br&gt;EasyBuyDev_YD1C.sql &amp;ndash; Customer Data&lt;br&gt;EasyBuyDev_YD1O.sql &amp;ndash; Order Data&lt;br&gt;EasyBuyDev_YD1P.sql &amp;ndash; Product Data&lt;br&gt;EasyBuyDev_YD1S.sql &amp;ndash; Shipping Address Data&lt;br&gt;EasyBuyDev_YD1I.sql &amp;ndash; Order Item Data&lt;/p&gt;&#xD;
&lt;p&gt;&lt;br&gt;Simply open each file by double clicking it and running in SQL Management Studio one at a time and select &amp;ldquo;Execute&amp;rdquo; from the SQL Management Studio toolbar.&lt;/p&gt;</description>
      <pubDate>2015-12-22T14:58:50.2700000</pubDate>
      <link>http://support.surroundtech.com/thread/creating-microsoft-sql-database-for-use-with-accelerator/</link>
    </item>
    <item>
      <title>Configuring Microsoft SQL Security Roles for Accelerator Database</title>
      <description>&lt;p&gt;If using a Microsoft SQL Database for Surround Technologies Accelerator Free Trial or Full Version, you will need to be sure you have created a user with proper authorizations for creating and maintaining your database, as well as the initial sample database itself.&amp;nbsp; After your install is complete run Microsoft SQL Server Management Studio, and create a new database by right-clicking the databases folder in the tree on the left object explorer panel and selecting &amp;ldquo;New Database&amp;rdquo;.&amp;nbsp; Name your new database &amp;ldquo;EasyBuyDev&amp;rdquo;.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/content/uploads/44fb64a0-8a53-4483-ad05-a5730002a41f/c1f5ee68-11d9-479e-a1ea-a57600f42976_sql-new-db.jpg?width=690&amp;amp;upscale=false" alt="Create New Database in SQL"&gt;&lt;br&gt;&lt;br&gt;Next expand the Security folder from the navigation tree, right-click on Logins and select New Login.&amp;nbsp; Create your user settings here.&amp;nbsp; For example, you can create a user with the login name &amp;ldquo;dba&amp;rdquo;, enter and confirm your password for the account, and then navigate to the Server Roles page and grant the user &amp;ldquo;public&amp;rdquo; and &amp;ldquo;sysadmin&amp;rdquo; security privileges.&amp;nbsp; Lastly, navigate to the Status page and confirm that the user has been Granted Permission to connect to the database engine, and that the login is Enabled.&amp;nbsp; Click OK to finish creating the user.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/content/uploads/44fb64a0-8a53-4483-ad05-a5730002a41f/dce4a0b4-cf15-48ec-8e00-a57600f4490c_sql-config0.jpg?width=690&amp;amp;upscale=false" alt="New Login"&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/content/uploads/44fb64a0-8a53-4483-ad05-a5730002a41f/5d4556db-22d3-413c-ae94-a57600f45f0e_sql-config2.jpg?width=690&amp;amp;upscale=false" alt="Server Roles"&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/content/uploads/44fb64a0-8a53-4483-ad05-a5730002a41f/f94e7d51-c8c8-4df2-9dd6-a57600f4c463_sql-config5.jpg?width=690&amp;amp;upscale=false" alt="Active User"&gt;&lt;/p&gt;</description>
      <pubDate>2015-12-22T14:51:13.5670000</pubDate>
      <link>http://support.surroundtech.com/thread/configuring-microsoft-sql-security-roles-for-accelerator-database/</link>
    </item>
    <item>
      <title>Requirements for Installing Accelerator for .NET with Microsoft SQL</title>
      <description>&lt;p&gt;&lt;strong&gt;Pre-Requisites for the Accelerator:&lt;/strong&gt;&lt;br&gt;-Visual Studio 2012 or higher&lt;br&gt;-SQL Server 2008 or higher&lt;br&gt;&lt;br&gt;Before you begin your installation of Accelerator for .NET using Microsoft SQL, you will need to have Visual Studio 2012 or higher installed on your system.&amp;nbsp; If you require a copy of Visual Studio, we recommend downloading Visual Studio 2015 Community Edition.&amp;nbsp; VS2015 Community is a free, fully-featured, and extensible IDE for creating modern applications for Windows, Android and iOS, as well as web applications and cloud services. Simply download the installer and follow the on screen instructions for a complete install.&lt;br&gt;&lt;br&gt;Link: https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx&lt;br&gt;&lt;br&gt;&lt;br&gt;You will also need a copy of SQL Server to host and manage your Accelerator databases if you plan on using Accelerator with a Microsoft SQL Database.&amp;nbsp; If you require a copy of MS SQL we recommend Microsoft SQL Server 2014 Express.&amp;nbsp; MS SQL Server 2014 Express is a powerful and reliable free data management system that delivers a rich and reliable store for lightweight Web Sites and desktop applications.&amp;nbsp; Download the installer and follow the on screen instructions for a complete install.&amp;nbsp; &lt;br&gt;&lt;br&gt;Link: https://www.microsoft.com/en-us/download/details.aspx?id=42299&lt;/p&gt;</description>
      <pubDate>2015-12-22T14:43:42.8330000</pubDate>
      <link>http://support.surroundtech.com/thread/requirements-for-installing-accelerator-for-net-with-microsoft-sql/</link>
    </item>
    <item>
      <title>How do you install or upgrade the Accelerator?</title>
      <description>&lt;p&gt;You can find detailed installation Instructions using this link:&lt;/p&gt;&#xD;
&lt;p&gt;&lt;a href="http://services.surroundtech.com/Downloads/Guides/Installing%20Version%206.1.pdf"&gt;http://services.surroundtech.com/Downloads/Guides/Installing%20Version%206.1.pdf&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>2015-12-21T21:56:24.2370000</pubDate>
      <link>http://support.surroundtech.com/thread/how-do-you-install-or-upgrade-the-accelerator/</link>
    </item>
  </channel>
</rss>