‎09-08-2024 08:15 AM
Hi everyone,
I am new to MEga hopex I want to make some integration from oracle DB to mega system.
I have some queries need help from community,
-how I can know which database is connected to MEGA hopex?
- where I can see the structure of data,columns or keys in mega side for specific metaclass
‎20-10-2024 10:14 PM
Hi,
The easiest way to import data into the HOPEX repository is through the Excel import functionality:
There are a number of pre-defined templates to use (which can be customized), or you can easily build your own.
There are also two modules that provide enhanced import templates
Kenneth
‎17-10-2024 07:10 PM
Dear Kenneth,
I need to implement one thing I need your suggestions,
I have data from oracle database and I want to post this data to Mega hopex Metaclass is there any way where I can get the data object accepted by the mega hopex, I have data in JSON form
‎26-08-2024 02:49 AM
Hi,
HOPEX uses several databases where the name is based on the environment and repository name.
<environment name>_SystemDb
<environment name>_<repository Name>
HOPEX uses SQL Server as the database backend (not Oracle).
The table structure within the database is not designed to be read via SQL - there are not tables/colmuns for MetaClass and MetaAttributes.
Kenneth