User Guide > Frequently Asked Questions (FAQs)
Was this helpful?
Frequently Asked Questions (FAQs)
This topic provides a list of Frequently Asked Questions (FAQs).
What SDKs are available?
Has the scripting language changed?
Yes and No. The former names for the scripting language—RIFL, djBasic, and EZscript are the same and all functions are still supported. Many functions have new parameters and there may be a few new functions. Also, due to many changes, the process object methods are exposed through scripting language for the power users.
Does the engine still support version 9 djengine commands?
Yes. The same operations are exposed and documented for use with the version 12 engine. Version 9 artifacts will still load and run in the current GUI but you will not be able to create new v9 artifacts.
Are 32-bit operating systems still supported?
No. We have upgraded the IDE and the engine to use 64-bit OS functionality as there was minimal impact on a few connectors, where the client drivers such as ODBC and MS Access must be updated. Furthermore, COM is no longer supported.
What version of Java is supported?
Java 11 LTS is the embedded Java version for the engine and IDE. All Actian DataConnect Java-based components, connectors and SDKs require Java 11.
Is multi-threading supported?
Yes. Process workflows are designed to execute multiple parallel threads.
Does the Expression Results control panel still work?
Yes. This feature is re-implemented in version 12 as the IDE is a desktop application and can leverage the embedded DataConnect engine.
Is the engine execution profiler still available?
Yes. The execution profiler provides a graphical representation of events, actions, and scripting that occurs in maps and processes. This allows quick identification of performance bottlenecks. Outliers can be spotted and remediated in the design environment before ever reaching production.
What are the deployment options for runtime?
The integrations can be run and tested from the design environment before porting to another environment. Deployment on a production runtime environment can be a stand-alone engine, DataCloud, Actian Hybrid Integration Manager, on-premise via djengine CLI, or within a custom application which utilizes one of the available SDKs. Also, the the on-premise deployments can be managed within Docker containers.
Does Change Source and Change Target still work?
Yes. All events and actions supported in version 9 are restored. This includes the OnDataChange event management and leading or trailing options for v9 artifacts. The v10 event model that DataConnect v12 uses is different from v9 and does not include ChangeSource and ChangeTarget events. This is because v10 style artifacts can support multiple sources and targets and the event model accommodates doing the equivalent. Furthermore, many new events were added to allow firing your own events, doing aggregation and other tasks that could only be done before through scripting. Joins, Lookups and Temp Targets are now additional sources/targets.
Can the metadata be accessed and edited directly?
Yes. XML (for v9 artifacts), JSON (for v10 artifacts) and Text editing are included in the IDE so that you can use the artifacts as a typical “resource” on the file system. However, it is recommended to back up the artifacts first as there is no support for the changes that are done through these included editors.
Are the e-Document connectors like EDI, HIPAA, HL7, and SWIFT still supported?
Yes. The document schema designer features are integrated with the IDE. Hence, a separate application is not required. Also, the usability has improved as the schema have their own editors specific to the document type.
Is there a Developer Community?
Yes. The Developer Community portal is https://communities.actian.com/s/.
Are third party source control systems supported?
Yes, but not integrated firmly. We use an open metadata repository that leverages the file system so other tools (such as GitHub) can more easily be used to manage the artifacts.
What different types of life cycle management or versioning features are available?
Artifacts that are created or updated within Actian DataConnect are automatically tagged with major and minor version properties. This version information can be viewed and edited from an artifact’s Properties tab. Every time an artifact is saved, the minor version of the artifact is increased automatically. After the artifact has changed significantly, you may manually change the major version property as desired. You can create deployable packages with differently versioned artifacts based on these properties.
You can also use version control systems like Git or SVN. This will help you to collaborate and track your changes better and also allow you to go back and restore previous versions.
Is Integration Hub (iHub) still supported?
No, it is not supported.
Does Content Extractor Editor (earlier called as Extract Schema Designer work in version 12?
Yes, there is an Extract Designer that procures the CXL which will run with the engine using the Actian Extract connector.
Last modified date: 02/09/2024