metahubdump

Synopsis

metahubdump [-a]
    [-c [!] ComponentNameList]
    [-h]
    [-l NoOfLookAheadEntries]
    [-m]
    [-p]
    [-s [!] SubComponentNameList]
    [-t [!] ThreadIdentificationList]
    ServerLogFileName …​

Purpose

Displays the contents of a binary Server (IDS-C) trace log file. Server trace log files are written by the Server (IDS-C) (dxmmsssvr.exe and dxmsvr.exe).

Use metacpdump to display client log files that are written by metacp. The command dxmdumplog is deprecated because its behaviour depends on the environment variable DIRX_SVC_EXTINFO. Use the command metahubdump instead.

Refer to the DirX Directory documentation for preparation of log files written by DirX processes.

Arguments

ServerLogFileName

A string that represents the name of a serviceability log file on which to operate.

Options

-a

Suppresses display of additional information available in a directory log file entry, for example, the contents of structured function arguments. (To enable the logging of additional information, set debug level 9 for one or more components in the routing specification file.)

-c [!] ComponentNameList

If the ! character is specified, displays the directory log file entries that are not associated with the components specified in ComponentNameList, otherwise, displays the directory log file entries associated with the components in ComponentNameList. ComponentNameList is a string that contains one or more component names associated with the log file entries. All directory log file entries are currently associated with the dir component name. All Server (IDS-C) log file entries are currently associated with the dxm component name.

-h

Prints a command usage message.

-l NoOfLookAheadEntries

Is an integer that represents the number of log file entries to look ahead when searching for function entry/exit log file pairs. Merging between a function entry/exit log file entry is not performed if the corresponding entry cannot be found in the specified range. If this option is not specified, metahubdump uses the value 512 as its search range.

-m

Suppresses merging of function entry log file entries and function exit log file entries. Invalid or non-existent function input/output and result parameters of a log file entry are represented as a ??? sequence. If this option is specified, metahubdump ignores the -l option.

-p

Suppresses display of the prolog information for each log file entry.

-s [!] SubComponentNameList

If the ! character is specified, displays the directory log file entries that are not associated with the subcomponents specified in SubComponentNameList, otherwise, displays the log file entries associated with the subcomponents in SubComponentNameList. SubComponentNameList is a string that contains a single subcomponent name or a comma-separated list of subcomponent names associated with the log file entries.

The metahubdump command recognizes the following directory service subcomponent names for the component dxm:

Keyword Meaning

agtcl

Agent controller client interface (the interface that the workflow engine uses to start activities)

agtfe

Agent controller front end

agtwr

Agent controller back end

ats

Messaging interface

cdbrt

ConfDB API

ldap

LDAP interactions of ConfDB API with LDAP directory

mss

Server (IDS-C) core

sched

Scheduler

sttcl

Client interface to status tracker (used by agent controller front end and workflow engine for communication with the status tracker)

stt

Status tracker

wfc

Workflow client interface (used by the scheduler to start and control workflows)

wfe

Workflow engine

util

Server (IDS-C) internal utility functions

The metahubdump command recognizes the following directory service subcomponent names for the component dir:

Keyword Meaning

icom

Internal thread communication interface

sys

System call interface

vthr

Virtual thread interface

-t [!] ThreadIdentificationList

If the ! character is specified, displays the log file entries not associated with the threads specified in ThreadIdentificationList. Otherwise, displays log file entries associated with the threads specified in ThreadIdentificationList. ThreadIdentificationList is a single integer or a comma-separated list of integers that represent one or more thread Ids. Alternately, it is a single keyword or a comma-separated list of keywords representing thread types. The metahubdump command recognizes the following thread types:

Keyword Meaning

"abort thread"

Handles aborted connections.

MainThread

Initial (main) thread

Description

The Server (IDS-C) (dxmmsssvr.exe and dxmsvr.exe) subcomponents log important information about their activities and state through an internal serviceability interface. You specify how server trace log messages are to be routed with the file install_path/server/conf/dirxlog.cfg. Each log entry is written as a machine-independent binary record of data defined as the contents of a serviceability prolog structure. The metahubdump command displays the contents of this binary file in readable text format. The default location of the server trace log files is install_path/server/log.

Example

The following example is based on a log file LOG20861.01. The logging level has been set to 1 for the dxm subcomponents util, agtwr, wfe.

Create a readable log file log.all of the whole content:

metahubdump LOG20861.01 > log.all

The following output is written to the file log.all. (For readability a few lines were removed from the result):

