Server not recognizing a valid connection

Hi,
After reading about Java NIO for some time I have built a server and very simple client. The server
accepts connection requests and stores them as non blocking socket channels in a selector.
The selector executes the select() method every second. ie)selector.select(1000).
Below is the the client code I use to connect to the server.
                int sleepCount = 0;
          int written = 0;
          InetSocketAddress ins = new InetSocketAddress("192.168.2.102", 7777);
          SocketChannel sock = SocketChannel.open(ins);
          try{
               sock.finishConnect();
          }catch (IOException ioe){
               ioe.printStackTrace();
          String msg = new String("[Client Message]");
          byte bmsg = msg.getBytes();
                ByteBuffer buffer = ByteBuffer.wrap(bmsg);
          while(sleepCount < 2){
               written = sock.write(buffer[0]);
               System.out.println("Message printed = " + written);
               buffer[0].rewind();
               try {
                          long numMillisecondsToSleep = 1000; // 1 second
                    Thread.sleep(numMillisecondsToSleep);
                      } catch (InterruptedException e) {
               sleepCount++;
               written = 0;
          sock.close();
     This is just basic code to connect to the server and send some text every second.
The server detects the connection by this program. The server also successfully reads in the message and outputs it to screen(btw, I am running the server in one linux terminal and the client in another seperate terminal).
When the client is finished it closes the connection. The server notices this because the next read it does returns -1. So the socket channel on the server end is closed as well with the close() method.
Now when the server is still running and I execute the above client code again for a second time the server doesn't notify me that a connection has been accepted like it did last time. The client program connects successfully without any exceptions. It then proceeds to send the text message to the server again, once per second.
However the server doesn't do anything. The select() method returns 0 keys that are ready for IO.
How is this possible? The server is saying nothing is connecting to it, however the client connects fine and proceeds to send the server data.
Thanks,
Nick

baah!
I saw the problem 15 minutes after I posted to the forum.
It was this line in my server
key.interestOps(key.interestOps() & ~readyOps);
It removes the interest from the key. I used it from an example I saw that "Deactivates" a keys interest when it is working with that key. So in my case when a key was isAcceptable it would "deactivate" OP_ACCEPT flag for that key representing the ServerSocketChannel.
When I was finished accepting an incoming connection I forgot to "re-activate" the channels interest in OP_ACCEPT again. Hence why the client would only connect once. After one connection the server wasn't interested in incoming connections anymore.
Nick

Similar Messages

  • When i connect my iphone 5 to my pc using the usb cable, my device is not recognized yet when connected to a power source, it charges normally. What should i do to rectify the problem and read sth about debris being in the usb. How do i remove that?

    When i connect my iphone 5 to my pc using the usb cable, my device is not recognized yet when connected to a power source, it charges normally. What should i do to rectify the problem and read sth about debris being in the usb. How do i remove that?

    iOS: Device not recognised in iTunes
    Windows: http://support.apple.com/kb/TS1538

  • Project does not contain a valid connection problem

    I am using JDeveloper 10.1.3.2.0 and have checked out code that was in CVS. I tried to put the code under an Application and Project, but when I do the check out, the Application Navigator shows it at the Application level. Within that Application, there are two projects. When I do a Make on either project, I get the error that The Business Component Project does not contain a valid connection. Double clicking on the error send me to the corresponding .jpx file which contains this:
    <?xml version='1.0' encoding='ISO-8859-1' ?>
    <!DOCTYPE JboProject SYSTEM "jbo_03_01.dtd">
    <JboProject
    Name="ViewController"
    SeparateXMLFiles="true"
    PackageName="" >
    <DesignTime>
    <Attr Name="_ejbPackage" Value="false" />
    <Attr Name="_NamedConnection" Value="Fred" />
    <Attr Name="_version" Value="10.1.3.36.73" />
    <Attr Name="_jprName" Value="../ViewController.jpr" />
    </DesignTime>
    </JboProject>
    Does anyone know what connection needs to be set up? I wonder if part of the problem is how the CVS check out is working, but I can't seem to get it under an application.
    I'd appreciate any help!

    Hello.,
    Thank you so much for the responses! That was the problem. I had defined a database connection, but the name was not the same as what was in the jpx file. The error is now gone. :)
    Thanks again!

  • Event Viewer cannot open the event Log or Custom view. Verify that the Event log service is running or query is too long. The instance name passed was not recognized as valid by a WMI data provider(4201).

    "Event Viewer cannot open the event Log or Custom view. Verify that the Event log service is running or query is too long. The instance name passed was not recognized as valid by a WMI data provider(4201)"
    This error keeps cropping up now and again on most of our domain controllers (OS-2008 AND 2008R2)...Usually a restart fixes the issue however the issue repeats and security logs don't generate.
    Any advice on how to fix this issue permanently would be greatly appreciated.

    Please see this: https://social.technet.microsoft.com/Forums/windows/en-US/95987ca3-a1b2-4da6-95b7-d825d06cdac7/error-code-4201-the-instance-name-passed-was-not-recognized-as-valid-by-a-wmi-data-provider?forum=w7itprosecurity
    You can also try rebuilding the WMI repository: http://blogs.technet.com/b/askperf/archive/2009/04/13/wmi-rebuilding-the-wmi-repository.aspx
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Surfing the web I constantly get a dialog box popping up that says "The connection was rest" or " Server not found" or "The connection has timed out"

    Surfing the web I constantly get a dialog box popping up that says "The connection was rest" or " Server not found" or "The connection has timed out". The panel gives me three possible causes, none of which are correct and tells me to "Try again". Sometimes when I try again the site appears, sometimes it does after several tries and sometimes it never does. I called my IP, Cox and they told me it is a result of something Microsoft put out in their updates to IE (presumably to discourage people from using Firefox). Can you help me get rid of this problem?

    Surfing the web I constantly get a dialog box popping up that says "The connection was rest" or " Server not found" or "The connection has timed out". The panel gives me three possible causes, none of which are correct and tells me to "Try again". Sometimes when I try again the site appears, sometimes it does after several tries and sometimes it never does. I called my IP, Cox and they told me it is a result of something Microsoft put out in their updates to IE (presumably to discourage people from using Firefox). Can you help me get rid of this problem?

  • ITunes code not recognized as valid

    Hi I recently bought a 25 dollars iTunes code from molpoints website.it sent me a receipt with the pin and serial numbers and the pin was quite big and has no numbers so figuring the pin was not a problem.i redeemed the pin and something came out saying pin not recognized as valid.now I am dead meat.And molpoints a legal seller.

    I can tell you that you can submit the information but you may find out like me and many others here that it a waste of time. I got $30 lost because of a bad pack of iTunes cards and from what I seen here many people have the same problem as these $30 pack from apple fail to work most times.
    https://discussions.apple.com/message/17142557#17142557
    https://discussions.apple.com/message/15248543#15248543
    https://discussions.apple.com/message/15939881#15939881
    https://discussions.apple.com/message/17097214#17097214
    https://discussions.apple.com/message/6481772#6481772
    https://discussions.apple.com/message/15223646#15223646
    That's just some of the cases I found here, after reading them I did something I would think no one would have to do for a company like apple. I did a look up on there iTunes for consumer reports and found this site. So now I am more worried. I won't be getting iTunes gift cards anymore, I will tell people to buy me visa. I'm also happy I never gave iTunes my bank account either after what I read there of people getting bill 500 - 900 in a day when not using there account. Keeping my MasterCard because if something like that happened it easy to report it and solve the problem.
    All I can say is, good luck and don't give up as apple needs to fix this system they got.
    http://www.consumeraffairs.com/computers/apple_itunes.html

  • Phone not recognized and says connect to itunes

    iPhone 4s is not recognized by Windows 7, or itunes after update to itunes 10.7. Iphone screen shows usb cable and iTunes icon, saying connect to itunes. I have uninstalled and reinstalled, all itunes programs via the instructions on TS1538.
    Nothing is working.

    http://support.apple.com/kb/HT1808

  • "USB Device Not Recognized" Message when connecting iPod Nano

    I get the following windows pop up when connecting my son's iPod Nano
    *"USB Device Not Recognized"*
    *One of the USB devices attached to this computer has malfunctioned, and Windows does not recognize it. For assistance in solving this problem, click this message.*
    I have successfully connected this device to this computer before so I don't know what has changed.
    Message was edited by: ipodnannouser

    This did not work for me. I have a laptop that was running Windows XP, and it had no problems recognizing the iPod. I was having problems with XP, and rather then reinstall XP, I did a clean install of Vista. I did a settings transfer, so the new install of iTunes came already configured--I mention this since I don't know if it was a factor.
    When I plugged in the iPod, I got the USB Device Not Recognized. The usbstor.inf file did not fix the problem. However, the solution at http://www.winvistabeta.com/groups/275128/ipod-usb-device-not-recognized/message .aspx did fix the problem. Do this:
    Reset the iPod:
    1. Unplug the iPod.
    2. Turn the hold switch to HOLD and then back to off.
    3. Hold the Center and Menu buttons for 6 seconds until you get the Apple logo when you release them.
    4. Plug in the iPod. It should now be recognized.
    This worked fine for me the first time. Thanks! Jack

  • "USB device not recognized." "The connection between your device and the desktop could not be established. Please check your setup and try again." Tungsten E2, Outlook 2007

    Hi,
    I am running XP SP 2, on a Dell Vostro 1000, Palm OS Garnet v5.4.7 on a Tungsten E2. I have worked though issues relating to synchronization, Outlook 2007, Docs to Go, etc., in the past.  Thank you board members! 
    Once I worked thru all the initial problems, my Tungsten E2 was sync' ing beautifully to my laptop until a few days ago.  There have been no changes (I know of) to the configuration, but now I receive  "The connection between your device and the desktop could not be established.  Please check your setup and try again."  On the laptop I sometimes get  "USB device not recognized."  I am unclear why I get the PC message sometimes and not others.   
    I have tried the following: (not necc exactly in this order)
    Double checked Hot Sync Mgr settings: Local USB (ver. 6.0.1)
    Reset the Palm (multiple times)
    Rebooted the laptop  (multiple times before and after the Palm resets)
    Went to Support Libraries including http://kb.palm.com/SRVS/CGI-BIN/WEBCGI.EXE/,/?St=57,E=0000000001060189973,K=9550,Sxi=3,Case=Obj(3695...)
    and http://kb.palm.com/SRVS/CGI-BIN/WEBCGI.EXE?New,Kb=PalmSupportKB,ts=Palm_External2001,Case=obj(1409) 
    Followed the steps in "Start Here" found at  http://forums.palm.com/palm/board/message?board.id=windows_hotsync&thread.id=26057 
    Moved Backup directory as per a post on this forum
    Looked for a deleted a file called "Graffiti_ShortCuts_____________" per a post on this forum
    Followed the steps in HotSync troubleshooter guide you can run through located on
    http://kb.palm.com
    Went into Device Manager - found it shows no yellow ! 's
    Followed Device Mgr Troubleshooter - went all the way thru with no solution 
    Tried all four USB ports - the PC's bell-like tone does not sound when I disconnect or reconnect the Plam's cradle like it does when I conn/disconnect other USB devices -I think that is a clue.    ...? 
    Cleaned the Palm's contacts (and cradle's contacts with a old, dry toothbrush)
    Read all the posts under "USB device not recognized." 
    OK, I'm at a loss, can anyone help me?  Many thanks in advance! 
    ~Bob
    Post relates to: Tungsten E2

    Hello!
    Using a cradle with the Tungsten E2?  Tried bypassing the cradle and just use the hotsync cable?  Tried a different computer yet?  Somehow, the PC is having problems getting a signal from the device.  I assume you have the laptop charger plugged into the laptop during this?  Not going through a docking station or port-replicator.
    One crazy thing you can try is unplug the charger from your laptop, remove the battery from the laptop and leave it out for like 10mins and put it back in and reboot the laptop.  This should not cause side effects but still contact your OEM to make sure that nothing else is needed after leaving the battery out for extended period of time.  Keep me posted.
    Post relates to: Treo 650 (Unlocked GSM)

  • USB Device Not Recognized when Iphone connected to PC

    Hello,
    Every time I connect my Iphone 4S to my PC I get the error "USB Device Not Recognized". I did not have this problem before. I tried uninstalling Itunes and all its components and reninstalling it, restaring my computer, restarting Iphone and I even reset all the setting on my Iphone. I connected my wife's Iphone 4 using the same cable and PC and connected and started syncing with Itunes right away. If anyone has any pointers on how to fix this problem, any help will be much appreciated.

    try reseting the phone
    RESET DEVICE
    Hold down the Sleep/Wake button and the home button together until the apple logo appears (ignore the ON/OFF slider) then let both buttons go and wait for device to restart (no data will be lost).

  • Weblogic server not starting due to connection pool error.

    Hi all,
    We have some issues with the network due to that, weblog server not able to create the connection pool or make physical connection with the database in the allocated time, we need to increase the timeout so that weblogic can wait and create a connection and then start the apps. How to achieve this?
    Currently the server crashes and forcing to shutdown the error listed below
    <Oct 10, 2012 5:08:47 PM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "oltpDS": IO Error: Socket read timed out>
    <Oct 10, 2012 5:09:48 PM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "oltpDS": IO Error: Socket read timed out>
    <Oct 10, 2012 5:10:49 PM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "oltpDS": IO Error: Socket read timed out>
    <Oct 10, 2012 5:10:50 PM EDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'oltpDS' due to error weblogic.application.ModuleException: .
    weblogic.application.ModuleException:
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:302)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:518)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.ResourceException: weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: IO Error: Socket read timed out
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:276)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1249)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1166)
         at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:249)
         at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1155)
         Truncated. see log file for complete stacktrace
    javax.naming.NameNotFoundException: Unable to resolve 'oltpDS'. Resolved ''; remaining name 'oltpDS'
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
         at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
         at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:411)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at com.healthedge.j2ee.PooledConnectionHelper.addDataSource(PooledConnectionHelper.java:202)
         at com.healthedge.j2ee.PooledConnectionHelper.getSTConnection(PooledConnectionHelper.java:281)
         at com.healthedge.j2ee.PooledConnectionHelper.getConnectionIgnoreTxn(PooledConnectionHelper.java:268)
         at com.healthedge.j2ee.PooledConnectionHelper.getConnection(PooledConnectionHelper.java:251)
         at com.healthedge.query.execution.Query.prepareStatement(Query.java:504)
         at com.healthedge.query.execution.Query.setValue(Query.java:716)
         at com.healthedge.config.util.ReferenceResolutionHelper.setConstraintValues(ReferenceResolutionHelper.java:277)
         at com.healthedge.config.util.ReferenceResolver.getTypeReference(ReferenceResolver.java:232)
         at com.healthedge.config.util.ReferenceResolver.resolveTypeReference(ReferenceResolver.java:221)
         at com.healthedge.config.util.ReferenceResolver.resolveTypeReference(ReferenceResolver.java:211)
         at com.healthedge.config.util.ReferenceResolver.resolveTypeReference(ReferenceResolver.java:187)
         at com.healthedge.config.util.ReferenceResolver.resolveTypeReference(ReferenceResolver.java:156)
         at com.healthedge.config.eval.HicIdentifier.getReference(HicIdentifier.java:58)
         at com.healthedge.startup.StartupService.startup(StartupService.java:56)
         at com.healthedge.startup.wl.WLStartupService.main(WLStartupService.java:13)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeMain(ClassDeploymentManager.java:362)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:272)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:214)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:207)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployments(ClassDeploymentManager.java:186)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsAfterAppAdminState(ClassDeploymentManager.java:162)
         at weblogic.management.deploy.classdeployment.StartupClassPrelistenService.start(StartupClassPrelistenService.java:13)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    NESTED TRACES DONE
    >
    <Oct 10, 2012 5:11:18 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Oct 10, 2012 5:11:18 PM EDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Oct 10, 2012 5:11:18 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

    Hi,
    It looks like your DB is down for now and that is reason why the server cannot initialize your App while startup.
    Check which Data source you are using and make initial capacity as zero and try to restart the server again.
    Note: you need to do this changes from JMS module under %Domain_Home% / config / jdbc/
    Regards,
    Kal

  • Server not starting - Failed to Connect to hostname/3201

    Hi,
       The Sneak Preview Version was working fine.. All of a sudden the server is not starting up.. It is throwing up the following error in the server0 log default.trc
    ##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to ganni/3201(Connection refused: connect)#
    What is this server 3201.. How can i fix this issue..
    Thanks,
    Ganesh

    Hi,
    I assume you are talking about the ABAP Stack:
    3201 is a port number, normally used on the ABAP Stack for dialog with SAP-Gui. 01 should be your system number. Did you change anything in the services File or any other configuration?
    There should be an entry look like this:
    File: C:\WINDOWS\system32\drivers\etc
    sapdp01          3201/tcp
    Possible reason: Port is allocated, Changed User credentials?
    Regards,
      Christian

  • ISP server not recognizing mail password

    This has been going on for a couple of weeks. I get a warning that my ISP server isn't recognizing my mail password. The password hasn't changed, so I re-enter the password, check the box about remembering password in keychains. This may happen several times in one day & then it goes away for a few days ,but starts up again. It has started up again this morning x3 & I 'm at a loss as to what to do to fix it since I've only been on the Mac since last October. Thanks for any suggestions!

    Hi Debbie,
    Ernie's almost certainly right about this being an ISP-side issue. For what it's worth, I occasionally get a similar message from Entourage about 'password not recognized, do I want to try to enter it again' during the periodic (5 minutes) check of the mail server on my work Mac. If the network goes out briefly or the servers bog down (both of which our IT department swears never, ever, well hardly ever happens), the business of sending the account password to the ISP's server and getting back an acknowledgement break down. Like you, I've found that when this starts happening, I just keep trying to reconnect until it works again, after which it will typically run OK for several weeks (until the next network upgrade).

  • Digital download code not recognized as valid

    I'm trying to download a digital download that came with a DVD purchase, but iTunes gets giving an error of: The code you entered is not recognized as a valid code. Any help would be appreciated.

    I can tell you that you can submit the information but you may find out like me and many others here that it a waste of time. I got $30 lost because of a bad pack of iTunes cards and from what I seen here many people have the same problem as these $30 pack from apple fail to work most times.
    https://discussions.apple.com/message/17142557#17142557
    https://discussions.apple.com/message/15248543#15248543
    https://discussions.apple.com/message/15939881#15939881
    https://discussions.apple.com/message/17097214#17097214
    https://discussions.apple.com/message/6481772#6481772
    https://discussions.apple.com/message/15223646#15223646
    That's just some of the cases I found here, after reading them I did something I would think no one would have to do for a company like apple. I did a look up on there iTunes for consumer reports and found this site. So now I am more worried. I won't be getting iTunes gift cards anymore, I will tell people to buy me visa. I'm also happy I never gave iTunes my bank account either after what I read there of people getting bill 500 - 900 in a day when not using there account. Keeping my MasterCard because if something like that happened it easy to report it and solve the problem.
    All I can say is, good luck and don't give up as apple needs to fix this system they got.
    http://www.consumeraffairs.com/computers/apple_itunes.html

  • Re: "USB device not recognized​." "The connection between your device and the desktop could not be establishe​d. Please check your setup and try again." Tungsten E2

    Have had my Tungsten E2 for 3 years...I always use cable to Hotsync, and the last few weeks it has worked only intermittently. Either the device is not recognized, or it starts the HotSync and then freezes.  I have checked out various online suggestions but then discovered that the only thing that seems to  work is to exit Hot Sync Manager, then restart it again each time - then Hot Sync seems to work fine - a temporary solution! I don't have Bluetooth capabilities.  I can't figure out if I need a new cable, a new OS (have Vista), a new laptop (only 2 years old) or a new Palm!  Any suggestions? Thanks!
    Post relates to: Tungsten E2

    Hello!
    The next time that happens, USB device not recognized error, unplug the cable from the PDA and pc, then soft reset the device, then plug the PDA back in and see wat happens. 
    Post relates to: Treo 650 (Unlocked GSM)

