Hello Patrick, Unfortunately, we do not have Enterprise Guide as part of our SAS package. I generated the workspace server logs and I see the latency of 1.5 minutes at two places adding up to a total of 3 mins delay. Below is a piece of workspace server logs, I ran the job at 12:01:23 but the job does not start, there are some activity at 12:02:53 but nothing changes in DI studio, then at 12:04:23 the job actually starts running. I noticed both delays are after "SecurityProxy::GetLoginForAuthDomain()", I don't know if this is relevant to the issue. 2024-09-18T12:01:23,743 DEBUG [00000005] :sas*** - IOM CALL {compRef:7f5a000f37e0}->OMIProxy::GetMetadata() 2024-09-18T12:01:23,744 DEBUG [00000005] :sas*** - IOM RETURN 0={compRef:7f5a000f37e0}->OMIProxy::GetMetadata() 2024-09-18T12:01:23,744 DEBUG [00000005] :sas*** - IOM CALL {compRef:7f5a000f3460}->SecurityProxy::GetLoginForAuthDomain() 2024-09-18T12:01:23,745 DEBUG [00000005] :sas*** - IOM RETURN 0={compRef:7f5a000f3460}->SecurityProxy::GetLoginForAuthDomain() 2024-09-18T12:02:53,823 DEBUG [00000005] :sas*** - IOM ENTRY OMIProxy {compRef:7f5a000f37e0}->CompDtor() 2024-09-18T12:02:53,824 DEBUG [00000005] :sas*** - IOM RETURN OMIProxy 0={compRef:7f5a000f37e0}->CompDtor() 2024-09-18T12:02:53,824 DEBUG [00000005] :sas*** - IOM ENTRY SecurityProxy {compRef:7f5a000f3460}->CompDtor() 2024-09-18T12:02:53,824 DEBUG [00000005] :sas*** - IOM RETURN SecurityProxy 0={compRef:7f5a000f3460}->CompDtor() 2024-09-18T12:02:53,825 DEBUG [00001900] :sas*** - IOM CALL svcGetOption(): opt=SELFTEST not found 2024-09-18T12:02:53,825 DEBUG [00000005] :sas*** - IOM LOGIC ENTRY {class:7f59f0ab4c40}->OMIProxyClassNew() 2024-09-18T12:02:53,825 DEBUG [00000005] :sas*** - IOM NEW OMIProxy (compRef:7f5a000f3460, comp:7f59f0ab4d20) 2024-09-18T12:02:53,825 DEBUG [00000005] :sas*** - IOM CALL {compRef:7f5a000f3460}->OMIProxy::ProxyInit() 2024-09-18T12:02:53,825 DEBUG [00000005] :sas*** - IOM RETURN 0={compRef:7f5a000f3460}->OMIProxy::ProxyInit() 2024-09-18T12:02:53,825 DEBUG [00000005] :sas*** - IOM CALL {compRef:7f5a000f3460}->OMIProxy::ProxyPEInfo() 2024-09-18T12:02:53,825 DEBUG [00000005] :sas*** - IOM RETURN 0={compRef:7f5a000f3460}->OMIProxy::ProxyPEInfo() 2024-09-18T12:02:53,825 DEBUG [00000005] :sas*** - IOM LOGIC ENTRY {class:7f59f0ab4de0}->SecurityProxyClassNew() 2024-09-18T12:02:53,825 DEBUG [00000005] :sas*** - IOM NEW SecurityProxy (compRef:7f5a000f37e0, comp:7f59f0169040) 2024-09-18T12:02:53,825 DEBUG [00000005] :sas*** - IOM CALL {compRef:7f5a000f37e0}->SecurityProxy::ProxyInit() 2024-09-18T12:02:53,825 DEBUG [00000005] :sas*** - IOM RETURN 0={compRef:7f5a000f37e0}->SecurityProxy::ProxyInit() 2024-09-18T12:02:53,825 DEBUG [00000005] :sas*** - IOM CALL {compRef:7f5a000f37e0}->SecurityProxy::GetCredentials() 2024-09-18T12:02:53,826 DEBUG [00000005] :sas*** - IOM RETURN 0={compRef:7f5a000f37e0}->SecurityProxy::GetCredentials() 2024-09-18T12:02:53,826 DEBUG [00000005] :sas*** - IOM CALL {compRef:7f5a000f37e0}->SecurityProxy::GetInfo() 2024-09-18T12:02:53,827 DEBUG [00000005] :sas*** - IOM RETURN 0={compRef:7f5a000f37e0}->SecurityProxy::GetInfo() 2024-09-18T12:02:53,827 DEBUG [00000005] :sas*** - IOM CALL {compRef:7f5a000f37e0}->SecurityProxy::FreeCredentials() 2024-09-18T12:02:53,827 DEBUG [00000005] :sas*** - IOM RETURN 0={compRef:7f5a000f37e0}->SecurityProxy::FreeCredentials() 2024-09-18T12:02:53,827 DEBUG [00000005] :sas*** - IOM CALL {compRef:7f5a000f3460}->OMIProxy::GetMetadata() 2024-09-18T12:02:53,828 DEBUG [00000005] :sas*** - IOM RETURN 0={compRef:7f5a000f3460}->OMIProxy::GetMetadata() 2024-09-18T12:02:53,828 DEBUG [00000005] :sas*** - IOM CALL {compRef:7f5a000f37e0}->SecurityProxy::GetLoginForAuthDomain() 2024-09-18T12:02:53,829 DEBUG [00000005] :sas*** - IOM RETURN 0={compRef:7f5a000f37e0}->SecurityProxy::GetLoginForAuthDomain() 2024-09-18T12:04:23,910 DEBUG [00000005] :sas*** - IOM ENTRY OMIProxy {compRef:7f5a000f3460}->CompDtor() 2024-09-18T12:04:23,912 DEBUG [00000005] :sas*** - IOM RETURN OMIProxy 0={compRef:7f5a000f3460}->CompDtor() 2024-09-18T12:04:23,912 DEBUG [00000005] :sas*** - IOM ENTRY SecurityProxy {compRef:7f5a000f37e0}->CompDtor() 2024-09-18T12:04:23,915 DEBUG [00000005] :sas*** - IOM RETURN SecurityProxy 0={compRef:7f5a000f37e0}->CompDtor() 2024-09-18T12:04:23,915 INFO [00000008] :sas*** - NOTE: Libref SASDATA successfully assigned from logical server. 2024-09-18T12:04:23,915 INFO [00000008] :sas*** - NOTE: Libref STPSAMP successfully assigned from logical server.
... View more