Intel® Software Guard Extensions (Intel® SGX)
Discussion board focused on hardware-based isolation and memory encryption to provide extended code protection in solutions.

status = 8207

AArya2
New Contributor I
1,331 Views

I'm experiencing a strange problem.

The RemoteAttestation example project, which used to work just fine, fails to load its enclave.

What is even more strange is that, the returned error code is 8207, which is undefined (not one of the sgx_status_t enum's allowed values).

Screenshot available here.

 

0 Kudos
1 Solution
Surenthar_S_Intel
1,331 Views

Hi,

In my Machine, Remote Attestation Sample Code is working fine. Please check you Intel SDK and PSW Installation and also check whether all your project solutions are added to you project or not.

Your Status Error Code Implies that "Error_DS_UNAVAILABLE" - 8207(0x200F) - Directory Service Unavailable

-Surenthar

View solution in original post

0 Kudos
3 Replies
Surenthar_S_Intel
1,332 Views

Hi,

In my Machine, Remote Attestation Sample Code is working fine. Please check you Intel SDK and PSW Installation and also check whether all your project solutions are added to you project or not.

Your Status Error Code Implies that "Error_DS_UNAVAILABLE" - 8207(0x200F) - Directory Service Unavailable

-Surenthar

0 Kudos
AArya2
New Contributor I
1,331 Views

Thanks Surenthar!

What is Directory Service anyway?

0 Kudos
Anusha_K_Intel
Employee
1,331 Views
Information regarding the Directory Service is given here:
 
-Anusha

 

0 Kudos
Reply