Remote vi first call very slow

My sequences include multiple call to vi's on a PXI chasis.  The PXI is running Labview.  The first time a step with a remote vi executes, nothing seems to happen for as long as 30 seconds.  Subsequent  executions of the same step occur instantly unless the module code is unloaded.  My hunch is that PXI Labview is searching for all the subvi's of the remote vi.  Optimizing the PXI search path may have helped a little.  But what helps enormously is to explicitly call the PXI Labview vi server within a code module running locally using vi references.  In this case even the first call is apparently instantaneous.  Has anyone experienced this?  Does anyone understand it?
Solved!
Go to Solution.

Hi htan,
I believe what ken was refering to when he mentioned explicitly calling the vi from a local code module was that he had created somewhat of a wrapper VI which uses a VI reference in order to call the remote VI.  He then instead referenced his local wrapper VI from his Teststand sequence.
I will try to address your question posed to CorbinH on how his first suggestion will be beneficial.  I believe his suggestion on creating a source distribution was aimed at getting all the VI dependencies in the same location on the local machine.  This would hopefully allow all of the VI dependencies to be located quickly as they will all be located in the VIs current directory rather than searching in various directories and on the remote machine.
Creating a Source Distribution in Labview:
http://digital.ni.com/public.nsf/allkb/F3DC40A6E3F3B25B862570AD005D1D3D
Justin D
Applications Engineer
National Instruments
http://www.ni.com/support/

