11.5.10.2: Interface TripStop is not working

Hello,
I have shipments with delivery and its delivery detail that we attempt to interface a split delivery detail, with one of the split details not yet shipped. Meaning, under one delivery, few details ID are shipped and others are back ordered.
When such kind of shipment occurss. Trip stop is ending up with warning. and IT DOES NOT update any inventory and order lines.
When we try to ship this manually using SRS, the list of value does not show anything.
The log file says following. Any idea? Why Tripstop is not processing such deliveries?
Below is log file content
+---------------------------------------------------------------------------+
Shipping Execution: Version : 11.5.0
Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
WSHINTERFACES module: Interface Trip Stop - SRS
+---------------------------------------------------------------------------+
Current system time is 30-OCT-2012 21:03:53
+---------------------------------------------------------------------------+
**Starts**30-OCT-2012 21:03:53
**Ends**30-OCT-2012 21:03:53
Interface trip stop is  completed with warning
+---------------------------------------------------------------------------+
Start of log messages from FND_FILE
+---------------------------------------------------------------------------+
InterfaceTripStop: cannot find stop.  Exiting.
+---------------------------------------------------------------------------+
End of log messages from FND_FILE
+---------------------------------------------------------------------------+
+---------------------------------------------------------------------------+
Processing group output files...
Finished processing group output files.
+---------------------------------------------------------------------------+
Executing request completion options...
Finished executing request completion options.
+---------------------------------------------------------------------------+
Concurrent request completed
Current system time is 30-OCT-2012 21:03:53
+---------------------------------------------------------------------------+

Hi,
Please enable debug and check error in debug file. It will guide you why trip stop is failing.

