BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
JohnHull20
Fluorite | Level 6

Hi all,

 

I am trying to use the proc optgraph procedure however SAS says

 

ERROR: The SAS Network Algorithms product with which OPTGRAPH is associated is either not
       licensed for your system or the product license has expired. Please contact your SAS
       installation representative.

 

The SAS Network Algorithms doesn't seem to be in my SAS products list (After running proc setinit). How can install this product? I couldn't find answers online.

 

Thanks

 

J

1 ACCEPTED SOLUTION

Accepted Solutions
alexal
SAS Employee

@JohnHull20,

 

PROC OPTGRAPH is a product which belongs to SAS Social Network Analysis. I do not see this product in the output of setinit. You may be interested in PROC OPTNET in SAS/OR.  It has some functionality that is in PROC OPTGRAPH, but not all.

View solution in original post

9 REPLIES 9
Reeza
Super User

What version of SAS do you have? 
PROC OPTGRAPH seems to be in the High Performance Network module, do you have that licensed?

 


@JohnHull20 wrote:

Hi all,

 

I am trying to use the proc optgraph procedure however SAS says

 

ERROR: The SAS Network Algorithms product with which OPTGRAPH is associated is either not
       licensed for your system or the product license has expired. Please contact your SAS
       installation representative.

 

The SAS Network Algorithms doesn't seem to be in my SAS products list (After running proc setinit). How can install this product? I couldn't find answers online.

 

Thanks

 

J


 

JohnHull20
Fluorite | Level 6

I have SAS 9.4 and I also have High Performance Suite...

Reeza
Super User
Run the following to see what you have licensed and what you have installed:

*licensed;
proc setinit;run;
*installed;
proc product_status;run;

JohnHull20
Fluorite | Level 6

licensed:

---Base SAS Software

---SAS/STAT

---SAS/GRAPH

---SAS/ETS

---SAS/FSP

---SAS/OR

---SAS/AF

---SAS/IML

---SAS/QC

---SAS/SHARE

---SAS/ASSIST

---SAS/CONNECT

---SAS/EIS

---SAS/SHARE*NET

---SAS Enterprise Miner

---MDDB Server common products

---SAS Integration Technologies

---SAS/Secure 168-bit

---SAS/Secure Windows

---SAS Text Miner

---SAS Enterprise Guide

---SAS Bridge for ESRI

---OR OPT

---OR PRS

---OR IVS

---OR LSO

---SAS/ACCESS Interface to DB2

---SAS/ACCESS Interface to Oracle

---SAS/ACCESS Interface to Sybase

---SAS/ACCESS Interface to PC Files

---SAS/ACCESS Interface to ODBC

---SAS/ACCESS Interface to OLE DB

---SAS/ACCESS Interface to Teradata

---SAS/ACCESS Interface to Microsoft SQL Server

---SAS/ACCESS Interface to MySQL

---SAS Enterprise Miner for Desktop

---SAS/IML Studio

---SAS Workspace Server for Local Access

---SAS/ACCESS Interface to Netezza

---SAS/ACCESS Interface to Aster nCluster

---SAS/ACCESS Interface to Greenplum

---SAS/ACCESS Interface to Sybase IQ

---SAS/ACCESS to Hadoop

---SAS/ACCESS to Vertica

---SAS/ACCESS to Postgres

---SAS/ACCESS Reserved Slot 565

---SAS/ACCESS Reserved Slot 567

---SAS/ACCESS Reserved Slot 568

---High Performance Suite

---SAS Add-in for Microsoft Excel

---SAS/ACCESS to SAP HANA

---PRODNUM964

 

installed:


For Base SAS Software ...
   Custom version information: 9.4_M2
   Image version information: 9.04.01M2P072314
For SAS/STAT ...
   Custom version information: 13.2
For SAS/GRAPH ...
   Custom version information: 9.4_M2
For SAS/ETS ...
   Custom version information: 13.2
For SAS/FSP ...
   Custom version information: 9.4_M2
For SAS/OR ...
   Custom version information: 13.2
For SAS/AF ...
   Custom version information: 9.4_M2
For SAS/IML ...
   Custom version information: 13.2
For SAS/QC ...
   Custom version information: 13.2
For SAS/SHARE ...
   Custom version information: 9.4
   Image version information: 9.04.01M0P061913
For SAS/ASSIST ...
   Custom version information: 9.4
   Image version information: 9.04.01M0P061913
