I've been trying to load users from AD to RMP using SEC and LDAP adapter.
Until now, everything went fine. I could connect to AD and login. But when doing the search I'm getting the 413 error "Request Frame too Large".
is this a jetty configuration? can I increase the size of the request?
Best Regards,
Rodrigo
You can call resources on your local servers from your RunMyProcess applications in the cloud! Start adding adapters to connect to your local resources
The SEC cannot process more than 1 Mb of raw information at one time. If you are using adapters the infomation is transformed to base64 which may make the package a little bigger. A good rule of thumb is to keep the returned data under 800 Kb.
You must also make sure that transactions are done whithin a 60 second timeframe. If your transaction takes longer that 60s to respond you will see a timeout error in RunMyProcess even though the process is still running.