🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Can someone help me resolve this error

User: "Sai Sampreeth Indharapu"
Altair Community Member
Updated by Sai Sampreeth Indharapu

I see the following error when I am trying to simulate a patch antenna model:

 

The following message from the master process (MYID= 0):

ERROR 33867: Error (13) checking/creating temporary directory at C:\Temp\

See also message in the output file pentagonalantenna_2021_new2_fr_1_ada_1.out

The following message from the master process (MYID= 0):

ERROR 3978: Internal Feko error. Please notify the Feko support team and provide the error number, preferably together with the Feko input and output files.

ERROR 31028: Error occurred while trying to read from the file pentagonalantenna_2021_new2_fr_1.bof

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "GGAMPALA"
    Altair Employee
    Updated by GGAMPALA

    The model ran without any issues and produced the below result. Looks like the error is related to some read/write permission issues to the temp directory on your machine. Try using the discrete frequency sweep instead of the continuous sweep, which doesn't produce any intermediate files. To resolve the issue with continuous sweep, try changing the temp directory to some other folder with read/write permissions (you can change the temp directory through the environment variable FEKO_TMPDIR).

     

    image

    User: "Sai Sampreeth Indharapu"
    Altair Community Member
    OP
    Updated by Sai Sampreeth Indharapu

    It worked. Thank you.