go to post Nina Nif1 · 10 hr ago Here is the Namespace configuration in Installer class: Class App.Installer{ XData setup{<Manifest> <Default Name="SourceDir" Value="/opt/feeder/src"/> <Default Name="Namespace" Value="FEEDER"/> <Default Name="Resource" Value="%DB_DEFAULT"/> <Namespace Name="${Namespace}" Code="${Namespace}" Data="${Namespace}" Create="yes" Ensemble="1"> <Configuration> <Database Name="${Namespace}" Dir="/voldata/irisdb/feeder" Create="yes" Resource="${Resource}"/> </Configuration> I see the resource is %DB_DEFAUILT with all UPPERCASE. go to post Nina Nif1 · Jul 11, 2023 Congratulation to all the participants and winners! 👏👏👏 Certifications & Credly badges:Nina has no Certifications & Credly badges yet.Global Masters badges:Nina has no Global Masters badges yet.Followers:Nina has no followers yet.Following:show all 1Anastasia D.
go to post Nina Nif1 · Jul 11, 2023 Congratulation to all the participants and winners! 👏👏👏 Certifications & Credly badges:Nina has no Certifications & Credly badges yet.Global Masters badges:Nina has no Global Masters badges yet.Followers:Nina has no followers yet.Following:show all 1Anastasia D.
Class App.Installer
{
XData setup
{
<Manifest>
<Default Name="SourceDir" Value="/opt/feeder/src"/>
<Default Name="Namespace" Value="FEEDER"/>
<Default Name="Resource" Value="%DB_DEFAULT"/>
<Namespace Name="${Namespace}" Code="${Namespace}" Data="${Namespace}" Create="yes" Ensemble="1">
<Configuration>
<Database Name="${Namespace}" Dir="/voldata/irisdb/feeder" Create="yes" Resource="${Resource}"/>
</Configuration>
I see the resource is %DB_DEFAUILT with all UPPERCASE.