A schema describes the structure of various elements like tables, fields, objects, attributes, etc. for example for a database or a directory.
Questions tagged [schema]
112 questions
1
vote
1 answer
Server 2008 R2 schema changes - any since RC?
I know that there were schema updates in the 2008 R2 beta and more in the 2008 R2 Release Candidate. Does anyone know if there are any additional schema changes required for 2008 R2 RTM?
I haven't been able to find anything about it via Google.

serialhobbyist
- 451
- 3
- 7
- 16
1
vote
2 answers
Looking for advice on LDAP objectClasses for syncing with Google Apps
I am setting up an OpenLDAP server on Ubuntu so that this will be the authoritative user database for authentication. I'm going to be using Atlassian Crowd with it so that Google Apps can then use SSO against Crowd.
To further maximise the…

Philip Colmer
- 81
- 7
1
vote
1 answer
Is this normal or due to bug in mongodb?
I am new to mongodb and i installed it on xen para virtual vm and when given command
"mongo" terminal freezed and on the top output command mongo is taking almost 100% CPU.
Is this a bug,or does the mongo command made the scheduler to consider the…

Kevin Parker
- 757
- 1
- 13
- 32
1
vote
1 answer
Is there a "rigorous" method for choosing a database?
I'm not experienced with NoSQL, but one person on my team is calling for its use. I believe our data and its usage isn't optimal for a NoSQL implementation.
However, my understanding is based off reading various threads on various websties. I'd like…

vowel-house-might
- 259
- 1
- 3
- 11
1
vote
1 answer
Unable to add schema in OpenLDAP using run-time configuration cn=config
I have the following ldif file which I am trying to load into openLDAP:
Custom schema being created for the Monas project
dn: cn=testSchemas,cn=schema,cn=config
objectClass: olcSchemaConfig
cn: testSchemas
olcAttributeTypes (…

Dark Star1
- 1,385
- 7
- 22
- 37
1
vote
2 answers
OpenLDAP schema location (cn=schema,cn=config) does this exist?
We're trying to get an instance of OpenLDAP up and running. I'm using ApacheDS as the browser. When I go to create my objects in the LDAP database, I see that a number of objects and attributes don't fit the purpose for which I intend on using it.…

mj_
- 131
- 1
- 4
1
vote
1 answer
ActiveDirectory lastLogonTimeStamp Inactive
In joining a new company, I have inherited it's history.
I find that the User and Computer Object property lastLogonTimeStamp is not available. I have checked that the AD Schema version is 2003 R2, and that the domain attribute…

gWaldo
- 11,957
- 8
- 42
- 69
1
vote
1 answer
Where is "Custom Attribute 14" in AD Schema?
I'm getting the following error when writing to Active Directory attribute 14
00002082: AtrErr: DSID-03151314, #1: 0: 00002082: DSID-03151314,
problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 2025a
(extensionAttribute14):len 34686
My guess is…

makerofthings7
- 8,911
- 34
- 121
- 197
1
vote
1 answer
services scheme diagram
We have many web-services, applications and sites that are hosted on 4 different server farms, multiple urls, A records, sub-domains, HTTP redirects and more.
What is the best way to start and create a readable diagram/scheme (I don't see a table…

Saariko
- 1,791
- 14
- 45
- 75
1
vote
1 answer
How to change OrganizationName after setup /p
I am working on cloning our primary AD DC to create a development environment. I have exported the relevant data from AD using ldifde but in order to import it on the new server, I need the Exchange Schema installed.
I obtained the Exchange install…

jamesbtate
- 567
- 2
- 6
- 14
1
vote
1 answer
LDAP schema design
I am pretty new to LDAP & trying to design a schema for a particular need.
I have a Support Organization.
There are three levels
P1 - lowest permissions
P2 - middle
P3 - highest permissions.
I have split the support team into subteams.
TeamA manages…

Genboy
- 69
- 1
- 9
1
vote
2 answers
How do I update a table's schema with a new custom schema I have created?
I am using SQL Server 2008 Express and Sql Server Management Studio 2008.
I am trying to associate a database table with a new schema.
I have created a new Schema by navigating to Security->Schemas in object explorer. I right clicked on the folder…

Lewray
- 143
- 1
- 1
- 6
1
vote
1 answer
Is there a maximum number of schemas allowed in SQL Server 2005?
What is the maximum number of user schemas one can create in a single SQL Server 2005 database?
Is this figure different on SQL Server Express vs SQL Server Standard?
I've searched the MSDN documentation but can't find anything approaching an…

hjd
- 115
- 1
- 7
1
vote
1 answer
AD Schema updates, Exchange 2007 SP3 == Server 2008?
In terms of schema updates does 'Exchange 2007 SP3' adprep /forestprep and 'Server 2008' adprep /forestprep do the same thing?
I'd like to add a 2008r2 DC to an existing 2003-level forest (which requires 2008 adprep on the forest) and I've not yet…

BoyMars
- 1,012
- 1
- 6
- 15
1
vote
2 answers
File sharing/permissions scheme for students/teachers/staff?
I've recently inherited administration of an Xserve running OS X Server 10.5.8. I have a specific need for teaching staff to access the home folders of students via network shares. Ideally in groups - i.e. the home folders of students in Class A,…

Music Tech
- 21
- 2