I am trying to run some jobs in DI studio: I have tried the below jobs before:
solnsvc_2000_load_dimension_types
solnsvc_2200_create_dimension
I am getting the following error messages:
NOTE: Could not load classloader finbatch. Using default classloader.
NOTE: Could not initialize classpath. Classpath variable is not set.
6 The SAS System 16:54 Thursday, June 28, 2018
ERROR: Could not instantiate class com/sas/solutions/etl/metadata/client/MDLoad at line 96 column 109.
ERROR: DATA STEP Component Object failure. Aborted during the EXECUTION phase.
06-28 16:54:24,277 [Thread-0][FATAL XmlEnvironmentManager] - Unable to properly initialize EnvironmentManager
(MalformedURLException) using the provided URL ()
java.net.MalformedURLException: no protocol:
at java.net.URL.<init>(URL.java:596)
at java.net.URL.<init>(URL.java:493)
at java.net.URL.<init>(URL.java:442)
at com.sas.svcs.environment.xml.XmlEnvironmentManager.<init>(XmlEnvironmentManager.java:105)
at com.sas.solutions.etl.metadata.client.MDLoad.setEnvironment(MDLoad.java:93)
at com.sas.solutions.etl.metadata.client.MDLoad.<init>(MDLoad.java:88)
com.sas.svcs.environment.EnvironmentManagerInitializationException: Malformed URL:
at com.sas.svcs.environment.xml.XmlEnvironmentManager.<init>(XmlEnvironmentManager.java:112)
at com.sas.solutions.etl.metadata.client.MDLoad.setEnvironment(MDLoad.java:93)
at com.sas.solutions.etl.metadata.client.MDLoad.<init>(MDLoad.java:88)
Caused by: java.net.MalformedURLException: no protocol:
at java.net.URL.<init>(URL.java:596)
at java.net.URL.<init>(URL.java:493)
at java.net.URL.<init>(URL.java:442)
at com.sas.svcs.environment.xml.XmlEnvironmentManager.<init>(XmlEnvironmentManager.java:105)
... 2 more
NOTE: The SAS System stopped processing this step because of errors.
NOTE: DATA statement used (Total process time):
real time 1.37 seconds
cpu time 0.01 seconds
Just by copy/pasting your error message into Google I'm getting hits as below which seem worth investigating.
http://support.sas.com/kb/20/435.html
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.