Unable to search for users in CUP

Hi Guru's
When I am tryin to create a request in CUP , I am unable to search for users , the search option doesnt return any values at all
I have checked my user data source which is LDAP, the connector is working fine , and  I have  the field mapping done etc ,but I still cannot search for users.
Any  thought on this
Regards
KS

Hi Venkateshwar,
Thanks for the quick response ,
my user path looks somehtinkg like this
User path : DC=unity
This connector is defined by my Basis guy ,I am not sure what wouldl be the compelte path
have you got an example ?
I guess I will have to check with teh guys who maintain the active directory ( our LDAP system )
Thanks
KS

Similar Messages

  • Unable to search for first record using the Preview tree

    Post Author: TheBig1980s
    CA Forum: General
    Hello:
    Users are unable to search for the first record in the Preview tab's tree.  The reason for this is because the first record is within the first page header of the report.  My guess is that, by design, Crystal takes the end user to whatever the first instance of the record iseven if that first record is in a page header.  That's not "good".  I want the user to be taken to the first record within the details of the reportnot within the page header.
    I have suppressed the page header to not print on the first record by using OnFirstRecord.  But, I still get the same issue where end users cannot select the first record in the tree without being taken to the page header.  Very strange.
    Can anybody think of any other ideas?
    Thanks!
    TheBig1980s

    Thank you Dave Merchant and try67 for your responses. As per my previous post, I contacted the company re the catalogue and they have responded favourably. I'll include their response because it gives the reason for the search failure as document compression which you might find interesting. I'll await their new catalogue and see if they have fixed the problem.
    Company response:
    Thank you very much for your input.  And yes, you are correct, the compression we used for the current catalogue's PDF format does strip out text included in the catalogue.  We used the compression settings we did with the intention of minimising download time, however I take your point about including text for search purposes (which I also utilise when I'm scanning through PDFs).
    We will actually be posting out our new catalogue next week and we'll release the new PDF version on the website at the same time.  I've asked our graphic designer to ensure that the PDF we use for the new catalogue includes searchable text.

  • When I upgraded my iMac to Lion I can no longer connect the iPad 2 to WiFi.  It gives me a message unable to search for WiFi.  Before the upgrade to Lion it worked fine.  What gives?

    When I upgraded my iMac to Lion I can no longer connect the iPad 2 to WiFi.  It gives me a message unable to search for WiFi.  Before the upgrade to Lion it worked fine.  What gives?

    Could there be a setting I need to adjust in the iPad2?  When I try to turn on WiFi and enter the name of the WiFi that I have established, including the security type and the password, I get the message "Could not scan for wireless networks."  Is there a setting in iCloud or other location that needs to be changed?

  • Mac mini Server 10.6  unable to search for files on the server from desktop.

    I'm running Mac mini Server 10.6 with 15 various Apple Mac desktops 10.4 / 10.6. The problem i'm having is that i'm unable to search for files on the server from any of the desktops. I have fixed permissions and rebooted. I can perfomr a search though command - F and spotlight from the server.
    Anyone have any ideas?

    I have a Mac mini server with Mac osx 10.6.8 installed --- I have a website {UNDER CONSTRUCTION} installed on it with a REGISTERED DOMAIN NAME belizeansworldwide.com -->[DNS service w/GoDaddy]  & DSL INTERNET service  w/VERIZON --- {My server is the ONLY DEVICE CONNECTED to my VERIZON DSL router/modem}
    When I enter my DOMAIN NAME or WAN IP # in my browser(s)--> Chrome OR Safari -- i get my Verizon modem
    set-up page-->{this incl the WAN IP# as I expected}----{NORMALLY I WOULD ACCESS MY Actiontec
    modem/router via 192.168.1.1} --- While in that webpage there's an option "shared files/folders"   & clicking on that option DISPLAYS MY WEBSITE --->  {"PORT FORWARDING DID NOT RESOLVE THAT"}
    My next attempt @ a solution was through my Server's SystemPreference>Sharing>Internet Sharing
    & this the Original Object of my post ===>  "MY SHARING PANEL DOES NOT INCLUDE THE OPTION
    FOR   'Internet Sharing' among the others like CD DVD, Remote Login,Remote Management, Bluetooth Sharing, etc.etc ---- Hope this additional info will help to clarify  &/or explain my problem
    Thanks, & best regards to you & yours

  • Unable to search for words in a pdf document

    I am using Adobe Reader Ver 10.1.1 (All updates)
    I have a pdf document in which I am unable to search for words. No words in the document are found even though they do exist. If I copy a word from within the document and paste it into the search criteria then instead of getting the word that I copied, I get substitute characters and it can in fact find these characters as the word being searched.
    The document is a catalog and can be downloaded from the following URL.
    http://www.carbatec.com.au/getcatalogue?zenid=d1cuvbat0ois0g37r0r33vnah1
    I will appreciate any help as to why I cannot search for words in the document.

    Thank you Dave Merchant and try67 for your responses. As per my previous post, I contacted the company re the catalogue and they have responded favourably. I'll include their response because it gives the reason for the search failure as document compression which you might find interesting. I'll await their new catalogue and see if they have fixed the problem.
    Company response:
    Thank you very much for your input.  And yes, you are correct, the compression we used for the current catalogue's PDF format does strip out text included in the catalogue.  We used the compression settings we did with the intention of minimising download time, however I take your point about including text for search purposes (which I also utilise when I'm scanning through PDFs).
    We will actually be posting out our new catalogue next week and we'll release the new PDF version on the website at the same time.  I've asked our graphic designer to ensure that the PDF we use for the new catalogue includes searchable text.

  • Search for users in a particular LDAP through Web Dynpro code...

    Hi Experts,
    Let me try explaining my problem. In my project we are using two ADAM LDAPs. One for storing internal users and the other for storing external users. I have configured the portal to connect to both the LDAPs. I am able to search for the users created in both the LDAPs through portal Indentity Management.
    I am trying to search for the users in a specific LDAP through Web Dynpro coding... I am not lucky enough to get it done. Let me explain you what I did.
    I created a custom attribute for UME through config tool. Gave a physical mapping for the custom attribute in dataSourceConfig_xxx.xml to the LDAP attribute distinguishedName which returns the distinguished Name for the user in ADAM LDAP.
    For Example: Custom attribute in UME is ldapuser which is mapped to distinguishedName attribute in ADAM LDAP in dataSourceConfig_xxx.xml.
    When I do a search for the users in a particular LDAP, I am trying to put a filter to the newly created ldapuser attribute to distinguish between the two LDAPs.
    The search will result if I pass the value as '*'. If I try to specify the user path for the LDAP in this attribute it doesnt result any data.
    For example:
    userSearchFilter.setSearchAttribute(
         "com.sap.com.cust.admn",
          "ldapuser",
         "OU=16482515,OU=Members",
         ISearchAttribute.LIKE_OPERATOR,
         false);
    The above code will not return the data, whereas
    userSearchFilter.setSearchAttribute(
         "com.sap.com.cust.admn",
          "ldapuser",
         ISearchAttribute.LIKE_OPERATOR,
         false);
    Will result with user list from both the LDAPs.
    If anyone tried searching for users in a particular LDAP through code, please help me with this issue.
    Thank you in advance.
    Regards,
    Rekha Malavathu

    I just figured it out. Under "group-policy GroupPolicy_COMPANY_SSL_VPN attributes", I had to add "vpn-simultaneous-logins 15". Apparently, it was using the value "vpn-simultaneous-logins 0" under the NOACCESS group policy.

  • Unable to search for photos in Spotlight.

    Some weeks ago, I inadvertently dragged my 'Pictures' folder into the desktop, and managed to replace it, but after that, (and after temporarily renaming it 'Images') I can no longer search for photos in Spotlight.
    Spotlight Preferences now recognises 'Images' and I'm unable to change it back to 'Pictures'.
    Any advice or solution would be greatly appreciated.

    Spotlight Preferences now recognises 'Images' and I'm unable to change it back to 'Pictures'.
    As I said before there is no "photo" file type, just a bunch of other kinds (tiff, jpeg, GIF, and maybe 20 other possible extensions) that are used for photos. I don't think Spotlight uses the term "Pictures", just "images". I have a "Pictures" folder but in Spotlight I just see "Images" in the search results, and "Images" is what is uses in the preferences.
    this doesn't explain why I'm unable to search for photo files using Spotlight.
    Make sure that the area containing your photos is not excluded from search by the privacy feature in Spotlight's preferences.
    Spotlight searches for text information. For example, I have lots of photos, but spotlight only find a single one since I don't use the word "photo" in any of my file names or folder names. The one file it finds has "Created by Adobe Photoshop" in the metadata - Spotlight is keying in on the word "photo". If I type in the word "Picture" it finds the Pictures folder, but doesn't list the contents since none of those have the word "Picture" in their names or text within the file.
    What exact search term are you entering into Spotlight? Are you sure that a file exists with that term in its name, or perhaps in text included within the file?

  • Error occured while searching for users in OIM admin console.

    Hi Experts,
    I deployed code from dev environment in to Test environment using deployment manager in OIM and also completed metadata import using weblogic metadataimport utility.Then when itried to search for users in OIM admin console. I am getting the following error.
    Error messager:
    ADFC-10001: cannot instantiate class 'oracle.iam.identitytaskflow.backing.taskflows.modifyuser.ModifyUserView'
    ADF_FACES-60097:For more information, please see the server's error log for an entry beginning with: ADF_FACES-60096:Server Exception during PPR, #12
    Did any body faced this issue?
    Can u please suggest me on this?
    Thanks,
    Sri.

    I've faced same error !!

  • Search for user role but help poppup display

    Anyone ever trying to search for user role from search action bar or user admin page?
    Whenever select role and clicked on the magnifying glass icon, help content displays instead of role selection.
    At first I think this is a bug. But when I asked Customer Care they said its an expected behaviour which means that this is how the engineers designed it.
    Dont you feel weird? because other field like status, correctly displays status info after clicking the icon.
    Hope u can try it this out and give your opinion here.

    Can you provide a little more detail on what you were trying to do.

  • TS3595 I am unable to "search for specific songs or artists in iTunes on my new I pad

    I am unable to "search for specific artists or songs in iTunes using my new iPad 3rd gen.  I am not  really great with all things computer but can follow step by step instructions pretty well. Any suggestions?

    Click the + sign above My Stations to create a new station then type a Genre, Artist or Song in the search box.

  • HT4623 I have a white square in the middle of my apps screen, and I am unable to search for new apps.

    I am unable to search for new apps because I have a blank white square in the middle of the Apps screen.

    Have you tried a reset (different from just restarting)
    Hold down on both the Home button AND the Sleep/Wake button for about 10 seconds until you get to the black screen and see the Apple logo. Then let go of both buttons. This "reset" fixes a lot of weird iPad issues and might fix yours.
    Hope this helps!
    ~Joe

  • "Search for User" display no user

    Hi,
    I'm testing the Early access release of the SVDI.
    I discovered a problem connecting to our OpenLDAP-Directory. The directory is configured with correct values for host, port, Base DN, User DN and password. The setup wizard finished without errors. But the search function on the "Users -> Users and Groups" tab returns no users.
    This might be an issue with the structure of our openldap-tree, so I digg a little deeper. :-)
    Our ldap tree looks like this:
    / ou=department,o=organization,c=de
    |--- ou=Users
    |--- ou=Groups
    |--- ou=Computers
    When I look at the logfiles of openldap, I recognize a ldap query with
    'filter=&(&(|(?objectClass=user)(objectClass=person)(objectClass=inetOrgPerson)(objectClass=organizationalPerson))(!(?objectClass=computer)))(|(cn=*demo*)(uid=*demo*)(mail=*demo*)))'
    This query doesn't return any entries.
    While playing around with ldapserach I removed the '(!(?objectClass=computer))' part and the query works.
    Removing this part from /etc/cacao/instances/default/modules/com.sun.vda.Service_Module.xml and restarting cacao makes me happy. :-)
    What are the requirements for a supported ldap structure? I know that only active directory and Sun directory server are supported, but changing the directory service is not a 'near-time' option for me.
    Currently we are using SUN VDI 2.0 and all (my) missing features are in 3.0. :-)
    Thanks,
    Thomas

    Hi Thomas,
    you did the right thing.
    OpenLDAP doesn't seem to support LDAP queries about object classes it doesn't know.
    This is impossible to have generic LDAP queries that are supported by every type of LDAP directory, and we know it is out of the question for customers to change their LDAP schema. That's why we made the LDAP filters and LDAP attributes, used by VDI, editable, so that customers can customize them to match their LDAP directory requirements.
    The default filters would work OK for quick demos with Active Directory and Sun DS, but for production deployment, it would still be recommended to adapt the filter to match most closely the schema of the directory and to put less strain on the LDAP directory. This will be documented with our official release.
    In Active Directory, computer objects have objectclass=user and objectclass=computer, so the (!(objectclass=computer)) part is there to avoid that computer objects are returned in a search for users and groups. But it is useless for the other type of directories that don't have such a specificity.
    FYI, here is how VDI performs the search for users and groups:
    The filter used by the web-GUI to search for users is: (&<ldap.user.object.filter><ldap.user.search.filter>)) and then the $SEARCH_STRING placeholder is replaced by \*criteria\* where criteria is the string you type in the web-GUI search field.
    Same applies for groups, using the group filters.
    We search first for users and then for groups.
    Regards,
    Katell

  • SharePoint 2010 Enterprise Search for User Profile tags and Notes

    Hi,
    Actually my requirement is, "Sharepoint Enterprise Search for User Profile tags and Notes".
    I would like to use the Tags and Notes in enterprise search.
    Is it possible?
    Thanks & Regards
    Poomani Sankaran

    Check if this helps
    http://blogs.msdn.com/b/spses/archive/2011/02/05/social-computing-part-3-activity-feeds-social-ratings-tags-and-notes.aspx
    If this helped you resolve your issue, please mark it Answered. You can reach me through http://itfreesupport.com/

  • Acrobat 8 Unable to Search for words after convertion from mircrosoft word

    Hi all,
    I got a problem with a user using Adobe Acrobat 8 search function. he converted his Microsoft Word document to PDF file. But he is unable to search/find most of the words after convention, even thou the word is right there it will just say it cannot find any matches.
    His colleague have acrobat 7 and it has no such problem at all.
    Erm is there any setting to for me to change or is there a need to update any patches? One more thing the Word document is make up of textboxs so is this the cause?
    I would like some Expert here to give some advise/help here as i cannot downgrade to acrobat 7.
    Thanks in advance.

    Sorry, I make a mistake. He only can select some of the text document and only those can be searched. What is the cause and any setting to change?
    For your Information
    1 Our office is using Office 2000
    2 Tried Using create Pdf -->Select the file, but the result is still the same. However
    3 i tired to use Adobe PDF(printer) I am able to seach everything.
    I haven tell the user the workround for no3, but i dun think he wants it and some need to adjust the margins.
    Hope the information given to you will help you solve my problem.
    Thanks in advance

  • Unable to search for emails on webmail

    we have a single user who is unable to search emails from web-mail . whenever try to search emails using any keywords on web-mail it returns no results. Please suggest.
    Aditya Mediratta

    Hi Aditya Mediratta,
    If only one user has this issue, I suggest run Get-MailboxFolderPermission command to double check the permission.
    Also suggest move the single user's mailbox to another database, some issue will be auto-fixed.
    If all the methods above don't work or multiple users have this issue, I suggest rebuild the search catalog. More details to refer following similar thread:
    Single user unable to search inbox       
    http://social.technet.microsoft.com/Forums/exchange/en-US/33ad1ffb-1a87-45c1-acce-d42da42f8a5b/single-user-unable-to-search-inbox?forum=exchangesvrclients
    Thanks                          
    Mavis Huang
    TechNet Community Support

