search for: attribute_id

Displaying 5 results from an estimated 5 matches for "attribute_id".

2015 Oct 14
2
Use repadmin /showobjmeta would caused samba 4.3.0 fault
...amba4 dc: [2015/10/12 22:46:19.332285, 0] ../source4/dsdb/kcc/kcc_drs_replica_info.c:188(kccdrs_replica_get_info_obj_metadata2) kccdrs_replica_get_info_obj_metadata2() called [2015/10/12 22:46:19.332754, 0] ../source4/dsdb/kcc/kcc_drs_replica_info.c:228(kccdrs_replica_get_info_obj_metadata2) attribute_id = 0, attribute_name: objectClass [2015/10/12 22:46:19.333011, 0] ../source4/dsdb/kcc/kcc_drs_replica_info.c:160(get_dn_from_invocation_id) ../source4/dsdb/kcc/kcc_drs_replica_info.c:160: Failed search for the object DN under f13090b9-9608-447a-a682-a9fb7513cdf0 w hose invocationId is CN=Configur...
2005 Dec 21
2
ActiveRecord Error with << in Collection
...backs.rb:236:in `initialize'' #{RAILS_ROOT}/app/controllers/cmdb_controller.rb:24:in `new'' #{RAILS_ROOT}/app/controllers/cmdb_controller.rb:24:in `create'' =============== Controller ================= def create @ci = ConfigurationItem.new(params[:ci]) if(params[:attribute_id]) params[:attribute_id].each_pair{ |attr_id, |attr_value_id| attribute = ConfigurationItemAttributeValue.new attribute.attribute_id= attr_id attribute.value_id= attr_value_id @ci.attributes << attribute } end if(params[:attribute_value]) params[:attribute_value...
2005 Oct 14
1
join tables and position (acts_as_list)
...xt, etc. etc...); CREATE TABLE attributes ( id serial, "position" int, -- for all attributes ordering name text, description text, etc. etc...); CREATE TABLE attributes_widgets ( "position" int, -- for attributes per given widget ordering widget_id int references widgets (id), attribute_id int references attributes (id), etc. etc... ); Phil
2011 Jul 26
0
active record wants root password, not sure why ..
When I run a command program (rails 3/ruby 1.9.2) as this: class MsdsAttr < ActiveRecord::Base include MsdsAttrModule belongs_to :attribute_record, :polymorphic => true has_many :attribute_values, :foreign_key => ''attribute_id'' has_many :alt_values, :as => :alternative has_many :msds_ingredients end ActiveRecord::Base.establish_connection( :adapter => "mysql", :host => "localhost", :database => "univ_parse_dev", :user => "PZZ", :password => "PZ...
2018 Jul 09
2
Repadmin fails when querying Samba server 4.7.6
...search for the object DN under edecb709-eff3-45fc-8cbd-6760e0045ca3 whose invocationId is CN=Configuration,DC=SAMDOM,DC=LOCALkccdrs_replica_get_info_obj_metadata2() called [2018/07/09 22:36:18.106306,  0] ../source4/dsdb/kcc/kcc_drs_replica_info.c:228(kccdrs_replica_get_info_obj_metadata2)   attribute_id = 0, attribute_name: objectClass [2018/07/09 22:36:18.106761,  0] ../source4/dsdb/kcc/kcc_drs_replica_info.c:160(get_dn_from_invocation_id) [2018/07/09 22:36:18.119609,  3] ../source4/smbd/service_stream.c:65(stream_terminate_connection)   Terminating connection - 'dcesrv: NT_STATUS_CONNECTI...