Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tools4everbv/helloid-conn-prov-source-skyward-sms2.0-staff
Skyward SMS 2.0 - Source - Staff
https://github.com/tools4everbv/helloid-conn-prov-source-skyward-sms2.0-staff
edu on-premises provisioning sis skyward source
Last synced: 4 days ago
JSON representation
Skyward SMS 2.0 - Source - Staff
- Host: GitHub
- URL: https://github.com/tools4everbv/helloid-conn-prov-source-skyward-sms2.0-staff
- Owner: Tools4everBV
- Created: 2021-03-16T15:12:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T15:23:21.000Z (10 months ago)
- Last Synced: 2024-01-15T19:58:20.022Z (10 months ago)
- Topics: edu, on-premises, provisioning, sis, skyward, source
- Language: PowerShell
- Homepage:
- Size: 177 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelloID-Conn-Prov-Source-Skyward-SMS2.0-Staff
| :information_source: Information |
|:---------------------------|
| This repository contains the connector and configuration code only. The implementer is responsible to acquire the connection details such as username, password, certificate, etc. You might even need to sign a contract or agreement with the supplier before implementing this connector. Please contact the client's application manager to coordinate the connector requirements. |
HelloID Provisioning Source Connector for Skyward SMS 2.0## Table of Contents
* [Getting Started](#getting-started)
* [Requirements](#Requirements)
* [Setup the PowerShell connector](#setup-the-powershell-connector)
* [Sample VPN Scripts](#sample-vpn-scripts)## Getting Started
By using this connector you will have the ability to import data into HelloID:
* Staff Demographics
* Staff Assignments## Requirements
- Progress OpenEdge Driver 11.7+ (ODBC)## Setup the PowerShell connector
1. Add a new 'Source System' to HelloID and make sure to import all the necessary files.- [ ] configuration.json
- [ ] persons.ps1
- [ ] departments.ps12. Fill in the required fields on the 'Configuration' tab.
![image](Assets/Config.jpg)
* Hostname/IP
* Hostname or IP of the database
* Port
* Enable VPN
* If your hosting provider requires VPN connectivity to access the database you can enable it here
* Open VPN Path
* Path of script to start vpn
* Close VPN Path
* Path of script to close vpn
* Database
* Name of Skyward Database
* Username
* Password
* Driver Version
* Version of the Progress OpenEdge Drive
* Isolation Mode
* Always suggested to be "READ UNCOMMITED"
* Array Size
* Enable ETWT
* Enable UWCT
* Enable KA## Sample VPN Scripts
### Open VPN
```
cd C:\Tools4ever\Scripts
taskkill /S localhost /im vpncli.exe /f /t
taskkill /S localhost /im vpnui.exe /f /t
"c:\program files (x86)\Cisco\Cisco AnyConnect Secure Mobility Client\vpncli.exe" -s < connect.txt
```
### Close VPN
```
cd C:\Tools4ever\Scripts
"c:\program files (x86)\Cisco\Cisco AnyConnect Secure Mobility Client\vpncli.exe" disconnect
```
### VPN Client Config
```
connect vpn-1.iscorp.com
idofgroup
thisismusername
thisismypassword
y
quit
```# HelloID Docs
The official HelloID documentation can be found at: https://docs.helloid.com/