Hi all,
It doesn't understand though the error went out.
RequestReadObject has succeeded.
Please teach someone.
--- ErrLog ---------------------------
20:01:56.046 Trc 24211 Object [CfgPersonUpdate], DBID [0] is to be changed by client, type [SCE], name: [default], user: [default]
20:01:56.046 Trc 24218 Transaction [35] is sent on execution
20:01:56.046 Trc 24217 Transaction [35] is rolled back
MSGCFG_ERROR
attr: IATRCFG_ERRORCODE value: 10
attr: SATRCFG_DESCRIPTION value: "No object found for the delta [CfgPersonUpdate], DBID [0]"
attr: IATRCFG_REQUESTID value: 3
20:01:56.046 Std 23500 Configuration Server Error : Error [CFGObjectNotFound], object [], property [Unknown] Description No object found for the delta [CfgPersonUpdate], DBID [0]
--- soruce code [C#]---------------------
string strDoc = "<?xml version=\"1.0\" encoding=\"utf-8\"?><ConfData><CfgPerson><DBID value=\"105\" /><tenantDBID value=\"101\" /><lastName value=\"Doe3\" /><firstName value=\"John5\" /><employeeID value=\"1223242356789\" /><userName value=\"jd3\" /><isAgent value=\"2\" /><CfgAgentInfo><placeDBID value=\"0\" /><capacityRuleDBID value=\"0\" /></CfgAgentInfo><isAdmin value=\"1\" /><state value=\"1\" /></CfgPerson></ConfData>";
doc.LoadXml(strDoc);
RequestUpdateObject req =
RequestUpdateObject.Create(
(int)ConfServerObjectType.Person,
doc
);
IMessage msg = mCfgProtocol.Request(req);