Similar Messages

  • Remote Desktop to netbook very slow and laggy

    Remote Desktop to netbook over local ethernet is very slow and laggy. Netbook is Atom N280 with 2GB RAM and GPU with WDDM 1.0 driver. On Windows 7 all works fine even with an Aero Glass enabled for remote session. Now DWM consumes 10 to 25% permanently
    so I think it's a DWM problem. Network traffic is only up to 6Mb/s over 100Mbit LAN connection. Is there a way to connect to Windows 8 netbook useful way?

    Hi, sorry for my late reply but I didn't get notification about your post. I tried these settings and it is laggy same way. I read on Internet desktop composition in Windows 8 is always enabled regardless of RDP client settings. Display adapter is Mobile
    Intel 946 Express Chipset Family. I tried to install Standard VGA driver, but it is also very slow. I'll try clean install to VHD now to avoid any 3rd party software impact.
    Edit: I tried and it's slow even after a clean install.
    Edit2: It is an Intel 945 Express Chipset Family.

  • HttpService: first invocation very slow

    Hi all,
    I searched the forums a bunch for this one but couldn't find
    anything. Here goes:
    I am using FlexBuilder 3.0 to write an app that uses
    HttpService to call pre-compiled JSPs on BEA WebLogic 8.1, running
    on my localhost. When I run my Flex app through the IDE, the very
    first HttpService call takes nearly a minute before it even reaches
    the server. Every subsequent call is very fast. The first
    invocation performance also seems to be slightly better when I run
    the app outside of FlexBuilder.
    As mentioned the JSPs are all precompiled. From this and the
    server logs I am nearly 100% positive the latency is not
    server-side. It's like there's some kind of built-in latency in the
    very first HTTP call made from the Flex client, at least when run
    via FlexBuilder. Note that I've tried this with both
    http.HttpService and http.mxml.HttpService - same results.
    Anyone encounter this and/or know how to fix it? It's making
    my development/test cycle extremely slow.
    Thanks!!
    -Noah

    I figured it out - it was all on my side: misconfigured IE.
    Thanks for helping rule out the other possibilities. One thing I've
    learned is that it's important to pay attention to IE settings when
    you're doing dev work :-)
    Thanks,
    -Noah

  • First query very slow, subsequent queries fine

    In our 9i application when we first do a query it is extremely slow. If the database has not been used for sometime. This happens for sure after overnight, but also after an hour or so of inactivity during day.
    After the initial query eventually completes, subsequent queries seem fast and no problem. Is just problem with first query.
    This does not happen with all data. Just a particular group of data in our database.
    any suggestions?
    Thanks
    John

    Hi John !
    For mee, it looks like a data cache effect.
    A database need to manipulate data and use a data cache to avoid reading/writing data too much.
    So if the request don't find data in the cache, the database have to read it from disk and put it in the data cache (for me, your fist request). But if data are already in the cache, there is no need to reed them from disk. So the request time is very far better (for me, following requests).
    So if this is a very important problem what can you do ?
    - Check your query exec plan and try to need few data reads (avoid full scans tables for exemple...)
    - Rise the size of your db cache (check the cache hit ratio (1))
    - You can place data permanently in the cache (for table CACHE option) but only if these data sets are small (check dba_segments, [dba_tables after statistics]). If data sets are important, these data can eject other data from cache, so your request time will be good but other requests very bad.
    It could be a library cache effect too (same kind of problem: entries are made for querys already parsed, so the same query can avoid a hard parse) if, for exemple, you handle queries with 5,000 bind variables .
    You can check the library hit ratio too (2)
    To be sure of your problem, I think the best is to trace your request
    1) when executed first (cold request)
    2) and when executed 4th time (hot request)
    Tkprof the two traces and look where is the difference. There is 3 phases: parse, execute and fetch.
    Data cache problem is a high fetch, library, high parse. You will also find for your query the state which implies disk reads read (on execution plan)
    You can posts here cache query results and times for your 1st request and following requests. Even your trace files, if you want me to check your resolution.
    Regards,
    Jean-Luc
    (1)
    Cache hit ratio.
    Warning1: calculated from your last startup (so if your last startup is few weeks ago, you need to shutdwon, wait for a good sample of your batches executed, and try the following request)
    Warning2: There is no ">98 % is good" and "<90 % is bad". It depends on yours applications. For exemple, if same data is frequently acceded in a transactionnal database, you have rise it as high you can.
    But imagine databases for clients and clients who needs their data 1 time a day or a week (database or schema of client information like this very forum [Good exemple because I suspect them to use Oracle databases you know :)]). You can accept to have a high response time, lots of disk reads, and so a HR < 90.
    Cache hit ratio :
    select round((1-(pr.value/(bg.value+cg.value)))*100,2) cachehit
    from v$sysstat pr, v$sysstat bg, v$sysstat cg
    where pr.name = 'physical reads'
    and bg.name = 'db block gets'
    and cg.name = 'consistent gets';
    (2)
    Same warnings than (1)W1
    but not (1)W2: Library HR is generaly higher than cache hit ratio >98
    Library cache hit ratio :
    select round(sum(pinhits)/sum(pins) * 100,2) efficacite from v$librarycache;

  • Start asynchronous call very slow to return

    Hello,
    I have a user interface that contains 12 subpanels.  These 12 subpanels are populated at startup with 12 reentrant VIs that are a method of a class (called PulseOx).  At startup, I initialize the subpanels by opening a reference to the VI (PulseOx:isplay).  An image of the initialization routine is show below. 
    Matt Richardson
    Certified LabVIEW Developer
    MSR Consulting, LLC

    OK - so the formatting blew up on me and I can't seem to edit the original post.  But, what I have found related to the above is similar to the Start Asynchronous Call performance.  Essentially, the VI that I call via this routine is reentrant and it starts by attempting to initialize a serial port.  If the device is not present, the port throws an error when I attempt to configure it, but only after waiting 5 seconds.  So, the reason everything seems so slow is due to the long configuration time.  This seems to be a hardware defined timeout - the configure serial port VI will not relinquish control until it has finished attempting to configure the port - 5 s.  This in and of itself is not a big deal.  We can live with this timeout, but what I don't understand is why this might be interfering with other VIs that are attempting to read from other serial ports that are properly connected.  In my current setup, the display VI launched via the call to the Start Asynchronous Call attempts to connect repeatedly (this helps if a user accidentally disconnects the device and then reconnects later).  The call to initialize the ports resides in a reentrant VI that runs on the instrument i/o execution system.  All others use the stanard execution system.
    Does anyone have any thoughts as to why the execution of reentrant VIs might interfere with each other if all VIs called are reentrant themselves? 
    Matt
    Matt Richardson
    Certified LabVIEW Developer
    MSR Consulting, LLC

  • Satellite A300 - Very slow statrting of Windows OS

    hello
    i own a Toshiba a300.
    I'm facing a lot of problems with it.
    Firstly, its very slow at start up..... I'v read read this post
    -removing all useless software from the system
    -removing preinstalled antivir application and installation of Avira Antivir software (for me definitely the best one because it doesn't need so many resources)
    -disabling start up for all processes that I donâ't need (MSCONFIG)
    -disabling all hardware components I don't need in device manager (modem, multicard reader, PCMCIA slot, firewire)
    Pls can u mention precisely what all are useless softwares in my laptop...... This is first time im owning a computer so i donnno much....
    I'm using kaspersky anti virus. Should i switch to avira?? I'm also facing another problem. My led on/off function doesnt work instead it acts as a mute button. It used to be fine earlier... I tried button support (dimmer.exe), HW setup but both failed... then i uninstalled n reinstalled some value added pack from an australian site but that too failed... pls help ..... I'm p***** off..... any suggestions/help will be really appreciated.

    >Pls can u mention precisely what all are useless softwares in my laptop......
    Only you can decide what software is not important for you
    Toshiba has preinstalled many different programs. Most of these applications controls some notebook features like FN buttons, controls, etc but of course such software needs hardware resources and slow down the booting procedure.
    In MSCONFIG you can disable some processes and could test how the notebook would run without these applications.
    Furthermore I recommend updating or removing the Tempro tool which was preinstalled by Toshiba!
    The Avira scanner is great. Im using it as well and its for free.
    Its low hardware eater and therefore the notebook should boot faster using Avira instead Kaspersky.

  • FlasCC compiled swc library is very slow on first function call - how can I speed it up?

    Hi everyone,
    I have a C++ library that fits a mesh onto images of faces, now compiled into an swc.
    I have just exposed one function from the library, that operates on a BitmapData and returns a Vector of Points indicating various parts of the face.
    The problem is that the first call to the library (to process the first image) seems to take about 10 seconds. After that repeated calls take a fraction of a second.
    Is there any way I can improve the performance on the first call, by initialising my library class in an init method or something? In the target application most users will only call the library once, so I need to improve this.
    UPDATE: Profiling in Flash Builder, the [verify] action (which I understand is JIT bytecode verification) takes 10.1 seconds. The other main culprits are [avm1] (1.7s) and global$init.global$init (2.0s).
    Can this be normal behaviour that JIT verification takes 10 seconds? Or can I speed it up? The source C++ code is probably 100,000 lines because it includes several modules from OpenCV, however so does Alex Mac's OpenCV demo and it doesn't take this long.
    Below is the code for my library wrapper. Very grateful for any help!
    #include <AS3/AS3.h>
    #include <AS3/AS3++.h>
    #include <Flash++.h>
    #include "FlashCLM.h"
    using namespace AS3::local;
    // First we mark the function declaration with a GCC attribute specifying the
    // AS3 signature we want it to have in the generated SWC. The function will
    // be located in the com.FrameFish namespace.
    void fitCLM() __attribute__((used,
              annotate("as3sig:public function fitCLM(img:BitmapData,shape:Vector.<Point>):int"),
              annotate("as3package:com.FrameFish"),
              annotate("as3import:flash.utils.ByteArray"),
              annotate("as3import:flash.geom.Point"),
              annotate("as3import:flash.display.BitmapData"),
              annotate("as3import:flash.Vector")));
    void fitCLM(){
              AS3_Trace("fitCLM starting");
              // Copy pixels to C ram
              inline_as3(
                        "var ba:ByteArray = img.getPixels(img.rect);\n"
            "var imgPtr:int = CModule.malloc(ba.length);\n"
                        "ba.position = 0;\n"
                        "CModule.writeBytes(imgPtr, ba.length, ba);\n"
        uint8_t* pixels = 0;
        AS3_GetScalarFromVar(pixels, imgPtr);
              // Get the width and height of image
              inline_as3(
                        "var w:int = img.width;\n"
                        "var h:int = img.height;\n"
              int width, height;
              AS3_GetScalarFromVar(width, w);
              AS3_GetScalarFromVar(height, h);
              // Fit CLM
              ff::FlashCLM clm;
              int shapeSize = 58*2; // Size of the imm_face_db markup
              int* shapeBuffer = new int[shapeSize];
              int result;
              clm.fit(pixels, width, height, shapeBuffer, &shapeSize, &result);
              // Copy shape to as3 shape vector
              if (result == ff::FlashCLM::FOUND){
                        for (int i=1; i<shapeSize; i+=2){
                                  inline_as3(
                                            "var x:Number = %0;\n"
                                            "var y:Number = %1;\n"
                                            "var p:Point = new Point(x,y);\n"
                                            "shape.push(p);\n"
                                            : : "r"(shapeBuffer[i-1]), "r"(shapeBuffer[i])
              // Clean up C memory
              inline_as3(
                        "CModule.free(imgPtr);\n"
              delete shapeBuffer;
        // return the result (using an AS3 return rather than a C/C++ return)
        AS3_Return(result);
    int main(){
        // We still need a main function for the SWC. this function must be called
        // so that all the static init code is executed before any library functions
        // are used.
        // The main function for a library must throw an exception so that it does
        // not return normally. Returning normally would cause the static
        // destructors to be executed leaving the library in an unuseable state.
        AS3_GoAsync();

    I never did get to the bottom of it. I got this response from Alex Mac:
    It's hard to give good advice at the C++ level because the problem is more
    of  a code generation issue. When a function ends up requiring too many
    registers to be live at once the resulting AS3 code can in some cases cause
    the verifier to take a long time to run. Exception handling and
    setjmp/longjmp can contribute to this, but so can things beyond your
    control when LLVM inlines too much into a single function and ends up
    generating unreasonable code...
    In the end I moved most of my C++ code out of flash and on to a server. To
    me flascc was a nice idea but didn't live up to the hype

  • Very slow first Mobile Service call after one minute incativity

    My mobile service api (basic tire) response about 30 sec delay for the first call. The subsequent calls are fine but the first call even sometimes times out. Which is totally unacceptable. The worse is that after one minutes inactivity it stars again.
    It uses SQL Server (Standard tire) which is the culprit I guess. Because if I do a manual db query before
    the time lag of the api call disappear. I set up automated api calls  requesting db quires in about every minutes but did not helped. Looks like they are screened. 
    What should I do until I have enough customers to get an api call every minutes?
    It's a quite important issue because due to the bad user experience the app will never have enough customers.

    I have done a lot of testing to gain more accurate data about the case. It's quite time consuming because I have to wait some minutes after each testing. I focused this time only one of my stored procedure and measured it from the app, from browser and from
    VS SQL Server and turned out I was wrong there is a similar significant time lag from all method and if I wait enough about half an hour in all method the stored procedure call will time out. Thus, the underlying issue is probably in SQL Server.
    The VS SQL Server provides the following error massage:
    Msg 4083, Level 16, State 1, Procedure likingProbability, Line 51
    The connection was recovered and rowcount in the first query is not available. Please execute another query to get a valid rowcount.
    The actual rowcount in the code:
    SELECT @howGood = howGood FROM goodforme.Scans WHERE itemId = @itemId AND userId = @userId
    IF (@@ROWCOUNT > 0 AND (@howGood = @MAX_RATE OR @howGood = @MIN_RATE))
    BEGIN
    SET @howGoodPrediction = @howGood
    RETURN
    END
    For me it looks like the rowcount should be valid. 
    In the second call the response is valid but with huge delay like 20 sec, but in the subsequent calls it's linearly reduced to about 1 sec. And if the next call happens about 30 sec later the response will have increase again to about 10 sec time lag and so
    on. Thank you for helping to solve the issue.

  • Initial RMI call to the server very slow

    I have an RMI client who is trying to connect to an RMI server.
    The server is behind a physical firewall, i think its netscreen, during the first call of the client, it is registering itself to the remote object in the server, the call takes up aroung two-three minutes to complete, after that, the succeeding remote method calls are fast, why is this happening?
    need help on this

    the call takes up aroung two-three minutes to
    completesorry, i meant the client takes two-three minutes before it was able to call the method, once called, the method proceeds normally, then the succeeding calls are not that slow anymore

  • The first time I start Firefox it is very slow coming up but after it is up and I want another window it fast again. What do I need to do to clean out whatever is clogging it up.

    Question
    The first time I start Firefox it is very slow coming up but after it is up and I want another window it fast again. What do I need to do to clean out whatever is clogging it up. edit

    * The first time you start up any application after turning on your computer is called a cold start, which is why Firefox takes a while to load right away. (I've noticed that future versions of Firefox start up faster on a cold start then Firefox 5.0.1.) Also, a lower amount of RAM could be slowing its start-up down since Firefox is kind of memory hungry.
    * As for the second part of your question, press ctrl,Alt, and the delete keys on your keyboard. The Windows Task Manager should start. Go to the processes tab and look for 'firefox.exe'. Right click on the firefox.exe and click 'End Process'. Hit Yes and wait for a minute.
    * Then opening Firefox again.
    Hopefully this helped somewhat!

  • Simple Soap Test, VERY SLOW with XP, only 5 calls per second !

    Hello,
    I'm just starting developing a web service. My first test shows a very slow performance of only about 5 calls per second:
    Windows XP client localhost -> Windows XP server: 2000 calls per second
    Windows XP client in VM on server maschine -> Windows XP server: 4,5 calls per second
    Windows XP client over 100 MBit LAN -> Windows XP server: 2000 calls per second: 4,5 calls per second
    Windows XP client over 1000 MBit LAN -> Windows XP server: 2000 calls per second: 4,5 calls per second
    So you might think, that is it, but - using identical jars:
    Mac OS X, 10.6 client -> Windows XP server: 880 calls per second
    Windows XP client -> Mac OS X 10.6 server: 4,5 calls per second
    So the problem seems to be the client setup on an Windows XP system.
    This is the service code:
    package net.metasafe.soapbenchmark.server;
    import javax.jws.WebMethod;
    import javax.jws.WebService;
    @WebService
    public class TestLib {
         private int count = 0;
         public TestLib() {
              // nothing to do
         @WebMethod
         public int div(int a, int b) {
              this.count++;
              if (b == 0)
                   throw new IllegalArgumentException("b must not be 0!");
              return a / b;
         @WebMethod
         public int getNumberOfCalls() {
              return this.count;
         @WebMethod
         public void resetCount() {
              this.count = 0;
    }This is the sevice publisher:
    package net.metasafe.soapbenchmark.server;
    import javax.xml.ws.Endpoint;
    class ServicesPublisher {
         public static void main(String[] args) {
              if (args.length != 2) {
                   System.out.println("2 Arguments required: <servername/IP> <port>");
                   return;
              String url = "http://" + args[0] + ":" + args[1] + "/services";
              System.out.println("Publishing TestLib service at url '" + url + "'.");
              Endpoint.publish(url, new TestLib());
    }This is the client code:
         public static void main(String[] args) throws MalformedURLException {
              if (args.length != 3) {
                   System.out
                             .println("3 Arguments required: <servername/IP> <port> <number of calls>");
                   return;
              int num = Integer.parseInt(args[2]);
              URL url = new URL("http://" + args[0] + ":" + args[1]
                        + "/services?wsdl");
              System.out.println("Conneting to service '" + url + "' .... ");
              QName qname = new QName("http://some_uri/",
                        "TestLibService");
              TestLibService service = new TestLibService(url, qname);
              TestLib tl = service.getTestLibPort();
              System.out.println("Connected !");
              // reset count
              tl.resetCount();
              System.out.println("\nPerforming " + num + " calls ...");
              long starttime = System.currentTimeMillis();
              int i;
              for (i = 1; i <= num; i++) {
                   tl.div(i, 2);
                   if (i % 100 == 0)
                        System.out.println(i);
              long t = System.currentTimeMillis() - starttime;
              System.out.println("Performed " + tl.getNumberOfCalls() + " calls in "
                        + (t / 1000.0f) + " seconds.");
              System.out.println("Calls per second: " + (num * 1000.0f / t));
              System.out.println("Done");
         }Any idea, why this is so slow, if the client runs on an Windwos XP (Pro) system ?
    Is there anything I have to be aware of when choosing the QName ?
    Best regards
    Marc

    Hello,
    no one any idea on for this ?
    How many calls do you get normally on Windows XP machines ?
    Regards
    Markus

  • Report Viewer is very slow at first time

    Hi,
    We are facing very slow when loading the reports.For any search it is taking more time to load the reports.We are thinking issue is due to report viewer control and we are using report viewer control version 10.0.0.0.Could you please let us know how to resolve
    this issue.
    Thanks,
    Vijay

    How big id the query?  How much memory does the server have? It is possible that an execution plan/data pages of the query was thrown from the cache and SQL Server needs to compile/read the data from disk again.
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Remote Desktop To Windows Server Very Slow

    I have OS X 10.6 running on a MBP and a problem that seems to be growing worse over time. I am using Remote Desktop (both CoRD and Microsoft Remote Desktop) to gain access to remote servers. One is a Windows Server 2008, the others are Windows Server 2003. Initially all was fine, but over the last 2 months access to the W2K server has crawled to a halt. Now, when accessing the other servers I'm having the same issue. I have tried different clients for remote access, used different high speed Internet connections (FIOS, a private network) and the result is the same. Very, very slow connections.
    I have also tried using a different login on the laptop to no avail.
    I booted Windows on my MBP using Parralels Desktop and tried using Windows RDC to the same servers; that works fine. In fact, I can access the servers very quickly using my iPhone's Remote Access software using the same Internet connection (home WiFi) as my MacBook Pro.
    So I can only assume it's an issue with OS X 10.6, since different devices using the same Internet connection can make a much faster connection. But I can't find any similar posts on the issue.
    Any ideas are appreciated!

    Hi Jason,
    From the error message, it seems that take time to load the user configuration properly from the server and then the network connection was slow. Please refer to following article
    and check if help you to troubleshoot slow logon.
    Troubleshooting
    Slow Logons
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft
    does not guarantee the accuracy of this information.
    Meanwhile, please refer to following thread and check if can help you.
    Remote
    Desktop Services has taken too long to load the user configuration from server Event ID 20499
    Hope this helps.
    Best regards,
    Justin Gu

  • First time network folder access is very very slow...

    Hi,
    On my new Windows 8 box (T500 laptop) I have this annoying problem that first time network folder access is very slow, it can take 30-40 seconds from you click the drive and until it opens. This happens everytime after my laptop has been sleeping and such.
    I can even be connected via MSTSC to that same server - but still explorer first time access is painfully slow. Search index thing? 
    When the drive has been opened the first time I have a blazing fast network access with absolutely no latency at all...
    Any suggestions?
    Werner

    Hi,
    Please check how it works when connecting to other share folder.
    If the Windows Home Server has a Realtek network adapter, please also refer to the following post:
    Troubleshooting Slow Read/ Transfer Speeds for a Windows Home Server
    http://www.servethehome.com/troubleshooting-slow-read-transfer-speeds-for-a-windows-home-server/
    To monitor the network traffic, please try Network Monitor:
    Microsoft Network Monitor 3.4
    http://www.microsoft.com/en-us/download/details.aspx?id=4865
    Hope this helps.
    Thanks.
    Nicholas Li
    TechNet Community Support
    Thanks. I created 1 mapped folder for a local folder. And 1 mapped folder for my mediacenter (Windows 7). Both of these showed immediately as accessible. But the two mapped folders on my server doesn't. Perhaps this isn't a Windows 8 problem afterall...hm.
    I shall try to replicate the problem from my Windows 7 pc tonight. 
    I installed the network monitor and it shows:
    My Traffic
       System
       Unknown
       Unavailable
    Other Traffic
       Unknown
    Underneath all leafs are a bunch of IPv4 and IPv6 nodes. I guess I should apply a filter where Source or Destination equals my server? And after that - what indicates trouble?
    Werner

  • Firefox was fast when I first started using. Now, very slow to open and freezes often. Frequent message is "Warning-unresponsive script". Do I need to switch back to Internet Explorer?

    Switched from Internet Explorer because seemed slow. Firefox was fast at first. Then upgraded to Firefox 4 and frequently have trouble opening. Sometimes page doesn't open, or is very slow. If I try to open again I will get Mozilla Firefox Unresponsive or a message that say "Warning-Unresponsive Script". Often have to restart and do the whole thing again. Don't really want to switch back to Internet Explorer, but getting tired of taking a half hour to get into my emails!

    I am having the same problem, but not sure what's causing the slow down. Restarting in safe mode fixes the performance problem... but disabling all plug ins and extensions in normal mode (and restarting firefox) still shows the bug. Any ideas?

Maybe you are looking for

  • Disappearing Hard Drive Space After Yosemite Update

    After installing OS X Yosemite my hard drive space has dwindled to basically nothing, rendering my computer useless.  I had at least 50 gb (maybe more) of hard drive space before updating from mavericks to yosemite.  Now, after using my computer for

  • Variable in Select statement JDBC sender

    Hi All, I am working on JDBC sender and this scenario is working fine. Now the legacy system has different enviroment for development, quality and production so I need to change the enviroment for each system. Is there any way I can make it as variab

  • Midlet running in the background/foreground

    i would like to know if it is possible to have a midlet running on for example a mobile phone - and this midlet runs in the background and as soon as certain parameters meet each other the midlet will be in the foreground again ... also i want to kno

  • How should I add a Software Component in the Integration Repostory?

    What should I do in the SLD and in the IR in order to add a new Software Component in the Integration Repostory?

  • Numerous problems with Mavericks

    Just upgraded to Maverics the other day and nothing but problems. First of all, I get error code 50 which prevents me from writing to my external drive, which was quite fine under ML. Now today, I want to burn some CD's into iTunes and my internal su