Trying to understand context indexes and contains-help

Hi
i am using
Achieving functionality of many preferences using one context index
to understand context indexes and contains
and i get the following
Error starting at line 1 in command:
begin
ctx_ddl.create_preference ('nd_mcds', 'multi_column_datastore');
ctx_ddl.set_attribute ('nd_mcds', 'columns', 'text nd, text text');
ctx_ddl.create_section_group ('nd_sg', 'basic_section_group');
ctx_ddl.add_ndata_section ('nd_sg', 'nd', 'nd');
ctx_ddl.create_preference ('test_lex', 'basic_lexer');
ctx_ddl.set_attribute ('test_lex', 'whitespace', '/\|-_+');
end;
Error report:
ORA-06550: line 5, column 15:
PLS-00302: component 'ADD_NDATA_SECTION' must be declared
ORA-06550: line 5, column 7:
PL/SQL: Statement ignored
06550. 00000 - "line %s, column %s:\n%s"
*Cause:    Usually a PL/SQL compilation error.
*Action:
so i am using the following to check for the error
http://docs.oracle.com/cd/E18283_01/text.112/e16593/cddlpkg.htm#BABCBFCB
plus
oracle text application developer's guide
plus
oracle text reference
but these have not listed that error (i have even googled this in vain)
background::we were actually using catsearch but because of its downsides i want to implement this
Is Achieving functionality of many preferences using one context index a good place to start when one does not know about
context and contains??
please post any other useful link for contains and context index that even explains
1) fuzzy
2) stem
3) synonym
4) near
5) soundex
6)ndata
7)lexer
thanks in advance

Ndata is new to Oracle 11g. Your other posts indicate that you are using Oracle 10g, so you don't have ndata, so you get an error when you try to use it. If you want to use the 11g features that enable context indexes with contains to do all of the things that ctxcat indexes with catsearch do, then you need to upgrade to 11g.
The online documentation is searchable. Most things regarding Oracle Text are contained in either the Oracle Text Reference or the Oracle Text Application Developer's guide.
I suggest that you start with something very simple, then build from there.
The following is similar to your other post that used catsearch:
SCOTT@orcl_11gR2> CREATE TABLE mv_cat_seg_reg_prod
  2    (cat_ids       VARCHAR2 ( 7),
  3       act_status    VARCHAR2 (10),
  4       name           VARCHAR2 ( 1),
  5       email           VARCHAR2 ( 1),
  6       address1      VARCHAR2 ( 1),
  7       address2      VARCHAR2 ( 1),
  8       contact_name  VARCHAR2 ( 1),
  9       mobile           VARCHAR2 ( 1),
10       telephone     VARCHAR2 ( 1))
11  /
Table created.
SCOTT@orcl_11gR2> INSERT ALL
  2  INTO mv_cat_seg_reg_prod VALUES
  3    ('1', 'Y', 'A', 'B', 'C', 'D', 'E', 'F', 'G')
  4  INTO mv_cat_seg_reg_prod VALUES
  5    ('2', 'N', 'H', 'I', 'J', 'K', 'L', 'M', 'N')
  6  SELECT * FROM DUAL
  7  /
2 rows created.
SCOTT@orcl_11gR2> CREATE INDEX mv_cat_seg_reg_prod_idx
  2  ON mv_cat_seg_reg_prod (cat_ids)
  3  INDEXTYPE IS CTXSYS.CONTEXT
  4  /
Index created.
SCOTT@orcl_11gR2> SELECT token_text FROM dr$mv_cat_seg_reg_prod_idx$i
  2  /
TOKEN_TEXT
1
2
2 rows selected.
SCOTT@orcl_11gR2> SELECT *
  2  FROM   (SELECT SCORE (1), name, email, address1, address2, contact_name, mobile, telephone
  3            FROM   mv_cat_seg_reg_prod
  4            WHERE  CONTAINS (cat_ids, '1', 1) > 0
  5            AND    act_status = 'Y'
  6            ORDER  BY DBMS_RANDOM.VALUE)
  7  WHERE  ROWNUM < 8
  8  /
  SCORE(1) N E A A C M T
         4 A B C D E F G
1 row selected.

