[OIM] Cannot use special character in User Group Name

Dear IdM expert,
I have problem creating user group in OIM if user group name contain special character like '&', '<' or '+'.
I read Note 430081.1 : Can a Field Label in an Object Form Contain Special Characters? and change <AppFirewall><SecurityLevel> in xlconfig.xml to 0, (by default SecurityLevel is set to 1). But still no luck.
Could anyone find way to do this? Thank you.
Best Regards,
Satit

I don't think the app fire wall applies to recon events so that is probably how they got in.
You may have to update the database tables directly to solve this. Should not be a big issue as you aren't messing with any table primary keys.
Best regards
/Martin

Similar Messages

  • User/group names & domain

    Hi,
    I tried to put a security on a button but when i click on "Add" it gave the following message: "can't get the user/group names for the currently selected domain"
    How could iIcreate a domain ?
    and how could I create an user/group name ?
    Thx,
    Samer,

    Hi Guys I'll try to answer all your questions
    i only want to know, where you press "add" and what you try to do.
    When i right click on the control and go to "Security" then click on "Add" i have the message above
    What is your application. Where do you want to create a domain?Can you elaborate?
    I try to have several accesses to a VI: student, professor, administrator...So i thought of creating domains for security access of each control
    Are using LabVIEW DSC?
    Yes i am using DSC module...
    I think you start with something like Tools >>> DSC >>> Security
    What is the difference between Tools >>> DSC >>> Securitys and Tools>>>Decurity ?
    Samer,

  • How can I remove default auth source prefix that's prepended to user/group name

    Any ideas how I can remove the default auth source prefix that's prepended to user/group name after import? There's a way to do it without going into to config.xml file as we did in admin class but can't remember what was done.
    Thanks
    -Jason

    If it's slow on startup it would be extensions loading or LaunchDaemons starting up. 
    You should have a look in:
    /Library/LaunchDaemons
    /Library/Extensions
    You can count out anything in your home folder and it shouldn't put anything in /System as that's reserved for Apple. 

  • My app cannot use USB when ordinary user

    Hi,
    I have written an application that controls a USB Phidget servo via libusb, but when I log is as an ordinary user my app cannot communicate with the servo. As far as I can tell the problem is that when an ordinary user, my app cannot use libusb. But I can generally use other USB devices like flash drives or digital cameras.
    It may be a matter of adding my self to a group but can't figure out which (there seems to be no usb group in /etc/group.
    Any ideas/hints please?
    My thanks in advance.

    whompus wrote:It might be a udev rules setting as I had to change a rule to access my mobile phone as a user, it's a usb phone but needed a tty rule (I think). I don't know enough about this to help you.
    I know even less...;) but I found out what I did wrong, rather silly in retrospect but as I said, never had to fiddle with udev: I added the usb group but did not add GROUP="usb" to the udev usb_device rule. Now its OK, thank for the tip!

  • OIM 10g Event Handler : Integrated with User Groups.User Members

    I have created custom event handler and integrated it with User Groups.User Members data object.
    here is my code od event handler class:
    public class GroupEventHandler extends tcBaseEvent {
         public GroupEventHandler() {
              this.setEventName("Event Handler Sample");
         protected void implementation() throws Exception {
              System.out.println("============@@@@@@@@ IN EVENT HANDLER ");
              try
              String groupKey = this.getDataObject().getString("Groups.Key");
              writeToFile(groupKey);
              catch (Exception e)
                   e.printStackTrace();
    But I am getting this exception :
    ERROR [ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)' XELLERATE.SERVER - Class/Method: tcTableDataObj/getString encounter some problems: Column 'GROUPS.KEY' not found
    com.thortech.xl.dataaccess.tcDataSetException: Column 'GROUPS.KEY' not found
         at com.thortech.xl.dataaccess.tcDataSet.getColumnIndex(Unknown Source)
         at com.thortech.xl.dataaccess.tcDataSet.getString(Unknown Source)
         at com.thortech.xl.dataobj.tcTableDataObj.getString(Unknown Source)
         at oim.GroupEventHandler.implementation(GroupEventHandler.java:19)
         at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcUSG.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcGroupOperationsBean.addMemberUsers(Unknown Source)
         at com.thortech.xl.ejb.beans.tcGroupOperationsSession.addMemberUsers(Unknown Source)
         at com.thortech.xl.ejb.beans.tcGroupOperations_ejm77u_EOImpl.addMemberUsers(tcGroupOperations_ejm77u_EOImpl.java:1671)
         at Thor.API.Operations.tcGroupOperationsClient.addMemberUsers(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.security.Security.runAs(Security.java:41)
         at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
         at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
         at $Proxy66.addMemberUsers(Unknown Source)
         at com.thortech.xl.webclient.actions.UserGroupMembersAction.assignMemberUsers(Unknown Source)
         at com.thortech.xl.webclient.actions.UserGroupMembersAction.assignGroupMembers(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
         at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcActionBase.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)

    Anyone have idea about why "Groups.Key" not found exception thrown here..
    I have assigned this event handler at postinsert event of User Groups.User Members Data Object.

  • 4.0.8.2.4  Cannot start listener after changing user/group to nobody/nobody

    Installed OAS 4.0.8.2.4 and configured it. Everything is working fine with listener, plsql cartridge, Java cartridge and OSSWA. But if change listener's user/group from Oracle/Dba to nobody/nobody. Listener will not start. It hangs in as follows:
    ========================================================================
    Information: Listening on NORM port 80 address 0.0.0.0
    Information: wriorProcessInit: RMProxy IOR Bootstrap Service initialized
    Information: Adapter services initialized successfully
    Information: The server started successfully
    Server now running as process 15654
    OWS-08850: Oracle Web Listener 'www' started.
    Oracle Web Listener 4.0.8.2.4 Enterprise Edition - Release (Domestic)
    Copyright (c) Oracle Corporation 2000. All rights reserved.
    Information: Listening on NORM port 5502 address 0.0.0.0
    Information: wriorProcessInit: RMProxy IOR Bootstrap Service initialized
    ===========================================================================
    from the message above, we can see if it failed to start the "Adapter services"
    If we change the user/group back to Oracle/Dba, it starts fine.
    And also, we have under $ORACLE_BASE/admin, the listener ( name devl ) permission has been changed accordingly to the user/group change. We follow the instruction from OAS configuration to change user/group.
    ( Read access to the configuration file
    Read access to all files that provide content for servicing requests
    Read access to all imagemap files
    Execute access to all Oracle Application Server binaries and program files that the Web Listener must execute
    Write access to the log and error files
    Read access to user directories )
    Thanks.

    Thanks. After a few more days testing. We finally figure out where it went wrong. We changed user/group from node manager. ( from Oracle/dba, installer, to nobody/nobody). After that, we only changed $ORACLE_BASE/admin/ows/SITE_name/httpd-host_name/listener_name to be read and write accessed by nobody. We forgot to change owl.cfg to be read access to nobody/nobody. After we changed that. It starts fine.
    Thanks again.

  • Can't use special character "ç" in airport password

    Hi,
    I'm trying to connect to a wireless network, whose password contains the character "ç". For some reason airport won't let me input that character, but all others are fine. I've tried edit => insert special character, I've tried to copy / paste but nothing works. Does anyone have a solution??
    Thanks

    Hi Jon, and a warm welcome to the forums!
    This is far fetched, but I wonder if it has anything to do with this strange "feature"...
    http://docs.info.apple.com/article.html?artnum=107666
    You've already tried all but one thing I yhink, can you edit it/paste it into Keychain Access?

  • Error - "Group cannot be found" after rename user group

    Hi,
    I got the error message below after I clicked at 'edit' button in the "People and Groups" page (/_layouts/15/groups.aspx). Before I get this error message, I renamed the group name. It seems like it was looking for the old name when I clicked at
    'edit' button. However, I can still access the Group Setting page by go to the group page -> settings -> Group Settings. Once I renamed the group name back to what it was. I can click at the 'edit' button without any error.
    Can someone please explain to me about this issue? 
    Thank you,

    Hi,
    This is what I have in the log
    Correlation ID: 383abd9c-5f4c-707e-c171-bb7bd63f8d2e Date and Time: 9/29/2014 2:50:53 PM
    09/29/2014 14:50:53.08 OWSTIMER.EXE (0x3C3C)                  
    0x16F4
    SharePoint Foundation         Monitoring                    
    nasq Medium  
    Entering monitored scope (Timer Job MySite-Instantiation-Interactive-Request-Queue). Parent No
    a415c502-5c7f-494d-b58e-f8deec07d9b8
    09/29/2014 14:50:53.08 OWSTIMER.EXE (0x3C3C)                  
    0x16F4
    SharePoint Foundation         Logging Correlation Data      
    xmnv Medium  
    Name=Timer Job MySite-Instantiation-Interactive-Request-Queue
    383abd9c-8f41-707e-7d8c-e722a2386e1c
    09/29/2014 14:50:53.08 OWSTIMER.EXE (0x3C3C)                  
    0x16F4
    SharePoint Portal Server      
    Personal Site Instantiation   aj58q
    Medium   <LogTimerJobInstance> Starting timer My Site Instantiation Interactive Request Queue (e94a6caa-b0f5-4897-b489-585ca50c7803) for web application: SharePoint2013Intranet - 80. Function: MySiteInstantiationJob:Execute
    383abd9c-8f41-707e-7d8c-e722a2386e1c
    09/29/2014 14:50:53.08 OWSTIMER.EXE (0x3C3C)                  
    0x16F4
    SharePoint Portal Server      
    Personal Site Instantiation   aj58r
    Medium   <LogTimerJobInstance> Finishing on timer My Site Instantiation Interactive Request Queue (e94a6caa-b0f5-4897-b489-585ca50c7803) for web application: SharePoint2013Intranet - 80.  Function:
    MySiteInstantiationJob:Execute 383abd9c-8f41-707e-7d8c-e722a2386e1c
    09/29/2014 14:50:53.08 OWSTIMER.EXE (0x3C3C)                  
    0x16F4
    SharePoint Foundation         Monitoring                    
    b4ly Medium  
    Leaving Monitored Scope (Timer Job MySite-Instantiation-Interactive-Request-Queue). Execution Time=3.75969571551692
    383abd9c-8f41-707e-7d8c-e722a2386e1c                  
    b4ly Medium  
    Leaving Monitored Scope (Timer Job MySite-Instantiation-Interactive-Request-Queue). Execution Time=3.75969571551692
    383abd9c-8f41-707e-7d8c-e722a2386e1c

  • Special Character Issue in Country Name Côte d'Ivoire encoding ISO-88509-1

    soa suite 10.1.3.4
    I am reading an xml file using file adapter. The file has encoding type ISO-88509-1 and the country name is coming as <country_name>Côte d'Ivoire</country_name>.
    When I see the BPEL instance, this character is converted to "C\234te d'Ivoire" jumbled character. The target endpoints receives the country name in jumbled format only. I can't change the incoming file format. Is there a way I can read it properly and keep the special character as it is during SOA process.
    Any idea how can I progress in this issue?

    Any idea on this ? My soa suite server is on Solaris and the folder where I am reading the file from is on Windows.

  • How to get Current User Group NAME

    I am using the com.sun.security.auth.module.NTSystem to obtain information on the current user logged into the NT System. This class gives me the user name, all the group SIDs associated with the current user and also the current user's primary group SID.
    But I am not able to retrieve the group Name based on these SIDs.
    Please tell me how to find out the Group Name such as "Workgroup" etc. instead of Group SID.
    This is very urgent. So please help me.
    Thanks in advance!!!

    I'm having the same problem.
    If you found a solution could you post it here.
    Thanks.

  • Cant use chinese character in input scheduler name

    Cant use chinese character in input scheduler name

    Dear Sorin Radulescu 
    The input template name can't use chinese character,not the value in input schesule. I can save the template whih name english characters . if save it in chinese characters, I can't open it in input schedule.
    thanks

  • Can't use special character "option+5" on german keyboard

    After upgrading to Lion I have problems to select special characters on a german keyboard. Typing in TextEdit  "Option+5" does not display "[".
    Nothing happens. I always have to use PopChar to insert the "[" character.
    I already checked out all of the preference settings for the keyboard, layouts, international formats, ...
    Also I deleted the keyboard .plist file in the Lib-folder.
    All other special characters work fine without any problems, only the "option + 3, +4, +5, +6" does not show any character in the keyboard layout.
    Thanks in advance for any help.
    Alex

    Thanks for your answer, but I already checked this. I completely disabled all speak recognition.
    Not only one key doesn't work, but four in a line "option + 3, +4, +5, +6".

  • Siebel8-How to use special character in WF expression

    How to use a special Chanarcter in a Workflow expression?
    in the below expression, am looking for comma
    IIF(Instr([&ProccProp], "','"), 'Y', 'N')
    But I am getting the following error
    The query could not be run because there is an invalid character in the field '<?>'. Please ensure that the value in the field is formatted correctly with only valid characters.
    Missing quotes around the search criteria or unnecessary punctuation will often cause an error.(SBL-DAT-00403)
    The Siebel version is 8.
    Thanks in advance

    Fine you already bypass this.
    When i readed your post and saw your solution, i asked for myself what version of siebel you were using, and from the first post understood that was version 8.
    Some months ago i have made workflows in siebel 8 and many times happened that i falled in situations and errors that were very very tricky to understand...workflow UI in that version, really needs some improvements.
    Bye

  • Deploy authenticate VPN using LDAP AD (with user group)

    Hi,
    I'm stucking in configuration of LDAP Server with authenticate for VPN user using group in Windows Domain. I would like to create a group like "vpn-group" in Domain. If someone want to vpn, I just have to add that user in the group "vpn-group" then I can connect to the company.
    Here is my configuration
    aaa new-model
    aaa authentication login userauthen local group ldap
    aaa authorization network groupauthor local
    ldap attribute-map map1
     map type sAMAccountName username
    ldap server server1
     ipv4 192.168.0.5
     attribute map map1
     bind authenticate root-dn cn=administrator,cn=users,dc=test,dc=local password 7 0235114B0E144E621518
     base-dn cn=vpn-group,cn=users,dc=test,dc=local
    Please advice me.

    I got it working by including the AD security group in the search-filter
    search-filter user-object-type User)(memberOf=CN=vpn-group,OU=Security groups,OU=company,DC=test,DC=local

  • Parsing error with XDP using special character & in string.

    When writing an .XDP file from scratch, the following line give a parsing error at the ampersand. What command should I use to convert the ampersand to string?
    The XDP line is:
    <p3pName>17TH STREET BAR & GRILL</p3pName>
    This is the only line that gives a problem.
    Thanks

    There are five characters which MUST be escaped if they appear in
    regular XML text, this is a rule of XML. The characters are ampersand,
    single and double quote, less than, and greater than. They can be
    replaced by entities like & AMP ; (no spaces, semi-colon is part of
    it). If you use an XML library it should take care of it, but home
    grown XML programs and scripts should always keep this in mind.
    Aandi Inston

Maybe you are looking for