It's all about the answers!

Ask a question

Invalid item type for "1025". Expected type "changeset" but specified item was of type "baseline".


Andrew Wylie (111) | asked Jul 29 '17, 1:48 p.m.

Hi, wondering if someone has seen this before or can help me work out the cause of it.


I have made a change to a file in a stream, checked it in and delivered it. When I go to another workstation, an automated builder, and execute the accept command, "accept -o -u -P -c 1205", I get the error:

Invalid item type for "1025". Expected type "changeset" but specified item was of type "baseline".

It's not a baseline, and if I try -b instead I get:

Unresolved baselines:
  1025
Problem running 'accept':
Unable to resolve all baselines for "name of my stream".

So, I'm at a loss for what's going on here.

Help greatly appreciated
Andrew

One answer



permanent link
Shashikant Padur (4.2k27) | answered Jul 31 '17, 12:32 a.m.
JAZZ DEVELOPER

1205 is an alias and it is specific to a workstation/system. The alias is a concept unique to scm command line and it is an easy way to reference an item. UUID's can be used across systems. To get the UUID you could run any scm commands with "-u y". For example:

scm -u y show status

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.