Hi all,
I have written a program in python which runs an inverse analysis in Abaqus 6.9.
The program basically runs the same job several times with different material properties to determine the correct material setup.
The program seems to run fine, but whenever it reaches one hour running time, Abaqus gives the message "Disconnect ing from Abaqus license server" and exits both the python program and Abaqus.
It always happens just after the input file is written for a new job, then exits before the job is actually started.
There is a crash dump file which says:
"ABQcaeK.ex e caused an EXCEPTION_ACCES S_VIOLATION in module ABQCAE_ModKerHi gh.dll at 001B:100DF066, ajbK_JobIntObj: :ParseOptionalA rguments1()+915 8 byte(s)"
I am not sure if this is relevant.
Thanks in advance for any help I can get on this, as I am completely stuck at the moment.
Danny
I have written a program in python which runs an inverse analysis in Abaqus 6.9.
The program basically runs the same job several times with different material properties to determine the correct material setup.
The program seems to run fine, but whenever it reaches one hour running time, Abaqus gives the message "Disconnect ing from Abaqus license server" and exits both the python program and Abaqus.
It always happens just after the input file is written for a new job, then exits before the job is actually started.
There is a crash dump file which says:
"ABQcaeK.ex e caused an EXCEPTION_ACCES S_VIOLATION in module ABQCAE_ModKerHi gh.dll at 001B:100DF066, ajbK_JobIntObj: :ParseOptionalA rguments1()+915 8 byte(s)"
I am not sure if this is relevant.
Thanks in advance for any help I can get on this, as I am completely stuck at the moment.
Danny
Comment