Error optimizing formula for [mbrName]: argument [] may not have size [] in function []

Hi all,
Please help me
I wrote the following script:
182        "Commercial income tax"(
183             IF ( "Payment of principal - Short-term" <> #MISSING)
184                   "Commercial income tax" = 1;)
It throws following error:
          Error:Error optimizing formula for [Commercial income tax] (line 182): argument [2] may not have size [-4] in function [@NE] Rule PandL.
What the meaning of these word?
argument [2]
size [-4]
Is there another way of accomplishing the above?

Yeah, Anthony,
I ve just written Calculation Scripts 6 month ago.
Your question:  "Commercial income tax" and the "Payment of principal - Short-term" members are Accounts ?
My Answer: Yes, they are.
My full IF statement:
182        "Commercial income tax"(
183             IF ( "Payment of principal - Short-term" <> #MISSING)
184                   "Commercial income tax" = 1;
185             ELSEIF ( "Payment of principal - Short-term" == #MISSING)
186                   "Commercial income tax" = #MISSING;
187            ENDIF;)
Warning Error:
          Error:Error optimizing formula for [Commercial income tax] (line 182): argument [2] may not have size [-4] in function [@NE] Rule PandL
It is not Error if I write following Script:
182        "Commercial income tax"(
183             IF ( "Payment of principal - Short-term" <> 0 or "Payment of principal - Short-term" == 0)
184                   "Commercial income tax" = 1;
185             ELSEIF ( "Payment of principal - Short-term" <> 0 and "Payment of principal - Short-term" != 0)
186                   "Commercial income tax" = #MISSING;
187            ENDIF;)

Similar Messages

  • Errors in the high-level relational engine. The data source view does not contain a definition for the table or view. The Source property may not have been set.

    Hi All,
    I have a cube in which i'm using the TIME DIM that i created in the warehouse. But now i wanted a new measure in the cube which is Average over time and when i wanted to created the new measure i got a message that no time dim was defined, so i created a
    new time dimension in the SSAS using wizard. But when i tried to process the new time dimension i'm getting the follwoing error message
    "Errors in the high-level relational engine. The data source view does not contain a definition for "SSASTIMEDIM" the table or view. The Source property may not have been set."
    Can anyone please tell me why i cannot create a new measure average over the time using my time dimension? Also what am i doing wrong with the SSASTIMEDIM, that i'm getting the error.
    Thanks

    Hi PMunshi,
    According to your description, you get the above error when processing the time dimension. Right?
    In this scenario, since you have updated the DSV, it should have no problem on the table existence. One possibility is that table has been specified for tracking in the notifications for proactive caching, but isn't available any more for some
    reason. Please change the setting in Proactive Caching into "MOLAP".
    Reference:
    How To Implement Proactive Caching in SQL Server Analysis Services SSAS
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou
    TechNet Community Support

  • I uninstalled Firefox and not it will not install for me. I get a error that says, The item referred to by this shortcut cannot be accessed. You may not have the appropriate permissions. What can I do?

    I uninstalled Firefox and not it will not install for me. I get a error that says, The item referred to by this shortcut cannot be accessed. You may not have the appropriate permissions. What can I do?

    Here is a pic.

  • Child tag initializer for type 'Array' may not be empty?error.

    hey,
    I imported this file from illustrator into catalyst. WE assume the error is caused by the filters tags but we can't delete them in the code view. The project is unable to run with this error. Is there a way to resolve this?

    Hey,
    I am also getting this error message and reads: "Errors (1 item) Child tag initializer for type 'Array' may not be empty. There is no way to edit anything in Code view, and I've been working this project for a little while. Imported items from Photoshop CS4. What to do? Thanks.

  • Error executing formula :scalar double argument expected in function [@DIV]

    Hi,
    I'm getting the following error when I try to run this calc. The syntax check says ok, but the calc won't run. I don't understand what the [@DIV] means ... Can someone help? Thanks!
    Error executing formula for [Alloc Factor] (line 0): scalar double argument expected in function [@DIV]
    sts = 1200400 CalcObject = DBadDebt
    Command Failed. Return Status = 1200400
    Fix(&Cscenario,@descendants("Currency"))
    /*Direct allocation for BNA cost center 10471*/
    FIX("Not Applicable Cost Center",CYTDC,"Bosch Power Tools Corded","Bosch Power Tools Cordless","Canada")
         "Alloc Factor"("Bad Debt" =
         "Net_Sales"->Input->&Cscenario /
         ("Net_Sales"->&Cscenario->"Canada"->"Bosch Power Tools"->Input);)
    ENDFIX
    FIX("Canada","Not Applicable Cost Center",CYTDC, "Bad Debt",@CHILDREN("Bosch Power Tools"))
    "Direct Alloc"("Bad Debt"="Alloc Factor"->"Bad Debt"*
    ("Input"->"Other Operating Income and Deductions"->"10471"->"Not Applicable Brand"->"Not Applicable Region"->"Current YTD");)
    ENDFIX
    /*Direct allocation for ACN cost center 10472*/
    FIX("Not Applicable Cost Center",CYTDC,"Bosch Accessories","Skil Accessories","VA Accessories","Canada")
         "Alloc Factor"("Bad Debt" =
         "Net_Sales"->Input->&Cscenario /
         ("Net_Sales"->&Cscenario->"Canada"->"Accessories"->Input);)
    ENDFIX
    FIX("Canada","Not Applicable Cost Center",CYTDC, "Bad Debt",@CHILDREN("Accessories"))
    "Direct Alloc"("Bad Debt"="Alloc Factor"->"Bad Debt"*
    ("Input"->"Other Operating Income and Deductions"->"10472"->"Not Applicable Brand"->"Not Applicable Region"->"Current YTD");)
    ENDFIX
    /*Direct allocation for SNA cost center 10470*/
    FIX("Not Applicable Cost Center",CYTDC,"Skil Power Tools Corded","Skil Power Tools Cordless","Canada")
         "Alloc Factor"("Bad Debt" =
         "Net_Sales"->Input->&Cscenario /
         ("Net_Sales"->&Cscenario->"Canada"->"Skil Power Tools"->Input);)
    ENDFIX
    FIX("Canada","Not Applicable Cost Center",CYTDC, "Bad Debt",@CHILDREN("Skil Power Tools"))
    "Direct Alloc"("Bad Debt"="Alloc Factor"->"Bad Debt"*
    ("Input"->"Other Operating Income and Deductions"->"10470"->"Not Applicable Brand"->"Not Applicable Region"->"Current YTD");)
    ENDFIX
    /*Direct allocation for MT cost center 10473*/
    FIX("Not Applicable Cost Center",CYTDC,"Measuring Tools","Canada")
         "Alloc Factor"("Bad Debt" =
         "Net_Sales"->Input->&Cscenario /
         ("Net_Sales"->&Cscenario->"Canada"->"Measuring Tools"->Input);)
    ENDFIX
    FIX("Canada","Not Applicable Cost Center",CYTDC, "Bad Debt","Measuring Tools")
    "Direct Alloc"("Bad Debt"="Alloc Factor"->"Bad Debt"*
    ("Input"->"Other Operating Income and Deductions"->"10473"->"Not Applicable Brand"->"Not Applicable Region"->"Current YTD");)
    ENDFIX
    /*Direct allocation for Service cost center 10474*/
    FIX("Not Applicable Cost Center",CYTDC,"Measuring Tools","Canada")
         "Alloc Factor"("Bad Debt" =
         "Net_Sales"->Input->&Cscenario /
         ("Net_Sales"->&Cscenario->"Canada"->"Skil Parts Brand","Bosch Parts Brand"->Input);)
    ENDFIX
    FIX("Canada","Not Applicable Cost Center",CYTDC, "Bad Debt","Skil Parts Brand","Bosch Parts Brand")
    "Direct Alloc"("Bad Debt"="Alloc Factor"->"Bad Debt"*
    ("Input"->"Other Operating Income and Deductions"->"10474"->"Not Applicable Brand"->"Not Applicable Region"->"Current YTD");)
    ENDFIX
    endfix

    Hello Stella Jones,<BR><BR>The error message means:<BR><BR>##1200400 Error %s formula for [%s] (line %s): scalar double argument expected in function [%s]<BR><BR>Is the same post of Jstrater above......<BR><BR>

  • Reader XI, An Error Exists on this Page, Acrobat may not display

    Hello,
    I need some help please.  The small business I work for as a contract employee uses Google Doc's, and we input our information into spreadsheets on a daily basis, from our home computers.
    My home computer is XP Professional, and I am using  Mozilla Firefox 36.0. I know we are using older computer programs, but until we can afford newer computers we have to use what we have.
    Prior to today, when I printed off my spreadsheets in Google Doc's I had no problems, however tonight I just starting receiving this error message;  An error exists on this page.  Acrobat may not display the page correctly.  Please contact the person who created the file.
    I contacted my manager and had her send me a new spreadsheet, Invitation to Edit and input my information into the new spreadsheet.
    I then go to my timesheet, and highlight all the rows that I would like to print, then I hit the print key, then I get the box that states, opening my timesheet which is a PDF which is an Adobe Acrobat Document, then I have this message, What should Firefox do with this file?  I have it set to open with Adobe Reader (default) do this for files automatically like this.
    The file downloads, however I have noticed that Adobe at times has a difficult time opening up right away and then I receive the error message that Adobe isn't responding and I end up closing the program out and restarting my computer.
    This error message shows up just before the document begins to print and the document prints off with out any problems.
    I even did a repair and that didn't help.  My printer is a HP Color LaserJet 4500 and I've had no issues with Adobe prior to tonight.
    Do I need to uninstall Adobe Reader & Re-install the program?
    I can't send a copy of the file because it contains confidential material.
    I've also posted this message on Adobe Acrobat, and have not received a response.
    Please advise.
    Thank you,

    Hello,
    Thank you for responding.  Sorry that my message is so confusing.
    In Google Doc's we are able to highlight/selected portions of a PDF to print.
    In Mozilla Fox under Applications, Portable Format Document (PDF) Use Adobe Reader (default).
    So when I go to print off my timesheet, after I have highlighted everything, I get this message:  I've chosen to open my timesheet which is: Adobe Acrobat Document from https//docs.google.com. What should Firefox do with this file?  Open with Adobe Reader (default).
    Do this automatically for files like this from now on. I click on the OK and the file downloads as a PDF file in Adobe Reader.  On Google Doc's I click on the print key then I am able to open up my printer menu.  Its after I click on the print key that I receive this message.
    So what do I do please?
    Thank you,
    Maureen A. Mumm
          From: pwillener <[email protected]>
    To: Maureen Mumm <[email protected]>
    Sent: Friday, March 6, 2015 8:05 PM
    Subject:  Reader XI, An Error Exists on this Page, Acrobat may not display
    Reader XI, An Error Exists on this Page, Acrobat may not display
    created by pwillener in Adobe Reader - View the full discussion
    Maureen Mumm wrote: I then go to my timesheet, and highlight all the rows that I would like to print, then I hit the print key, then I get the box that states, opening my timesheet which is a PDF which is an Adobe Acrobat Document, then I have this message, What should Firefox do with this file?  I have it set to open with Adobe Reader (default) do this for files automatically like this.
    This is very confusing to me; Adobe Reader does not have such a functionality (to print highlighted/selected portions of a PDF). Could it be that this is a functionality of Google Docs? Also I have never seen a message "What should Firefox do with this file?". If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7262026#7262026 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7262026#7262026 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"  Start a new discussion in Adobe Reader by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • When I try to open iTunes, I get this error message: Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item. I get a different error message if I try to uninstall it.

    When I try to open iTunes, I get this error message: "Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item." I've been able to uninstall all Apple products except iTunes as I get this error message: "The Installer has insufficent privileges to modify this file: C:\Program Files\i Tunes\Acknowledgments.rtf." I've had the iTunes on my laptop for a year and a half with no problems until now.

    Any suggestions please?

  • Customer for function SP may not have account group in sap

    Dear All,
    Not open the sales order and error show in SAP
    Customer for function SP may not have account group.

    In IMG > SD > Basic Function > Set up Partner Determination
    Check the assignment of Partner Function with the Account Group in Account Groups - Function Assignment.
    Best Regards,
    Ankur

  • Essbase Error(1200329): Error compiling formula for [Asset Description] (li

    Hi,
    I am having some problem in debugging one error
    Detail:Cannot calculate. Essbase Error(1200329): Error compiling formula for [Asset Description] (line 37): invalid assignment
    I am just creating a Add asset script as my client does not have license to CapEx module.
    Script Below- please let me know what can be an issue
    VAR numAsset = [NumAsset];
    VAR usFulLife=[UsefulLife];
    FIX(@CHILDREN("Total New"), [Scenario], [Version], [Entity], [Department], [AssetClass],[Year],"BegBalance","Local", "HSP_InputValue")
    "Asset Description" (
    IF (numAsset > 0 AND @MAXS(SKIPMISSING, @CHILDREN("Asset Properties")) == #MISSING )
    numAsset = numAsset - 1;
              "Asset Status" = 0; /* flag to know this is a new asset*/
              "Asset ID" = [AssetID];
    "Asset Description" = [AssetDesc];
              "CAR No." = [AssetCAR];
              "Purchase Units" = [AssetUnits];
              "Purchase Amount(per unit)" = [AssetRate];
              "In Service Date" = [InserviceDate];
         /*     "Total Cost" = "Purchase Units" *"Purchase Amount(per unit)";*/
    IF(usFulLife > 0)
              "Useful Life (in Years)" = usFulLife;
    ELSE
                   "Useful Life (in Years)" = "No Scenario"->"No Version"->"No Entity"->"No Department"->"No LineItem"->"Useful Life (in Years)";
    ENDIF
    ENDIF
    ENDFIX
    FIX([Scenario], [Version], [Entity], [Department], "Local", "HSP_InputValue")
    CALC DIM ("TimePeriod");
    @IANCESTORS("Line Item 1");
    @ANCESTORS([AssetClass]);
    ENDFIX
    Note- "Asset Description" is a member of Text type and in this script [AssetDesc] is a global variable of StringAsNumber
    Regards,
    -KP

    Thanks for responding but my issue resolved, it was a Space in the member name.
    -KP

  • Powerview Cannot connect to the server due to a security issue. The server may not have been able to match the host for silverlight

    Hello,
    I have a sharepoint 2010 sp1 CU Dec 2011 server with a SQL Server 2012 SP1 CU4 reporting services instance.  I am able to open Power View and use it normally when bypassing the ISA Reverse Proxy server.  However when going thru ISA I receive the
    following Error.
    Power View  Cannot connect to the server due to a security issue.  The server may not have been able to match the host for Silverlight.  This error appears after I click yes on an Internet Explorer Display Mixed Mode prompt.
    I've seen a couple references to this issue but not much.  This one mentions a clientaccesspolicy.xml file but I haven't had any luck with that.  http://connect.microsoft.com/SQLServer/feedback/details/716433/cannot-connect-to-the-server-due-to-a-security-issue-the-server-may-not-have-been-able-to-match-the-host-for-silverlight
    Any Ideas?  Thanks.
    Ryan

    Hi Ryan,
    Based on my research, the issue should occur due to a by design behavior in Threat Management Gateway (TMG). To work around this issue, you can use SSL between the TMG and the SharePoint Web Server.
    Hope this helps.
    Regards,
    Mike Yin
    TechNet Community Support

  • After auto update recently, norton internet security won't work. error message:windows cannot access specified path...you may not have appropriate permissions to access item

    Firefox did an auto update and since then I cannot open/run Norton Internet Security. It won't even let me update it or re-install it. I get an error message stating Windows cannot find the specified path. You may not have appropriate permissions to access this.

    Hi
    Some required information are needed for us to help you.
    Hi NabeelOmer,
    We wonder if you have taken any action such as system restore after this issue occurred.
    You might also try this command to restore your access control list.
    Run this command to navigate to the drive letter, example is D
    D:
    To reset all permissions, run this command
    icacls * /reset /t /c /q
    Visual Studio is a very invasive program and which provides the ability to enumerate projects and solutions for system, user should never try uninstalling it manually without any guidance.
    Visual Studio made changes for your whole system, if the file has been moved or deleted this error would occur.
    Since you mentioned that you get this error almost everywhere even in control panel. We suggest you repair/reinstall your Visual Studio first and check if it could be fixed.
    How to: Repair Visual Studio
    https://msdn.microsoft.com/en-us/library/aa983433%28v=vs.90%29.aspx?f=255&MSPPError=-2147217396
    Regards
    D. Wu

  • I'm getting a Publish Error reading; Can't create the file "header.jpg." The disk may be damaged or full, or you may not have sufficient access privileges.

    I'm getting a publishing error reading; Can't create the file "header.jpg." The disk may be damaged or full, or you may not have sufficient access privileges.
    Does anyone know how to proceed?
    Thanks!

    Try the troubleshooting steps under "FIx iWeb" here...
    http://www.iwebformusicians.com/iWeb/iWeb-Tips.html
    Some times all it takes is deleting the .plist to fix this but do the restart and permissions repair if you haven't done this proceedure for a while.

  • Unexpected: "may not have a type qualifier" error

    Hi,
    When I uses a 3rd party auto pointer utility, an unexpected "may not have a type qualifier" error raised. I hacked into the code and able to reproduce the problem with the following program.
    Any one have workaround or solution for it?
    Thank you very much.
    Compiler version:
    $ CC -V
    CC: Sun C++ 5.7 Patch 117830-09 2006/11/01
    OS version:
    $ uname -a
    SunOS niss165 5.10 Generic_118833-20 sun4us sparc FJSV,GPUZC-M
    Compilation output:
    $ CC main3.cpp
    "main3.cpp", line 11: Error: func1 may not have a type qualifier.
    "main3.cpp", line 45:     Where: While instantiating "AutoPtr<BarFoo<Bar, Foo<T>>>::~AutoPtr()".
    "main3.cpp", line 45:     Where: Instantiated from non-template code.
    "main3.cpp", line 11: Error: Cannot use AutoPtrRep<BarFoo<Bar, Foo<T>>>* to initialize int.
    "main3.cpp", line 45:     Where: While instantiating "AutoPtr<BarFoo<Bar, Foo<T>>>::~AutoPtr()".
    "main3.cpp", line 45:     Where: Instantiated from non-template code.
    2 Error(s) detected.Test Program:
    template <class A>
    class AutoPtr
    public:
        AutoPtr(void)
        ~AutoPtr(void)
            AutoPtrRep<A>::func1(rep); // compilation error
    private:
        AutoPtrRep<A>* rep;
    template <class C>
    class AutoPtrRep
    public:
        static void func1(AutoPtrRep<C>*& rep)
            // do something
    class Bar
    template <class T>
    class Foo
    template <class E, template <class T> class F>
    class BarFoo
    int main()
        // lead to compilation error
        AutoPtr< BarFoo<Bar, Foo> > ptr;
        // no error
        //AutoPtr< Bar > ptr;
        // no error
        //AutoPtr< Foo<int> > ptr;
    }Message was edited by:
    germancheung

    This bug is fixed in the Sun C++ 5.8. If you have a
    service contract you can escalate this problem for
    Sun C++ 5.7. It looks like there is no workaround for
    this bug.BTW, do you have the bug ID for this specific error? coz I need to show evidence for it to give reason for an upgrade.
    Thanks.

  • TS2167 i'm getting an error message.. can't create the file "header.jpg." The disk may be damaged or full, or you may not have suuficient access priveleges.

    I need to publish to a local folder on my desk top and I am getting this error message.
    can’t create the file “header.jpg.” The disk may be damaged or full, or you may not have suuficient access priveleges.
    Please help... I need to copy to a disk... it was working fine until I attached a big project, I tried to delete the project, but still not workng.

    Try the following:
    1 - delete the iWeb preference file, com.apple.iWeb.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete iWeb's cache file, Cache.db, that is located in your
    User/Home/Library/Caches/com.apple.iWeb folder (Snow Leopard and Earlier).
    3 - launch iWeb and try again.
    NOTE:  In Lion and Mountain Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    OT

  • OBIEE - ESSBASE   ERROR - 1200467 - Error executing formula for [MDX query]

    I have an issue on essbase with a query with 50 member filters.
    The environment is OBIEE 11g over ESSBASE 11.1.2 with an ASO cube.
    The user for essbase are with database access filters.
    I have the following issue, OBIEE returns a query that filter 30 members and the query runs ok, but the same query with a 50 member filter returns the following error when i execute it on MAXL :
    MAXL Error
    ERROR - 1200467 - Error executing formula for [MDX query]: status code [1130203] in function [].
    ERROR - 1241101 - Unexpected Essbase error 1200467.
    i paste an example of the query that returns OBIEE
    With
    set [_Account2] as '{Distinct({[Account].[Allocated FTE - Budget]})}'
    set [_Employee0] as '[Employee].members'
    set [_Fund4] as 'Generate([Fund].Generations(2).members, Descendants([Fund].currentmember, [Fund].Generations(4), leaves))'
    set [_Position4] as '{Distinct({[Position].[POS111165], [Position].[POS111166], [Position].[POS111167], [Position].[POS111540], [Position].[POS112331], [Position].[POS113201], [Position].[POS113247], [Position].[POS113248], [Position].[POS113540], [Position].[POS113618], [Position].[POS113954], [Position].[POS114109], [Position].[POS114194], [Position].[POS115224], [Position].[POS115912], [Position].[POS115913], [Position].[POS116727], [Position].[POS117229], [Position].[POS117491], [Position].[POS117587], [Position].[POS117610], [Position].[POS117979], [Position].[POS119456], [Position].[POS121262], [Position].[POS121458], [Position].[POS121698], [Position].[POS123368], [Position].[POS124027], [Position].[POS124028], [Position].[POS124110], [Position].[POS124396], [Position].[POS125623], [Position].[POS125624], [Position].[POS126476], [Position].[POS127960], [Position].[POS129352], [Position].[POS129468], [Position].[POS129494], [Position].[POS129535], [Position].[POS129608], [Position].[POS129679], [Position].[POS129730], [Position].[POS129905], [Position].[POS130010], [Position].[POS130144], [Position].[POS133456], [Position].[POS134943], [Position].[POS135231], [Position].[POS135404], [Position].[POS135734]})}'
    set [_Program3] as 'Generate([Program].Generations(2).members, Descendants([Program].currentmember, [Program].Generations(3), leaves))'
    select
    { [Budget Item]
    } on columns,
    NON EMPTY {crossjoin({[_Account2]},crossjoin({[_Employee0]},crossjoin({[_Fund4]},crossjoin({[_Position4]},{[_Program3]}))))} properties GEN_NUMBER, [Account].[MEMBER_UNIQUE_NAME], [Account].[Memnor], [Program].[MEMBER_UNIQUE_NAME], [Program].[Memnor], [Employee].[MEMBER_UNIQUE_NAME], [Employee].[Memnor], [Fund].[MEMBER_UNIQUE_NAME], [Fund].[Memnor], [Position].[MEMBER_UNIQUE_NAME], [Position].[Memnor] on rows
    from [BCPSASO2.BCPS_ASO]
    any suggestions ?
    Thanks
    Niko
    Edited by: user8367101 on Mar 1, 2011 10:31 AM

    Here it is:
    It is a Windows Server 2003 R2
    Processor 8393 SE
    31.9 GB of RAM
    32-Bit
    How does "memscaling" works?
    I also think that are high but it is the way it was configured before I managed the application. For my DB
    Index Cache setting: 205800
    Index cache current value: 205800
    Data file cache setting: 33768
    Data file cache current: 0
    Data Cache setting: 877273
    Cata cache current: 71540
    Block Size: 65408

Maybe you are looking for

  • Error while executing a DTP

    Hi All , I got  an error while executing a DTP. Short Dump analysis points this error. :   DBIF_REPO_SQL_ERROR. Please provide in your valuable inputs to resolve this error. Thank & Regards, Rohit Garg

  • Follow up to Apple TV & TCmuch improved over last two days

    I finally have it working. copy a .m4v file internal hard drive to TC at 15.5 M/sec acceptable add to itunes library in just a few seconds... upload to Apple TV from TC speed is fine, much improved and acceptable, getting peaks of 11.15M/sec Capacity

  • Some doubts in SECATT.

    Hi, I have created test script and test configuration to upload customer master data (Tcode XD01) in DEV system. It is working fine. I saved them as local object. Now to transport test script and test configuration in QA, do i need to create request

  • Closed lid video out

    Is it possible to close the lid and have the DVD playing continue when theto the mini DVI port is connected to an external display device?? Thanks Lewis

  • Download to Excel after Unicode Upgrade not working

    Hi Before the unicode upgrade we downloaded a spreadsheet, specifying the columns and table. Since the upgrade the spreasheet opens and start to create the columns, but as soon as it tries to write the table we get an error at teh following code. cla