Applies To | |
Product(s): | AutoPIPE |
Version(s): | ALL; |
Area: | Error |
Date Logged & Current Version | June. 2021 12.06.00.048 |
The following appears when using AutoPIPE
---------------------------
Intel(r) Visual Fortran run-time error
---------------------------
forrtl: severe (43); file name specification error, unit 6, file
c:\Users\ni5689\AppData\Locla\Temp\AP_120400\03-31al,
018+01,001' (ES)_4121\03-31AL,01,001 (ES).SQO
Image PC Routine Line Source
libifcoremd.dll 615419D2 Unknown Unknown Unknown
libifcoremd.dll 615661D3 Unknown Unknown Unknown
autopipe.exe 009A1B6F Unknown Unknown Unknown
autopipe.exe 006565D8 Unknown Unknown Unknown
autopipe.exe 01106D9F Unknown Unknown Unknown
autopipe.exe 010FE28E Unknown Unknown Unknown
autopipe.exe 010C840 Unknown Unknown Unknown
autopipe.exe 01368071 Unknown Unknown Unknown
autopipe.exe 013733CF Unknown Unknown Unknown
mfc140.dll 619E7B50 Unknown Unknown Unknown
autopipe.exe 013CA31 Unknown Unknown Unknown
KERNEL32.DLL 75FF6359 Unknown Unknown Unknown
ntdll.dll 7791B7C24 Unknown Unknown Unknown
ntdll.dll 771B7BF4 Unknown Unknown Unknown
---------------------------
OK
---------------------------
Why and how to avoid it?
This Visual Fortran run-time error only occurs when there is a non ASCII character in the path and / or filename (ex notice the square in the name of the model after ',001') Try to refrain from using the following:
( ) parenthesis
# pound
% percent
& ampersand
{ } left / right curly bracket
\ back slash
< left angle bracket
> right angle bracket
* asterisk
? question mark
/ forward slash
blank spaces
$ dollar sign
! exclamation point
' single quotes
" double quotes
: colon
@ at sign
+ plus sign
` backtick
| pipe
= equal sign
Non-ASCII characters
ETC...
Only use Standard ASCII characters with the exceptions mentioned above and do not use Extended ASCII Characters
If compute region is non-English, make sure characters conform to that previously mentioned.
Visual Fortran run-time error messages