Pipeline process not visible in Adobe campaign process list | Community
Skip to main content
Level 2
September 16, 2020
Solved

Pipeline process not visible in Adobe campaign process list

  • September 16, 2020
  • 1 reply
  • 1170 views

Hi,

 

We tried to enable pipeline process in Adobe campaign following below steps.

 

Steps:

  1. Install pipeline package 
  2. Install OpenSSL in server to create public/private keys
  3. Generate  public/private keys
  4. Register public key in Adobe Analytics
  5. Encrypt Private key using pipeline encrypted workflow
  6. Modify pipeline tag with AppName and privatekey in serverConf.xml
  7. Make sure imsorg id is defined in in serverConf.xml
  8. Modify pipeline tag with AppName and privatekey in instance config.xml
  9. Restart pipeline service using command-Nlserver start pipelined@<instanceName>

Pipeline service was running in CMD but when I logged in Adobe campaign instance I can't see pipeline process is listed in Process list . Can anybody let me know why pipeline process is not listed in Home->Monitoring->ProcessList?

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

Hi,

 

Set the <pipelined/> element to autostart="true" in your instance conf, then run `systemctl restart nlserver6`.

 

Thanks,

-Jon

1 reply

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
September 21, 2020

Hi,

 

Set the <pipelined/> element to autostart="true" in your instance conf, then run `systemctl restart nlserver6`.

 

Thanks,

-Jon