Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Renato Gonçalves
5
Views
2
Comments
How to manually install the Agile Platform Community Edition
Question
OS Certified
Installation
Note:
This steps are for the
5.1
version of the Agile Platform, if you intent to install the latest version please follow this link:
www.outsystems.com/goto/community-manual-install
Permalink:
www.outsystems.com/goto/community51-manual-install
With this post I will try to enumerate all the steps required to manually install the Agile Platform 5.1 Community Edition, but I suggest that you always follow the Agile Platform Server - .NET Install Checklist (
https://www.outsystems.com/NetworkDocuments/DownloadsEntry.aspx?VirtualDirectoryId=7
) to perform an installation of the Agile Platform.
Pre-Instalation:
Install IIS
As an Administrator of your computer, go to your Control Panel (Start Menu -> Control Panel), and click the Programs tool.
In the Add or Remove Programs tool, select “Turn Windows features on or off”.
On Windows Features, scroll down the list of components, select and check the Internet Information Services (IIS) item. Then, press the “+” button next to the Internet Information Services (IIS) item, to access the subcomponents
On the Internet Information Services (IIS) subcomponents dialog, make sure the following subcomponents are checked:
Press the Ok button to return to the Windows Components Wizard dialog.
Wait for the installation process to finish.
During the installation process you might get a popup dialog requesting to insert your operating system CD, or specify the location of the i386 installation folder. If you have the original operating system with the same Service Pack, then use the CD.
Install SQL Server (set the server collation as CIAI,
https://www.microsoft.com/downloads/en/details.aspx?FamilyID=40acf55f-0715-4bb0-9735-d02fc2c8a7af
)
Install .NET Framework 3.5 (
https://www.microsoft.com/downloads/en/details.aspx?FamilyID=ab99342f-5d1a-413d-8319-81da479ab0d7&displaylang=en
)
Optional: Install Message Queuing to take advantage of the Agile Platform Asynchronous log feature (
https://www.outsystems.com/forums/discussion/6831/microsoft-message-queue-installation-for-community-edition/
)
Installation
Create an OutSystems database Catalog
Open a Command Line (in the Run utility of the Start Menu write “cmd” and click OK)
In the Command Line Execute the following commands:
sqlcmd -S localhost\OUTSYSTEMS
CREATE LOGIN outsystemsinstaller WITH PASSWORD = 'outsystems'
GO
EXEC sp_addsrvrolemember outsystemsinstaller, sysadmin
GO
CREATE DATABASE OUTSYSTEMS
GO
exit
Install
Platform Server
(
https://www.outsystems.com/NetworkDocuments/DownloadsEntry.aspx?VirtualDirectoryId=7
)
Run the OutSystems Configuration Tool
Open the Configuration Tool (located in the Start Menu / All Programs / OutSystems / Administration Tools / Configuration Tool):
Select the Database tab
Set Database Server and Catalog
DBMS to Microsoft SQL Server
Server to localhost\OUTSYSTEMS
Catalog to OUTSYSTEMS
Create Admin user
Set User to hubadmin
Set Password to outsystems
Click Grant Permissions
In Database Login use
Set Login to outsystemsinstaller
Set Password to outsystems
Click the OK button
Create Runtime user
Set User to hubruntime
Set Password to outsystems
Click Grant Permissions
In Database Login use
Set Login to outsystemsinstaller
Set Password to outsystems
Click the OK button
Create Log user
Set User to hublog
Set Password to outsystems
Click Grant Permissions
In Database Login use
Set Login to outsystemsinstaller
Set Password to outsystems
Click the OK button
Create the Platform Database Schema
Click Create/Upgrate Database
In the confirmation Dialog Box click Yes
A new Dialog Box with the successful confirmation as follow should appear
Select the Session tab
Set Session Server and Catalog
Server to localhost\OUTSYSTEMS
Catalog to OSASPState
Create Admin user
Set User to hubstate
Set Password to outsystems
Create the Session Database
Click Configure Session Database
A Confirmation Dialog Box should appear
Click Yes
In Database Login use
Set Login to outsystemsinstaller
Set Password to outsystems
Click the OK button
More Database Login Windows can appear after OK is pressed, keep clicking OK if they do (only three windows should appear though)
A success message should appear after this
Finish the configuration by Clicking the OK button
update device Database
Open the Windows Command Prompt (in the Run utility of the Start Menu write “cmd” and click OK) and go to the OutSystems Installation Folder (normally C:\Program Files\OutSystems\Platform Server)
Execute the command:
updatedevicedb.exe
Install Service Center
Open the Windows Command Prompt and go to the OutSystems Installation Folder (normally C:\Program Files\OutSystems\Platform Server)
Execute the command
SCInstall.bat
Upload the Agile Platform License
Open your service center at
https://localhost/servicecenter
username: admin
password: admin
Go to the ADMINISTRATION/Licensing tab
Click in the Upload New License option
chose the file that goes attached to this post (CommunityEditionLicense.lic)
Press Upload
Install Enterprise Manager
Go to the Enterprise Manager Component page (
https://www.outsystems.com/forge/64/enterprise-manager/
) in the Outsystems Network and Download it.
Extract the Enterprise Manager zip file downloaded
Open your service center at
https://localhost/servicecenter
username: admin
password: admin
Go to the FACTORY tab
Go to Solutions tab;
Chose the option Upload New Solution
Choose the file EnterpriseManager.osp (available in the downloaded component zip)
Press 1-click-publish;
Wait for all the publication steps to finish.
Install
Service Studio
(
https://www.outsystems.com/NetworkDocuments/DownloadsEntry.aspx?VirtualDirectoryId=7
)
Install
Integration Studio
(
https://www.outsystems.com/NetworkDocuments/DownloadsEntry.aspx?VirtualDirectoryId=7
)
And after this you should be able to start your interactive Tutorials and take full advantage of OutSystems Agile Platform.
CommunityEditionLicense.lic
Ralf Engel
I get stuck on 4.2.1
updatedevicedb.exe isn't available in the folder
C:\Program Files\OutSystems\Platform Server)
the file scinstall.bat is there, but since updatedevicedb.exe wasn't run, it returns an error (a huge one...)
compiling servicecenter espace...
message 1
id internalerror_serviceexception
type error
message internal error
sumbitable true
details invalid oml signature [service center
extra info 478870b9-2d60-4f73-9eb3-7cd8b994a737
exception details:
internal error invalid oml sigunature serive center en #1dd.#ZX.CompileOml(Byte[] oml, boolean debugmode, string espacename....
the list goes on forever...
please help
1 reply
08 Mar 2012
Show thread
Hide thread
Miguel João
Staff
Ralf Engel wrote
:
I get stuck on 4.2.1
updatedevicedb.exe isn't available in the folder
C:\Program Files\OutSystems\Platform Server)
the file scinstall.bat is there, but since updatedevicedb.exe wasn't run, it returns an error (a huge one...)
compiling servicecenter espace...
message 1
id internalerror_serviceexception
type error
message internal error
sumbitable true
details invalid oml signature [service center
extra info 478870b9-2d60-4f73-9eb3-7cd8b994a737
exception details:
internal error invalid oml sigunature serive center en #1dd.#ZX.CompileOml(Byte[] oml, boolean debugmode, string espacename....
the list goes on forever...
please help
Hi Ralf
A quick suggestion ... 4.2 is discontinued, and 5.1 doesn't have the latest features and tutorials.
Please follow the steps from
https://www.outsystems.com/NetworkForums/ViewTopic.aspx?Topic=How-to-manually-install-the-Agile-Platform-6-0-Community-Edition
instead.
Cheers
Miguel Simões João
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...