similar to: Need input on DB/table design

Displaying 20 results from an estimated 1300 matches similar to: "Need input on DB/table design"

2006 May 20
3
In a find, can''t you use both :include and :limit ?
I''m trying to do a find that includes a join. It has to be a find because I''m using the results for a Pagination, so I need to limit my query to the number of results I want to display per page. Here''s the type of thing I want to do: Employee table <-> Skills_Employees table <-> Skills table Let''s say I want to find all the employees who have
2015 Sep 04
3
AD order of installation
I don't see the following at https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller There is an 'order' of installation for an AD. Some things must come before others, some things can come when you may. Here is my take based on what I have learned over the past weeks: OS installation (listed for completeness, even though this is a 'dah' item).
2015 Sep 04
1
AD order of installation
On 09/04/2015 11:47 AM, Mark Foley wrote: > Unless you are specifying by IP, NTP isn't going to resolve with e.g. > 0.pool.ntp.org if you don't have DNS running. Personal Experience. Good point. As I run on an armv7 with no battery rtc, I have to get time sync going before doing practically anything. It much depends on how your system resolves before local DNS is running.
2009 Jun 11
3
deSolve question
Dear All, I like to simulate a physiologically based pharmacokinetics model using R but am having a problem with the daspk routine. The same problem has been implemented in Berkeley madonna and Winbugs so that I know that it is working. However, with daspk it is not, and the numbers are everywhere! Please see the following and let me know if I am missing something... Thanks a lot in advance,
2013 Feb 13
1
An extended Hodgkin-Huxley model that doesn't want to work.
Hi All I have been struggling with this model for some time now and I just can't get it to work correctly. The messages I get when running the code is: DLSODA- Warning..Internal T (=R1) and H (=R2) are such that in the machine, T + H = T on the next step (H = step size). Solver will continue anyway. In above message, R = [1] 0 0 DINTDY- T (=R1) illegal In above message, R = [1]
2009 Jun 25
1
check stats fail | part III
For grins, tried rebuilding R 2.9.0 without using ACML 4.3.0. Config goes fine, make runs without any errors. make check - and - ta-dah! - no errors for stats. Everything seems to check out just fine. So, it seems as if R 2.9.0, ACML 4.3.0, and perhaps one/more things under CentOS don't play nice. Will trying unloading 4.3.0, installing 4.2.0 (which worked before on the Fedora box), and
2009 Jan 06
1
Social Networks - how to get the same network layout every time when I plot the network?
Hi, I am using the function plot.network from the network library. However, I noticed that every time when I use the function I get a different layout (the network is rotated?). I would like to get the exact same picture every time when I use the function. Is that possible (maybe set a seed or some layout parameters?)? How? Here is an example: n<-6 dat <- rbinom(n*(n-1)/2,1,.6)
2010 Jul 08
1
Junghanns QuadBRi not really recognized in Dahdi
Hi, I'm using Asterisk 1.6.1.18 with latest Dahdi Linux and Tools (rev 8854) and libpri 1.4.10.2. During installation, I'm facing this : # dahdi_genconf -v system Default parameters from /etc/dahdi/genconf_parameters Empty configuration -- no spans Of course, I've got span descriptions in /etc/dahdi/genconf_parameters : .... pri_termtype SPAN/1 TE SPAN/2
2009 Jan 12
1
problem with dahdi and meetme
Hi to all. I'm trying to use meetme on asterisk 1.4.22.1. On a debian i've compiled (as i need h323 support) openh323_v1_18_0 pwlib_v1_10_0 dahdi-linux-2.1.0.3 dahdi-tools-2.1.0.2 asterisk-1.4.22.1 All works fine, dahdi status is: asterik:/data/programmi# /etc/init.d/dahdi status ### Span 1: DAHDI_DUMMY/1 "DAHDI_DUMMY/1 (source: RTC) 1" (MASTER) asterik:/data/programmi#
2006 Mar 29
2
delete_all not resetting auto incement in database
Hey I''m writing a simple admin interface thats reading user data (skills) from a comma separated file. To clear the database before inserting new skills, I use Skill.delete_all Then I insert the new values I read from a file. Everything goes well up to the point where I see that auto-generated ID''s are not starting from 1. They start off at 840 (responding to the number of
2004 Aug 18
0
my iaxy makes a strange noise...
Hi, I recently acquired an iaxy device. Since I turned it on, the phone makes a strange noise. Is this normal? I'm not sure if there is some configuration that needs to be provisioned for it to quieten down. With my LinuxJack, the phone was dead until it the device was enabled by software, which is why I'm not sure if the behaviour of the iaxy is normal. I am a newbie with digium
2007 Dec 27
4
Help With partials
ok i''m having problems moving a piece of code into a partial I have a line in a view: <%= image_tag( createturing ) %> moving to a partial _createturing.rhtml and changing the view to: <div id="turing"><%= render(:partial => "createturing") %></div> gives errors: ActionView::TemplateError (can''t convert nil into String) on
2020 Feb 11
1
R with Squid proxy - invalid requests ??
dear devel, I thought you guys would know best - I have an R which fails to get communicate outside via a proxy, and Squid's logs show: ... 1581432434.501????? 0 10.5.8.17 TAG_NONE/400 4064? %C5/%B6* - HIER_NONE/- text/html 1581432497.231????? 0 10.5.8.17 TAG_NONE/400 4570 NONE error:invalid-request - HIER_NONE/- text/html 1581432497.338????? 0 10.5.8.17 TAG_NONE/400 4300?
2009 Feb 03
1
initializer
Have an app that works fine in development but not production behind pound that uses Geokit. I''ve figured out the API key is wrong. is there a way to configure each mongrel with a different API key? if there a variable i can check in the initializer and provide the right API key for that port since it''s going to be based on the internal address:port the connection is on?
2015 Sep 04
0
AD order of installation
Unless you are specifying by IP, NTP isn't going to resolve with e.g. 0.pool.ntp.org if you don't have DNS running. Personal Experience. If you're using Samba's builtin DNS (I don't), then seems to me NTP should be last on your list. Of course, ntp can temporarily resolve using /etc/resolv.conf until you get your DNS running. My issue was mostly an order of startup versus
2018 Apr 23
4
Alias for country in indications.conf
Hello list, Hope you all doing fine! I've tried to use the 'alias' directive in the indications.conf file but apparently it doesn't work.... It looks like maybe this feature was removed, because old sample for the indications.conf file have example using the alias parameter, but newer samples don't have it anymore.... also I couldn't find any ticket saying this parameter
2005 Mar 25
0
Calls from analog/FXS phone?
I've got a 400P, with a couple FXO's and and FXS. I've got an analog plugged into the FXS, and it gets dialtone fine. However, whenever I press any digits, I get the doo-dah, doo-dah "unhappy" sound. I've got a functioning FXS system at home, but I was trying to plug this into an AMP-created configuration, and having no luck. Can someone -- especially if they used AMP
2008 Jan 12
1
Collection_Select not showing Selected option
Hi, I''m having some problem with getting collection_select to return the current value when editing a record. According to everything I''ve seen, there was an issue but it''s been fixed, but I can''t figure out why it isn''t returning the current value as a selected option. I''ve checked the table structures, and both the call_driver.product_line_id
2007 Dec 28
1
field from from but not in DB
ok I''m down to getting AR to ignore the field. the field is called turing.. I have two function stubs.. def turing end def turing=(temp) end what do i need to do in these two functions to emulate what AR would have for column in the DB.. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2001 Apr 17
4
Samba 2.2.0 - glossy press release :-).
In the interests of full disclosure, here's the glossy press release (with html as well ! :-). Jeremy. --------------------------------------------------------------------- Samba 2.2.0 - Powering the next generation of Network Attached -------------------------------------------------------------- Storage. -------- 17