--------------------------------------------------------------------------------
MainThread 0x0000005a dxmmsssvr.exe dxm Tue 03/20/01 12:57:19
--------------------------------------------------------------------------------
-- NOTICE mss dxmmssmain.cpp 244 57:19:70
0 "Dir.X MetaHub Synchronization Server V 6.0A 00 Tue Mar 20 7:03:56 2001 build 18"

-- NOTICE_V mss dxmmssmain.cpp 273 57:19:710
0 "Cmd line:
Environment:
DIRXMETAHUB_INST_PATH=C:\Program Files\Atos/DirX Identity
DIRXMETAHUB_QUEUE_MGR=QM_kellner01.asw.mchp.owncompany.de
DIRX_LOGCFG_FILE=<not set>"

-- NOTICE util cbasics.cpp 1287 57:19:710
1 loading '"server\conf\dxmmsssvr.ini"' (mode "rt").

-- NOTICE ldap dxmldap.cpp 256 57:19:731
99 Successfully connected to LDAP server "localhost":1389.
-- NOTICE ldap dxmldap.cpp 327 57:19:811
99 Disconnected from LDAP server "localhost":1389.
-- NOTICE ldap dxmldap.cpp 256 57:19:831
99 Successfully connected to LDAP server "localhost":1389.
-- NOTICE mss dxmcmsssvr.cpp 1031 57:19:941
99 registered server "main" ("main", "127.0.0.1")

-- NOTICE ldap dxmldap.cpp 327 57:19:941
99 Disconnected from LDAP server "localhost":1389.
-- NOTICE mss dxmmsssession.cp 816 57:20:031
99 "durable" subscriber initialized (session id: "main", topic: "Dxm.command.main").

-- NOTICE mss dxmmsssession.cp 816 57:20:111
99 "durable" subscriber initialized (session id: "main", topic: "Dxm.statusTracker").

-- NOTICE util cthread.cpp 234 57:20:161
99 thread "w_ID:STATUSTRACKER" started.

--------------------------------------------------------------------------------
w_ID:STATUSTRACKER 0x00000141 dxmmsssvr.exe dxm Tue 03/20/01 12:57:20
--------------------------------------------------------------------------------
-- NOTICE mss dxmcmssworker.cp 132 57:20:161
0 "CmssWorker" started.

--------------------------------------------------------------------------------
MainThread 0x0000005a dxmmsssvr.exe dxm Tue 03/20/01 12:57:20
--------------------------------------------------------------------------------
-- NOTICE util cthread.cpp 234 57:20:161
99 thread "w_ID:SCHEDULER" started.

--------------------------------------------------------------------------------
w_ID:STATUSTRACKER 0x00000141 dxmmsssvr.exe dxm Tue 03/20/01 12:57:20
--------------------------------------------------------------------------------
-- DEBUG1 util cmodule.cpp 191 57:20:171
1 dlopen("C:\Program Files\Atos/DirX Identity\bin\libdxmstt.dll") = 0x1c30000.

--------------------------------------------------------------------------------
w_ID:SCHEDULER 0x000000cc dxmmsssvr.exe dxm Tue 03/20/01 12:57:20
--------------------------------------------------------------------------------
-- NOTICE mss dxmcmssworker.cp 132 57:20:171
0 "CmssWorker" started.

--------------------------------------------------------------------------------
MainThread 0x0000005a dxmmsssvr.exe dxm Tue 03/20/01 12:57:20
--------------------------------------------------------------------------------
-- NOTICE util cthread.cpp 234 57:20:171
99 thread "cleaner thread" started.

-- NOTICE mss dxmcmsssvr.cpp 762 57:20:181
99 starting subscriptions ...

--------------------------------------------------------------------------------
w_ID:SCHEDULER 0x000000cc dxmmsssvr.exe dxm Tue 03/20/01 12:57:20
--------------------------------------------------------------------------------
-- DEBUG1 util cmodule.cpp 191 57:20:181
1 dlopen("C:\Program Files\Atos/DirX Identity\bin\libdxmsdr.dll") = 0x1d60000.

-- DEBUG1 sched dxmsdrimpl.cpp 782 57:20:181
2 Function parameter:
"InitiatorType:" 0
--------------------------------------------------------------------------------
cleaner thread 0x000000bb dxmmsssvr.exe dxm Tue 03/20/01 12:57:20
--------------------------------------------------------------------------------
-- NOTICE mss dxmcmsscleaner.c 177 57:20:191
0 "CmssCleaner" started.

