Missing main?

I get an error when I run this program that says "missing method body or declare abstract", and the arrow points to the m in main. I can't seem to figure out what the problem is. I've tried switching the order of the main and the method, and that didn't help (just though I'd try it; I had no idea what to do).
import java.io.*;
import java.lang.Math;
import java.text.DecimalFormat;
class Powers {
public static void main(String[] args)
    throws IOException;
  BufferedReader inKeyBoard;
  inKeyBoard = new BufferedReader(new InputStreamReader(System.in));
  DecimalFormat fmt = new DecimalFormat("0.##");
  int base, exp;
  do{
   System.out.print("Enter the base: (or 0 to exit) ");
   base = Integer.valueOf(inKeyBoard.readLine()).intValue();
   System.out.print("Enter the exponent: ");
   exp = Integer.valueOf(inKeyBoard.readLine()).intValue();
   System.out.println("Built-in funtion: " + fmt.format(Math.pow(base, exp)));
   System.out.println("MyPow: " + fmt.format(MyPow(base, exp)));
   while(base != 0);
  static double MyPow(double base, int exp){
    double answer;
    answer = Math.exp(exp * Math.log(base));
    return(answer );
}

Do you take the error when you run or when you compile? Frankly, I'm not sure that this class will compile as it is. Check the extraneous semi-colon at the end of
public static void main(String[] args) throws IOException;
This throws the compiler off and makes it think it is an abstract method.

Similar Messages

  • Mysteriously Missing Main.asc

    Have any of you ever heard of a main.asc file being
    "mysteriously" deleted from an application's directory?
    I'm working on a client project that was being developed on
    an in-house Fedora Core 5 server where I'd installed FMS. I
    uploaded the client's video streams and coded main.asc's for two
    separate applications. One of them, the larger of the two, had some
    very important code in there that took me several all nighter's to
    get right.
    Long story short, the project got put on hold for a while and
    now I'm taking another look at it, and moving it to a server live
    on the internet. In doing so, I'm seeing that the main.asc file I
    wrote for one of the projects is just plain GONE, like it never
    existed. The other application is fine, untouched, but the more
    important of the two has another strange twist: a directory called
    "http" that I never created. Inside it are some streams (placed in
    their own subdirectories) from the application's "streams"
    directory that I never moved in there. And of course like I said,
    the main.asc file is just plain gone.
    Looking at /var/log/messages doesn't give me any information
    (looks like the logs just rotated a day or two ago). Does anyone
    have any ideas how I can find out:
    a) how the hell this was deleted,
    b) if there's a backup somewhere on the system (already tried
    updatedb/locate main.asc, no help)
    c) how to prevent it from happening again
    Thanks in advance for any assistance you can provide.

    I'm wondering if you've got some security holes there. Did
    you look at any of the streams? Are they something that would have
    been published by an authorized user, or does it appear that
    someone has been adding their own streams and leeching your
    bandwidth/connections?
    The missing main.asc is what makes me suspicious. FMS
    wouldn't remove its own files like that, and since other files are
    where they should be, it sort of rules out the file missing as a
    result of a system restore. Removing the main.asc would make the
    application wide open to abuse, so if someone wanted to leech
    effectively, removing the main.asc would be helpful to them.
    What do your server logs (not the FMS logs, the network level
    logs) tell you? Do you see anything odd? If someone broke into the
    server and deleted your main.asc, it wouldn't show up in the FMS
    logs.

  • My solution to missing main user/admin acct...

    Well, here's how I fixed my missing main user (me)/admin account.
    After doing an *Archive & Install*, I was quite surprised to see that my account was not transferred. My wife's and sons' accounts were there, but nothing else. Logged into my wife's account, but her account was Standard and my sons' account was Managed. So, I couldn't download the two updates. But I did see that my "old" Home folder was still in the Previous Systems' Users folder. So, I moved it back into the "new" Users folder.
    First off, I was unable to use Single User Mode (Command-S). It booted into Single User mode, but I never got any echo when typing?!?! And yes, I was using a wired keyboard.
    So, I booted off the Leopard DVD and performed the Password Reset from the Utility Menu, as mentioned in other threads. I selected System Administrator (root) changed the password.
    And to top it off, we just had an EARTHQUAKE... Preliminary 5.6 magnitude, centered 9 mi NE of San Jose, CA.
    Continuing...
    Restarted and logged in via the "Other" user login and used Root and the new password. This allow me to get back and download the new updates. However, the updates didn't help.
    So, I went back and tried to created a new user with Admin privileges. I used the same user name, short name, and password as my previous account. I got the message about using the existing folder for the "new" user and I clicked Yes/OK. After a wait, the new account was created! YEAH!
    So, all is well...after approx. 3-4 hours.
    So, how do I get rid of the "Other" user login?

    Please mark this post and the other one you posted on the same subject as solved.

  • Partial Missing main Tool Bar icons or headers OSX 10.8.5

    OS X Version 10.8.5, MacBook Air 13 inch Mid Oct 2013. Processor  1.3 GHz Intel Core i5, Memory  4 GB 1600 MHz DDR3, Graphics  Intel HD Graphics 5000 1024 MB
    My main tool bar shows menu items on the left side OK. i.e. the Apple icon, Safari, File, Edit, View etc or Finder, Edit, View, Go.
    But on the right side of the main menu bar, the following icons are missing "Time Machine, BlueTooth, Wifi, Volume" i.e they show as a blank space on the menu bar.
    The following are visible "% Battery, Day and Time", but then again "Spot light" icon or shortcut is missing. I must mouse over the grey blank space in order for the drop down menu to appear.
    Also in Finder most of the menu headers are grey and blank with no icons or instructions, I again have to mouse over them to find out what they control.
    I'm not sure what caused this or how I can "reset" so that the menu headers appear again? I've tried software updates, this doesn't work. It's been like this for several months.

    The following entry may indicate a failing harddrive, so doing backups and replacing the harddrive may be in order.
    Disk Information:
              TOSHIBA MK7559GSXF disk0 : (750,16 GB)
              S.M.A.R.T. Status: Failing                                  <-----------
    A little bit about drive S.M.A.R.T. status:
    "The most basic information that SMART provides is the SMART status. It provides only two values: "threshold not exceeded" and "threshold exceeded". Often these are represented as "drive OK" or "drive fail" respectively. A "threshold exceeded" value is intended to indicate that there is a relatively high probability that the drive will not be able to honor its specification in the future: that is, the drive is "about to fail". The predicted failure may be catastrophic or may be something as subtle as the inability to write to certain sectors, or perhaps slower performance than the manufacturer's declared minimum."
    http://en.wikipedia.org/wiki/S.M.A.R.T.

  • Missing Main/Navigator Toolbar JDEV 904

    I would like to know how to reset the look and feel of the Main/Navigator toolbars within JDEV 904. When I select View -> Toolbars - the toolbar is displayed, but only as a bar of one pixel height :(
    I have tried to resize/drag n drop/open/close/minimise/maximise this "single pixel bar" - but with no success.
    Can someone provide me some pointers on resetting the JDEV gui environment please.
    thanks
    Miles.

    Hi Miles,
    This is a known issue with JDeveloper 9.0.5 or earlier when you've terminated JDeveloper forcibly (e.g. killed the process by ctrl-c, task manager or a forced shutdown in Windows) while it's exiting. The cause of the problem is that the ide.properties file in your system directory has been corrupted.
    To resolve it, copy ${jdev.home}/jdev/multi/system/ide.properties to ${jdev.home}/jdev/system9.0.4.x.x/
    This issue is resolved in 10.1.3 (toolbar items are defined in extension manifests, which not written during termination of the ide).
    Thanks,
    Brian

  • Missing main Contribute Window

    My main Contribute window has moved itself off to the bottom
    right corner of my screen. Expose can bring it to the front but it
    disappears off the side again when I click on it.
    My screen is at the highest resolution already so I can't
    change my resolution to make it appear.
    I tried deleting the plist and that didn't help.
    I also tried an applescript that will move a a safari screen
    to where i want but it fails in contribute.
    thanks

    Ok, finally got this fixed... Using Mac OS X 10.4 but
    shouldn't be any different on earlier or later revs
    First, quit Contribute.
    Goto this location: Hard Drive\Users\"your
    username"\Library\Preferences
    There is a file called "Contribute 4.1 Preferences", open it**
    in a text editor (
    TextWrangler is
    nice, but TextEdit(located in your Applications folder) will work).
    Do a search for "windowplacement". It will be under a section
    called [SETTINGS].
    Delete the data after the equal sign for both "windowplacement"
    and "mdiwindowplacement" which is below it(see attached example
    below).
    Save, quit the text editor, and start up contribute... should
    be fixed.
    **NOTE: you may want to make a copy of the "Contribute 4.1
    Preferences" file before editing it, just to be safe.
    before/after example:

  • Also unable to run project.. missing main.html?

    Screenshot of error dialog attached. Any suggestions? All I did was open an AI file and ran project.
    Thanks,
    Mark

    This seems to be configured in an ini file located at C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\configuration\config.ini
    [email protected]/Application Data/Adobe/Flash Catalyst CS5.5/workspace
    [email protected]/Application Data/Adobe/Flash Catalyst CS5.5
    [email protected]/Application Data/Adobe/Flash Catalyst CS5.5/configuration
    Can anyone tell me where the variable @user.home is defined and whether I can change it or not? I might find that some of the other applications might experience this same issue

  • Does not contain a static 'Main' method suitable for an entry point_

    Hello
    I want to to do a project with Entiity Framework . I add a project to my solution for my domain class and it's name is 'LinkModel.DomainClasses'.  when I prees F5 there is an error like bellow.
    Could You help me to solve this? thanks alot
    ..\Documents\Training\LinkCodeFirstLast\LinkCodeFirst\LinkCodeFirst\LinkModel.DomainClasses\obj\Debug\LinkModel.DomainClasses.exe'
    does not contain a static 'Main' method suitable for an entry point

    Hi bkshn,
    This error is caused by the missing "Main" method in your project. it is the entry point of your project.
    If you want to create a EF project, you could follow the way in the aricle below.
    https://msdn.microsoft.com/en-us/data/ee712907#codefirst
    The Main method is like below.
    class Program
    static void Main(string[] args)
    using (var db = new BloggingContext())
    // Create and save a new Blog
    Console.Write("Enter a name for a new Blog: ");
    var name = Console.ReadLine();
    var blog = new Blog { Name = name };
    db.Blogs.Add(blog);
    db.SaveChanges();
    // Display all Blogs from the database
    var query = from b in db.Blogs
    orderby b.Name
    select b;
    Console.WriteLine("All blogs in the database:");
    foreach (var item in query)
    Console.WriteLine(item.Name);
    Console.WriteLine("Press any key to exit...");
    Console.ReadKey();
    And you could start to learn the EF from the following MSDN blogs.
    https://msdn.microsoft.com/en-us/data/ee712907
    If you have any other concern regarding this issue, please feel free to let me know.
    Best regards,
    Youjun Tang
    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.

  • Java web start fails to launch application when java cache is off

    Hi,
    there's no problem when java cache is used but when java cache isn't used, my application fails to launch via jws (jnlp).
    the following is the error
    java.lang.NullPointerException
    at java.util.jar.JarVerifier.mapSignersToCodeSource(Unknown Source)
    at java.util.jar.JarVerifier.mapSignersToCodeSources(Unknown Source)
    at java.util.jar.JarVerifier.getCodeSources(Unknown Source)
    at java.util.jar.JarFile.getCodeSources(Unknown Source)
    at java.util.jar.JavaUtilJarAccessImpl.getCodeSources(Unknown Source)
    at com.sun.deploy.cache.DeployCacheJarAccessImpl.getCodeSources(Unknown Source)
    at com.sun.javaws.security.SigningInfo.getCommonCodeSignersForJar(Unknown Source)
    at com.sun.javaws.security.SigningInfo.check(Unknown Source)
    at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source)
    at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source)
    at com.sun.javaws.Launcher.prepareResources(Unknown Source)
    at com.sun.javaws.Launcher.prepareAllResources(Unknown Source)
    at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
    at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
    at com.sun.javaws.Launcher.launch(Unknown Source)
    at com.sun.javaws.Main.launchApp(Unknown Source)
    at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
    at com.sun.javaws.Main$1.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    this is the jnlp file
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" version="1.0" codebase="http://11.4.100.41" href="secuiNXG.jnlp">
    <information>
    <title>secuiNXG U start GUI</title>
    <vendor>secui.com Ltd.</vendor>
    <homepage href="/"/>
    <icon href="web_login_ci.gif"/>
    <shortcut online="true">
    <desktop/>
    <menu submenu="secuiNXG U"/>
    </shortcut>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.4+" initial-heap-size="50m" max-heap-size="250m" />
    <jar href="SES.jar"/>
    <jar href="skin_alloy.jar"/>
    <jar href="Borders.jar"/>
    <jar href="informa.jar"/>
    <jar href="jaxen-1.1-beta-12.jar"/>
    <jar href="jcelements.jar"/>
    <jar href="jctable.jar"/>
    <jar href="jdom.jar"/>
    <jar href="log4j-1.2.14.jar"/>
    <jar href="jnlp.jar"/>
    <jar href="jxl.jar"/>
    </resources>
    <application-desc main-class="secui.firewall.SecuiLogin">
    <argument>11.4.100.41:80</argument>
    </application-desc>
    </jnlp>Test Environment
    JRE : 1.6.0_19
    O/S : Windows 7 (32 bit)
    Browser : IE8
    I checked for other versions of jre but not using java cache didn't cause any problems.
    I checked for the release note of update 19 but I have no clue.
    Is there any way to launch java application without using java cache?

    greencosmos wrote:
    ..I had a problem changing the cache location. The button for this action is disabled. I can't figure out how to enable it.On my system, it is enabled when the 'cache files' box is checked, and disabled when it isn't.
    1) Without changing the location I assumed that deleting the cached files could be a similar job, so I clicked "Delete Files..." and deleted with all checkboxes checked.I am not convinced that would entirely clear the cache, but have done no specific tests to check.
    2) I unchecked "Keep temporary files on my computer".So it was checked when you were trying to change the cache location?
    3) Applied all the changes.
    4) I launched your demo.
    Result - It was launched without any prompt.
    I revisited the page with the URL and successfully launched the app. again.The application launched just fine, but no prompt.
    If you follow those (links and) steps I outlined exactly, does the file service demo launch twice for you?I'm sorry I don't exactly understand your question. .. Your description is enough to convince me that answer is 'yes'.
    ..I tried twice and it launched twice, but not twice at the same time(it launched once at a time).Surprise, surprise. That is the first mention in this thread of 'same time'/'simultaneously'. Care to share the other defining factors that you forgot to mention, or is guessing part of the 'fun' of helping?
    But still I'm having problems with launching my application.
    I assume that it could be jnlp syntax problem. The "main=true" subelement is missing.It is a good idea to validate the launch files of JWS based launches that are failing for any reason. For that purpose, I offer JaNeLA.
    Having said that, a missing main='true' will not be detected by JaNeLA, since it is not a compulsory attribute. ..But check them anyway.

  • SAP R/3 application component issue

    Hi all,
    My issue: SAP R/3 application component hierarchy node in RSA6 got saved in $TMP package as local object. When iam transporting the request from Dev to QA this hierarchy is not getting transported and all the application components in ECC QA are assigned under not defined node as individual node.
    Not only this when i replicate the data sources in BI side in QA these data sources are replicated but come under unassigned nodes because of the missing main node.
    So can any body help me in removing this main node from the $TMP folder and save this in a transpotable package to transport that to QA ECC and the same to replicate in BI.
    Regards,
    Prabhakar.

    Hi Markus,
    This issue iam facing in ECC side. Unless untill i transport this application component hierarchy all my application components in ECC QA will be under a not defined nodes.
    So please suggest me the approach to resolve this issue.
    Regards,
    Prabhakar.

  • How I Set My NAS Up with iTunes...

    Just had an interesting week trying to move my 200GB library from my iMac to a new NAS (Synology DS409+). Thought I'd post how I managed it, with props to some other people on here for their insightful suggestions...
    Set up the iTunes folder inside the Music shared folder on the NAS. Then tried to "consolidate library" which failed after a few hours:
    "Attempting to copy to the disk "music" failed. The disk could not be read from or written to."
    Copy had been going well up to that point, but the error message was unhelpful in trying to pin down what was causing the problem, although the last item transferred was a Protected Audio file from the iTMS...googling around, it seems a few people have had issues transferring iTMS purchases, so I removed all mine (only around 30 or so) to a special folder, for separate handling later. I also found a couple of PDF booklets and a few Aperture projects (??!!) lurking in the recesses of my library, so I pulled them too. Some very bright spark also suspected that the "consolidate library" command seems to choke on more than 40GB of files, so following that principle, I sorted my library by album, and highlighted chunks of tracks totalling around 39GB, before right-clicking and selecting "Consolidate tracks..."
    This worked flawlessly, and I moved all my music files to their new home in 4 stages. I still had around 43GB of podcasts to go, so I thought I'd try them in one go, and very quickly, the copy hung, and I got the error message back, so there definitely seems to be some voodoo around this 40GB limit, on Macs at least.
    Some glitches popped up initially following this. The iTunes browser was now showing that I had an additional 30GB of files, for more or less the same number of items (I'd been taking frequent screenshots throughout the process, which I recommend as a quick way of keeping tabs on things...the DS409+ takes about 10 minutes to calculate a folder size of 200GB). I sorted the library by size, and the top one was a file of 27.9GB...a 3 minute ska track no less, from the album "100% Dynamite". I highlighted it, and after a few seconds, it changed by itself to a Massive Attack track, from the album "100th Window", with a size of 6.8MB, and the total size in the status bar duly returned to normal. I checked the playlists for both albums, and they each contained tracks from the other, along with a couple of tracks from a third album called "100% Groove". So far, these seem to have been the only issues that I can find, but I'm curious why only albums/playlists containing the number "100" seem to have been affected.
    Before reaching this solution, I'd tried rsyncing my iTunes folder from the HDD to the share, and pointing to it in the iTunes preferences. As I've always let iTunes keep the folder organised, I figured it should handle this OK, but it didn't. About 10% of my tracks went "missing" (mainly classical & compilation stuff) even though the actual files were at the same relative path on the share. Looked around for methods to automatically re-link them, but that's still not so easy, and I certainly wasn't going to locate all 1600 tracks individually. In the past, I'm pretty sure I edited the .xml library file with the new path (find /old/ replace with /new/), and that was sufficient, but it doesn't seem to work with iTunes 9, any changes being ignored upon relaunch. Which makes me wonder what's so special about the proprietary library file, and why bother to keep the .xml file hanging around? You can re-import this, but at the cost of losing a lot of metadata.
    The iTunes Library files are still in my Home folder on my HDD, and I don't really see any need to enable the iTunes Server on the NAS yet, especially as I access most of my music using the Remote.app and Airport Express. I'd recommend anybody else doing this to make frequent backups of the iTunes library files at intervals during this operation, in case you need to get back to a last known good configuration. If a big consolidation fails, you can't really tell which tracks (or their references) have been successfully relocated, so your library now straddles two locations, and I'm not convinced iTunes can deal with that properly when you re-attempt the consolidation. So after each batch of 39GB, I'd quit iTunes, duplicate the library files, and relaunch for the next batch.

    Settings->iTunes and Apps Store->Sign In.
    You probably also want to sign into the Cloud with
    Settins->iCloud->Sign in.

  • Source2wsdd: ServiceGen does not contain a start method - help!

    Hello all Weblogic Users!
    I would greatly appreciate any help with this problem.
    I am getting this error when I do my build on Linux.
    [source2wsdd] source2wsdd: Doclet class weblogic.webservice.tools.ddgen.ServiceGen does not contain a start method.
    Previously I was getting an error where the ServiceGen class could not be found. This was occuring both in Windows and Linux.
    For Windows, this can be fixed in two ways. 1) Run setWLSEnv.cmd first (in weblogic81/server/bin. 2) (Unconfirmed but try it) Add the tools.jar, weblogic.jar, and webservices.jar to the ant runtimes lib in Eclipse (see preferences/ant/runtimes/global entries. - This will let you run the task inside Eclipse)
    In Linux, I added the webloigc.jar and webservices.jar to the user's special ~/'.ant/lib directory (see ant documentation). This too fixed the problem of being unable to find the ServiceGen class. But now I am getting the error above. I am ripping my hair out trying to fix it.
    Any help would be appreciated.
    Thanks to all....

    Hi bkshn,
    This error is caused by the missing "Main" method in your project. it is the entry point of your project.
    If you want to create a EF project, you could follow the way in the aricle below.
    https://msdn.microsoft.com/en-us/data/ee712907#codefirst
    The Main method is like below.
    class Program
    static void Main(string[] args)
    using (var db = new BloggingContext())
    // Create and save a new Blog
    Console.Write("Enter a name for a new Blog: ");
    var name = Console.ReadLine();
    var blog = new Blog { Name = name };
    db.Blogs.Add(blog);
    db.SaveChanges();
    // Display all Blogs from the database
    var query = from b in db.Blogs
    orderby b.Name
    select b;
    Console.WriteLine("All blogs in the database:");
    foreach (var item in query)
    Console.WriteLine(item.Name);
    Console.WriteLine("Press any key to exit...");
    Console.ReadKey();
    And you could start to learn the EF from the following MSDN blogs.
    https://msdn.microsoft.com/en-us/data/ee712907
    If you have any other concern regarding this issue, please feel free to let me know.
    Best regards,
    Youjun Tang
    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.

  • What are the normal operating temps for a G5 Quad Core Power Mac Tower?

    I asked this within another thread but I am afraid it will get buried and think it deserves its own item.
    I just downloaded Temperature Monitor and have been looking at the data. I have no idea how to interpret the figures and there are no listings of specified upper and lower limits even though there is an area where those numbers should go.
    The numbers are constantly in flux, going up and down a degree or two but here is a recent example from a screenshot taken while I was running WORD (but not working on any document), Terminal, Apple Mail, Firefox (two windows open), Temperature Monitor, Preview, Dashboard and Finder:
    Air Tunnel 99.5 degrees F
    Air Tunnel Heatsink 92.8 degrees F
    CPU A Core 1 Diode 107.5 degrees F
    CPU A Core 2 Diode 107.8 degrees F
    CPU B Core 1 Diode 108.0 degrees F
    CPU B Core 2 Diode 111.5 degrees F
    Drive Bay 87.8 degrees F
    Graphics processor chip 131.0 degrees F
    Main Logic Board Air Inlet --- (this is always missing)
    Main Logic Board Backside 108.7 degrees F
    Memory Controller Diode 133.9 degrees F
    SMART Disk WDC WD2500JS-41M.... 104.0 degrees F.
    The icon for the program, in the dock, gives me an ever changing number that is perhaps an overall reading - an average. Right now the number is 106.4 degrees F (taken some minutes after the screenshot providing the above data). Always in flux.
    Do any of these temps look alarming? And HOW and WHERE do I find out what the temperatures SHOULD be?
    PS I have APPLE RAM.

    If you want to find out whether a sensor value is within normal limits, please select the menu item Window > Show Overview (or press Apple+1) and look for the limits in the third and fourth column of the sensor table. They contain the known official limits Apple has specified for readings acquired at the given sensor locations. If no limit is given in the table, this either means that it does not make sense to specify a limit for this particular sensor (e.g. the battery capacity should not have limits), or Apple hasn't published any specifications for this sensor.
    Note that all up-to-date Macintosh models automatically shut down or enter sleep mode if one of the readings exceeds a critical limit. For this reason it is impossible that your computer can be damaged in an overtemperature condition.
    Hardware Monitor Notes
    There are also notes on the two version for the G5 Quad.
    Quad 2.5 GHz Power Mac G5 (Late 2005)
    Power Consumption Thermal Output
    Idle CPU Max Idle CPU Max
    185 W 550 W 631 BTU/h 1877 BTU/h
    http://docs.info.apple.com/article.html?artnum=303540-en
    Mac Pro 2GHz 4GB 10K Raptor 23" Cinema   Mac OS X (10.4.8)   WD RE16 RAID DW 4.0 APC RS1500 Vista RC1

  • How can I get my music back onto my iPhone from the the cloud

    I have a new primary PC.  My music Library is on an old dying laptop.  I have found all my music has disappeared from my phone.  Some is on the cloud, but it appears to only be the music purchased on iTunes, only about 1/3 of my collection.  Now I find all the songs on my iPhone are ONLY iTunes songs and I have to download them each time I want to play them.  Since I'm in a regional area with poor coverage, having to download my own songs every time through cellular is ridiculous! How can I copy my entire collection back onto my iPhone?  And then where's the rest of my collection?  Will I have to rip all my cd's again? If so NOT HAPPY AT ALL. Have also lost all my ringtones which were a Podcast that WAS purchased through iTunes - now gone.

    I did this last night, and copied all the music from old laptop onto new one.  But there was still a lot of stuff missing, mainly from my own CDs that I'd ripped.  Also I'm still getting the icon on my iPhone that the music is on the iCloud. This doesn't suit me because it will cost me a fortune to download each song by cellular when I'm out driving.  I need all my stuff on my iphone.  Do you know how I can get it to download everything i need apart from clicking on every album and selecting "download" from cloud one at a time?

  • Payment program (RFFOAU_T)

    Hi,
    Can any one please let me know the functionality of payment program and use of this program.
    Thanks in advance.

    Short text
    Payment Medium for Australia - Bank Transfers/Debit Memo BECS
    Description
    The program issues data medium exchange in BECS, the disk format used by Australian banks.
    As well as the payment media, the accompanying payment advice notes, data medium accompanying sheets and payment summaries can also be printed in one program run.
    Requirements
    Payment Program Configuration
    The parameters that control the way in which the payment medium programs function are configured in Customizing. For more information on configuring the payment program, refer to the Implementation Guide.
    Configure payment program
    1. Here you need to make specifications for the paying company code. To do this, select the relevant paying company code by choosing Paying Company Codes ->.
    If payment advices are to be printed, define a SAPscript payment advice form for use with all company code payment methods. You will find the form F110_IN_AVIS as an example in the standard system.
    You need to create and enter text modules in which the texts for the header, footer, signature and sender are stored. These modules can be included in the forms when they are used. To do this, choose Sender Details, from where you can also branch into text maintenance by selecting the modules. The names of the text can be defined by the user, for example F_0001_HEADER for the letter header in company code 0001.
    Proceed
    2. Here you need to allocate the name of the payment medium program RFFOAU_T to the payment method to avoid incorrect payment media being issued with another program by mistake.
    To do this, first choose Payment methods in country, then select the country of your paying company code and the payment method you require, and then maintain the data necessary for printing the form.
    Proceed
    3. Here you need to make company code specifications for the payment method. To do this, choose Payment Methods In Company Code, then select the paying company code and the payment method. In this menu maintain the following data by choosing Form data or Payment Advice Control:
    The SAPscript form for accompanying sheets (F110_AU_BECS in the standard system) as the next form (for DME).
    The issuer data.
    Sorting the correspondence.
    Sorting the line items.
    Proceed
    Note: You should fill out the issuer specifications as follows:
    Line 1 Issuer's name (26 characters long)
    Line 4 Issuer's city
    4. You need to make further specifications for creating the payment medium in Customizing of the house banks. Select the relevant paying company code by choosing House Banks. In the maintenance of the house banks select your house bank and then maintain the required data via the button Data Medium Exchange. For more details refer to the online documentation for the relevant fields.
    Proceed
    Notes:
    a) Common BSB numbers, which give a bank a unique identification, must be maintained for Australian banks. This three-character abbreviation is defined in the publication 'BSB Numbers in Australia', and is entered in the SAP system as part of the DME data maintenance in the field Altern. bank ID.
    b) You need to maintain the lead days. The processing date (batch due date) is calculated from the posting date plus the lead days.
    c) The company number (user identification number) is also transferred from the house bank's DME data.
    Setting up and changing the SAPscript forms (layout sets)
    The following describes the layout of the SAPscript forms in brief. If the forms available in the standard system are sufficient for your requirements, you can skip this part of the documentation.
    You can find further information on forms and the SAPscript editor in the guides on styles and form maintenance and word-processing in the SAPscript editor: Select the menu path Help -> SAP Library.
    1. When setting up SAPscript forms (layout sets), symbols are included in the text; these are then replaced by actual values when the payment medium programs are run. The fields which can be used for this are defined in the Repository and contained in the following structures:
    REGUH Settlement data from the payment program
    REGUP Edited invoice items from the payment program
    REGUD Formatted data for printing the forms
    SPELL Amounts and digits in words.
    FSABE Data on accounting clerk.
    2. If you want the document long text for an accounting invoice document to be printed on the payment advice form, you must make the following enhancement in element "Long text for invoice document" (specially designed for this purpose):
    /: DEFINE &TXT& := '&REGUP-BUKRS()&&REGUP-BELNR(RF0)&&REGUP-GJAHR&'
    /: INCLUDE &TXT& OBJECT BELEG ID xyz
    The text ID that you must enter for this text (xyz) is defined in the configuration menu and can be read from there. In the standard system, text ID 0003 is predefined for the payment advice information.
    Proceed
    3. Layout of the payment advice form (F110_IN_AVIS in the standard system)
    Pages
    FIRST First page per payment advice
    NEXT Subsequent pages if page overflow
    EDI List of payment advice notes sent per EDI
    LAST Form summary section per house bank
    Windows and elements
    HEADER Letter header
    ADDRESS Sender and address of the payee
    PAGE Page counter
    INFODate, payment document number, etc.
    INFO      605Account number of the sender at the recipient
    INFO2 Information on the next pages
    REPEAT Information for the test print or proposal run
    MAIN Form of address before the letter
    MAIN      610-x Short text for payment method x
    MAIN      610 Letter when 610-x is missing
    MAIN      612Alternative payee
    MAIN      613 Notification takes place in order
    MAIN      614 Signature
    MAIN      615 Heading of the invoice item information
    MAIN      620 Carryforward at page top after page overflow
    MAIN      625Invoice item information
    MAIN      625-TXLong text for invoice
    MAIN      625-HRInformation line for Payroll Accounting
    MAIN      630Sum total
    MAIN      631 User-defined text after invoice items
    MAIN      675 Header for EDI advices
    MAIN      676List of EDI advices
    TOTAL     630 Sum total of fixed items
    CARRYFWD  635 Carryforward at page bottom for page overflow
    FOOTER Letter footer
    SUMMARY Form summary section
    4. Layout of the data medium accompanying sheet (F110_AU_BECS in the standard system)
    Pages
    DME Accompanying sheet
    LAST Form summary section for each house bank
    Windows and elements
    DOMESTIC  535 Accompanying sheet
    Check that the SAPscript forms (layout sets) which you use have the layout described and, in addition, check that the forms are active (both in the original language as well as in all languages into which the forms were translated).
    Proceed
    Periodic processing
    Before the payment medium programs can be started, the payment program run must have been successfully completed. Check the status of the payment run, or schedule the payment medium programs by specifying one or more variants.
    Proceed
    Note: If you want to use th 'Payment document update' option, the payment documents must be updated between the time of the payment program run and the time of the payment medium program run.
    Output
    Forms and lists
    Printout files are created per company code and house bank. These can either be printed via the print manager or immediately. Depending on the parameter you select, you can print out one or more of the following:
    Accompanying sheet for the payment medium
    Payment advice notes (if the information cannot be sent via EDI)
    Payment summary
    Error log
    The number of output files is specified in the flow trace; this makes finding and allocating them within the print manager easier.
    Proceed
    Note: If the program was started online, then you reach the print manager from the list by selecting one of the output files displayed.
    Payment Advice Notes
    In addition to being able to print payment advice notes, you can also send these via EDI, fax or email.
    1. To send a business partner a payment advice note via EDI, you need to select the indicator Payment advice note per EDI and maintain the partner agreement on screen "Payment Transactions Accounting" in the master record.
    Proceed
    Using an external converter, the IDoc created by the program can be converted into the EDI format you require (REMADV for example) and then sent.
    2. To send a business partner a payment advice note by fax or email, you must use the process interface 00002040 (Business Transaction Events) to define the selection of the message type (printout, fax or email). Before you can do this, however, you must have carried out the necessary technical (Basis) settings for faxing or sending emails.
    Process interface 00002050 can also be used to change or configure the print parameters and the parameters for optical archiving for payment advice notes.
    DME
    Data medium exchange in this case involves the creation of a file which corresponds to the rules of the credit institution in question for automatic payment transactions and which contains all the necessary payment information.
    The information relevant for the payment medium (file format, creation data, payment amount in local currency, payment documents involved etc.) are stored in the system and can be called up via the DME manager.
    Other functions of the DME manager are:
    Downloading the file into your local (PC) file system
    Displaying and printing the file contents
    Generating a payment summary for the data medium
    Proceed
    You will find further information about the structure of the data medium in the technical description.
    Output in the file system
    If required, the file can be written into the file system. The file created can be copied onto a PC via the DME manager. When doing this, you should search for files by download since the data medium is not managed within the SAP System but has already been stored in the file system by means of the payment medium program.
    Proceed
    If the file name is not to be specified by parameter, then it is generated by the program. It then consists of the disk format, date and time of creation as well as a consecutive number so that the file name in the file system is unique.
    If the file name is specified by the user, then a consecutive number is likewise added for each program run. From an organizational point of view, however, you should make sure that already existing files are not overwritten.
    Note: If you cannot find the file via the DME manager, then this can be due to the following reason: the directory which was written to when the payment medium program  was started (for example, in background processing), cannot be read online. Therefore you should choose a directory which can be written to and read by different machines.
    Due to the above-mentioned problems and the affect this has an data security, it is advisable not to write data to the file system. It may be advisable to use this method in cases where the data medium file is 'picked up' from the file system by an external program to be passed on to the bank.
    Output in the TemSe
    If required, the file created can be stored within the SAP System (stored in the TemSe and not in the file system), thus protecting it from unauthorized external access. You can download the file into the user's file system via DME management.
    The name of the file to be created during the download can be determined when running the payment medium program; the contents of the file name parameter are stored in the management data and defaulted when running the download.
    Proceed
    User exit
    You can modify the dataset for data medium exchange by using the user exit interface defined. You can, however, only change the fields of the DTAMAU0 structure.
    Creating a user exit
    The print program calls up the EXIT_RFFOEXIT_210 function module. Please take the input and output parameters for the user exit from the function module interface.
    Proceed
    Create an include file with the name ZXFORU32 to program the modifications required.
    Proceed
    The file is included in the EXIT_RFFOEXIT_210 function module. Use the Enhancements transaction for activating or deactivating your user exits by activating or deactivating the RFFOX210 project affected.
    Proceed
    Error messages and error log
    Termination of processing
    You can find out the reason why processing was terminated (for example, production run not yet carried out, form does not exist or is not active) by looking at the error message or the related long text.
    Internal SAPscript error
    Check the layout of the forms. It must fulfil the above-mentioned conditions. You cannot, for example, create a bank transfer with the check print program, since bank transfers and checks have a completely different layout structure.
    Error log
    If errors which do not terminate the payment medium program occur when creating the output, the system lists them in the error log. If such a log is created, you must look it over because only you can decide whether the payment medium or payment advices are useless due to the errors the system finds, and decide whether they must be recreated after the errors have been rectified.
    During background processing, the system outputs the error log twice, in the flow trace for the job and in a printout file. The flow trace contains information on how to rectify the errors (from the error message long texts).
    You can display the long text online by choosing the error log from the list of generated output files and then the error message in question.
    plz reward points if dis helps

Maybe you are looking for