Extending AD schema

Good day TechNet, I have been doing my research but have yet to find a solution and am reaching out for help.
My environment: Server 2008 DC, Server 2012 R2 Standard with SCCM 2012 R2
I am setting up a new SCCM 2012 server and would like to extend the AD schema to SCCM.  We currently have a production SCCM 2007 server running that has the AD schema already extended.  Everything that I have read states that if you have already
extended AD to 2007, you do not need to extend it to 2012.  However, I am unable to view AD users and computers in the Configuration Manager console. I have enabled discovery under \Administration\Overview\Hierarchy Configuration\Discovery Methods. 
I have also delegated control to the new server of the already existing 'System\System Management' container in AD.  I'm missing something but I'm not sure what it is.  Any help/direction would be greatly appreciated.
Regards.

More info:
Please refer to the link below:
Planning for Discovery in Configuration Manager
http://technet.microsoft.com/en-us/library/gg712308.aspx
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • Steps to extend the schema if I have no access to the web console

    Hello,
    I am usin DS 6.2. The web console is not applicable in my case. So I must extend the schema manually.
    I want to add an attribute type and an objectclass. I do have a test server and I did
    ldapsearch -L -b "cn=schema" objectclass='*'
    and then took what I need:
    dn: cn=schema
    changetype: add
    attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.333 NAME 'orclnetdescstring' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 X-ORIGIN 'user defined' )
    objectClasses: ( orclservice-oid NAME 'orclservice' SUP top STRUCTURAL MUST cn MAY orclnetdescstring X-ORIGIN 'user defined' )
    When I do:
    ldapadd -c -h hostname -p 389 -D "cn=Directory manager" -w password -f myldif
    adding new entry cn=schema
    ldap_add: Object class violation
    I tried to add these lines
    attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.333 NAME 'orclnetdescstring' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 X-ORIGIN 'user defined' )
    objectClasses: ( orclservice-oid NAME 'orclservice' SUP top STRUCTURAL MUST cn MAY orclnetdescstring X-ORIGIN 'user defined' )
    to 99users.ldif and restarted the server. No progress.
    any idea please?

    You can either use 2 "changetype:modify" operations (not changetype:add since you're trying to modify an existing entry), or you can stop you DS, then edit the 99user.ldif by hand and start it again .

  • Extending ovd schema with 10.1.4.3 release on linux

    We are trying to apply Note 739067.1 but $OVD_HOME/tools/ldapmodify is not available in 10.1.4.3 release. There are some script to use a java ImportLDIF class but in windows format. Is there some procedure to extend ovd schema from command line in linux?
    We are using ovd in front of Oracle Internet Directory.
    Regards

    I don't think so. I remember for certain patchsets on Solaris (Sparc), to be able to apply the patchset - I had to download an interim patch to update the OUI version. It was necessary to apply that particular patchset. And I got that from Metalink, it was documented in the patchset help file. I guess, you should try the Metalink. The OUI version 10.1.0.4 I was referring to actually comes with iAS 10g R2. For the database version, 10g R2 - OUI version is 10.2.
    Message was edited by:
    zaferaktan

  • Regarding Extended star schema

    Hi Friends,
    In Extended star schema,master data will load separately ,which will connect through sid's to dimension table .
    My question is.. This master data tables can be used other than this cube ?
    Please tell me i am in confusion.
    Thanks in advace,
    Regards,
    ramnaresh.

    Hi
    InfoCubes are made up of a number of InfoObjects. All InfoObjects (characteristics and key figures) are available independent of the InfoCube. Characteristics refer to master data with their attributes and text descriptions.
    An InfoCube consists of several InfoObjects and is structured according to the star schema. This means there is a (large) fact table that contains the key figures for the InfoCube, as well as several (smaller) dimension tables which surround it. The characteristics of the InfoCube are stored in these dimensions.
    An InfoCube fact table only contains key figures, in contrast to a DataStore object, whose data part can also contain characteristics. The characteristics of an InfoCube are stored in its dimensions.
    The dimensions and the fact table are linked to one another using abstract identification numbers (dimension IDs) which are contained in the key part of the particular database table. As a result, the key figures of the InfoCube relate to the characteristics of the dimension. The characteristics determine the granularity (the degree of detail) at which the key figures are stored in the InfoCube.
    Characteristics that logically belong together (for example, district and area belong to the regional dimension) are grouped together in a dimension. By adhering to this design criterion, dimensions are to a large extent independent of each other, and dimension tables remain small with regards to data volume. This is beneficial in terms of performance. This InfoCube structure is optimized for data analysis.
    The fact table and dimension tables are both relational database tables.
    Characteristics refer to the master data with their attributes and text descriptions. All InfoObjects (characteristics with their master data as well as key figures) are available for all InfoCubes, unlike dimensions, which represent the specific organizational form of characteristics in one InfoCube.
    Integration
    You can create aggregates to access data quickly. Here, the InfoCube data is stored redundantly and in an aggregated form.
    You can either use an InfoCube directly as an InfoProvider for analysis and reporting, or use it with other InfoProviders as the basis of a MultiProvider or InfoSet.
    See also:
    Checking the Data Loaded in the InfoCube
    If the above info is useful, please grant me points

  • Extending AD schema to sync to Office365

    Hi, we currently are running a fresh AD environment that has never been exposed to Exchange. We are running DirSync to sync AD to Office365 (one way). We're currently unable to manage several attributes due to not ever having an Exchange installation, so
    we simply need to extend our AD schema to add the necessary attributes. This seems to be a somewhat common problem, but there doesn't seem to be any official documentation/procedure for fixing. Here's a few things that really need clarification, for anyone
    looking to extend their schema for Office365 purposes:
    1. Which Exchange installation to use to extend schema?
    2. The objects that were synced to Office365 initially had some of the attributes we're now missing. Should we be concerned about overwriting these attributes with null values after the schema extension? What is the best method to address these concerns?
    Is there a list of attributes provided by the schema extension so we can check what may be overwritten?
    Thanks and please help!

    1. Which Exchange installation to use to extend schema?
    I always used Exchange Server 2013.
    2. The objects that were synced to Office365 initially had some of the attributes we're now missing.
    Should we be concerned about overwriting these attributes with null values after the schema extension? 
    If something is wrong with the sync then you should be able to see it on DirSync after the sync attempt. The list of synced attributes is mentioned here: http://social.technet.microsoft.com/wiki/contents/articles/19901.dirsync-list-of-attributes-that-are-synced-by-the-azure-active-directory-sync-tool.aspx
    Of course, the data are synced from AD to Office 365 so you need to take in consideration that your data will be overwritten. The good approach would be to populate these attributes in AD before running the sync.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • DPM 2012 End User Recovery - Extending AD Schema tool crashes with error

    Hi everyone,
    I deployed SCDPM 2012 R2 in my test environment, but it is an issue. When I'm trying to extend AD Schema by DPMADSchemaExtensionTool.exe, it stops to working with an appcrash message:
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: dpmdsacl.exe
    Application Version: 4.2.1092.0
    Application Timestamp: 51b1e89d
    Fault Module Name: KERNELBASE.dll
    Fault Module Version: 6.3.9600.16384
    Fault Module Timestamp: 5215fa76
    Exception Code: e0434352
    Exception Offset: 0000000000008384
    OS Version: 6.3.9600.2.0.0.272.7
    Locale ID: 1033
    Additional Information 1: 7644
    Additional Information 2: 7644cee486badc818e8a96bb7aba3bfd
    Additional Information 3: 2ddc
    Additional Information 4: 2ddcde93bf91b9ddbb6e1a89fb9b5892
    When I'm trying to do the same with cmd I get an error:
    C:\diagEUR>dpmdsacl.exe sc.local CN=MS-ShareMapConfiguration,CN=System,DC=sc,DC=
    local /A sc\dpm$
    Unhandled Exception: System.IO.FileLoadException: Could not load file or assembl
    y 'dpmdsacl, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
    ' or one of its dependencies. Strong name validation failed. (Exception from HRE
    SULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation
    failed. (Exception from HRESULT: 0x8013141A)
    --- End of inner exception stack trace ---
    How can I fix this error?

    Hi Seth,
    I think your script will be useful, please share them
    Here it is. It does the same items that the DPM tool does to the domain, with a few extra steps noted at the top.
    We create a group that has the permissions on the container, with the hope that one day, this feature will be available (DCR submitted).  In our support model, we would rather delegate permissions to support personnel to modify group membership than
    modify ACLs on system containers.    Your opinion on this may differ, so, feel free to remove it.
    It also gives our support personnel permissions to modify the sharemap container - so they can enable DPM EUR servers later.
    Both of these have been working fine for preparing a domain / enabling EUR.  Preparing the domain is run by domain admin, then, we leave enabling EUR to our support staff.
    Remember, this is not supported, this just makes the same changes that the EUR tool does.  You should use the EUR tool from Microsoft.
    #Requires -version 2.0
    # File:      DPMEndUserDomainPrep.ps1
    # Version:   0.1
    # Purpose:   Domain Preparation for DPM End User Recovery
    # Tasks compelted by this script:
    #      -Create MS-ShareMapConfiguration container in System container of the domain
    #            -Create the security group (NETBIOS Domain Name) DPM End User Recovery servers
    #      -Give Create,Delete MS-srvShareMappingObjects, ListChildren permissions for the newly created group, on the new MS-ShareMapConfiguration container
    #      -Find <SUPPORT GROUP> group in the forest root, and grant full permissions to the MS-ShareMapConfiguration container
    Param(
      [string]$domain
    if ($domain -eq "")
     write-host ""
     write-host "Script Usage" -foreground cyan
     write-host "-----------------" -foreground cyan
     write-host "./DPMEndUserDomainPrep.ps1 -domain domain.com" -foreground cyan
     write-host ""
     exit
    $Title = "DPM End User Recovery Domain Prep"
    $Message = "Do you want to continue with domain prep for " + $domain + "?"
    $Yes = new-object system.management.automation.host.choicedescription "&Yes","Continue with Domain Prep for $domain"
    $No = new-object system.management.automation.host.choicedescription "&No","Exit the script"
    $options = [System.Management.Automation.Host.ChoiceDescription[]]($yes, $no)
    $result = $host.ui.PromptForChoice($title, $message, $options, 0)
    If ($result -eq 1){exit}
    # Load the AD module
    Import-Module ActiveDirectory
    # Figure out our domain
     $root = (Get-ADRootDSE -server $domain).defaultNamingContext
    #Get netbios domain name
     $domainname = (Get-ADDomain -Identity $domain).NetBIOSName
    #SchemaIDGuid for MS-SrvShareMapping Class
     $ShareMapGUID = new-object guid c356f65b-5540-4d85-9aef-3a7ecae7a878
     $guidNull = new-object Guid 00000000-0000-0000-0000-000000000000
            $guidGroupObject = new-object Guid BF967A9C-0DE6-11D0-A285-00AA003049E2
    # Get or create the MS-ShareMapConfiguration container
     $ou = $null
     try
         $ou = Get-ADObject "CN=MS-ShareMapConfiguration,CN=System,$root"
     catch
         Write-host "MS-ShareMapConfiguration container does not currently exist." -foreground yellow
     if ($ou -eq $null)
         $ou = New-ADObject -Type Container -name "MS-ShareMapConfiguration" -Path "CN=System,$root" -Passthru
         write-host "Created Container $ou" -foreground yellow
         start-sleep -s 10
    #Create DPM End User Recovery servers group
     write-host "Creating group $domainname DPM End User Recovery Servers" -foreground yellow
     new-adgroup -path "cn=builtin,$root" -name "$domainname DPM End User Recovery Servers" -groupscope universal -groupcategory security -description "Members of this group are delegated permissions to change contents of the System\MS-ShareMapConfiguration
    container"
            start-sleep -s 10
     $ServerGroup = get-adgroup "$domainname DPM End User Recovery Servers"
     $ServerGroupsid = [system.security.principal.securityidentifier] $ServerGroup.sid
     write-host ""
     write-host "Created group $ServerGroup" -foreground yellow
    #Get <SUPPORT GROUP>in Forest Root
     $forestname = [System.DirectoryServices.ActiveDirectory.Forest]::GetCurrentForest().Name
     #Check to see if <SUPPORT GROUP> group exists
     $SupportGroup = $null
     $SupportGroup = get-adgroup -server $forestname "<SUPPORT GROUP>"
     if ($SupportGroup -eq $null)
      write-host ""
      write-host "WARNING - <SUPPORT GROUP> Group does not exist in the forest root" -foreground red
      write-host "Permissions must be manually assigned to the MS-ShareMapConfiguration Container for the <SUPPORT GROUP>" -foreground red
      write-host ""
     $SupportGroupSID = [system.security.principal.securityidentifier] $SupportGroup.sid
    #Get current ACL for the MS-ShareMapConfiguration Container
     $OUacl = get-acl "ad:cn=ms-sharemapconfiguration,cn=system,$root"
    #Create ACE for adding permissions to newly created group to MS-ShareMapConfiguration container
     $ace1 = new-object system.directoryservices.activedirectoryaccessrule $ServerGroupsid, "CreateChild,DeleteChild", Allow, $sharemapguid,"all"
     $ace2 = new-object system.directoryservices.activedirectoryaccessrule $ServerGroupsid, "ListChildren", Allow,$guidNull,"all"
     $ace3 = new-object system.directoryservices.activedirectoryaccessrule $SupportGroupsid, "GenericAll", Allow,$guidNull,"all"
     $OUacl.addaccessrule($ace1)
     $OUacl.addaccessrule($ace2)
     $OUacl.addaccessrule($ace3)
    #Apply ACL
     write-host ""
     write-host "Setting ACLs on cn=ms-sharemapconfiguration,cn=system,$root" -foreground yellow
     set-acl -aclobject $OUacl "ad:cn=ms-sharemapconfiguration,cn=system,$root"
    #Get current ACL for the DPM End User Recovery Servers group
     $ServerGroupDN = $servergroup.distinguishedname
     $Groupacl = get-acl "ad:$servergroupdn"
     $groupace = new-object system.directoryservices.activedirectoryaccessrule $SupportGroupsid, "GenericAll", Allow,$guidNull,"all"
     $Groupacl.addaccessrule($groupace)
     write-host ""
     write-host "Setting ACLs on $servergroupdn" -foreground yellow
     set-acl -aclobject $Groupacl "ad:$servergroupdn"
     write-host ""
     write-host "Script Complete" -foreground yellow
    Seth Cohen

  • Wat is the use of sid in extended star schema rather than linking masterdat

    hi bw gurus,
    wat is the use of sid in extended star schema rather than linking masterdata with dimention tables?
    thanx in advace,
    i will assign points,
    srinivas

    hi,
        the sid are used instead of the data in order to avoid the redunduncy of data.
    and reduce the datastorage size.
    the data will be present in the sid table and the data is linked used the corerponding sid in the dimension.
    regards

  • I need to extend the schema for iPlanet Dir. 5.0 and add custom objectclasses and atributes. I do this by adding entries in the 99user.ldif file. Its not working. Any ideas?

    Hi
    I need to extend the schema for iPlanet Dir. 5.0 and I do not want to do so from the console. As per the documentation, I need to either add entries in the 99user.ldif file or define my own custom [00-99]myname.ldif file. I tried this but its not working.
    I have made the assumption that there is no explicit import step for the 'user defined' schema files (as it is for user data ldif files). I assume that on start (or on opening the console), I'd be able to see the new schema after the server has read the schema file.
    I have verified that entering new objectclasses and attributes from the console adds entries into the 99user.ldif file. So why is the reverse process not working. Can anybody throw some light on this? Also in case my assumptions are faulty, please let me know.
    I did not change the aci entries in the existing ldif file. Is any modification needed there? I was logged in as the Directory Manager during this testing process.
    regards
    Sikka ([email protected])

    Hi Sikka,
    The server reads its schema configuration on startup. If you manually modify the schema files while the server is running, it will not have any effect. You have to restart the server.
    The console adds the new schema elements over LDAP (you could do that as well, you only have to modify the cn=schema entry), so the server is aware of the changes immediately and thus restarting is not needed.
    I hope this helps.
    Bertold

  • Extending LDAP schema

    Dear all,
    I have directory server 2005Q4 configured with idsconfig for naming authentication, i.e. providing replacement for NIS environment.
    The question is what would be the proper procedure to extend the schema (something else?) to provide capabilities for Messaging Server 2005Q4 to use existing DS and existing user profiles?
    Thank you for your help,
    Andrei

    Messaging Server provides it's own script (comms-dssetup ???) that adds the schema required by Messaging Server to DS. To extent the DS schema for
    other applications/users take a look at the DS Admin Guide.
    http://docs.sun.com/source/817-7613/schema.html

  • Extending AD schema - any hidden gotchas?

    I've had a fairly positive experience with the triangle (up until 10.6 anyway), but I'm considering ditching the Xserve and going the schema route.
    Any major caveats to watch out for? Possible things to go wrong?
    TIA!
    FZ

    FZ I'm a complete mac noob - I only got into the whole mac thing just a month ago. So I am very, very green and I can only relay to you what I have read. So I am no expert - perhaps someone could verify my comments.
    I've read that you could loose access to the files on a windows share by switching from OD attributes to the other AD attributes. Pls can someone verify my statement.
    My Notes
    you have 3 choices to managing preferences
    1. Ad+ OD
    2. Third party
    3. Extend schema
    Windows 2003 already contains the basic schema extensions of RFC2307 for Unix posix compatibility uidNumber - however I think this and other RFC2307 fields are empty and need populating within AD through scripts or imports. Anyone able to help me find such a script or define an import method?
    So the question is if you have windows 2003 or better do you really need to extend the schema? And even if you have windows2003 or better by extending the schema what do you get? My guess is native mac attributes added to the windows AD that remove the need for OD.
    Notes that need verify.
    1. You could use the standard RFC 2307 attributes in Windows 2003 or better. They will need to be filled. You could then link/map those in Workgroup manager??
    2. Extend AD schema with apple attributes, populate (scripts) and use workgroup manager to talk to AD to manage preferences. Anyone able to help me find an AD script or define an import method?
    As I'm typing the fog of misunderstanding is still rolling over me. Which leads to ask these questions too:
    1. What are the attributes in RFC 2307. Googling I get these:
    RFC 2307 Using LDAP as a Network Information Service March 1998
    uidNumber
    gidNumber
    gecos
    homeDirectory
    loginShell
    shadowLastChange
    shadowMin
    shadowMax
    shadowWarning
    shadowInactive
    shadowExpire
    shadowFlag
    memberUid
    memberNisNetgroup
    nisNetgroupTriple
    ipServicePort
    ipServiceProtocol
    ipProtocolNumber
    oncRpcNumber
    ipHostNumber
    ipNetworkNumber
    ipNetmaskNumber
    macAddress
    bootParameter
    bootFile
    nisMapName
    nisMapEntry
    I'm assuming that these are them.
    The peachpit books seem a great resource and there are references to eseminars the links have changed and I've now found them - http://www.seminars.apple.com/cgi-bin/WebObjects/ASPRegistration.woa/wa/sol but won't be able to access them until later tonight (offpeak)
    Regards
    SMonkey

  • Extended Star Schema

    Hi
    Right now I'm trying to implement SAP HR Infotypes into SAP BW. I try to combine 10 infotypes (all Personal Administration) into one infocube. The confusing one is that when I see my dimension, there something strange (please see below)
    Dimension 1 (from PA0016)
    ZDATEFROM16
    ZDATETO16
    ZXXX (60 character, don't have master date attribute or text)
    ZYYY (30 character, don't have master date attribute or text)
    ZAAA(3 character, only master data text)
    Dimension 2 (from PA0023)
    ZDATEFROM23
    ZDATETO23
    ZCCC (60 character, don't have master date attribute or text)
    ZBBB (30 character, don't have master date attribute or text)
    ZDDD (20 character, don't have master date attribute or text)
    If i see my dimension, it seems strange because most of them don't have master data (text,attr,hierarchy).
    Is this violate the extended star schema design? Thank you.
    Regards,
    Satria

    You can use characteristics such as ZXXX without master data (text, attr, hier) in extended star schema. It is not a violation. This means in business, for this characteristic you really don't need its text, attribute or hierarchy.
    When perform data modeling for you HR cube, please do consider the design, can some characteristic be attribute of another one? Will you use hierarchy such organization level for some characteristic? characteristic with text, attribute or hierachy can provide more flexibility in reporting.

  • Need help with an extended star schema.

    I have the following data in spreadsheet form and I need to transpose this into an extended star schema in order to prdouce my characteristics and key figures, however I'm having a little trouble understanding where to include the Product Group in the star schema and also what to do with the Sales Doc (Invoice Number) in the sales information spreadsheet. 
    I need to summarise the data into the following also:
    1.     Total quantity and revenue for each Channel and product group
    2.     Total quantity and revenue for each Channel and product group (July 2009 to September 2009)
    3.      Total Quantity and Revenue for iphone sales
    So my question in short is what would the star schema look like?  I'm hoping somebody can help me over this hurdle.
    The following are the details from the spreadsheet:
    Product Details (Attributes)
    File Name:  Product_Details.csv
    Structure     FieldName     Length     Description
         ProdID     5     Uniquely identifies a product
         PG_Group     20     Identifies products in specific groups (Navigational field)
    Sample Data
    ProdID,PG_Group
    PDS01,COMPUTER
    PDS02,COMPUTER
    PDS03,COMPUTER
    PDS04,ACCESSORIES
    PDS05,ACCESSORIES
    PDS06,ACCESSORIES
    PDS07,ACCESSORIES
    PDS08,HARDWARE
    Product Description (Text)
    File Name:  Product.csv
    Structure     FieldName     Length     Description
         ProdID     5     Uniquely identifies a product
         Prod_Desc     Medium Text     Represents the product description
    (Navigational field)
         Language     2     Represents the language descriptor
    Sample Data
    ProdID,Prod_Desc,Language
    PDS01,Notebook Speedy I,EN
    PDS02,Notebook Speedy II,EN
    PDS03,PC Thinkbox I,EN
    PDS04,USB Adaptor,EN
    PDS05,iPhones PX2,EN
    PDS06, Stereo Kit,EN
    PDS07,Camera Connector,EN
    PDS08,USB Storage,EN
    Transactional Data
    Sales information
    File Name:  Sales.txt
    Structure     FieldName     Length     Description
         Product     5     Uniquely identifies a product
         Sales Doc     4     Sales Document number (Invoice Number)
         Calendar Year     8     YYYYMMDD format
         Channel     1     Represents the distribution channel the product was sold by
         Quantity     4     Numeric value indicating the number of each product sold on a specific sales document
         Unit     2     Refers the unit specified by the quantity
         Revenue     8     Refers the sales amount of a specific product on a specific sales document
         Currency     3     Relates the revenue currency type
    Sample Data
    Product;Sales Doc ,Calendar Day,Channel,Quantity,Unit;Revenue,Currency
    ZD_PROD,0DOC_NUMBER,0CALDAY,ZD_CHAN,ZD_QTY,0UNIT,ZD_REV,0CURRENCY
    PDS07,7389,20090705,A,95,EA,151905,USD
    PDS08,7389,20090705,A,115,EA,264385,USD
    PDS02,7473,20090706,B,55,EA,3580445,USD
    PDS01,7472,20090706,C,110,EA,604989,USD
    PDS02,7472,20090706,C,43,EA,2799257,USD
    PDS03,7472,20090706,C,75,EA,4507425,USD
    PDS04,7472,20090706,A,339,EA,301032,USD
    PDS06,7472,20090706,A,120,EA,47976,USD
    PDS01,7473,20090718,D,55,EA,3024945,USD
    PDS02,6845,20090806,B,30,EA,195297,USD
    PDS07,6877,20090807,C,800,EA,12792,USD
    PDS08,6877,20090807,C,250,EA,57475,USD
    PDS03,6912,20090812,C,250,EA,1502475,USD
    PDS04,6900,20090812,B,70,EA,6216,USD
    PDS01,6899,20090812,C,12,EA,659988,USD
    PDS04,6899,20090812,D,55,EA,4884,USD
    PDS04,7479,20090815,C,80,EA,7104,USD
    PDS05,7479,20090815,C,300,EA,70497,USD
    PDS05,6809,20090818,A,1000,EA,234990,USD
    PDS06,6809,20090818,A,130,EA,51974,USD
    PDS03,6831,20090822,C,15,EA,901485,USD
    PDS04,6831,20090822,C,500,EA,4440,USD
    PDS03,6830,20090822,C,125,EA,7512375,USD
    PDS06,6830,20090822,C,400,EA,15992,USD
    PDS04,6841,20090825,C,53,EA,47064,USD
    PDS05,6841,20090825,C,350,EA,822465,USD
    Distribution Channel
    Channel (text)
    File Name:  Channel.csv
    Structure     FieldName     Length     Description
         ChanID     1     Uniquely identifies a specific distribution channel
         Chan_Desc     Medium
    Text     Full name of each distribution channel
    (Navigational field)
    Sample Data
    ChanID, Chan_Desc
    A,Phone
    B,Fax
    C,Internet
    D,Other
    Star Schema Model:

    Potentially the issue may be the combination of actual distance and the presence of any Wi-Fi interference at the location of the AirPort Express that may be the culprit here. The bottom line is you would want the Express to be within a 25+ dB range of the Extreme to be sure that it can consistently stay connected to it.
    For more details on proper base station placement, check out the following AirPort User tip. Please post back your results.

  • Why was the extended star schema scrapped?

    Hi,
    BW on HANA takes out the dimension tables and gives us back the original star schema structure.
    Now my questions are
    - How did the original extended star schema help the old BW on oracle or DB2 systems? I mean what was the need for such a design
    - If it offered some kind of optimization .. then why was it scrapped in BW on HANA? Couldn't it have added on to the performance that HANA DB brought?
    Regards,
    Sam

    Can anyone please explain.. ? Krishna Tangudu Thomas Jung Shyam Uthaman .. Any thoughts?

  • Extended Star Schema doubt

    Hi ALL,
    Fact table --- Dimension table -
    Sid Table -- master data values.
    Fact table:
    Contains Key Figures and Dimensional id's
    Dimension table:
    Contains Dim Id & SID
    SID table:
    SID and Master object ID ( eg: Customer ID)
    Master Data Table:
    contains Customer Attributes , Texts , Hierarchies for that Customer ID.
    THis is the Extended Star Schema design.
    MY DOUBT:
    1)In Dimension table itself if we place that Customer ID(No SID table next) what will happen?
    Fact table --> Dimension table --> Master data Table
    2)Instead of that SID table we can directly place that CustomerID in Dimension table , so we can reduce one layer inbetween Dimendion table and Master data table.Is it correct or not?
    Any one can clarify my doubt.
    Regards,
    Arun.M.D

    SID means 'surrogate ID'. That is an system created id as you know. Main purpose is fastening the search.
    Mostly, there exists a rule for Customer or Material ID's.
    Like it should be CHAR 10 or CHAR 16.
    This kind of alpha-numeric fields are harder to search when compared to integers. Moreover, your customer id can be 10 digits but, this does not mean you will have 1000000000 customers. This is the main reason that, an internal ID is produced. If you have 10000 customers, your SID will be at most 10000. 
    However, if your customer ID's are starting from 1 and growing up like integers, then your argument would be true. ( but still no way to skip SID creation and direct usage of characteristic ID in fact table)
    Also, as mentioned by other friends, there exist the Line Item dimension property if you have only one characteristic in one dimension. That simply does skip the DIM ID creation step, and puts your SID into the Fact table. ( Since you have only one char in the dimension, no combination is possible)
    Hope this helps.
    Derya

  • What happens when i remove Dimension table in extended star schema

    *how to integrate the flex builder web dynpro and xcelsius?
    i found some scenarios like when the content of the table change the chart will changes for the changed data in the table using flash islands and web dynpro.
    my scenario is like this.
    when i changed the chart with sliders automatically the content in the table will update to the chart level ? but both table and chart will be in the same dashboard. how can i work out this scenario using flash islands, flex and web dynpro>
    thanks in Advance*

    Hi Sateesh,
    Please go through this URL you will get overall Idea about Extended Star schema with DIM ID's,SID's and Data flow.
    http://help.sap.com/saphelp_nw70/helpdata/EN/8d/2b4e3cb7f4d83ee10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/8d/2b4e3cb7f4d83ee10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/8d/2b4e3cb7f4d83ee10000000a114084/frameset.htm
    I hope it will help you.
    Regards
    Suresh B.G.

  • Is possible to work without extending the schema sccm2012? as I can do?

    I am implementing SCCM 2102
    and will not let me extend the schema
    in the forest. that I can make my
    implementation work seamlessly. Is it possible?
    thks

    Ok, thks,  I'm new to this and wanted
    to be sure because when shipping to
    discover both active directoryusers and devices
    have errors like 4913
    On 12/17/13 15:01:11, component SMS_SITE_COMPONENT_MANAGER on computer AOESCCMUIO.AgipOilEcuador.pri reported:  Configuration Manager cannot create the object "cn=SMS-MP-C01-AOESCCMUIO.AGIPOILECUADOR.PRI" in Active Directory (pri).
    Possible cause: The site server's machine account may not have full control rights for the "System Management" container in Active Directory
    Solution: Give the site server's machine account full control rights to the "System Management" container, and all child objects in Active Directory.
    Possible cause: Another Active Directory object named "cn=SMS-MP-C01-AOESCCMUIO.AGIPOILECUADOR.PRI" already exists somewhere outside of the "System Management" container
    Solution: Locate the other object with the same name, and delete the object from its current location.  Then allow the site to create a new object.
    Possible cause: The Active Directory schema has not been extended with the correct ConfigMgr Active Directory classes and attributes.
    Solution: Turn off Active Directory publishing for each site in the forest, until the schema can be extended.  The schema can be extended with the tool "extadsch.exe" from the installation media

Maybe you are looking for

  • Fixed Assets

    Hi experts, I did a acquisition with vendor through fixed assets add-on but I cannot see the particular invoice when I run the Purchase Analysis report(by Purchase Invoice)?So the report is inaccurate. Why the fixed assets add-on is not linked with S

  • Safari 4.0 - Quicktime Plug-In Issue

    Hey Everyone, Hoping that I might be able to get a little bit of help here. Safari 4.0 is almost running fine for me. The only problem that I have is playing any Quicktime movie. Trailers, Keynote, etc. Whenever I try, I get the following message: Th

  • Trying to install CS3 Design Premium on a Windows 7 64-bit quad core processor computer

    I just purchased a new desktop PC computer as my old one is slowly dying. The new one is great, except for one thing - I can't install my CS3. I had read on Adobe's website that this should not be a problem. Every time I insert the install disk, I am

  • OLAP variable in the Infopackage

    Hi folks, I would like to use OLAP variable in the infopackage so I selected Type 7 in the infopackage and selected OLAP variable '0DAT' since I need the current date. By default, the current date is selected as 'From' in the infopackage selection. H

  • WLS 10 Release Notes

    Hello all, One doubt in WLS 10 Release notes at http://e-docs.bea.com/wls/docs100/notes/new.html In JSP support this page named five packages but only show four: "Consistent with the JSP 2.1 specification, JSPs now implicitly import only the followin