Similar Messages

  • Context index and contains operator syntax how it works ?

    Hi
    I create a context index on four collumns (text_prof, text_gest, text_citizen, text)
    of the same table content.
    When i have more than one collumn being queryed using the contains syntax, oracle display the ora 29907 error saying found duplicated labels in primary invocations .
    This query works:
    SELECT * FROM content WHERE cod_type = '1'
    AND (UPPER(title) LIKE UPPER('%tabagismo%')
    OR contains (text, 'tabagismo',1)>0
    This not works:
    SELECT * FROM content
    WHERE cod_type = '1' AND (
    UPPER(title) LIKE UPPER('%tabagismo%')
    OR contains (text, 'tabagismo',1)>0
    OR contains (text_citizen,'tabagismo',1)>0
    OR contains (text_gest,'tabagismo',1)>0
    OR contains (text_prof,'tabagismo',1)>0
    How can i fix it ?
    I need to query all these colluns !
    Does the contains operator can be used only in one collumn?
    Thank´s in advance

    Hi
    I create a context index on four collumns (text_prof, text_gest, text_citizen, text)
    of the same table content.
    When i have more than one collumn being queryed using the contains syntax, oracle display the ora 29907 error saying found duplicated labels in primary invocations .
    This query works:
    SELECT * FROM content WHERE cod_type = '1'
    AND (UPPER(title) LIKE UPPER('%tabagismo%')
    OR contains (text, 'tabagismo',1)>0
    This not works:
    SELECT * FROM content
    WHERE cod_type = '1' AND (
    UPPER(title) LIKE UPPER('%tabagismo%')
    OR contains (text, 'tabagismo',1)>0
    OR contains (text_citizen,'tabagismo',1)>0
    OR contains (text_gest,'tabagismo',1)>0
    OR contains (text_prof,'tabagismo',1)>0
    How can i fix it ?
    I need to query all these colluns !
    Does the contains operator can be used only in one collumn?
    Thank´s in advance

  • Webinar: Understanding TREX Indexing and Search Options

    <b>SAP NetWeaver Know-How Network Webinar: 
    Understanding TREX Indexing and Search Options
    Wednesday 25 August 2004
    11 a.m. EDT</b>
    On Wednesday 25 August, Larry Brambrut, an EP RIG Consultant, hosts the webinar titled  <b>Understanding TREX Indexing and Search Options</b> as part of the ongoing SAP NetWeaver Know-How Network Webinar Series.
    Here’s how Larry describes his webinar presentation:
    “This session will describe the enhancements to "Search and Classification"(TREX) in NetWeaver '04 and EP 6.0 SP2 Patch 6. The session will include a discussion of the CM enhancements such as new crawlers, new search UI options and plug-ins, and TREX enhancements such as the new TREX architecture, delta indexing, and new TREX Admin Tool.”
    SDN invites you to post your questions to the presenter prior to the webinar and continue the online discussion afterward.
    <b>How to Participate</b>
    (Please go to the SDN webinar schedule page to find more information)
    Dial-in Information:
    Date: Wednesday 25 August 2004
    Time: 11 a.m. EDT
    Within the U.S., call: +1.888.428.4473
    Outside the U.S., call: +1.651.291.0618
    Password: NetWeaver04
    WebEx Information:
    Topic: SAP NetWeaver Know-How Network
    Date: Wednesday 25 August 2004
    Time: 11 a.m. EDT
    Meeting Number: 742391500
    Meeting Password: netweaver04 (lowercase)
    WebEx Link: sap.webex.com
    Replay Information:
    A recorded replay of this call will be available for approximately three months after the webinar. Access this recording by dialing the appropriate number and using the replay access code 720155.
    Toll-free: +1.800.475.6701
    International: +1.320.365.3844
    <b>
    About the SAP NetWeaver Know-How Webinar Series</b>
    The SAP NetWeaver Know-How Webinar Series is driven by the SAP NetWeaver Regional Implementation Group (RIG), part of the SAP Development organization. The mission of the SAP NetWeaver RIG is to enable customers, employees, and partners to successfully implement the SAP NetWeaver solution. This SAP RIG has expertise in BI, EP, XI, and WebAS. They contribute their implementation expertise to the SDN implementation forums as well as to the SAP NetWeaver Know-How Webinar Series.
    <b>Disclaimer</b>
    SDN is not responsible for any changes to the webinar schedule. The webinar schedule may be changed or cancelled without prior notice.

    Hi there,
    I just read this thread, and maybe someone here can answer my current trex question:
    I have created an ordinary CM repository, and created an index with this repository as source. Now the problem: I would like to exclude files in the repository with specific mimetypes from the TREX indexing process.
    I have verified that the TrexValidMimetypes.ini does not contain any reference to the Mimetypes I'm creating, but never the less, the document titles are searchable and are returned when searching.
    How do I get around this issue?
    Is it possible in NW04 or EP6.0 SP3 PXXX??
    Regards,
    Hco

  • Context Index and performance

    Hi,
    I want to create a context index on one column which contains large text. And the table contains millions of records and daily inserts happen into the same table. My question is
    1.Do we need to run any procedures after inserting the records daily?
    2.Is there any problem from performace point of view creating context index on the table
    Thanks,
    Sri

    sri333 wrote:
    Hi,
    I want to create a context index on one column which contains large text. And the table contains millions of records and daily inserts happen into the same table. My question is
    1.Do we need to run any procedures after inserting the records daily?Not for what you describe. But you didn't describe much. I guess you will do something with this table data later. It depends from that. But since you only mentioned that you insert. Then no there is nothing to do after that.
    2.Is there any problem from performace point of view creating context index on the tableSure. Creating the index takes time. If the index is there new inserts will take more time.
    Edited by: Sven W. on Oct 10, 2012 12:02 PM

  • Context Indexes and ignoring characters

    So, we're trying to get a text index to ignore apostrophe's.
    insert into table values ('Arby''s');We want the above entry to be located with either of the following queries:
    select *
    from table
    where contains(field, 'Arbys')>0and also
    select *
    from table
    where contains(field, 'Arby''s')>0The second SQL works already, it's the former search that is finding no records. I tried adding an apostrophe to the STOPLIST, but it didn't seem to make a difference. Is there another tweak I can make, so that this works? Or am I going to need to create 2 columns, one without special characters which actually has the context index on it?
    Thanks,
    --=Chuck

    So this is what I've setup:
    SQL> begin
      2 
      3   
      4 
      5    CTX_DDL.CREATE_STOPLIST(stoplist_name => 'TEST_APOSTROPHE',
      6                            stoplist_type => 'BASIC_STOPLIST');
      7 
      8    CTX_DDL.ADD_STOPWORD(stoplist_name => 'TEST_APOSTROPHE',
      9                         stopword      => ''''); 
    10                    
    11 
    12  end;
    13  /
    PL/SQL procedure successfully completed.
    SQL> create table test_apos (name varchar2(100));
    Table created.
    SQL> CREATE INDEX TEST_APOS_NAME_CTX ON TEST_APOS
      2  (NAME)
      3  INDEXTYPE IS CTXSYS.CONTEXT
      4  PARAMETERS('STOPLIST TEST_APOSTROPHE SYNC(ON COMMIT)');
    Index created.
    SQL> insert into test_apos values ('Arby''s');
    1 row created.
    SQL> commit;
    Commit complete.The following usages of CONTAINS( ) will find the record, but, they either explicitly mention the apostrophe, or, they look for the string prior to the apostrophe. I expect all of these to work regardless of the STOPLIST entry:
    SQL> select * from test_apos where contains (name, 'Arby') > 0;
    NAME
    Arby's
    SQL>  select * from test_apos where contains (name, 'Arby%') > 0;
    NAME
    Arby's
    SQL> select * from test_apos where contains (name, 'Arby''s') > 0;
    NAME
    Arby's
    SQL> select * from test_apos where contains (name, '$(Arby)') > 0;
    NAME
    Arby'sNone of the following work (incl your suggestion, which I greatly appreciate, btw):
    SQL> select * from test_apos where contains (name, 'Arbys') > 0;
    no rows selected
    SQL> select * from test_apos where contains (name, 'Arby%s') > 0;
    no rows selected
    SQL> select * from test_apos where contains (name, 'Arbys%') > 0;
    no rows selected
    SQL> select * from test_apos where contains (name, '$(Arbys)') > 0;
    no rows selected--=cf

  • Context indexing and PDFs

    I recently used application express to create an upload system to house word docs, Excel files and PDFs in a BLOB. I used a context index to index them and a CONTAINS query to search through the BLOB and have it find which documents contained certain words.
    My Problem is some PDFs are not indexing correctly, and I wondered what limitations there were to this and if we could fix them. Has anyone else encountered this?

    I am logged in as the user who owns the index.
    I set a filter "token_text = 'oracle' " when I am viewing the data in the DR$TEMP_INDEX$I table and I don't get anything returned(oracle is obviously listed in the 10g product guide, but it isn't in anything else). It returns other keywords in other documents.
    I am thinking it may be the embedded fonts issue? thets the only difference in the files I can see.
    Message was edited by:
    in3d

  • Trying to reactivate cs6  adobe is not allowing my serial..the computers previous activated are stolen and destroyed..trying a new computer now and need help

    please help trying to reactivate on another computer and adobe is saying this number i already registered,but the # is not showing in my account..Like i have proof of purchase and serial but adobe is saying" I dont knw what you talking about" .Its like making a purchase from a street dealer with stolen goods...whats the prob?

    Who were you talking to at Adobe? You'll have to get help from web chat since serial number issues can't be handled in a public forum. Here's a link:
    Adobe ID, sign in, and account help
    If you're not happy with the agent you're talking to, insist on chatting with a supervisor.

  • Tried to fix spotlight indexing and lost my entire drive and backup; can you help me find them?

    Hi,
    I am in a complete crisis. If anyone can help me, I'd be very grateful.
    I tried to correct my Spotlight indexing by using a combination of the sudo mdutil -E / , sudo mdutil -i on / , and sudo rm -rf /.Spotlight-V100 commands from the terminal.
    I am not sure what happened, but the computer went into an interminable color-wheel and, when I shut down and rebooted after an hour or two, I found that both my main drive and my backup drive had severe problems.
    DiskUtility volunteered to correct these. I ran it on my main drive and found that my entire directory appears to have been erased.
    Disk Warrior cannot repair.  Nor can TechTool.  Both declare that the directory structure is now beyond repair (which they also say of my former backup clone).
    My main drive now has barely nine files left - and a handful of empty folders:
    file:///Volumes/Eric's HD/Library/Application Support/
    file:///Volumes/Eric's HD/Library/Application Support/CrashReporter/
    file:///Volumes/Eric's HD/Library/Keychains/System.keychain
    file:///Volumes/Eric's HD/Library/Preferences/com.apple.TimeMachine.plist
    file:///Volumes/Eric's HD/Users/ericcolvin/Library/Frameworks/
    file:///Volumes/Eric's HD/Users/ericcolvin/Library/Preferences/com.apple.Terminal.plist
    file:///Volumes/Eric's HD/Users/ericcolvin/Library/Preferences/com.bittorrent.uTorrent.plist
    file:///Volumes/Eric's HD/Users/ericcolvin/Library/Preferences/com.apple.finder.plist
    file:///Volumes/Eric's HD/Users/ericcolvin/Library/Autosave Information/
    file:///Volumes/Eric's HD/System/Library/CoreServices/boot.efi
    file:///Volumes/Eric's HD/System/Library/Caches/com.apple.kext.caches/Startup/
    file:///Volumes/Eric's HD/System/Library/Caches/com.apple.kext.caches/Directories/System/
    file:///Volumes/Eric's HD/System/Library/Caches/com.apple.kext.caches/Directories/System/Library/Exten sions/KextPropertyValues_OSBundleHelper_i386.plist.gz
    file:///Volumes/Eric's HD/System/Library/Caches/com.apple.kext.caches/Directories/System/Library/Exten sions/KextIdentifiers.plist.gz
    file:///Volumes/Eric's HD/System/Library/Caches/com.apple.kext.caches/Directories/System/Library/Exten sions/IOKitPersonalities_i386.ioplist.gz
    file:///Volumes/Eric's HD/System/Library/Caches/com.apple.bootstamps/0E6271FF-3F33-3661-9B4A-38AFF32D4 860/
    file:///Volumes/Eric's HD/Applications/
    file:///Volumes/Eric's HD/net/
    file:///Volumes/Eric's HD/home/
    Though I did not run any file repairs on the back up drive, it has also lost all of its files (it shows just one remaining
    file:///Volumes/Eric's Backup/System/Library/CoreServices/boot.efi - whatever that is).
    FileSalvage is now beavering away, attempting to scavenge some 350Gb of applications, e-mails, photos, iTunes, and movies (most of which it is unable to name). But these will all be unlabelled and randomly organised by extension type. These could take months to sift through and the list is almost certain to be incomplete. I have no other backups of my system apart from a two year old clone.
    Please tell me. Is there anything I can do to get back my lost directory structure?
                           Might there be some use of an Undelete routine that might recover the directory alone and thus allow me to salvage either disk?
                            I don't even know what sort of extension to hunt for in order to attempt such a restore
                           - nor how I might drop it back into its correct spot on the volume.
    All suggestions gratefully received.

    Thanks, guys.
    Yes, FileSalvage seems able to retrieve a vast jumble of unnamed "junk files," a tiny percentage of which are probably highly valuable to me. The problem will be finding them amongst the jumble. It could take weeks. ITunes files and MP3s are more promising, as it seems to have been able to reconstruct the files' names - and even cover art - from their metadata.
    No. TechTool Pro wrote nothing at all. Sadly, though, I had allowed Disk Utility to reduce the number of threads or leaves or something in the volume directory, before I realised the gravity of the situation. It has thus made a very small alteration to my main drive (resulting, no doubt in the creation of those 9 system files and their containing folders). But the back-up drive had nothing further written to it since the apparent deletion of the volume.
    I downloaded a freeware program called TestDisk which claims to analyse drive partitions. The partitions on each of my two physical drives (the internal and the backup clone) were not apparently affected - just the total loss of the volume directory structure on the boot partition in each case. So, would this be the wrong tool for the job?  http://www.cgsecurity.org/wiki/TestDisk  It does claim to be able to "Rebuild NTFS boot sector." I don't really know what that means. Can anyone tell me whether a rebuilt boot sector will enable me to recover a deleted volume directory structure?
    Meanwhile, I am also running a trial version of Stellar Phoenix, which claims to reinstate "lost/deleted volumes."  It claims to have "found 6 lost/deleted volumes" already - after five hours, during which it has scanned about 5% of my 1.5 T external drive. So I suppose it may well take days to finish scanning. Then, I expect it may ask me to buy a serial code in order to proceed.
    Does anyone have experience with Phoenix, or understand the jargon about lost/deleted volumes? Once I've bought the full version, is there a good chance it will actually reconstruct the whole volume as it once was - or is it more likely just to scavenge scores of thousands of nameless file snippets as per FileSalvage?
    I don't have a problem with paying the boffins at Stellar if they are actually able to save me months of sifting through random unnamed files in order to locate the ones I've lost.

  • X58 pro-e trying to understand a few things please help me out.

    first of all hi 
    im trying to overclock my cpu to a nice place and in my mind its 4ghz  and in my mind its like use 22X200=4ghz=happy me
    now realty is when i do that and leave every thing on auto the MB puts too much volts on the V.core like 1.4+ and thats bad for me i do have a good cooler thermaltake frio  220w
    so i tried lowering Blck and stuff and i googled stuff and ended up with a good 21X175 with 0 on the V.core only to download a program named cpu-tweaker and nehalemcalc so bare with me the question is coming  so i setup the nehalemcalc to 225X21 qpi multi X18 Uncore multi X12 mem multi X6
    only to get a warning saying (instability may occur when QPI clock is greater than 4000MHz) and it got me wondering how much did i set my Multi`s so i went and checked but i did not find them in the cell menu so i opened the cop-twaeker   to look some stuff up  and i found
    21X175=good i put that there
    7x7x7x19=ram timing good too i put them my self
    Uncore X16= bad read under
    QPI X18= good after i read in 4.8 mode its set to X18
    RAM X3 = i guess its good i put it there too
    so i opened up the nehalemcalc 1.3 and used these numbers i found only to read some thing i did not find in cell menu mem multi witch was 6 as minimal
    number in the program so whats wrong here how come its giving me deferent numbers in the 2 programs and in cpu-z its showing FSB:Dram  2:6
    so where do i find adjust that ratio found in the cpu-z or the uncore multi for that matter !
    sorry i know its crazy but i really think  thats why i cant go pass the 4Ghz dream BTW i need to add Volts to the cpu as from 3.8  :( so it just might help
    out to know every thing to know about this motherboard
    my system specc`s are :
    core i7 920 d0
    X58 pro-e
    gtx260
    1TBx2 wd
    2x3 transcend jetram 1333
    thremaltake frio
    custom cooler for the IOH(cheap fan on the heatsink :P )

    Quote from: HU16E on 10-March-11, 08:41:31
    Everything should be fine as long as the recommended max. voltages aren't exceeded. Lots of trial & error involved, within safe limits of course.
    Added:I hope that 4.00 is the CPU speed & not the volts applied.
      stop loling @ me  come please i have a dead time on the rams if i dont like them i can return them 
    so it is the cpu speed the 4k yes so pleaseeeeeee tell me what kind of volts i should use with this setup lets say 3.8ghz and i know every cpu has its own vlots and all but i need like a refrance that i can work on lets say 3.8ghz needs 1.2v on the v,core 1.5v on ram 1.2 on qpi and so on .. so for 4ghz i need 1.3v,ram1.5,qpi...... some thing easy like that    and if it works i will  for you sir 

  • Trying to understand Text Filters with "contain"?

    I setup a text filter with the option of "contain" or "contains all" and a filter value of "Scouts" yet I get numerous pictures that don't match this? For example the following picture with these keywords, "band, Flutes, Matthew Leach, ZORK", come back from the filter request.
    If I switch to "contains words" then the filter appears to work as suspected.
    This is version 2.6.
    David

    David, this does seem anomalous. Are you sure that you have cleared the value field? Have you selected the correct Folder for searching? I cannot see how images not containing the search term in the chosen field are returned.
    Try a simple experiment. Select a folder, any folder; select one image and examine the keywords. Copy one of those keywords and search the whole folder for that term. Pictures with that keyword should appear. Check randomly to confirm the presence of the search term. If that works, your technique is OK.
    Select 'none' in the search panel and start again with a folder known to contain 'scouts' and choose 'select'. You don't need to use 'select all' unless you include more than one search term. Hope this helps.
    David

  • I was trying to activate my CS3 and got help from chat until he said it was an installing issue. The application opens and then closes unexpectedly.

    I just got a new mac and I'm trying to download my Adobe CS3 onto it. I was able to download and then I tried to activate it. I entered the CS3 serial number and then asked for the serial number of the older version. I originally bought CS2 on disc and downloaded it onto my old mac and from there bought an upgrade to CS3. I no longer have the discs or box for CS2 and so I do not have the CS2 serial number. I contacted chat support who helped until I reached the point where I could open the application but then it would quit immediately and say "Adobe Update quit unexpectedly." Then he said it was an installing issue and turned me to the forums. Help, please?

    JohnEden I would recommend running all available uninstallers to remove the current installation.  The uninstallers are located in the Applications/Utilities/Adobe Installers folder.  Once you have ran the uninstallers then please also utilize the CC Cleaner Tool for a complete removal.  You can find details on how to utilize the CC Cleaner Tool at Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6 - http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html.

  • Trying to upgrade OS X and need help

    I have a 1.5 Ghz PowerPC G4 with 1 GB SDRAM with Mac OS X 10.3.9 and I am trying to upgrade the OS but am having problems. I have tried to install 10.4.7 and when I restart the computer an error screen comes up. Can anyone help me ?

    Hi presston,
    First of all, Welcome to the  Discussion Forums!
    This may be a stupid observation...but...you mention that you tried to install 10.4.7....which led me to think that you might be trying to download and "update" the software using the 10.4.7 Apple download. If you are new to Macs, perhaps a Windows switcher, you might not be aware that you need to purchase full retail install disks to upgrade from one full OS version to the next ie. 10.3 Panther to 10.4 Tiger. Point updates to the OS such as 10.3.x-10.3.9 are free updates via Apple Downloads as are 10.4.x-10.4.12 etc.
    See: "Software update, upgrade--what's the difference?"
    When I noticed that you mentioned the specific "point" update to 10.4 (.7) I thought there might be the outside chance that this might be the problem. This is a common mistake that many users make so I just wanted to mention in case you were not aware.
    My apologies if that is not the problem and hence it is probably as Tom suggests that you are using the wrong type of disk to install,
    littleshoulders

  • Trying to understand Root CA and Basic EFS certificates

    We recently migrated our Root CA from a Win2k3 to Win2k8R2.  The migration seems successfully, but we are still attempting to test it out.  My colleagues and I have very little knowledge of the Root CA and certificate use on the network in general.
     One of the basic tests we are trying is to make sure the new Root CA is issuing certs properly.  As part of this, we examined the "Issued Certificates" folder of the Certificate Authority.  Many of the certs listed there are issued
    to recognizable employees as the "Requester Name" and the certificate template is "Basic EFS (EFS)".  We originally assumed this was the certificate issue by our wireless when connecting.  However, our attempts to replicate and
    generate new certs has not proven that to be true.
    We have seen new certs requested and issue since the migration was complete, all from standard employees and using the "Basic EFS (EFS)" template.  However, we cannot determine what service they are using to request and be issues the cert.
     Through research and testing, I have seen that local file encryption would use and request a cert, but that is not a common service used in our company and would not account for all of the certificate requests.
    Can anyone point me in the right direction as to what standard services we could be running where almost every employees has been issued and a (Basic EFS) cert?  Wirelss, VPN, ?  None of our testing, outside of testing the local file encryption,
    has given us any results.

    Hard to say for sure what caused it initially. There are some 3rd party USB protection software suites that have been known to cause superfluous enrollments. Here is a trick to see what caused the enrollment to occur. Find one your suspect EFS certs in the
    CA database and note the request ID.
    After executing this command:
    certutil -view -Restrict RequestId=nnnn > rownnnn.txt
    You can use the following to dump the request:
    certutil rownnnn.txt > rownnnnRequest.txt
    Then look for the following attribute in rownnnnRequest.txt:
    Attribute[1]: 1.3.6.1.4.1.311.21.20 (Client Information)
      Value[1][0], Length = 4d
      Unknown Attribute type
      Client Id: = 5
      ClientIdDefaultRequest -- 5
      User: TESTDOM\User1
      Machine: test2.contoso.com
      Process:
    xxxx.exe
    Mark B. Cooper, President and Founder of PKI Solutions Inc., former Microsoft Senior Engineer and subject matter expert for Microsoft Active Directory Certificate Services (ADCS). Known as “The PKI Guy” at Microsoft for 10 years.

  • MOVED: x58 pro-e trying to understand a few things please help me out.

    This topic has been moved to Overclockers & Modding Corner.
    https://forum-en.msi.com/index.php?topic=146567.0

    Quote from: HU16E on 10-March-11, 08:41:31
    Everything should be fine as long as the recommended max. voltages aren't exceeded. Lots of trial & error involved, within safe limits of course.
    Added:I hope that 4.00 is the CPU speed & not the volts applied.
      stop loling @ me  come please i have a dead time on the rams if i dont like them i can return them 
    so it is the cpu speed the 4k yes so pleaseeeeeee tell me what kind of volts i should use with this setup lets say 3.8ghz and i know every cpu has its own vlots and all but i need like a refrance that i can work on lets say 3.8ghz needs 1.2v on the v,core 1.5v on ram 1.2 on qpi and so on .. so for 4ghz i need 1.3v,ram1.5,qpi...... some thing easy like that    and if it works i will  for you sir 

  • I dropped my samsung slide phone and now it wont lock or anything.  ive already tried removing the battery, etc. and nothing helped.  Any suggestions?

    I dropped my Samsung slide phone and now it won't lock or anything.  I've already removed the battery and it didn't help,  Any suggestions?

        Oh no! Sounds like your phone has sustained physical damage pctrackmom. Do you have insurance? If so, you can process a claim for a replacement at http://bit.ly/07CrqPK at your convenience.
    AntonioC_VZW
    Follow us on Twitter at www.twitter.com/VZWSupport

Maybe you are looking for

  • Issue with S_ALR_87013542  Report

    Hi, We are trying to run report S_ALR_87013542 two different users are different results, despite settings being the same. Checked the authorizations and made the necessary changes, not able to get the desired output, Pl let us know what could be the

  • How to include text

    hi i m working on smartform i want to include text for example <b>subject</b> : is text window i want to include text after colon in subject but include text is coming in new line now coming like below <b>subject: hi this is include txt</b> but i wan

  • Security Deposit by Distributor - How to deduct TDS

    HI SAP Gurus, Could you please let me know the procedure that is followed in SAP for the below scenario Actually the user need to give Interest on Security Deposit by Distributor - where in i need to deduct TDS. The Distributer her is customer and he

  • How to print full pathname of print job

    hello, i am planning on printing 100s of documents of various types (ms word, pdfs, excel files, etc). i am using snow leapord on a new imac, printing to a brother 5370DW laser printer. is there anyway i can setup this system so that when i send a pr

  • FW Driver question for Apogee or Saffire Pro Users?

    Hi All I was cruising along without problems using firewire driver 2.0.1fc1-e8 but then updated to 2.0.2fc7-e3 which currently seems to be the driver recommended by Apogee and Focusrite. Within Logic I'm happy with the results as the drop problem wit