FTP between iSeries Servers from ABAP stops after 500 rows

Hello together,
we wrote an abap program which should transfer a iseries DB Table from
SAP to an other iseres DB2.
The program writes approx. 500 rows. The table has approx. 600 rows.
If we use a smaller table to transfer, the transfer will be ok.
We think there is a problem in the kernel for this topic.
How can we trace the ftp transfer? Do we have a chance to find out why
the ftp connection breaks down?
Here is a part of the abap:
  MOVE 'put zpp_s00005.file/zpp_s00005.mbr' TO command.
  CALL FUNCTION 'FTP_COMMAND'
    EXPORTING
      handle        = hdl
      command       = command
      compress      = compress
    TABLES
      data          = result
    EXCEPTIONS
      command_error = 1
      tcpip_error   = 2.
This is the log file:
quote time 9999  #
250 Inactivity time-out set to 9999 seconds.  #
cd $rein  #
250 "$REIN" is current library.  #
set passive on  #
Passive mode is on.
quote site namefmt 1  #
250  Now using naming format "1".  #
lcd /qsys.lib/r3emddata.lib  #
Local directory now /QSYS.LIB/R3EMDDATA.LIB
bin  #
200 Representation type is binary IMAGE.  #
put zpp_s00005.file/zpp_s00005.mbr  #
227 Entering Passive Mode (10,49,0,50,105,43).  #
Passive mode: Connected to Port 26923.
150 Sending file to member ZPP_S00005 in file ZPP_S00005 in library $REIN.  #
426-Cannot write to member ZPP_S00005 in file ZPP_S00005 in library $REIN.  #
426 Data transfer ended.  #
best regards,
Carsten Schulz

Hi,
i thought so.
I tested with
TRCTCPAPP APP(*FTP)
TRCTCPAPP APP(FTP) SET(OFF) TITLE('SAP FTP') 
and there is no spoolfile.
This is the link to the V6R1 documentation:
http://publib.boulder.ibm.com/infocenter/iseries/v6r1m0/index.jsp?topic=/rzaiq/rzaiqtraceserver.htm
So I need a possibility for tracing the abap FTP !?
best regards,
Carsten

