Posts

Showing posts with the label Error

Salesforce Workbench Memory Error On Data Updates

Image
  Hi, When I was working on inserting some records using Salesforce Workbench tool online, I received below error. Error: "Workbench almost exhausted all its memory after only processing 0 rows of data. When performing a large data load, it is recommended to use a zipped request for processing with the Bulk API. To do so, rename your CSV file to 'request.txt', zip it, and try uploading again to Workbench." Surprisingly the file I was using was not big enough that it would need to be split in to multiple files. It seems that this is another issue Workbench tool has discovered since last few weeks. Please find workaround solution to above error below. Solution: 1. Login to https://www. packmagix .com using your Salesforce credentials. 2. Click on  Data Insert  menu item in the  Home  tab for Data Insert operation. For other operations select other menu item as required. 3. Select a Salesforce Object you want to import . e.g. Account. 4. Default Mode of import is...

Workbench UNKNOWN ERROR: read error on connection to ec2-34-194-152-137.compute-1.amazonaws.com:6379

Image
  Hi, I was trying to run an SOQL query in Salesforce Workbench and I got below error. Error: "UNKNOWN ERROR: read error on connection to ec2-34-194-152-137.compute-1.amazonaws.com:6379" There is no immediate resolution to this error provided by Salesforce yet. Solution: You can use Salesforce Inspector chrome extension if you have install rights on your computer and using Chrome as your primary browser. Please see below for a web solution similar to Workbench that can work in any browser. You can try workaround solution below if you are still unable to run an SOQL query on Workbench tool. 1. Login to https://www. packmagix .com using your Salesforce credentials. 2. Click on Data Export  menu item in the Home tab. 3. Select the Salesforce Object you want to query on. e.g. Account. 4. Select the fields you want in SOQL query and click on Add to Fields button. 5. The selected fields should appear in SOQL Fields box below. Optionally you can add or remove fields in this box ma...