| |  | Die Gewinne der Zukunft werden mit intelligenten, autonomen Elektrofahrzeugen eingefahren. (3DEXPERIENCE) |
Autor
|
Thema: Problem with ABAQUS 6.13-4 (4100 mal gelesen)
|
marscosta Mitglied
 Beiträge: 4 Registriert: 23.11.2015 Windows 10 x64 Education ABAQUS 6.13-4
|
erstellt am: 23. Nov. 2015 16:08 <-- editieren / zitieren --> Unities abgeben:         
Hello, I install ABAQUS, but I can only open the CAE, nothing else works. The verification is: Zitat: Abaqus Product Install Verification...Sat Nov 23 11:34:57 2015 ----------------------------------------------------------------------------- Abaqus/Standard ...ERROR
Abaqus did not complete successfully. Please see std_inst.log for details. Continuing... ----------------------------------------------------------------------------- Abaqus/Explicit (single precision) ...ERROR
Abaqus did not complete successfully. Please see xpl_inst_sp.log for details. Continuing... ----------------------------------------------------------------------------- Abaqus/Explicit (double precision) ...ERROR
Abaqus did not complete successfully. Please see xpl_inst_dp.log for details. Continuing... ----------------------------------------------------------------------------- Abaqus/CAE ...PASS
Continuing... ----------------------------------------------------------------------------- Clean-up... Job files exist. Verification directory C:\SIMULIA\Abaqus\6.13- 4\installation_info\verify will not be deleted.
Licenses seem to be OK (see attached files), but ABAQUS/Standard does not work. Any thoughts? Thank you! PS: Sorry for posting in English, please reply in German if you wish (I can read it). Thank you! Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP |
Mustaine Ehrenmitglied V.I.P. h.c.
     
 Beiträge: 3554 Registriert: 04.08.2005 Abaqus
|
erstellt am: 23. Nov. 2015 16:38 <-- editieren / zitieren --> Unities abgeben:          Nur für marscosta
Your OS is Windows 10? I'm not sure if that is supported. 6.13 was released in 2013... Was the installer running without any issues? [Diese Nachricht wurde von Mustaine am 23. Nov. 2015 editiert.] Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP |
marscosta Mitglied
 Beiträge: 4 Registriert: 23.11.2015 Windows 10 x64 Education ABAQUS 6.13-4
