You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# SQL Import Tool
1
+
# SQL Import for SSR Migration
2
2
3
3
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.
4
4
@@ -13,13 +13,13 @@ The intended use of this is to migrate Self Service Reports (SSR) to the new Rep
13
13
## History
14
14
Release | Notes
15
15
--------|--------
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.
3. In the `<ReferencedAssemblies>` tag, add the following line: `<name>$(binpath)/Microsoft.SqlServer.TransactSql.ScriptDom.dll</name>`
39
39
4. Within the CSharp Template (around line 300) add the following Using directive to the collection at the top `using Microsoft.SqlServer.TransactSql.ScriptDom;`
40
40
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.
41
48
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.
43
50
44
51
## Usage
45
52
@@ -59,7 +66,7 @@ To import your SQL into your new Query Definition:
59
66
60
67
1. Log in to Aras as admin. If you want to generate Reports, make sure admin has that permission.
61
68
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`
63
70
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.
64
71
5. Click the Submit button to create your QD and Report!
0 commit comments