Unsolved

This post is more than 5 years old

1 Rookie

 • 

6 Posts

1717

March 5th, 2010 09:00

XAM granule authorization check

Using the EMC Centera servers as my test base, I am in the process of incorporating the XAM SDK into our application (XAM connection string in use is

snia-xam://centera_vim!128.221.200.64?pea=/lrs/lrsdev/stephens/pcx/us3profile2_rdqew.pea).  When checking XSystem granule authorization, the boolean variable returned to me for read and delete authority is set to TRUE.  However the variable is set to FALSE when checking either create, write-application, or write-system.  Under this profile, should the returned boolean variable be set to FALSE for create, write-application, or write-system?

2 Intern

 • 

417 Posts

March 9th, 2010 05:00

Hi Mike

I just downloaded a fresh copy of that profile and connected to US3 using shXAM. The granule list that I get back show all those capabilities as true.

shXAM>vsf granule

Field:      '.xsystem.auth.granule.list.read'

  Type:      PROPERTY

  Mime-Type: application/vnd.snia.xam.boolean

  Binding:   Non-Binding

  ReadOnly:  ReadOnly

  Length:    1

  Value:     [true]

Field:      '.xsystem.auth.granule.list.write-application'

  Type:      PROPERTY

  Mime-Type: application/vnd.snia.xam.boolean

  Binding:   Non-Binding

  ReadOnly:  ReadOnly

  Length:    1

  Value:     [true]

Field:      '.xsystem.auth.granule.list.write-system'

  Type:      PROPERTY

  Mime-Type: application/vnd.snia.xam.boolean

  Binding:   Non-Binding

  ReadOnly:  ReadOnly

  Length:    1

  Value:     [true]

Field:      '.xsystem.auth.granule.list.create'

  Type:      PROPERTY

  Mime-Type: application/vnd.snia.xam.boolean

  Binding:   Non-Binding

  ReadOnly:  ReadOnly

  Length:    1

  Value:     [true]

Field:      '.xsystem.auth.granule.list.delete'

  Type:      PROPERTY

  Mime-Type: application/vnd.snia.xam.boolean

  Binding:   Non-Binding

  ReadOnly:  ReadOnly

  Length:    1

  Value:     [true]

No Events found!

Top