--------------------------------------------------------------------------------
w_ID:STATUSTRACKER 0x00000141 dxmmsssvr.exe dxm Tue 03/20/01 12:57:20
--------------------------------------------------------------------------------
-- NOTICE ldap dxmldap.cpp 256 57:20:201
2 Successfully connected to LDAP server "localhost":1389.
--------------------------------------------------------------------------------
w_ID:SCHEDULER 0x000000cc dxmmsssvr.exe dxm Tue 03/20/01 12:57:20
--------------------------------------------------------------------------------
-- NOTICE ldap dxmldap.cpp 256 57:20:211
3 Successfully connected to LDAP server "localhost":1389.
-- NOTICE ldap dxmldap.cpp 327 57:20:241
3 Disconnected from LDAP server "localhost":1389.
-- NOTICE sched dxmsdrimpl.cpp 1721 57:20:241
3 New start time of status tracker cleanup computed.
Scheduled next at : "20010320120000Z"
Current Time : "20010320115720Z"
-- NOTICE sched dxmsdrimpl.cpp 1825 57:20:241
3 New start time for synchronizing schedules computed.
Scheduled next at : "20010321000000Z"
Current Time : "20010320115720Z"
-- NOTICE_V sched dxmsdrimpl.cpp 817 57:20:241
2 Scheduler is running.
--------------------------------------------------------------------------------
SUB_7f2570 0x00000129 dxmmsssvr.exe dxm Tue 03/20/01 12:58:17
--------------------------------------------------------------------------------
-- NOTICE util cthread.cpp 234 58:17:904
0 thread "w_c0671bb1-5ccfb1-e55be8dae0--8000" started.

--------------------------------------------------------------------------------
w_c0671bb1-5ccfb1-e5 0x0000014f dxmmsssvr.exe dxm Tue 03/20/01 12:58:17
--------------------------------------------------------------------------------
-- NOTICE mss dxmcmssworker.cp 132 58:17:904
0 "CmssWorker" started.

-- DEBUG1 util cmodule.cpp 191 58:17:914
1 dlopen("C:\Program Files\Atos/DirX Identity\bin\libdxmwfe.dll") = 0x1ee0000.

-- DEBUG1 wfe dxmwfeimpl.cpp 154 58:17:914
2 Function parameter:
"Workflow Name:" "cn=BA_PABX2MetaStore_Full,dxmC=Workflows,dxmC=DirXmetahub"
-- DEBUG1 wfe dxmwfeimpl.cpp 155 58:17:914
2 Function parameter:
"InitiatorType:" 1
-- DEBUG1 wfe dxmwfeimpl.cpp 171 58:17:914
2 Function parameter:
"Workflow Start Time defaults to:" "20010320115817Z"
-- NOTICE ldap dxmldap.cpp 256 58:17:934
3 Successfully connected to LDAP server "localhost":1389.
-- NOTICE ldap dxmldap.cpp 327 58:18:064
3 Disconnected from LDAP server "localhost":1389.
-- DEBUG1 wfe dxmwfeimpl.cpp 220 58:18:064
2 Function parameter:
"Polling Time (in ms):" 120000
-- DEBUG1 wfe dxmwfeimpl.cpp 273 58:18:064
2 Constructor for "CWorkflowStub": setting return value 0 ("SUCCESSFUL") for acknowledge.
-- DEBUG1 wfe dxmwfeimpl.cpp 299 58:18:064
2 Constructor of class "CWorkflowStub" called,
address of new object is 0x7f7720,
Instance ID is "c0671bb1-5ccfb1-e55be8dae0--8000".
-- DEBUG1 wfe dxmwfeimpl.cpp 358 58:19:016
2 ENTRY Object (0x7f7720), Function"CworkflowStub::execute".
-- NOTICE wfe dxmwfeimpl.cpp 360 58:19:016
2 START Workflow
Workflow instance ID: "c0671bb1-5ccfb1-e55be8dae0--8000"
Workflow DN: "cn=BA_PABX2MetaStore_Full,dxmC=Workflows,dxmC=DirXmetahub"
Workflow Name: "BA_PABX2MetaStore_Full"
Workflow Start Time: "20010320115817Z"
-- DEBUG1 wfe dxmwfeimpl.cpp 376 58:19:026
2              Workflow instance ID: "c0671bb1-5ccfb1-e55be8dae0--8000"
Workflow DN: "cn=BA_PABX2MetaStore_Full,dxmC=Workflows,dxmC=DirXmetahub"
Workflow Name: "BA_PABX2MetaStore_Full"
Workflow Start Time: "20010320115817Z"
WorkflowState: "open.notRunning.notStarted"
-- DEBUG1 wfe dxmwfeimpl.cpp 401 58:19:036
2 Function parameter:
"Workflow Name:" "cn=BA_PABX2MetaStore_Full,dxmC=Workflows,dxmC=DirXmetahub"
-- DEBUG1 wfe dxmwfeimpl.cpp 403 58:19:036
2 Function parameter:
"Workflow Activity Context:" "BA_PABX2MetaStore_Full"
-- DEBUG1 wfe dxmwfeimpl.cpp 404 58:19:036
2 Function parameter:
"Operation:" 10
--------------------------------------------------------------------------------
SUB_7f2570 0x00000129 dxmmsssvr.exe dxm Tue 03/20/01 12:58:19
--------------------------------------------------------------------------------
-- NOTICE util cthread.cpp 234 58:19:066
0 thread "w_127.0.0.1_1541987280_335_3" started.

