Is it normal for OS X running on many .exec files inside system library

Is it normal for OS X running on many .exec files inside system library?
Because my Mac getting slower.

Please post a screenshot that shows what you mean.
To take a screenshot, follow the instructions linked below. Be careful not to include any private information.
Shortcuts for taking pictures of the screen
Start a reply to this message. Click the camera icon in the toolbar of the editing window and select the image file to upload it. You can also include text in the reply.

Similar Messages

  • How can I run a labview executable file inside a VI

    How can i add and run a labview executable file inside the vi and grab the output of the executable file to be used in the vi?
    mytestautomation.com
    ...unleashed the power, explore and share ideas on power supply testing
    nissanskyline.org
    ...your alternative nissan skyline information site

    Hi cmdrb,
    to run an executable you use SystemExec function.
    To get the output of your (LabVIEW-made) executable you need to program some data transfer means: you may use network functions or file functions. In both cases your "LabVIEW executable" needs to provide that options…
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • HT204135 I can't load software for my Cannon MP810 I get amesage to use system/library/Extensions/RTL8187Bl.kext

    Please advise how I can  install Cannon MP810 preinter software I got a message failed  System/library/Extensions/RTL8187Bl.kext

    Are you still using some sort of network usb dongle.
    That kext is for some network device and it apparently wasn't written correctly. If you're not using it, uninstall the device software using the manufacturer's uninstall utility.
    If you are using it, contact the manufacturer and see if they have an update that works correctly in Lion.

  • Is there a fix for iTunes not running under Windows 8.1 Operating System?

    I used iTunes for Windows, on my Dell Tower PC, successfully under Windows 7 to import CD tracks and share them with my iPad and iPhone using iTunes Match but since I upgraded my operating system to Windows 8 and then 8.1, iTunes for Windows will not run, despite my downloading the latest versions as they become available; I receive no error message!

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    You could also try working through
    TS1717: iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    tt2

  • Oracle XE 11g x64 does not run. No *DBF files inside of the XE folder. Windows 7 Pro x64.

    Hello everyone!
    I hope you are doing well all. In my case I have some troubles by installing Oracle XE 11g on my PC. My OS is Windows 7 Pro x64.
    1. I activated the Administrator mode on my PC (net user Administrator /active:yes)
    2. Started the setup as Administrator. The setup process was finished successfully with no errors showed.
    3. Started the Database, OracleServiceXE, OracleXETNListener and other services.
    4. Tried to connect using sqlplus-> connect system ->password, what in result gave me ORA-01034 Oracle not available and ORA-27101 Shared memory realm does not exist errors.
    5. Then I recognized that my C:\oraclexe\app\oracle\oradata\XE folder is empty when it should be usually full with 6 DBF file.
    6. I opened the cloneDBCreation.log and it contains these data:
    SQL> Create controlfile reuse set database "XE"
      2  MAXINSTANCES 8
      3  MAXLOGHISTORY 1
      4  MAXLOGFILES 16
      5  MAXLOGMEMBERS 3
      6  MAXDATAFILES 100
      7  Datafile
      8  'C:\oraclexe\app\oracle\oradata\XE\system.dbf',
      9  'C:\oraclexe\app\oracle\oradata\XE\undotbs1.dbf',
    10  'C:\oraclexe\app\oracle\oradata\XE\sysaux.dbf',
    11  'C:\oraclexe\app\oracle\oradata\XE\users.dbf'
    12  LOGFILE
    13  GROUP 1 SIZE 51200K,
    14  GROUP 2 SIZE 51200K,
    15  RESETLOGS;
    SP2-0640: Not connected
    SQL> exec dbms_backup_restore.zerodbid(0);
    SP2-0640: Not connected
    SP2-0641: "EXECUTE" requires connection to server
    SQL> shutdown immediate;
    ORA-12560: TNS:protocol adapter error
    SQL> startup nomount pfile="C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\initXETemp.ora";
    ORA-12560: TNS:protocol adapter error
    SQL> Create controlfile reuse set database "XE"
      2  MAXINSTANCES 8
      3  MAXLOGHISTORY 1
      4  MAXLOGFILES 16
      5  MAXLOGMEMBERS 3
      6  MAXDATAFILES 100
      7  Datafile
      8  'C:\oraclexe\app\oracle\oradata\XE\system.dbf',
      9  'C:\oraclexe\app\oracle\oradata\XE\undotbs1.dbf',
    10  'C:\oraclexe\app\oracle\oradata\XE\sysaux.dbf',
    11  'C:\oraclexe\app\oracle\oradata\XE\users.dbf'
    12  LOGFILE
    13  GROUP 1 SIZE 51200K,
    14  GROUP 2 SIZE 51200K,
    15  RESETLOGS;
    SP2-0640: Not connected
    SQL> alter system enable restricted session;
    SP2-0640: Not connected
    SQL> alter database "XE" open resetlogs;
    SP2-0640: Not connected
    SQL> alter database rename global_name to "XE";
    SP2-0640: Not connected
    SQL> alter system switch logfile;
    SP2-0640: Not connected
    SQL> alter system checkpoint;
    SP2-0640: Not connected
    SQL> alter database drop logfile group 3;
    SP2-0640: Not connected
    SQL> ALTER TABLESPACE TEMP ADD TEMPFILE 'C:\oraclexe\app\oracle\oradata\XE\temp.dbf' SIZE 20480K REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED;
    SP2-0640: Not connected
    SQL> select tablespace_name from dba_tablespaces where tablespace_name='USERS';
    SP2-0640: Not connected
    SQL> select sid, program, serial#, username from v$session;
    SP2-0640: Not connected
    SQL> alter user sys identified by "&&sysPassword";
    SP2-0640: Not connected
    SQL> alter user system identified by "&&systemPassword";
    SP2-0640: Not connected
    SQL> alter system disable restricted session;
    SP2-0640: Not connected
    SQL> @C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\postScripts.sql
    SQL> connect "SYS"/"&&sysPassword" as SYSDBA
    ERROR:
    ORA-12560: TNS:protocol adapter error
    SQL> set echo on
    SQL> spool C:\oraclexe\app\oracle\product\11.2.0\server\config\log\postScripts.log
    I spent around 2 days to come to this reason and now I do not know what to do next.
    My actions to resolve this problem:
    1. Checked if my user has administrative rights and belongs to ora_dba. It does!
    2. Turned Microsoft UAC off.
    3. Set the system and local variables of ORACLE_BASE, ORACLE_HOME, ORACLE_SID, PATH, TNS-ADMIN to the appropriate values in Enivornment Variables:
         - ORACLE_BASE -> C:\oraclexe
         - ORACLE_HOME -> %ORACLE_BASE%\app\oracle\product\11.2.0\server
         - ORACLE_SID -> XE
         - Added to PATH -> C:\oraclexe\app\oracle\product\11.2.0\server\bin;
         - TNS_ADMIN -> %ORACLE_HOME%\network\admin
    4. Removed Oracle XE 11g and reinstalled to another drive. No sense!
    Some more errors:
    1. C:\oraclexe\app\oracle\product\11.2.0\server\config\log\XE.bat.log
    Instance created.
    DIM-00019: create service error
    O/S-Error: (OS 1387) Ein Mitglied konnte in der lokalen Gruppe nicht hinzugefugt oder entfernt werden, da das Mitglied nicht vorhanden ist.
    It means -> O/S-Error: (OS 1387) Unable to add or remove a member from the local group because this member does not exist.
    I understand that I need to logon as batch job. I added me to this policy in User Rights Assignments, but still I get these "DIM-00019: create service error" and "O/S-Error: (OS 1387)". And I guess just therefore my database is not starting well.
    2. 127.0.0.1:8080/apex/f?p=4950 is not starting in browser. It is probably because the database is not running appropriately. For this issue have already seen one topic in Google that the HTTP Properties inside the Listener Status must be set to 8080 to make this link work. But in my case I do not see this line in my Listener Status:
    Some other information relevant to the issue:
    1)  echo %USERNAME% - Administrator
         echo %USERDOMAIN% - ildar-PC
    2) Listener.log:
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
          (ADDRESS = (PROTOCOL = TCP)(HOST = ildar-PC)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    3) Tnsnames.log
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = ildar-PC)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    4) Sqlnet.log:
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    5) While connecting by sqlplus, I get this errors/messages:
    6) Confirmation that I've got admin rights and I am in ORA_DBA:
    If u need some more information from me, please let me know!!
    Guys please help me to solve this issue, 'cause I've almost got frustrated to find out the solution of this problem. Thank you beforehand!!
    Kind regards,
    ildar

    I have tried to install both of them lots of times but in each case I receive the same in my XE.bat file:
    Instance created.
    DIM-00019: create service error
    O/S-Error: (OS 1387) Unable to add or remove a member from the local group because this member does not exist.
    Have checked OS 1387 error at Microsoft Support and as possible cause of the problem they give as follows:
    This issue can occur if the environment has a disjointed namespace (i.e. the domain has different NetBIOS and DNS names). For example, assume that the domain has a NetBIOS name of "domain.com" and a DNS name of "domain-old.com." When users are added in the Windows UI, they are displayed in the format of domain\ComputerName. However, you notice in the error log that there was an attempt to add a computer account in the format of domain-old\ComputerName. (System Center 2012 R2 Data Protection Manager install fails and generates ID: 4323: "A member could not be added")
    Tried to find out my DNS name, but it is impossible because I don't have any domain installed and my machine is not connected to it. Some other blog (Install Oracle 11gR2 on Windows) advices to work with adding my computer account to some non-real windows domain (just for the purpose of resolving the network) as well and reinstall the database then. If I undestand it right I need minimum 2 machines for this. But I own just one, where the server is based and thought that is enough to run the database... no idea ..

  • How to search for perticular Bookmark present in many word files at once

    Hi all,
    We have templates created through Word 2003. We have created the Bookmarks in that some are fetched from database and others are from a XML file, through the code.
    We do Alt+i+k and the list of bookmarks present in that template appears.
    So, If I want to search for suppose a bookmark named 'GC_F_faxnumber' which is bookmark for fax number, I need to go through alll templates (there are about 500 template) one by one and then find it out.
    I need this work to be done ASAP. Could you please help me in how do I find out a bookmark in number of word files or templates the bookmark is located and in which all templates it is present.
    Thanks in advance.:)

    Hi,
    For this requirement, I think you need to iterate to open these files and use
    Bookmarks.Exists method to check whether the specify bookmark is exist or not.
    There is a link that may benefit you:
    # GoTo Bookmark in a Word Document using Excel VBA
    http://answers.microsoft.com/en-us/office/forum/office_2003-word/goto-bookmark-in-a-word-document-using-excel-vba/6161709e-5419-4cc4-9c8f-7a2cd5f56d6a
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • PDF Reader for IPAD 2: how to import PDF files in the library

    I have installed the "PDF reader" app and it is a great one. but can't import pdf files that are already in my IPAD (I see them in iBooks)

    Documents associated with a specific app, such as iBooks, are not available to other apps on the iPad unless the app that they are associated with is capable of sending docs to be opened in another app, such as GoodReader is capable of doing. iOS is a much less open system than a computer OS like MAC OS  X or Windows, there is no central documents folder which various apps can browse to and open.

  • F110S runs for a long time to produce DME file

    A batch job schduled for "daily payment run + creation of DME files" using F110S (SAP ECC 6.0) . The batch is running in production for more than 20 hours to process payment against just single invoice.
    The job runs in following 2 steps
    1. SAPF110S which processes the payment clears FBL5N.
    2. SAPFPAYM_SCHEDULE.
    The second step seems a non-ending process.
    The job variant has only 15 customers, only one invoice is to be processed against one account.
    However in quality system the same job with more than 10,000 customer account range with more than 10 invoices runs just in few minutes.
    Any idea or suggestion why it's taking so long in production?  Any missing configuration in production server?

    It's not performance issue. When we run F110S or F110 in production with individual login id, program runs the way it should and finishes in reasonable time (for example the scenario I described in question finsihes in few seconds).
    The problem occurs only when production batch job runs with job scheduler; program seems looping somewhere for infinite time - to be particular it keeps reading the table TPRI_DEF which has just few records (must be reading this table inside a loop).

  • Is it normal for files to go missing from an external hard drive?

    I've posted about this issue before but for slightly different reasons. I'm about to buy a new hard drive (the old one is full), probably I'll go for the exact same model, and I want to know if the problem I had described here has happened to Mac users.
    I use a Retina MBP with OS X 10.8.4 that also runs Windows 8 on boot camp. At the same time I have an Acer Aspire and what I used to do is download movies onto my external drive with my MBP in Mac - I would also rename the files in Mac - and then connect the drive to my Acer so I could access the movies there.
    One day I noticed that some of the files, after I had renamed and moved them to a new folder on the same partition, had gone missing. As I described in my old thread, it was a weird problem because those "missing" files would appear in Windows but not in Mac. But even in Windows when you could see the folders, they were all corrupted as the system indicated to me - the folders couldn't be accessed and the movies wouldn't play.
    Thankfully I haven't had this issue again but then I haven't dared to move any of my movies to a new folder either. Not since that incident. I'm pretty sure that I wouldn't have lost those movies and had them corrupted if I had kept them in their original location. Is it normal for files to go missing or be corrupted when you move them back and forth, especially when you use an external drive with one OS (Mac) and then switch to another (Windows)? I've always wondered if this was an issue. I never formatted the drive when I got it, I just plugged it in and used it. That was before I bought my MBP.
    I also was unable to delete those corrupted files/folders. Windows wouldn't let me and in Mac, they didn't even show up. I solved this eventually by using Disk Utility to repair the drive.
    Now I'm fine with letting my files stay put if that's what it takes to keep them safe and secure, but I'd be more comfortable if I can understand what went wrong all those months ago.
    The hard drive I have is this one from Samsung.

    Quick answer if you use iTunes' default preferences settings:  Copy the entire iTunes folder (and in doing so all its subfolders and files) intact to the other drive.  Open iTunes and immediately hold down the Option (alt) key (shift on Windows), then guide it to the iTunes Library.itl file in the moved iTunes folder.
    If you put the copied iTunes folder in the default location of Macintosh HD > Users > *User Name* > Music  then you don't even need to start with the option key held down, iTunes will automatically look for it there.  (Make sure there isn't anything already in the iTunes folder there that you want to keep since you will be replacing it with the one you are moving.)
    Longer answers if for any reason you do not think all library files are inside your iTunes folder (changed preferences settings at some point):
    iTunes: How to move [or copy] your music [library] to a new computer [or another drive] - http://support.apple.com/kb/HT4527 - a somewhat bewildering and not always easily understandable set of options.
    For the record there's this reference for iTunes 11 but it really doesn't strike me as having the specifics you need. iTunes 11 for Mac: Move your library to another computer - http://support.apple.com/kb/PH12168
    2011 ilounge article: Transferring your iTunes library - http://www.ilounge.com/index.php/articles/comments/moving-your-itunes-library-to -a-new-hard-drive/  - An article with good background information (similar to the links above), particularly if you are not sure your media files are all grouped for quick answer above. Unfortunately under the single term "transferring library" it describes two very different moves; relocating just your media (not  really transferring your library and not recommended unless you really need this configuration), and relocating media+database (really your whole "library").  Make sure you understand the difference before electing to move only media.

  • Import Items Request remain in Status Pending Normal For a Long Period

    Hi,
    Import Items Concurrent Requests Remain in Status Pending Normal For a Long Period(30 minutes) Before Running.
    It is actually completing within 10 minutes after pending normal for 30 minutes.
    This problem is happening only with Import Items concurrent request, Other request are running as soon as they started.
    My Application version: 12.1.3
    Database Version:11.1.0.7
    My Standard Manager details Processes=16 Sleep Time=10 Cache=40
    Please correct, If there is need to change Standard Manager configuration...
    Plz reply soon.
    Regards,
    Alig

    Alig,
    Standard Manager is running this request, Import Item program request after the completion, creating Item categories for this it is taking time, that is the reason another import items request is waiting for the Item categories program to be completed.You need to find out why the "Item Categories" takes that long to complete.
    Do you have the statistics up to date?
    Enable trace as per these docs to find out why the request takes that long.
    How to Set a Trace with Bind and Waits from the Concurrent Request Form [ID 601647.1]
    How To Trace a Concurrent Request And Generate TKPROF File [ID 453527.1]
    Thanks,
    Hussein

  • Hi, is it normal for macbook pro to get heated after watching a 1hr video

    hi, is it normal for macbook pro to get heated while watching videos?

    quite normal.......make sure when your watching a video, no other apps are running in the background...

  • Is it normal for Adobe Reader 10.1.0 to hang?

    As of a few minutes ago I noticed that within Task Manger it said that my Adobe reader was running. Although none of the windows I had open contained anything running off Adobe. Even when I closed my browser window completely  (Firefox 6.0) they still remained. It wasn't until I restarted my computer that they no longer displayed. I did find out what caused Adobe to open in the first place, it was a PDF within the Primavera online highschool course player. However, upon closing the window this time Adobe disapeared as it should. Is it normal for Adobe Reader 10.1.0 to sometimes hang even if all browsing history & other private data is immediatly removed upon closing?

    That is normal. It stays active in case you open another PDF. If it didn't, you'd end up waiting for the plug-in to start up for every PDF you open.

  • Small MacBook Pro screen scratch: Are they normal for a 2+ year old computer?

    Hello,
    I am writing about a topic that may have been mentioned around on these forums multiple times, scratches on the MacBook Pro screen display. In August 2010, I bought my 2010 MacBook Pro and since then I have been very careful with the screen by avoiding to touch it and clean it around every two to three months. However, today, I was cleaning my MacBook Pro screen and a way I examine the screen cleaness is by placing my iPhone 4S LED flash light illuminating the screen which shows the smudges and dirt that the screen has. Unfortunately, today I found 2 scratches on my MacBook Pro screen which run horizontally, these scratches are very small at around 1mm in lenght. They are not noticeable when the screen is on, which is why the scratch may have gone undetectable up until today when I used my iPhone's LED.
    Off course I am a little dismayed because through all my carefullness when I clean the screen (I use a gentle up and down motion to clean the screen), still I was not able to prevent a screen scratch. When I close my MacBook Pro, I still use the plastic material that came on top of the keyboard to avoid any contact of the screen and the keys; I always shake that plastic material before placing it on top of the keyboard . So here's my question is it normal for a almost 2.5 year old computer to have two small scratches as the one I am speaking about.
    I did find the screen bezel at Amazon and I may buy one as a spare and store it in a secure place and use it if there are more pronounced screen scratches.
    Thanks in advance for any answers and suggestions to my predicament.

    Thomas A Reed wrote:
    I have a 2010 MacBook Pro. I do not take any care to put anything in between the keyboard and screen... I just use it as it was made to be used. I don't take any particular care when cleaning the screen... often, it's just rubbing off a fingerprint with my sleeve or the tail of my shirt. No scratches whatsoever.
    How your screen got scratched is not something anyone here can answer. We can speculate, at most, but that's not likely to be very useful. I'd recommend not putting anything between the screen and keyboard when closing the machine. That could very well be the cause of the problem, if something got stuck to that material when you closed it between keyboard and screen.
    Thanks for the suggestion... I will apply these changes to my MacBook Pro's storing procedure and remove the plastic out of the equation. What bugs me is the fact that because the scratch is 1mm long and horizontal it tells me that a force dragged the material. The only thing I can recollect is when one time a family member accidentally passed close to my MacBook Pro with his headphone jack disconnected and hanging, unfortunately the metal part scraped over the screen but there were not scratches to detect. The impact area as I recollect is close to the scratch but the force of the impact and travel distance was not something as forceful to create such damage. Maybe the plastic is the culprit which makes me feel disappointed because I was using it to avoid problems rather than creating one. Anyways, I think I'll buy a spare bezel for my MacBook and in case there are more future and pronounced scratches, I will send it to repairs to an Apple Authorized Service Provider and give them the bezel.

  • Is it normal for a 2011 2.2 macbook pro to get really hot while watching a HD youtube video?

    Is it normal for a 2011 2.2 macbook pro to get really hot while watching a HD youtube video? The fans get really loud and everything gets pretty hot when im just watching some lame video on youtbe thats HD? for a 2.2 quadcore wth 1gb of video ram this is an issue? I would think it wouldnt even phaze it.

    MajorPie wrote:
    hmm
    Only running firefox and itunes.
    4 gb of ram
    more than 15% available
    up to date flash, flip4mac
    never heard of perian. its a quicktime player? would this help?
    Give Allan's advice a try. I'm curious to see how that works for you.
    4GB RAM could be part of the issue. Open Activity Monitor, select System Memory and see what it says for Page ins, Page outs, and Swap used.
    Perian isn't a necessity, but those three together usually cover all the different formats you might encounter.

  • Is it normal for battery to drain 10% every hour and phone getting extremely hot

    My iphone 4 (replacement I got during the summer) heats up every so often. If i'm browsing, the side where the sim card is located heats up, pretty much everything I do the phone heats up. But the biggest issue is that my phone drains 10% every hour.
    I have 5.0.0. When I charge my phone, the phone heats up. I never charge with the wall charger. I always charge using USB and my macbook.
    I had my phone charged up to 100%. I made a 10 minute phone call, and sent some text messages, and my phone is already at 91%.
    When i tether to my laptop, the phone heats up.
    Before I got my replacement, I NEVER had any battery issues, i NEVER had any heating issues.
    I took it to genius. And the guy told me that it is NORMAL for battery to be drained quickly. And that it is NORMAL that my phone warms up.
    I even got him to feel how warm my phone gets, and he said "oh that is just normal"
    How is this normal? I don't have any more warranty, but i feel like apple gave me a crappy replacement.

    No, it's not normal.  Turn of whatever is using Location services, based on your description that is my first guess is that something is using location services constantly and draining the battery.
    If that's not the case then some other app is running in the background.
    Restore as new... use the device in the "new" "pristine" state for a day or so, does the issue persist?  If it does, you definitely have a hardware issue that Apple needs to address.
    If it does not persist, then start restoring apps, one or two at a time until you find the one that is the culprit.

