Problem delivering baseline via command line in RTC 3

I've have a build/deploy process that uses the ldcm command line to work with RTC 3. Currently I am having trouble with delivering a baseline.
I am creating the baseline via the command;
lscm create baseline -o "$SCM_WORKSPACE" "$SCM_BASELINE_NAME" "$SCM_COMPONENT" --description "$SCM_COMMMENT"
When I try to deliver the baseline via the command:
lscm deliver -b $BASELINE_ID -o
I get a failure along the lines of:
Created baseline (1347).
Process Reports:
Name: Deliver
Operation Reports:
Name: Source Control Operation
Name: Deliver
Participant Reports:
Name: Require Work Items and Comments
A work item must be associated with the change set.
A work item must be associated with the change set.
A work item must be associated with the change set.
Problem running 'deliver':
'Deliver' failed. Preconditions have not been met: A work item must be associated with the change set.
Deliver baseline failed
Running lscm status reveals only an undelivered baseline, no change sets of any sort.
We require a work item association in order to deliver change sets. No requirement exists for baselines. I can create and deliver a baseline in the RTC Jazz GUI Client with no issue.
Does anybody have any clue how I can either associate a baseline with a work item, or convince ldcm that baselines do not need a work item for delivery?
Comments
Lily Wang
Feb 11 '14, 8:39 p.m.Hi Geoff,
You can try to use "scm status -C -B" to check if there's change set within the baseline.
Geoff Heeren
Feb 12 '14, 3:26 p.m.lscm status -C -B showed me the checkins and I was able to remove them. Any idea how that situation arises? IE items showing as checked into a baseline and not the workspace in general?