--------------------------------------------------------------------------------
w_127.0.0.1_15419872 0x00000152 dxmmsssvr.exe dxm Tue 03/20/01 12:58:19
--------------------------------------------------------------------------------
-- NOTICE mss dxmcmssworker.cp 132 58:19:066
0 "CmssWorker" started.

-- DEBUG1 util cmodule.cpp 191 58:19:076
1 dlopen("C:\Program Files\Atos/DirX Identity\bin\libdxmagtfe.dll") = 0x2030000.

-- DEBUG1 agtfe dxmfrontend.cpp 360 58:19:076
2 Function: "CFrontEnd::CFrontEnd", Parameters: "MsgIn: JMSType: 1
JMSReplyTo: Dxm.command.main
JMSDestination: Dxm.command.main
DXMVersion: 1.00
DXMObjectType: 2
DXMInitiatorType: 2
DXMInstId: 127.0.0.1_1541987280_335_3
DXMWorkflowName: BA_PABX2MetaStore_Full
DXMWorkflowStartTime: 20010320115817Z
DXMActivityName: BA_HR2MetaStore_Full_ODBCExport
DXMActivityStartTime: 20010320115819Z
DXMWorkflowDN: cn=BA_PABX2MetaStore_Full,dxmC=Workflows,dxmC=DirXmetahub
DXMActivityDN: cn=BA_HR2MetaStore_Full_ODBCExport,cn=BA_HR2MetaStore_Full,dxmC=Workflows,dxmC=DirXmetahub
DXMJobDN: cn=BA_HR2MetaStore_Full_ODBCExport,dxmC=Jobs,dxmC=DirXmetahub
"
-- NOTICE ldap dxmldap.cpp 256 58:19:086
3 Successfully connected to LDAP server "localhost":1389.
-- NOTICE ldap dxmldap.cpp 327 58:19:316
3 Disconnected from LDAP server "localhost":1389.
-- DEBUG1 agtfe dxmfrontend.cpp 636 58:19:326
2 Function: "CFrontEnd::CFrontEnd" returns "SUCCESSFUL"
--------------------------------------------------------------------------------
w_c0671bb1-5ccfb1-e5 0x0000014f dxmmsssvr.exe dxm Tue 03/20/01 12:58:19
--------------------------------------------------------------------------------
-- NOTICE wfe dxmwfeimpl.cpp 996 58:19:416
3 "createInstance"-message acknowledged with return code 0 ("SUCCESSFUL").
Message ID: "127.0.0.1_1541987280_338_4",
Instance ID: "127.0.0.1_1541987280_335_3",
Run Object Name: "cn=BA_HR2MetaStore_Full_ODBCExport,dxmC=Jobs,dxmC=DirXmetahub"
--------------------------------------------------------------------------------
w_127.0.0.1_15419872 0x00000152 dxmmsssvr.exe dxm Tue 03/20/01 12:58:19
--------------------------------------------------------------------------------
-- DEBUG1 agtfe dxmfrontend.cpp 736 58:19:456
2 Function: "CFrontEnd::execute", Parameters: "MsgIn: JMSType: 8
JMSReplyTo: Dxm.command.main
JMSDestination: Dxm.command.main
DXMVersion: 1.00
DXMObjectType: 2
DXMOperation: 7
DXMInstId: 127.0.0.1_1541987280_335_3
"
-- DEBUG1 agtwr dxmagtwr.cpp 107 58:19:456
3 Function: "Initialize" called.

-- DEBUG1 agtwr dxmagtwr.cpp 115 58:19:456
3 Pointer of Wrapper: 0x806330
-- DEBUG1 agtwr dxmagtwr.cpp 128 58:19:456
3 Function: "Initialize" returns "SUCCESSFUL".

-- DEBUG1 agtwr dxmagtwr.cpp 155 58:19:456
3 Function: "SetControlData" called.

