Just installed 4.3. The connectivity test to both SAS Workspace and Meta server is sucessful. But getting the following exceptions when trying to expand the server list. Any sugesstions? Thanks! -------------------------- Technical Information Follows -------------------------- Exception Details: ---------------------------------------- Exception type: System.Reflection.TargetInvocationException Message: Exception has been thrown by the target of an invocation. Source: mscorlib Target Site: _InvokeConstructor Stack Trace: at System.RuntimeMethodHandle._InvokeConstructor(IRuntimeMethodInfo method, Object[] args, SignatureStruct& signature, RuntimeType declaringType) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture) at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams) at SAS.EG.SDS.Model.Broker.PopulateFromMetadata(Collection collection) at SAS.EG.SDS.Model.Broker.PopulateCollection(Collection collection) at SAS.EG.SDS.Model.Collection.DoPopulate() at SAS.EG.SDS.Views.View.DoPopulate(DisplayOperation& op) Inner Exception Details: ---------------------------------------- Exception type: SAS.EG.SDS.SDSException Message: Required metadata [HostName] missing or invalid for Server [SASApp] Source: SAS.EG.SDS.Model Target Site: .ctor Stack Trace: at SAS.EG.SDS.Model.Server..ctor(String xmlStr, Base parent)
What happens if you try to look at Server Properties? Same error? Or submit a test program: proc options; run; ?
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.