DS6: root suffixes containing spaces

Hello,
I found DS6 unable to handle properly more than one root suffix with space characters in its name. The issue is that when I create a root suffix with a DSCC with default settings - dc=with space1,dc=com - it works all right. I can browse and modify data. However, when I try to add a new root suffix - dc=with space2,dc=com - Directory Server works well handling both of them (visible as two Root DSE's to any client app), until I restart the server. Then, what happens is... the first suffix becomes nonfunctional. I cannot fetch any data from it, I get an error
access:SRCH base="dc=with space1,dc=com" scope=1 filter="(objectClass=*)" attrs="hasSubordinates objectClass"
RESULT err=32 tag=101 nentries=0 etime=0
Though, the second one works all right:
SRCH base="dc=with space2,dc=com" scope=1 filter="(objectClass=*)" attrs="hasSubordinates objectClass"
RESULT err=0 tag=101 nentries=4 etime=0
Also, I get fancy logs
errors:ERROR<20742> - Backend Database - conn=-1 op=-1 msgId=-1 - BAD MAP 1, err=5
ERROR<20741> - Backend Database - conn=-1 op=-1 msgId=-1 - BAD EV 1, err=5
Is this a limitation of DS6 not being able to host multiple suffixes with spaces, or am I doing something wrong (actually I applied all default settings to them)?
Regards.

This looks like a bug (I was able to reproduce) that is linked to the fact that both suffixes have the same initial string (before the space).
Please call Sun support and get it escalated if you need a fix from the Sustaining team.
Engineering will try to get it fixed for next release of DS (6.2), as 6.1 is done and should be available shortly.
Ludovic

Similar Messages

  • How do I use the location bar to search for phrases that do not contain spaces?

    When I type phrases that contain spaces into the search bar, it brings up a google search as specified by my about:config under keyword.URL
    However, when I type anything that *does not* contain a space (e.g. potatoes), firefox tries to connect to http://potatoes/, returning a "cannot establish connection to server at potatoes"
    my keyword.URL is set to: http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=
    browser.fixup.alternate.enabled is *false*
    browser.urlbar.autocomplete.enabled is *true* (though I don't think this has anything to do with it)

    hello jywang74, please update to firefox version 33.0.2 - there you'll see a different behaviour (keyword.url is no longer used btw, the address bar uses the same search provider as set in the searchbar).
    http://msujaws.wordpress.com/2014/08/01/faster-and-snappier-searches-now-in-firefox-aurora/

  • RWRUN60: Problem with parameter value containing space between single quote

    Hi All
    I'm using RWRUN60 to generate my report by following way:
    C:\orant\BIN\RWRUN60.EXE userid=DBUser/dbpasswor@db BACKGROUND="NO" BATCH="YES" DESFORMAT="pdf" DESNAME="C:\report.pdf" DESTYPE="FILE" ORIENTATION="LANDSCAPE" PARAMFORM="NO" P_REPORTID="2431" P_REPORTNAME="Report Name" report="C:\report.rdf" P_WHERE="StartDate>=to_date('2011-07-14 10-37-00','YYYY-MM-DD HH24-MI-SS')"
    When I tried to run given command above nothing was executed executed and any log didnt created.
    I found out that problem occurs when text between two single quotes contains spaces. In my case it is a parameter P_WHERE. I need to keep such format because it is part of report query.
    When I removed last parameter from command RWRUN60 successfully genereate pdf document.
    Further I added new test parameter P_TEST(it is ignored by rdf) in the end of command line following:
    P_TEST="test '11'" - rwrun60 generates report
    P_TEST="test '1 1'" - rwrun60 doesn't; generate report
    Can somebody help how to resolve given problem. Is it parsing bug or what else?

    Spaces on command lines a very often a bad idea. Get rid of them by changing the command, e.g.:
    to_date('2011-07-14:10-37-00','YYYY-MM-DD:HH24-MI-SS')

  • Problem with call to BAPI when the data contains spaces

    Hi everyone,
    I've a table in R3 that has 2 fields which is consulted via BAPI from XI. The Bapi call run correctly while the data don't contain spaces preffixed but when for example the data is ' A31' the BAPI call doesn't return nothing.
    The table structure is:
    CODE             DESCRIPTION
    values:
    ' A31'               'Desc A'
    'A30'                'Desc B'
    When I call the bapi with A30 value the Bapi return me Desc B, but when I try it with the value ' A31' the Bapi doesn't return any value.
    Could anyone help me?
    Thanks in advance

    >>The problem isn't the trim, because the bapi call must contain the spaces.
    Are you able to get expected results while testing the BAPI with data containing spaces?
    I have seen some cases where you get correct results when you test the RFC in SE 37, but the same data when passed from XI does not get the desired results. It was coz. when testing the RFC in R/3 some user exits are called and the data fets populated in the correct way. Check this.
    Regards,
    Jaishankar

  • Hyperlinks in word containing spaces are cut off in pdf generation

    We are using a mix of MS Word 2003, 2007 and 2010. All are experiencing the same problem when using Adobe products (Abobe Acrobat Pro 9, Adobe X, Adobe Elements) for the generation of a pdf document with respect to hyperlinks.
    When we have hyperlinks containing "spaces" they will get cut off in the resulting pdf document.
    Examples have formatting like this in Word
    http://team.eu.enet/XXX/Master data forms/Master Data Project.xls
    When we convert this in Adobe it cuts off the link after encountering the first space, like this
    http://team.eu.enet/XXX/Master (on the face of it the whole line looks like the one above, but the hyperlink shown when hovering over it has been cut like shown)
    In some cases the spaces are replaced with %20 (IE for example replaces spaces with these characters automatically). For those cases the conversion works just fine, and the whole line is maintained as a hyperlink also in the pdf
    http://team.eu.enet/XXX/Master%20data%20forms/Master%20Data%20Project.xls (again, the line does not look like this in the pdf, but the link when hovering over it does)
    When we use the Save as function in Word 2007/2010 this replacement is done automatically. the links in the "word generated pdf" are not containing spaces,
    Is there any way to get this replacement done automatically when converting hyperlinks from Word to PDF? Repairing the links afterwards (which is possible, I know) is not a viable option when you have many such links in a word file.

    Sort answer: Use proper syntax and do not use the "space" character in any URL.
    "20" is hex for the space character (which is a "reserved" character in that it may have special meaning).
    If used out of context being "reserved" applications have to make something of a guess.
    Success is the %20. Sometimes success is not had.
    So, again, proper syntax - no "space" character in a URL (use the underscore).
    Some references for a starting point.
    http://www.w3.org/Addressing/
    http://www.ietf.org/rfc/rfc3986.txt
    http://en.wikipedia.org/wiki/Percent-encoding
    Be well...

  • Spool filename that contains spaces

    Hi Folks,
    Does anyone know a technique for creating spool files that
    contain spaces in the path name?
    I have a script that I want to pass in a directory path as a
    parameter. The script then uses this directory as the path for
    dynamically created scripts which are run later in the main
    script, but SQL*Plus won't allow spaces in the path name.
    e.g.
    myScript.sql
    DEFINE P_DIR = '&1'
    SPOOL &P_DIR.script1.sql
    -- Dynamic SQL statements
    SPOOL OFF
    @&P_DIR.script1.sql
    Called by plus80 @myScript 'C:\Documents and Setting\andy\'
    I've tried various combinations of single and double quotes
    around the variable references and even tried a HOST cd &P_DIR
    command, all to no avail. I'm sure I've seen this done
    somewhere before.
    BTW Using a batch file is not a possible solution :(
    Any help would be much appreciated.
    Regards
    Andy

    This is logged as a SQL*Plus bug, #898051. It used to work in SQL*Plus 3.
    If you have access to MetaLink http://metalink.oracle.com/ you can view the complete text of the bug.
    -- CJ

  • Problem with path (which contain spaces)

    Hi,
    Im having problems when I use getAbsolutePath() method when the path contains spaces, like "c:\Program Files"
    my app have a different behavior if its installed in a path like C:\myApp\
    The troubles occurs when I try to create a directory and create a new file in that directory, if path doesn´t contains spaces works fine.
    Any idea?
    Best Regards,
    JRaBBiT

    jRaBBiT wrote:
    Thank you for your reply but it doesnt answer my question.Because you did not provide enough information. That's why I asked for an SSCCE and asked you to indicate clearly exactly what is going wrong.
    It's like you went to the doctor and you said, "Doctor, I have pain," and he said, "Where do you have pain?" and you said, "Thank you for your concern, but you haven't cured me yet."

  • Flexunit 4.1 beta 1 ant task fails if SDK or project dir contains spaces

    downloaded FlexUnit 4.1 beta 1 for its directory scanning and test loading support.  found a problem - if either the SDK dir (e.g. C:\Program Files\Adobe\Adobe Flash Builder 4\sdks\4.0.0) or the project dir (e.g. C:\Documents and Settings\flexuser\My Documents\mike\Adobe Flash Builder 4\AntFlexUnit4.1betaSampleCIProject) contain spaces, the flexunit ant task will fail, as the following output indicates:
    <snip>
    [flexunit] '+flexlib'
    [flexunit] 'C:\Program'
    [flexunit] 'Files\Adobe\Adobe'
    [flexunit] 'Flash'
    [flexunit] 'Builder'
    [flexunit] '4\sdks\4.0.0\frameworks'
    [flexunit] '-output'
    [flexunit] 'C:\Documents'
    [flexunit] 'and'
    [flexunit] 'Settings\flexuser\My'
    [flexunit] 'Documents\mike\Adobe'
    [flexunit] 'Flash'
    [flexunit] 'Builder'
    [flexunit] '4\AntFlexUnit4.1betaSampleCIProject\target\bin\TestRunner.swf'
    <snip>
    BUILD FAILED
    C:\Documents and Settings\flexuser\My Documents\mike\Adobe Flash Builder 4\AntFlex
    Unit4.1betaSampleCIProject\build.xml:72: Compilation failed:
    command line: Error: default arguments may not be interspersed with other options
    everything worked fine if i relocated both the SDK and project dir.  unfortunately most of our developers use SDK and project directories with spaces.
    what's the ETA for beta 2 ;-) ?  anxious to integrate this excellent new feature once the spacing problem is resolved.
    thanks.
    -mike

    @mike - Ok I've updated my fork @ http://github.com/blegros/flexunit with the fix.  If you don't want to build from source, you can download the flexunit.zip file from my fork and just pull the Ant task out to use temporarily.  You can find the artifact from my fork's build @ http://flexunit.digitalprimates.net:8080/view/Contributors/job/blegros/lastSuccessfulBuild /artifact/flexunit.zip.
    Let me know if this works out for you.
    -Brian

  • Pass parameters that contain spaces between web pages

    Hi,
    I have a .jsp . Inside it, I only need to call a link with a parameter.
    The problem is that the parameter contains spaces:
    name="ALARM LEVELS"
    If I write:
    <a href=modif_list.jsp?name=<%=paramName%>>See list</a></p>The parameter received in modif_list is "ALARM" and not "ALARM LEVELS"!!!
    How can I pass parameters that contain spaces between web pages?
    Thanks

    The think is that the parameter is a label and obviously I don't know the value before hand.
    In fact, I am using
    <a href=modif_list.jsp?table=<%=paramName%>&label=<%=label%>
    <%=tableName%></a></p>.....So I can't help it if the label contains spaces.
    Now if there is no solution, I suppose I can always replace the space by "_" and when I collect the parameter, I replace the "_" by a space!

  • Register iPhone "Password cannot contain spaces"

    I want to register my iPhone but cannot login to my existing Apple ID because the screen shows an error saying my password cannot contain spaces...
    However, my actual password does contain space(s), and I have never experienced issues with logging in elsewhere. (appleid.apple.com, iTunes Store, developer.apple.com, ...)
    Is this some kind of bug in the register form?
    Screenshot: http://cl.ly/U8bO
    Edit:
    Mavericks 10.9.2
    iTunes 11.1.4
    iPhone5 w/ iOS 7.0.6

    What happens when you change your password to one without spaces?
    Apple ID: Changing your password

  • Column contain space in table.

    Hi I have one table and one column itself contain space not the column data.
    Whenever i select that column it gives me error invalid identifier.
    I tried to rename the column also but it gives me same error invalid identifier.
    Please help
    Thanks in advance!
    Nick

    Can you please show what you are doing and how Oracle responds? It's hard to guess what you are trying to do based on the information given.
    Don't forget to use \ tags.
    For example:
    \Your code here\will display as:Your code here                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • ACCESS column names containing spaces

    Hi
    I'm new to Java SQL programming and have come across a problem I can't seem to fix reharding ACCESS column names that contain spaces.
    Here's the actual code :
    sqlquery = "select * from cars,qualify where group2 = '" + addComponentsToDrivers.currentgroupcode + "' and cars.car id no = qualify.car id no";
    here's the error java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'group2 = 'INTGT5' and cars.car id no = qualify.car id no'.
    The question is how can I code qualify.car id no?
    Thanks
    Ken

    and cars.car id no = qualify.car id noand cars.[car id no] = qualify.[car id no]

  • Error submitting environment variable containing spaces

    Hello,
    I need some help passing an environment variable that contains spaces to the JVM when launched via the command line
    I can successfully use the following and read its value in the java application:
    java -DMYVAR=value.cfg myClass
    However, when I try
    java -DMYVAR="value1.cfg, value2.cfg, value3.cfg" myClass
    I get the following exception
    Exception in thread "main" java.lang.NoClassDefFoundError: value2/cfg"
    It looks like the inverted commas are being discarded and the JVM is treating value2.cfg as a class to execute
    I have run this on
    1) a Solaris box with the following details:
    SunOS trafford 5.6 Generic_105181-26 sun4u sparc SUNW,Ultra-4
    and java version
    java version "1.2.1"
    Solaris VM (build Solaris_JDK_1.2.1_04, native threads, sunwjit)
    2) an HP box with the following details:
    HP-UX wpsc02 B.11.00 U 9000/800 105911507 unlimited-user license
    and java version
    java version "1.4.1.00"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1.00-030116-09:58)
    Java HotSpot(TM) Server VM (build 1.4.1 1.4.1.00-030116-11:27-PA_RISC2.0 PA2.0, mixed mode)
    We want to do this so that we can get the value of MYVAR, split up the string using a StringTokenizer on the "," and pick out as many tokens as are present. As a workaround, we can leave out the spaces and it works fine, but it would be useful to be able to allow the spaces
    Thanks in advance to anyone who has any ideas about what is happening or how to solve this

    Try this:
    java "-DMYVAR=value1.cfg, value2.cfg, value3.cfg" myClass
    Notice the quotes are in front of the -D, not the equal sign.
    Juan

  • Is it possible to search for strings containing spaces and special characters?

    In our RoboHelp project, there are figures with text labels such as Figure 1, Figure 3-2, etc.
    When I search for "Figure 3" I get all pages containing "Figure" and "3", even if I surround it in quotes.  Similarly, searching for "3-2" treats the '-' character as a space and searches for all pages containing '3' or '2'.
    Is there a way to search for strings containing spaces and special characters?

    In that case I think the answer is no if you are using the standard search engine. However I believe that Zoom Search does allow this type of searching. Check out this link for further information.
    http://www.grainge.org/pages/authoring/zoomsearch/zoomsearch.htm
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • Method t create dynamic structure if the field name contains space

    HI all,
    I am creating a dynamic internal table. Everything id fine but when creating dynamic structure if field name contains space its giving me dump.Can you please suggest me any other methos which takes space in the field name.
    Iam using the following method:
      gr_struct_typ  ?= cl_abap_structdescr=>create( p_components = gt_component ).
    In the gt_component i have one of the field with space like ( RU STAND) and its giving error.
    Any help will be appreciated.
    thanks
    Suku.

    Hello Sukumar
    If the space in the fieldname is a mistake then you could simply use:
    CONDENSE ld_fieldname NO-GAPS.
    However, I guess your fieldname should contain this space:
    >...suggest me any other methos which takes space in the field name.
    >
    Well, have you ever seen a field or column name in SAP standard containing a space in its name???
    Regards
      Uwe

Maybe you are looking for

  • I tunes is not working. when i go to update apps nothing happens go to itunes page is blank

    itunes not working. when i go to update apps nothing happens. if i go to itunes store page is blank and does not go to the store

  • How can i give multiple paragraph styles on the same line

    i want to give different paragraph style in the same line in an indesign document. bt when i tried it, it is coming in two different line. actually i am doing a project in which Frame maker document is transformed into indesign document. in frame mak

  • Should I use TWO firewalls at the same time? (Router + Maci's SystemUtility

    I tried to search for answers if it would be good or bad to establish a "double-firewall". Via Google I found a lot on PC's but nothing on Macintosh + Router. I personally feel that having a router with its own firewall + LittleSnitch + FireFox with

  • Automatic app updates?

    i have automatic downloads for apps enabled on both itunes on my computer and in the store settings on my phone.  i see that when i download a new app on my phone, it automatically downloads to itunes and vice versa.  is it possible to get this to wo

  • Oracle Client in Windows Me

    I'm using ODBC to connect to an Oracle database. I've installed the Oracle client successfully in windows 2000, but when i try to do the same in Windows Me, I get an error in the staging area. any suggestion? bye d. null