Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations JStephen on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to start job, Error appears in Abaqus Command

Status
Not open for further replies.

Nassasa

Bioengineer
Joined
Sep 23, 2020
Messages
6
Location
DE
Hello everyone,
every time i start a job, using any model (simple or complicated) the job gets aborted immediatly and i get no errors in abaqus cae, but in the command window i get these lines, so please if anyone can help it will be much appreciated. and thanks.
Traceback (most recent call last):
File "SMAPylModules\SMAPylDriverPy.m\src\analysis.py", line 1486, in <module>
File "SMAPylModules\SMAPylDriverPy.m\src\analysis.py", line 1380, in run
File "SMAPylModules\SMAPylDriverPy.m\src\analysis.py", line 572, in _scanInput
File "SMAPylModules\SMAPylDriverPy.m\src\driverInputScan.py", line 122, in scan
File "SMAPyrModules\SMAPyrInpPy.m\src\inpParserCty.py", line 165, in parse
File "C:\Program Files\Dassault Systemes\SimulationServices\V6R2017x\win_b64\tools\SMApy\python2.7\lib\locale.py", line 522, in getlocale
return _parse_localename(localename)
File "C:\Program Files\Dassault Systemes\SimulationServices\V6R2017x\win_b64\tools\SMApy\python2.7\lib\locale.py", line 435, in _parse_localename
raise ValueError, 'unknown locale: %s' % localename
ValueError: unknown locale:
 
Do you run these jobs using parallelization (multiple CPUs) ? Did you try submitting them through the command line, without CAE ?
 
i tried using multiple CPUs, and i tried without sellecting the parallelization in CAE, and with parallelization, but both didnt work, and about submitting job through command, i dont know how to do it, if u can please tell me it will be much appretiated, and thanks.
 
Open command window and type:
abaqus j=input_file_name interactive

You can use exemplary input files from the documentation for this purpose.
 
this worked, thank you very much, if you have any idea why that error was shown in the CAE and how to fix it, please tell me, till then ill use the command window, thank you very much.
 
I don't think that there is a direct fix. It seems that A/CAE can't query this locale name - whatever this is. Maybe your machine name, to send it to the license server.

Maybe this is fixed in a newer version.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top