SAP-specific connection errors
- Logon not possible
- Gateway / router
- HANA SQL
User locked, wrong client, or password expired. Check SU01 in the SAP GUI and password policy. For SNC or SSO, verify SAP SSO configuration matches the PSE on the app server.
SAP often returns generic messages to external callers. Ask your basis team for SM21 / dev traces timed to your failed Planasonix run.
OData pagination
OData feeds page results with$skiptoken, $nextLink, or @odata.nextLink depending on version and gateway.
- Enable server-driven paging in the connector; do not assume a single response holds the full extract.
- Respect
$filterpushdown—narrow date and org fields to reduce gateway load. - Watch timeout on large $expand trees; prefer multiple calls with narrower expands if the gateway times out at 60 seconds.
RFC configuration
RFC destination (type T or H with registered/unregistered programs) must match what Planasonix uses:- Program ID and gateway host align with your RFC SDK or JCo gateway settings.
- Unicode vs non-Unicode mismatches produce character errors—standardize on UTF-8 end to end.
- Parallel RFC calls may exhaust dialog or background work processes—throttle concurrency in the pipeline.
CPIC errors
CPIC errors
Often network or SAProuter denials. Verify router string syntax and that reverse connections are allowed from the app server back to the gateway if your topology requires it.
Structure and buffer mismatches
Structure and buffer mismatches
After SAP transports change BAPI interfaces, refresh metadata in Planasonix and regenerate field maps. Stale structures cause conversion exceptions mid-batch.
SuccessFactors API limits
SuccessFactors OData and compound APIs enforce daily and burst throttles.- Spread full loads across windows; use delta APIs where certified for your entities.
- Honor 429 responses with exponential backoff and jitter.
- Split large picklists into filtered queries—unbounded $expand on Employee Central objects triggers timeouts and limits quickly.
Related topics
SaaS applications
Broader SaaS connection patterns.
Connection troubleshooting
Network, TLS, and credential checks that apply across SAP paths.