BookmarkSubscribeRSS Feed
Deva_123
Calcite | Level 5

Hi All,

 

I am getting the following error when I am submitting a job on SAS EG 6.1 or Base SAS 9.4. I am working on Windows*64 bit.

 

 

ERROR:  An exception has been encountered.

Please contact technical support and provide them with the following traceback information:

 

The SAS task name is [OBJECT_EXECUTIVE]

ERROR:  Read Access Violation OBJECT_EXECUTIVE

Exception occurred at (099317D3)

Task Traceback

Address   Frame     (DBGHELP API Version 4.0 rev 5)

00000000099317D3  0000000006F4E4B0  sasxdbi:tkvercn1+0x793

00000000098C0AA0  0000000006F4E4B8  sasioodb:tkvercn1+0xFA60

0000000004C532CF  0000000006F4E538  sasyh:tkvercn1+0x1228F

0000000004C9004E  0000000006F4EA10  sasyh:tkvercn1+0x4F00E

0000000004C89290  0000000006F4EDF0  sasyh:tkvercn1+0x48250

000000000507722B  0000000006F4EDF8  sasxshel:tkvercn1+0x261EB

000000000505344E  0000000006F4F2A0  sasxshel:tkvercn1+0x240E

00000000050519F5  0000000006F4F330  sasxshel:tkvercn1+0x9B5

000000000507C2B2  0000000006F4F4B0  sasxshel:tkvercn1+0x2B272

00000000050A832E  0000000006F4F800  sasxshel:tkvercn1+0x572EE

00000000050ABD14  0000000006F4F8F0  sasxshel:tkvercn1+0x5ACD4

00000000050A4FB5  0000000006F4F990  sasxshel:tkvercn1+0x53F75

0000000006031438  0000000006F4F998  sasxobj:tkvercn1+0x3F8

00000000037CA066  0000000006F4FBE8  sashost:Main+0x11BA6

00000000037D011D  0000000006F4FF50  sashost:Main+0x17C5D

00000000771D556D  0000000006F4FF58  kernel32:BaseThreadInitThunk+0xD

000000007733385D  0000000006F4FF88  ntdll:RtlUserThreadStart+0x1D

 

Thanks In advance!

3 REPLIES 3
ballardw
Super User

Without code involved it is impossible to even guess about this.

 

You may have to work with SAS tech support.

tsap
Pyrite | Level 9
Are you able to provide the log details prior to the error appearing and/or coding logic that you were running when the error appeared?
Deva_123
Calcite | Level 5

1 The SAS System 11:46 Wednesday, August 7, 2019

1 ;*';*";*/;quit;run;
2 OPTIONS PAGENO=MIN;
3 %LET _CLIENTTASKLABEL='Program';
4 %LET _CLIENTPROJECTPATH='';
5 %LET _CLIENTPROJECTNAME='';
6 %LET _SASPROGRAMFILE=;
7
8 ODS _ALL_ CLOSE;
9 OPTIONS DEV=ACTIVEX;
10 FILENAME EGSR TEMP;
11 ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR
12 STYLE=HtmlBlue
13 STYLESHEET=(URL="file:///C:/Program%20Files/SASHome2/SASEnterpriseGuide/6.1/Styles/HtmlBlue.css")
14 NOGTITLE
15 NOGFOOTNOTE
16 GPATH=&sasworklocation
17 ENCODING=UTF8
18 options(rolap="on")
19 ;
NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR

ERROR: An exception has been encountered.
Please contact technical support and provide them with the following traceback information:

The SAS task name is [OBJECT_EXECUTIVE]
ERROR: Read Access Violation OBJECT_EXECUTIVE
Exception occurred at (09A517D3)
Task Traceback
Address Frame (DBGHELP API Version 4.0 rev 5)
0000000009A517D3 0000000006E9E4B0 sasxdbi:tkvercn1+0x793
00000000099E98ED 0000000006E9E4B8 sasiotra:tkvercn1+0x288AD
0000000004C432CF 0000000006E9E538 sasyh:tkvercn1+0x1228F
0000000004C8004E 0000000006E9EA10 sasyh:tkvercn1+0x4F00E
0000000004C79290 0000000006E9EDF0 sasyh:tkvercn1+0x48250
000000000505722B 0000000006E9EDF8 sasxshel:tkvercn1+0x261EB
000000000503344E 0000000006E9F2A0 sasxshel:tkvercn1+0x240E
00000000050319F5 0000000006E9F330 sasxshel:tkvercn1+0x9B5
000000000505C2B2 0000000006E9F4B0 sasxshel:tkvercn1+0x2B272
000000000508832E 0000000006E9F800 sasxshel:tkvercn1+0x572EE
000000000508BD14 0000000006E9F8F0 sasxshel:tkvercn1+0x5ACD4
0000000005084FB5 0000000006E9F990 sasxshel:tkvercn1+0x53F75
0000000006481438 0000000006E9F998 sasxobj:tkvercn1+0x3F8
000000000378A066 0000000006E9FBE8 sashost:Main+0x11BA6
000000000379011D 0000000006E9FF50 sashost:Main+0x17C5D
00000000771D556D 0000000006E9FF58 kernel32:BaseThreadInitThunk+0xD
000000007733385D 0000000006E9FF88 ntdll:RtlUserThreadStart+0x1D

20
21 LIBNAME TERA TERADATA SERVER='XXXX' USER =XXXX PASSWORD=XXXXXXXX DATABASE=XXXX;

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 2008 views
  • 1 like
  • 3 in conversation