Non-permitted Aggregates error

Hi...All
I need to Vendor Evaluation data to the Cube 0PUR_C02.
I have installed the Cube from the Business Content.
while Activating the same I got a messages that Some of  the KeyFigures of this cube (e.g. 0QA_SCORE_1, 0QA_SCORE_2, 0SHIP_NOT_2 etc) are with a non-permitted Aggregates NOP.
Plz suggest me how to over come this.
Thanks & Regards
Jonn

Hi
Follow this ... hope your error will be solved.
Go to Rsa1 in BI -
> Source system -
> select the source system and right click -
> Transfer Global Settings -
> then select Fiscal Year Varients and execute.
now the changes made in your source system will be added to your system.
after that refresh the system and start loading the data. hope your error will be solved.
santosh

Similar Messages

  • Error "Non-permitted posting period 013"

    Hi expert
    When I try to load the data with datasource 3EC_CS_1A, I get the error "Non-permitted posting period 013".
    This Datasource request input Fiscal Year/Period before load data, I input Fiscal Year/Period from 2000001 to 2011012 and get above error.
    If I input fiscal Year/Period from 2000001 to 2010012, datasource load OK
    I checked datasource in ERP (TCODE RSA3) with Fiscal Year/Period from 2000001 to 2011012 is datasource have 90 records (sucessfull)
    I don't know why datasource has loaded fail with Fiscal Year/Period from 2011 to now.
    I checked in OB29, Fiscal Year Variant config for Period from 001 to 016.
    Please help me solve this problem.
    Thanks

    Hi
    Follow this ... hope your error will be solved.
    Go to Rsa1 in BI -
    > Source system -
    > select the source system and right click -
    > Transfer Global Settings -
    > then select Fiscal Year Varients and execute.
    now the changes made in your source system will be added to your system.
    after that refresh the system and start loading the data. hope your error will be solved.
    santosh

  • "Schema validation found non-data type errors" error when passing a string value to date field in infopath

    Hi,
    I have an infopath web brower enabled form. In the form i have a date field.
    I am passing the data from the database to that field using the C# code.
    But, as the field from database is coming as string, i am getting an error, and i am not able to assign the value.
    I get the date value from database as "3/25/2011 12:00:00 AM"
    I used the below code:
    [CODE]
    if (objInfopathFormcData.myRecievedDate != null)
      myRoot.SelectSingleNode("/my:myFields/my:field97", NamespaceManager).SetValue(objInfopathFormcData.myRecievedDate);
    [/CODE]
    I am getting the error as "Schema validation found non-data type errors".
    How to set the value for a date field in Infopath.
    Thank you

    HI,
    I fixed it:
    Below code is used to fix:
    [CODE]
    XPathNavigator xfield = null;
    DateTime dtmyRecievedDate;
    dtmyRecievedDate = Convert.ToDateTime(objInfopathFormcData.myRecievedDate);
    if (objFormcData.FcCompletionDate != null)
    xfield = myRoot.SelectSingleNode("/my:myFields/my:field97", NamespaceManager);
    DeleteNil(xfield);
    xfield.SetValue(dtmyRecievedDate.GetDateTimeFormats().GetValue(5).ToString());
    // method to delete xsi:nil
    private void DeleteNil(XPathNavigator nav1)
    if (nav1.MoveToAttribute("nil", "http://www.w3.org/2001/XMLSchema-instance"))
       nav1.DeleteSelf();
    [/CODE]
    Thank you

  • Receiving non system disk error when trying to install Windows 8.1 full version on Mac Mini

    I am trying to install Windows 8.1 full version on a Late 2012 Mac Mini using OS X 10.9.2 using boot camp.
    The windows partion has been created  but when the mac mini reboots I receive a Non System Disk error. Press any key to continue
    Please could someone assist with my problem

    Thanks for that information, I removed all the external devices except the Superdrive. 
    Ran Boot camp again, created the MS Dos partition, and the mac restarted.
    Now I have received the "No bootable device -- insert boot disk and press any key"
    Please help

  • SMCnsnmp in shared-ip non-global zone errors due to duplicate I/F index

    Hi all,
    I have Solaris 10 zones using the shared-ip model, with Net SMTP installed in the global and non-global zones.
    Smtpd starts normally in the global zone, but fails to start in the non-global zones, reporting this error ...
    $ sudo tail /zones/roots/uxNNNz4/root/var/log/snmpd.log
    error on subcontainer 'interface container' insert (-1)
    error on subcontainer 'interface container' insert (-1)
    error on subcontainer 'interface container' insert (-1)
    error on subcontainer 'interface container' insert (-1)
    error on subcontainer 'interface container' insert (-1)
    error on subcontainer 'interface container' insert (-1)
    error on subcontainer 'interface container' insert (-1)
    error on subcontainer 'interface container' insert (-1)
    error on subcontainer 'interface container' insert (-1)
    error on subcontainer 'interface container' insert (-1)
    This error was reported on OpenSolaris some time ago, reference ...
    (http://prefetch.net/blog/index.php/2009/05/10/net-snmp-should-now-work-in-an-opensolaris-non-global-zone) ...
    Net-snmp does not work in an opensolaris non-global zone:
    +"error on subcontainer ‘interface container’ insert (-1)"+
    These errors are caused by opensolaris bug #6640675, which causes all interfaces to be assigned an index value of 0 (this leads net-snmp to think there are duplicate interfaces). The fix was just integrated into Nevada, so hopefully the code will be back ported to Solaris 10.
    Example ifconfig in global zone (note index 2 for global and shared-ip VIPs)...
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    lo0:1: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    zone ux560z1
    inet 127.0.0.1 netmask ff000000
    lo0:2: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    zone ux560z2
    inet 127.0.0.1 netmask ff000000
    lo0:3: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    zone ux560z3
    inet 127.0.0.1 netmask ff000000
    lo0:4: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    zone ux560z4
    inet 127.0.0.1 netmask ff000000
    nxge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 172.25.4.2 netmask fffffc00 broadcast 172.25.7.255
    ether 0:21:28:ba:9e:e4
    nxge0:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    zone ux560z1
    inet 172.25.4.3 netmask fffffc00 broadcast 172.25.7.255
    nxge0:2: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    zone ux560z2
    inet 172.25.4.4 netmask fffffc00 broadcast 172.25.7.255
    nxge0:3: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    zone ux560z3
    inet 172.25.4.5 netmask fffffc00 broadcast 172.25.7.255
    nxge0:4: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    zone ux560z4
    inet 172.25.4.6 netmask fffffc00 broadcast 172.25.7.255
    QUESTIONS:
    1. Has the bug been reported for Solaris 10 ?
    2. Is a Solaris 10 patch available ?
    3. Is there a work-around or other ideas to get SMTP working in a Solaris shared-ip zoned.
    4. Exclusive-IP should fix it, but does that require a dedicated NIC per zone ?
    Thank You,
    KW

    The CR you cite: 6640675
    was fixed in S10 over a year ago. You'll need a contract to get the patch.

  • Non permitted characters-data loading

    In our system, we have a data issue where many records present in the entry level tables (Extraction Layer) have non-permitted characters in text fields.
    we introduced a routine to filter these - but already existing ones will bring problems during the init.
    for this we need a very tricky abap.
    we have a FM to replace wrong characters.
    So now I want to loop a whole databasetable and use the FM against a certain table field
    We did something like that  with abap already. But the biggest issue is that the tables consist of several million records - so we run into memory problems.
    can you please provide a suggestion on how to handle this?
    Your help will be appriciated

    hi  USER1249,
    what about to use standard BW functionality - permitted characters - TA RSKC.
    Via this you can maintain a set of permitted characters which will not be rejected by BW while loading.
    BR
    m./

  • Non-Permitted posting period 013

    Hello Experts,
    When we try to load the data in BW after upgrade of ECC system we are getting the below issue.
    Non-Permitted posting period 013.
    Kindly help
    Thanks and Regards,
    Priya

    Hi,
    By default, SAP sets the number of posting period to 12 in an year.
    In order to allow periods more than that please customize the same in TCODE OB29.
    Though you can do the same in BW as well, but when you transfer global settings , it gets overwritten , so its better to keep R/3 and BW in sync.
    -Vikram

  • How many situation will Aggregate Error occurs in Content Services?

    Hi
    while uploading files into content services its giving Aggregare error ?
    but no category, have the full access and no exceeds to library quota?
    how many situalltion will aggregate error occurs in content services while uploading?
    how can i resolve this problem in content services.
    Thanks in Advance

    Typically aggregate errors are thrown for Bulk operations. A bulk operation is one where you tend to operate on multiple items (Folder, Documents) at a time. FileManager.createDocuments() , FileManager.delete(list of docs) are examples of this.
    Ravikiran

  • Catia V5R21 package deployment on windows 7 x64 doesn't complete - Non fatal execution error 0x87d01100

    I am trying to deploy Catia V5R21 on windows 7 x64 machines, deployment starts but doesn't not complete using sccm2012 R2
    I can deploy software to windows 7 32bit machine fine using sccm2012 R2. Also manual install on windows 7 x64 works fine.
    here is the script I am using-
    cmd /c install.cmd
    xcopy "IBM LUM Directory" "C:\ProgramData\" /E /C /R /H /K /Y
    1\win64\startb.exe -u "c:\program files\Dassault Systemes\R18" -newdir -ident R18 -D "C:\ProgramData\DassaultSystemes\CATEnv" -l "DIC.slt" -v -noreboot
    I can see files copied over client machine and "c:\program files\Dassault Systemes\R18" get created, also an entry appear in control panel>programs and feature.
    Problem I am having is deployment doesn't complete. 
    I checked logs under Execmgr.log on client machine and found errors 
    Raise Program Error Event for program Catia. The exit code is 55, the execution is FailureRetry
    Non fatal execution error 0x87d01100 encountered for program Catia V5R21
    I can't see program installed under All Programs and SCCM monitoring status stuck in progress 
    Any help will be greatly appreciated..
    Thanks in advance
    RJ
    RJ09

    I have tried following suing start /wait 
    start /wait xcopy "IBM LUM Directory" "C:\ProgramData\" /E /C /R /H /K /Y
    1\win64\startb.exe -u "c:\program files\Dassault Systemes\R18" -newdir -ident R18 -D "C:\ProgramData\DassaultSystemes\CATEnv"
    -l "DIC.slt" -v -noreboot
    same results, deployment failed with exit code 55 and slight different error
    IMaintenanceCodeinator::GetState failed with error code 0x87d00317
    Monitoring status is In Progress..
    RJ09

  • InfoPath - "Schema validation found non-data type errors." at XmlWriter.Close()

    Greetings, 
    I'm creating a form that allows for emailing attachments however I am having an issue. When I try to attach a file, I get an "Schema validation found non-data type errors." error message. It seems like it's something with the XML structure and
    I cannot find anything wrong. 
    Here is the code:
    string myNamespace = NamespaceManager.LookupNamespace("my");
    using (XmlWriter writer = MainDataSource.CreateNavigator().SelectSingleNode("/my:myFields/my:Email/my:AttachmentGroup", NamespaceManager).AppendChild())
    //Write to XML
    InfoPathAttachmentEncoder myEncoder = new InfoPathAttachmentEncoder(currentFile);
    writer.WriteStartElement("Attachments", myNamespace);
    writer.WriteElementString("attachment", myNamespace, myEncoder.ToBase64String());
    writer.WriteElementString("attachmentCheckbox", myNamespace, "false");
    writer.WriteEndElement();
    writer.Close();
    Here is the structure of the XML (root node is myFields):
    <my:Email>
    <my:AttachmentGroup>
    <my:Attachments>
    <my:attachment xsi:nil="true"></my:attachment>
    <my:attachmentCheckBox>false</my:attachmentCheckBox>
    </my:Attachments>
    </my:AttachmentGroup>
    <my:emailAddress>[email protected]</my:emailAddress>
    <my:subject>Paychex ESR Services Paperwork</my:subject>
    <my:body/>
    <my:selectAll>false</my:selectAll>
    </my:Email>
    Attachments is the repeating group in this case.
    Can anyone spot where the error is coming from?
    Thanks!

    HI,
    I fixed it:
    Below code is used to fix:
    [CODE]
    XPathNavigator xfield = null;
    DateTime dtmyRecievedDate;
    dtmyRecievedDate = Convert.ToDateTime(objInfopathFormcData.myRecievedDate);
    if (objFormcData.FcCompletionDate != null)
    xfield = myRoot.SelectSingleNode("/my:myFields/my:field97", NamespaceManager);
    DeleteNil(xfield);
    xfield.SetValue(dtmyRecievedDate.GetDateTimeFormats().GetValue(5).ToString());
    // method to delete xsi:nil
    private void DeleteNil(XPathNavigator nav1)
    if (nav1.MoveToAttribute("nil", "http://www.w3.org/2001/XMLSchema-instance"))
       nav1.DeleteSelf();
    [/CODE]
    Thank you

  • SSRS countrow Aggregate error(Aggregate and lookup functions cannot be used in query parameter expressions.)

    Below expression works fine with text box but gives error in dataset expression.
    ="SET FMTONLY OFF select  "+ join(Parameters!Column.Value,",") +" FROM pamcustom.dbo.vw_HFL_HFD_HotfileData INNER JOIN pamcustom.dbo.HFL_HFB_HotFileBatch  on BatchID = HFB_intBatchID where BatchID ="+Parameters!BatchId.Value+"
    and "+Parameters!cmbTranType.Value+" "+ iif(CountRows("DS_Aml_Mnr_Iss_Desc")=Parameters!Mnr_Iss_Desc.count," "," and aml_mnr_iss_desc in "+"('" & join(Parameters!Mnr_Iss_Desc.Value,"','")
    & "')")+iif(CountRows("ds_ReportingCategory")=Parameters!ReportingCategory.count," "," and ReportingCategory in "+"('" & join(Parameters!ReportingCategory.Value,"','") & "')")+iif(CountRows("ds_NAICSubGroup")=Parameters!NAICSubGroup.count,"
    "," and naicsubgroup in "+"('" & join(Parameters!NAICSubGroup.Value,"','") & "')")+iif(CountRows("ds_PortTrading")=Parameters!PortTrading.count," "," and porttrading in "+"('"
    & join(Parameters!PortTrading.Value,"','") & "')")+iif(CountRows("ds_GL_LE")=Parameters!GL_LE.count," "," and gl_le in "+"('" & join(Parameters!GL_LE.Value,"','") &
    "')")+iif(CountRows("ds_coagroup")=Parameters!cmbCoaGrp.count," "," and coagroup in "+"('" & join(Parameters!cmbCoaGrp.Value,"','") & "')")+iif(CountRows("Portfolio")=Parameters!cmbPort.count,"
    "," and portfolio in "+"('" & join(Parameters!cmbPort.Value,"','") & "')")+IIf(IsNothing(Parameters!txtSecID.Value)," "," and secid in ('"+Replace(Parameters!txtSecID.Value,",","','")+"')")+iif(IsNothing(Parameters!minPortFilter.Value)
    and IsNothing(Parameters!MinPort.Value)," "," and portfolio "+Parameters!minPortFilter.Value+Parameters!MinPort.Value)+iif(IsNothing(Parameters!maxPortFilter.Value) and IsNothing(Parameters!MaxPort.Value)," ","
    and portfolio "+Parameters!maxPortFilter.Value+Parameters!MaxPort.Value)+iif(IsNothing(Parameters!minCoaFilter.Value) and IsNothing(Parameters!txtMinCoa.Value)," "," and portfolio "+Parameters!minCoaFilter.Value+Parameters!txtMinCoa.Value)+iif(IsNothing(Parameters!maxCoaFilter.Value)
    and IsNothing(Parameters!txtMaxCoa.Value)," "," and portfolio "+Parameters!maxCoaFilter.Value+Parameters!txtMaxCoa.Value)
    I guess the error " Aggregate and lookup functions cannot be used in query parameter expressions." is because I am using CountRow to ensure that if all values of multi select all selected i will not use that filter in where clause.
    Pls. guide...

    Hi, Include your parameter total count in the dataset for parameter and instead of using countrows() function use the count from dataset in the expression.
    Hope this helps.........
    Ione

  • Converting from a Business View connection to a non-Business View Error

    I have CR 2008 report with SP1. The report has a sub report. The main report is based off of a BV but the sub report is using an ODBC connection. When I try to update the ODBC connection I recieve an error message telling me that:
    Quote:
    "Converting from a Business View connection to a non-Business View connection is not supported."
    I am do not want to update the BusinessView just the ODBC connection for the subreport.

    Hi Michael,
    When you try to update both the Business views and ODBC connection you will be  prompted for  those errors.
    You need to break the link  in the report and update the connections individually.
    Thanks,
    Naveen.

  • Non-stockable items - Error of G/L Account - ( Error No - ME45 )

    Hi MM Experts,
    While creating PO for Non-stockable items I am getting one error which says that - " You can not enter G/L account directly for the controllling area/ Co. Code".
    Can u pls. help on this issue..
    Thanks & Regards,
    Mahesh

    Dear Karthik,
    There was an logic in the idoc processing for the text segment of the idoc.
    If some text/number avaialble in this segment (text) then system will check for the first 4 characters as chart of accounts and next 3 characters as transaction and look for the GL account in the T030 table of the OBYC.
    In my case there was a space (more than 4+3=7) and system was taking 4 spaces as COA and 3 spaces as transaction key and looking for the GL account in T030 table. And unfortunately there was an blank entry in T030 table and due to this system unable to find the GL account for this combination (Spaces).
    To resolve this issue go to SE16 and give table name EDID4 and give the segment name (segment of text field) and idoc number and search. You will get all the text related segments and try to find the segment having Space before the text/numeric filled in that segment.
    There after edit the IDOC and remove the space from the text field of the segment and try to re-process the IDOC from BD87 transaction code.
    Regards,
    Syed Abdul Mazid

  • Non-numeric character error

    This is my error:
    javax.servlet.ServletException: ORA-01858: a non-numeric character was found where a numeric was expected
    This is my code:
    ResultSet myRs = myStmt.executeQuery("select count(*) dexCount from cs_dexia where userid = '" + vUserid + "'");
              int vCount = 0;     
                   while(myRs.next()){
                        vCount = myRs.getInt("dexCount");
              out.println(vCount);
                   if(vCount > 0)
                   response.sendRedirect("swapform.jsp");
    What have I done wrong?

    I have changed that and am now getting:
    javax.servlet.ServletException: ORA-00904: invalid column name
    the query runs in my sql tool no problem, could it be something to do with the alias?

  • 0CUSTOMER data from Unicode R/3 to Non-Unocode BW Error

    Hi,
    I am getting error data when extracting 0CUSTOMER_ATTR.
    the error is similar to SDN Link: [Extraction from a unicode ERP to a non unicode BW|Extraction from a unicode ERP to a non unicode BW]
    We don't have any Languages installed at present.
    we are getting this error for Chinese char. In the above link there is a mention to do Initialization of SPRAS in INCLUDE ZXRSAU02. Can anyone explain this.
    in the Table T002: SPRAS=ZH is set to Chinese; if we initialize to ZH how about other languages.
    Please Suggest.
    Thanks,
    Joseph M

    Did anyone face similar issue...

Maybe you are looking for

  • My music has disappeared how to get it back - in simple lasnguage?

    My Itunes has lost all my music except a couple of albums. How do I get it back - I have seen the link about selecting and copying the previous libraries - but I am missing something - can it be explained a bit easier?

  • About MCVA Report

    Hi, Can anyone explain about the utility of the standard report run through the MCVA transaction code? What details does this Report provides? It would be great if you can throw some light on this topic. Thanks much. Sophia Xavier

  • Restiction of Production Order Operation Confirmation

    Dear Friends, I need to restrict Production Order Confirmation among Production & Quality Control users i.e. production order contains both Production as well as Quality Inspection operations. I want to put restriction such that Production people sho

  • Omwb can't connect to repository

    Hi I download omwb from otn for my Oracle9.2.0.4 on RH Linux9. i already create a new repository,and bring up the OEM.Then I run ./omwb.sh,however I found I can't connect to repository. username:system password:******* Host:XXXXX Port:1521 SID:OEMREP

  • Urgently seek the solution of this code

    this code is using the SOAP for message transmission class checkData is on the server side, fetch information from database. class Transport is on the client side, make the SOAP "call" I use UtilSnoop to fetch the message between server and client, w