EC-CS - Problem with rollup in consolidation

Hello SAP Guru,
We have a manufacturing client who went live last month with a technical upgrade from 4.6C to ECC 6.  We use EC-CS and are in the middle of completing our first month-end process.  We encountered a problem during profit centers rollup (transaction CXCD).  During the data upload step, all the profit centers rollup correctly except one: a dummy profit center for the company code 1000.  Data is not loaded in that receiving consolidation unit associated with the dummy sending profit center.  The same CXCD transaction worked without problem in SAP 4.6C - for all other consolidation units/profit centers.
In fact we noticed that when we ran transaction CXNT against the problem consolidation unit, it showed that that "consolidation unit was NOT already integrated".  We can't get that consolidation unit to "integrate". 
The client produced Balance Sheet and P&L statement by profit centers. We tried everything and have exhausted all avenues.  If you can give some leads/suggestions where else we can investigate, it's much appreciated.
Thank you

Hi,
I've got the same issue but it seems that mine AppId is set correctly?
Following Situation --> tested everything with beta app in store --> everything worked fine.
Afterwards a submitted a new app for real app store and changed the appID to new one.
Microsoft rejected my app because of unexpected app crash.
I tried to reproduce the issue and voila --> app is crashing at this line
var listing = await CurrentApp.LoadListingInformationAsync(); with
System.Exception: Exception from HRESULT: 0x805A0194
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
Anyadvice :(? Thx

Similar Messages

  • Query help - problems with ROLLUP

    I'm trying to make a query i can use for an alert, it generates sales for the past 7 days.
    This query works fine:
    SELECT
          CASE WHEN GROUPING(T0.[CardCode]) = 0
                THEN CAST (T0.[CardCode] AS CHAR(8))
                ELSE 'ALL'
          END AS Customer#,
          SUM(T0.[Max1099]) AS "Total Sales",
          SUM(T0.[GrosProfit]) AS "Gross Profit" 
    FROM OINV T0
    WHERE T0.[DocDate] >= DATEADD(dd,DATEDIFF(dd,0,GETDATE())-7,0) AND T0.[Max1099] > 0
    GROUP BY T0.[CardCode] WITH ROLLUP
    And it gives me this:
    #     Customer#*     Total Sales*     Gross Profit*     
    1     C2235              8,285.87       4,165.77            
    2     C2236           10,191.39              4,197.95            
    3     C2253                570.56               311.17          
    4     C3008           18,756.76       5,720.21            
    5     ALL                   37,804.58    14,395.10            
    Which is great. Gives me a total at the end, and substitutes "ALL" for the customer number. Lovely.
    Problem #1: I REALLY want it to give the Customer Name NEXT TO the Customer Number. But when I try to add it, i have to add it to the GROUP BY as well. Which changes the query to this:
    SELECT
          CASE WHEN GROUPING(T0.[CardCode]) = 0
                THEN CAST (T0.[CardCode] AS CHAR(8))
                ELSE 'ALL'
          END AS Customer#,    
          CardName as "Cust Name",     
          SUM(T0.[Max1099]) AS "Total Sales",
          SUM(T0.[GrosProfit]) AS "Gross Profit"
    FROM OINV T0
    WHERE T0.[DocDate] >= DATEADD(dd,DATEDIFF(dd,0,GETDATE())-7,0) AND T0.[Max1099] > 0
    GROUP BY T0.[CardCode], T0.[CardName] WITH ROLLUP
    And changes my output to THIS:
    #     Customer#     Cust Name                             Total Sales     Gross Profit     
    1     C2235             Acme Products                      8,285.87               4,165.77     
    2     C2235          (blanks blanks)                        8,285.87               4,165.77     
    3     C2236             Some Other Products             10,191.39               4,197.95     
    4     C2236          (blanks blanks blanks)            10,191.39               4,197.95     
    5     C2253             Third Customer Name             570.56                  311.17     
    6     C2253          (blanks blanks blanks)                570.56                  311.17     
    7     C3008             Fourth Customer Name       18,756.76       5,720.21     
    8     C3008          (blanks blanks blanks)                                               18,756.76       5,720.21     
    9     ALL                                                                  37,804.58     14,395.10     
    ( I have replaced actual customer names, of course, and replaces actual blanks with the word 'blanks' so it would be more legible.)
    I can't figure out a way to simply list the customer name next to the number. Instead , it gives me a summary for the CardCode and a summary for the CardName.
    I've tried combining the two into one field, on the fly, but haven't been successful.
    Problem #2 - extra credit!
    If i really want this done right, i should also have a query that pulls the same data from ORIN (Credit Memos) and do a UNION ALL, but when i do this, is simply rejects me at the word "UNION"
    any and all help appreciated, and to test this, you can just cut and past the query into SAP, it will run right there, no mods needed.
    oops. I had to change the "Not Equal" symbol to just "greater than" for "Max1099" because it was just dropping the symbol...
    Edited by: Dante Amodeo on Jan 18, 2012 6:30 PM

    Try:
    SELECT CAST (T0.CardCode AS CHAR(8)) AS Customer#,
    MAX(T0.CardName) 'Customer Name',
    SUM(T0.Max1099) AS 'Total Sales',
    SUM(T0.GrosProfit) AS 'Gross Profit'
    FROM OINV T0
    WHERE DATEDIFF(dd,T0.DocDate,GETDATE())<=7 AND T0.Max1099 > 0
    GROUP BY T0.CardCode
    UNION ALL
    SELECT 'ALL','',SUM(T0.Max1099),
    SUM(T0.GrosProfit)
    FROM OINV T0
    WHERE DATEDIFF(dd,T0.DocDate,GETDATE())<=7 AND T0.Max1099 > 0

  • Problem with rollups

    We have created batch jobs for rollups on the cube to commence after the load is over. But this job gets finished in notime and job log says that "no rollups necessary". In the joblog we can also see that it tries to rollup from request 00000000, which is not present to latest request. then it says
    "Aggregation of InfoCube terminated, as end request ID 0000000000 not permitted
    Rollup is finished: Data target , from 0000185518 to 000000000
    No rollup necessary"
    When we stop the scheduled batch job and execute it manually then rollups get completed successfully.
    could anyone advise on this. Thanks in adv.

    Hi Rao,
    What is the program you are using in the batch job. May be thats what is causing the problem. May be you are not passing the correct parameter to it.
    Bye
    Dinesh

  • Exchange Server 2010 SP3 - Rollup 8 - Issue - Problems with client connections - MS Outlook 2013

    Exchange Server 2010 SP3 - Rollup 8 - Issue - Problems with client connections - MS Outlook 2013
    Detected Problems:
    - Access denied for attached mailbox (department mailbox)
    - Access denied for delete or move messages on own mailbox
    - Can't send new messages with error (Error: [0x80004005-00000000-00000000])
    Solution:
    - Rollback to Exchange 2010 SP3 - Rollup 7
    - You can rollback to Exchange 2010 SP3 - RollUp 7 in 30 min
    Algunos de los destinatarios no recibieron su mensaje.
    Asunto:     Hola
    Enviado el: 11/12/2014 8:35
    No se puede localizar a los destinatarios siguientes:
    '[email protected]' en 11/12/2014 8:35
    Este mensaje no se pudo enviar. Inténtelo de nuevo más tarde, o póngase en contacto con el administrador de red. 
    Error: [0x80004005-00000000-00000000].

    See the following forum thread: 
    https://social.technet.microsoft.com/Forums/en-US/1be9b816-b0ab-40ea-a43a-446239f8eae3/outlook-client-issues-following-exchange-2010-rollup-8

  • Hyperion Strategic Finance problem with consolidation

    Hi,
    I'm currently working with HSF version 11.1.1.1 and i have encountered some problems with the consolidator. I have a group of entities, each one with a different structure (subaccounts, dimensions, etc.) and during the consolidation process there is one (and only one) that doesn't consolidate with the others.
    The only difference between the mentioned entity and the others is that this entity use Debt Scheduler, but i have run tests using Debt Scheduler in the other entities and works perfectly.
    Any ideas?
    Greetings and thanks for your time

    FDM has adapters for loading data to both HFM and HSF. It also gives you built in audit capabilities, a powerful intuitive mapping engine and out of the box validation against HFM. You could use flat file extracts from both HFM and HSF as the sources or certainly in the case of HFM-->HSF integrations you could provide a more seamless end to end process by executing an integration script that executes against the HFM API to integrate the extract step.
    ODI certainly has HFM adapters for loading/extracting data, I'm not sure it has the smae for HSF. With ODI you will have to build the majority of the functionality, especially around mapping, it is definately more technical and not friendly enough if there is significant business community involvement in the BAU process.

  • Having a problem with eBooks in my iTunes library.

    As the title says, I'm having some problems with the iTunes library not reflecting what's actually on the disk.
    I add the ebook and it seems to add ok.  The file gets consolidated into /mymusic/books under the author correctly, but the book is missing from the library.  The book is in ePub format, and seems to have the right file extension and shows up as a file of "ePub" type in windows explorer.
    Any ideas?  Is there a way to re-build the library or a portion of it?

    Hi tony paine,
    Welcome to the Support Communities!
    The article below may be able to help you with this.
    Click on the link to see more details and screenshots. 
    iCloud: Keeping the Junk folder consistent between iCloud Mail and OS X Mail
    http://support.apple.com/kb/HT4911
    Cheers,
    - Judy

  • Problem With Business Object and printing job

    Hello,
    We are encountering a problem with the application "Business Objects FINANCE", and we would need your help quickly.
    In the application , itu2019s impossible to print Consolidated Subsidiaries nor the Securities Held. If we try so, the application freezes and we can't do anything but killing the application via the task manager.
    Though, other states can be printed without problem.
    We tried on several different PCs, and the problem occured equally on each one.
    The version installed is 10.5, and we can do any tests that you think would be useful to diagnose problem.
    Our society is AUBAY SA, and our credential to enter in your support website are : S0005386617
    In attachment youu2019ll find a screenshot of the event viewer from the server where the application is install.
    Thanks in advance for your answer,
    best regards.

    check the export parameters of the event triggering workflow.
    If there is a problem, try instantiating the object in your wf based on the key.
    Also check if the wf is able to import the data.
    regards,
    Sandeep Josyula

  • Problem with subsequent deltas after converting Full requests to Repair.

    Hi All,
    We are working on changing an existing system from loading from multiple extractors directly to a cube to loading each extractor to its own DSO and then combining the data in a 'consolidated' DSO and then on the the cube.
    To avoid downtime in the production system when we do the cut-over we have decided to do full loads of historical data up to Sept 2007 and then do delta loading from then on.
    So the steps so far have been:
    1) Full load of data to low-level DSO's. to 09 2007.
    2) Full load of data to 'consolidated' DSO.
    3) Convert Full requests in consolidated DSO to Repair Full Requests (see SAP Note 689964).
    4) Initialise Without Data Transfer to the 'consolidated' DSO.
    5) Delta Initialise from 10 2007 from the source system to the low-level DSO's.
    6) Delta from low-level DSO to consolidated DSO.
    My problem is with step 6 - no records are loaded into the consolidated DSO after delta load of data to the low-level DSO - the load process runs correctly but tells me that there was no data available.
    Can anybody see if there is a problem with my approach - I thought this was the correct way to convert from full loading to delta loading ?
    A Merry Christmas and a Happy New Year to you all
    Graham

    Hi Siva,
    Thanks for the reply.
    I understand that there is only an active table with a write-optimised DSO - but delta processing should still be possible at the request level
    (SAP Help on Write-Optimized DataStore Objects http://help.sap.com/saphelp_nw2004s/helpdata/en/b6/de1c42128a5733e10000000a155106/frameset.htm)
    Since write-optimized DataStore objects do not have a change log, the system does not create delta (in the sense of a before image and an after image). When you update data into the connected InfoProviders, the system only updates the requests that have not yet been posted.
    In my case the 'new' request loaded into the DSO have not been loaded into the connected InfoProvider, so it should be processed.
    Regards
    Graham

  • Exchange 2010 : Doubt with recipient type and problem with disappearance of the original recipient in the mail relay

    Hello. First of all, thank you very much for your attention.
    After that, I will expose the problem:
    I have a user domain called "comercial" with a corresponding mailbox "[email protected]"
    . This user
    has assigned multiple emails such as "[email protected]", "[email protected]", "[email protected]" , having as default   email "[email protected] ".
    On
    the other hand,
    another domain user
    called
    "menganito" with it's mailbox  "[email protected]" account, also has a few mail accounts "[email protected]", "[email protected]", " [email protected]"
    ...having
    as default   email "[email protected]
    The user "Comercial" is forwarding
    all of it's mails to the user "menganito".
    The problem is that "menganito" is not receiving the exact
    "comercial"
    sender email, but the email which appears by default ("[email protected]").
    "Menganito" would like to know
    from which email exactly the mails he is receiving have been sent ("[email protected]",
    or "[email protected]"
    or "[email protected]"). 
    Also, he would like to knowthe email of the original sender (from the outside of the domain) whom the user "Comercial"
    have received the email from.
    In another type of email servers (Kerio,...)
    this is not a problem, because forwarding by
    defaultis always showing
    the original sender and original receiver.
    Maybe the problem comes from the recipient type I'm using.
    Should I use another type of recipient? should I use a transport rule?
    Any idea ? Thanks again in advance.

    Hi Simon. First of all thanks for your answer.
    This happens with all accounts. I tried with news accounts and different browsers for OWA and Outlook anywhere and happens the same. Is not a cache problem
    The problem is
    when "[email protected]"(default
    and set as default answer
    account by
    exchange)
    receives
    a message in  "[email protected]" when
    forwards to "Menganito"
    this message will appear from"[email protected]"
    instead of "[email protected]".
    This happens with all accounts.
    I can understand that i can't avoid
    default reply address on the same
    domain, but also with different domains happens
    the same?
    The platform is only one clean and updated server 2012 as dc and another clean and updated server 2012 with exchange 2010 sp3 directly and after rollup 4 for exchange SP3, no previous versions and servicepacks of exchange 2010 was installed before. Before
    install exchange 2010 sp3, i installed all the filterpacks (3) and .net 3.5 and all updates that i finded for 2012 server (i tried for 2 days): No more updates for sure.  After, in powershell, i put this:
    Add-WindowsFeature NET-Framework-Core,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,Web-Mgmt-Tools,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,Web-Asp-Net,Web-Client-Auth,Web-Dir-Browsing,Web-Http-Errors,Web-Http-Logging,Web-Http-Redirect,Web-Http-Tracing,Web-ISAPI-Filter,Web-Request-Monitor,Web-Static-Content,Web-WMI,RPC-Over-HTTP-Proxy
    -Restart
    The machine and exchange works good (i3 with 4gb ram, and raid 1 1tb of HD) and the organization only has 15 mailboxes. No problems with even viewer and all is correct.
    Thanks again.

  • I recently downloaded Aperture 3 from itunes. I have a problem with faces.

    I recently downloaded Aperture 3 from itunes. I have a problem with Faces.
    In Faces Mode when a particular face is selected it is wrongly including, from the 11.5k photos in my Aperture library, people with different names and photos where people have deliberately not been named. This happens every few photos between the correctly named ones and makes Faces virtually unuseable.
    I took my 27" imac 2.8 GHz Intel Core i5 to Apple in the Trafford Centre where a patient assistant, Andy spent 2 hours trying to resolve the problem to no avail.
    In his attempts, he consolidated my iphoto library into Aperture and even reinstalled Aperture. He confirms I am using the programme properly.
    Iphoto Faces works perfectly and is used regularly by family, grandchildren etc,. I want to move away from iIphoto and use just Aperture as it is intended.
    Can anybody help.

    I have tried all aspects of the troubleshooting basics including the 1st aid section except the rebuild data basis.
    The Apple assistant at the shop suggested I contact Apple as he couldn't resolve this issue.
    His laptop also suffered a snag I also experience where the left & right hand pointers intermittently stop moving through the photos. I have to come out of Faces and back again for it to resume operating correctly.

  • Problems with transferring iTunes Library to new iMac

    I am having a problem with transferring my iTunes library to my new iMac. I have read many of the suggestions posted in this forum along with numerous articles on other sites. I have not seen anyone describe my exact problem.
    When I got my new iMac, I used Migration Assistant to transfer everything (files, applications, settings, etc.) from my old iMac to the new iMac. On my old iMac, the iTunes music folder (i.e., the actual mp3s) are on an external HD, while the iTunes Library file (the database and xml files) were in the /user/Music/ folder on the old iMac.
    After the Migration Assistant was done, the /user/music/ folder and the library files were copied to the new iMac, but the iTunes music folder was not. It is still on the external HD.
    If I open iTunes on the new iMac, iTunes shows me all of my songs, but if I play one, I get the "song can't be found; do you want to find it" error. In iTunes preferences on the new iMac, the "iTunes music folder location" is the new iMac.
    I have the 2 iMacs connected by a firewire cable, but neither iMac recognizes the other computer as being on the same network. That is, in Finder on the new iMac, I cannot see the external HD of the old iMac.
    I can't change the library location on the old iMac, because the new iMac does not appear in Finder or in the "Change Music Folder Location" dialog box.
    I want to move the music folder (the actual mp3s) from the external HD of the old iMac to the INTERNAL HD of the new iMac. I don't need to keep them on the old IMac, as I will be selling that computer. Of course, I want to keep all my playlists, artwork, etc from the old library.
    Does anyone have a suggestion?
    Thanks.

    Never mind. Figured it out. I attached external HD to new iMac and consolidated. Duh.

  • Problem with a fusion of two companies

    Hi,
    Maybe somebody can help me with my problem with implementing FICO modules in two companies which are soon going to become one company. The fusion will probably take place on 1st january, but it can be posponed as well.
    Everything is prepared to run the common mont-end closing procedures and common planning/budgeting for both companies from the 1st january.
    However, there is a great risk, that the fusion will be delayed.
    In that case I suppose it would be better to enter one separate budget for the leading company and upload the budget of the other company after the fusion takes place. These actions have influence on calculating the manufacturing cost of products. It will certainly be different before and after the fusion.
    Maybe you can advise me on this subject, wheter I should make a common budget for both companies no matter the date of fusion or make a buget in SAP only for the leading company and upload the budget of the other company after the fusion, and then recalculate the manufacturing cost of products.
    Best wishes,
    karol

    Hi,
    As of now the time frame is more than 7 months to the go live date of Jan 01st 2008. Definitely, you would have drawn up a project plan for executing this project.
    In my view if the project is on schedule, at this point of time we can still consider making a consolidated budget after fusion. And the project schedule should be monitored closely as the deadline is coming closer. However, if by Oct 01st 2007 the project is not on schedule and there is a likelihood of delay / postponement, the second option of having a separate budget for each company code can be considered.
    A contingency / back up should be prepared and this should be implemented if the original plan is not working out.
    Thanks
    Murali.

  • Problem with carry forwad

    Hi,
    I have a problem with the carry forward business rule.
    I use a consolidation application and I have checked the dimension requirements against the online help and this document http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c000fc27-8a64-2c10-f289-ed7985b4a6d4?quicklink=index&overridelayout=true and it all is set up as per the documents.
    The script I use to call the business rule is
    *RUN_PROGRAM COPYOPENING
    CATEGORY = %CATEGORY_SET%
    CURRENCY = %CONSOLVIEW_SET%
    TID_RA = %TIME_SET%
    OTHER = [ENTITY=%ENTITY_SET%]
    *ENDRUN_PROGRAM
    The error message I get from the system is
    RUN_LOGIC: Datenquelle in der Anwendung LEGAL nicht gefunden fehlgeschlagen
    which translates as
    RUN_LOGIC Datasource not found in application LEGAL
    I have also tried to define a specific datasource in the script by running it like this
    *RUN_PROGRAM COPYOPENING
    CATEGORY = %CATEGORY_SET%
    CURRENCY = %CONSOLVIEW_SET%
    TID_RA = %TIME_SET%
    DATASRC = LOAD
    OTHER = [ENTITY=%ENTITY_SET%]
    *ENDRUN_PROGRAM
    This generated the same error.
    Thanks for your help.

    Your first script logic was probably fine, but it sounds like there is something wrong with your application. Is it possible that one of the following is the case?:
    1. You don't have a datasource dimension in your LEGAL application, or you have a dimension that you have called DATASRC but it is not a datasource type dimension.
    2. Your datasource dimension doesn't have property DATASRC_TYPE or another required property defined.
    3. Your datasource dimension doesn't have a member with the required DATASRC_TYPE property value.
    In addition to the instructions you link to, the help is pretty decent: [http://help.sap.com/saphelp_bpc75_nw/helpdata/en/c1/28639f8d964561b3f6f9d459a6f312/frameset.htm]
    Ethan

  • Problem with replicated partitioning between two BSO db's. version 9.3.0.1

    Hi there,
    I have a problem with partitioning between two BSO db’s.
    I created the partition, it validates and I made an export for the partion definiton(xml file).
    Everything is fine if I set this partition up as transparent partition.
    This means I can see the data from the src in the trg db as ecpected.
    But when I change over to replicated (what in fact I want to do) nothing happens for the trg site - there are still no data. (Yes I have choosen Update all cells.)
    I got no error in any way neither AAS nor in the app logs of src and trg.
    (Mayby this it important: one src-dimension is mapped to void for the trg.)
    Can anyone give me a hint or even confirm this behaviour ?
    Thank you in advance
    Andre
    Below the log infos:
    log of src db:
    [Fri Dec 04 15:29:03 2009]Local/AAA///Info(1013210)
    User [hyperion] set active on database [db]
    [Fri Dec 04 15:29:03 2009]Local/AAA/db/hyperion/Info(1013091)
    Received Command [PutReplicatedCells] from user [hyperion]
    [Fri Dec 04 15:29:03 2009]Local/AAA///Info(1013210)
    User [hyperion] set active on database [db]
    [Fri Dec 04 15:29:03 2009]Local/AAA/db/hyperion/Info(1013091)
    Received Command [XferReplicatedCells] from user [hyperion]
    [Fri Dec 04 15:29:03 2009]Local/AAA///Info(1013214)
    Clear Active on User [hyperion] Instance [1]
    [Fri Dec 04 15:29:03 2009]Local/AAA/db/hyperion/Info(1023005)
    Update of replicated partition elapsed time : [0] seconds
    [Fri Dec 04 15:29:03 2009]Local/AAA/db/hyperion/Info(1243010)
    Partition refreshed
    log of trg db:
    [Fri Dec 04 15:29:03 2009]Local/AAA1///Info(1013210)
    User [hyperion] set active on database [db]
    [Fri Dec 04 15:29:03 2009]Local/AAA1/db/hyperion/Info(1013091)
    Received Command [ReqXferReplicatedCells] from user [hyperion]
    [Fri Dec 04 15:29:03 2009]Local/AAA1///Info(1013210)
    User [hyperion] set active on database [db]
    [Fri Dec 04 15:29:03 2009]Local/AAA1/db/hyperion/Info(1013091)
    Received Command [ProtocolXchg] from user [hyperion]
    [Fri Dec 04 15:29:03 2009]Local/AAA1/db/hyperion/Info(1023044)
    Processing distributed request from [P4B5A856A, AAA, db]
    [Fri Dec 04 15:29:03 2009]Local/AAA1/db/hyperion/Info(1013091)
    Received Command [PutLastUpdatedTime] from user [hyperion]
    [Fri Dec 04 15:29:03 2009]Local/AAA1///Info(1013214)
    Clear Active on User [hyperion] Instance [1]
    [Fri Dec 04 15:29:03 2009]Local/AAA1///Info(1013214)
    Clear Active on User [hyperion] Instance [1]

    It sounds like you are doing it all correctly. One thing you might try just to be sure you are not getting any data in the target database is the following:
    1) clear the target database
    2) Run the replication for all cells
    3) Run an export of all data on the target database
    See if you get anything in the export file, maybe you are getting some of the data or possibly it is a rollup issue. Just a thought.
    Jeff

  • Problem with Exchange 2010 scripts after installing PowerShell 4.0

    Hi
    After installing new updates for MS Exchange 2010 and PowerShell 4.0 I've got problems with PS scripts using buil-in
    exchange commands.
    I wrote interactive script for searching e-mails. Here is a pice of code where I get error after installing PS v4.
    $SearchContent=Read-Host "Write sentence to find"
    Get-Mailbox | Search-Mailbox -SearchQuery "$SearchContent" -TargetMailbox "Discovery Search Mailbox" -TargetFolder "Inner box" -LogOnly -Loglevel Full | Out-Null
    After installing PowerShell 4.0 I get that bug and report in TargetMailbox is not genereated.
    The property keyword isn't supported.
    At C:\Administration\Scripts\T-SearchMail.ps1:122 char:1
    + Get-Mailbox | Search-Mailbox -SearchQuery "$SearchContent" -TargetMailbox "Disco ...
    + ~~~~~~~~~~~~~~~~~   
    + CategoryInfo          : InvalidArgument: (:) [], ParserException
        + FullyQualifiedErrorId : 35E6C841
    Using PowerShell 2.0 everything was ok.
    How to solve this problem?
    Tomasz
    Kind Regards Tomasz

    But http://blogs.msdn.com/b/powershell/archive/2013/10/25/windows-management-framework-4-0-is-now-available.aspx is dated
    October 2013, while the current Windows Management Framework 4.0 System Requirements section states:
    Servers that are running the following applications can now run WMF 4.0. The versions listed are the minimum releases required to run WMF 4.0.
    Microsoft Exchange Server 2013 Service Pack 1
    Microsoft Exchange Server 2010 SP3 with Update Rollup 5
    Since
    Update Rollup 5 For Exchange 2010 SP3 (KB2917508) was published Febrary 2014, shouldn't Exchange 2010 now be compatible with PowerShell 4.0?

