INS-30014 Unable to check whether the location specified is on CFS on Windows 11

In this article, we will see the reason and solution for below error. I have received this error when tried to install Oracle 19c database on Windows 11.

INS-30014 Unable to check whether the location specified is on CFS

INS-30014 Unable to check whether the location specified is on CFS

Reason for INS-30014 Unable to check whether the location specified is on CFS

Continue reading INS-30014 Unable to check whether the location specified is on CFS on Windows 11

‘telnet’ is not recognized as an internal or external command operable program or batch file.

In this article, we will see the solution for the below telnet error.

'telnet' is not recognized as an internal or external command, operable program or batch file.

'telnet' is not recognized as an internal or external command operable program or batch file.

What is telnet

Telnet is an application protocol used on the Internet or local area network to provide a bidirectional interactive text-oriented communication facility using a virtual terminal connection.

Reason: Telnet is disabled by default.

Solution: We have to enable telnet by using below steps.
Continue reading ‘telnet’ is not recognized as an internal or external command operable program or batch file.

Docker Error response from daemon: conflict: unable to remove repository reference

When tried to remove an image(hello-world) from docker, we have received below error.

docker image rm hello-world

Error response from daemon: conflict: unable to remove repository reference "hello-world" (must force) - container 2399c8b64bc8 is using its referenced image bf756fb1ae65

Docker Error response from daemon conflict unable to remove repository reference

Reason:
Continue reading Docker Error response from daemon: conflict: unable to remove repository reference