Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Pipeline process not visible in Adobe campaign process list

Avatar

Level 2

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?

 

processlist.JPG

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

 

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

 

Thanks,

-Jon

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

 

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

 

Thanks,

-Jon