Displaying 2 results from an estimated 2 matches for "bdfa".
Did you mean:
bdf
2014 Sep 23
1
Replication Failure
...from dc2:
[2014/09/23 10:43:35.477878, 0]
../source4/dsdb/repl/replicated_objects.c:783(dsdb_replicated_objects_commit)
Failed to apply records: replmd_replicated_apply_add: error during DRS
repl ADD: No objectClass found in replPropertyMetaData for
DC=CKSP-WRKSHPMNGR\0ADEL:2dae4daa-76af-46ee-bdfa-e18e72bc95a6,CN=Deleted
Objects,DC=DomainDnsZones,DC=cmh,DC=co,DC=za!
: Object class violation
[2014/09/23 10:43:35.482621, 0]
../source4/dsdb/repl/drepl_out_helpers.c:733(dreplsrv_op_pull_source_apply_changes_trigger)
Failed to commit objects:
WERR_GENERAL_FAILURE/NT_STATUS_INVALID_NETWORK_RE...
2010 Apr 27
4
Translated (language-aware) routes in Rails application
Hi,
I''d like to have translated languate-aware routes in my application,
like:
/projects/5/permissions => locale "PL"
/projekty/5/pozwolenia => locale "PL"
Is there any way to achieve it with RESTful routes? I have done it
manually with named routes, but it''s overwhelming with over 300
routes :D Also tried namespace (yeah, didn''t work) and