Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel7
outlinetrue

...

  1. Extract Application and Database dump-file

  2. ViennaAdvantage Database Import

  3. VIENNA Advantage website IIS Hosting instructions

  4. Edit configuration file with database information

  5. Access VIENNA Advantage Application.

  6. Register VIENNA Advantage application.

  7. Install/Update Application/Module.

...

1. Extract

  1. Extract Application files from Archive (here we assume to "C:\Tmp\")

  2. Move or copy Folder "C:\Tmp\VIENNA_Advantage_ERP_CRM_HTML5_4_6_3_Oracle\ViennaAdvantageHtml5_HostingFiles\

...

  1. ViennaAdvantage"

...

  1. TO
    Webroot (here we assume "C:\inetpub\wwwroot\")

...

2. ViennaAdvantage Database Import

VA Data Import - Oracle

Please follow below steps if you are going to use Oracle Database 12cR2 or above only and not PostgreSQL.

  1. Create VA User in Oracle
    Connect to DB via SQLPLUS or SQLDeveloper with sys or system user and execute below commands.

...

  1. (

...

  1. For pluggable database change to the

...

  1. appropriate container first for example using Oracle 21XE: alter session set container = xepdb1)

SQL> alter session set "_ORACLE_SCRIPT"=true;
Result: Session altered.
SQL> create user USERNAME identified by PASSWORD;
Result: User created.
SQL> grant dba, connect, resource , create view to USERNAME;
Result: Grant succeeded.
SQL> alter user USERNAME default tablespace users;
Result: User altered.
SQL> conn USERNAME/PASSWORD
Result: Connected.

...


SQL>exit

...

  1. Import Data in DB User Schema (Assuming you extracted to "C:\Temp" the oracle dump will be
    in"C:\Temp\VIENNA_Advantage_ERP_CRM_HTML5_4_6_3_Oracle\ViennaAdvantageHTML5_DB\vacommunity.DMP" )

Open command prompt in administrator mode and execute below command to import VA Data in DB user

imp USERNAME/PASSWORD File=’DB-Dump-File-Path.dmp’ Full=Y

Note: Please change USERNAME & Password in above commands as per your requirement