search for: record3

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

Did you mean: record
2008 Sep 23
3
Finding distinct months using find_by_sql
...has so far stumped me. I''m trying to get the distinct months (and years) from a date field to display as a list in a view. For example, there might be a number of records stored with dates in the table ''headlines'': name date record1 21-09-2008 record2 15-09-2008 record3 03-08-2008 record4 02-08-2008 record5 12-07-2008 etc. From which I''d like to get all distinct years and months to display in a view something like what might be seen under the ''Archives'' section of a blog page, like this: September 2008 August 2008 July 2008 etc....
2019 Jun 25
2
Error determinigng PSOs in system [SEC=UNOFFICIAL]
UNOFFICIAL Thanks Tim, I was just wondering if my mistake was raising the functional-level. This confirms it. This apparently also broke backup. I cannot create the container, because the current schema (2003) doesn't support msDS-PasswordSettingsContainer. It seems impossible (and dangerous) to update the schema. I was given a reference to a thread about updating the schema but - the
2019 Jun 26
0
Error determinigng PSOs in system [SEC=UNOFFICIAL]
...dn: DC=addom,DC=samba,DC=example,DC=com msDS-Behavior-Version: 3 The PSO code is checking the base-domain object (i.e. record 4). The 'samba-tool domain level raise --domain-level' command also updates the domain crossRef object (record 1). --forest-level updates the CN=Partitions object (record3). To edit these objects manually, you could use something like the following (and just don't alter the objects you don't want to modify). ldbedit -H /usr/local/samba/private/sam.ldb? '(msDS-Behavior-Version=*)' msDS-Behavior-Version --cross-ncs Note that after changing the function...
2019 Jun 26
0
Error determinigng PSOs in system [SEC=UNOFFICIAL]
...e,DC=com > msDS-Behavior-Version: 3 > > The PSO code is checking the base-domain object (i.e. record 4). The > 'samba-tool domain level raise --domain-level' command also updates > the domain crossRef object (record 1). --forest-level updates the > CN=Partitions object (record3). To edit these objects manually, you > could use something like the following (and just don't alter the > objects you don't want to modify). > ldbedit -H /usr/local/samba/private/sam.ldb? '(msDS-Behavior-Version=*)' > msDS-Behavior-Version --cross-ncs > > Note t...
2006 Jul 20
11
3 columns
Hi all, Not really sure what to put in the title so hope people still open this! What I want to do is produce something like this Col1 Col2 Col3 data1 data2 data3 data4 data5 data6 data7 data8 data9 data.. data.. data.. data.. data.. data.. data-n data-n+1 data-n+2 I can get the data back from my db