PRB: Error "OLE Error Code 0x80080005 Server Execution Failed"Last reviewed: February 28, 1997Article ID: Q164360 |
3.00 3.00b 5.00
WINDOWS
kbenv kbprb
The information in this article applies to:
SYMPTOMSIf the "at" symbol ("@") is in the name of your computer, you may receive the following error message when running a manually written MSGraph program:
OLE error code 0x80080005 Server execution failed RESOLUTIONTo resolve this problem, the "at" symbol ("@") must be removed from the name of the computer as follows:
STATUSMicrosoft is researching this behavior and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce BehaviorPlace the following code into a .prg file and execute it:
#DEFINE tab chr(09) #DEFINE cr_lf chr(13) + chr(10) LOCAL FruitData Fruit_Data = " " + tab + "Fruits" + cr_lf + ; "Apples" + tab + "1" + cr_lf + ; "Oranges" + tab + "2" + cr_lf + ; "Pears" + tab + "3" + cr_lf CREATE TABLE frt_graph (mygraph G) APPEND BLANK APPEND GENERAL MyGraph CLASS "MSGRAPH" DATA Fruit_Data MODIFY GENERAL MyGraphIf you have an "at" symbol ("@") in the computer name you will receive the following error message.
OLE error code 0x80080005 Server execution failed |
KBCategory: kbenv kbprb
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |