Skip to main content

Problem running PSS Bank Demo

Summary

Problem running PSS Bank demo

PSS Bank demo server reports "Could not find data directory data"

Environment

Orbix Mainframe 6.3

All supported platforms

Question/Problem Description The Orbix Mainframe 6.3 "PSS Bank" demo server reports the error "Could not find data directory data"
Error Message Could not find data directory data
Defect/Enhancement Number RPI 1092457
Cause

Configuration settings relating to the PSS Bank demo's multiple servers are missing from Orbix Mainframe's configuration file.

These missing settings are only relevant to the PSS Bank demo and do not otherwise impede Orbix Mainframe applications.

Resolution

Please add the following configuration settings to the demos.pss.bank scope:


plugins:pss_db:envs:bank_A:create_dirs = "true"; plugins:pss_db:envs:bank_A:verb_all = "true"; plugins:pss_db:envs:bank_A:init_txn = "true"; plugins:pss_db:envs:bank_A:init_rep = "true"; plugins:pss_db:envs:bank_A:db_home = "dbs/bank_A";


plugins:pss_db:envs:bank_B:create_dirs = "true"; plugins:pss_db:envs:bank_B:verb_all = "true"; plugins:pss_db:envs:bank_B:init_txn = "true"; plugins:pss_db:envs:bank_B:init_rep = "true"; plugins:pss_db:envs:bank_B:db_home = "dbs/bank_B";


plugins:pss_db:envs:bank_C:create_dirs = "true"; plugins:pss_db:envs:bank_C:verb_all = "true"; plugins:pss_db:envs:bank_C:init_txn = "true"; plugins:pss_db:envs:bank_C:init_rep = "true"; plugins:pss_db:envs:bank_C:db_home = "dbs/bank_C";


#configuration
#bug
#OrbixMainframe
#Orbix
#KnowledgeDocs