Could not process your request. Please contact support.

Posts about the simPRO API. Help/support/how-to etc.
Forum rules
  • Check the documentation first. Before posting questions, please check the documentation to ensure it doesn't already cover what you need.
  • No spam. All automated messages, advertisements, and links to competitor websites will be deleted immediately.
  • Post in relevant sub-forums only. Messages posted in the wrong topic area will be removed and placed in the correct sub-forum by moderators.
  • Respect other users. No flaming or abusing fellow forum members. Users who continue to post inflammatory, abusive comments will be deleted from the forum after two warnings are issued by moderators.
  • Harassment. No threats or harassment of other users will be tolerated. Any instance of threatening or harassing behavior is grounds for deletion from the forums.
  • Adult content. No profanity or pornography is allowed. Posts containing adult material will be deleted.
  • Bandwidth. All images and signatures must be 500 x 500 pixels or smaller. Posts containing over-sized images and signatures will be removed.
  • Illegal content. No re-posting of copyrighted materials or other illegal content is allowed. Any posts containing illegal content or copyrighted materials will be deleted.
Post Reply
Mike_Roberts
Posts: 8
Joined: Thu Feb 16, 2023 10:55 pm

Could not process your request. Please contact support.

Post by Mike_Roberts » Wed Mar 08, 2023 9:13 am

In running our ETL tooling on a large migration of Salesforce data into simPRO we experienced intermittent failures in GETs and POSTs against our private instance after 4 hours of loading data via the API. Can we please get some support on this to understand what went wrong?

Re-running the same block worked in isolation just now worked so it makes me think it's something to with the volume of requests we were making against the server.

Could I please request the specs for our instance? Send via email.

Code: Select all


// Response to get costCenters endpoint
INFO	REQUEST RESULT {
  errors: [
    {
      path: null,
      message: 'Could not process your request. Please contact support.',
      value: null
    }
  ]
}

// Posting oneoff
post request end options: {
  hostname: '####.simprocloud.com',
  port: '443',
  path: '/api/v1.0/companies/2/quotes/36045/sections/3583/costCenters/4804/oneOffs/',
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    Accept: 'application/json',
    Authorization: 'Bearer #######',
    'Content-Length': 206
  }
}

INFO	post request end error: [
    {
        "path": null,
        "message": "Could not process your request. Please contact support.",
        "value": null
    }
]
Post Reply