Similar Messages

  • Port forwarding between two servers from Same subnet

     Hi,
    We have a Cisco ASA 5520 Version 8.4(3). There exists a site to site VPN tunnel between us and a client and the client sends us the data to our local host/server 10.x.x.20 on port 52944. So 10.x.x.20 gets data on port 52944. We want to forward this data to a test server 10.x.x.21( same subnet IP) on port 52945. so basically I want to forward traffic from 10.x.x.20:52944 to 10.x.x.21:52945.
    Is this possible. I am a new bee to the networking and still learning. Excuse me if this sounds silly. 
    I know we can add one more ACL in the VPN tunnel and add this test server IP in the ACL. but, then I have to ask the clinet to change their ACL too. I dont want to do this. So I want to wrok around it. Any help or suggestions is much appreciated.
    Thanks in advance :)
    This is my first ticket in the support community.
    cs

    VMs have nothing to do with it, as long as there's network communication between the servers.
    As I said, there must be a service or application listening on that port for it to respond. For example, try this:
    C:\> telnet
    When the telnet prompt opens, type in:
    open mail.messaging.microsoft.com 25
    If it works, you should see this:
    220 CH1EHSMHS035.bigfish.com Microsoft ESMTP MAIL Service ready at Thu, 7 Feb 2013 00:57:33 +0000
    That means that Microsoft's mail servers are LISTENING on port 25 and it responded. And note, telnetting to port 25 is a non-default telnet port, because port 23 is the default telnet port. When you type in a space and then a port number, you're telling
    the telnet client to use that port.
    That is the SAME THING if some sort of application or service is listening on port 8444 on that other server you're trying to telnet to. If there is no app or service listening, it will just time out.
    And no, installing the TELNET service on that sercver will NOT answer to any port other than 23. The telnet service by default, uses TCP 23, unless you specify otherwise.
    So once again, what service or app on that server is supposed to be listening on 8444?
    Ace Fekay
    MVP, MCT, MCITP/EA, MCTS Windows 2008/R2 & Exchange 2007, Exchange 2010 EA, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Technical Blogs & Videos: http://www.delawarecountycomputerconsulting.com/
    This post is provided AS-IS with no warranties or guarantees and confers no rights.

  • Sound from videos stops after a few seconds on Quicktime

    I bought a new Samsung camera and took some videos at a concert. When I put the videos on my MacBook Pro and try to play them on Quicktime, the sound stops after a few seconds. When I try to play them on iMovie or use them in iMovie, not only is there no sound after a few seconds but the sound that is there is sped up.
    The audio works fine in VLC but doesn't seem to work with anything else on my Mac. I've tried Perian, Flip4Mac...
    Codecs: H.264, AAC
    Help?

    I've seen this issue in the past.  I think it is connected to the operating system itself.  I say this because I reinstalled the os using itunes and then restored a backup.  Then garageband started behaving again.  Then the issue came back - after I did an os update.  So I'd try reverting back to a fresh version of the latest os, and then restoring your apps using a backup.
    Hope it helps
    @zorin

  • How to retrieve data from the Database after deleting rows from VO ?

    Hello,
    I am using Jdeveloper 11.1.2.1.0
    I have a master and a child .
    So according my use case when a value in the master vo changes the corresponding child has to be deleted.
    but when i change back to any other value i want to undo the delete operation and get back the values in the child.
    Is there any way to do it?
    Regards,
    Nigel.
    Edited by: Nigel Thomas on Mar 29, 2012 5:07 AM
    Edited by: Nigel Thomas on Mar 29, 2012 5:09 AM

    Hi all,
    I want to do a validation based on a SelectOneChoice List Value.
    Based on which value in the select one choice is being selected, thedata from the VO should be DELETED or NOT-DELETED.
    To do this I wrote a Managed Bean and the delete part is working fine if a particular value of the SelectOneChoice is selected.
    Since the rows are deleted from the VO, after I change the SelectOneChoice value to the previous one I cannot retrieve the rows.
    I thought of two ways:
    1. As the Deleting option in the SelectOneChoice is selected the rows should be deleted from the VO and when reverted back to not-Deleting option the Rollback of Transaction method written in the Managed Bean should take place.
    2. As the Deleting option is selected the data should be deleted from the VO and when reverted back to non-Deleting option, a query should be made from the Database.
    The first plan was dropped because it is not VO-specific. If there are more than 1 VO in the page then whatever changes are made in the page will be reverted back as soon ad Rollback of transaction is done.
    So the now i am left to go with the second plan.
    Is there any way to implement the second plan?
    If so...Will it compromise the performance of the application?
    Or else, Is there any other way to implement my Use-Case ???
    Regards,
    Nigel.

  • Cannot print to printer from firefox-- stopped after an update.

    After one of the periodic updates the print function stop working. The printer will cycle pper--but nothing prints. With a capture printer it will produce just blank page(s). The printer and all other print devices work fine from the desktop. I use a fax and some other pdf printers. All work from desktop--none from firefox. I have the lastest version--this machine takes automatic updates from firefox.

    The problem still exist. I can print to all devices from IE can not print to any in Firefox. It will give printer selection and go through the motions but only produces blank paper--no image or print at all. This came about after an update that may be has long has a year ago--the last time I tried to print from the browser was that long ago and I stopped trying when it did not work.
    I can: get a printer, select it and it will call the spooler and produce a blank sheet of paper per page.
    On IE I can print to all devices, fax, printer and other software.

  • Import from camcorder stops after few seconds. Never used to! Ideas?

    Hi you wonderful experts and enthusiast out there.
    Been using iMovie HD 5 successfully for a couple of years, but all of a sudden I can't import from my camcorder. I have a long, unbroken, recorded sequence on the camcorder, but when I go to import iMovie imports just a few seconds before stopping. And if I hit import again it does the same, but the "bits" don't match exactly so I cant even splice them together. Which leaves my with no idea how to proceed.
    I did wonder if the movie was already too full (unlikely, but the same happened on a brand new movie) and also whether the DV tape was just too old (but the same is happening with a brand new tape).
    It's a Canon MV960, if that helps.
    ANd if I can't use iMovie to import it - is there another way? (Like I can use image capture in place of iPhoto if I so desire.)
    Message was edited by: Trevor C

    Hi
    My list of what to try:
    Test another FW-Cable.
    The GarasgeBand trick. Start GB save a fake project close it. Now try iMovie again.
    Test Your Camera on another Mac so that DV-in still works OK
    Toogle in iMovie pref: Play-back via Camera (on<->off some times)
    Other ways to import Your miniDV tape:
    Use another Camera. There where tape play-back stations from SONY
    but they costed about 2-4 times a normal miniDV Camera.
    If Your Camera works on another Mac. Make an iMovie movie project here and move it
    over to Your Mac via an external hard disk.
    (HAS TO BE Mac OS Exchange formatted - USB/DOS/FAT32/Mac OS Exchange WILL NOT DO)
    (Should be a FireWire one - USB/USB2 performs badly)
    FireWire - Sure not using the accompany USB-Cable but bought a 4-pin to 6-pin FW one ?
    Using WHAT ? :
    • Mac OS - X.5.4 ?
    • QuickTime version ? (This is the heart in both iMovie and FinalCut)
    • iMovie 8 (7.1.?) ?
    • iMovie HD 6 (6.0.4/3) ?
    Free space on internal (start-up) hard disk ? (Others don't count)
    Does Your Camera work on another Mac ?
    Sorry to say it is to easy to turn the 6-pin end of the FW-cable 180 deg wrong.
    This is lethal to the A/D-chip in the Camera = needs an expensive repair.
    (Hard to find out - else than import/export to another Mac ceased to work
    everything else is OK eg recording and playback to TV)
    Delete iMovie pref file may help sometimes. I rather start a new account, log into
    this and have a re-try.
    from LKN 1935:
    Hi Bengt W, I tried it all, but nothing worked. Your answer has been helpfull insofar as all the different trials led to the conclusion that there was something wrong with my iMovie software. I therefore threw everything away and reinstalled iMovie from the HD. After that the exportation of DV videos (there has not been any problem with HDV videos) to my Sony camcorders worked properly as it did before. Thank you. LKN 1935
    from Karsten:
    in addition to Bengt's excellent '9 yards of advice' ..
    camera set to 'Play' , not rec/computer/etc.?
    camera not on battery, but power-line?
    did your Mac 'recognize' this camera before...?
    a technical check:
    connect camera, on, playback, fw-connected...
    click on the Blue Apple, upper left of your screen ..
    choose 'About../More..
    under Firewire.. what do you read..?
    Yours Bengt W

  • How to disbale  passwd  for  FTP between linux  servers

    Hai,
    reguraly we need to copy file system of one server to another server ( linux). when i was given scp or rsync commnds it prompts for passwd of target server.
    how to disbale this permenanlt?
    how to configure FTP in linux server?

    Hi,
    If what you need is copying files between systems and all have sshd, you can use scp and it won't ask for a password if keys generated in machine1 from the user that will make the connection are trasfered to machine2.
    You can try following this tutorial Link: [http://enrique.barbeito.org/blog/ssh-sin-contrasena/] It's in spanish but I think it's easy to follow; it's the one i followed to avoid password between some of my systems.
    regards

  • How to send IDOC XML to ftp or other servers using ABAP

    Hi,,,,,,EXPERTS
    I m able to generate IDocs in XML format,
    using the XML port definition in SAP. The XML file is generated in the application server, in the physical directory specified in the port definition.
    The application server in on Windows operating system.
    Now i need the files to be generated on another machine whose ip address and location is known, insted of being generated on the application server.
    Pls can anyone help me in this.
    waiting with lots of hope...dear frnd pls give me a step by step process to get this...
    thx,
    ram.

    Hi Mahesh,
    Thanks for your reply.
    My requirement is bit different. i have to send Open PR data for diffrent materials. In a 3rd party application user will search for few materials which will generate a report that will show the PR related data for those material.
    That means for few selected materials there will be few PR's which may be open, i have to show those in my report.
    Eg: material A, B. are in PR 00001 & material B, C in PR 00002.
    After selecting materials A to C report will show
    Material                 PR No                   Item No                Quantity
    A                           00001                    10                             1
    B                           00001                     20                            3
    B                           00002                     10                            3
    C                           00002                      10                           1
    Same thing i have to do for open PO & open Sales order also.
    Can u please help me to provide the solution how can i proceed for it. U have given the Message type & a bapi how it will help in my issue?
    I got a suggesion from someone that extend message type matmas for PR, PO, SD related data & send the idoc. but i am confused how to pass that much data ina single IDOC.
    Regards,
    Nik

  • Stopping songs from automatically stopping after one play

    Hey guys,
    After doubleclicking a song on the playlist, the song plays but then instead of playing another song stops showing the apple logo. This happens no matter if the songs are played in libary, playlists or party shuffle or if songs are highlighted. How can we rectify this so each song plays after one another?
    Thanks
    P.S. I'm Using Itunes V4.7 for Windows
    Dell Inspiron I6400   Windows XP  

    hmmmm. are all the little checkboxes to the left of your tracknames unchecked? (that can produce the symptoms you're reporting.)
    to check all (or uncheck all) your songs, hold down Ctrl and click on one of the boxes.

  • AddInstance stops after 7 rows... what the heck?

    Hi Everyone,
    Longtime acrobat user - first foray into dynamic forms.
    I am building a dynamic form with a table, and I want users to be able to add rows to a maximum of 15.
    Everything seems to work well until after a user clicks the add button to get row 8.
    What have I done wrong? FY reference, this table was used in the past for a different form (different headings) with more than 20 rows.
    Thanks for the help,
    AM

    If you click on the Row 1 subform in the hierarchy view then look at the Object Palette under the Binding tab you will see you have a max occurances set to 7
    Paul

  • Mail stops importing after 500 messages. (From mbox formattedfile)

    Hi,
    using snow leopard, standard mail app.
    when importing a unix-style mbox file into mail, it stops after 500 messages. There are some 2700 mails in the mbox file.
    Any idea if this is a build-in limitation ?
    Can this be configured to allow more then the initial 500 mail messages ?

    This is a problem for which I've yet not found a solution when it happens. Another user recently reported being able to solve it by deleting some caches. Problem is, I have no idea what caches could have a bearing on this. If you want to try that, take a look at the following article:
    Resolving Disk, Permission, and Cache Corruption
    and be sure to read this in particular:
    Side effects of System cache cleaning
    In addition to the utilities mentioned there, you may also consider OnyX or Cache Out X, which are free.
    Rather than blindly deleting every cache from your system, I encourage you to be somewhat selective, in order to be able to find out which cache could be involved in the problem, if any. Note that no applications other than the cache-cleaning utility should be running during the cache-cleaning operation, and that you should restart after each attempt before checking whether it makes a difference. Please, post back with your observations.

  • How e-mail is routed between two servers

    Hi ,
    Please anybody tell me how e-mail is routed between two servers , from the software point of view as well as hardware point of view .
    And how Java mail API related to that .
    Thanks,
    Kiz

    If you're looking for a simple answer there isn't one. Here's a place to start.
    http://community.roxen.com/developers/idocs/rfc/rfc974.html

  • Execution stops after retrieving the factory from the ServletContext while

    Hi,
    I just started working with Quartz, so I am clueless as to why I am getting this error. This is my first time tying to integrate Quartz 1.6.0 in a web app. I am using the JSF Framework. Although I have added the necessary jars I am still getting the error above: servlet.jar not loaded. If you follow the java code and server output you can see that after retrieving the factory from the ServletContext there is no further execution . Following is the definition of the class used for scheduling:
    Quartz Version: 1.6.0
    IDE : Netbeans 5.0
    AppServer: Tomcat 5.5
    *************************************** JAVA CODE *************************************
    * BirthdayScheduler.java
    * Created on May 20, 2008, 5:24 PM
    package com.csg.cs.cscomwebdev.servlet.timer;
    import java.io.*;
    import java.net.*;
    import java.util.Date;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import org.quartz.JobDetail;
    import org.quartz.SchedulerException;
    import org.quartz.SimpleTrigger;
    import org.quartz.impl.StdSchedulerFactory;
    import org.quartz.Scheduler;
    * @author Arijit Datta
    * @version
    public class BirthdayScheduler extends HttpServlet {
    /** Processes requests for both HTTP <code>GET</code> and <code>POST</code> methods.
    * @param request servlet request
    * @param response servlet response
    protected void processRequest(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException {
    response.setContentType("text/html;charset=UTF-8");
    PrintWriter out = response.getWriter();
    out.close();
    /** Handles the HTTP <code>GET</code> method.
    * @param request servlet request
    * @param response servlet response
    protected void doGet(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException {
    processRequest(request, response);
    /** Handles the HTTP <code>POST</code> method.
    * @param request servlet request
    * @param response servlet response
    protected void doPost(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException {
    processRequest(request, response);
    /** Returns a short description of the servlet.
    public String getServletInfo() {
    return "Short description";
    public void init()
    System.out.println(" ------------ STARTTING JOB --------------");
    // Retrieve the ServletContext
    ServletContext theApplicationsServletContext = this.getServletContext();
    // Retrieve the factory from the ServletContext
    StdSchedulerFactory factory =(StdSchedulerFactory)theApplicationsServletContext.getAttribute("QuartzFactory Servlet.QUARTZ_FACTORY_KEY");
    System.out.println(" ------------ FACTORY GOT --------------");
    try {
    // Retrieve the scheduler from the factory
    Scheduler scheduler = factory.getScheduler();
    System.out.println(" ------------ SCHEDULER GOT --------------");
    // Start the scheduler
    scheduler.start();
    System.out.println(" ------------ SCHEDULER STARTED --------------");
    //Creating a job
    JobDetail birthdayJobDetail = new JobDetail("birthdayReminderJob", scheduler.DEFAULT_GROUP, BirthdayReminderJob.class );
    System.out.println(" ------------ JOB CREATED --------------");
    //Creating a trigger
    SimpleTrigger birthdayJobtrigger = new SimpleTrigger("birthdayReminderTrigger",scheduler.DEFAULT_GROUP, new Date(),null,SimpleTrigger.REPEAT_INDEFINITELY, 60L * 1000L);
    System.out.println(" ------------ TRIGGER CREATED --------------");
    //Scheduling the job
    scheduler.scheduleJob(birthdayJobDetail,birthdayJobtrigger );
    System.out.println(" ------------ JOB SCHEDULED --------------");
    } catch (SchedulerException ex) {
    System.out.println(ex.getMessage());
    } ************************************* SECTION OF WEB.XML ************************
    <servlet>
    <description>Quartz Initializer Servlet</description>
    <servlet-name>QuartzInitializer</servlet-name>
    <servlet-class>org.quartz.ee.servlet.QuartzInitializerServlet</servlet -class>
    <init-param>
    <param-name>shutdown-on-unload</param-name>
    <param-value>true</param-value>
    </init-param>
    <init-param>
    <param-name>start-scheduler-on-load</param-name>
    <param-value>true</param-value>
    </init-param>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>BirthdayScheduler</servlet-name>
    <servlet-class>com.csg.cs.cscomwebdev.servlet.timer.BirthdayScheduler< /servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet> *********************************** SERVER OUTPUT *******************************
    Using CATALINA_BASE: C:\Documents and Settings\165171\.netbeans\5.0\jakarta-tomcat-5.5.9_base
    Using CATALINA_HOME: D:\Program Files\netbeans-5.0\enterprise2\jakarta-tomcat-5.5.9
    Using CATALINA_TMPDIR: C:\Documents and Settings\165171\.netbeans\5.0\jakarta-tomcat-5.5.9_base\temp
    Using JAVA_HOME: C:\Program Files\Java\jdk1.5.0_02
    May 20, 2008 7:27:13 PM org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8084
    May 20, 2008 7:27:13 PM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 766 ms
    May 20, 2008 7:27:13 PM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    May 20, 2008 7:27:13 PM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.9
    May 20, 2008 7:27:13 PM org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    May 20, 2008 7:27:14 PM org.apache.catalina.loader.WebappClassLoader validateJarFile
    INFO: validateJarFile(D:\Java Programs\cs\CSCOMWEBDEV\build\web\WEB-INF\lib\servlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
    log4j:WARN No appenders could be found for logger (org.apache.catalina.session.ManagerBase).
    log4j:WARN Please initialize the log4j system properly.
    ------------ STARTTING JOB --------------
    ------------ FACTORY GOT --------------
    May 20, 2008 7:27:15 PM org.apache.coyote.http11.Http11Protocol start
    INFO: Starting Coyote HTTP/1.1 on http-8084
    May 20, 2008 7:27:15 PM org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8009
    May 20, 2008 7:27:15 PM org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/32 config=null
    May 20, 2008 7:27:15 PM org.apache.catalina.storeconfig.StoreLoader load
    INFO: Find registry server-registry.xml at classpath resource
    May 20, 2008 7:27:16 PM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 2802 ms Can anybody please help out? Where exactly am I going wrong?
    Thanks a lot!
    AD

    Your stop condition is "continue if true". This means that, unless you press the button, the while loop will stop after one iteration.
    First, you should change the termination condition to "stop if true".
    Then you should make the stop button "latch when released" (right-click..mechanical action). Else you don't have a well defined state after the program stops.
    You should decide on a reasonable loop rate and enter it for the wait control. (beter use a diagram constant if the value is always the same).
    Why do you need to continue reading in a loop? Are you expecting the response to change over time?
    Do you want to keep appending to the string indicator or only show the latest characters received?
    Maybe you also need a wait between the writing and reading?
    Delete the ms timer value indicator, it is completely useless.
    Do you get any error codes?
    Don't use the run continous button. Use the plain run button.
    What device are you communicating with? Do you have documentation?
    LabVIEW Champion . Do more with less code and in less time .

  • How do I stop Firefox from playing video after I navigate from the page or leave Firefox?

    Simple and annoying. . Extremely frustrating issue with Firefox for Android. ..
    I watch a YouTube video or any flash video. . And after I hit play, the ONLY way to stop it is to hit pause or let it play to the end or close the tab. .
    It will NOT automatically stop if I open another tab. or if I navigate from Firefox. .
    I feel this is a very basic feature. Did I set something up that was wrong?
    Can I ask two questions?
    I have another extremely annoying and frustrating problem with Firefox for Android.
    The "top" (if you pull down the tabs) search bar DOES NOT allow my stock Samsung keyboard to auto space. . Thus instead of typing
    "How do I stop Firefox from playing video after I navigate from the page or leave Firefox?"
    I'll type in
    "HowdoIstopFirefoxfromplayingvideoafterInavigatefromthepageorleaveFirefox?"
    Unless I manually got the space bar.
    Using a recently factory data reset Samsung Galaxy s4 active.. android 4.2.2 and stock Samsung keyboard ... Firefox 34.0.1
    Thanks in advanced.
    Ps
    I was a hardcore xscope user for years and just recently gave in to Firefox when i lost all my bookmarks due to a forced factory data reset. .

    I'm using a different keyboard which works fine in the most top search bar...
    I cannot believe that it's not a feature.
    What if I was watching a video and wanted to shut it off quickly? I'll have to hit back? Wait for the previous screen to load then hit the power button?
    Please tell me that feature ids soon to come

  • I have a problem with youtube...i can't watch some videos from youtube! They stop after few seconds of playing!! what can i do to fix it?

    I have a problem with youtube...i can't watch some videos from youtube! They stop after few seconds of playing!! what can i do to fix it??

    Try loading the same video in different browsers (Firefox, Chrome, Safari and Internet Explorer are your best options). If the issue is across all of them, make sure you've downloaded the latest version of Flash at http://get.adobe.com/flashplayer/
    If it's still stopping after that...Do the tried and tested method for everything: reset your router.

Maybe you are looking for

  • How to use of API for Cancel Sales Orders

    Hi.... I want to use API for Cancel Sales Orders. Plz give me advice how we can cancel orders. I know that there is procedure provide in ORACLE APPs (i.e. OE_ORDER_PUB.process_order). But in this procedure i know the how to create and update sales or

  • User level authorization wise F4 help functions

    Dear All, We have a requirement i.e. User should be able to see only authorized entities when he/she press F4 on any field like Company code,Customer number,Sales Organization etc.. in any standard screen of SAP transaction codes. For Ex: we have 3 c

  • Mp3 duplication problem

    For some reason my .mp3 files show up twice and in some cases three times in the media player. The strange thing is that I've tried to delete all music files and they still show up. I also tried doing a complete erase of all data using the Pre erase

  • Unbalanced Head Tag

    Hi I am trying to make a template of a page I have done in Dreamweaver CS4 and keep getting this error message: There is an error on line 3 – unbalanced head tag. Has anybody got any ideas of how I solve this? Code below: <!DOCTYPE html PUBLIC "-//W3

  • HT5330 Can't delete MobileMe from Mail app on iMac. Won't accept password.

    My Mail server only has MobileMe available and does not recognize my password. How do I delete MobileMe and add iCloud to configure my Mail app?  Thanks for any help!