Maybe you are looking for

  • Iwlist scanning gives: Interface doesn't support sc [solved]

    When I'm trying to scan for all available networks I get: # iwlist eth1 scanning eth1 Interface doesn't support scanning : Operation not supported My wireless card works fine if I set every parameter manually. I'm currently using the orinoco drivers

  • Multiple download of the same JAR file

    We have a collection of applets packaged in a single JAR file. Some users (web developers that use our applets) have been complaining that the applet is extremely slow to start up. When the html page includes more than one applet from the same JAR fi

  • How can i delete my SECONDARY home screen?

    ok I went to the genius bar at thee apple store and they helped me Create a new Apple ID, Then a new Itunes store ID and a new Administrator Name and password, then they explain because its time consuming how to go to Sys Prefs-->Accounts-->Click + b

  • My email has changed.  Should I create a new Apple ID or add the new address as an alternate to the old account?

    I have an Apple ID that uses an old email address.  Would like to use current email.  Should I update my old ID, create a new one or just add the new address as an alternate email for the old account?  I understand there are issues with updating apps

  • Basic Excise duty not flowing in Purchase order

    Hi, We are using TAX INJ and in version 4.7E. BED Percentage is not flowing in Purchase order, whereas E.cess andSEcess is flowing in PO. We have checked all the settings and also the replies in SDN forum on this issue. COuld anybody add further inpu