Server agent creating Excel OLE in document

I have an scheduled agent which run on server, it will collect info from the databases, then create an Excel OLE in a document and send that document to users. While running this agent on the server, I see the following messages scrolling up in the Domino console but these messages are not captured in the Domino log; the agent running successfully and the users could open the Excel OLE in the mail. But what do these messages mean? Any error in my agent?

*** message from Domino console ***

(CEditorOLEIOleClientSite::GetMoniker) 14274508 requesting FULL moniker

(CEditorOLEIAdviseSink::CEditorOLEIAdviseSink) 14274508

(CEditorOLEContainedObj::CreateNew) 14274508

(CEditorOLEContainedObj::CreateNew) 14274508 ProgID = ExcelWorksheet, ClassID =

{00020820-0000-0000-C000-000000000046}

(CEditorOLEContainedObj::CreateIStorage) 14274508

(CEditorOLEContainedObj::CreateRootIStorage) 14274508

(CEditorOLEIOleClientSite::GetMoniker) 14274508

(CEditorOLEIOleClientSite::GetMoniker) 14274508 requesting OBJECT moniker

(CEditorOLEContainedObj::UpdateView) 14274508

(CEditorOLEIOleClientSite::GetContainer) 14274508

(CEditorOLEIOleClientSite::QueryInterface) 14274508 IID=IMarshal

(CEditorOLEContainedObj::QueryInterface) 14274508 IID=IMarshal

(CEditorOLEContainedObj::QueryInterface) 14274508 unimplemented interface IMarsh

al

(CEditorOLEIOleClientSite::QueryInterface) 14274508 IID=IMarshal

(CEditorOLEContainedObj::QueryInterface) 14274508 IID=IMarshal

(CEditorOLEContainedObj::QueryInterface) 14274508 unimplemented interface IMarsh

al

(CEditorOLEIOleClientSite::QueryInterface) 14274508 IID=??undefined OLE interfac

e {0000001B-0000-0000-C000-000000000046}

(CEditorOLEContainedObj::QueryInterface) 14274508 IID=??undefined OLE interface

{0000001B-0000-0000-C000-000000000046}

(CEditorOLEContainedObj::QueryInterface) 14274508 unimplemented interface ??unde

fined OLE interface {0000001B-0000-0000-C000-000000000046}

(CEditorOLEIOleClientSite::QueryInterface) 14274508 IID=IUnknown

(CEditorOLEContainedObj::QueryInterface) 14274508 IID=IUnknown

(CEditorOLEContainedObj::QueryInterface) 14274508 IID=IStdMarshalInfo

(CEditorOLEContainedObj::QueryInterface) 14274508 unimplemented interface IStdMa

rshalInfo

(CEditorOLEContainedObj::QueryInterface) 14274508 IID=IExternalConnection

(CEditorOLEContainedObj::QueryInterface) 14274508 unimplemented interface IExter

nalConnection

(CEditorOLEContainedObj::QueryInterface) 14274508 IID=??undefined OLE interface

{4C1E39E1-E3E3-4296-AA86-EC938D896E92}

(CEditorOLEContainedObj::QueryInterface) 14274508 unimplemented interface ??unde

fined OLE interface {4C1E39E1-E3E3-4296-AA86-EC938D896E92}

(CEditorOLEContainedObj::QueryInterface) 14274508 IID=IOleClientSite

(CEditorOLEContainedObj::QueryInterface) 14274508 IID=IOleClientSite

(CEditorOLEContainedObj::QueryInterface) 14274508 IID=IOleDocumentSite

(CEditorOLEContainedObj::QueryInterface) 14274508 unimplemented interface IOleDo

cumentSite

(CEditorOLEIOleClientSite::GetMoniker) 14274508

(CEditorOLEIOleClientSite::GetMoniker) 14274508 requesting OBJECT moniker

(CEditorOLEIOleClientSite::QueryInterface) 14274508 IID=??undefined OLE interfac

e {1C733A30-2A1C-11CE-ADE5-00AA0044773D}

(CEditorOLEContainedObj::QueryInterface) 14274508 IID=??undefined OLE interface

{1C733A30-2A1C-11CE-ADE5-00AA0044773D}

(CEditorOLEContainedObj::QueryInterface) 14274508 unimplemented interface ??unde

fined OLE interface {1C733A30-2A1C-11CE-ADE5-00AA0044773D}

(CEditorOLEIOleClientSite::GetMoniker) 14274508

(CEditorOLEIOleClientSite::GetMoniker) 14274508 requesting FULL moniker

Subject: Server agent creating Excel OLE in document

I think - but I’ not sure - the errors are because you’re trying to actually do some OLE from the Domino server - and it doesn’t do thatYou need to use a Notes client to run any OLE commands