Check in a file from CLUI of a specific type such as RPM

How do I check in a resource from CLU which happens to be a specific CT?

:[cliCmd] -cmd rsrc.ci -s :[sessionID] \

-src $theFile -dst :[spsPath]/${theFile} \

-type ":[fileType]"

Where:

cliCMD = path to my cr_cli

theFile = /var/tmp/myRPM.rpm

spsPath =

type = com.sun.linux#RPM CT

It works for normal files or my own CTs which is based on file, but for this one it is limited to Linux hosts only which is the error message I am getting.

This is the error message I am getting:

The chosen platform: is not compatible with the expected platform: system#Linux - any version. (018015)

Any hints?

[668 byte] By [chappe] at [2007-11-26 11:20:21]
# 1
It is the -platform that is needed.<P>cr_cli -cmd cdb.rsrc.ci -s :[sessionID] etc etc.... -platform "NM:system#Linux - any version"<P>
chappe at 2007-7-7 3:35:45 > top of Java-index,Administration Tools,N1 Service Provisioning System...