Big help request...

I am writing a program for school (and as such I cannot write it in a way that makes sense to normal people) using a one dimensional array with 50 integers. After prompting the user for the initial value (and making it an odd number no matter what they submitted), I have filled the array with multiples of that number using the count of the counter as the multiplier.
Ok, so everything is good up to this point in the program.
Now, I have to print out the contents of the array BUT it must be printed in rows of 10 numbers only (ie. I cannot print out the entire table nor can I change the table to a 2 dimensional array - because, you know, that would be too easy not to mention what a normal person would do). Having banged my head against the desk for three days now, I am going to beg for help on this...
Here is the solution that I am currently using so that I can write the rest of the program (even though I know there must be a better way to do this)...
               /* Filling the array using info provided. */
               for (int x = 0; x < array.length; x++)
                    array[x] = start * (x + 1);
          /* Printing the newly filled array in rows of 10. If there is a better way to do this, please let                me know.*/          
     System.out.print(array[0] + " " + array[1] + " " + array[2] + " " + array[3] + " " + array[4] + " ");               System.out.print( + array[5] + " " + array[6] + " " + array[7] + " " + array[8] + " " + array[9]);
     System.out.print("\n" + array[10] + " " + array[11] + " " + array[12] + " " + array[13] + " " + array[14] + " ");          System.out.print( + array[15] + " " + array[16] + " " + array[17] + " " + array[18] + " " + array[19]);
     System.out.print("\n" + array[20] + " " + array[21] + " " + array[22] + " " + array[23] + " " + array[24] + " ");          System.out.print( + array[25] + " " + array[26] + " " + array[27] + " " + array[28] + " " + array[29]);
     System.out.print("\n" + array[30] + " " + array[31] + " " + array[32] + " " + array[33] + " " + array[34] + " ");          System.out.print( + array[35] + " " + array[36] + " " + array[37] + " " + array[38] + " " + array[39]);
     System.out.print("\n" + array[40] + " " + array[41] + " " + array[42] + " " + array[43] + " " + array[44] + " ");          System.out.print( + array[45] + " " + array[46] + " " + array[47] + " " + array[48] + " " + array[49]);
Can anyone pretty please tell me how to do this more efficiently? There has to be a better way than going through and printing each element one by one like this, I simply cannot wrap my brain around it.
Thanks for any advice you can give!
Wulf