-- DEBUG1 agtwr dxmagtwr.cpp 158 58:19:456
3 Function parameter:
"Pointer of CWrapper: " 0x806330
-- DEBUG1 agtwr dxmagtwr.cpp 161 58:19:456
3 Function parameter:
"Agent type: " 7
-- DEBUG1 agtwr dxmagtwr.cpp 164 58:19:456
3 Function parameter:
"Job path: " "C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_ODBCExport"
-- DEBUG1 agtwr dxmagtwr.cpp 167 58:19:456
3 Function parameter:
"Executable name: " "ODBCAgentExp"
-- DEBUG1 agtwr dxmagtwr.cpp 171 58:19:456
3 Function parameter:
"Agent delta type: " 1529900236
-- DEBUG1 agtwr dxmagtwr.cpp 174 58:19:456
3 Function parameter:
"Process user name: " ""
-- DEBUG1 agtwr dxmagtwr.cpp 177 58:19:456
3 Function parameter:
"Process domain: " ""
-- DEBUG1 agtwr dxmagtwr.cpp 180 58:19:456
3 Function parameter:
"Expiration time: " 600
-- DEBUG1 agtwr dxmagtwr.cpp 188 58:19:456
3 Function: "SetControlData" returns 0.

-- DEBUG1 agtwr dxmagtwr.cpp 225 58:19:456
4 Function: "Command" called.

-- DEBUG1 agtwr dxmagtwr.cpp 228 58:19:456
4 Function parameter:
"Pointer of CWrapper: " 0x806330
-- DEBUG1 agtwr dxmagtwr.cpp 231 58:19:456
4 Function parameter:
"Control function: " 0x20310eb
-- DEBUG1 agtwr dxmagtwr.cpp 234 58:19:456
4 Function parameter:
"Control function parameter: " 33899544
-- DEBUG1 agtwr dxmagtwr.cpp 237 58:19:456
4 Function parameter:
"Command line: " "-f "C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_ODBCExport\personal.ini" -o "C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_ODBCExport\ODBC-HR-export.txt""
-- DEBUG1 agtwr dxmagtwr.cpp 240 58:19:456
4 Function parameter:
"Config data: " "C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_ODBCExport\personal.ini"
-- DEBUG1 agtwr dxmagtwr.cpp 246 58:19:456
4 Function parameter:
"In delta data: " ""
-- DEBUG1 agtwr dxmagtwr.cpp 249 58:19:456
4 Function parameter:
"Output data: " "C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_ODBCExport\ODBC-HR-export.txt"
-- DEBUG1 agtwr dxmagtwr.cpp 255 58:19:456
4 Function parameter:
"Trace data: " "C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_ODBCExport\ODBC-HR-trc.txt"
-- NOTICE util cbasics.cpp 1287 58:19:466
5 loading '"C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_ODBCExport\personal.ini"' (mode "r+t").

-- DEBUG1 agtwr dxmwrapper.cpp 1284 58:19:466
6 Function: "CWrapper::ProcessAgentODBC()" called.

-- NOTICE util cbasics.cpp 1670 58:19:466
7 save "C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_ODBCExport\personal.ini" ...

-- DEBUG1 agtwr dxmwrapper.cpp 1616 58:19:486
8 Function: "CWrapper::RunAgentWinNT()" called.

-- DEBUG1 agtwr dxmwrapper.cpp 1764 58:19:486
8 Agent call parameter:
"Executable and CmdLine: " "ODBCAgentExp -f "C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_ODBCExport\personal.ini" -o "C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_ODBCExport\ODBC-HR-export.txt""
-- DEBUG1 agtwr dxmwrapper.cpp 1766 58:19:486
8 Agent call parameter:
"Current dir: " "C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_ODBCExport"
-- DEBUG1 agtwr dxmwrapper.cpp 2009 58:19:557
8 Function: "CWrapper::RunAgentWinNT()" returns "SUCCESSFUL".

-- NOTICE util cbasics.cpp 1287 58:19:557
8 loading '"C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_ODBCExport\personal.ini"' (mode "r+t").

-- NOTICE util cbasics.cpp 1670 58:19:557
5 save "C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_ODBCExport/ProcessInfo.txt" ...

-- NOTICE util cbasics.cpp 1670 58:19:587
5 save "C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_ODBCExport\personal.ini" ...

-- DEBUG1 agtwr dxmagtwr.cpp 277 58:19:637
4 Function: "Command" returns 0.

