The following appears when using AutoPIPE
---------------------------Intel(r) Visual Fortran run-time error ---------------------------forrtl: severe (43); file name specification error, unit 6, filec:\Users\ni5689\AppData\Locla\Temp\AP_120400\03-31al,018+01,001' (ES)_4121\03-31AL,01,001 (ES).SQOImage PC Routine Line Source libifcoremd.dll 615419D2 Unknown Unknown Unknownlibifcoremd.dll 615661D3 Unknown Unknown Unknownautopipe.exe 009A1B6F Unknown Unknown Unknownautopipe.exe 006565D8 Unknown Unknown Unknownautopipe.exe 01106D9F Unknown Unknown Unknownautopipe.exe 010FE28E Unknown Unknown Unknownautopipe.exe 010C840 Unknown Unknown Unknownautopipe.exe 01368071 Unknown Unknown Unknownautopipe.exe 013733CF Unknown Unknown Unknownmfc140.dll 619E7B50 Unknown Unknown Unknownautopipe.exe 013CA31 Unknown Unknown UnknownKERNEL32.DLL 75FF6359 Unknown Unknown Unknownntdll.dll 7791B7C24 Unknown Unknown Unknownntdll.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
Bentley AutoPIPE