Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%ZEN] >  [Report] >  [ExcelServer]
Private  Storage   

deprecatedpersistent class %ZEN.Report.ExcelServer extends RenderServer

Zen Report Excel Server definition and utility methods/queries.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 1 2 2


Summary

Properties
ConfigFile ConnectionTimeout InitQueueSize InitializationTimeout
JVMArgs JavaHome LogFile LogLevel
LogRotationCount MaxLogFileSize MemoryThreshold Name
NumPingThreads NumThreads PingPort Port
Server ServerType ThresholdPollingPeriod

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints
%CheckConstraintsForExtent %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %Delete %DeleteExtent %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Exists
%ExistsId %Extends %GUID %GUIDSet
%GetLock %GetParameter %GetSwizzleObject %Id
%InsertBatch %IsA %IsModified %IsNull
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectIsNull
%ObjectModified %Oid %OnBeforeAddToSync %OnDeleteFinally
%OnDetermineClass %OnOpenFinally %OnSaveFinally %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateIndices %ValidateObject %ValidateTable CmdLine
GetState LogReportInfo LogStart LogStartFailure
LogStop PortToName Start StartByPort
Stop TerminateAllRenderServers TerminateAllRenderServers2 ZenReportServerExists


Parameters

• parameter TYPE = 3;
"0" indicates a Render Server. Subclasses must override this parameter.

Properties

• property ServerType as %String [ InitialExpression = "3",ReadOnly ];
Type must be "3" for Excel Servers.

Methods

• classmethod CmdLine(pReportServer As %ZEN.Report.ExcelServer, Output pCmd As %String, Output pCmdArgs) as %String
Generate the command line to run the script to start up the Excel Server.

Queries

• query ByName(name As %String = "")
Selects ID, Name, Port, PingPort, ServerType
SQL Query :
SELECT %ID, Name, Port, PingPort, ServerType
FROM ExcelServer
WHERE ServerType='3'
ORDER BY Name
Lookup all Zen Report Excel Servers.
• query ByServer()
Selects Name, Port, PingPort, Dummy, State, StateEx
Lookup Zen Report Excel Servers, get basic data plus state.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.