Hi everyone!
When trying to install Abaqus learning edition 2023, I'm getting the below error message and the program never starts:
"Abaqus Error: Abaqus/CAE Kernel exited with an error"
I've already tried:
- Installing and uninstalling several times.
- Deleting the files and downloading again.
- Installing the software with admin privilege and disabling antivirus.
- Running the installed software with admin privilege and disabling antivirus.
Result is always the same, and also the verification logs are the same each time (I'm attaching these at the end of this question).
ASK
How can I solve this issue?
Based on the logs I'm sharing, is there any public documentation that may be useful to solve my issue?
Greetings!
------------------ CAE LOG
Fetching files: ['viewer_tutorial.odb', 'installVerify.guiLog', 'cmpVerify.rpt']
Abaqus FETCH job viewer_tutorial.odb
fetching: viewer_tutorial.odb
Abaqus FETCH job installVerify.guiLog
fetching: installVerify.guiLog
Abaqus FETCH job cmpVerify.rpt
fetching: cmpVerify.rpt
Action Type: cae
JobTest cae args: ['-GUIT', 'installVerify.guiLog']
Abaqus Error: Abaqus/CAE Kernel exited with an error.
------------------ PARAM LOG
Fetching files: ['studyQA_std', 'studyQA_exp']
Abaqus FETCH job studyQA_std
fetching: studyQA_std.psr
fetching: studyQA_std.inp
fetching: studyQA_std.psf
Abaqus FETCH job studyQA_exp
fetching: studyQA_exp.psr
fetching: studyQA_exp.psf
fetching: studyQA_exp.inp
Running Rename std reference file
Action Type: rename
JobTest param args: ['studyQA_std.psr', 'studyQA_std.ref']
Renaming studyQA_std.psr to studyQA_std.ref
Validating action status
Validate status passed.
Running Rename exp reference file
Action Type: rename
JobTest param args: ['studyQA_exp.psr', 'studyQA_exp.ref']
Renaming studyQA_exp.psr to studyQA_exp.ref
Validating action status
Validate status passed.
Running Abaqus/Standard parametric studies
Action Type: script
JobTest param args: ['-script', 'studyQA_std']
Run C:\\SIMULIA\\CAE\\2023LE\\win_b64\\code\\bin\\eliT_SiteID.exe
Failed to dsl_list_licenses: 436207704
Abaqus Error: eliT_SiteID.exe exited with an error.
Abaqus test procedure exited with errors
Run C:\\SIMULIA\\CAE\\2023LE\\win_b64\\code\\bin\\eliT_SiteID.exe
Failed to dsl_list_licenses: 436207704
Abaqus Error: eliT_SiteID.exe exited with an error.
Abaqus test procedure exited with errors
***COMMENT: Starting execution of all designs of the parameter study:
***WARNING: studyQA_std_p1_c1 failed
***WARNING: studyQA_std_p1_c2 failed
***ERROR: Unable to find any results for job studyQA_std_p1_c1
Execution terminated: see line 33 in file studyQA_std.psf
------------------------------------------------------------------------
29 # study output at end of step 1
30 skewStudy.output(step=1)
32 # gather displacement results at node 405
33 -> skewStudy.gather(results='N405_U', variable='U' ,node=405)
35 # screen report of U3 displacement results at node 405
36 #skewStudy.report(PRINT, results=('N405_U.3'))
38 # for QA purposes
------------------------------------------------------------------------
- 'Abaqus/Standard parametric studies' Failed.
Running Abaqus/Explicit parametric studies
Action Type: script
JobTest param args: ['-script', 'studyQA_exp']
Run C:\\SIMULIA\\CAE\\2023LE\\win_b64\\code\\bin\\eliT_SiteID.exe
Failed to dsl_list_licenses: 436207704
Abaqus Error: eliT_SiteID.exe exited with an error.
Abaqus test procedure exited with errors
Run C:\\SIMULIA\\CAE\\2023LE\\win_b64\\code\\bin\\eliT_SiteID.exe
Failed to dsl_list_licenses: 436207704
Abaqus Error: eliT_SiteID.exe exited with an error.
Abaqus test procedure exited with errors
***COMMENT: Starting execution of all designs of the parameter study:
***WARNING: studyQA_exp_p1_c1 failed
***WARNING: studyQA_exp_p1_c2 failed
***ERROR: Unable to find any results for job studyQA_exp_p1_c1
Execution terminated: see line 6 in file studyQA_exp.psf
------------------------------------------------------------------------
1 study=ParStudy(par='xLength', directory=ON, verbose=OFF, licenseCheck=ON)
2 study.sample(VALUES, par='xLength', values=(6.0,6.1))
3 study.combine(MESH)
4 study.generate(template='studyQA_exp')
5 study.execute(token=ALL, execOptions='noGUI')
6 -> study.gather(result='allke', step=1, inc=LAST, variable='ALLKE')
7 study.gather(result='rf', step=1, inc=LAST, variable='RF', node=17)
8 study.report(FILE, results=('rf.1','allke'), file='studyQA_exp.psr')
------------------------------------------------------------------------
- 'Abaqus/Explicit parametric studies' Failed.
