Skip to content

Commit 99c3295

Browse files
Updated Readme
1 parent 665aedf commit 99c3295

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SQL Import Tool
1+
# SQL Import for SSR Migration
22

33
This pacakge imports an Action which allows you to take a SQL query and convert it into a Query Definition (QD). It also has functionality to generate a report based on the generated Query Definition.
44

@@ -13,13 +13,13 @@ The intended use of this is to migrate Self Service Reports (SSR) to the new Rep
1313
## History
1414
Release | Notes
1515
--------|--------
16-
[V1.0](https://github.com/ArasLabs/toc-search-bar/releases/tag/R31) | First release.
16+
[V1.0](https://github.com/ArasLabs/SQL-import-for-SSR-Migration/releases/tag/V1.0) | First release.
1717

1818
#### Supported Aras Versions
1919

2020
Project | Aras
2121
--------|------
22-
[v1.0]()| Releases 28-31
22+
[v1.0](https://github.com/ArasLabs/SQL-import-for-SSR-Migration/releases/tag/V1.0)| Releases 28-31
2323

2424
## Installation
2525

@@ -38,8 +38,15 @@ Project | Aras
3838
3. In the `<ReferencedAssemblies>` tag, add the following line: `<name>$(binpath)/Microsoft.SqlServer.TransactSql.ScriptDom.dll</name>`
3939
4. Within the CSharp Template (around line 300) add the following Using directive to the collection at the top `using Microsoft.SqlServer.TransactSql.ScriptDom;`
4040
5. Reset IIS
41+
6. Open up the Aras Package Import tool.
42+
7. Enter your instance URL and click login to be directed to the login screen. <b>Note:</b> You must log in as `root` for the package import to succeed!
43+
8. Enter the path to your local ..\CustomFormCSS\Import\imports.mf file in the Manifest File field.
44+
9. Select labs_SqlImporter in the Available for Import field.
45+
10. Select Type = Merge and Mode = Thorough Mode.
46+
11. Click Import in the top left corner.
47+
12. Close the Aras Package Import tool.
4148

42-
You are now ready to login to Aras and try out this TOC Search Bar.
49+
You are now ready to login to Aras and start importing your Self Service Reports.
4350

4451
## Usage
4552

@@ -59,7 +66,7 @@ To import your SQL into your new Query Definition:
5966

6067
1. Log in to Aras as admin. If you want to generate Reports, make sure admin has that permission.
6168
2. Click your User Icon in the top right of the screen.
62-
3. Under `Actions` click `Import S would for Report Generation`
69+
3. Under `Actions` click `Import SQL for Report Generation`
6370
4. Paste the SQL excerpt from the previous section into the SQL text area, set a name for your QD, and select whether or not you would like a Report to be generated as well.
6471
5. Click the Submit button to create your QD and Report!
6572

0 commit comments

Comments
 (0)