• Patrick Watkins 7
  • NEWBIE
  • 25 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
Found something very odd.  Was testing some latency per this article:
https://help.salesforce.com/articleView?id=How-do-I-run-a-ping-and-traceroute-to-Salesforce&type=1&language=en_us
And the ping with a size of 1400 was timing out.  But the others were fine.
Played around with it and found the magic line was:
ping -f -n 25 -l 1373 ssl.salesforce.com - PING times out
ping -f -n 25 -l 1372 ssl.salesforce.com - PING successful

Tried again later and the magic cutover was 1369-1370.  Anybody know why this is and if it's cause for concern?  I'm assuming it's some kind of dynamic limit SF has on their side of things to protect against DoS attacks or something or limit bandwidth in general, but if it's really super dynamic, they should at least set a floor and publish it so you don't go crazy trying to figure out if you've got a network problem or not.
Hi- I would like to know if there is any ways to find the when the sandbox got refreshed from the Sandbox itself. I know we can see the history in Production. But we have developers working who don't have production access and want to know the date of the last refresh.

Any idea?

Thanks

Hello All,

 

Is it possible to query the storage limit of each org? Is it possible to also query how much of it is being used? I've looked in all the obvious places ($organization) and the docs. All I can find is this information displayed in the UI under company profile, but I would like to access this information programatically.

 

Thanks!
yad 

  • December 03, 2012
  • Like
  • 0