Similar Messages

  • I am new to xCode and SDK Disks. My Interface Builder will not work and 'quit's unexpecteldy'. What can I do? I really want to create an applicaiton. Thanks

    Hi, I am a new user to xCode and just recently downloaded a SDK Disk image and also an older version of xCode from the Apple Developer site. I opened the 'Interface Builder' for the first time and it worked. Next, when I tried to open it again (with and without the xCode 'Mainmenu.xib' attachment file from xCode) it kept showing the message "it quit unexpectedly".
    I need to create an application for a project I am working on. If anyone who can resolve my problem of why the Interface Builder is not working, that will be great.
    If you need additional details (like which versions etc.) please ask, for I am desperate to find an adequate solution to this problem.
    Thanks.

    If you need additional details (like which versions etc.) please ask, for I am desperate to find an adequate solution to this problem.
    Without intending any disrespect, if you had suspected these would be questions and if you're in a hurry for an answer, then why did you exclude the information?  And yes, knowing the Mac OS X version (preferably Mac OS X 10.5.8 or 10.6.7) , as well as the Xcode version might shed some light on this.  Might.  And I'll presume there's a specific reason you downloaded what I will assume is an Xcode3 version.
    Was this an existing Xcode project, or did you start with a new project here?  If it's an existing project, it could well have a corruption or an incompatibility.
    Initially, I'd probably start with a new project, and load in newly-copied source files.  On the off chance the project is corrupted.
    Failing that, I'd deinstall Xcode using the documented procedures, and would then reload it.  If there was an old version of Xcode around on the system, sometimes wonky stuff can happen with an installation.
    And FWIW, the Apple Developer Forums and the Apple mailing lists tend to see far more developer-related traffic than do these particular forums.  (There's an Xcode users' mailing list around which sees regular traffic, too.)

  • PI 1.3 Interface Monitor is not working

    Dear all,
    Today, I found one more very basic monitoring of Cisco PI 1.3 is not working.
    I enabled interface health monitoring on Cisco PI 1.3 for some critical ports.
    However, even I shutdown these ports the PI still show them as UP.
    I am really disappointed with PI.
    Best Regards

    1. Yeah I Have checked Changes done on the RPd.
    2. I have run a sample report on the answers and also a dashboard created
    3. The sample report run has not Dynamic variables or any other system variables.
    Thanks for the reply.

  • External interface.call is not working

    hi, i am trying to call one java script function in
    actionscript by using External interface.call method. but its not
    working .can u pls tell me why this happend

    "angadala" <[email protected]> wrote in
    message
    news:gmpc58$g9p$[email protected]..
    > skill status.mxml
    >
    >
    > <mx:Script>
    > <![CDATA[
    > if (ExternalInterface.available) {
    > ExternalInterface.call(getDataFromXml);
    > }
    >
    > it is javascript
    > <script type="javascript">
    > var data = new Array();
    > data[0]=[1,2,3];
    > function getData()
    > {
    > return data;
    > }
    > </script>
    > </head>
    > <body>
    > <div id="SkillStatus">
    > <p>Alternative content</p>
    > </div>
    >
    > </body>
    > </HTML>
    >
    1) Your JavaScript function name and the function name you
    are calling
    don't match.
    2) On the Flex side, you are calling a JS function that I
    think you are
    expecting to return a value, but not assigning the result of
    the value to a
    function.

  • Enhanced Interface Determination - does not work!

    Hi guys,
    well i have a scenario where i have done a multi mapping where MT_TYPSCH is generated for each new value which occurs in one special source field.
    <NO>1</NO>
    <NO>2</NO>
    <NO>3</NO>
    ..so three MT will be generated.
    Now i would like these messages devided to different Business Services where each one has on FTP-CC to write a file with a certain filename, e.g. File1.txt, File2.txt, File3.txt.
    Therefore i thought i use different receivers in Receiver Determination with using Conditions and pointing to a value in field with XPATH. So depending on field <NO> the message should be routed to the given receiver targets.
    I surely use the enhanced Interface Determination because i use multi mapping.
    But when i run test, i receive 3 files with different names but same content. For me the receiver determination is not working that good.
    Can someone help me on this?!
    source:
    <ZBC0>
    <IDOC BEGIN="">
    <EDI_DC40 SEGMENT="">
    <ZBC0 SEGMENT=""> 0...9999
    <NO>1</NO>
    <TYPE>1B20-6</TYPE>
    <SPEC>152J</SPEC>
    </ZBC0>
    <ZBC0 SEGMENT="1">
    <NO>2</NO>
    <TYPE>1B20-6</TYPE>
    <SPEC>152J</SPEC>
    </IDOC>
    </ZBC0>
    target:
    <?xml version="1.0" encoding="UTF-8"?>
    <MT_TYPSCH> 1..1
    <TYPSCHRecordSet> 1..1
    <TYPSCHDetailsStruc> 1..unbounded
    <FELD1/> {represents content of <No>}
    <FELD2/>
    <FELD3/>
    </TYPSCHDetailsStruc>
    </TYPSCHRecordSet>
    </MT_TYPSCH>

    Hi Mario,
    ok here is my requirement.
    We get ONE IDoc in which several items are listed. These have one field <NO> which can have the values 1,2 and 3. Depending on this value the items should be collected and written to different files on FTP.
    My approach is that i divide all the items in mapping in different Message Types. This MT should be routet to different business services which has one CC to write on FTP.
    To get the items with e.g. <NO>1</NO> i took condition in reciever determination using xpath. ((/ZBC21/IDOC/ZBC21/NO = 1).
    So depending on the mapping everything runs - in my point of view but the different messages are not routed to the different services to write them to different files.
    Source
    <ZBC0>
    <IDOC BEGIN="">
    <EDI_DC40 SEGMENT="">
    <ZBC0 SEGMENT=""> 0...9999
    <NO>1</NO>
    <TYPE>1B20-6</TYPE>
    <SPEC>152J</SPEC>
    </ZBC0>
    <ZBC0 SEGMENT="1">
    <NO>2</NO>
    <TYPE>1B20-6</TYPE>
    <SPEC>152J</SPEC>
    </IDOC>
    </ZBC0>
    target:
    <?xml version="1.0" encoding="UTF-8"?>
    <MT_TYPSCH> 1..1
    <TYPSCHRecordSet> 1..1
    <TYPSCHDetailsStruc> 1..unbounded
    <FELD1/> {represents content of <NO>}
    <FELD2/>
    <FELD3/>
    </TYPSCHDetailsStruc>
    </TYPSCHRecordSet>
    </MT_TYPSCH>
    The output should be files with content of items depending on field <NO>.
    file1.txt (all items with <NO>1</NO>)
    file2.txt
    file3.txt
    I hope i made it clearer!
    br

  • Supplier Open Interface Import is not working

    Hi,
    I am trying to load Suppliers through AP_SUPPLIERS_INT table using Supplier Open Interface Import but it is error.
    I applied the patch 11821347 which have made the version of the files as below
    /* $Header: appvapib.pls 115.110 2011/02/18 06:15:15 zrehman noship $ */
    /* $Header: appvapis.pls 115.35 2011/02/18 06:13:22 zrehman noship $ */
    V$Header: APXSUIMP.rdf 115.1 2004/02/19 12:08 pjena
    Below is the view log
    Payables: Version : 11.5.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    APXSUIMP module: Supplier Open Interface Import
    Current system time is 20-OCT-2011 15:58:16
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_WHAT_TO_IMPORT='NEW'
    P_COMMIT_SIZE='1000'
    P_PRINT_EXCEPTIONS='N'
    P_DEBUG_SWITCH='N'
    P_TRACE_SWITCH='N'
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.WE8ISO8859P1
    REP-1419: 'beforereport': PL/SQL program aborted.
    Report Builder: Release 6.0.8.27.0 - Production on Thu Oct 20 15:58:17 2011
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter Username:
    Start of log messages from FND_FILE
    Total Number of Records processed:1
    After call to Validation1
    Success Records in this batch:1
    Failure Records in this batch:0
    End of log messages from FND_FILE
    Program exited with status 1
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 19989548.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 20-OCT-2011 15:58:27
    Can someone help me please.
    Regards
    Dev

    Hi,
    I have tried running all these options, but still it is failing.
    Below is the log if I change the parameter values. It is failing inside the main procedure "AP_PO_VENDORS_APIS_PKG.insert_new_vendor" . Could not find out why it is failing. Please help me
    Arguments
    P_WHAT_TO_IMPORT='NEW'
    P_COMMIT_SIZE='1000'
    P_PRINT_EXCEPTIONS='Y'
    P_DEBUG_SWITCH='Y'
    P_TRACE_SWITCH='Y'
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.WE8ISO8859P1
    MSG-00001: After SRWINIT
    MSG-00002: After Get_Company_Name
    MSG-00003: After Get_NLS_Strings
    REP-1419: 'beforereport': PL/SQL program aborted.
    Report Builder: Release 6.0.8.27.0 - Production on Thu Oct 20 16:47:18 2011
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter Username:
    Start of log messages from FND_FILE
    Total Number of Records processed:1
    After call to Validation1
    Success Records in this batch:1
    Failure Records in this batch:0
    End of log messages from FND_FILE
    Program exited with status 1
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 19989614.
    Review your concurrent request log and/or report output file for more detailed information.
    Regards
    Dev

  • External Interface Connection (EIC) not working in Mozilla but ok in IE

    I am using XCelcius 2008 SP5 and have proven that I can expose the methods provided in the EIC interface to write data out of the flash movie to a javascript function. This works only in Internet Explorer, but fails in recent versions of Mozilla Firefox. I use two different methods to obtain a reference to the flash object by the way; one for IE browsers; another for non IE browsers. I have run debugger in Firefox and cannot see the EIC methods exposed as I can in IE when I debug the same code. Does anyone know whether XCelcius is simply no longer supporting this interface in a Mozilla/Firefox browser environment  any longer?
    Any help would be greatly appreciated.
    Thanks
    Jim

    Hi Suman,
    Thanks for the link to the Xcelcius SP3 Pam.
    I tried to also download the PAM for XCelscius 2008 SP5 but couldn't as it required a password for some reason. Any chance you could get it for me?
    To answer your questions, the version of my Firefox is 29.0.1 and  user Agent is Mozilla/5.0
    The PAM you provided for SP3 stated support for Mozilla Firefox 3.0  (maybe this could be a problem?)
    Having said that, my XCelcius flash object is displayed properly in Firefox and it runs properly in terms of functionality (e.g. updating charts, slider controls all work etc) . Where it fails is when my javascript attempts to call any of the External Interface data Connection methods. Example: getDataSource(rangename)
    This same thing works great in IE.
    Here is an interesting link to an example of someone who did use a Firefox browser and apparently successfully ran EIC methods to get data in and out of their two XCelcius flash modules. (This is pretty much  the same thing that I am doing too.)
    http://commxcelsiusdash.blogspot.com.au/2011/09/xcelsius-dashboard-communication.html
    Also, I have tried referencing the swf module in different ways depending upon your browser ( using this really helpful article)   http://www.permadi.com/tutorial/flashjscommand/

  • ASDM is not working in outside interface

    Hi,
    I am new to ASA. I have got ASA 5510 and was trying to enable ASDM access through outside interface. but its not working for me.. . I have configured a public ip in outside interface and enabled ssh and asdm. SSH is working but asdm is not working. It is a test enviorment so i havent configured any ACL yet.
    VPN-TEST# show version
    Cisco Adaptive Security Appliance Software Version 8.2(1)
    Device Manager Version 6.2(1)
    Compiled on Tue 05-May-09 22:45 by builders
    System image file is "disk0:/asa821-k8.bin"
    Config file at boot was "startup-config"
    VPN-TEST up 4 hours 33 mins
    Hardware:   ASA5510, 1024 MB RAM, CPU Pentium 4 Celeron 1600 MHz
    Internal ATA Compact Flash, 256MB
    BIOS Flash Firmware Hub @ 0xffe00000, 1024KB
    Encryption hardware device : Cisco ASA-55x0 on-board accelerator (revision 0x0)
                                 Boot microcode   : CN1000-MC-BOOT-2.00
                                 SSL/IKE microcode: CNLite-MC-SSLm-PLUS-2.03
                                 IPSec microcode  : CNlite-MC-IPSECm-MAIN-2.04
    0: Ext: Ethernet0/0         : address is d0d0.fd1d.8758, irq 9
    1: Ext: Ethernet0/1         : address is d0d0.fd1d.8759, irq 9
    2: Ext: Ethernet0/2         : address is d0d0.fd1d.875a, irq 9
    3: Ext: Ethernet0/3         : address is d0d0.fd1d.875b, irq 9
    4: Ext: Management0/0       : address is d0d0.fd1d.8757, irq 11
    5: Int: Not used            : irq 11
    6: Int: Not used            : irq 5
    Licensed features for this platform:
    Maximum Physical Interfaces  : Unlimited
    Maximum VLANs                : 50       
    Inside Hosts                 : Unlimited
    Failover                     : Disabled
    VPN-DES                      : Enabled  
    VPN-3DES-AES                 : Enabled  
    Security Contexts            : 0        
    GTP/GPRS                     : Disabled 
    SSL VPN Peers                : 2        
    Total VPN Peers              : 250      
    Shared License               : Disabled
    AnyConnect for Mobile        : Disabled 
    AnyConnect for Linksys phone : Disabled 
    AnyConnect Essentials        : Disabled 
    Advanced Endpoint Assessment : Disabled 
    UC Phone Proxy Sessions      : 2        
    Total UC Proxy Sessions      : 2        
    Botnet Traffic Filter        : Disabled 
    This platform has a Base license.
    VPN-TEST# show run http
    http server enable
    http 0.0.0.0 0.0.0.0 outside
    VPN-TEST# show run asdm
    asdm image disk0:/asdm-621.bin
    asdm history enable
    Could anyone please help me to find out what i am missing?
    Kind Regards,
    Praveen

    Hi Marvin,
    Thanks for your reply.
    ** Is asdm-621.bin present on disk0? **
    VPN-TEST# show flash:
    --#--  --length--  -----date/time------  path
       92  16275456    Apr 25 2010 02:44:00  asa821-k8.bin
       93  11348300    Apr 25 2010 04:56:04  asdm-621.bin
    **Can you reach your test workstation from the outside interface? Is that where you successfully ssh from?**
    I was trying to reach it from my home and i can ping my home station from outside interface.
    ** Is there any firewall or router ACL in the path between your workstation and the ASA? **
    There is no firewall configured.
    **Does the ASA log show anything when you try without success to launch ASDM? **
    I cant see any logs... IS there any specail command to enable login ?
    ** What error specifically do you see? **
    It shows the webpage is not available.

  • BBA Spread Sheet Interface Not Working.

    Hey,
    I am trying to upload Balances through BBA Spread Sheet Interface,but its not working
    Please can anybody tell me what excel settings should i have,or any relevant stuff which could help.
    Regards,
    Adil Hussain

    Actually when i try to upload batch after adding employees the file is not uploaded . How do you upload the batch? Please mention the navigation path along with the steps you follow.
    Sometimes file is not downloaded or it is not opened in excel.
    Various errors appear during this process. like ORA-20001, Assignment id in not correct format etc.Please post the exact error message.
    Please can you also give me any document reference which gives details about Excel settings for using BBA and BEE spreadsheet interface along with any application settings that should be donePlease provide more details so we can suggest.
    Thanks,
    Hussein

  • Web Interface of Cisco Prime Infrastructure Not Working

    Hi All,
    I installed the trial version of Cisco Prime Infrastructure 1.2 on ESXi server.
    It installed propersly and and i am able to ping it and also ssh into it.
    But when I try to access it via web interface, it does not work.
    I am provided with a login screen but after putting my credentials the page goes blank.
    There also an error on the page "Error occured while fetching Meatdata for Slider Panel" and there is a advertisemnt to download Google chrome Framework.
    When i do "NCS status" in CLI i see that every service is running.
    Does anyone know how to solve this.
    All your help is highly appreciated.                   

    Google Chrome Frame isnt supported anymore, using Google Chrome doesnt work with all features and forget about Firefox. Up until this morning I had it working on IE11 but some update caused me to have this problem again. Cisco needs to get this fixed. I use several applications from Cisco and they still can't figure out a way to have them all work on a single browser.

  • SX10 web interface not working

    Hello,
    SX10 web interface is not working, the sx10 is pingable and registered to CUCM but the web interface gui is not working, my current software is TC7.3.0.8cb420c.
    In the meantime I'm trying to get a newer software.
    Any ideas?

    Is web access enabled for the device in CUCM? If you go into the device in CUCM and search for "Web access" you should find the option under the phone configuration page.

  • White Balance not working

    I'm using Aperture 3.2.2 and when I use the white balance 'pipette' tool to select neutral grey area no changes are applied.  I think I know how this tool works as I have used it in the past.  The image I am trying to adjust I also know needs adjusting as it was shot using bounced flash off an cream surface.  Of course I can manually change the white balance using the temperature and tint sliders but have found better results in the past using the select neutral grey.
    Anyone else having this issue and know of a fix?

    Is it only on certain images that the white balance pipette tool does not work, or is it a general problem?
    If it does not work on any images, delete the Aperture Preference files, as described in
         Aperture 3: Troubleshooting Basics: http://support.apple.com/kb/HT3805
    for sometimes user interface elements do not work, when preference files are corrupted.
    If only some images cannot be adjusted, then try the library "first aid": repairing permissions and library.
    Regards
    Léonie

  • Interface for Excel does not work in Windows 7 - Important

    Hi,
    Im using BPC 75 MS SP04 with a computer Windows 7, IE 9, Office 2007. Apparently the Excel works "fine", the issue is that whenever I try to access to Interface for web from the main page (clicking the icon) it does not work, does not do anything...
    What do you suggest to do?
    Working directly in excel is not a problem, accesing to templates vía "Etools - Open dynamic templates" is fine.
    The issue is that users that have every access controlled by BPF's (using Interface for Web)  cannot work.
    Also, we use a template that uses 12 EVDRE reports in the background, we know it is a lot... but it was required like that.
    Once accesing to this template vía Etools -Open dynamic template... Excel gets stuck and I have to force it to shut down.
    Also Im working with a Vista system, Office 2003.
    For this systems, we also use the template EVDRE (12 reports). Once any of both systems access to this specific template, Excel gets stuck and I have to shut it down. Any other template is able to work with, but these 2 machines  (7 and Vista) cant.
    Please help !
    Velázquez

    Hi Velázquez,
    Based on SAP Note: 1603248, IE9 is not supported on BPC 7 and 7.5.
    So you have to revert to IE8.
    Only IE8 and IE7 are supported in 7.5 MS.
    Hope this helps.
    Karthik AJ

  • Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise o

    Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise on this problem we are facing. Thank you.
    == This happened ==
    Every time Firefox opened
    == Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise on this problem we are facing. Thank you. ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.78 Safari/532.5

    Reset the page zoom on pages that cause problems: '''View > Zoom > Reset''' (Ctrl+0 (zero); Cmd+0 on Mac)
    See [[Text Zoom]] and [[Page Zoom]] and http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can try if it works if you disable OOPP (Out-Of-Process-Plugins) for Flash
    You can set the prefs dom.ipc.plugins.enabled.* to false on the about:config page to disable the plugin-container process.
    dom.ipc.plugins.enabled (currently false by default)
    dom.ipc.plugins.enabled.npswf32.dll (Flash)
    To open the ''about:config'' page, type '''about:config''' in the location (address) bar and press the Enter key, just like you type the url of a website to open a website.
    If you see a warning then you can confirm that you want to access that page.

  • I recently bought a dbx hardware compressor and am not quite sure how to use it in logic express 9. I hav a focusrite saffire 6 usb audio interface and am not dont how to use it in logic. Please help???

    I recently bought a dbx hardware compressor and am not quite sure how to use it in logic express 9. I hav a focusrite saffire 6 usb audio interface and am not dont how to use it in logic. Please help???

    MUYconfundido wrote:
    Pancenter,
    Thanks for the response, but I do not have a midi interface. I am using a midi to usb connector cable, thus bypassing the need for a Midi interface.
    The Mac reads the USB cable as a midi device, but not the keyboard that I am trying to use as a controller. I have tried it with my korg sp 300 and with my Nord Electro 2.
    Thoughts?
    Thanks,
    Tristan
    Tristan...
    This is what you have, correct?
    http://www.alesis.com/usbmidicable
    This from Alesis..
    "The AudioLink Series USB cable receives and outputs MIDI signal thanks to its internal interface. The USB-MIDI Cable connects plug-and-play to your Mac or PC for an all-in-one USB-MIDI solution."
    Notice, -internal interface-. What you have is a simple USB MIDI Interface. Most MIDI interfaces are USB.
    My point is (was), MIDI OUT of the Korg goes to the connector marked MIDI IN on the Alesis, those new to MIDI often get this wrong.
    pancenter-

Maybe you are looking for

  • How do I install a Root Certificate on my Iphone for an email account?

    I use an email account requiring a root certificate to be installed on my phone. I have this on my PC and need to know how to actually import the certificate to my iPhone. I go through the normal setup with the account which shows the correct port se

  • Modify long raw to blob column

    Hello, I would like to know if it is possible to modify a long raw column into a blob column, without having to drop and recreate my table. There is already data inserted in the long raw column. Thanks in advance, Cindy

  • Problem sending back to FCP

    I am color correcting a feature film, and I broke it down into sections to correct it in Color. Everything transferred from FCP (6.0.5) to Color (1.0.4) with no problem. The first 3 sections rendered and went back into FCP (using the "send to Color"

  • Http interface(behind the seen is it tcp/ip)

    Well we use connection framework for to talk with webserver(Behind the seen is it using tcp/ip.If it is using tcp/ip then why midp don't give access to directly use socket class also.and who give the implementation of Connection object.I mean all are

  • IPod Classic Contacts sync issue...

    I've restored and re-booted my iPod Classic from the ground up - including re-syncing my 7 and a half thousand tunes - in an effort to see if I could kick-start the sync-ing of all the Contacts in my iMAC - but to no avail. I followed up by selecting