IPC Events Don't Cause Child Process to Start or Error

  •  09-05-2007, 1:27 PM

    IPC Events Don't Cause Child Process to Start or Error

    I can't seem to get an IPC event to work anymore.  It worked before, but I can't get it to work anymore.

    I've created a simple test project with 2 processes, Test1 and Test2.  Test1 has an activity with an IPC event that should kick off Test2.  Test1 completes without error but no instance of Test2 appears.

    If I use Asynch, Test1 finishes and Test2 is never created.  If I use Sync, Test1 hangs since Test2 is never created.  Connection settings don't appear to to matter either.  And no error appears in K2 Service Manager.

    Any ideas???

View Complete Thread