and i try to login using connection client, the log is below
Starting Check...Checking service...Checking Network...Checking CONNECTION client...CC configured with Env 1Checking ULAS...User: it@xxx.xxxAccountId: User ID: 315BBA07-44C2-48C8-8F8E-2EDF9D78C6F8Failed to check ULAS: System.ArgumentNullException: 值不能為 null。參數名稱: String 於 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) 於 System.Number.ParseInt64(String value, NumberStyles options, NumberFormatInfo numfmt) 於 HealthCheck.HealthViewModel.CheckUlas(CCLicenseClient ccApi, ServiceClientAPI lcApi)Checking Entitlement...Done.
could you help? thanks
simon so said:Failed to check ULAS: System.ArgumentNullException: 值不能為 null。
The C# exception that is thrown when a null reference is passed to a method that does not accept it as a valid argument. An ArgumentNullException exception is thrown at run time in the following two major circumstances: