[SOLVED] What is the minimum .reg configuration for monting eMMC2??

Hello Friends,
Greetings for the day!!
As, I have a board that contains the eMMC2(slot=3). We have made some changes in the driver for make it capable for slot=3. Now, the turn of .reg files. We have made all the required entries for Driver\BuiltIn\SDHC3. And driver is taking the values correctly.
Now the part of remaining entries related to file system, profiles, partition, partition table etc
I have made entries are as - 
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles]
"AutoMount"=dword:1
"AutoPart"=dword:1
"AutoFormat"=dword:1
"MountFlags"=dword:1
"DefaultFileSystem"="FATFS"
"PartitionDriver"="mspart.dll";; -- Required
"Folder"="";; -- Required
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\eMMC]
"Name"="MMC Card"
"Folder"="MMC_CARD" ;MC Card
"AutoMount"=dword:1
"AutoPart"=dword:0
"AutoFormat"=dword:0
"DefaultFileSystem"="FATFS"
"PartitionDriver"="mspart.dll"
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\eMMC\FATFS]
"Flags"=dword:14
"FormatTfat"=dword:1
"DisableAutoScan"=dword:1
"FormatNumberOfFats"=dword:2
"EnableWriteBack"=dword:1
;;"CheckForFormat"=dword:1
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\eMMC\Part00]
"Folder"="MMC_Part"
"AutoPart"=dword:1
"MountPermanent"=dword:1
;; "AutoMount"=dword:1
"BootPhase"=dword:1
"MountHidden"=dword:1
"MountAsBootable"=dword:1
"MountAsRoot"=dword:0
"MountSystem"=dword:1
"AutoPart"=dword:0
[HKEY_LOCAL_MACHINE\System\StorageManager\Autoload\fsdmgr]
"Dll"="fsdmgr.dll"
"Paging"=dword:1
"LoadFlags"= dword:1
I have read lot of document related to the issue that eMMC2 is not mounted for most of the persons. In every document I have observed that they are using different keys and keys values.. I am confused that what is the minimum keys and keys values required
 for the eMMC2 to be mounted apart from driver level.... ???
With this values my logs are as -
13525 PID:400002 TID:2300006 SDBusDriver: The SDIO card does not support block mode. Use Soft-Block instead.
13527 PID:400002 TID:4bc0002 AddFonts(.ttf) returned 4 fonts
13527 PID:400002 TID:4bc0002 AddFonts(.ttc) returned 0 fonts
13528 PID:400002 TID:4bc0002 AddFonts(*) returned 4 fonts
13529 PID:400002 TID:4bc0002 AddAllEUDCFonts(tte) returned 0 fonts
13531 PID:400002 TID:2300006 SetInterface MMCHS_HCTL value = F02
13531 PID:400002 TID:2300006 SDSetCardInterfaceForSlot - HC ClockRate differs desired setting: desired: 20000000 Hz, Actual : 19200000 Hz
13532 PID:400002 TID:2300006 The clock rate is set to 19200000
13533 PID:400002 TID:2300006 HandleAddDevice: LoadDevice type = 1, slot 0
13540 PID:400002 TID:2300006 OSAXST1: >>> Loading Module 'sdmemory.dll' (0x9E474C58) at address 0xEEB10000-0xEEB2A000 in Process 'NK.EXE' (0x8711FAD0)
PB Debugger Loaded symbols for 'C:\WINCE700\OSDESIGNS\ENVENTURE\ENVENTURE\RELDIR\PHYTEC_AM335X_BSP_ARMV7_DEBUG\SDMEMORY.DLL'
13591 PID:400002 TID:2300006 SDMemory: +SMC_Init
13591 PID:400002 TID:2300006 SDGetDeviceHandle: ActivePath: Drivers\Active\32
13593 PID:400002 TID:2300006 SDGetClientFunctions: +Init
13594 PID:400002 TID:2300006 SDGetClientFunctions: -Init
13596 PID:400002 TID:2300006 SDMemCardConfig: Card is high capacity (2.0+)
13596 PID:400002 TID:2300006 SDMemCalcDataAccessClocks: Tpd:f ns, Asynch: f ns, AsyncClocks:0 , SyncClocks: 1078591488, ReadTotal: 0, Write Factor: 1099109072 WriteTotal: 769230
13597 PID:400002 TID:2300006 SDMemory: Initialize: Using block transfer size of 64 blocks
13598 PID:400002 TID:2300006 SDMemory: Idle Timeout: 2000 Idle Power State: 2
13599 PID:400002 TID:2300006 SDMemory: Power Management Setup complete
13599 PID:400002 TID:2300006 SDMemory: -SMC_Init
13602 PID:400002 TID:8b0002 SDMemory: GetDeviceInfo - Profile = eMMC, length = 10
13602 PID:400002 TID:8b0002 SDemory: GetDeviceInfo - RegQueryValueEx(Profile) returned 2
13603 PID:400002 TID:8b0002 SDMemory: GetStorageID Insufficient buffer space
SDMemory: -GetStorageID
13608 PID:400002 TID:8b0002 Partition Part00 NumSectors=15106032
13608 PID:400002 TID:8b0002 MSPART!PD_OpenPartition: dwStoreId=AB543350, PartName=Part00
13617 PID:400002 TID:8b0002 CreateCache: Successful. Cache Size: 256 KB, Start: 6, End: 29453, CreateFlags: 2.
13619 PID:400002 TID:8b0002 CreateCache: Successful. Cache Size: 256 KB, Start: 29454, End: 15106031, CreateFlags: 2.
13627 PID:400002 TID:4bc0002 LogFontFromRegistry(SYSTEM\GWE\Menu\BarFnt), lfHeight = -12
13628 PID:400002 TID:4bc0002 LogFontFromRegistry(SYSTEM\GWE\Menu\PopFnt), lfHeight = -12
Anyone can tell me that what is the minimum .reg entries that is required to mount the eMMC2 ????

Hello Friends,
I am happy to intimate you that I have self solved the above problem with minimal configuration as shown below -
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles]
"AutoMount"=dword:1
"AutoPart"=dword:0
"AutoFormat"=dword:0
"MountFlags"=dword:0
"DefaultFileSystem"="FATFS"
"PartitionDriver"="mspart.dll";; -- Required
"Folder"="";; -- Required
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\eMMC]
"Name"="MMC Card"
"Folder"="MMC_CARD" ;MC Card
But, atleast you have to find the tool that format and create single partition as per your requirement ...

Similar Messages

  • What are the minimum system requirements for GB 4?

    What are the minimum system requirements for GB 4? I did search this forum but wasn't able to find a direct answer.
    I'm running version 3.0.4 successfully on a lowly G4 733 but I suspect this is as far as I can go.
    I'm updating to iDvd'08 and was also wondering if I can safely update to GB4 or not (from GB 3.0.7) on a G4 733 mhz Digital Audio. Any help would be sincerely appreciated. My guess is that I cannot but I'd like to confirm prior to attempting any further updates in GB.

    I try my best to play it safely; always. And you were right, everything worked on the ext. FW HD flawlessly ...... truly amazing software!
    (I did happen to check the activity Monitor w/in Utilities and it showed GB4 using about 60-67% of the CPU on a G4 733 ..... I'm assuming this is normal).
    Click Here
    Not sure if there's a correct order to opening these apps as there has been in former versions of iLife ..... however, this (as shown above) is the order in which I opened all apps, and all worked well.

  • What is the standard component configuration for tuition fee reimbursement   in sap webdynpro?

    what is the standard component configuration for tuition fee reimbursement  in advance claims  in hrms in webdynpro?

    Hi Debo,
    What is your exact requirement?
    Are you trying to find the standard configurations available for a webdynpro application? then, use t-code SE15 and open the application name and use the tree structure to find out the available configurations under WD application.
    sample:
    Regards,
    Rama

  • What is the best RAID configuration for a MacPro as a Logic User?

    There ought to be a universal answer to this question: what is the best RAID configuration for Logic Mac Pro users? I will be more specific.
    I use Logic Studio, Reason, Ableton, and Motu Symphonic Instrument simultaneously.
    I want to fail safe my precious audio files and improve performance as the system reads/writes data from multiple files, from audio tracks to digital samples.
    I want to run video files simultaneously to do nifty audio soundtracking to video.
    Here is the configuration I have in mind.
    HD 1: OS and Logic Studio, Reason/Ableton samples etc. software (non-raid) (250 GB)
    HD 2/3: MIrrored RAID set for AUDIO FILES (500 Gb identical pair)
    HD 4: Video files / Bouncing (1 TB)
    Makes sense right? A disk for reading software. A pair of 500 GB disks for reading/writing audio files and sessions in mirrored array. A 1 TB disk for video and bouncing. The main question I have is, for audio files only, is striped or mirrored better? 64K blocks the best? And are there any more details. I assume to do this in Disk Utility.

    Well, both Mirrored and Striped have their pros and cons. If you use mirrored, it will offer no better performance than the spec'ed drive along with it's sata bus speed. The plus point is, if one drive goes down, you have the second as a backup as the complete contents of one drive are mirrored on the other.
    With striped you will get a performance boost because all files (for example a single project) will get written across both drives and hence split the load on the drives and the SATA busses. The drawback is that you'll have to make sure you have a good, regular backup schedule in place because when one of the drives goes to drive heaven, you're going to be stuffed without a full backup of both drives.
    Exactly what performance boost you'd get will depend on your project, number of files, size of files, fragmentation of files, track count etc. You may find it would be easier to use the 3 drives straight, with no raid and have:
    HD 1: OS and Apps. No samples at all.
    HD2: Audio Files for Logic projects
    HD3: Reason, Ableton, Logic etc instrument sample library
    HD4: Video and bouncing.
    Which is what I ended up doing although I use HD4 as an interchangeable backup for HD1 and 2.
    There is no universal answer to this as each must make their own choice based on their preferences and needs. Mirrored will give you full backup but on-site, in machine backup. Not much good if something untoward and drastic happens to the physical machine. I think a few people toy with striped RAID but fall on the side of using the drives straight, as in their projects they don't see a big enough gain over splitting the data across your 3 remaining drives without RAID. Studios that seriously consider raid often go out and get a dedicated raid that can offer more variations than raid 0 or raid 1 (Striped and Mirrored) and better throughput.
    I hope this helps a little and not just added to the dilemma.

  • What is the minimum browser requirements for Captivate 5? (Specifically Flash and Java)

    I create a Captivate from and upload it to our LMS. When employees access the course it takes a long time for it to load. My IT department is asking what is the minimum browser requirements for Captivate 5? Specifically Flash and Java. This is occuring on PC's and a Citrix environment.

    Hi there,
    Thanks for reaching Adobe Community. Please accept my apologies for the same.
    There is nothing in specific. When you say it takes a long time, do you mean on the LMS or locally as well?
    Try updaing the Flash Player.
    You can download the Falsh Player Versions from the below link:
    http://www.adobe.com/support/flashplayer/downloads.html
    Which browser you are using?
    Also what objects you have in your project?
    Does it have widgets or heavier graphics?
    Also are you using any particular preloader? Have you tried using the default.swf preloader?
    Thanks!

  • How do I know what is the minimum resource requirement for OLAP 11g?

    How do I know for OLAP 11gR1 ...
    1. what is the minimum number of CPUs and speed required
    2. how much minimum physical memory, SGA, PGA etc. is required?
    Regards, Anirban

    Hello Anirban,
    In summary, since the OLAP option is an option to Oracle Database 11g, Enterprise Edition the minimum requirements in order to run the database would be identical to those necessary to run a "Data Warehousing" type installation. That being said starting up a database is a far cry from actually performing well while accessing and building OLAP Cubes in your Database.
    There are lots of things to consider. For example: the complexity of your model; data sparcity; level of aggregation; system load, SLAs, etc..
    Lets look at true minimum requirements and then consider what it would take to achieve good performance in your environment
    TRUE MINIMUM...
    I performed a test in my environment (Oracle Database 11g Release 2 (11.2.0.2.0) on Oracle Enterprise Linux 5.5) using Analytic Workspace Manager 11.2.0.2.0A and found the following minimum settings to work against the OLAPTRAIN schema (You may find it here http://www.oracle.com/technetwork/database/options/olap/index.html). This is a very small schema which we use for demonstration purposes.
    I discovered that the database started with a memory_target of only 160m (apparently this is the absolute minimum for my environment). I knew that if the database successfully started that I would be able to query the Cube but maintain it? Running queries against the OLAPTRAIN Sales Cube, despite being slow, worked as anticipated. Next, I performed a maintain operation on the Sales Cube where I had to abort the job because it ran into memory issues at 160m, however, when I increased it to only 180m it did a complete maintain in a reasonable timeframe, albeit slow considering the limited resources.
    MINIMUM REQUIREMENTS TO ENSURE REASONABLE PERFORMANCE IN YOUR ENVIRONMENT
    Most importantly ensure you have a good cube design
    Run a sample set of your data in order to define what "reasonable performance" is for your environment. Create a small representative cube in order to test both build and query performance while collecting and analyzing database statistics through AWR and ADDM. For OLAP option specific queries please take a look at http://wiki.oracle.com/page/OLAP+option+-DBASample+Scripts.
    You could creat a view on top of your fact table and use the view to generate your OLAP Cube. This will allow you to test a more manageable amount of data. For example, if you have 10 years of data and want to determine the footprint and resources required in order to manage a Cube of this volume then consider scoping it down to a few months first then increase it by a measured amount in order to predict requirements. Monitor your resources and ensure you balance I/O, memory and processors. Since the OLAP option is a Enterprise Edition option it falls under Data Warehousing. As such there is plenty of literature available on oracle.com in order to define what it takes to achieve a balanced Data Warehouse.
    I would recommend contacting Oracle Consulting or an Oracle Partner to determine the best fit for your environment.

  • What is the best system configuration for a video editing telecast quality using Adobe PRemier pro

    We need an editing suite for telecast quality for our church.
    What is the best system configuration please?
    What are all the requirements to set it up ?

    Buy a Desktop Video Editing PC http://www.adkvideoediting.com/
    Build a Desktop Video Editing PC
    -http://ppbm7.com/index.php/tweakers-page
    -3 price level ideas in http://www.pacifier.com/~jtsmith/ADOBE.HTM
    -what PC to build http://forums.adobe.com/thread/947698
    -2 how to build videos http://forums.adobe.com/thread/1104182
    -another video http://forums.adobe.com/thread/1145366
    -another video http://forums.adobe.com/thread/1132363
    -planning & Building http://ppbm7.com/index.php/intro-part-1
    -memory for LGA2011 http://forums.adobe.com/thread/1098759
    -an Adobe FAQ http://forums.adobe.com/thread/878520
    -http://www.shawnlam.ca/2012/premiere-pro-cs6-video-editing-computer-build/
    -http://www.videoguys.com/Guide/E/Videoguys+DIY9+Its+Time+for+Sandy+Bridge
    +E/0xe9b142f408a2b03ab88144a434e88de7.aspx
    -several more links http://forums.adobe.com/thread/815798
    -build tuning http://ppbm7.com/index.php/final-results

  • HT4437 what are the minimum wireless requirements for airplay regards wireless strength ( DBs)

    What are the minimum requierments for Apple Airplay? i need to know how strong in BDs the system con operate down to?

    It is not a matter of single strength.  That only tells you the amplitude of the radio connections which tells you nothing.  What really matters is the speed of traffic across the connection and the number of dropped/lost packets.  And single strength tells you neither of these.  Interfearance, noise, collisions due to too many WiFi connections in the area impact the connection.  You can have strong single strength and not be able to maintain a connection.

  • What is the minimum client requirement for ADF Application?

    Dear All,
    What is the minimum client hardware and software requirement for ADF Application?
    Operation System, Web Browser etc...
    Thank you,

    Presumably you mean for delivering ADF applications across the web to client PCs. As far as I know there's no hardware requirements. However you can find the browser certification matrix in the following link:
    http://www.oracle.com/technetwork/developer-tools/jdev/index-091111.html
    Alternatively by "client" you mean a developer PC's hardware/software requirements to run the JDev IDE, the following link gives more information: http://download.oracle.com/docs/cd/E17904_01/install.1111/e13666/ojdig.htm#BDCDAGAH
    CM.

  • What is the "right" laptop configuration for Engg Student

    Hello All
    I would like to get your perspective on getting " right" type of configuration for an Engineering student . Apart from solid performance & speed , battery life, portability is also a factor ..
    Thanks a ton!
    Ram

    What sort of engineering are you doing?
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • What is the optimum core configuration for a new Mac Pro to process and manipulate very large (80 megapixel) images using PhotoShop and Camera Raw?

    Hello:
    I will be using creative techniques to process and manipulate a large number (hundreds) of very large (80 megapixel) images captured using a medium format digital back (Phase One IQ180).
    Final output will be digital fine art imagery printed using an Epson 11880 at large sizes (up to 60 inches x ?), retaining the highest possible quality and resolution. I will be using Adobe CC PhotoShop and Camera RAW as well as Capture One software. PhotoShop filters will be used extensively.
    The Mac Pro needs to be optimized for the above purpose and be useful for at least five years. I plan to max out all the other options (RAM, graphics cards, storage). Performance is more important than cost.
    The few discussions I have found that mention optimum core configurations seem to lean toward 6 or 8 (but likely are not taking into consideration my need for manipulating a large number of very large files), so I am looking to this foum for opinions.
    Thank you,
    Kent

    See if this helps
    http://macperformanceguide.com/index_topics.html#MacPro2013

  • What is the best battery configuration for lenovo 420s

    I read on the lenovo website that you can get up to 9 hours on the thinkpad 420s and I was wondering if anyone knew the battery configuration to achieve this setting? So far I only get up to 3 hours maximum IF I have it on very low performance. I usually keep it on maximum performance when it's plugged in. Anyone have any ideas?
    Solved!
    Go to Solution.

    I would imagine that would be achieved using a 9-cell battery plus the supplementary battery that can replace the optical drive in the Ultrabay slot. http://shop.lenovo.com/SEUILibrary/controller/e/web/LenovoPortal/en_US/catalog.workflow:item.detail?...

  • What is the minimum set up for installing mountain lion on a SSD

    Hi everyone
    American is mot my mother language but I do not find any answer on a french forum.I apologize for mistakes and errors of words.
    I just bought a SSD of 256 Go (OCZ SSD Vector Sata II)  to install it in the second optical drive bay of my Mac Pro (2009).
    I just want to know what is abolutely necessary to set up on this drive ? Systerm for sure but what else?
    I have other regular hard drives and external hard drives; so space is mot missing but I want to work with my applications with an optimal seed. t is teh reason I desided to buy this new SSD.
    What files is it possible to move on others HD to continue to work efficiently.
    I use Photoshop CS6, Final Cut Pro X and I work on images  video  and sound mainly. I have a volume for Windows 7 with Parallels 8.
    To summarize and close my questions: what are files I can move in another volume to give space in my SSD whic will be the bootable disk.
    I am going to perform a clean install...
    Thanks for your support

    You want to keep your OS X and Application files on the SSD (e.g. /Applications, /Library, /System, /Users). You can put any data files you want elsewhere such as documents, spreadsheets, music, videos, software install files (.dmg).
    I wouldn't try to move my /User/<username> folders outside of the boot drive. But the data files inside your User folders like ~/Documents, ~/Downloads, ~/Music, ~/Pictures can be placed elsewhere. You would just need to point your apps to those locations to access them.

  • What are the minimum SAP processes for public sector ?.

    Dear  Expert
    I would understand that SAP Public Sector - Business Process has the following key:
    Shared Services
    Human Capital Management
    Government Purchases
    Formulation of Public Sector Accounting and Budget
    Social Services
    Social Security
    Government Programs
    Tax and Revenue Management
    Public Safety
    Organizational Management
    Organizational Support
    For an implementation in SAP Public Sector, I found  several solutions are:
    - Solutions - SAP Business Suite
    - Software SAP Customer Relationship Management
    - Software ERP SAP
    - SAP Product Lifecycle Management
    - SAP Supply Chain Management
    - SAP Supplier Relationship Management
    If we select SAP ERP Software. From the above processes. ¿Is it correct to have at least the formulation of Public Sector Accounting and implemented budget? or ¿Is it OK to implement all processes for the public sector? I'm  very confusing ...
    Please,  could you explain SAP Procurement public sector solutions? or do you have a link on this advice?
    All recommendations are welcome.
    Thank you very much for your support and recommendations
    Dear SAP
      SAP Sector Público –  Tiene los siguientes   Procesos de Negocios :
    Servicios Compartidos
    Gestión del Capital Humano
    Compras de Gobierno
    Formulación de Contabilidad del Sector Público y Presupuesto
    Servicios Sociales
    Seguridad Social
    Programas de Gobierno
    Impuestos e Ingresos de Gestión
    Seguridad Pública
    Gestión Organizacional
    Apoyo Organizacional
    Para una implementación.  SAP Sector Público tienen varias soluciones y son:
    - Soluciones - SAP Business Suite
    - Software SAP Customer Relationship Management
    - Software ERP SAP
    - SAP Product Lifecycle Management
    - SAP Supply Chain Management
    - SAP Supplier Relationship Management
    Si seleccionamos SAP ERP Software. De los procesos mencionados anteriormente. ¿Es correcto,  tener por lo menos el proceso de formulación de Contabilidad del Sector Público y Presupuesto implementado? o ¿Debería ponerse en práctica  o implantarse todos los procesos  del sector público?
    Por favor, ¿podría explicar Adquisiciones SAP para soluciones del sector público?
    Todas sus recomendaciones serán bienvenidas.
    Muchas gracias por su apoyo y recomendaciones

    Dear,
    I found this information and it is good:
    Procurement for Public Sector - Public Sector - SCN Wiki
    PPS -Procurement for Public Sector- enhancements - Supplier Relationship Management - SCN Wikiii
    La solución SAP Procurement for Public Sector (SAP PPS)
       Características generales son:
       La fase de preparación
       La fase de licitación
       La fase de ejecución del contrato
    El valor de la solución SAP Procurement for  Public Sector (SAP PPS) - SRM 7.0-based PPS Architecture
    1. Solución completa para todo el ciclo de vida de una contratación
    publica, como la gestión de pliegos.
    2. Gestión de contratos eficaz para garantizar mas transparencia,control y auditabilidad.
    3. Integración con Contabilidad presupuestaria (Funds Management)
    4. Posibilidad de gestionar contrataciones más complejas electrónicamente.
    5. Simplificar la arquitectura de sistemas y reducir así el coste de integración. SAP PPS - Firma digital.
    6. Menos modificaciones funcionales en proyectos de implantación.
    Thanks

  • What is the best backup configuration for a home lab?

    Depends on your budget and complexity requirements. Offsite? Redundant? Free or paid? You also don't need a product to backup VM's and you can script this as well. Some good products that are free for a couple VM's are Veeam and Unitrends.

    Hi there,
    I am currently making a home lab environment to learn Microsoft technologies (at present), I wish to create a file server to store evaluation software, documentation and personal data. I currently use a total of 100GB of hard disk space for all this data...
    How often do you recommend me backing up this data using Windows Server 2012 R2?
    I also plan on implementing Volume Shadow Copy in the near future...
    This topic first appeared in the Spiceworks Community

Maybe you are looking for

  • How can I turn an image/graphic into a simple, low detail image for T-shirt printing (see examples)?

    So, I do know my Photoshop, but this is just killing me! I've messed with the filters and can get an allright image, but there has to be an easier way that I'm just not thinking of. Can you tell me how to convert an image into a low detail image like

  • Where can I download Adobe Acrobat Standard Edition v7.08

    From where can I download Adobe Acrobat Standard Edition v7.08? I can't find it on the website and need to re-install on a PC.

  • IPod Touch 2.0 Software update

    Hi i was wondering if anyone could help me with a problem im having trying to get hold of the new software update for my iPod Touch. Basically i click "check for update" when my iPod touch it either says the current software 1.4.1 is the current soft

  • SQL - Decode for Other Dates Column

    This query returns 2 rows. Anyway I can use decode (maybe nested decode, or some other method without union) so I can return result set of 1 row with headings that has correct counts for Total, 1999, 2000, 2001, Others. Others represents all other ye

  • Cisco ISE LDAP - Error Subject userid is not found

    Greetings Experts! Problem: I have configured ISE Admin Access authentication to a LDAP External Identity Store. BIND Tests to Primary and Secondary LDAP Server is successful. I have configured the major/top domain (DC=test,DC=company,DC=com) ) to se