For SAS/CONNECT ...
   Custom version information: 9.4_M2
For SAS/EIS ...
   Custom version information: 9.4
   Image version information: 9.04.01M0P061913
For SAS/ACCESS Interface to Netezza ...
   Custom version information: 9.4_M2
For SAS Enterprise Miner ...
   Custom version information: 13.2_M1
For SAS Integration Technologies ...
   Custom version information: 9.4_M2
For SAS Text Miner ...
   Custom version information: 13.2_M1
For High Performance Suite ...
   Custom version information: 2.2_M1
For SAS/ACCESS Interface to DB2 ...
   Custom version information: 9.4_M2
For SAS/ACCESS Interface to Oracle ...
   Custom version information: 9.4_M2
For SAS/ACCESS Interface to Sybase ...
   Custom version information: 9.4_M1
For SAS/ACCESS Interface to PC Files ...
   Custom version information: 9.4_M2
For SAS/ACCESS Interface to ODBC ...
   Custom version information: 9.4_M2
For SAS/ACCESS Interface to OLE DB ...
   Custom version information: 9.4_M2
For SAS/ACCESS Interface to Teradata ...
   Custom version information: 9.4_M2
For SAS/ACCESS Interface to MySQL ...
   Custom version information: 9.4_M2

       

 

Reeza
Super User

I've moved your question to the Administration forum since it more relates to that. 

 

I suspect you don't have a license for PROC OPTGRAPH, but I can't seem to clearly find out how that would be licensed. It looks like it's part of it's own module. My recommendation would be to call/email SAS Tech Support and ask them directly. Support is included as part of your licensing fee, unless you're under an academic license which is a bit different I think. 

 

 

JuanS_OCS
Amethyst | Level 16

Hi there,

 

@Reeza thank you for moving the post, good call.

 

@JohnHull20, your question is quite interesting. I have been looking for information and I will disclose below what I found. My best recommendation for you would be to contact SAS Technical Support, and check the license implications and the requirements on your installation.

 

I am curious, is this a new installed environment?

 

In one hand: http://documentation.sas.com/?docsetId=procgralghp&docsetTarget=procgralghp_hpoptgraph_sect001.htm&d...

 

The OPTGRAPH procedure in SAS High-Performance Network Algorithms enables you to perform community detection and centrality computations on large graphs in a high-performance environment. It uses an appliance that houses a massively parallel database management system (Teradata or EMC Greenplum) to manage data in distributed form and to perform computations in parallel on an x64 Linux platform. A computing appliance is a dedicated hardware and software environment that acts as a server to provide computing resources in a client/server model. You connect indirectly to the appliance through the network connection between the client machine and the appliance. Software instructions on the client machine are translated into commands that are run on the appliance. For information about installing SAS High-Performance Network Algorithms, see the SAS High-Performance Analytics Infrastructure: Installation and Configuration Guide. PROC OPTGRAPH runs in either single-machine mode or distributed mode. Note: Distributed mode requires SAS High-Performance OPTGRAPH.

 

Which this information, I am not sure at this moment if the suite actually includes OPTGRAPH or not. I cannot answer this question. Hopefully one of our peers can and if no one, I would definitely contact SAS Technical Support with this question.

 

The installation steps are in http://documentation.sas.com/?docsetId=hpaicg&docsetTarget=titlepage.htm&docsetVersion=3.7&locale=en , however probably too technical, and perhaps not required, 

 

 

 

alexal
SAS Employee

@JohnHull20,

 

PROC OPTGRAPH is a product which belongs to SAS Social Network Analysis. I do not see this product in the output of setinit. You may be interested in PROC OPTNET in SAS/OR.  It has some functionality that is in PROC OPTGRAPH, but not all.

JohnHull20
Fluorite | Level 6

Thank you all for your answers. Indeed, proc optgraph is not under my licensed products. For my network analysis, I want to compute nodes centrality measures, which I think is not feasible with proc optnet. I will see how I can get SAS Social Network Analysis product.

 

J

Ellen_Roberson1
SAS Employee

Hi,

 

Have you tried reaching out to tech support?  They can help you with the install if you do indeed have it licensed. If not, they can help put you in touch with your Account Executive.

 

 

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 

CLI in SAS Viya

Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 9 replies
  • 3527 views
  • 3 likes
  • 5 in conversation