Maybe you are looking for

  • Where it is possible to change the value separator in Custom Field?

    Hello, This is a question around the "Custom Fields" and "Lookup Table" I linked a "Custom Field" to a "Lookup Table". I select the option "Allow multiple values to be selected from lookup table" When I used this "Custom Field" in a view, the selecte

  • How do I remove CS6 product from CC 'umbrella'?

    I'll try restating my problem for what is at least the fifth time. I am licensed user of Creative Suite CS6. I also subscribe to Creative Cloud. I need to run both versions of Photoshop, CC because of its enhanced features and CS6 because it doesn't

  • Creating a New Entity Row using createInstance2 with AttributeList

    I am using JDeveloper 11.1.2.3. I am creating a method in the Application Module to create a new Entity Row for a child table. I believe I am to supply the foreign key value for the parent table in the AttributeList argument. I have search the forum

  • Use of express in hotels?

    When a hotel gives you an Ethernet Jack is it a no brainer to plug wireless into that? I live in a high rise that assigns a static private ip address and it works fine in the configuration so is a hotel setup likely to be similar?

  • Iweb was not publishing changes to my personal domain name, AND now it won't let me publish at all!

    Hi, i am new to the apple community so bare with me whilst i struggle to explain... I recently purchased a hosting site through netregistry.net.  www.toyboxtherapies.com.au I spoke to them to allow the changes to the CNAME through their site.They did