Skip to main content
Solved

Does FME have an option to show where network calls are going when a reader is used?

  • April 16, 2021
  • 3 replies
  • 40 views

I am trying to connect to a salesforce account with the Salesforce reader. I keep getting an HTTP/FTP error "Could not connect to the server". I assume this is a proxy error where the reader is being blocked by my organization's firewall. To fix it, I would need to submit a Port Open Request to allow the traffic inside my organization. But I have no idea which port or URLs FME is trying to hit with the Salesforce reader. Is there a tool inside of fme that would allow me to see where FME is getting hung up? Or something outside of FME to look at that information?

Best answer by hkingsbury

Try enabling the Debug log and see if that details the url its trying to hit

Screenshot 2021-04-19 074832 

If that doesn't provide what you need, you can look at setting up Fiddler to inspect your http traffic in and out of FME. This post may provide some more details into setting it up

https://community.safe.com/s/question/0D54Q000080hfSN/view-calls-from-httpcaller-in-fiddler-over-ssl

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • Best Answer
  • April 18, 2021

Try enabling the Debug log and see if that details the url its trying to hit

Screenshot 2021-04-19 074832 

If that doesn't provide what you need, you can look at setting up Fiddler to inspect your http traffic in and out of FME. This post may provide some more details into setting it up

https://community.safe.com/s/question/0D54Q000080hfSN/view-calls-from-httpcaller-in-fiddler-over-ssl


david_r
Celebrity
  • April 19, 2021

Try enabling the Debug log and see if that details the url its trying to hit

Screenshot 2021-04-19 074832 

If that doesn't provide what you need, you can look at setting up Fiddler to inspect your http traffic in and out of FME. This post may provide some more details into setting it up

https://community.safe.com/s/question/0D54Q000080hfSN/view-calls-from-httpcaller-in-fiddler-over-ssl

And if that doesn't work, I'd consider third-party tools such as Fiddler or Wireshark, which will let you know what happens on a more fundamental level.


  • Author
  • April 19, 2021

Try enabling the Debug log and see if that details the url its trying to hit

Screenshot 2021-04-19 074832 

If that doesn't provide what you need, you can look at setting up Fiddler to inspect your http traffic in and out of FME. This post may provide some more details into setting it up

https://community.safe.com/s/question/0D54Q000080hfSN/view-calls-from-httpcaller-in-fiddler-over-ssl

Thank you both @hkingsbury​ @david_r​ that's exactly what I was looking for.