Configuration Post SWA installation

Prev Next

Login to SWA and change Admin password

Open the IIS manager on your web server and click "Browse" to start the web application in IE.

image (19)

image (20)

Login using the default admin username and password:

Username Password
Admin safran

image (22)

The next step is to change the default password to something customer-specific.

image (23)
Click on Admin, then on Password.

image (24)

Write the Old password (safran), then the New password and click Save**.**
You can also generate a new password. Remember to check the Show box to see the new password.

Enable SaveToSWA on Safran Project Clients

The user's registry must be configured to export reports from Safran Project to SWA.

Under the registry key: "HKEY_LOCAL_MACHINE\SOFTWARE\Safran Software Solutions\Safran Project"

Create a "String value" named: "WebService" or modify the already existing value with the following: "http://[name of server]/WS/SWS.asmx", and add a "String value" named: "SharepointListUrl" or modify the already existing value with the following: "http://[name of server]

You can see an example below:

image (11)

"SWS.asmx" is a web service that can be tested by entering the address into a web browser:
image (25)

Regional format settings for SWA

To control the regional format settings for all users of SWA we recommend making this configuration setting:

Configuration:

  1. Open Control Panel > Clock and Region > Region (or search for Region in settings)
  2. On format tab, select your desired format and customize via Additional settings if needed (e.g., decimal separator, date order)
  3. Switch to Administrative tab
  4. Under "Copy your current settings to:", check Welcome screen and system accounts, and click OK. A prompt may require confirmation for system accounts like Network Service, Local Service, and Local System.

Alternative, run Powershell:

Set-Culture "nb-NO"  # Or your locale, e.g., en-US
Copy-UserInternationalSettingsToSystem -WelcomeScreen $true -SystemAccounts $true