search for: pi_d

Displaying 8 results from an estimated 8 matches for "pi_d".

Did you mean: p_id
2005 Sep 02
1
Calculating Goodman-Kurskal's gamma using delta method
...40,000"), c("VD", "LD", "MS", "VS"))) The following code is for calculating gamma value, which is consistent with the result presented in section 2.4.5 of that book. C <- 0 D <- 0 for (i in 1:nrow(job)){ for (j in 1:ncol(job)){ pi_c <- 0 pi_d <- 0 for (h in 1:nrow(job)){ for (k in 1:ncol(job)){ if ((h > i & k > j) | (h < i & k < j)){ pi_c <- pi_c + job[h, k]/sum(job) } if ((h > i & k < j) | (h < i & k > j)){ pi_d <- pi_d + job[h, k]/sum(job) } } } C...
2018 Jan 16
4
AD replication problem "WERR_DS_DRA_ACCESS_DENIED" - need help debugging
...; > > > > > > > > > > > Log on dcdo1: > > > > > > ============== > > > > > > [2017/12/27 08:20:56.335895, 0] > > > > > > ../source4/rpc_server/drsuapi/updaterefs.c:374(dcesrv_drsua > > > > > > pi_D > > > > > > sReplicaUpdateRefs) > > > > > > ../source4/rpc_server/drsuapi/updaterefs.c:374: Refusing > > > > > > DsReplicaUpdateRefs for sid > > > > > > S-1-5-21-454945863-777199239-1595221609-1112 with GUID > > > &...
2018 Jan 16
2
AD replication problem "WERR_DS_DRA_ACCESS_DENIED" - need help debugging
...gt;>> Log on dcdo1: >>>>>>>> ============== >>>>>>>> [2017/12/27 08:20:56.335895, 0] >>>>>>>> ../source4/rpc_server/drsuapi/updaterefs.c:374(dcesrv_drs >>>>>>>> ua >>>>>>>> pi_D >>>>>>>> sReplicaUpdateRefs) >>>>>>>> ../source4/rpc_server/drsuapi/updaterefs.c:374: >>>>>>>> Refusing >>>>>>>> DsReplicaUpdateRefs for sid >>>>>>>> S-1-5-21-454945863-777199...
2018 Jan 16
0
AD replication problem "WERR_DS_DRA_ACCESS_DENIED" - need help debugging
...; Log on dcdo1: > > > > > > > ============== > > > > > > > [2017/12/27 08:20:56.335895, 0] > > > > > > > ../source4/rpc_server/drsuapi/updaterefs.c:374(dcesrv_drs > > > > > > > ua > > > > > > > pi_D > > > > > > > sReplicaUpdateRefs) > > > > > > > ../source4/rpc_server/drsuapi/updaterefs.c:374: > > > > > > > Refusing > > > > > > > DsReplicaUpdateRefs for sid > > > > > > > S-1-5-21-4549458...
2018 Jan 16
0
AD replication problem "WERR_DS_DRA_ACCESS_DENIED" - need help debugging
...; Log on dcdo1: > > > > > > > ============== > > > > > > > [2017/12/27 08:20:56.335895, 0] > > > > > > > ../source4/rpc_server/drsuapi/updaterefs.c:374(dcesrv_drs > > > > > > > ua > > > > > > > pi_D > > > > > > > sReplicaUpdateRefs) > > > > > > > ../source4/rpc_server/drsuapi/updaterefs.c:374: > > > > > > > Refusing > > > > > > > DsReplicaUpdateRefs for sid > > > > > > > S-1-5-21-4549458...
2018 Feb 12
0
AD replication problem "WERR_DS_DRA_ACCESS_DENIED" - need help debugging
...cdo1: >>>>>>>>> ============== >>>>>>>>> [2017/12/27 08:20:56.335895, 0] >>>>>>>>> ../source4/rpc_server/drsuapi/updaterefs.c:374(dcesrv_drs >>>>>>>>> ua >>>>>>>>> pi_D >>>>>>>>> sReplicaUpdateRefs) >>>>>>>>> ../source4/rpc_server/drsuapi/updaterefs.c:374: >>>>>>>>> Refusing >>>>>>>>> DsReplicaUpdateRefs for sid >>>>>>>>> S-1-5...
2018 Apr 04
2
AD replication problem "WERR_DS_DRA_ACCESS_DENIED" - need help debugging
...; Log on dcdo1: > > > > > > > ============== > > > > > > > [2017/12/27 08:20:56.335895, 0] > > > > > > > ../source4/rpc_server/drsuapi/updaterefs.c:374(dcesrv_drs > > > > > > > ua > > > > > > > pi_D > > > > > > > sReplicaUpdateRefs) > > > > > > > ../source4/rpc_server/drsuapi/updaterefs.c:374: > > > > > > > Refusing > > > > > > > DsReplicaUpdateRefs for sid > > > > > > > S-1-5-21-4549458...
2018 Jan 16
2
AD replication problem "WERR_DS_DRA_ACCESS_DENIED" - need help debugging
...DC=kdu,DC=com, > > > parent of DSA with objectGUID 0acce4bc-1193-4609-8e4d- > > > a0771bb6fb76, > > > sid S-1-5-21-454945863-777199239-1595221609-1112 > > > [2017/12/27 12:31:29.733198, 0] > > > ../source4/rpc_server/drsuapi/updaterefs.c:374(dcesrv_drsuapi_DsR > > > eplicaUpdateRefs) > > > ../source4/rpc_server/drsuapi/updaterefs.c:374: Refusing > > > DsReplicaUpdateRefs for sid > > > S-1-5-21-454945863-777199239-1595221609-1112 with GUID > > > 0acce4bc-1193-4609-8e4d-a0771bb6fb76 > > > > &g...