While trying to run

docker compose up -d i am getting below error
error during connect: Get “http://%2F%2F.%2Fpipe%2FdockerDesktopLinuxEngine/v1.46/containers/json?all=1&filters=%7B%22label%22%3A%7B%22com.docker.compose.config-ha
sh%22%3Atrue%2C%22com.docker.compose.project%3Dodpt-orchestrator%22%3Atrue%7D%7D”: open //./pipe/dockerDesktopLinuxEngine: The system cannot find the file specifie
d.
Unable to understand what i did wrong

2 Spice ups

You would need to post the docker-compose.yml file for anyone to be able to guess what went wrong.
%2F is a Unicode / character
So likely you have some syntax issue in the yml file.
If you don’t want to post it here, there are online syntax checkers.
Quick Google search found this one: YAML Validator Online to validate YAML data