Hi,
I am completing the Advanced Capstone but keep encountering a network error (photo) for the past week or so after only being logged in for approximately 20 minutes. I am using advdev12.
Has anyone lese encountered this issue? Is there another classroom ID I could use?
Thanks,
William Oliver
Hello William,
Thanks for highlighting.
Evangelists are investigating and will revert here with any updates/relevant questions.
Kind regards,
Leah
Hi that is less than ideal!
Does the environment work ok for you for the first 20 mins? Is the error perhaps happening when you run a particular line of code? Or does it happen in even when idle?
Thanks,
Michaela
Hi @Michaela
Thanks for getting back to me.
It happens even when it is idle, I am done all sections up until 3.2, then it produces this error when sitting idle or attempting the next exercise.
Thanks,
William
Section 3 requires the use of handles and as you are getting a network error at this point it indicates there could be some issue with how you are calling to separate process.
I just tried the entire project and was able to complete and session has been open for >30mins without erroring.
I will reach out directly to you - a screen share might be best here to see whats going wrong.
Thanks
Thanks for catching up offline !
Posting the solution here for others that may encounter it going forward - the network error was happening when trying to change the port using
\p 5099
A word of warning here to other users - do not try and do this while using Developer as it will cause it to crash.
instead you can access the remote process using a handle
hdbH"1+1"
or connecting via the remote scratchpad as detailed in the Advanced IPC module.
Thanks,
Michaela