Parametric estimation mimo

Hi,
I'm using a VI from Parametric Model Estimation - SI estimate Orders of System Model VI. I see that it can be used in SISO, partially in MISO and limited in MIMO. Is there any way I can implement the estimation for MIMO?
Thanks,
Andrea

Hi AndreaD,
If you look in the example finder there is a MIMO State-Space Model Estimation (DAQmx).vi that you can use to see how a MIMO input would look like.  The VI used is a different VI, but it still uses the waveform stimulus and response signals in the same manner.  I would also check out the help file on that VI.  At the bottom of the document it will direct you to GlassTube.vi which uses the VI you're describing.
Regards,
Bobby Breyer
Applications Engineer
National Instruments

Similar Messages

  • Cardinality estimator 2014 is off with OR in where clause

    Here is my test setup on SQL Server 2014.
    -- Create big table
    CREATE TABLE [dbo].[Store](
    Id int IDENTITY(1,1) NOT NULL,
    City int NOT NULL,
    Size int NOT NULL,
    Name varchar(max) NULL,
    CONSTRAINT [PK_Store] PRIMARY KEY CLUSTERED ([Id] ASC)
    GO
    CREATE NONCLUSTERED INDEX [IX_Store] ON [dbo].[Store] (City ASC, Size ASC)
    GO
    -- Fill with 100k rows
    INSERT Store
    SELECT i % 101, i % 11, 'Store ' + CAST(i AS VARCHAR)
    FROM
    (SELECT TOP 100000 ROW_NUMBER() OVER (ORDER BY s1.[object_id]) AS i
    FROM sys.all_objects s1, sys.all_objects s2) numbers
    GO
    -- Create small table
    CREATE TABLE #StoreRequest (City int NOT NULL, Size int NOT NULL)
    GO
    INSERT #StoreRequest values (55, 1)
    INSERT #StoreRequest values (66, 2)
    Now I execute the following query (I force the index to show statistics estimates)
    SELECT s.City
    FROM #StoreRequest AS r
    INNER JOIN Store AS s WITH(INDEX(IX_Store), FORCESEEK)
    ON s.City = r.City AND s.Size = r.Size
    WHERE s.Size <> 1 OR r.City <> 55
    Here are the estimates that I get (I'm not allowed to upload pictures):
    Index Seek IX_Store
    Actual Number of Rows: 90
    Estimated Number of Rows: 50000
    Fixing WHERE clause to use one table not two makes the estimate perfect:
    SELECT s.City
    FROM #StoreRequest AS r
    INNER JOIN Store AS s WITH(INDEX(IX_Store), FORCESEEK)
    ON s.City = r.City AND s.Size = r.Size
    WHERE s.Size <> 1 OR s.City <> 55
    Index Seek IX_Store
    Actual Number of Rows: 90
    Estimated Number of Rows: 89.74
    Switching to 2012 compatibility mode gives estimate of 1 in both cases:
    Index Seek IX_Store
    Actual Number of Rows: 90
    Estimated Number of Rows: 1
    Could anyone explain the first result? I'm a bit worried about it. The fix in this case is trivial, but this problem gave us quite some headache in more complex real life queries with multiple joins.
    Thank you!

    But not full statistics on a field basis, just sometimes some default stats like total row count that some plans will build.  Even your StoreRequest table only has one two-field index that will have a full histogram.
    But I've seen SQL Server make massively bad plans on two-field indexes.
    I've seen SQL Server go wrong one-column indexes, so that is not a very relevant point.
    Temp tables or not, the estimate here is clearly incorrect. SQL Server knows the density of Size and City. It knows the cardinality of the temp table. The density information gives how many rows the the join will produce. The WHERE clause will then remove
    a certain number of rows. With no statistics for the temp table, it does not now how many, but it will apply some standard guess.
    50000 is a completely bogus number, because the join cannot produce that many rows, and SQL Server is able to compute the join with out the WHERE clause decently. (Well, it estimates 90, when the number is 180.) No, this is obviously a case of the cardinality
    estimator giving up completely.
    It is worth noting that both these WHERE clauses gives reasonable estimates:
     WHERE r.Size <> 11 OR r.City <> 550
     WHERE s.Size <> 11 OR s.City <> 550
    Whereas these two gives the spooky 50000:
     WHERE s.Size <> 11 OR r.City <> 550
     WHERE r.Size <> 11 OR s.City <> 550
    Erland Sommarskog, SQL Server MVP, [email protected]

  • I created an iCloud account and also had to get more space after I have done the purchase, I am unable to backup my phone! I have a stable wifi connection at home and all I see for hours and hours is "Backing Up .. Estimating time remaining"!!!!! Plz help

    I created an iCloud account and also had to get more space so after I have made the purchase, I am unable to backup my phone! I have a stable wifi connection at home and all I see for hours and hours is "Backing Up .. Estimating time remaining"!!!!! Plz help I'm unable to make the backup as I need to transfer all my data on my new iPhone 5S

    This may be caused by a corrupt existing backup that needs to be deleted, or by data on your device that is causing the backup to fail.  To troubleshoot these, try deleting your last iCloud backup (if you have one) by turning off iCloud Backup in Settings>iCloud>Storage & Backup, then tap Manage Storage, tap your device under Backups, then tap Delete Backup.  Then go back and turn iCloud Backup back on and try backing up again.
    If it still won't back up, you may have an app or something in your camera roll that is causing the backup to fail.  To locate which one, go to Settings>iCloud>Storage & Backup>Manage Storage, tap the name of your device under Backups, under Backup Options tap Show All Apps, then turn them all to Off (including camera roll) and try backing up again.  If the backup is successful, then the camera roll and/or one of your apps is causing the backup to fail and you'll have to located by process of elimination. Turn the camera roll On and try backing up again.  If it succeeds, turn some of your apps to On and try backing up again.  If it succeeds again, turn some more apps to On then try again; repeat this process until it fails.  Eventually you'll be able to locate the problem app and exclude it from your backup.
    In the meantime you can back up your phone to your computer by connect it, opening iTunes and going to File>Devices>Back Up.  Also be sure to transfer your purchases (File>Devices>Transfer Purchases).  Then set up your new phone and when given the option, choose Restore from iTunes Backup and follow the prompts to restore this backup to your new phone.  This will be much faster than using iCloud anyway.

  • Standard  report(for open PO order items) with estimated Delivery dates

    hi friends
    i would like to know if there is any standard  report(for open PO order items) with estimated Delivery dates on it.
    thanks
    alahari

    ME2M (by material)
    ME2L (by vendor)
    ME2N (by number)
    Use selection parameter WE101 for open GR
    and scope of list EINT (scheduling lines)

  • Estimated costs from PM order in PS report

    Hi,
    In PS we have configured a reports stating. budget (wbs), planned cost (PM order), actual (Pm order). Due to the fact that the PM order is linked to the WBS code, we can see all values. Some are on WBS level, some on PM order level.
    A user is requesting to have another collum stating the estimated costs that can be entered in a PM order (header level). In CJE5 you can configure the report, but can anyone of you tell me how i can configure a collum showing estimated costs on the PM order.
    Thanks in advance for your help.
    Kind regards,
    Peter

    Hi,
    If you do an F1 on the estimated costs field in the order it says that this cannot be evaluated in reports and also the availability control is also not possible. So not sure whetehr you can bring this in CJE5. On the other hand the value in this fields is stored in AUFK table. So if you are using any custom reports, then you can think of pulling in this data there.
    Regards
    Sreekanth

  • How to pass a col of pl/sql tab to a parametrized cursor?

    Hi,
    I'm getting this error constantly:
    Error on line 1
    declare
    j number :=1;
    cursor f
    ORA-06550: line 9, column 20:
    PLS-00103: Encountered the symbol "TABLE" when expecting one of the following:
    constant exception <an identifier>
    <a double-quoted delimited-identifier> table LONG_ double ref
    char time timestamp interval date binary national character
    nchar
    Code Snippet:
    declare
    j number :=1;
    cursor firstquery (c_item in varchar2) is
    SELECT SEARCH, NAME, ID FROM tablename
    WHERE name LIKE c_item;
    first_rec_tbl_type is table of firstquery%rowtype index by binary_integer;
    first_rec_tbl first_rec_tbl_type;
    type act_str_tbl_type is table of varchar2(50) index by binary_integer;
    act_put_str_tbl act_str_tbl_type;
    begin
    this is executing fine as i have executed it as a standalone script also
    act_put_str_tbl table has values here.passing these to below:
    ----------------------------------- i guess the problem lies here------------------------
         begin
              dbms_output.put_line('reached second begin');
    For i in act_put_str_tbl.first..act_put_str_tbl.last
         loop
         dbms_output.put_line('inside loop of second begin');
         open firstquery(act_put_str_tbl(i));
              loop
              fetch firstquery into first_rec_tbl(j);
              j:=j+1;
              exit when firstquery%notfound or firstquery is null;
              end loop;
         close firstquery;
         end loop;
    How to use parametrized cursor with PL/SQL table, any help is appreciated in the above snippet.
    Thanks

    Satyaki_De wrote:
    first_rec_tbl_type is table of firstquery%rowtype index by binary_integer;Create this type in side any package like ->
    create or replace package patch_array
    is
    first_rec_tbl_type is table of firstquery%rowtype index by pls_integer;
    end;But, you have to use explicit record type instead of firstquery%rowtype here.
    And, then refer this type inside your parametrized cursor to use that properly, that might solve your current problem - i guess.
    So, you cursor should look something like this ->
    cursor firstquery (c_item in patch_array.first_rec_tbl_type)
    is
    SELECT SEARCH, NAME, ID
    FROM tablename
    WHERE name LIKE c_item; N.B.:Not Tested...
    Regards.
    Satyaki De.
    Edited by: Satyaki_De on Dec 28, 2008 1:32 AM??? No package is needed:
    SQL> declare
      2      j number := 1;
      3      cursor firstquery(
      4                        c_item in varchar2
      5                       )
      6        is
      7          SELECT  ename,
      8                  sal
      9            FROM  emp
    10            WHERE ename LIKE c_item;
    11      type first_rec_tbl_type is table of firstquery%rowtype index by binary_integer;
    12      first_rec_tbl first_rec_tbl_type;
    13      type act_str_tbl_type is table of varchar2(50) index by binary_integer;
    14      act_put_str_tbl act_str_tbl_type;
    15  begin
    16      act_put_str_tbl(1) := 'S%';
    17      act_put_str_tbl(2) := '%L%';
    18      act_put_str_tbl(3) := 'KING';
    19      begin
    20          dbms_output.put_line('reached second begin');
    21          For i in 1..nvl(act_put_str_tbl.count,0) loop
    22            dbms_output.put_line('inside loop of second begin');
    23            dbms_output.put_line('act_put_str_tbl(' || i || ') = ' || act_put_str_tbl(i));
    24            open firstquery(act_put_str_tbl(i));
    25            loop
    26              fetch firstquery into first_rec_tbl(j);
    27              exit when firstquery%notfound;
    28              dbms_output.put_line('first_rec_tbl(' || j || ').ename = ' || first_rec_tbl(j).enam
    e);
    29              dbms_output.put_line('first_rec_tbl(' || j || ').sal = ' || first_rec_tbl(j).sal);
    30              j:=j+1;
    31            end loop;
    32            close firstquery;
    33          end loop;
    34      end;
    35  end;
    36  /
    reached second begin
    inside loop of second begin
    act_put_str_tbl(1) = S%
    first_rec_tbl(1).ename = SMITH
    first_rec_tbl(1).sal = 800
    first_rec_tbl(2).ename = SCOTT
    first_rec_tbl(2).sal = 3000
    inside loop of second begin
    act_put_str_tbl(2) = %L%
    first_rec_tbl(3).ename = ALLEN
    first_rec_tbl(3).sal = 1600
    first_rec_tbl(4).ename = BLAKE
    first_rec_tbl(4).sal = 2850
    first_rec_tbl(5).ename = CLARK
    first_rec_tbl(5).sal = 2450
    first_rec_tbl(6).ename = MILLER
    first_rec_tbl(6).sal = 1300
    inside loop of second begin
    act_put_str_tbl(3) = KING
    first_rec_tbl(7).ename = KING
    first_rec_tbl(7).sal = 5000
    PL/SQL procedure successfully completed.
    SQL> To OP. It is better to use BULK COLLECT:
    SQL> declare
      2      cursor firstquery(
      3                        c_item in varchar2
      4                       )
      5        is
      6          SELECT  ename,
      7                  sal
      8            FROM  emp
      9            WHERE ename LIKE c_item;
    10      type first_rec_tbl_type is table of firstquery%rowtype index by binary_integer;
    11      first_rec_tbl first_rec_tbl_type;
    12      type act_str_tbl_type is table of varchar2(50) index by binary_integer;
    13      act_put_str_tbl act_str_tbl_type;
    14  begin
    15      act_put_str_tbl(1) := 'S%';
    16      act_put_str_tbl(2) := '%L%';
    17      act_put_str_tbl(3) := 'KING';
    18      begin
    19          dbms_output.put_line('reached second begin');
    20          For i in 1..nvl(act_put_str_tbl.count,0) loop
    21            dbms_output.put_line('inside loop of second begin');
    22            dbms_output.put_line('act_put_str_tbl(' || i || ') = ' || act_put_str_tbl(i));
    23            open firstquery(act_put_str_tbl(i));
    24            fetch firstquery bulk collect into first_rec_tbl;
    25            for j in 1..nvl(first_rec_tbl.count,0) loop
    26              dbms_output.put_line('first_rec_tbl(' || j || ').ename = ' || first_rec_tbl(j).enam
    e);
    27              dbms_output.put_line('first_rec_tbl(' || j || ').sal = ' || first_rec_tbl(j).sal);
    28            end loop;
    29            close firstquery;
    30          end loop;
    31      end;
    32  end;
    33  /
    reached second begin
    inside loop of second begin
    act_put_str_tbl(1) = S%
    first_rec_tbl(1).ename = SMITH
    first_rec_tbl(1).sal = 800
    first_rec_tbl(2).ename = SCOTT
    first_rec_tbl(2).sal = 3000
    inside loop of second begin
    act_put_str_tbl(2) = %L%
    first_rec_tbl(1).ename = ALLEN
    first_rec_tbl(1).sal = 1600
    first_rec_tbl(2).ename = BLAKE
    first_rec_tbl(2).sal = 2850
    first_rec_tbl(3).ename = CLARK
    first_rec_tbl(3).sal = 2450
    first_rec_tbl(4).ename = MILLER
    first_rec_tbl(4).sal = 1300
    inside loop of second begin
    act_put_str_tbl(3) = KING
    first_rec_tbl(1).ename = KING
    first_rec_tbl(1).sal = 5000
    PL/SQL procedure successfully completed.
    SQL> SY.
    Edited by: Solomon Yakobson on Dec 27, 2008 12:32 PM

  • Installed Yosemite, now my MacBook Pro is running slow and the FileVault keeps saying estimating time remaining.

    I installed Yosemite and since then the system has been running slow.  I chose to use FileVault and it says it's encrypting but keeps saying estimating time remaining.  I've tried repair permission and restarting my computer.  Saw some other threads with similar problem and ran diskutil cs list which showed 80% the first time and now says failed.  I also did an Entre Check and here are the results. 
    Problem description:
    Mac running slow after installing Yosemite
    EtreCheck version: 2.0.6 (91)
    Report generated October 26, 2014 at 12:18:37 AM PDT
    Hardware Information: ℹ️
      MacBook Pro (15-inch, Early 2011) (Verified)
      MacBook Pro - model: MacBookPro8,2
      1 2 GHz Intel Core i7 CPU: 4-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 3000 - VRAM: 384 MB
      AMD Radeon HD 6490M - VRAM: 256 MB
      Color LCD 1440 x 900
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 2 days 2:31:27
    Disk Information: ℹ️
      ST9500325ASG disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) /  [Startup]: 498.88 GB (360.91 GB free)
      Encrypted AES-XTS UnlockedFailed
      Core Storage: disk0s2 499.25 GB Online
      MATSHITADVD-R   UJ-898 disk2 : (510.3 MB)
      S.M.A.R.T. Status: Verified
      disk2s1 (disk2s1) <not mounted> : 11 MB
      disk2s2 (disk2s2) <not mounted> : 15 MB
      disk2s3 (disk2s3) <not mounted> : 11 MB
      disk2s4 (disk2s4) <not mounted> : 12 MB
      disk2s5 (disk2s5) <not mounted> : 8 MB
      disk2s6 (disk2s6) <not mounted> : 11 MB
      disk2s7 (disk2s7) <not mounted> : 13 MB
      disk2s8 (disk2s8) <not mounted> : 14 MB
      disk2s9 (disk2s9) <not mounted> : 14 MB
      disk2s10 (disk2s10) <not mounted> : 15 MB
      disk2s11 (disk2s11) <not mounted> : 8 MB
      disk2s12 (disk2s12) <not mounted> : 9 MB
      disk2s13 (disk2s13) <not mounted> : 27 MB
      disk2s14 (disk2s14) <not mounted> : 16 MB
      disk2s15 (disk2s15) <not mounted> : 23 MB
      disk2s16 (disk2s16) <not mounted> : 12 MB
      disk2s17 (disk2s17) <not mounted> : 11 MB
      disk2s18 (disk2s18) <not mounted> : 24 MB
      disk2s19 (disk2s19) <not mounted> : 14 MB
      disk2s20 (disk2s20) <not mounted> : 18 MB
      disk2s21 (disk2s21) <not mounted> : 10 MB
      disk2s22 (disk2s22) <not mounted> : 36 MB
      disk2s23 (disk2s23) <not mounted> : 17 MB
      disk2s24 (disk2s24) <not mounted> : 20 MB
      disk2s25 (disk2s25) <not mounted> : 18 MB
      disk2s26 (disk2s26) <not mounted> : 42 MB
      disk2s27 (disk2s27) <not mounted> : 33 MB
      disk2s28 (disk2s28) <not mounted> : 29 MB
      disk2s29 (disk2s29) <not mounted> : 12 MB
      disk2s30 (disk2s30) <not mounted> : 6 MB
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Application Support/MacKeeper/AntiVirus.app
      [not loaded] net.kromtech.kext.AVKauth (2.3.7 - SDK 10.9) Support
      [not loaded] net.kromtech.kext.Firewall (2.3.7 - SDK 10.9) Support
      /System/Library/Extensions
      [loaded] com.Cycling74.driver.Soundflower (1.5.1) Support
    Problem System Launch Agents: ℹ️
      [failed] com.apple.AirPlayUIAgent.plist
      [failed] com.apple.CallHistoryPluginHelper.plist
      [failed] com.apple.CallHistorySyncHelper.plist
      [failed] com.apple.cloudd.plist
      [failed] com.apple.coreservices.appleid.authentication.plist
      [failed] com.apple.EscrowSecurityAlert.plist
      [failed] com.apple.icloud.fmfd.plist
      [failed] com.apple.nsurlsessiond.plist
      [failed] com.apple.printtool.agent.plist
      [failed] com.apple.recentsd.plist
      [failed] com.apple.scopedbookmarkagent.xpc.plist
      [failed] com.apple.secd.plist
      [failed] com.apple.security.cloudkeychainproxy.plist
      [failed] com.apple.spindump_agent.plist
      [failed] com.apple.telephonyutilities.callservicesd.plist
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.AssetCacheLocatorService.plist
      [failed] com.apple.awdd.plist
      [failed] com.apple.corestorage.corestoragehelperd.plist
      [failed] com.apple.ctkd.plist
      [failed] com.apple.GSSCred.plist
      [failed] com.apple.icloud.findmydeviced.plist
      [failed] com.apple.ifdreader.plist
      [failed] com.apple.nehelper.plist
      [failed] com.apple.nsurlsessiond.plist
      [failed] com.apple.periodic-daily.plist
      [failed] com.apple.softwareupdate_download_service.plist
      [failed] com.apple.systemstats.analysis.plist
      [failed] com.apple.wdhelper.plist
      [failed] com.apple.xpc.smd.plist
    Launch Agents: ℹ️
      [invalid?] com.sophos.uiserver.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [invalid?] com.sophos.intercheck.plist Support
      [invalid?] com.sophos.notification.plist Support
      [running] com.zeobit.MacKeeper.AntiVirus.plist Support
      [running] com.zeobit.MacKeeper.plugin.AntiTheft.daemon.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.google.keystone.agent.plist Support
      [running] com.plexapp.helper.plist Support
      [running] com.zeobit.MacKeeper.Helper.plist Support
    User Login Items: ℹ️
      iTunesHelper UNKNOWNHidden (missing value)
      Microsoft AU Daemon Application (/Applications/Microsoft AutoUpdate.app/Contents/MacOS/Microsoft AU Daemon.app)
      Canon IJ Network Scanner Selector2 ApplicationHidden (/Library/Printers/Canon/IJScanner/Utilities/Canon IJ Network Scanner Selector2.app)
      Canon IJ Network Scan Utility Application (/Library/Printers/Canon/BJPrinter/Utilities/Canon IJ Network Scan Utility.app)
      AdobeResourceSynchronizer ApplicationHidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
    Internet Plug-ins: ℹ️
      JavaAppletPlugin: Version: 15.0.0 - SDK 10.10 Check version
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      Default Browser: Version: 600 - SDK 10.10
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 Support
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
    User Internet Plug-ins: ℹ️
      Move_Media_Player: Version: npmnqmp 071505000006 Support
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: ON
      Auto backup: YES
      Destinations:
      GoFlex Home Backup [Network]
      Total size: 3 TB
      Total number of backups: 70
      Oldest backup: 2013-07-21 16:39:58 +0000
      Last backup: 2014-10-17 01:49:13 +0000
      Size of backup disk: Excellent
      Backup size 3 TB > (Disk size 0 B X 3)
    Top Processes by CPU: ℹ️
          5% WindowServer
          1% diskimages-helper
          0% backupd
          0% AppleSpell
          0% fontd
    Top Processes by Memory: ℹ️
      172 MB com.apple.WebKit.WebContent
      116 MB backupd
      77 MB Dock
      52 MB Finder
      47 MB com.apple.WebKit.Networking
    Virtual Memory Information: ℹ️
      48 MB Free RAM
      1.08 GB Active RAM
      1.04 GB Inactive RAM
      1.19 GB Wired RAM
      33.41 GB Page-ins
      1.26 GB Page-outs

    Please answer as many of the following questions as you can. You may already have answered some of them; in that case, there's no need to repeat the answers.
    Restart the router and the broadband device, if they're separate. Any change?
    Run Software Update and install all available updates for OS X or the computer's firmware. Any change?
    Are you connected to Ethernet as well as Wi-Fi? If so, disconnect the Ethernet cable or adapter and test.
    If possible, connect to the router with an Ethernet cable and turn off Wi-Fi. Any difference?
    If you can connect to more than one network, are they all the same?
    Are all network applications affected, or only some? If only some, which ones?
    Is networking always the same, or is the problem intermittent?
    Disconnect all other devices from the network. Any change?
    If you're running a MacBook with the lid closed, open the lid. Any difference?
    Start up in safe mode and test. Any difference?
    Start up in Recovery mode. From the OS X Utilities screen, select Get Help Online. A clean copy of Safari will launch. No plugins, such as Flash, will be available. Any difference?
    If possible, turn off Bluetooth and disconnect any USB 3 devices. Any difference?

  • HT204247 Why is my iPhone Backup WAY larger than estimated? Pics incl.

    Thank you for reading!
    I have an iPhone 5S 16 GB running ios 8.1.3. My iPhone is being backed up to iCloud. Currently the backup is estimated at nearly 600 MB. I am utilizing iCloud photostream. I do not have photos saved locally. The largest app under the estimate (when clicking "manage more storage" is only 12 mB.
    Why is the backup SO large?!

    You are welcome for reading. 600 MB backup is not large, by all means. I have no imessages, about 60 photos and my backup is over 1 Gig. You just don't realize what happens with files. If you were to create smallest file possible by using notepad on your computer and typing one letter, it would still have more then 20 kbytes. We are talking apps that require bigger files for even smallest stuff. So you can pursue that avenue - why or why or just be happy that yet you don't have to pay for storage over 5 gigs. Your poison.

  • I dropped my iPhone 4s and the back cracked and it now will not turn on. I was wondering if anyone could give me an estimated price to fix it. Thanks. And I do have insurance on it with best buy. I'm with Verizon so I don't know what way would be cheaper

    I dropped my iPhone 4s and the back cracked and it now will not turn on. I was wondering if anyone could give me an estimated price to fix it. And I do have insurance on it with best buy. I'm on Verizon's phone plan so I don't know if it would be cheaper to have it fixed with Best Buy or Verizon. I cracked my iPod a little bit ago and got a refurbished one for free with the insurance on it but I don't now if it would be different because it is a phone. I don't know really anything about this stuff so any information that could possibly help me is greatly appreciated. Thanks.

    That's only for the iPhone 5. On the 4 and 4S, they can repair the back glass in store for $30. They will not replace the display on a 4 or 4S. They must replace the entire phone. Replacing the display on them requires disassembling the entire phone, which they will not do in store.

  • How can i see my printer's estimated ink level

    How can I see the estimated ink level on my printer and how to acssess cleaning properties of printer?

    Hi,
    Please use the following methods:
       http://h20564.www2.hp.com/hpsc/doc/public/display?​docId=emr_na-c02466762
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Parametrized BIP report integration on OBIEE 11g dashboard

    HI Experts,
    I have created BIP Report using SQL as source for my Dataset in Datamodel.Also, the report is parametrized with date value.
    SELECT * FORM EMP
    WHERE DEPT_NO=:DEPT_NO
    AND HIRE_DATE<=:FROMDATE
    AND HIRE_DATE>=:TODATE
    DEPTNO : List of value (Select DEPTNO  from DEPARTMENTS) and the Parameter is created as Menu type
    FROMDATE: List of vale(select day from Date_table) and the parameter is created as Date type
    TODATE: List of vale(select day from Date_table) and the parameter is created as Date type.
    The Report is working fine in BI Publisher portal.. Now I want to integrate this report onto the dashboard. For, that I have created 3 dashboard prompts (column prompts) and set the values to presentation variables DEPT_NO and FROMDATE and TODATE respectively...
    Now when I run my dashboard after choosing all the prompts the report is not getting generated. Instead, it is throwing below error.
    oracle.xdo.XDOException: java.lang.reflect.InvocationTargetException.
    I don't have an idea what is causing this issue and  i verified LOG Viewer form Enterprise manager.. But, no use.. I couldn't figure out the issue..
    Can any body help me how to resolve this issue..
    Regards
    Ramarao

    Hi Ramarao,
    There's many possible reasons why you're getting the error 'oracle.xdo.XDOException: java.lang.reflect.InvocationTargetException'. Because it's an XDO error, I'm stewing more towards your template that you're using.
    I would propose the following:
    print the whole error that you retrieved
    Change the SQL script from * to the specific column names and ensuring that maps correctly to your template
    Hope this gets the ball rolling and one step closer to resolving the issue
    Regards,
    Daniel

  • Error while doing Std.cost estimation.

    Hallo gurus,
    I am facing one problem while doing Std.Cost estimation.
    Let me explain in detailed..
    I am doing costing estimation for a Product. This product contains both Bought out Material and Customer Supplied Products.But both are coming as Material class as Raw material.
    But Overheads to be calculated differently for those means for Bought out product - 1.5% and for Customer supplied Products-5%.
    So i have created one Overhead Key and the same is attached to Overhead
    Group and this overhead group is attached to a respective material.
    In Costing sheet for overhead i have selected Dependency D010 and maintained the same along with Overhead key..
    But while executing CK11N, system is not calculating the same.
    Pls through some light on this....
    Advance Thanks..
    Regds,
    Janardhan.

    Did you attached the costing sheet in costing variant?

  • Error: no product cost estimation possible, at the releasing for accounting

    Hi Guru,
    while releasing for account in billing document for the finished product.Shows Error as:"no product cost estimation not allowed". Thou I cheked configuration checking of costing key in COPA and costing variant of relevant one looks fine. Plz guide me further more configuration and basic settings needed in to solve this task.
    Thanking u in advance
    Murali.

    Pawan,
    Thanks for your quick reply.
    I have done those change also, still it is coming same as " No Product cost estimate was found". check  you costing key 100 in COPA configuration. i have checked costing key configuration , in that costing varinat PPC1, Costing Version 1, Period/Indicator as "Current Standard cost estimate Acc. to entry in Material Master" .
    How to fix this, guide me
    Sateesh

  • Displying wrong data after entering estimated cost while creating travel request.

    Hi Team,
    We are facing an issue while creating travel request from portal.
    When we are entering estimated cost and after clicking on save and send button we are getting data is saved as correct.But after clicking on display form button the data is showing as different.
    But after clicking on display form it is showing as 298900(adding two zeros at end for every cost).
    Please help on this.
    Thanks & Regards,
    Kumar.

    Hi Shankar,
    Thanks For the reply. Can you please let me know what settings need to be there in SU3. This issue is effecting for all the users belongs to that country. Can you please suggest me!!
    Thanks in advance.
    BR,
    Kumar.

  • I tries to backed up and storage on iCloud but its just shows down below "Estimating time remaining" but theres no time remaining !!! And i connect to the Wifi already and i buy a storage capacity !!! But its not backing so what should i do in that case !

    I tries to backed up and storage on iCloud but its just shows down below "Estimating time remaining" but theres no time remaining !!! And i connect to the Wifi already and i buy a storage capacity !!! But its not backing so what should i do in that case !!!?    

    Welcome to the Apple Community.
    First check that your device is correctly connected to the wifi/internet (settings > wifi)
    If your back up continually fails, you might try turning off back up on your mobile device (settings > iCloud > storage & backup) and then deleting the backup file from iCloud by swiping the backup file on the mobile device (settings > iCloud > storage & backup > manage…) and then turning back up on again.
    If this doesn't help, try turning off some items for back up in a pattern to try to establish if your problem is being caused by specific data on your device.
    Being able to back up to the cloud can be very useful, especially if you don't have access to a computer or have infrequent access to one, however unless you specifically need to use iCloud for back up, you will find backing up to iTunes significantly more convenient and possibly more reliable.

Maybe you are looking for

  • Mic input sound dropping in some apps?

    I can't figure out what the cause might be, but my mic, an old Apple (mini pin jack, I think) mic connects to an iMic USB Audio Interface. For some reason on reboot or turning on games like Call of Duty 4, the sound input drops to near zero, and I ha

  • I have Windows ME on another computer.

    How can I download an older version of Firefox. I presently have no browser available on the Windows ME PC but have a laptop to copy a download on.

  • Movie chapter thumbnails gone after 4.2 update

    Hello fellow iPad users. I've looked around the internet for this and haven't found anything about this. I had three movies on my iPad when I updated to 4.2. I went to play one after I updated and noticed that the chapter thumbnails are now gone. The

  • Java Stored Proc. and Linux User

    Hi When Oracle run some Java class inside Oracle9i DB what Linux user it use to run them? Is it user named oracle?

  • Reg.table and screen connectivities

    Dear Experts I want to save and retrieve some data like Emp Name,Emb No,Address and Cell number by creating new table and fields. How to implement this, what are the steps,how to connect the table with the screen. Pls explain in greate details. Thank