-- DEBUG1 agtfe dxmfrontend.cpp 1094 58:19:647
2 Function: "CFrontEnd::execute" returns "SUCCESSFUL"
--------------------------------------------------------------------------------
w_c0671bb1-5ccfb1-e5 0x0000014f dxmmsssvr.exe dxm Tue 03/20/01 12:58:19
--------------------------------------------------------------------------------
-- NOTICE wfe dxmwfeimpl.cpp 959 58:19:747
3 "execute"-message acknowledged with return code 0 ("SUCCESSFUL").
Message ID: "127.0.0.1_1541987280_338_7",
Instance ID: "127.0.0.1_1541987280_335_3",
Run Object Name: "cn=BA_HR2MetaStore_Full_ODBCExport,dxmC=Jobs,dxmC=DirXmetahub"
--------------------------------------------------------------------------------
SUB_7f2570 0x00000129 dxmmsssvr.exe dxm Tue 03/20/01 12:58:19
--------------------------------------------------------------------------------
-- NOTICE util cthread.cpp 234 58:19:867
0 thread "w_127.0.0.1_1541987280_335_10" started.

--------------------------------------------------------------------------------
w_127.0.0.1_15419872 0x00000151 dxmmsssvr.exe dxm Tue 03/20/01 12:58:19
--------------------------------------------------------------------------------
-- NOTICE mss dxmcmssworker.cp 132 58:19:867
0 "CmssWorker" started.

-- DEBUG1 agtfe dxmfrontend.cpp 360 58:19:877
1 Function: "CFrontEnd::CFrontEnd", Parameters: "MsgIn: JMSType: 1
JMSReplyTo: Dxm.command.main
JMSDestination: Dxm.command.main
DXMVersion: 1.00
DXMObjectType: 2
DXMInitiatorType: 2
DXMInstId: 127.0.0.1_1541987280_335_10
DXMWorkflowName: BA_PABX2MetaStore_Full
DXMWorkflowStartTime: 20010320115817Z
DXMActivityName: BA_HR2MetaStore_Full_metacp
DXMActivityStartTime: 20010320115819Z
DXMWorkflowDN: cn=BA_PABX2MetaStore_Full,dxmC=Workflows,dxmC=DirXmetahub
DXMActivityDN: cn=BA_HR2MetaStore_Full_metacp,cn=BA_HR2MetaStore_Full,dxmC=Workflows,dxmC=DirXmetahub
DXMJobDN: cn=BA_HR2MetaStore_Full_metacp,dxmC=Jobs,dxmC=DirXmetahub
"
-- NOTICE ldap dxmldap.cpp 256 58:19:887
2 Successfully connected to LDAP server "localhost":1389.
-- NOTICE ldap dxmldap.cpp 327 58:20:508
2 Disconnected from LDAP server "localhost":1389.
-- DEBUG1 agtfe dxmfrontend.cpp 636 58:20:508
1 Function: "CFrontEnd::CFrontEnd" returns "SUCCESSFUL"
--------------------------------------------------------------------------------
w_c0671bb1-5ccfb1-e5 0x0000014f dxmmsssvr.exe dxm Tue 03/20/01 12:58:20
--------------------------------------------------------------------------------
-- NOTICE wfe dxmwfeimpl.cpp 996 58:20:538
3 "createInstance"-message acknowledged with return code 0 ("SUCCESSFUL").
Message ID: "127.0.0.1_1541987280_337_11",
Instance ID: "127.0.0.1_1541987280_335_10",
Run Object Name: "cn=BA_HR2MetaStore_Full_metacp,dxmC=Jobs,dxmC=DirXmetahub"
--------------------------------------------------------------------------------
w_127.0.0.1_15419872 0x00000151 dxmmsssvr.exe dxm Tue 03/20/01 12:58:20
--------------------------------------------------------------------------------
-- DEBUG1 agtfe dxmfrontend.cpp 736 58:20:578
1 Function: "CFrontEnd::execute", Parameters: "MsgIn: JMSType: 8
JMSReplyTo: Dxm.command.main
JMSDestination: Dxm.command.main
DXMVersion: 1.00
DXMObjectType: 2
DXMOperation: 7
DXMInstId: 127.0.0.1_1541987280_335_10
"
-- DEBUG1 agtwr dxmagtwr.cpp 107 58:20:578
2 Function: "Initialize" called.

-- DEBUG1 agtwr dxmagtwr.cpp 115 58:20:578
2 Pointer of Wrapper: 0x81ba90
-- DEBUG1 agtwr dxmagtwr.cpp 128 58:20:578
2 Function: "Initialize" returns "SUCCESSFUL".

-- DEBUG1 agtwr dxmagtwr.cpp 155 58:20:578
2 Function: "SetControlData" called.

