getting NAT 711 error in NATURAL for Windows program - need solution

We are getting NAT0711 The object :1: could not be created (DCOM code :2.
In ‘NATURAL for Windows’ code, we try to create OBJECTs for CLASSes that we have COM+ objects running on
WINDOWS 2008 server.

(Note: this is not a security issue because sometimes the program does work. It will successfully
CREATE OBJECT until the number of programs executing this code exceeds a limit and then the 711’s will
start. We did increase the Physical Memory on our 2008 Server, so there is not an issue with storage.)

When the first CREATE OBJECT fails with the 711, then the second and third CREATE OBJECTs also fail with 711.

For each of the CREATE OBJECT attempts in the code, we get the 711 error.
……………………………………………………………………………………….
NATURAL Code:
CREATE OBJECT +OMAQSUB OF CLASS “J7544010.clsBEA” ON #SERVER_NAME GIVING #BEACOM_ERR /* fails w/711
IF #BEACOM_ERR <> 0 THEN
CREATE OBJECT +OMAQSUB OF CLASS ‘BEAQSUB1.clsBEA’ ON #SERVER_NAME /* fails w/711
END-IF
ON ERROR
CREATE OBJECT #OEMAIL OF CLASS ‘COMEMAIL.SENDEMAIL’ /* fails w/711
END-ERROR

NAT 711 error:
NAT0711 The object :1: could not be created (DCOM code :2.
TEXT:
The object :1: could not be created (DCOM code :2.
EXPL:
The object of the class specified in the CREATE OBJECT statement
could not be created.