Port 86 mfcobol

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

an application i have used previously wont open. I get the error message

CCITC32-0034E CCITCP could not find 'mfcobol' port in the 'services' file.

The software people said something is blocking port 86. How can i find out
if this is the case. Everything so far shows nothing.

Running XP pro SP2
 
Hansorian said:
an application i have used previously wont open. I get the error message

CCITC32-0034E CCITCP could not find 'mfcobol' port in the 'services' file.

The software people said something is blocking port 86. How can i find out
if this is the case. Everything so far shows nothing.

Running XP pro SP2
It says "could not find 'mfcobol' port in the 'services' file.

The 'services' file is a file located on your computer. and resides,
from memory in C:\windows\system32\drivers\etc.

Anyway, search for the file on your system drive and open it with
'notepad' or 'wordpad' and look at it.

It contains lines of the form:

<nameofservice> <port>/<protocol> <options>

Try adding a line in the right place that says:

mfcobol 86/TCP

If that doesn't work add another line:

mfcobol 86/UDP

If that doesn't work you will have to check with the supplier. I don't
*think* that it is a blocking issue.

Cheers,

Cliff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top