-- DEBUG1 agtwr dxmagtwr.cpp 158 58:20:578
2 Function parameter:
"Pointer of CWrapper: " 0x81ba90
-- DEBUG1 agtwr dxmagtwr.cpp 161 58:20:578
2 Function parameter:
"Agent type: " 8
-- DEBUG1 agtwr dxmagtwr.cpp 164 58:20:578
2 Function parameter:
"Job path: " "C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_metacp"
-- DEBUG1 agtwr dxmagtwr.cpp 167 58:20:578
2 Function parameter:
"Executable name: " "metacp"
-- DEBUG1 agtwr dxmagtwr.cpp 171 58:20:578
2 Function parameter:
"Agent delta type: " 18208056
-- DEBUG1 agtwr dxmagtwr.cpp 174 58:20:578
2 Function parameter:
"Process user name: " ""
-- DEBUG1 agtwr dxmagtwr.cpp 177 58:20:578
2 Function parameter:
"Process domain: " ""
-- DEBUG1 agtwr dxmagtwr.cpp 180 58:20:578
2 Function parameter:
"Expiration time: " 600
-- DEBUG1 agtwr dxmagtwr.cpp 188 58:20:578
2 Function: "SetControlData" returns 0.

-- DEBUG1 agtwr dxmagtwr.cpp 225 58:20:578
3 Function: "Command" called.

-- DEBUG1 agtwr dxmagtwr.cpp 228 58:20:578
3 Function parameter:
"Pointer of CWrapper: " 0x81ba90
-- DEBUG1 agtwr dxmagtwr.cpp 231 58:20:578
3 Function parameter:
"Control function: " 0x20310eb
-- DEBUG1 agtwr dxmagtwr.cpp 234 58:20:578
3 Function parameter:
"Control function parameter: " 33899544
-- DEBUG1 agtwr dxmagtwr.cpp 237 58:20:578
3 Function parameter:
"Command line: " ""C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_metacp\import.odbc.delta.tcl""
-- DEBUG1 agtwr dxmagtwr.cpp 240 58:20:578
3 Function parameter:
"Config data: " "C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_metacp\odbcattr.cfg"
-- DEBUG1 agtwr dxmagtwr.cpp 243 58:20:578
3 Function parameter:
"Input data: " "C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_metacp\ODBC-HR-export.txt"
-- DEBUG1 agtwr dxmagtwr.cpp 246 58:20:578
3 Function parameter:
"In delta data: " "20010320124807Z="
-- DEBUG1 agtwr dxmagtwr.cpp 255 58:20:578
3 Function parameter:
"Trace data: " "C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_metacp\metadir-import-from-ODBC-HR-trc.txt"
-- DEBUG1 agtwr dxmwrapper.cpp 1459 58:20:578
4 Function: "CWrapper::ProcessAgentMetacp()" called.

-- DEBUG1 agtwr dxmwrapper.cpp 1616 58:20:578
5 Function: "CWrapper::RunAgentWinNT()" called.

-- DEBUG1 agtwr dxmwrapper.cpp 1764 58:20:578
5 Agent call parameter:
"Executable and CmdLine: " "metacp "C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_metacp\import.odbc.delta.tcl""
-- DEBUG1 agtwr dxmwrapper.cpp 1766 58:20:578
5 Agent call parameter:
"Current dir: " "C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_metacp"
-- DEBUG1 agtwr dxmwrapper.cpp 2009 58:21:579
5 Function: "CWrapper::RunAgentWinNT()" returns "SUCCESSFUL".

-- DEBUG1 agtwr dxmwrapper.cpp 179 58:21:579
5 Function: "CWrapper::writeOutDeltaDataFromFile()" called.

-- WARNING sys dxmwrapper.cpp 197 58:21:579
5 stat (path: "C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_metacp/DeltaOutputData.txt", buf: 0x215f004) = -1 - errno = ENOENT
buf:
???
-- NOTICE util cbasics.cpp 1670 58:21:579
5 save "C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_metacp/ProcessInfo.txt" ...

-- DEBUG1 agtwr dxmagtwr.cpp 277 58:21:630
3 Function: "Command" returns 0.