backward, u mean array[49] .... array[0]
public class PrintArray
     public static void main(String [] args) {
       int [] array = new int[50];
       for(int n = 0; n < array.length; n++) {
         array[n] = n;     
       for(int n = 49; n >= 0; n--) {
         if(n > 9){    //
           System.out.print(array[n] + " ");
         } else {
           System.out.print((array[n]*array[n])+ " ");
         //print new line at element index 40,30,20,10,0
         if(n%10 == 0) {
           System.out.println();
}

Similar Messages

  • AT selection-screen on ON HELP-REQUEST

    Hi
    What is normally done in the Selection Screen event :
    AT selection-screen on ON HELP-REQUEST.
    Normally pressing F1 helps gives Documentation present in Data Element assoicated with the field. Exactly in what cases would we be needing to use this event.

    Hi,
    That event is used for search.
    at selection-screen on value-request for p_file.
      call function 'F4_FILENAME'
           exporting
                field_name = 'p_file'
           importing
                file_name  = p_file.
    If you code in the same manner in the selection screen you will able to search and select a file from your work station, so that it will be uploaded in SAP.
    I hope this will help you, if not plzzz be back.
    CHEERS
    If your problem is solved award points and close the thread.

  • PROCESS ON HELP-REQUEST

    Hi
    wat is importance of POH. what If there is no PROCESS ON HELP-REQUEST ?
    Thanks and regards
    - Puneet Sharma.

    To display data element supplement documentation, you must code the following screen flow logic in the POH event:
    PROCESS ON HELP-REQUEST.
      FIELD <f> [MODULE <mod>] WITH <num>.
    After PROCESS ON HELP-REQUEST, you can only use FIELD statements. If there is no PROCESS ON HELP-REQUEST keyword in the flow logic of the screen, the data element documentation for the current field, or no help at all is displayed when the user chooses F1. Otherwise, the next FIELD statement containing the current field <f> is executed.
    If there is screen-specific data element supplement documentation for the field <f>, you can display it by specifying its number <num>. The number <num> can be a literal or a variable. The variable must be declared and filled in the corresponding ABAP program.
    You can fill the variables, for example, by calling the module <mod> before the help is displayed. However, the FIELD statement does not transport the contents of the screen field <f> to the ABAP program in the PROCESS ON HELP-REQUEST event.

  • Process on Help request and Process on value request events examples

    HI All,
               Can anybody please give me some examples of Process on Help request and Process on value request events.
    Thanks in advance

    HI,
    Check programs
    <b>demo_selection_screen_f1</b>.
    <b>demo_selection_screen_f4.</b>
    Regards,
    Sesh

  • TS3988 How do I get ICLOUD the verification email resent. I can't find any informationon this. Step by step instructions would really be a big help.

    How do I get ICLOUD the verification email resent. I can't find any informationon this. Step by step instructions would really be a big help.

    etresoft  a long time contributer to Apple Support Communities wrote a very useful app he called etrecheck which helps in diagnosing many problems caused by third party installs etc.. Go to his website, read his information and from there download and run the program according to his instructions
    http://www.etresoft.com/etrecheck
    Post the results back here
    Pete

  • My hard drive is slower than ever - Late 2009 iMac - help requested

    I was testing my hard disk via BlackMagic Disk Speed Test across the network (for copying files from my MacBook Pro to my Late 2009 iMac, and I was shocked at the write speeds.
    Because of this, I went to the machine and ran local tests, both BlackMagic and xbench. Suddenly I was horrified when I saw the performance for write operations well below the speeds I'd observed in the past. Luckily, I had saved xbench files so I had the ability to compare old disk tests. In the summer of 2013 running 10.7.3, this same hard drive had an uncached write speed of 116 MB/s [4K blocks] and 94 MB/s [256K block]. Now, the drive running under 10.9.5 is performing very inconsistently, with top speeds around 80 MB/s and averages more like 50 MB/s.
    I cannot think of any significant changes to tools or background applications installed since that time, so I ran EtreCheck -- the results of which I'm pasting below.
    Any guidance as to what I should test would be greatly appreciated. Thanks for reading! --
    Chris
    Problem description:
    Hard disk slowed to less than half the speed from Mac OS X 10.7.3, as I am now on 10.9.5 and the speed appears to be roughly 40M/s uncached write down from 119M/s previously. I am using the same drive, memory and most of the same applications.
    The only large difference is the OS.
    EtreCheck version: 2.1.8 (121)
    Report generated March 8, 2015 at 3:30:34 PM CDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        iMac (27-inch, Late 2009) (Technical Specifications)
        iMac - model: iMac10,1
        1 3.06 GHz Intel Core 2 Duo CPU: 2-core
        12 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1067 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1067 MHz ok
            BANK 0/DIMM1
                2 GB DDR3 1067 MHz ok
            BANK 1/DIMM1
                2 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        ATI Radeon HD 4670 - VRAM: 256 MB
            iMac 2560 x 1440
    System Software: ℹ️
        OS X 10.9.5 (13F34) - Time since boot: 3 days 1:55:43
    Disk Information: ℹ️
        Hitachi HDE721010SLA330 disk0 : (1 TB)
            EFI (disk0s1) <not mounted> : 210 MB
            myMac (disk0s2) / : 999.35 GB (204.80 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        HL-DT-ST DVDRW  GA11N 
    USB Information: ℹ️
        Apple Inc. Built-in iSight
        Apple Internal Memory Card Reader 63.86 GB
            LYNX (disk1s1) /Volumes/LYNX : 63.85 GB (57.95 GB free)
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
    Firewire Information: ℹ️
        WD My Book 111D 800mbit - 800mbit max
            EFI (disk3s1) <not mounted> : 210 MB
            My Book 2TB (disk3s2) /Volumes/My Book 2TB : 2.00 TB (966.24 GB free)
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/ExpanDrive.app
        [not loaded]    com.expandrive.filesystems.strongfuse (2.5.6 - SDK 10.6) [Click for support]
            /Applications/NetShade.app
        [not loaded]    foo.tap (1.0) [Click for support]
        [not loaded]    foo.tun (1.0) [Click for support]
            /Applications/Parallels Access.app
        [loaded]    com.parallels.virtualsound (1.0 22641.906168 - SDK 10.6) [Click for support]
            /Applications/Parallels Desktop.app
        [not loaded]    com.parallels.kext.hidhook (9.0 24229.991745) [Click for support]
        [not loaded]    com.parallels.kext.hypervisor (9.0 24229.991745) [Click for support]
        [not loaded]    com.parallels.kext.netbridge (9.0 24229.991745) [Click for support]
        [not loaded]    com.parallels.kext.usbconnect (9.0 24229.991745) [Click for support]
        [not loaded]    com.parallels.kext.vnic (9.0 24229.991745) [Click for support]
            /System/Library/Extensions
        [loaded]    com.globaldelight.driver.BoomDevice (1.1 - SDK 10.9) [Click for support]
        [loaded]    com.globaldelight.driver.VoilaDevice (1.1 - SDK 10.1) [Click for support]
        [loaded]    org.dungeon.driver.SATSMARTDriver (1.1 - SDK 10.6) [Click for support]
    Problem System Launch Agents: ℹ️
        [failed]    com.apple.AddressBook.SourceSync.plist [Click for details]
    Launch Agents: ℹ️
        [running]    com.epson.eventmanager.agent.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.parallels.mobile.prl_deskctl_agent.launchagent.plist [Click for support]
        [running]    com.parallels.mobile.startgui.launchagent.plist [Click for support]
        [loaded]    org.macosforge.xquartz.startx.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.cocoatech.pathfinder.SMFHelper7.plist [Click for support]
        [running]    com.daz3d.content_management_service.plist [Click for support]
        [loaded]    com.ea.origin.ESHelper.plist [Click for support]
        [running]    com.freemacsoft.appcleanerd.plist [Click for support]
        [loaded]    com.github.GitHub.GHInstallCLI.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [loaded]    com.marketcircle.billingspro.accessd.plist [Click for support]
        [loaded]    com.marketcircle.billingspro.backupd.plist [Click for support]
        [loaded]    com.marketcircle.billingspro.configd.plist [Click for support]
        [running]    com.marketcircle.billingspro.httpd.plist [Click for support]
        [running]    com.marketcircle.billingspro.portsd.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [running]    com.parallels.mobile.dispatcher.launchdaemon.plist [Click for support]
        [loaded]    com.parallels.mobile.kextloader.launchdaemon.plist [Click for support]
        [loaded]    com.raynersw.nshctldo.plist [Click for support]
        [running]    com.stclairsoft.AppTamerAgent.plist [Click for support]
        [loaded]    com.timesoftware.timemachineeditor.backup-auto.plist [Click for support]
        [loaded]    com.timesoftware.timemachineeditor.helper.plist [Click for support]
        [running]    com.zqueue.servetome-server.plist [Click for support]
        [loaded]    org.macosforge.xquartz.privileged_startx.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.valvesoftware.steamclean.plist [Click for support]
        [loaded]    de.metaquark.appfresh.plist [Click for support]
        [running]    ws.agile.1PasswordAgent.plist [Click for support]
    User Login Items: ℹ️
        TotalSpaces2    Application  (/Applications/TotalSpaces2.app)
        Macs Fan Control    Application  (/Applications/Macs Fan Control.app)
        App Tamer    Application  (/Applications/App Tamer.app)
        Default Folder X Helper    Application  (/Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X Helper.app)
        Bartender    Application  (/Applications/Bartender.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        AppCleaner Helper    Application  (/Applications/AppCleaner.app/Contents/Library/LoginItems/AppCleaner Helper.app)
        Box Sync    Application  (/Applications/Box Sync.app)
        Fantastical    Application  (/Applications/Fantastical.app)
        CopyLess    Application Hidden (/Applications/CopyLess.app)
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Default Browser: Version: 537 - SDK 10.9
        SharePointBrowserPlugin: Version: 14.4.2 - SDK 10.6 [Click for support]
        AmazonMP3DownloaderPlugin101750: Version: AmazonMP3DownloaderPlugin 1.0.17 - SDK 10.4 [Click for support]
        Unity Web Player: Version: UnityPlayer version 4.3.5f1 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.30317.0 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
    Safari Extensions: ℹ️
        AdBlock
        My eBay Manager
        1Password
        Quickscript
        DirectLinks
        Tabletoy
        ShowPass
        Ember
        Search Netflix from Wikipedia
        PopSearch
        Ultimate Status Bar
        The Camelizer - Amazon Price Tracker
        musicbox
        Duplicate Tab Button
        The Tracktor
        BackTrack
        Open in Internet Explorer
        Social Fixer
        QuickNuke
        InvisibleHand
    3rd Party Preference Panes: ℹ️
        Default Folder X  [Click for support]
        FinderPop  [Click for support]
        Flash Player  [Click for support]
        Java  [Click for support]
        Perian  [Click for support]
        Printopia  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: NO - Auto backup turned off
        Volumes being backed up:
            myMac: Disk size: 999.35 GB Disk used: 794.55 GB
        Destinations:
            My Book 2TB [Local]
            Total size: 2.00 TB
            Total number of backups: 108
            Oldest backup: 2013-08-09 19:35:21 +0000
            Last backup: 2015-03-08 18:41:10 +0000
            Size of backup disk: Too small
                Backup size 2.00 TB < (Disk used 794.55 GB X 3)
    Top Processes by CPU: ℹ️
             5%    WindowServer
             2%    coreaudiod
             1%    Box Sync Monitor
             1%    ScreensharingAgent
             1%    Boom
    Top Processes by Memory: ℹ️
        941 MB    Safari
        438 MB    mds_stores
        438 MB    iPhoto
        425 MB    Finder
        399 MB    com.apple.IconServicesAgent
    Virtual Memory Information: ℹ️
        1.67 GB    Free RAM
        5.87 GB    Active RAM
        4.20 GB    Inactive RAM
        1.15 GB    Wired RAM
        3.83 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Mar 7, 2015, 11:20:50 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/AddressBookSourceSync_2015-03- 07-232050_[redacted].crash

    Hi Eric -
    I did a horrible job of explaining *when* the slow performance became noticeable. These changes did not happen when I installed Mavericks, I just don't have benchmarks *saved* to give the support community exact numbers after Mavericks was installed. The performance at that time was roughly the same, although you might recall that the old app xbench no longer worked to give a comparison because one or more of the sections of testing wouldn't work (memory, if I recall correctly, although I will run it when I am back at that machine and post here).
    In any case, the only significant change since the slow down is the OS, but the decline in performance was noticed in the fall. It wasn't until I tried this network copying task the other day that I decided to run BlackMagic's test. This is when I realized I should go check the performance on the local machine. Having already run through many of the generic recommendations, I thought perhaps someone here who has a much deeper understanding of the storage abstraction layer would have guidance on specific preference files that might be corrupted since I can't find any tool to check them. I've noticed that many of the people seeking guidance are not very technical and the advice is similarly geared. I'm sure I could spend a little time this week finding comparable tools in Mac OS X to those I'd have used in the past on Windows (Sysinternals) to do real time debugging and process analysis.
    So far I have found that there were a few processes running high, like the dashboard client, so I moved (deleted) the preference file and rebooted. This resulted in the gain to that 60 MB/sec write performance (up from the low of 40 MB/sec), but there must be other areas yet unexplored.
    At this point I'm considering a fresh install, but I'd been told in previous exchanges when I first started developing on Macs (2008) that fresh installs were rarely the best solution on Macs.
    Can you give me guidance on that? You probably know that in the Windows world it is often (depending on how you define often) necessary to format and reinstall the OS. As a long time systems architect developing everything from device drivers to enterprise solutions, I see that as a result of the attempts to maintain legacy support for so long and the convoluted resulting APIs and failure to make real fixes for fear of causing problems with older hardware and software. Would you suggest erasing and reinstalling?
    @BobHarris - I know that's a problem and it's why I monitor the drive more than I do drives in other systems. My drive didn't qualify for replacement, but I think Apple doesn't always do a good job with the recalls. I was very fortunate that my old white MacBook qualified for quite a few replacement parts so it's a great browsing-the-web computer now, but at its age, it isn't capable of running most of the apps I need. I have considered selling the 27" iMac but when I last had it in for warranty repair, the DisplayPort was misaligned to the case, so I'm going to have to pay labor just to get it popped open to fix that (since the service center says they didn't cause the DP problem - although they must have!)... In any case, if I have to spend that money, I might as well use the drive doubler kit since I never use the optical drive in that box anyway. Mostly I love having it because of the gorgeous big screen. That being said, costs of repairs are silly when I can just buy another used MBP circa 2012 and get twice the processing power then use a CalDigit dock like the one I use with my existing MBP to use an inexpensive HD TV for the monitor.
    Thanks for the replies folks - the input is awesome!
    Chris

  • In need of big help with my zen to

    I have a zen touch, and I am having big problems with it. At first my touch pad would only scroll down lists of things, no matter which way I slid my finger. This problem is still not resolved. And now when trying to start my player, it will go through the first screen that says creative, and then will stop and freeze on the second that says Zen Touch. I have no idea what to do to fix this problem. PLEASE HELP ME OUT!!!!Message Edited by archercr on 03-25-200608:49 AM

    I'm having the same problem. Somehow several of my files got duplicated on my zen touch, and i was going through manually deleating the extra files, when it froze. I attempted to reset it, and it got stuck on the second screen. I tried reseting it 4 or 5 times, and each time it froze on the same menu. I can't turn it off, or do anything with any of the buttons.
    any insight?
    Stacey

  • I know, another Time Machine help request

    I get the Time Machine back up error.  I recently purchased a Seagate GoFlex Desk external drive.  Time Machine seemed to recognize it right away.  The following morning I found the dreaded "Time Machine could not complete the backup.  Unable to complete backup. An error occurred while creating the backup folder." 
    I have formatted the external drive per Pondini's step by step; MAC OS Extended (Journaled).  No luck.  Then I downloaded Time Machine Buddy Widget.  I don't know how to copy the error messages in the pop-up.  Apparently it is having an issue with a movie that was downloaded from Itunes. I proceeded to exclude it (band-aid).  However, I will run Time Machine again and it will have a problem with another file.  The error code is consistent; Error (-36)
    Starting standard backup
    Backing up to: /Volumes/TM Backups/Backups.backupsdb
    Event store UUIDs don't match for volume
    No pre-backup thinning needed 135.88 GB requested (including padding), 1.80 TB available
    Your help will be greatly appreciated!

    kenfromlo wrote:
    I get the Time Machine back up error.  I recently purchased a Seagate GoFlex Desk external drive.  Time Machine seemed to recognize it right away.  The following morning I found the dreaded "Time Machine could not complete the backup.  Unable to complete backup. An error occurred while creating the backup folder."
    See #C10 in Time Machine - Troubleshooting (but see the next item first).
    I have formatted the external drive per Pondini's step by step; MAC OS Extended (Journaled).
    Did you select the GUID Partition Map Scheme?  If not, reformat it that way.
    Then I downloaded Time Machine Buddy Widget.  I don't know how to copy the error messages in the pop-up. 
    Click in the message area, select Cmd+A (to select All), then Cmd+C to copy.
    (Or, if you mean the TM failure message, a screen print is fine.)
    Apparently it is having an issue with a movie that was downloaded from Itunes. I proceeded to exclude it (band-aid).  However, I will run Time Machine again and it will have a problem with another file.  The error code is consistent; Error (-36)
    See the pink box in #C3 of Time Machine - Troubleshooting.

  • Problem with special characters! Need a big help!

    Hello!
    Please be patient with me. English is not my main language.
    I have a big problem with my countries special chars.
    Our spec. chrs are á,é,í,ó,ö,ő,ú,ü,ű
    When I save a document every other characters (even other special chars) are okey, but ő and ű will be o and u after saving my document.
    This is really annoy me. I've read a lot of forums in my country, but I can't find any solution.
    When I go to "Edit > Preferences > Fonts" and no document is open, Font Settings: Unicode
    If I change this, and I reopen this window it will be on Unicode again. I can't change it.
    When I go to "Edit > Preferences > Fonts" and my documents are open, Font Settings: "Nyugat-európai" (means Western European)
    If I change this, and I reopen this window it will be "Nyugat-európai" (Western European) again. I can't change it.
    It should be: "Közép-Európai" (means Central European) but every time I change it, it reverts to this defaults.
    Please help me!
    I have to reopen every file in Notepad and rewrite the ő,ű chars.
    Thanks,
    Averin Kilian

    Ok, solved:
    From, DW do Edit | Preferences | New Document and set the Default Encoding to
    whatever you wish it to be.  That will set the default for all new
    documents in Dreamweaver.
    For the existing pages, you will need to open them and do Modify | Page Properties | Title/Encoding to set the encoding as you desire.

  • WLC2106 + LAP1131AG configuration help request

    Greetings Everyone.
    One of my customers asked me to configure a WLC 2106 and 2 LAP 1131AG (lightweight) for corporate/guest Wifi.
    Basicly they want to implement a good wifi connection for internal use and a guest one with different QoS. The two lans
    should both have dhcp but they must bet kept segregated so that none from the Guest wifi can access corporate resources.
    Since i've never configured a WLC from scrath i lightly supposed it would be quite straigh forward as routers and switches from Cisco.
    Unfortunately i was totally wrong.
    I've downloaded the "Cisco Wireless LAN ControllerConfiguration Guide" (Soft.Release 6.0 June 2009) and after i red it i made up this workflow
    for the configurations:
    1) Configure Controller: (via serial)
         -     Set Management Interface parameters (IP- SM - Def GW - Dhcp server IP)
         -     Set Ap-Manager Interface  parameters
         -     Virtual Interface parameters
         -     Set Admin Credentials
         -     Dhcp Configuration (internal and/or external)
    2) Ap registration on the controller
         -     Configure vlan with dhcp request redirection to the dhcp server
    3) Configure Wlan following customer's requests.
         -     Configure Wlan Auth for Corporate/Guest Wifi
         -     Configure QoS for both Wlans
    Unfortunately i'm experiencing issue while trying joining the AP to the WLC.
    It appers that the IT guy of my customer tried to configure one of the Ap.
    In that Ap's flash i find files referring to a "mesh" configuration like:
    mesh_cfg.txt - mesh_port_cfg.txt
    which are not present on the other Ap.
    I've tried to register both the Ap using:
    1) Internal DHCP
    2) External DHCP (microsoft W2k8 R2) 
    3) External DHCP (non cisco router)
    But as a matter of fact they got the ip from dhcp but they don't show up in the WLC GUI.
    So, resuming my issues sounds like:
    1) Can't make Ap join the WLC
    2) There are configuratin file on one Ap that i can't clear
    3) DHCP configuration is probably wrong.
    Since i'm quite lost, i'm ready to learn from anyone who could spare some time helping me out.
    Thank you in advance!
    Regards
    Alessio
    P.S.
    Ap version is the following:
    Cisco IOS Software, C1130 Software (C1130-K9W8-M), Version 12.4(21a)JHB1, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2010 by Cisco Systems, Inc.
    Compiled Wed 11-Aug-10 15:39 by prod_rel_team
    ROM: Bootstrap program is C1130 boot loader
    BOOTLDR: C1130 Boot Loader (C1130-BOOT-M) Version 12.3(8)JEA, RELEASE SOFTWARE (fc2)

    Good Day Everyone.
    After a long fight, the insights of Stephen and Scott  and:
    https://supportforums.cisco.com/docs/DOC-13960  and
    https://supportforums.cisco.com/thread/2003153
    I finally managed to wipe the old configuration and to configure a LAP 1131 attached to one of the POE of the controller.
    After having configured a Wlan and having set the correct DHCP redirection i'm able to connect and get an ip! (WHOA!)
    I've had to set a manual ip address on the AP (let's call AP1 from now on) and to manually point it to the controller.
    I was thinking about using this configuration at the customer's site getting ips from the internal DHCP and thus letting employees using the internal resources of the company.
    With the same idea, i started to configure the second AP (AP2 from now on).
    So i set up a dynamic interface, always on physical port 1 of the controller, gave it an ip address on another class.
    Got into the antenna via console and set an ip accordingly.
    I expected the controller and the antenna to communicate immediately as the AP1 did before BUT:
    LWAPP_CLIENT_ERROR_DEBUG: spamHandleJoinTimer: Did not recieve the Join response
    LWAPP_CLIENT_ERROR_DEBUG: No more AP manager IP addresses remain.
    %SYS-5-RELOAD: Reload requested by LWAPP CLIENT. Reload Reason: DID NOT GET JOIN RESPONSE.
    %LWAPP-5-CHANGED: LWAPP changed state to DOWNXmodem file system is available.
    And keep reloading itself on, and on, and guess? Yes, on.
    I'm sure i took a wrong step somewhere, could someone be so kind to enlighten me about it?
    Thanks in advance!
    Alessio

  • Help Requested - Creating Solaris 10 x64 Virtual Machine on an ESX Server

    Hi All,
    I have been trying to create a Solaris 10 64 bit Virtual Machine on ESX and VMWare server Virtualization Platform.
    One of the forum entries said - The installer doesn't really care. At every boot, the processor type will be determined and a 32-bit or a 64-bit kernel will be run (unless you override it)
    I hence downloaded the iso from http://www.sun.com/software/solaris/get.jsp and I installed it. When I run uname -a command on the terminal, this is what is displayed -
    SunOS unknown 5.10 Generic_127128-11 i86pc i386 i86pc
    This indicates that the kernel is 32 bit right?
    Please help me create the 64 bit VM.
    Thanks in Advance,
    Raj.

    Hi,
    I am having lots of trouble doing a jumpstart
    installation of Solaris 10
    on a T1000 Server.
    My setup
    Using Debian Sarge as the Jumpstart Server ( I have
    used this machine to install Sol 8 and 9 on Sun
    V240/210. Running TFTP Server, RARPD,
    BOOTPARAMD,NFS.
    T1000 - No OS installed.
    Attempted an Install by doing - boot net -v install
    Below is the screen output.
    Rebooting with command: boot net -v install
    Boot device: /pci@7c0/pci@0/network@4 File and args:
    -v install
    100 Mbps FDX Link up
    Requesting Internet Address for 0:14:4f:21:b9:c4
    Requesting Internet Address for 0:14:4f:21:b9:c4
    100 Mbps FDX Link up
    Using RARP/BOOTPARAMS...
    Internet address is: 192.168.2.35
    hostname: sun-server
    domainname: milky
    Found 192.168.2.1 @ 0:20:e0:65:48:3d
    root server: 192.168.2.1 (192.168.2.1)
    root directory:
    /jumpstart/2.10/Solaris_10/Tools/Boot
    Found 192.168.5 @ 0:d:56:10:13:28Don't see any problem here.
    boot: cannot open kernel/sparcv9/unix
    Enter filename [kernel/sparcv9/unix]:
    Do it a favour. Go Sarge box and goto /jumpstart/2.10/Solaris_10/Tools/Boot
    and check do you have required kernel (kernel/sparcv9/unix)
    also check your privilege for the file please.
    I think it is possibly not mounting the nfs share. I
    have already changed the NFS_client variable to 3
    under etc/default/nfs in the Boot directory.
    I would appreciate any help or suggestions.

  • Urgent help requested- MSS

    Hello people,
    consider the following scenario
    work flow is getting triggered to the Line manager (chief) and so on to next agents
    How can we make use of substitution in following scenarios
    scenario1- planned leave by Line manager (I think this can be done using substitution in MSS)
    Scenario 2- Unplanned leave by Line manager
    scenario 3- position of Line manager is vacant
    The workflow i am using is not a standard woprkflow.
    The above scenarios are applicable in case of leave approval and trip request approval.
    Urgent help appreciated.
    Thx

    Forgive if the terms are not excact - my system is not in English.
    For scenario 1: Use substitution rule "receives my tasks" when setting up substitutions in the uWL
    For scenario 2: All managers should have a substitution rule "is my substitute".  Then the substitute can go into the substitution rule and take over the tasks.  This can then be discontinued when manager is back
    For scenario 3: Switch WFLOW VAPOS = X  determines the behaviour when manager position is empty. .  For some reason the switch is not there in standard - but we set it just for this scenario. The Workflow then checks up the hierachy and finds the next manager.
    /Kirsten

  • Help requested with White Balance

    This may come as a surprise to many, but here I am requesting your help, instead of giving it.
    I have filled out a feature request with the following content, already some time ago:
    Would it not be nice to be able to extract the WB settings in K  from the metadata and be able in post to change it to what you should have done during the shoot.
    Say your WB is set to 5600 K, you can extract that from the metadata and with the White Balance effect you can enter a desired setting of say 6100 K. During the shoot you can do that with the Canon XF series, but if you have forgotten to use a warm card instead of the white balance card, this would be a great effect to have. Or in the situation where you simply want a shot to be slightly cooler or warmer, this would be a great feature.
    Interface similar to the scale slider and fully keyframeable. The program monitor should reflect changes in color temperature immediately. Simple, easy to understand, like using a set of Warm Cards after the shoot.
    Retrieval of the color temperatures should not be difficult. It is contained in the metadata:
    It works both with AWB and manual for the XF series. If the camera does not record these data, the effect should be greyed out.
    I request your help to get this feature implemented, since it is pretty simple to implement, is a great help to have when doing multicam work, to fine tune different cameras or to change the atmosphere of a shot. It is far easier than the color correction effects we already have.
    If you agree with me, please fill out a similar feature request. The more requests made, the greater the chance of it being implemented.
    See Feature Request Form

    Harm, I've seen instances of multi-cam shoot cameras that were identical models, using a clone of the settings which still resulted in differences in color.  I've seen this blamed on the chips and the chip manufacturing process.  I've also seen multicam footage from analog cameras that were supposedly balanced before shooting that resulted in shifts.  And then, you have a situation where the atmospherics can alter the color, such as when one camera is close to the action, and the distant camera is shooting through fog or haze that has light shooting through it.
    So again, while you can get in the ballpark with certain regimes, when it comes time to finish, you have to trust your eyes.
    So, for my situation, it's not something that rises to the level of something I'd use enough to warrant a feature request.
    My biggest issue today is that I'd love to see Pr offering bottom-up rendering, the way Avid MC offers it with its Render All option vs. Smart Rendering, which is top down.  I don't like that I have to re-render entire sequences just because I made a little change to an upper layer clip.  That, to me, warrants a concerted campaign or pitchfork mob.
    But, I'll make a pact with you.  If you'll request bottom up rendering, I'll request WB metadata support, OK?

  • Urgent Helping Request, Kindly Reply to ME ASAP

    Dears
    Good day,
    My name is Abd, and I am student in beginner level in java, I am trying to implement multi-video players which playing multi-types of videos and especially .avi
    Basically, I have many eye-data data as a videos files (.avi) and each file of them has a really big size (at least 3 GB) So my application must contains 6 video players combined together and for sure each one of them has its own seek-bar and later on I will try to do one seek bar for each 2 players which can control the frames in both players so I will touch in somehow video synchronization problems and those stuff, but currently I am still in the first phase and I just would like to play those videos (.avi) files and deal with them.
    Therefore, I was searching about Java videos-programming stuff and I found the following links:
    http://forum.java.sun.com/thread.jspa?threadID=5137239&messageID=9501229
    https://lethe.koumbit.net/trac/drone/browser/trunk/plugins /drone.jmf/src/actors?rev=830
    https://lethe.koumbit.net/trac/drone/changeset/814
    http://trac.openmicroscopy.org.uk/shoola/browser/trunk/SRC/org/openmicroscopy/shoola/agents/imviewer/util/MoviePlayer.java?rev=3456
    http://rsb.info.nih.gov/ij/plugins/jmf-player.html
    http://snippets.dzone.com/tag/avi
    http://www.koders.com/java/fidBDB1AF254551A78640049131F2BCDD66E99399C3.aspx
    http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=45&t=001985
    http://www.cs.duke.edu/courses/spring06/cps001/class/06 _Sound/bookClasses/
    http://staff.science.uva.nl/~horus/dox/horus1.1/refidljava/html/interfaceVideoPlayer.html
    and I tested all of them but unfortunately non of them can plays .avi files or big files
    So I will be grateful for you and I will appreciate if you could help me and support me with correct source codes I can benefit from it in my application at least just video player for big files from type .avi
    Kindly consider and reply to me as soon as possible, because I am really badly waiting for your help.
    Thank you,
    Kind Regards,
    Abd

    stop cross posting

  • [Help Request] Log and Transfer with Sony HDR-SR10

    Hello Everyone,
    I am very new to Final Cut Express and I am trying to import the clips from my camera (Sony HDR-SR10) to Final Cut. Here are the settings that I have for FCE and the camera:
    *Easy Setup*
    Format: Apple Intermediate Codec
    Rate: (all rates)
    Use: AVCHD-Apple Intermediate Codec 1440x1080i60
    +settings found in this thread (http://discussions.apple.com/message.jspa?messageID=9162394)+
    *Camera Settings*
    HD FH (AVC HD 16M (FH)
    Then I mount the camera on the desktop. Then File > Log and Transfer. However, no clips appear in the viewer. I have tried adding a folder to the Log and Transfer window, but no clips show up. I have about 30gb of footage on my camera, so it's not like the camera is blank or something.
    Any help would be greatly appreciated. Thanks in advance.
    Sincerely,
    Jon

    Jonathan,
    In addition to Tom's advice...
    I have an SR-11 which I believe is nearly identical to your's. Do you have any SD video on your camera? If you do you may have to erase these clips. When I first started using FCE, I had to get rid of any SD footage I had before FCE would display my HD clips in the Log and Transfer window. Fortunately I only had a couple of test clips in SD, so erasing them wasn't a big deal. I don't know why this happens, but since I only shoot in HD mode I never looked into in further.
    Additionally insure your playback mode is set for HD and not SD (I don't have my camera with me right now, but if I remember correctly there is a selection in one of the menus for this).
    Hope this helps a bit.
    Marc

Maybe you are looking for

  • TS3694 every time i try to restore my ipod it says "error"

    Every time I try to restore my Ipod it says "error"! heeeeelp!!

  • How can I import a google map into a word document/PC/WORD2007

    I am making a flyer in Word. I want to insert a portion of the google map from the online search into the word document. I w0uld like the map image to be a 2" by2" picture on the doc. Many thanks, Gary P.

  • How do I get thius crap off of my computer

    How do I get this crap off of my computer, I used uninstall, but the folder and other things will not delete, putting something on my computer that I can not remove is a federal offence, tell me how to get this OFF, and I won't make any phone calls.

  • Printer prints on different printer.

    Hi Experts, We are having touble in locating the cause on why the printer doesn't follow the condition record set to that printer. Here's the example of what is happening during printing. Condition record: - Sales Org: 2100 - Sales Office: DE1 - Bill

  • Elements 9 editor NOT opening!!!

    HELP!!! After owning Pse 9 for a couple years now, iam having problems opening the editor. I have read through many of the forums and tried: Creating a shortcut to open pse. resetting the preferences altering the Twain plugin name( it says pse.8ba) a