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?

