BookmarkSubscribeRSS Feed
mrtball
Obsidian | Level 7

Hello,

 

I'm currently doing some investigations into the config of our environment and just wondering does anybody know from where SoftwareComponent?@ClassIdentifier is sourced in a SAS configuration? Is this on the metadata server?

 

I'm running:

 

data _null_;
length uri $256;
nobj=0;
n=1;
i=1;

/* Determine how many machine objects are in this repository. */

nobj=metadata_getnobj("omsobj:SoftwareComponent?@ClassIdentifier contains 'levdirroot'",i,uri);
put nobj=; /* Number of machine objects found. */
put uri=; /* URI of the first machine object. */

run;

 


Thanks,
Tom

1 REPLY 1
dpage
SAS Employee

It's loaded by the configuring application at deploy time, some use a guid, some use the same identifier you'll find in the Lev1/ConfigData/status.xml.

 

 

 

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 907 views
  • 0 likes
  • 2 in conversation