• Doug Vanderbilt 6
  • NEWBIE
  • 10 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
I'm working through the Subscribe to Event Channel (https://trailhead.salesforce.com/content/learn/modules/change-data-capture/subscribe-to-events) trailhead, and getting the error: 

Exception in thread "main" java.lang.IllegalArgumentException: Invalid channel id: C:/Program Files/Git/data/Employee__ChangeEvent 

I'm attempting to execute:

$ java -jar target/emp-connector-0.0.1-SNAPSHOT-phat.jar doug.vanderbilt.kingdom@gmail.com lakeray2020! /data/Employee__ChangeEvent

I've been through all the help resources but I can't seem to figure out how to trouble shoot this particular error.

Any ideas?

Thanks
Doug
 
I'm working through the Subscribe to Event Channel (https://trailhead.salesforce.com/content/learn/modules/change-data-capture/subscribe-to-events) trailhead, and getting the error: 

Exception in thread "main" java.lang.IllegalArgumentException: Invalid channel id: C:/Program Files/Git/data/Employee__ChangeEvent 

I'm attempting to execute:

$ java -jar target/emp-connector-0.0.1-SNAPSHOT-phat.jar doug.vanderbilt.kingdom@gmail.com lakeray2020! /data/Employee__ChangeEvent

I've been through all the help resources but I can't seem to figure out how to trouble shoot this particular error.

Any ideas?

Thanks
Doug