Could not find stored procedure

How to fix this error from a linked server

Could not find stored procedure 'PROJECTO.DBO.PR_ENVIA_DADOS_CLIENTE_LINKED_SERVER'

you need to prefix that with the name of the linked server

how can I do it? thanks

xyz.PROJECTO.DBO.PR_ENVIA_DADOS_CLIENTE_LINKED_SERVER

xyz being the name you have given to the linked server