NW70.SP17 - Multiple Property Replacement not working?

We've just upgraded a portal environment to SP17.  When using the MPR tool, I get this error when finalizing the changes I want to make:
Select at least one property to continue.
The property replacement is never completed.
Anyone else seeing this error?  This is pretty serious, as we use the MPR tool a lot when updating BI iViews after publishing.  To do the changes by hand will be extremely tedious, not to mention error prone.

There is no note available, as far as I know.  The patch I received was directly from SAP Support.
I would suggest contacting them to get the patch, as they requested that I not give the patch out myself.
Sorry, wish I could be more helpful.

Similar Messages

  • "Content Administration - Multiple Property Replacement" not working

    Hi,
    I am trying to change the value of a the property with ID "SupportedUserAgents" in all the iViews in my folder. I followed as it is stated in <http://help.sap.com/saphelp_nw04s/helpdata/en/44/ccf6bf687f3b9ae10000000a1553f6/content.htm> and changed the value of the property and the final report says that all the matches were replaced successfuly without any errors. But when I go back to any of the iViews and see the value of the property "SupportedUserAgents" I realise that the replacement did not happen. Am I missing something here?
    I want to add some more info to this. The value of the property "SupportedUserAgents" should be selected from a dropdown and the dropdown contains these values
    1) (MSIE, >=5.5, *) (Netscape, *, *) (Mozilla, *, *)
    2) (MSIE, >=5.5, *)
    3) (Netscape, *, *) (Mozilla, *, *)
    Now as stated in the above link, I am trying to replace the value of the property "SupportedUserAgents" to (,,*) which is not there in the dropdown list (the above 3 values). So is it correct to do it in for dropdown fields?
    Useful answers will be definitely rewarded
    Regards

    Hi SAP Fanatic,
    (1) Do you want to change the value in the dropdown box, or the actual value? I can change the actual value, but it will not appear in the dropdown -- -- Select – will appear (indicating no value) but in fact the value has been changed, which you can see in the PCD inspector.
    (2)  I used the Multiple Property tool also. Are you changing the value by putting in the value and changing it to a new value, or are you specifying the property ID and a new value? I did the second.
    Daniel
    P.S.: Will you reveal your secret identity?

  • Multiple Property Replacement - Inheritance

    I have read the help for multiple property replacement.  We need to modify what I'd call a sub property instead of a property.  We need to modify the "Inheritance" from "Can be edited in Target Objects" to "Locked in Target Objects" in about 800 iViews.
    Can this be done in an automated way?
    Regards,
    Diane

    I found that Multiple Property Replacement can't work on the sub-property I'm going after.  I completed the task using XML.

  • Multiple delete is not working.

    Hi,
    Multiple delete is not working. Please find my backend bean code. Please let me know the issue in my code.
    Table:
    <af:table value="#{bindings.CmProcessParamValueView13.collectionModel}"
    var="row"
    rows="#{bindings.CmProcessParamValueView13.rangeSize}"
    emptyText="#{bindings.CmProcessParamValueView13.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.CmProcessParamValueView13.rangeSize}"
    rowBandingInterval="1"
    selectedRowKeys="#{bindings.CmProcessParamValueView13.collectionModel.selectedRow}"
    selectionListener="#{bindings.CmProcessParamValueView13.collectionModel.makeCurrent}"
    rowSelection="multiple"
    binding="#{backingBeanScope.backing_app_RunCalcPage.t1}"
    id="t1" width="720px" inlineStyle="height:140px;" partialTriggers="cb6 cb3"
    filterVisible="true" filterModel="#{bindings.CmProcessParamValueView13.queryDescriptor}" >
    <af:column sortProperty="ParamValue7"
    sortable="true" width="690"
    headerText="Comm Type"
    rowHeader="unstyled"
    id="c2" align="left" filterable="true">
    <af:outputText value="#{row.ParamValue7}"
    id="ot4"/>
    </af:column>
    </af:table>
    Backing Bean Delete Code:
    RowKeySet rowKeySet = (RowKeySet)this.t1.getSelectedRowKeys();
    CollectionModel cm = (CollectionModel)this.t1.getValue();
    System.out.println("RowKeySet is: "+ rowKeySet.getSize());
    for (Object facesTreeRowKey : rowKeySet) {
    cm.setRowKey(facesTreeRowKey);
    JUCtrlHierNodeBinding rowData =
    (JUCtrlHierNodeBinding)cm.getRowData();
    System.out.println("RowData is : "+rowData.getAttribute("ParamValue7"));
    rowData.getRow().remove();
    Thanks.

    Issue is resolved...
    Solution is,
    Remove selectionListener and selectedKey attributes from the table.
    Delete code is:
    DCBindingContainer dcBindings =
    (DCBindingContainer)getBindings();
    DCIteratorBinding dcIterator =
    dcBindings.findIteratorBinding("Iterator...");
    RowSetIterator rs = dcIterator.getRowSetIterator();
    RowKeySet rks = this.t1.getSelectedRowKeys();
    Iterator rksIter = rks.iterator();
    while (rksIter.hasNext()) {
    List l = (List) rksIter.next();
    Key key = (Key)l.get(0);
    Row row = rs.getRow(key);
    if(row != null)
    row.remove();
    }

  • My apple tv, all of a sudden, is no longer able to connect to my computer.  I have restarted EVERYTHING, multiple times, still not working.

    My apple tv, all of a sudden, is no longer able to connect to my computer.  I have restarted EVERYTHING, multiple times, still not working.

    Welcome to the Apple Community.
    Check your store location is set correctly, if this doesn't help, try restarting the Apple TV by removing ALL the cables for a 30 seconds.

  • Pda cursor position property does not work

    Hi!
    I have a problem with cursor positionX propery on PDA.
    I use PDA Module 8.2 and Windows Mobile 5 OS on PocketPC.
    Actually problem is only when I try to get value of two cursors, it return the same value for both cursors (you can test it with attached VI), but when I set values it work fine.
    I have also worked with PDA Module 8.0.1 in past and I remember that get cursor position value worked, so I have no idea why it doesn't work in newer version.
    Thanks,
    andrej
    Attachments:
    cursor test.vi ‏21 KB

    Hello andrej,
    Unfortunately I also see the same behavior on a PDA using this "active cursor" property. It appears to me that this property is not being written successfully. I say this because it appears that the value displayed is always from the most recently repositioned cursor rather than either the 0 or 1 which is set by the property node.
    What I will do at this point is to file a corrective action request so that this behavior is corrected for a future release of the LabVIEW PDA module. I apologize for the inconvenience that this causes for your application. Please let me know if I can help at all as you modify your application to work around this behavior. Thanks,
    Mike D.
    National Instruments
    Applications Engineer

  • Multiple headphone sets not working?

    I just recently received a replacement iPod Nano because my last one glitched itself and wouldn't respond to anything a consultant had me do. It's worked great since I got it. The last time I listened to it was Friday [the 6th], and the headphones worked just fine. Today [the 8th] I went to listen to it, and sound only came out of the left speaker. At first, I thought that it was only the headphones, and I just needed a new pair. Well, I went to use another pair I had [for an Mp3 player] and once again, sound came out through just the left speaker. That's two sets that would not work for the right headphone speaker. Could anything be wrong inside this iPod? Is there anything I can do to fix it? I would rather not have to have it replaced, since this IS a replacement iPod.
    Thank you for any help!

    Your headphone jack in the iPod is broken, you will need to get it replaced. You don't wrap your headphone cord around your iPod while it is plugged in, do you?

  • Property inspector not working correctly

    The property inspector in CS3 is not working correctly. When
    I select text or any other object the property inspector does not
    change for that object. But when I right mouse click on the
    selected object it does. Do I need to change a setting?
    Thanks!

    Yes, me too. I can't find an answer to this anywhere.
    If I right-click or double-click on an item the property
    inspector shows it, but if I single click, nothing happens. It's
    bad for productivity.

  • Event.hits property does not work at Adobe 9

    I have just discovered that the property "event.hits" does not work at Adobe Reader 9 properly.
    I have some JavaScript, which uses this property:
    if (event.hits.length > 0)
    var targetPos = event.hits[0].position;
    Now, at Adobe Reader 9 the value of "event.hits[0].position" is not correct.
    At Adobe 8 Standard this JavaScript works very well!
    Can you comment this issue?

    Hello to everyone!
    There is a some PDF file, which works fine on Adobe 8 and does not work properly on Adobe 9.
    You can download this file from the following hyper-link:
    http://www.pdf3d.co.uk/pdf/box97.pdf
    When I open this file on Adobe 8 then gold arrow works fine.
    In this case the gold arrow (pointer) has a true location on the box.
    When I open this file on Adobe 9 then gold arrow has a false location.
    In this case the gold arrow (pointer) has a false location on the box.
    Could somebody can to me a some suggestion?
    Thank you,
    Peter

  • Dreamweaver CS6 "Find and Replace" not working

    Since I've started working in DW CS6 I've noticed that the Find and Replace feature isn't working completely.
    E.g. If I select a block of code, then open Find and Replace, tell it to find "<br />" and replace it with "</li>" it only replaces the first instance. The rest of the <br />'s are still <br />'s.
    Is this happening to anyone else? I may have to switch back to CS5.

    bracdiver wrote:
    ** ANSWER/Workaround
    Change the selection in the 'Search:' dropdown from the default 'Source:'  to 'Text' or 'Text (Advanced)' and you will get the desired result.
    bracdiver, your post may be useful in some examples, like the ones I posted above. However, this does not work in my intended example below (which is source code specific), where the actual source code needs to be replaced:
    Sample
         <p>These are true or false questions. Place your answer on the blank under each question.</p>
    <ol>
        <li>There are twelve in a baker's dozen</li>
        <li>35% of people are going to school.</li>
        <li>There are seven books in the Harry Potter series.</li>
        <li>The longest running play is "Les Miserables"</li>
        <li>There is no blank under this question. <i>Answer beside this question instead.</i></li>
    </ol>
    Using these options
    Find in: Selected Text (first four list items)
    Search: Source code:
    Find: </li>
    Replace: <br />___________________</li>
    Options enabled: Match case
    Desired output:
    <p>These are true or false questions. Place your answer on the blank under each question.</p>
    <ol>
        <li>There are twelve in a baker's dozen<br />___________________</li>
        <li>35% of people are going to school.<br />___________________</li>
        <li>There are seven books in the Harry Potter series.<br />___________________</li>
        <li>The longest running play is "Les Miserables"<br />___________________</li>
        <li>There is no blank under this question. <i>Answer beside this question instead.</i></li>
    </ol>
    CS6 DW output:
    <p>These are true or false questions. Place your answer on the blank under each question.</p>
    <ol>
        <li>There are twelve in a baker's dozen<br />___________________</li>
        <li>35% of people are going to school.</li>
        <li>There are seven books in the Harry Potter series.</li>
        <li>The longest running play is "Les Miserables"</li>
        <li>There is no blank under this question. <i>Answer beside this question instead.</i></li>
    </ol>
    Using your workaround (with 'Inside Tag' option set to li), this will not work as does not change any text at all.

  • Color replacement not working as expected

    Hello -
    I'm touching up some artwork and I've tried using both the color replacement tool as well as the color replacement adjustment and neither is giving me the results I would expect.
    The image has been indexed and I'm not using anti-alias so it's pretty easy to select the colors I want to change and the ones I want to replace them with.
    However, when I try to change the color, it's not replacing it with the exact color that I selected but a lighter version of that color instead.
    I created an example to show what I am talking about.
    In the example I used the color replacement tool.
    First I eyedropped the color I want to put in place of the wrong color.
    Then I use the color replacement tool (mode: color, sampeling: once) and click and drag over the wrong color.
    Instead of matching the color in the foreground (that I had eyedropped) it replaces it with a lighter version of the foreground color.
    I was having the same problem when I was using the replace color adjustment.
    Please see the attached file for my example.
    I was able to get the effect I was looking for by first using mode: color then switching to mode: luminocity and going over the same area a second time.
    It would seem that there should be a way to do it in one pass.
    Any help is appreciated.

    That is the way the color replacement tool works, its an old tool.  Color has three parameters, say hue, saturation and lightness (luminosity) as one parameter set. You would need to change all three for the kind of match you are looking for. The color replacement tool lets you change in one click either Hue, or Saturation, or both of these (Color) or Luminosity. In other words ther is no setting for all three. For that you need two applications of the tool.
    You should try the color range command on a separate layer with a mask to protect those areas of that color you want to keep and see if that fits your needs.
    Paulo

  • Multiple Image Upload not working on macs

    Hello everybody,
    I have searched everywhere for an answer to this issue and I'm not sure if there is a solution yet.
    I am hoping someone reads this and tells me if either I need to use another product or post a fix for this to work.
    I am developing a website for a photographer who needs to upload the pictures he takes for his clients to review on his website.
    So on the backend I have created an application where he logs in and creates a new client and then uploads multiple images to that client's folder.
    I am of course developing the site in ADDT version 1.0.1. in Dreamweaver CS4.
    Everything works as expected except for the image upload part, where he is unable to upload even a single image.
    He is using Mac OS X and Safari 3 to access his site.
    I use a PC and can upload images perfectly, but the whole purpose of the website is for him to be able to upload images without me.
    I read somewhere that ADDT's Multiple Image upload did not work on Macs because of the way that the OS handles image uploads to the server via HTTP. I also know that Flash v.10 had an issue with this behaviour in the past, but that it's been fixed with ADDT's v. 1.0.1, which is true since as I said I am able to upload images from my PC using that Flash version.
    There is a product called MultiPowUpload from Element-IT (http://www.element-it.com/MultiPowUpload.aspx) that seems to do the exact same thing as ADDT's Multiple Image Upload, and I have tested the Demo version both on Mac and PC and works perfectly well.
    I really would like my ADDT behaviour to work, first because I already have the whole site developed in it, plus I am used to the software already, and also because Element-IT's product is a bit pricey for a multiple server license (which I would need for other sites I plan to develop for Mac users).
    Any thoughts or pointers you might have will be greatly appreciated.
    Thank you in advance.
    Luis Herrero.

    Thanks a lot for your replies and helpful ideas.
    It turns out that for some strange reason the problem was with the hosting provider.
    I have moved another site which was not working with Macs either to a new provider and everything works now as it should be, without changing any files at all.
    I have in fact v.1.0.1 in both those sites (those were the first things I checked before posting here) and Flash Player v. 10 both on the Mac and PC, so it will remain a mystery as to why the server behavior did not work with that particular host on Macs.
    Thanks again.
    Best regards.

  • Multiple IDOCs pattern not working

    Hello, When I tried Multiple IDOC to single file pattern, it is not working as expected. Everytime when a idoc reaches XI, it is going to a seperate BPM queue and not collecting the IDOCs, any idea??

    Yes, I have refered. I have done exaclty the same thing as in SAP Pattern for collecting multiple idocs to single file. Everything is working fine in BPM too.  But the problem is whenever the idoc hits XI, it is going to a seperate BPM queue instead of a same queue. So single message for each BPM and BPM waits for 3 minutes (mentioned in BPM) and times out. But my need is all the IDOCs should come to a single BPM queue and BPM needs to collect all the IDOCs and send it as a single file.

  • C3 - Multiple Selection is not working with pencil...

    Hello Guys,
    Pencil key is not working for multiple selection while ctrl key is working.
    Can any1 guide me how to do muliple selection......

    There was an issue with messaging in the original software on the C3, so make sure that you are up-to-date. To check your software version try *#0000#
    Latest software release for Nokia C3-00 is 08.63
    Your service provider may not have the latest nokia version available, but make sure you have the most recent you can get.
    Menu > Settings > Phone> Phone Updates > Downl. phone software

  • Justification property is not working when using a format mask

    Hi all,
    I have a text item with number data type and right to left reading order,
    I put the justification property to right.
    I used a format mask to set two decimal places for the entered number.
    The problem is the justification property is not aligning right, I noticed that it's aligning right only if i removed the format mask or changed the reading order to (left to right).
    I hope there is a solution for this
    Thanks

    Format mask and justification will not work for Non english character sets.
    To support bidirectional languages such as Arabic, do not use Left or
    Right justification (numeric text items can use Right justification). Use
    Start and End instead.
    Rajesh ALex

Maybe you are looking for

  • HELP! How do I back out of ios7 on my iPhone 4S??

    Just upgraded my perfect 4s iphone to IOS7.  The new GUI is cumbersome and counterintuitive for ease of use.  The screen graphics are sloppy and washed out.   This just dramatically changed the iPhone functionality in a negative way.  Is apple or Ver

  • Pbm while importing a DTD

    Hi I have a strange pbm..XI throws a NULL Exception while activating an external DTD. The DTD simply contains [code] <!ENTITY % SEGMENTS SYSTEM "oagis_segments.dtd"> %SEGMENTS; <!ENTITY % EXTENSIONS SYSTEM "oagis_extensions.dtd"> %EXTENSIONS; [/code]

  • Apache Server nec. to see & edit PHP files in DW CS3

    I am trying to edit open source phpBB2 in DW CS3 . Does the Apache local host server need to be installed for the design view to be funtional in DW?

  • Solution om how to activate my ipad mini but i forgot my icloud

    solution om how to activate my ipad mini but i forgot my icloud

  • Studio 21" CRT with Windows

    I'm not an Apple user - but it's not my fault - I was raised up that way, honest! Hopefully someone will take pity on me and answer my question. I recently aquired an Apple 21" CRT Studio monitor (so far haven't dislocated any vertebra, and no hernia