VSAN Segmentation When Switch is Removed

I have a 9513 and a 9509 ISL'd in a single fabric. The Eports are in VSAN 2, and all the zones are in VSAN 1. ( I know this is not best practice, and is going to be fixed)  Anyway, after making the 9513 the principle switch, and shutting down all blades in the 9509, VSAN 1 segments in Fabric Manager. I have done the following so far:
made the 9513 the principle switch
checked every zone in the zone set for VSAN 1 for discrepencies between what is contained in each switch. they are identical.
I don't know how to keep the VSAN from segmenting.
Can anybody help?
Thanks,
Bob

I got it fixed..  IT ended up that Fabric Manager was just being stupid.  When i was removing the switch from the ISL partnership, fabrci manager was still seeing both sets of zone sets and interpreting that as a "segmented VSAN".  All i had to do was remove bot hswitches from fabric manager and then rediscover just the remaining switch.  problem solved...
Thanks for you help!
Bob

Similar Messages

  • Accidentally switched off iMac at mains. Now only goes to grey sceen when switched on. Have removed all USB's from ports and cable from screen rear but still grey screen. What next?

    Accidentally switched off iMac at mains. Now only goes to grey sceen when switched on. Have removed all USB's from ports and cable from screen rear but still grey screen. What next?

    I would reset the PRAM
    http://support.apple.com/kb/HT1379
    or
    I would try and reset the SMC
    http://support.apple.com/kb/ht3964

  • Dreamweaver 6.1 - JavaScript error when switching between open tabs

    When switching between open tabs a sequence of javascript
    errors occurs. I had not used Dreamweaver for about 2 weeks, and
    last time I used it with no problems.
    I have tried uninstalling it, OKing removal of all files when
    asked, re-installing it and updating with dwmx61_updater.exe, but I
    still get the same errors.
    This has rendered the software virtually unuseable, so any
    help would be greatly appreciated, as I'm working to a
    rapidly-approaching deadline.
    "While executing Browse_Back enabled in toolbars.xml, a
    JavaScript error occurred"
    followed by
    "While executing Browse_Forward enabled in toolbars.xml, a
    JavaScript error occurred"
    followed by
    "While executing Browse_Stop enabled in toolbars.xml, a
    JavaScript error occurred"
    The relevant code seems to be :
    <!-- Browser nav toolbar -->
    <toolbar id="Browser_Toolbar" platform="win"
    label="Browser Navigation" container="document"
    initiallyVisible="false">
    <button id="Browse_Back"
    image="Toolbars/images/MM/back.gif"
    disabledImage="Toolbars/images/MM/back_dis.gif"
    tooltip="Back"
    label="Back"
    enabled="dw.getDocumentDOM().browser.isCmdEnabled('back')"
    command="dw.getDocumentDOM().browser.backPage()"
    update="onEveryIdle"/>
    <button id="Browse_Forward"
    image="Toolbars/images/MM/forward.gif"
    disabledImage="Toolbars/images/MM/forward_dis.gif"
    tooltip="Forward"
    label="Forward"
    enabled="dw.getDocumentDOM().browser.isCmdEnabled('forward')"
    command="dw.getDocumentDOM().browser.forwardPage()"
    update="onEveryIdle"/>
    <button id="Browse_Stop"
    image="Toolbars/images/MM/stop.gif"
    disabledImage="Toolbars/images/MM/stop_dis.gif"
    tooltip="Stop"
    label="Stop"
    enabled="dw.getDocumentDOM().browser.getPageBusy()"
    command="dw.getDocumentDOM().browser.stopPage()"
    update="onBrowserPageBusyChange"/>
    <button id="Browse_Refresh"
    image="Toolbars/images/MM/browserRefresh.gif"
    tooltip="Refresh"
    label="Refresh"
    enabled="true"
    command="dw.getDocumentDOM().browser.refreshPage()"/>
    presumably the next error is caused by the previous ones
    failing :
    "While executing getCurrentValue in AddressURL.htm, a
    JavaScript error occurred"
    the relevan tcode :
    function getCurrentValue()
    var dom = dw.getDocumentDOM();
    var value = dom.browser.getURL();
    if (value && value.length)
    //check if is it not a temp file
    //extract the tail of the url
    var filename = value;
    var slashIndex = filename.lastIndexOf("/");
    filename = filename.substring(slashIndex+1);
    var tempIndex = filename.indexOf("TMP");
    if (tempIndex != 0)
    addRecentAddress(value);
    return value;

    You can try this simple fix -
    Quit DW.
    Find this folder -
    C:\Documents and Settings\<username>\Application
    Data\Macromedia\Dreamweaver
    8\Configuration\WinFileCache-*.dat
    (these folders are normally hidden - you may have to use
    Explorer > Tools >
    Folder Options to unhide them)
    and delete it.
    Restart DW. Works better?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "earthdoctor" <[email protected]> wrote in
    message
    news:[email protected]...
    > When switching between open tabs a sequence of
    javascript errors occurs. I
    > had
    > not used Dreamweaver for about 2 weeks, and last time I
    used it with no
    > problems.
    >
    > I have tried uninstalling it, OKing removal of all files
    when asked,
    > re-installing it and updating with dwmx61_updater.exe,
    but I still get the
    > same
    > errors.
    >
    > This has rendered the software virtually unuseable, so
    any help would be
    > greatly appreciated, as I'm working to a
    rapidly-approaching deadline.
    >
    >
    > "While executing Browse_Back enabled in toolbars.xml, a
    JavaScript error
    > occurred"
    > followed by
    > "While executing Browse_Forward enabled in toolbars.xml,
    a JavaScript
    > error
    > occurred"
    > followed by
    > "While executing Browse_Stop enabled in toolbars.xml, a
    JavaScript error
    > occurred"
    >
    > The relevant code seems to be :
    >
    > <!-- Browser nav toolbar -->
    >
    > <toolbar id="Browser_Toolbar" platform="win"
    label="Browser
    > Navigation"
    > container="document" initiallyVisible="false">
    >
    > <button id="Browse_Back"
    > image="Toolbars/images/MM/back.gif"
    > disabledImage="Toolbars/images/MM/back_dis.gif"
    > tooltip="Back"
    > label="Back"
    >
    enabled="dw.getDocumentDOM().browser.isCmdEnabled('back')"
    > command="dw.getDocumentDOM().browser.backPage()"
    > update="onEveryIdle"/>
    >
    > <button id="Browse_Forward"
    > image="Toolbars/images/MM/forward.gif"
    > disabledImage="Toolbars/images/MM/forward_dis.gif"
    > tooltip="Forward"
    > label="Forward"
    >
    enabled="dw.getDocumentDOM().browser.isCmdEnabled('forward')"
    > command="dw.getDocumentDOM().browser.forwardPage()"
    > update="onEveryIdle"/>
    >
    > <button id="Browse_Stop"
    > image="Toolbars/images/MM/stop.gif"
    > disabledImage="Toolbars/images/MM/stop_dis.gif"
    > tooltip="Stop"
    > label="Stop"
    > enabled="dw.getDocumentDOM().browser.getPageBusy()"
    > command="dw.getDocumentDOM().browser.stopPage()"
    > update="onBrowserPageBusyChange"/>
    >
    > <button id="Browse_Refresh"
    > image="Toolbars/images/MM/browserRefresh.gif"
    > tooltip="Refresh"
    > label="Refresh"
    > enabled="true"
    > command="dw.getDocumentDOM().browser.refreshPage()"/>
    >
    >
    >
    > presumably the next error is caused by the previous ones
    failing :
    >
    > "While executing getCurrentValue in AddressURL.htm, a
    JavaScript error
    > occurred"
    > the relevan tcode :
    >
    >
    > function getCurrentValue()
    > {
    > var dom = dw.getDocumentDOM();
    > var value = dom.browser.getURL();
    > if (value && value.length)
    > {
    > //check if is it not a temp file
    > //extract the tail of the url
    > var filename = value;
    > var slashIndex = filename.lastIndexOf("/");
    > filename = filename.substring(slashIndex+1);
    > var tempIndex = filename.indexOf("TMP");
    > if (tempIndex != 0)
    > {
    > addRecentAddress(value);
    > }
    > }
    > return value;
    > }
    >
    >

  • Help! mail dissappears when switching from junk training to automatic mode

    I'm a new Mail user recently switched from 20 years of Eudora. I'm using Mail with a standard POP account. I've had no trouble setting up mailboxes and importing my old mail.
    I've been using junk filtering in training mode for the past few weeks and want to switch to automatic mode. When I tried doing this, all of my inbox messages suddenly disappeared. I quit mail and rebuilt my inbox and found myself with thousands of duplicated messages. I'm using Andreas Amann's remove duplicates script to clean up my inbox (it's taking forever but working!)
    My inbox has about 7000 messages currently. My practice with Eudora has always been to keep the current year in the inbox and archive at the beginning of the new year. I'd like to continue this with Mail.
    A couple questions:
    1) will rebuilding a mailbox cause duplicates? When should one use rebuild?
    2) do I just need to be more patient and let mail do its thing when switching from training mode to automatic?
    3) is 7000 messages considered too many for a single mailbox?
    Any help much appreciated. Many thanks!
    --dhl
    Powerbook 15" Aluminum   Mac OS X (10.4.8)  
    Powerbook 15" Aluminum   Mac OS X (10.4.5)  
    Powerbook 15" Aluminum   Mac OS X (10.4.5)  

    1) will rebuilding a mailbox cause duplicates?
    No.
    When should one use rebuild?
    This question doesn’t have a simple answer in the case of Mail 2.x and POP accounts.
    2) do I just need to be more patient and let mail do its thing
    when switching from training mode to automatic?
    I think so.
    3) is 7000 messages considered too many for a single mailbox?
    There is a limit on the overall size of individual mailboxes rather than on the number of messages stored in them -- see Overstuffed mailbox is unexpectedly empty.

  • Why does the screen background picture get reset to default when switching user

    iMac with OS X 10.6.8
    I have several user accounts on this iMac, each with a different wallpaper chosen from a common folder (library/desktop/nature) in the top level of the hard drive. (Which exists – can always reset background picture from this folder)
    When I switch from one user account to another, the wallpaper picture, set on the previous login,  appears for a moment and then is  immediately replaced by the default blue.
    This happens when switching from any user to another. I tried restarting the system but the problem is still there.
    This problem just suddenly started and there have been no upgrades or changes to OS X.
    Ideas appreciated!!

    I've found the answer.
    Today, the problem suddenly appeared on my other Mac, which made me look at recent apps..
    I installed Team Viewer a month ago, (which is a great app apart from this) so quit it and removed it from the dock. Problem solved!!
    The odd thing is that the problem appeared only after I had been using Team Viewer for some weeks.

  • FATAL Error...  When trying to remove Apple Mobile Device Support (AMDS).

    FATAL Error... When trying to remove Apple Mobile Device Support (AMDS) on my windows xp. I tried to update iTunes to update my iPhone software and it told me to uninstall iTunes and AMDS for a newer version. Now I get a fatal error and I can't sync my phone. What should I do?

    FATAL Error... When trying to remove Apple Mobile Device Support (AMDS) on my windows xp.
    We've made some progress with some of those in recent days, Stop. It looks like (with some of them), the trouble is caused by trouble with the HKEYCURRENTUSER registry keys associated with your usual XP user account.
    If that's what is afoot, the following technique may be of some assistance.
    Head into your User Accounts control panel and create a new user account with full administrative rights. Log out of your normal account and log into the new account. (Don't use fast user switching to move between accounts.)
    Inside the new account, head into your Add or Remove Programs control panel, and attempt to uninstall AMDS from there.
    Does the uninstall go through without the fatal error in the new user account?
    If so, *staying in the new user account,* do a complete uninstall of iTunes and related componentry as per:
    [Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP|http://support.apple.com/kb/HT1925]
    (You'll need, in particular, to do the reinstall of iTunes from inside the new account. Experience of the last two cases of this indicates that if you try the reinstall from inside the usual user account, AMDS just silently fails to install.)
    If everything seems to have reinstalled correctly, log out of the new account, and log back into your usual account. Try launching iTunes in your usual account. Does it launch properly in there now?

  • FCIP interface stuck at initializing on 9216i v2.1a (vsan segmented)

    Following the instructions in both the config guide and troubleshooting guide to configure the FCIP profile and interface, my fcip2 interface status is stuck at initializing. Looking in FM events tab, I can see that the 9216i's are cycling between these states: vsan merged; N_Port unmanageble; vsan segmented and N_Port Up. show fcdom domainlist on the higher priority switch shows it flip-flopping between [local] and principal] [local] states. Using show zoneset active, I can see the zoneset being transfered over to the 2nd switch. Despite all this, the fcip interface does not stay up. Thanks for helping.

    Just going from your info, it sounds like the interface comes up for a little bit of time. More than likely then, the issue is MTU. You have an MTU configured larger than somewhere in the network can handle it. If you get the show log output and it shows alot of TCP retransmissions, this is the problem.

  • AE 2014.2 crash when switching preview panel with Matrox

    I newly bought a pc with Matrox M9138 card, and using it for professional use. All works fine, except for Adobe After Effects CC 2014.2: it simply crashes when switching between the Preview-panel and Render-Cue panel.
    When I look in AE preferences under Video-preview > Mercury transmit doesn't even show that there is a Matrox-card. The only option there is Adobe DV. So, I guess AE doesn't find and even makes use of my Matrox card.
    Technical info:
    Windows Version: 8.1
    Processor: Intel Core i7-4790 CPU, 3.6 GHz
    RAM: 16GB
    Type: 64bits
    Matrox M9138 LP PCIex16
    Driver version 2.4.3.2 (4.4.3.2) for Win 8-64bit
    Adobe CC After effects 2014.2
    After Efects error: "Crash in progress. Last logged message was: <816><ae.blitpipe><2> Making New Context"
    First I installed the Matrox driver, and then Adobe CC, but After effects crashed when switching between preview-panel and render-cue-panel (No Matrox recognition in AE preferences > Mercury transmit)
    Now I did it in other order:
    - I removed Adobe CC (AE included) and all parts
    - Did extra checkup removal with Adobe CC cleaner
    - Removed the Matrox driver
    - Restarted PC
    - Reinstalled Adobe CC with AE
    - Reinstalled Matrox Driver
    - Restarted PC
    - matrox fully installed and working perfectly (no errors in Display Adapters info).
    But still, After effects crashed (Still no Matrox recognition in AE preferences > Mercury transmit)
    I contacted Matrox technical support, and as I suspected, they say they haven't had this problem before and all works fine.
    Typical...
    Does someone has an idea what the problem would be?
    Help or info would be very appreciated.

    Solution:
    My graphics card did not supported the "Mercury Playback Engine GPU Acceleration (Open CL)". You can change it into "Mercury Playback Engine Software Only" in your Project Settings.
    But this is in the wrong place in my opinion. Why not in "Edit/Preferences"? I could've changed it by myself but I did not find the menu.
    Thanks Michaela from the Adobe Support Chat!

  • ICloud integration causes Outlook to hang when switching to Calendar for a LONG TIME?

    I've been working on integrating iCloud (contacts and calendar) into outlook (tried 2007 & 2010).  With 3 kids I have to integrate our home and work calendars if we expect to have any chance of remembering anything.
    I thought I had found a solution, using the basic windows iCloud control panel and then using a free piece of software from CodeTwo - http://www.codetwo.com/sync-for-icloud/ - which essentially just keeps any of your outlook folders (contacts, calendar, etc) in sync with one of the iCloud generated folders.  One way either direction or Two way.
    This all worked just fine... except...through process of elimination I found that once the iCloud control panel has generated it's iCloud 'pst' and Outlook is opening it; that Outlook takes an excruciatingly long time (minutes) to switch into the Calendar.  I don't see this behavior when switching to Contacts or back to Mail.  This persists even if I turn syncing for anything outlook related off at the iCloud control panel, presumably because the iCloud folders are still present in outlook.  It isn't until I remove them, that things go back to normal.
    Curiously, I'm doing this on two different pc's.  One has normal Outlook (local files) and all works fine, while the other has an Exchange Server account, it's the one that's hanging.
    windows 7 64bit
    outlook 2007 & 2010 (with an exchange account)
    iCloud control panel 1.1 (64 bit)

    Yes, I do have all the latest updates.  I even ran a test where I exported all my appointments out of my calendar, then deleted them off the exchange server.  This still didn't help.
    I was able to get a coworker to run the control panel on his work PC, and he did not see the problem.
    Then, I added the exchange account to my home PC on Office 2007 (our exchange server can do this through the outlook web access server) and then the problem showed up there as well.
    All I can figure is that there must be some key difference between my outlook account and his, although I can't imagine what that might be.  I'm not inclined to push our IT dept to investigate, it's just not worth the pain of trying to explain the problem to them, just to be told 'we don't support apple products'... i know, i know... just please check this for me.... anyway, not worth it.
    I've since rolled everything back into a central gmail account (contacts, calendar) and am using that as the 'cloud' to keep things sync'd.  I'm using a relatively cheap piece of software called 'gsyncit' (http://www.fieldstonsoftware.com/software/gsyncit3/index.shtml) and it seems to be doing the job quite well.  In reality, this is no less integrated than iCloud since that required an extra service to keep things sync'd as well.
    It's highly configurable, so i feel like I have much more control over what sync's to what.. no complaints so far.
    thanks for the suggestions and attempts to help!

  • Volume good on my admin account. When switch to other accounts no volume. What to do?

    Volume & sound are good on my Admin account on my iMac. When switching to others account on my iMac no sound at all!

    Un-install using the developer’s instructions to make sure you remove all parts of the application. Some people recommend not installing an application unless you know how to remove it.
    Cuda has caused some people problems. Try un-installing it and test.
    Try setting up another admin user account to see if the same problem continues. If Back-to-My Mac is selected in System Preferences, the Guest account will not work. The intent is to see if it is specific to one account or a system wide problem. This account can be deleted later.
    Isolating an issue by using another user account
    If the problem is still there, try booting into the Safe Mode using your normal account.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up after waiting 10 seconds. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application un-installer. For each disable/delete, you will need to restart if you don't do them all at once.
    Safe Mode
    Safe Mode - About

  • IPod won't pause when external power removed

    I use my IPod Nano to listen to audio books in my car and I have a 12 VDC charger connected to it.  The 12 VDC is turned off when the car is shutoff. Older generation IPod would pause when the external power was shutoff but the new IPod doesn't.  Any body know for a solution to this? I keep losing my place in the audio book which is a huge pain.  Thanks.

    I found a page at http://www.allpinouts.org/index.php/Apple_iPod,_iPad_and_iPhone_dock and it has a section that states:
    1MOhm - Belkin auto adaptor, iPod shuts down automatically when power disconnected Connecting pin 21 to ground with a 1MOhm resistor does stop the ipod when power (i.e. Firewire-12V) is cut. Looks to be that when this pin is grounded it closes a switch so that on loss of power the Ipod shuts off. Dock has the same Resistor.
    This connects to pin 21.  So it appears that there may be Belkin Auto Adapters available for the new 30 pin dock connector that will allow to pause the IPod when Power is removed.

  • Satellite P300 recently stopped charging when switched on

    My Toshiba P-300 has recently stopped charging when switched on.
    I have no concept as to how this has happened.
    It will charge fine when the laptop is either in sleep or switched off, but once it has been turned on it will not remain charging.
    Anybody know what's causing the problem, or has anyone else encountered this before.
    How was it solved?
    Thanks

    You must understand that charging process works automatically and it is controlled by power supply electronic. I dont know why this happen and answer to this can give you service provider after notebook check.
    Anyway, Satellite P300 is not the newest notebook model and described issue can be related to defective battery.
    When the notebook is ON and OS loaded remove battery for few seconds and put it back. Will charging procedure start or not?

  • Album artwork does not change when switching tv seasons

    With the new iTunes 11, television seasons are now grouped together.  When switching the view from one season to the next, the artwork doesn't change, it remains on the first season.  Is there a way to fix this so that the proper artwork is displayed for the proper season?

    This manual process DOES work to add and save my album artwork. Unfortunately, this is a long process for over 9,000 songs.
    I do not have an Album Artwork folder, but I do have an unknown Album Artwork file, not folder, any thoughts on this? One thing to consider for my situation is two things:
    1. To separate my music files from my regular files, I keep my music files on the D:, away from my Itunes folder on my C:
    2. To conserve space, I do not allow Itunes to make a copy of my files on my C:
    Could either or both of these issues be the source of my problem? Should I remove Itunes and it's contents and reload the software and start from scratch?
    Message was edited by: pullinmyhairout
    Message was edited by: pullinmyhairout

  • Getting the spinning wheel when switching between accounts

    Hi all,
    I am getting the spinning wheel when switching between accounts on a mac mini. There are two accounts and quite often when we go from one to the other we get the spinning beachball after putting in the password to log in. I am finding the only real solution to be is to put the machine to sleep (button at the back for a sec or two) wait for it to go to sleep and then wake it up and it mostly will then log in and keep working.
    It's an older intel dual core mac mini with an upgraded HDD. I previously had an iMac running snow leopard where the same problem occured and recently migrated over the account to the mini running Lion. It seems to be happening more often.
    I also seem to remember that occasionally when using say Pages you would get the spinning beachball and then you would have to hit the desktop or go to another program and then back to pages to get it working again.

    Does it occur no matter which way you're going say? i.e, both from
    User 1 -> User 2
    User 2 -> User 1
    If its only one way, have a look at the 3rd party loginitems for the account your going to. If its both ways, see what 3rd party loginitems both accounts have in common. The best (though time consuming) way to eliminate the culprit is to remove all 3rd party apps from loginitems and add them in one at a time, testing for the problem each time.
    If you get the BSOD while actually logged in (say, while using Pages), try running activity monitor (or use terminal.app with the command 'top -u' (without the quotation marks)), and see if you can notice any process running at more than 30%CPU.

  • System reboots when switching users.

    I have looked through the boards and can't find reference to this problem.
    When switching users in Windows XP Pro SP2, from a power user to my admin acct. the sys will reboot after core center loads. The other users are not looged off of XP by way of fast user switching.
    If other users log on while the admin acct. is still active, no problem and I can also log back into the admin acct. w no problem.
    Additionally when logging in to a non-admin acct. the following error messages appear.
    Hadrware Monitor  failed to load Drive 1 .... Invalid  handle
    (Core Center) No hardware Monitor .... Invalid handle
    (VBIOS) FLASH_MMIO_MAP DeviceIOControl Error.
    If the items are not connected please piont me to the proper forum.

    First late me comment on what a great library this forum has. It would seem that most issues are covered and often repeated. Some time may be involved to find a solution, but hard work is it's own reward.
    Looking through the threads I've seen several referencves to doing a clean install after installing a new MOBO. I have not done this yet. So I have prepared a slipstreamed Win XP SP2 CD (as suggested in the threads). Before I continue I have to ask for a few suggestions.  
    First-- I will be removing all attached components and periphials (video,sound and externals) withe the exception of the mouse and keyboard. I will set the bios to boot from the CD. So what I would like to know is if my HD config is acceptable and is there a preferred order to connect other devices after install and all updates?
    The 20 gig HD has been reformatted (NTFS) in 2 partitions, Zdrive is 1500mb for swap/page file(as per forum). This drive wasn't doing anything on my sys anyway. I only used it to try linux and I didn't have the patience to figure it out.
    After all drivers are installed is it possible to use the programs installed on the old drive, or should the be re-installed also. I can save all important data if this must be done (ie. saved games, documents, photos etc.).
    Last this is a shared machine w/teens. I have been through a lot to eliminate and protect my self from adware/ spyware and will continue to do so. I would like to keep the user profiles (Power Users) so that games and other software can be used without needing the admin password. This may be off topic but any suggestions would be helpful.

Maybe you are looking for

  • Error 97

    I am using labview report generation toolkit for microsoft office.....I am facing error 97 while running my vi....... I am attaching the screenshot with this........ Please help......... Thank you in advance............                              

  • Windows Crashes with JRE 1.4.2  When Moving around JDialog

    Hi! I work on a Java Applet/application that was originally written to run on java 1.1 -- only AWT that too. Recently I managed to convince my manager (and his manager and his manager) to migrate from the AWT framework on java 1.1 (Microsoft JVM that

  • Treo 700p (Bell)

    My treo 700p is cycling at the access powered screen.  With a hard reset will arrive at the "erase all data" screen, but returns to the cycle after accepting the erase.  Is there a way to make the phone accept a reset? Post relates to: Treo 700p (Ver

  • Using Instrument I/O Assistant

    trying to use Instrument I/O Assistant with my rs232 connection but i dosnt pick up a respone from my device can anyone help!!

  • Using Spotlight and file tags on older systems

    I use a Macbook Pro on a daily basis which runs Yosemite, and I also archive a lot of media files on a small Mac Mini server which runs Snow Leopard. Due to hardware limitations, I can not install any newer operating system on the server. On my lapto