Maybe you are looking for

  • Error in source system while extracting the data from R/3!

    Hi, i had created FM and extract strcucture in R/3 . using the above two, i had created data source using RSO2 T code. when i checked the extractor ( RSA3 T code) in R/3  it was working fine . (status messege displayed as 1000 records selected). then

  • SharePoint online dilemma

    Hi, we are a small business company and have 7 computers at different locations from which the salespersons would have to log on to SharePoint services and to collaborate on Excel documents (using just the browser). I would have to be the "admin" and

  • Is there a way to audit user accounts by last login date/time?

    Hello all, Is there a way to see or report on a user's last login.  I don't see a last login date parameter in the UM record.  I see that all security events are logged in the security log including logon and logoff, but what I need is to be able to

  • Text length at selection screen

    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-000.   SELECTION-SCREEN COMMENT /3(79) TEXT-001.   SELECTION-SCREEN COMMENT /3(79) TEXT-002. SELECTION-SCREEN END OF BLOCK B1. in above code I can write text upto 79 length only how can I incre

  • Internal DHCP Server on Wireless not working

    Hi community, I'm facing some problems to setup a DHCP server on a WLC 2504. I'll try to resume my configuration: I have 2 networks: inside users (vlan 1) and external users (vlan) My controller uses the port 1 to connect to the switch, which has a t