Pipelined fails with error “No task corresponds to the mask pipelined@< instance >”
Your version of Adobe Campaign Classic does not support the pipeline.
Pipelined fails with ‘’ aurait dû commencer par [
ou {
(iRc=16384)"
The NmsPipeline_Config option is not set. It’s actually a JSON parsing error.
Set the JSON config in the option NmsPipeline_Config. See “routing option” in this page.
Pipelined fails with “the subject must be a valid organization or client”
The Organization ID configuration is not valid.
Pipelined fails with “invalid key”
The @authPrivateKey parameter of the instance config file is incorrect.
-----BEGIN RSA PRIVATE KEY-----
.Pipelined fails with “unable to read the token during authentication”
The private key has an invalid format.
Pipelined fails with “is no longer allowed to get access token”
The logs should be as follows:
2021-05-31T08:42:18.124Z 66462 66501 1 error log Listener: JWT Token is empty. (iRc=16384)
2021-05-31T08:42:18.210Z 66462 66501 1 error log Unknown authentication mode: 'Bearer realm="Adobe Analytics"'. (iRc=-55)
2021-05-31T08:42:18.210Z 66462 66501 1 error log BAS-010007 Function not implemented (iRc=-55)
2021-05-31T08:42:48.582Z 66462 66501 1 warning log Connection seems to have been lost. Attempting to reconnect.
2021-05-31T08:43:09.156Z 66462 66501 1 error log INT-150012 The HTTP query returned a 'Forbidden' type error (403) (iRc=-53)
2021-05-31T08:43:09.160Z 66462 66501 1 error log Error while authenticating: '{"error":"This client: df73c224e5-triggers-test is no longer allowed to get access token."}' (iRc=16384)
This error message means that the authentication is configured using the legacy Omniture base OAuth. Refer to the Configuring Adobe I/O for Adobe Experience Cloud Triggers documentation to upgrade your authentication.
No triggers are retrieved
When the pipelined process is running and no triggers are retrieved:
Events are not linked to a customer
When some events are not linked to a customer:
Latency in events processing
When the Analytics timestamp is much older than the creation date of the event in Campaign.
Generally, a trigger can take 15-90 minutes to launch a marketing campaign. This varies depending on the implementation of data collection, load on the pipeline, custom configuration of the defined trigger, and the workflow in Adobe Campaign.
Upgrading stage instances from legacy authentication to Adobe IO authentication
Changing the integration authentication on your stage instance will not affect the configuration of your production instance. You can choose to upgrade your stage instance then update the authentication to Adobe IO and test your triggers on your stage instance.
Your production instance will continue to use the legacy authentication and will be unaffected by this change.