62
Points
Questions
9
Answers
14
-
When I select after yesterday in the pop-out, set the time and hit “set”…
It returns to my criteria screen without the time set… this happens for both the sales order datecreated field and the system notes: date field. It will not save the time…
- 2718 views
- 6 answers
- 0 votes
-
For anyone else running into this, adding the following SOAP Client headers seems to have corrected this issue…
//set the Headers of Soap Client.
$client = new SoapClient($wsdlUrl, array(
‘trace’ => true,
‘keep_alive’ => true,
‘connection_timeout’ => 5000,
‘cache_wsdl’ => WSDL_CACHE_NONE,
‘compression’ => SOAP_COMPRESSION_ACCEPT | SOAP_COMPRESSION_GZIP | SOAP_COMPRESSION_DEFLATE,
));- 2557 views
- 5 answers
- 1 votes
-
I loaded APM and it agrees that I am not hitting limits…
I seem to be maxing out at no more than 75% occasionally. The “exceeding” chart is empty…
And I do understand and utilize restlets as well. I just do not want to have to redevelop this particular app to use a restlet at this moment.
- 2557 views
- 5 answers
- 1 votes
-
I am no where near my concurrency limits and yes, I plan to go restlet, when the resources become available. But I’d like to keep this limping along for a little while. It is strange that before May, we had no issues with this. Sometime in May, it started killing us.
- 2557 views
- 5 answers
- 1 votes