Maybe you are looking for

  • ADF and JPA  question

    I tried the example in 'Build a Web Application with JDev 10g Using EJB, JPA and JSF and it worked. This example is based on two tables. Now I have 6 tables. Tables 1,2 and 3 are joined to populate an ADF table form and tables 1,2,4,5 and 6 are joine

  • Exporting to Apple TV

    I have imported my personal movie from my Sony MiniDV camcorder to iMoveHD. The total length of the movie is just 7:45 minutes. There is a new option in iMovieHD called Export to Apple TV. When I use the export option I have two issues: First being,

  • SapScript problem with leading zeros

    Hi, I print field LTAP-NLENR. But when i use &LTAP-NLENR& leading zeros are cut. I need to display it with leading zeros. (ex. 0000000000010000000001) Please help. Regards, Greg.

  • Delete 5million rows out of 70million rows ....

    Hi All, There are nearly 70 million rows in a table out of which 5 million rows needs to be deleted. This table will be accessed by many users round the clock.. What is the better way to delete these with out causing any problem to users. (I mean , w

  • Need really big combobox for touch screen use-

    I'm something of a Flash noob trying to convert an old Director project to Flash/AS3 for touch screen and web deployment. The project makes extensive use of comboboxes but the default style is entirely too small for use on a touch screen. I found (an