Hello All, I am new to SAS, so need your help for same. We have SAS setup which is working fine on respective machine. Generally we explicitly log-in to that machine and run command and required output is generated. Now, as part of automation, we want same command to be run from another machine in same domain. We also made sure that all sas folders are shared to remote machine from where we are running command, but getting below sas error for same. ERROR: WYNEVER FATAL ERROR: WRCODE=ffffffff80007019, MODULE='VA': MESSAGE SUBSYSTEM NOT INITIALIZED
ERROR: SAS Is Terminating
UNABLE TO OPEN/READ MESSAGE FILE USING THE -MSG PATHS
%nFATAL ERROR: WRCODE=80007019, MODULE='VA': MESSAGE SUBSYSTEM NOT INITIALIZED%n
Traceback
SASTBTraceBackCtx has been called with a
string ("vacrash") instead of a CONTEXT pointer.
Address Frame (DBGHELP API Version 4.0 rev 5)
00007FFA0D284F38 0000001F26AC97C0 KERNELBASE:RaiseException+0x68
00007FF99329FFAB 0000001F26AC97C8 tkmk:tkBoot+0x6E1FB
00007FF99329FD79 0000001F26AC9D10 tkmk:tkBoot+0x6DFC9
00007FF99328B52A 0000001F26AC9D60 tkmk:tkBoot+0x5977A
00007FF992552BC1 0000001F26AC9D68 sashost:tkStartSas+0xAC01
00007FF9923B4659 0000001F26AC9DC0 sashost:Main+0xA319
00007FF9923A219D 0000001F26AC9E40 sashost:rtmdoit+0x1BD
00007FF9923A132F 0000001F26ACA3A0 0001:000000000000032F sashost.dll
00007FF9923AAD53 0000001F26AFF900 sashost:Main+0xA13
00007FF9923C4206 0000001F26AFF940 sashost:Main+0x19EC6
00007FF9923BF4C3 0000001F26AFFBB0 sashost:Main+0x15183
00007FF9923C59CC 0000001F26AFFC70 sashost:Main+0x1B68C
00007FFA0FAD84D4 0000001F26AFFC78 KERNEL32:BaseThreadInitThunk+0x14
00007FFA109E1781 0000001F26AFFCA8 ntdll:RtlUserThreadStart+0x21
... View more