cancel
Showing results for 
Search instead for 
Did you mean: 

How to determine the patchlevel/version of rslgcoll ?

CBasis
Participant
0 Kudos

Hello,

i'm looking for a way to determine the patchlevel of the kernel-component "rslgcoll".

I tried the

> rslgcoll -h

(see description in note [875157|https://service.sap.com/sap/support/notes/875157] )

but do get the same information even before and after an update of the rslgcoll.

The response i get is every time:

> rslgcoll -h

>release: 7.00, version: 02, Date: 2005-08-22/unicode

And this is not true for sure.

I expect that "version" from the output above should be the same like the "patch level" that can be seen in the servicemarketplace download-area when checking the INFO for the current rslgcoll-binary.

I tried to get details by using the "strings" command, but wasn't successfull.

Currently my only chance to verify the version is to compare the filesizes.

Any ideas how to get an information in the same format like

> disp+work -v

Best regards

Christian

Accepted Solutions (1)

Accepted Solutions (1)

nelis
Active Contributor
0 Kudos

Had the same issue before and had to rely on the file size and archive file name as there is no way currently to display patch level(as far as I could see), only version.

Nelis

Answers (1)

Answers (1)

Former Member
0 Kudos

Are you sure that the correct rslgcoll is called?

(I assume that you use Unix here....)

Try command "which rslgcoll" to find out if this is the correct one.

Otherwise go to the directory of your new version and try ./rslgcoll -h