Invalid charecter

Can any body please help me in solving this error.
0POSTAL_CD: Data record 9509 ('4255063991'): Version 'NR4 7UH ' is not valid
Message no. RSDMD194
Diagnosis
Data record 2. with the key '3.' is invalid in value '4.' of the attribute/characteristic 1..
System response
The system has recognized that the value mentioned above is invalid, and has processed this general error message. A subsequent message may give you more information on the error. This message refers to the same value, even though it does not state this explicitly.
Procedure
If this message appears during a data load, maintain the attribute in the PSA maintenance screens. If this message appears in the master data maintenance screens, leave the transaction and call it again. This allows you to maintain your master data.
Thanks

Hi Sudheer,
Just go through the SAP note 386982.
Solution:
because InfoObject 0POSTAL_CD cannot be changed in the delivered Content, InfoObject 0POSTALCODE (which has no conversion exit like the source field in the R/3 System)was created in Release BW 2.0B.
Attribute 0POSTCD_GIS, referencing to 0POSTALCODE, was assigned to InfoObjects 0CUSTOMER, 0CONSUMER and 0VENDOR.
The real solution of the problem is to use attribute 0POSTCD_GIS instead of attribute 0POSTAL_CD. However, to do this you also have to change your InfoCubes!
A simplified solution is to execute a routine for attribute 0POSTAL_CD during loading the master data,the routine calls the conversion exit explicitly. To do this, proceed as follows:
Change the transfer rules for InfoSource 0CUSTOMER and/or 0CONSUMER and/or 0VENDOR for attribute 0PSOTAL_CD from 'MOVE' to 'ROUTINE' and create the following routine:
  $$ begin of routine - insert your code only below this line       *-
DATA: l_s_errorlog TYPE rssm_s_errorlog_int.
   call function 'CONVERSION_EXIT_ALPHA_INPUT'
     exporting
       input  = tran_structure-pstlz
     importing
       output = result.
returncode <> 0 means skip this record
   returncode = 0.
abort <> 0 means skip whole data package !!!
   abort = 0.
$$ end of routine - insert your code only before this line        *-
Hope it helps.
Regards,
Harold.

