Delivery Manager Tool - Extraction - Fatal Error - SQL-PLSQL - com castsoftware util logger exceptions
Description
This page provide solution to the error mentioned below which is encountered while running extraction
com.castsoftware.util.logger.exceptions.LogException:
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:-2)
Observed in CAST AIP
| Release | Yes/No |
|---|---|
| 8.0.x | ✅ |
| 7.3.x | ✅ |
| 7.2.x | ✅ |
| 7.0.x | ❌ |
Observed on RDBMS
This section is not applicable for this page(DMT)
| RDBMS | Yes/No |
|---|---|
| Oracle Server | NA |
| Microsoft SQL Server | NA |
| CSS2 | NA |
| CSS1 | NA |
Step by Step Scenario
Run extraction in DMT using .castextraction file
Error in the log :
com.castsoftware.util.logger.exceptions.LogException:
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:-2)
Action Plan
The .castextraction file which was created with the CastAIP version before 7.0.8 cannot be used with the version >7.0.8 as there is a change in the character set. To use the .castextraction file we need to create the delivery output using the tool
- Open the CASTDBGUI.jar in the installation folder of the SAME CastAIP using which the extraction was performed
- Uncheck the option extraction
- give the extraction file path till the filename with out extension folder in options tab
- Give the Delivery folder path in the target tab
- Then click on run application
- Use the delivery output in the target folder and discover using the DMT
Create the delivery output using the CASTDBGUI.jar and use the cast delivery output
Impact on Analysis Results and Dashboard
Use To be Decided (TBD) in case you don’t know about the impact.
Notes/comments
CASTDBGUI.jar Following is the CASTDBGUI.jar for the version 7.0.8
Related Pages