|
erstellt am: 23. Nov. 2015 17:01 <-- editieren / zitieren --> Unities abgeben:         
Yes, I have two other PCs with Windows 10 running this version of Abaqus (6.13-4) correctly, but for some reason while installing on another one the problem described above appeared. The installer concluded correctly (as usual), only the verification failed (the log I show on the first post). The licenses seem correct, but for some reason everything else fails. I found another topic here with similar circunstances ( http://ww3.cad.de/foren/ubb/Forum254/HTML/002291.shtml?3ds - his verify.log is very similar to mine ), but his solution (changing the decimal separator from windows) didn't work for me. Do you think if I upgraded the Abaqus version the problem would resolve? Proof of another PC I have running Windows 10 and this version of ABAQUS: view image here Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP |
Mustaine Ehrenmitglied V.I.P. h.c.
     
 Beiträge: 3554 Registriert: 04.08.2005 Abaqus
|
erstellt am: 23. Nov. 2015 17:22 <-- editieren / zitieren --> Unities abgeben:          Nur für marscosta
|
marscosta Mitglied
 Beiträge: 4 Registriert: 23.11.2015 Windows 10 x64 Education ABAQUS 6.13-4
|
erstellt am: 23. Nov. 2015 17:34 <-- editieren / zitieren --> Unities abgeben:         
Content of std_inst.log: Code: Abaqus JOB std_inst Abaqus 6.13-4 Abaqus Error: Error checking out Abaqus license. Abaqus/Analysis exited with errors
How can this happen if I have the "standard" license:
Code: Users of standard: (Total of 12 licenses issued; Total of 0 licenses in use)
I don't know if this can help, but std_inst.com has many data:
Code: from driverConstants import * from driverStandard import StandardAnalysis import driverUtils, sys options = { 'ams':OFF, 'analysisType':STANDARD, 'applicationName':'analysis', 'aqua':OFF, 'beamSectGen':OFF, 'biorid':OFF, 'cavityTypes':[], 'cavparallel':OFF, 'complexFrequency':OFF, 'contact':OFF, 'cosimulation':OFF, 'coupledProcedure':OFF, 'cse':OFF, 'cyclicSymmetryModel':OFF, 'directCyclic':OFF, 'direct_solver':DMP, 'dsa':OFF, 'dynamic':OFF, 'enrichment':OFF, 'filPrt':[], 'fils':[], 'finitesliding':OFF, 'foundation':OFF, 'geostatic':OFF, 'heatTransfer':OFF, 'importer':OFF, 'importerParts':OFF, 'includes':[], 'initialConditionsFile':OFF, 'input':'std_inst', 'inputFormat':INP, 'interactive':None, 'job':'std_inst', 'keyword_licenses':[], 'lanczos':OFF, 'libs':[], 'magnetostatic':OFF, 'massDiffusion':OFF, 'modifiedTet':OFF, 'moldflowFiles':[], 'moldflowMaterial':OFF, 'mp_mode':THREADS, 'mp_mode_requested':MPI, 'multiphysics':OFF, 'noDmpDirect':[], 'noMultiHost':[], 'noMultiHostElemLoop':[], 'no_domain_check':1, 'outputKeywords':OFF, 'parameterized':OFF, 'partsAndAssemblies':OFF, 'parval':OFF, 'postOutput':OFF, 'preDecomposition':OFF, 'restart':OFF, 'restartEndStep':OFF, 'restartIncrement':0, 'restartStep':0, 'restartWrite':ON, 'rezone':OFF, 'runCalculator':OFF, 'soils':OFF, 'soliter':OFF, 'solverTypes':['DIRECT'], 'standard_parallel':ALL, 'staticNonlinear':ON, 'steadyStateTransport':OFF, 'step':ON, 'subGen':OFF, 'subGenLibs':[], 'subGenTypes':[], 'submodel':OFF, 'substrLibDefs':OFF, 'substructure':OFF, 'symmetricModelGeneration':OFF, 'thermal':OFF, 'tmpdir':'C:\\Users\\JOSJOA~1\\AppData\\Local\\Temp', 'tracer':OFF, 'visco':OFF, } analysis = StandardAnalysis(options) status = analysis.run() sys.exit(status)
Thank you Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP |
Mustaine Ehrenmitglied V.I.P. h.c.
     
 Beiträge: 3554 Registriert: 04.08.2005 Abaqus
|
erstellt am: 23. Nov. 2015 19:25 <-- editieren / zitieren --> Unities abgeben:          Nur für marscosta
|
marscosta Mitglied
 Beiträge: 4 Registriert: 23.11.2015 Windows 10 x64 Education ABAQUS 6.13-4
|
erstellt am: 24. Nov. 2015 10:16 <-- editieren / zitieren --> Unities abgeben:         
First of all thank you for your suggestions! I've ran a simple inp (attached to this post), and no luck. The results in the computer with the problem:
Code: C:\SIMULIA\Abaqus\Commands>abaqus job=truss interactive Abaqus JOB truss Abaqus 6.13-4 Abaqus Error: Error checking out Abaqus license. Abaqus/Analysis exited with errors
The same results in another Win10 PC I have next to it:
Code: C:\SIMULIA\Abaqus\Commands>abaqus job=truss interactive Abaqus JOB truss Abaqus 6.13-4 Abaqus License Manager checked out the following licenses: Abaqus/Standard checked out 5 tokens. <7 out of 12 licenses remain available>. Begin Analysis Input File Processor 11/24/2015 9:06:06 AM Run pre.exe 11/24/2015 9:06:17 AM End Analysis Input File Processor Begin Abaqus/Standard Analysis 11/24/2015 9:06:17 AM Run standard.exe 11/24/2015 9:06:28 AM End Abaqus/Standard Analysis Abaqus JOB truss COMPLETED
I'm more and more inclined to think this may be some kind of hardware incompatibility... Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP |
Mustaine Ehrenmitglied V.I.P. h.c.
     
 Beiträge: 3554 Registriert: 04.08.2005 Abaqus
|
erstellt am: 24. Nov. 2015 11:04 <-- editieren / zitieren --> Unities abgeben:          Nur für marscosta
I would think, that the machine can't reach the license server, but then it's strange that /CAE is starting... Try to start /CAE again and try to ping the machine with the license server. But if that works, then I've no further idea at the moment. Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP |
| Anzeige.:
Anzeige: (Infos zum Werbeplatz >>)
 |