Skip to main content

Applications

The Applications screen is the central registry of every application Nomasx-1 connects to. One line per application. Each row holds the identifier displayed across the rest of the product, the type of the source system, the database backend and the connection details (host, port, JDBC URL, user, password).

It is the first screen to populate when bringing a new source system in, and the last one to touch once everything else works.


At a glance

Nomasx-1 · Settings · Global · ApplicationsIDNAMETYPEDBHOST12JDE ProductionJDEORACLEdb-prd-jde-01.corp.local13JDE TestJDEORACLEdb-tst-jde-01.corp.local21SAP ProductionSAPHANAdb-prd-sap-01.corp.local

Goal of the view

Maintain the registry that every other screen references:

  • Declare each source system. One row per application — ID, name, type (JDE, SAP, custom…), database type (ORACLE, HANA, MSSQL, POSTGRES…), host.
  • Carry the connection details. Port, database, JDBC URL, user, password, direct-DB / DB-link flags are stored here, hidden from the default grid layout. The values are read by the Nomasx-1 scanners.
  • Establish the application ID that flows through every other screen — the connection between user, role, conflict, licence and audit data.

Columns

ColumnSourceWhat it tells you
IDAPPS_ID — numeric identifier.The application identifier referenced everywhere else in the product.
NameAPPS_NAME — friendly name.Human-readable label.
TypeAPPS_TYPE — source-system type.JDE, SAP, custom… Used by the connector to know which catalog to read.
Database typeAPPS_DBTYPE — backend type.ORACLE, HANA, MSSQL, POSTGRES, …
CountryAPPS_CTRY_ID — ISO country code.Country tag on the connector.
HostAPPS_HOST — server.Hostname / IP.
PortAPPS_PORT — port. Hidden.Database port.
DatabaseAPPS_DATABASE — schema / SID. Hidden.DB-side identifier.
User / PasswordAPPS_USER, APPS_PASSWORD — credentials. Hidden.Used by Nomasx-1 to read the source.
Direct DB / DB LinkAPPS_DIRECTDB, APPS_DBLINK — flags. Hidden.Indicates whether the connector goes through a DB link or directly.
JDBCAPPS_JDBC — JDBC URL. Hidden.Connection string used when not via DB link.

Audit columns APPS_AUDIT_USER, APPS_AUDIT_DATE are kept on the row.


Edit dialog

Click Add in the toolbar to create a new application, or double-click an existing row to edit. The dialog opens on the Application tab. The two read-only tabs Activity Log and Audit Trail are hidden on Add — they appear only when editing an existing row.

Edit application — JDE ProductionApplicationConnectionJD EdwardsLDAPActivity LogAudit TrailID12NameJDE ProductionTypeJDE ▾Database typeORACLE ▾REQUIRED ON ADDID is read-only on edit and required on add. Name, Type and Database type are required on both.Activity Log and Audit Trail tabs only appear after the row exists.CancelSave

Tab 1 — Application

Identity of the application. ID is read-only when editing and required when adding. All four fields are mandatory.

FieldWhat to enter
IDNumeric identifier. Stays stable across the product — do not renumber after the application is in use.
NameFriendly label that surfaces on every export.
TypeSource-system type: JDE, SAP, custom. Drives which connector reads the source.
Database typeBackend technology: ORACLE, HANA, MSSQL, POSTGRES, …

Tab 2 — Connection

Where the source database lives and how Nomasx-1 reaches it.

FieldWhat to enter
HostHostname or IP of the database server.
PortDatabase port (1521 for Oracle, 1433 for MSSQL, …).
DatabaseSchema / SID / service name.
UserRead-only account Nomasx-1 uses to scan the source.
PasswordPassword for the account. Stored encrypted by Nomasx-1.

Tab 3 — JD Edwards

JDE-specific configuration. Only relevant when Type on the Application tab is JDE. The first six fields name the JDE OCM datasources Nomasx-1 reads to extract security; the rest control behaviour.

FieldWhat to enter
JDE SYName of the JDE System datasource (security tables, OCM).
JDE DTABusiness Data datasource.
JDE CTLControl Tables datasource.
JDE SVMServer Map datasource.
JDE COCentral Objects datasource.
JDE OLObject Librarian datasource.
F00950Schema or table where the JDE Security Workbench is stored.
Standard MenuY if the application uses the JDE standard menu; N for a customised menu.
E1 PagesY to extract E1 Pages from the source.
E1 CompositeY to extract Composite Applications.
Purge OUTY to let Nomasx-1 purge old Object Usage Tracking rows automatically.
OUT Retention DaysNumber of days of OUT history to retain when the purge runs.

Tab 4 — LDAP

LDAP / Active Directory scope for the application. The values control which AD entries are pulled when the LDAP scan runs.

FieldWhat to enter
LDAP ContextBase DN to start the search from (e.g. OU=Users,DC=corp,DC=local).
LDAP FilterLDAP search filter restricting the entries pulled.
LDAP ExcludeComma-separated list of entries to exclude from the scan.

Tab 5 — Activity Log

Configures which database objects Nomasx-1 should monitor to feed the Applications → Activity log screen. Embedded grid of monitoring rules; one row per rule. Add a row to extend the surface, remove a row to narrow it. Hidden on Add — appears only after the application exists.

FieldWhat to enter
TypeKind of object the rule targets (e.g. TABLE, SCHEMA, OWNER).
Apps TypeSub-class within the type — used by the connector to know how to query the rule's target.
NameName of the table, schema or owner the rule applies to.
RuleCollection rule itself (column filter, include / exclude expression, retention…).

Each row opens in its own dialog with the four fields above.

Tab 6 — Audit Trail

Configures the connection Nomasx-1 uses to read the Oracle archive logs for this application. Single form, one row per application. The values are read by the connector that pulls the audit data and feeds the Database → Audit Trail / Audit Lookup screens. Hidden on Add — appears only after the application exists.

FieldWhat to enter
UserDatabase account that can read the archive log views.
PasswordPassword for that account. Stored encrypted.
HostHostname or IP of the database holding the archive logs.
PortDatabase port (1521 on a standard Oracle install).
DatabaseService name / SID of the database.
SCNStarting System Change Number — where the next extraction resumes from.
LastRead-only timestamp of the last successful extract.

Context menu

Right-click a row to open the row menu. The shortcuts jump to the dedicated screens pre-filtered on the selected application.

ActionWhere it lands
JD EdwardsJDE-specific settings screen for the application.
LDAPLDAP scope screen for the application.
Activity LogDatabase → Activity Log filtered on the current application.

Tips & best practices

  • Application IDs should be stable. Once an application is referenced across roles, conflicts, licences and audit trail, renumbering the ID breaks the history.
  • Pick a meaningful name. The application name surfaces on every export — short, recognisable labels make the deliverables easier to read.
  • Keep the credentials current. A connector failing on credentials is the most common reason scans go stale.
  • For non-JDE sources (SAP, custom ERPs), make sure the Type value matches what the Nomasx-1 connectors expect — the scanners branch on it.