-- DEBUG1 agtfe dxmfrontend.cpp 1094 58:21:630
1 Function: "CFrontEnd::execute" returns "SUCCESSFUL"
--------------------------------------------------------------------------------
w_c0671bb1-5ccfb1-e5 0x0000014f dxmmsssvr.exe dxm Tue 03/20/01 12:58:21
--------------------------------------------------------------------------------
-- NOTICE wfe dxmwfeimpl.cpp 959 58:21:710
3 "execute"-message acknowledged with return code 0 ("SUCCESSFUL").
Message ID: "127.0.0.1_1541987280_337_14",
Instance ID: "127.0.0.1_1541987280_335_10",
Run Object Name: "cn=BA_HR2MetaStore_Full_metacp,dxmC=Jobs,dxmC=DirXmetahub"
-- DEBUG1 wfe dxmwfeimpl.cpp 424 58:21:720
2 Object 0x7f7720, Function "CworkflowStub::execute": setting return value 0 ("SUCCESSFUL") for acknowledge.
-- NOTICE wfe dxmwfeimpl.cpp 449 58:21:720
2 END Workflow
Workflow instance ID: "c0671bb1-5ccfb1-e55be8dae0--8000"
Workflow DN: "cn=BA_PABX2MetaStore_Full,dxmC=Workflows,dxmC=DirXmetahub"
Workflow Name: "BA_PABX2MetaStore_Full"
Workflow Start Time: "20010320115817Z"
WorkflowState: "closed.completed.ok"
Return code: 0
-- DEBUG1 wfe dxmwfeimpl.cpp 457 58:21:720
2 EXIT Object 0x7f7720, Function "CworkflowStub::execute", return value is 0 ("SUCCESSFUL").
-- DEBUG1 wfe dxmwfeimpl.cpp 327 58:22:601
3 Destructor of class "CWorkflowStub" called, address is 0x7f7720.
-- DEBUG1 wfe dxmwfeimpl.cpp 330 58:22:601
3               Workflow instance ID: "c0671bb1-5ccfb1-e55be8dae0--8000"
Workflow DN: "cn=BA_PABX2MetaStore_Full,dxmC=Workflows,dxmC=DirXmetahub"
Workflow Name: "BA_PABX2MetaStore_Full"
Workflow Start Time: "20010320115817Z"
WorkflowState: "closed.completed.ok"
-- NOTICE mss dxmcmssworker.cp 190 58:22:601
0 "CmssWorker" terminated.

--------------------------------------------------------------------------------
w_127.0.0.1_15419872 0x00000151 dxmmsssvr.exe dxm Tue 03/20/01 12:58:22
--------------------------------------------------------------------------------
-- NOTICE ldap dxmldap.cpp 256 58:22:711
2 Successfully connected to LDAP server "localhost":1389.
--------------------------------------------------------------------------------
w_127.0.0.1_15419872 0x00000152 dxmmsssvr.exe dir Tue 03/20/01 12:58:22
--------------------------------------------------------------------------------
-- WARNING sys dxmfrontend.cpp 1353 58:22:731
3 stat (path: "C:/Program Files/Atos/DirX Identity/status\BA_PABX2MetaStore_Full.20010320115817Z", buf: 0x202f958) = -1 - errno = ENOENT
buf:
???
-- WARNING sys dxmfrontend.cpp 1375 58:22:731
3 stat (path: "C:/Program Files/Atos/DirX Identity/status\BA_PABX2MetaStore_Full.20010320115817Z\BA_HR2MetaStore_Full_ODBCExport.20010320115819Z", buf: 0x202f958) = -1 - errno = ENOENT
buf:
???
-- DEBUG1 agtfe dxmfrontend.cpp 708 58:22:741
3 Function: "CFrontEnd::~CFrontEnd", Parameters: "-"
-- NOTICE mss dxmcmssworker.cp 190 58:22:741
0 "CmssWorker" terminated.

--------------------------------------------------------------------------------
w_127.0.0.1_15419872 0x00000151 dxmmsssvr.exe dxm Tue 03/20/01 12:58:22
--------------------------------------------------------------------------------
-- NOTICE ldap dxmldap.cpp 327 58:22:751
2 Disconnected from LDAP server "localhost":1389.
-- WARNING sys dxmfrontend.cpp 1375 58:22:761
2 stat (path: "C:/Program Files/Atos/DirX Identity/status\BA_PABX2MetaStore_Full.20010320115817Z\BA_HR2MetaStore_Full_metacp.20010320115819Z", buf: 0x215f958) = -1 - errno = ENOENT
buf:
???
-- WARNING sys cbasics.cpp 2109 58:22:761
3 fopen (filename: "C:/Program Files/Atos/DirX Identity/work\BA_PABX2MetaStore_Full\BA_HR2MetaStore_Full_metacp\ODBC-HR-export.txt", type: "rt") = NULL - errno = ENOENT
-- ERROR util cbasics.cpp 2143 58:22:761
3 file open failed: "dxmCopyFile"
-- DEBUG1 agtfe dxmfrontend.cpp 708 58:22:781
2 Function: "CFrontEnd::~CFrontEnd", Parameters: "-"
-- NOTICE mss dxmcmssworker.cp 190 58:22:781
0 "CmssWorker" terminated.

Exit Codes

The metahubdump command returns an exit code of 0 on success or a 1 if it encountered an error. The text of the error message is displayed on stderr.

See Also

dirxlog.cfg (in DirX Identity Program Files)