search for: addev

Displaying 7 results from an estimated 7 matches for "addev".

Did you mean: added
2007 Nov 21
0
Cannot join Samba server to the ADS domain
Hi Guys, I'm having real problems getting my Samba server to join the ADS domain. When I run the join command I get the following error ./net ads join createcomputer="/UK/LDN/CRP-ETS/Servers/PROD" -U 1r005390@EMEADEV.ADDEV.JPMORGANCHASE.COM%passw0rd Using short domain name -- EMEADEV [2007/11/21 19:11:48, 0] utils/net_rpc_join.c:net_rpc_join_ok(70) net_rpc_join_ok: failed to get schannel session key from server dbmtrdcdev01.emeadev.addev.jpmorganchase.com for domain EMEADEV. Error was NT_STATUS_ACCESS_DENIED Fail...
2007 Nov 07
5
Prototype error - iterator is not a function
I''m starting to learn to use Prototype (v1.5.1.1) along with Mootools. However I keep bumping into the same problem: All of the inserts result in the error "iterator is not a function" at line 542 of Prototype memo = iterator(memo, value, index); Am I missing something obvious here? I''m wondering if there''s an incompatibility between Prototype and Domino
2006 Jan 11
6
How to display the error messages from the controller
...ges. To keep it simple let''s say that the first page asks the user to select a state from the drop down menu. In case the user doesn''t select any state, an error message needs to be displayed. Ideally I would like to do something like this. def new selected_value = params[:addevent][:state_id] if selected_value == "-1" errors.add(:state_id,"Please select a valid state") else # go to the next page end end But errors is not available in the controller. It''s available only in the model. I could use flash[:notice] but us...
2005 Dec 18
3
JavaScript question
...#39;'d like to access this - but this in a event-handler is the element of the event, and not the object I want to refer to, which is the instance of my popupCalendar class. How do I get back to the instance? Anyone got a clue? For further info: I register this event-handler like so: this._addEvent(document,"click",this._clickhandler); where addEvent is the following function: org_apache_myfaces_PopupCalendar.prototype._addEvent=function(obj, evType, fn){ if (obj.addEventListener){ obj.addEventListener(evType, fn, false); return true; } else if (obj.attachEvent){ var...
2012 Mar 08
3
"figure margins too large" in RGtk2 drawing area as cairo device - why?
When using a gtkDrawingArea as a Cairo device I very often encounter the error: "figure margins too large" Even for the below "getting started" example from http://www.ggobi.org/rgtk2/ this is the case. > win = gtkWindow() > da = gtkDrawingArea() > win$add(da) > asCairoDevice(da) [1] TRUE > plot(1:10) Fehler in plot.new() : Grafikr?nder zu gro? > Also
2006 Apr 21
13
Sorttable.js
I have come across this neat Javascript table sorter at http://kryogenix.org/code/browser/sorttable/ It seems straigh forward to use but i cant get it to work. I have included in the head <script src="javascripts/sorttable.js" type="text/javascript"></script> In the View <table class="sortable" id="anyid"> <thead>
2006 Jul 26
8
change text_field_tag class
in my booking / _form I have the following input fields : (startdate and endate) <div> <label for="startdate">Booking Start Date</label><br /> <%= text_field_tag(''startdate'', @startdate, {:class => @startdateclass, :readonly => "readonly", :maxlength => "25"} ) %> <%= observe_field("startdate",