Similar Messages

  • ChangeNotification service

    I have several machines with in-memory Ontologies that I need to update based on Database Ontology changes and I want to do it via database events and not polling. I think that ideally ModelOracleSem should dispatch Jena Model-Changed events when such changes occur in the database but that does not seem to be the current implementation.
    Thus instead I have to use Data Change Notification events (together with the change-tracking option in 11g Release 2 Semantic APIs)
    So using the DCN tutorials, I tried making a query-change listener to the statement "select * from mc_table" where mc_table is where my triples are.
    I tried using the following statement instead...
    String notificationSemQuery =
         "select s, p, o from table(SEM_MATCH("
         +" '{"
         +" ?s ?p ?o"
         +" }',"
         +" SEM_Models('mc_model'), SEM_Rulebases('OWLPRIME'), "
         +"null, null ));";
    But the stmt.executeQuery(notificationSemQuery) throws a "ORA-00911: invalid character" SQLException. So...
    1) Where is the invalid charecter? Can I get this string to work as a change notification query?
    Also, when using "select * from mc_table", I managed to get Data Change Notification working and pull the ROWIDs of the newly added info (i.e. the triples) from the DatabaseChangeEvent in the DatabaseChangeListerner but..
    2) how do I find out the bNodes/URIs from the ROWIDs? Is there a generic way to get Node objects from ROWIDs?

    Hi Vlad,
    Thanks for the reply, the triple.GET_SUBJECT/PROPERTY/OBJECT() procedures are exactly what I was looking for. As for the Oracle Flashback, its a very cool feature that is useful for other things (e.g. MiddleTier Ontology Syncups/Refreshes) so thanks for pointing it out (more on that to come...). Also, I have another question...
    1) I noticed that in the DCN registration I had to set a Properties.DCN_BEST_EFFORT flag. If change tracking is indeed enabled for my SEM_MODEL, are there situations where the DCN Event will fail to fire?
    Speaking of Oracle Flashback, it would be very useful if I could ask "what were all the operations done on a semantic table and what are their SDO_RDF_TRIPLE_S objects in the last 5 minutes". As far as I understand, this means doing something like this... in order to find the changed triples and their transactions ids:
    SELECT versions_xid from semantic_table
    versions between TIMESTAMP
    (SYSTIMESTAMP - INTERVAL '5' MINUTE)
    AND SYSTIMESTAMP;
    And then something like this in order to get the operations of those transactions:
    SELECT xid, start_scn, commit_scn, operation, table_name, table_owner
    FROM flashback_transaction_query where
    table_name = 'semantic_table';
    To my understanding, based on the information of the above statements, I should be able to find out which triples were added and which were deleted during a certain time interval. The only problem is that neither command works. The first command returns a bunch of blank lines. The flashback_transaction_query table does not even have any entries where the table_name="semantic_table". So...
    2) Is there a way to get the above commands to work or some better way to get this done?
    Thanks a lot Vlad for all your responses,
    Alexi
    Edited by: alexi on Nov 19, 2009 12:32 AM - Added second question

  • CV03n - illegal original name

    Hi !
    We get an error at transaction CV03n.
    Here is the step by step description :
    The error appear with original names that contains ilegal charecter's like: space,#, @, etc.
    I execute transaction CV03n with the following parameters :
    Document: 8004434
    type : kp2
    Part 000
    Version 01
    Then i press Enter key i enter to document basic data and originals.
    At that screen when i prees the ICon print to print the original - " Motherboard e-2000210001.plt " i get the folowing error mesage :
    " Invalid file y:/Ts/Temp/17 Print server will be shut down "
    As we can see the original name contain invalid character space. however If i try to use an original that doesn't contain an invalid character it works proper and the error doesn't appear.
    We use external viewers to open our documents ( *.plt -> fastlook
    *.doc -> word, *.pdf-> acrobat ). The problem of " Invalid file y:/Ts/Temp/17 Print server will be shut down " appear when i also try to open a
    file that located at my local harddisk ( not at the context server ).
    Meaning the error appear at the level of R3 and the external viewers
    and not at the level of R3 and the context server.
    So i can i solve this problem ? How can i cause the system to recognize the invalid charecter's as valid ?
    Thanks
    moshe

    Hello Intern Support -- And thanks for participating in the Community. I've discussed this issue with Product Engineering and am sharing their response:
    The "Illegal SSID Name!" error message will be updated in next release and will be changed to "The SSID Name including spaces (i.e. blank symbols) is illegal in this AP implementation! ". Thank you for the input.
    As for the potential harm, according to some customer experiences, as well as our software baseline requirement study, "space" on SSID name will have some risks. For example, if my office announces a normal wireless SSID for Guest/Visitor, it's named "VIP". But if some guys set others AP that SSID name is "VIP ", "V I P" or " VIP" , it's too similar to"VIP". It might cause Wireless Station to associate an illegal AP unless the correct one used the encryption mode.
    Thanks again for sharing your concerns and special thanks for choosing Cisco Small Business.
    Stephanie Reaves
    Cisco Small Business Technology Group

  • Charecter set invalid issue

    I have installed a Oracle9.2.0.1 for Solaris8 that downloaded from OTN.
    NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
    ORACLE_HOME=/export/home/OraHome1
    ORACLE_SID=testdb
    use default init.ora as inittestdb.ora,
    SQLPLUS /nolog
    CONNECT SYS/password AS SYSDBA
    STARTUP NOMOUNT
    SQL&gt; CREATE DATABASE "testdb"
    MAXINSTANCES 8
    MAXLOGFILES 32
    CHARACTER SET "UTF8"
    NATIONAL CHARACTER SET "WE8ISO8859P1"
    DATAFILE
    '/u01/oradata/testdb/system01.dbf' SIZE 10M
    DATAFILE
    ERROR at line 6:
    ORA-12714: invalid national character set specified

    Error:       ORA-12714  (ORA-12714)
    Text:       invalid national character set specified 
    Cause:     Only UTF8 and AL16UTF16 are allowed to be used as the national
         character set 
    Action:     Ensure that the specified national character set is valid The CHARACTER SET specifies the character set used to store data in this database.
    NATIONAL CHARACTER SET specifies the character set used to store data in columns
    specifically defined as NCHAR, NCLOB, or NVARCHAR2.
    For more information see the Globalisation Guide
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96529/ch2.htm#100779

  • Reg. Invalid batch according to selection criteria in batch determination

    Dear Experts
    I have configured newly batch management in our IDES ECC 6 system in which while posting the GRN I am getting the following error:
    Invalid batch according to selection criteria in batch determination
    Batch WHITE has already been posted in stock
    For batch WHITE of material YARN40SCMBD 1001, no class could be deter
    Deficit of PU Ordered quantity 5 KG : YARN40SCMBD 1001 YN01 WHITE
    and also the system response is
    For batch WHITE of material YARN40SCMBD 1001, no class could be determined
    Message no. M7207
    Diagnosis
    The system has been configured so that batches have to be classified for the current movement type. Since neither the material nor any batch of this material has been classified, batch &V1 cannot be classified for the current movement type.
    System Response
    Depending on how the system is configured, either a warning or an error message is issued.
    If the message issued is a warning (W), the system allows you to enter batch WHITE without classification. The warning is, however, issued to prevent you from making a wrong entry.
    If the message issued is an error message (E), you cannot post batch WHITE.
    Procedure
    You either have to classify material YARN40SCMBD in the material master or manually create batch WHITE in the batch master and classify the batch there.
    As soon as a class has been assigned to the material or a batch of this material, you can classify other batches of this material upon goods movements.
    Pls help me. how to solve this problem.
    Thanks
    Rajakumar.K

    Hi,
    Follow the steps:
    1.Field---VFDAT and table-MCHA should be created as a charecter in CT04 and assigned to a class in CL02N.
    2.create MM01 and add the class to it in classification view.
    3.In mm01 plt storage1 view give data for remainning shelf life and total shelf life and in purchasing view activate batch management.
    4.OMJ5- activate SLED for your plant and mvt type 201.
    5.opj2- set BD for your plant.
    6.create sort sequence in cu70 and assign your charecteristic value to it.
    7.create batch serch strategy in MBC1 for access sequence(plt/matrl/mvt typ) create a condition record.
    8.Do a GR using 501 and enter SLED related details.(production date and exp date values)
    Repeat the above step and enter diffrent values for SLED details.
    So now two batches are created with SLED as the charecteristic.
    9.Do a GI using 201 mvt tye in MB1A and enter * in batch field(system will determine the batch using the SLED value basedon the criteria(ascending or descending which was set in the sort rule.)
    (or)
    view this thread
    Re: Batch Search
    Reg,
    Deepak

  • ORA-28232: invalid input length for obfuscation toolkit

    hi,
    i am facing this error when i enterd more then 8 charecter in the input string.
    ORA-28232: invalid input length for obfuscation toolkit
    why i cant user more then 8 charecter for password.?

    Rajnish Chauhan wrote:
    hi,
    i am facing this error when i enterd more then 8 charecter in the input string.
    ORA-28232: invalid input length for obfuscation toolkit
    why i cant user more then 8 charecter for password.?
    28232, 0000, "invalid input length for obfuscation toolkit"
    // *Cause:  Length of data submitted for encryption or decryption is not a
    //          multiple of 8 bytes.
    // *Action: Make sure that the length of the data to be encrypted or decrypted
    //          is a multiple of 8 bytes.since you did not share with us exactly what you did, we can say exactly what you did wrong.
    How do I ask a question on the forums?
    SQL and PL/SQL FAQ

  • Invalid charecters

    I need a validation message that when user send the invalid charectore as value to database invalid charectors thru send function a warning message is given that invalid values such as 'ABCD' charecter cannot be send.
    Currently when invalid charecters are entered and send to server a message comes that all data is send, (even though invalid charecters are not really send).
    How to ensure a warning message is given when invalid charecers are send to database.
    Appreciate inputs.
    Regards,

    Hi,
    you must write VBA code, something like this and put it in a module in a module (eventually adding boolean and if ok send data)
    Sub Pulsante1_Click()
        checkChar ("sa°l")
    End Sub
    Function checkChar(in_put As String)
    Dim charToExclude()
    Dim i, j As Integer
    charToExclude() = Array(",", "%", "/", "°", ".", "(", ")", ";", "!", "+", "^", "&", "", "?", "]", "[", "{", "}")
    For i = 1 To Len(in_put)
        For j = 0 To UBound(charToExclude()) - 1
            If Mid(in_put, i, 1) = charToExclude(j) Then
                MsgBox Str(i) + " character cannot be send", vbCritical + vbOKOnly, "Error Message"
            End If
        Next j
    Next i
    End Function
    Kind regards
    Roberto

  • (invalid encoding)

    Okay so I have this problem with invalid characters. For ex. I have an external hdd that i have used on windows and on debian/ubuntu and some of my folders contains åäö, but i get a "?" . And it is the same with gnome terminal but there i can change the charecter encoding to unicode(UTF-8) and then i works fine, but it keeps jumping back to the old charecter settings.
    In rc.conf i use "en_US.UTF8" and have tried "en_US"
    (Sorry for any miss spelling)

    catwell wrote:
    Yes, by the way I'm working on Debian (what a pain...) at the moment and I noticed the names of the locales were not the same. For example, where in Arch it's en_US.utf8, in Debian it's en_US.UTF-8. This caused a few bugs when I tried to use my Arch-based scripts...
    /dev/sdxy /mnt/part vfat user,noauto,iocharset=utf8 0 0
    I know, but since this is archlinux.org...
    And I realy hate distroes that uses 'custom' names for the encoding, including that arch call it UTF-8 in locale.gen (not that that's arch's fault afaik)

  • Error while running a query-Input for variable 'Posting Period is invalid

    Hi All,
    NOTE: This error is only cropping up when I input 12 in the posting period variable selection. If I put in any other value from 1-11 I am not getting any errors. Any ideas why this might be happening?
    I am getting the following error when I try and run a query - "Input for variable 'Posting Period (Single entry, mandatory)' is invalid" - On further clicking on this error the message displayed is as follows -
    Diagnosis
    Variable Posting Period (Single Value Entry, Mandatory) is used as a lower limit (X) and an upper limit () in an interval selection. This limit has the value #.
    System Response
    Procedure
    Enter a different value for variable Posting Period (Single Value Entry, Mandatory). If the value of the other limit is determined by another variable, you can change its value also.
    Procedure for System Administration

    OK.
    Well, if the variable is not used in any interval selection, then I would say "something happened to it".
    I would make a copy of the query and run it to check if I get the same problem with period 12.
       -> If not, something is wrong in the original query (you can proceed as below, if changes to original are permitted).
    If so, then try removing the variable completely from the query and hardcode restriction to 12.
       -> If problem still persists, I would have to do some thinking.
    If problem is gone, then add the variable again. Check.
       -> If problem is back, then the variable "is sick". Only quick thing to do, is to build an identical variable and use that one.
    If problem also happens with the new variable, then it's time to share this experience with someone else and consider raising an OSS.
    Good luck!
    Jacob
    P.S: what fisc year variant are you using?
    Edited by: Jacob Jansen on Jan 25, 2010 8:36 PM

  • Payables Open Interface Purge completes with error "Invalid Cursor"

    Hello,
    I'm trying to run Payables Open Interface Purge (version 115.8) and get an invalid cursor error in the beforereport trigger. Does anyone know the cause and remedy of this? A portion of the log is below. I've looked at the cursor and everything looks fine to me.
    MSG-00001: (Import_purge 1) Check control table for the purge process
    MSG-00001: (Check_control_table 1) Lock the control table
    MSG-00003: (Check_control_table 2) Fetch import_requests
    MSG-00004: (Check_control_table 3) Check concurrent program status
    MSG-00999: FUNCTION GET_REQUEST_STATUS ERROR, Reason:
    MSG-00999: FND_CONCURRENT.GET_REQUEST_STATUS<-Check_control_table<-Import_purge<- Before report trigger <- APXIIPRG
    MSG-00999: check_control_table<-Import_purge<- Before report trigger <- APXIIPRG
    MSG-00999: (Import_purge 1) Check control table for the purge process
    MSG-00999: Delete record in control table..
    MSG-00999: ORA-01001: invalid cursor
    REP-1419: 'beforereport': PL/SQL program aborted.
    Thank you.

    I'm trying to run Payables Open Interface Purge (version 115.8) and get an invalid cursor error in the beforereport trigger. Does anyone know the cause and remedy of this? A portion of the log is below. I've looked at the cursor and everything looks fine to me.
    MSG-00001: (Import_purge 1) Check control table for the purge process
    MSG-00001: (Check_control_table 1) Lock the control table
    MSG-00003: (Check_control_table 2) Fetch import_requests
    MSG-00004: (Check_control_table 3) Check concurrent program status
    MSG-00999: FUNCTION GET_REQUEST_STATUS ERROR, Reason:
    MSG-00999: FND_CONCURRENT.GET_REQUEST_STATUS<-Check_control_table<-Import_purge<- Before report trigger <- APXIIPRG
    MSG-00999: check_control_table<-Import_purge<- Before report trigger <- APXIIPRG
    MSG-00999: (Import_purge 1) Check control table for the purge process
    MSG-00999: Delete record in control table..
    MSG-00999: ORA-01001: invalid cursor
    REP-1419: 'beforereport': PL/SQL program aborted.11i: Payables Open Interface Invoice Import Troubleshooting Guide (APXIIMPT) [ID 107628.1] -- 3. Open Interface Import Purge Fails with ORA-01001: Invalid Cursor
    Thanks,
    Hussein

  • I cant update nor download any applications. My password was always invalid. And other username is prompted richardca0521@yahoo.ca which is not my account. How to get rid of this apple id and use my account for download? I have registered this to itunes.

    I can't update nor download any apps in itunes. Prompted invalid password, upon checking the apple id was not mine. The id was [email protected] whic is not mine. Pls. Help how to get rid of this. Thank you.

    try and delete the apps and re-add them

  • How, can I fix my icloud account  !! It keeps saying that my account is InValid/account is disabled ? How can  I Inabled my account ?

    My Apple ID password for icloud / I have reset it and still my Account is Disabled ?
    MY icloud account for iTunes App Store ,keeps saying my account is invalid / disabled to contact " Customer Service" in the iTunes store?
    How do I fix this ? I've reset my iPad truned icloud App Store off or sign out of apple then signed back in with my new ID or Password!

    Goonercole wrote:
    Ok if my iTunes account is disabled how do I get it enabled please
    I told you in the first post:
    "If changing your password does not work, then contact itunes support."

  • Getting ora:00904 invalid indentifier error while running i query

    Hi,
    I have a remote database and local database both are oracle 10gR2.Now i have written the below mentioned query in my local database and is working fine,but in case remote database it is throughing error ora:00904 invalid indentifier.
    I had export the dump from remote db and import it on my local db and i tried the same and it is working fine on local after that also.
    As i believe that this error usually come for column name not exist or column name or it's length or for any special character in column name of the table.But as i said it is working fine on local db but not in remote db though i am using the same dump for local and remote.
    Though when i am querying the table i can able to fetch data for the any record but when i am using the below mentioned query for the same i am getting the error.As i am doing this to fecth the data for child parent related relationship.
    Can any one suggest is there anything related to configaration or something else.
    Please do let me know if you do want some more information on the query what i am doing inside of it.
    Rgds,
    Anit
    Edited by: Anit A. on Sep 1, 2008 2:32 AM
    Edited by: Anit A. on Sep 1, 2008 2:33 AM

    WITH t
    AS
    SELECT decode(t.spnlevel
    ,3,t.u_quotesdtlid
    ,2,decode((select count(*)
    from u_quotesdtl t2
    where t2.u_quotesdtlid = t.u_quotesdtlid
    and t2.parentspn = (t2.jobgroupid||':'||t2.jobtype)
    ),0,(select t1.u_quotesdtlid
    from u_quotesdtl t1
    where t1.spnitemcode = t.parentspn
    and t1.spnlevel = '3'
    and t1.jobtype = t.jobtype
    and t1.jobgroupid = t.jobgroupid
    and t1.QUOTEID = t.QUOTEID
    ),t.u_quotesdtlid
    ,1,decode((select count(*)
    from u_quotesdtl t2
    where t2.QUOTEID = t.QUOTEID
    and t2.parentspn = (t2.jobgroupid||':'||t2.jobtype)
    ),0,t.u_quotesdtlid,decode((select count(*)
    from u_quotesdtl t3
    where t3.QUOTEID = t.QUOTEID
    and t3.parentspn = (t3.jobgroupid||':'||t3.jobtype)
    and t3.u_quotesdtlid in (select t1.u_quotesdtlid
    from u_quotesdtl t1
    where t1.spnitemcode = t.parentspn
    and t1.spnlevel = '2'
    and t1.jobtype = t.jobtype
    and t1.jobgroupid = t.jobgroupid
    and t1.QUOTEID = t.QUOTEID
    ),0,(select t4.u_quotesdtlid
    from u_quotesdtl t4
    ,(select t1.parentspn
    ,t1.jobtype
    ,t1.jobgroupid
    from u_quotesdtl t1
    where t1.spnitemcode = t.parentspn
    and t1.spnlevel = '2'
    and t1.jobtype = t.jobtype
    and t1.jobgroupid = t.jobgroupid
    and t1.QUOTEID = t.QUOTEID
    ) t5
    where t4.spnitemcode = t5.parentspn
    and t4.spnlevel = '3'
    and t4.jobtype = t5.jobtype
    and t4.jobgroupid = t5.jobgroupid
    and t4.QUOTEID = t.QUOTEID
    (select t1.u_quotesdtlid
    from u_quotesdtl t1
    where t1.spnitemcode = t.parentspn
    and t1.spnlevel = '2'
    and t1.jobtype = t.jobtype
    and t1.jobgroupid = t.jobgroupid
    and t1.QUOTEID = t.QUOTEID
    ,null,t.u_quotesdtlid) as parentquoteid
    ,t.u_quotesdtlid as quotesdtlid
    ,t.spnlevel as spnlevel
    FROM u_quotesdtl t
    WHERE t.QUOTEID ='som key id'
    ORDER BY parentquoteid,t.spnlevel desc
    select * from t;

  • An error has occurred:Invalid postback or callback argument in InfoView

    Hi Friends,
    When i try to change the parameter values and click OK button while scheduling a report in InfoView, i am getting the following error:
    An error has occurred:Invalid postback or callback argument. Event validation is enabled using in configuration or in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager. RegisterForEventValidation method in order to register the postback or callback data for validation.
    Till now i have not find any good solution for this. Please help in providing any better solutions to fix this.
    Edited by: Shivananda Puli on Aug 6, 2010 11:55 AM
    Edited by: Shivananda Puli on Aug 6, 2010 11:55 AM

    This forum is for questions in regards to using the SDK within a custom application, since you are using Infoview, please post this in the applicable forum under the [Business Objects|/community [original link is broken]; section

  • Error while attaching document to report on Portal - Invalid selection valu

    Hello All,
    We are running our reports on Portal and as per the business requirement the users have to create comments or attach documents to certain amounts in certain columns and once they create the comment a document icon shows up near that amount (for example there are 3 columns Budget, actual, balance then the user have to create comment for some amounts which needs explanation) they do that from context menu  Documents -> Create new Comment.
    Now we want those documents to be saved on Infoprovider level and not on master data for any particular object. We have activated the flag "Characteristic is document property" on related infoobjects. We have the flag to display document icon on Infoprovider active in the web template. Now when I run the report I am able to create new comments on first two columns and when the report refreshes it shows me icon near that amount but it gives me errors on third column after the report refreshes itself. Now when I go in portal KM repository where documents are stored I do see the document that I created for the third column as well so looks like the document is getting created and being stored but the issue is when it tries to display the icon on that third column.
    The error I get is this:
    The initial exception that caused the request to fail was:
    Invalid selection value:  AttributeMember
    com.sap.ip.bi.bics.dataaccess.resource.impl.bi.exceptions.BicsResourceBwRuntimeException: Invalid selection value:  AttributeMember
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.selection.ProviderRange.setLowForced(ProviderRange.java:297)
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.selection.ProviderRange.setLow(ProviderRange.java:291)
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.selection.ProviderRange.set(ProviderRange.java:469)
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.selector.selection.SingleMember.set(SingleMember.java:125)
    at com.sap.ip.bi.km.common.assignment.AssignmentMember.isContained(AssignmentMember.java:192)
    Please give some inputs if anyone is facing same problem or is anyone has worked previously with this kinda of stuff.
    Thanks in advance.
    Kiran

    Hi!
    Have you solved this problem? I have the same problem after a SPS implementation (SPS 17). The message appears when we select a single value in a DP (hierarchical filter item) that filters another one, but when I select a node it doesn't.
    Before the patch implementation the apliccation worked ok.
    Any idea?
    Thanks in advance.
    Jose

Maybe you are looking for