Business Connector to SAP XI migration

Hi Experts,
1)Customer is using Business connector  with R/3 46C .
2) Now R/3 4.6C  will be Upgraded to ECC6
3) We need to first find out if the BC will work with ECC6 or not. If not we will need to give them the Approach for BC to XI Migration.
if XI has to be used what will happend to the interfaces running in BC ...is their any way that we can use that in XI and work....
or ...we need to do developmet from the scrach...
Thanks
Rupesh

Hi,
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a8424011-0d01-0010-e19d-e5bd8ca52244
http://www.sap-hefte.de/download/dateien/917/052_lesesprobe.pdf
Business connector --
WAS - Business Connector
business connector documentation
SAP Business Connector
Business connector
Will Business Connector 4.6 be affected by new  Daylight savings changes
Business connector
More info on XI can be found at https://service.sap.com/xi
and webAS on http://help.sap.com/saphelp_nw04/helpdata/en/f3/e20f3adfd0a706e10000000a114084/frameset.htm
Check this also-
http://help.sap.com/saphelp_nw2004s/helpdata/en/6f/1bd5c2a85b11d6b28500508b5d5211/frameset.htm
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b4f3755a-0401-0010-b6b3-9b65bb7d4503
http://www.yellow2b.com/Yellow2B-Content_C-Content_full_1112108163571.html
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a8424011-0d01-0010-e19d-e5bd8ca52244
Thanks,
Satya Kumar

Similar Messages

  • Business Connector and sap router on same server?

    Hello,
    We are investigating currently in order to install "Business Connector" and "Sap router" on a same dedicated server.
    I would like to know if it is possible or not recommended, etc... if there are some guidelines.
    If someone has experience in this solution.
    Many thanks for your help

    I can't see a reason why not... any particular concerns?
    Regards
    Juan

  • Send IDOC from Business Connector to SAP faster

    Hi Developer!
    I need to send a very lot of IDOC converted from XML files from the Business Connector to SAP. The XML files are in different directories pro business partner, but they have a same type (ISU_MSCONS).
    My problem, that the import take a lot of time. Only in every 3 seconds (IDOC creation time) gets (or works up?) the SAP one IDOC. I start diferent services pro partner at the same time to import the IDOCs, but I couldnt short the 3 second work time in the SAP. So you can count it easy, that in 1 minute I can import 20, in 1 hour 1200, in 1 day 28800 IDOCs instead of 100.000.
    It is really parallel import? Have anybody any idea to make the import more faster. I know (asked the SAP Administrator) so, one BC - SAP connection (Program_ID) has more pools (= threads) in the SAP at the same time.
    Thanks any help,
    Charlie

    Hi Satish,
    You can achieve this requirement
    1)If your external system going to support web service cals then send IDoc from External system as a web service, in PI use sender side SOAP and receiver side IDoc receiver channel  to  send IDoc.
    or
    2)Use proxy program ,implement the same ALE logic in PI.
      or
    3)Copy the Extenal IDoc message in to file folder as XML,then use file adapter to pick up this message and send it SAP using IDoc.
    Regards,
    raj

  • Set up Business Connector within SAP ERP 2005

    Hello!
    Which SPRO-Activity is responsible for setting up Business Connector within SAP ERP 2005 (only ABAP-Stack)?
    What is the effort should be regarded for this issue?
    Thank you very much!
    regards
    Thom

    Hi Tony,
    are you using gcj from Red Hat as Java? You can check this by
    rpm -qf `which java`
    This should point to either Sun JDK 1.4.2 for i386 and IA64 or IBM JDK 1.4.2 for x86_64
    Thanks,
      Hannes

  • How to HTTP POST data to SAP Business Connector

    Hello,
    I would like to transfer data from a client with HTTP POST to SAP Business Connector. SAP BC acts as server. In SAP BC I created a Java service containing the code:
    IDataCursor idatacursor = pipeline.getCursor();
    idatacursor.first("node");
    Object obj1 = idatacursor.getValue();
    System.out.println(obj1.toString()); //for test
    But how can I access the data that was sent with HTTP POST in my service?
    Thank you
    Piotr Dudzik

    Hi,
    quite easy:
    StringBuffer buffer = new StringBuffer();
    String resultString = null;
    String xmlString = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"+
            "<biztalk_1 xmlns=\"urn:biztalk-org:biztalk:biztalk_1\">"+
            "<header>"+
            "<delivery>"+
            "<to>"+
    "<address>urn:sap-com:logical-system:XXX</address>"+
            "</to>"+
            "<from>"+
    "<address>urn:sap-com:logical-system:YYY</address>"+
            "</from>"+
            "</delivery>"+
            "</header>"+
            "<body>"+
            "<doc:Z_RFC_CALL_NAME> xmlns:doc=\"urn:sap-com:document:sap:rfc:functions\" xmlns=\"\">"+
            ... [PARAMETERS]
            "</doc:Z_RFC_CALL_NAME>"+
            "</body>"+
            "</biztalk_1>";
            try {
                URL url = new URL(SCHEMA, this.host, Integer.parseInt(PORT), FILE);
                HttpURLConnection connection = (HttpURLConnection)url.openConnection();
                initConnection(connection);
                OutputStream out = connection.getOutputStream();
                out.write(xmlString.getBytes());
                out.close();
                InputStream reader = connection.getInputStream();
                char ch;
                while((ch = (char)reader.read()) != -1 && ch != 0xFFFF)
                    buffer.append(ch);
                resultString = buffer.toString();
                if (this.getXMLEntry(resultString, "E_STATUS").equals("E")) { // ERROR
                    System.out.println("errormessage: "+this.getXMLEntry(resultString, "E_EMSG"));
                } else {
                    // ok, is supose this is an S (success), parse the stuff
                reader.close();
            catch (Exception e){
                e.printStackTrace();
                System.out.println(e);

  • IDoc Inbound Business Connector

    Hello
    I am trying to send an inbound IDoc to SAP via Business Connector. This is shortly to be replaced by XI.
    The flow in Business Connector creates a routing rule which is blank because it is not finding the control information from the IDoc I believe.
    I think I am missing a step in my flow.
    Currently the flow is
    document to record
    Transform hierarchy to Flat.
    Map ( mapping the fields into the IDoc)
    Record to Idoc
    Inbound process
    The inbound process always fails because it doesnt recognise the message type, sender etc.
    This is all the idoc and in record to Idoc this is an input with an output of Idoc list which is passed to the inbound process.
    However Idoclist I believe doesn't seem to contain any data.
    I think a step is missing can anyone help??
    Thanks

    Hi,
    Please see this.
    Hi,
    BC adapter can be used when you want to communicate to a existing interface on Business Connector. If you are talking to SAP, you use RFC / IDOC adapters.
    The SAP Business Connector (BC) is used in a large number of SAP production environments. SAP Business Connector will probably be gradually phased out and replaced by SAP XI technology. For the short term SAP Business connector and SAP XI will inevitably continue to coexist in companies IT landscapes.
    See Below links
    Integrating your SAP Business Connector with SAP XI
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/96ed2129-0b01-0010-2e91-c45e1fad0d03
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4f27ad80-0c01-0010-f8b8-c5e153a16ca1
    Before XI
    Before XI
    webMethods Integration Server Vs.  SAP Business Connector 4.7 (BC)
    Choose the Right Adapter to integrate with SAP systems
    /people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems
    Thanks
    akshay

  • InterfaceNamespace in the Business Connector envelope

    Hi,
    I,m trying to send an XML from SAP Business Connector to SAP Exchange Infrastructure, but I’m facing a problem when trying to do it.
    In the SAP Business Connector envelope log, i can see the message, but it doesn’t have an InterfaceNamespace. Because of that, the SAP XI can’t find the Receiver Determination related to that message, and consequently, the log points an error.
    The problem is that the SAP Business Connector doesn’t work with the concept of InterfaceNamespace, it only have the Document Type, which becomes the Interface in XI.
    The error that Business Connector shows is the one below:
    <Error>
      <Code>class com.sap.aii.af.ra.ms.api.ConfigException</Code>
      <DefaultMessage>
        <Message>
          <MessageString><b>No sender agreement configured in the XI Integration Directory for the given message header: SenderParty=; ReceiverParty=; SenderService=Marketplace; ReceiverService=BS_PEQ_320; Interface=QUOTES.ORDERS05; InterfaceNamespace=</b></MessageString>
          <LanguageCode>en</LanguageCode>
        </Message>
      </DefaultMessage>
      <Severity>Error</Severity>
    </Error>
    Does anyone have ever faced this problem? Any help would be great.
    Thanks in advance,
    Leonardo

    Leonardo,
    Can you check now:
    http://help.sap.com/saphelp_nw04s/helpdata/en/6a/3f93404f673028e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/18/ccb14035a5c64ee10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/ed/319640c80b3528e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/42/c04da9efeb1d65e10000000a1553f6/content.htm
    ---Mohan

  • [Business Connector] JCo

    Hi all,
    I have the following problem regarding Business Connector issuing IDoc for a SAP Backend system to process.
    Since BC is waiting for the complete integration of the IDoc to send the next one, the process is quite long !
    Thus, I had several questions regarding Business Connector :
    1) Does Business Connector necessarily rely on JCo to connect to SAP Backend systems or is there another way ?
    2) If yes, is it possible to configure pooled connection instead of direct connection as it seems to be the default behaviour
    3) Has anyone experiences multiples connections to the same SAP Backend system from one instance of Business Connector ?
    4) Is this possible to configure SAP Business Connector in order not to wait for the complete integration ?
    5) Is this possbile to configure ALE in order to only issue a receipt confirmation to SAP Business Connector (with the purpose to fasten the whole process) ?
    Thanks for you help!
    Best regards,
    Guillaume

    Hi,
    1)SAP Business Connector is a SAP native Message Server.
    SAP JCo is native Connector from/to R/3 to/from the Java world.
    SAP Java Resource Adapter is a Connector which currently applies to JCA 1.0.
    2) neither SAP Business Connector nor SAP JCo meets JCA specifications.
    regards,
    Eugen

  • Transport business connector service.......Urgent

    Hi Experts,
    The scenario is i am sending IDOC from SAP to SQL and SQL sends data for confirmation of Purchase order in SAP.
    For this i have 2 services in business connector. Things are working fine and i am at the stage of transporting the object to PRD.
    The problem is, I used an existing Package to create these 2 services.and for these services i created a

    HI,
    See the below links
    WAS - Business Connector
    business connector documentation
    SAP Business Connector
    Business connector
    Will Business Connector 4.6 be affected by new  Daylight savings changes
    Business connector
    More info on XI can be found at https://service.sap.com/xi
    and webAS on http://help.sap.com/saphelp_nw04/helpdata/en/f3/e20f3adfd0a706e10000000a114084/frameset.htm
    Check this also-
    http://help.sap.com/saphelp_nw2004s/helpdata/en/6f/1bd5c2a85b11d6b28500508b5d5211/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b4f3755a-0401-0010-b6b3-9b65bb7d4503
    Regards
    Chilla

  • Business Connector - JRE memory problem

    Hi,
    We have an Business Connector v4.0.1 under win2000 that uses IBM jvm 1.3.0 and due to the DST change we upgarde the JVM to SUN JRE 1.3.1_19,
    The problem that we have is that the Xmx limit for Sun JRE 1.3.1_19 is limited to arounf 1.7 M.
    However before the upgrade with the IBM jvm 1.3.0 we can use a value of Xmx up to 3G.
    The question is why the Sun JRE is limited to 1.7 and not the IBM jvm..
    Thanks for your help,
    Chak,

    Hi,
    Please see the below links
    WAS - Business Connector
    business connector documentation
    SAP Business Connector
    Business connector
    Will Business Connector 4.6 be affected by new  Daylight savings changes
    Business connector
    More info on XI can be found at https://service.sap.com/xi
    and webAS on http://help.sap.com/saphelp_nw04/helpdata/en/f3/e20f3adfd0a706e10000000a114084/frameset.htm
    Check this also-
    http://help.sap.com/saphelp_nw2004s/helpdata/en/6f/1bd5c2a85b11d6b28500508b5d5211/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b4f3755a-0401-0010-b6b3-9b65bb7d4503
    Regards
    Chilla..

  • Documentation Business Connector

    Hi,
    I´m a beginner with the Business Connector, someone might provide some documentation of interest to me, please?.
    Thanks in advance.
    Pilar.

    HI,
    See the below links
    Business connector --
    WAS - Business Connector
    business connector documentation
    SAP Business Connector
    Business connector
    Will Business Connector 4.6 be affected by new  Daylight savings changes
    Business connector
    More info on XI can be found at https://service.sap.com/xi
    and webAS on http://help.sap.com/saphelp_nw04/helpdata/en/f3/e20f3adfd0a706e10000000a114084/frameset.htm
    Check this also-
    http://help.sap.com/saphelp_nw2004s/helpdata/en/6f/1bd5c2a85b11d6b28500508b5d5211/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b4f3755a-0401-0010-b6b3-9b65bb7d4503
    Regards
    Chilla
    <i>reward point if it is helpful..</i>

  • SAP XI over Business connector

    Hi All,
    As everyone is aware that SAP Business connector is no longer supported by SAP and XI has replaced it in quite many places.
    I would like to know the advantages of XI replacing Business connector in a project scenario.Also any disadvantages that XI still has over BC?
    I would like to have the reply in detail as this is required for suggesting XI as a replacement for BC.Also the cost benefits highlighted would be of great help.Inputs for this query would be highly appreciated and rewarded.
    Thanks in advance!!

    Hi Ramya & others,
    we at Lost Bearings International have brought the BC2XI(TM) to the market and together with partners delivered successful migrations to XI using it as the underlying platform.
    We are currently working on Version 2 of the migration platform to allow for a more scalable use for 100+ BC project migration scenarios at larger customer sites as well as a more generic migration process which will assist in migrations from other EAI platforms to XI on top of the current BC to XI one.
    Best way find out more is to contact us directly through http://www.lostbearings.com/exponent/index.php?section=3 and we can discuss the evaluation steps to give you an idea about cost & time savings you can achieve through the BC2XI service offering.
    Unfortunately the information on http://www.bc2xi.com is a bit outdated at the moment, but this should be updated in the near future.

  • SAP business connector 4.8

    Hi Experts,
    Request you to please suggest me.
    i am new to SAP BC. my team given me work to migrate SAP business connector 4.8 one location to new location. So request you to please suggest me how i can achieve this task.
    Thanks,
    Navneet Kumar

    Hello Tanja,
    Go through these discussions..
    http://www.wmusers.com/forum/thread6212.html
    http://www.wmusers.com/forum/showthread.php?t=13377
    Thanks,
    Satya Kumar

  • SAP Business Connector on Windows XP

    I've been trying to get the SAP Business Connector 4.7 to work on Windows XP professional but haven't been very successful. The business connector seems to install okay, but when I try to start the business connector through the server.bat file it generates the following errors:
    (loglevel = 4) 
    Loading WmPartners package
    00000E  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.transport.EmailTransport:startup: [B2BSERV.0026.9106] No method startup in class wm.PartnerMgr.gateway.transport.EmailTransport
    00000F  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.xtn.admin:saveMessage: [B2BSERV.0026.9106] No method saveMessage in class wm.PartnerMgr.xtn.admin
    000010  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.xtn.admin:view: [B2BSERV.0026.9106] No method view in class wm.PartnerMgr.xtn.admin
    000011  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.admin:saveRoutingRule: [B2BSERV.0026.9106] No method saveRoutingRule in class wm.PartnerMgr.gateway.admin
    000012  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.admin:convertWildCards: [B2BSERV.0026.9106] No method convertWildCards in class wm.PartnerMgr.gateway.admin
    000013  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.transport.B2B:startup: [B2BSERV.0026.9106] No method startup in class wm.PartnerMgr.gateway.transport.B2B
    000014  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.xtn.admin:editStore: [B2BSERV.0026.9106] No method editStore in class wm.PartnerMgr.xtn.admin
    000015  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.transport.FTPTransport:startup: [B2BSERV.0026.9106] No method startup in class wm.PartnerMgr.gateway.transport.FTPTransport
    000016  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.xtn.admin:invokeViewService: [B2BSERV.0026.9106] No method invokeViewService in class wm.PartnerMgr.xtn.admin
    000017  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.xtn.admin:viewMsgContent: [B2BSERV.0026.9106] No method viewMsgContent in class wm.PartnerMgr.xtn.admin
    000018  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.admin:updateTransports: [B2BSERV.0026.9106] No method updateTransports in class wm.PartnerMgr.gateway.admin
    000019  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.admin:invokeService: [B2BSERV.0026.9106] No method invokeService in class wm.PartnerMgr.gateway.admin
    00001A  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.xtn.admin:log: [B2BSERV.0026.9106] No method log in class wm.PartnerMgr.xtn.admin
    00001B  [B2BSERV.0028.0005] Loading SAP package
    00001C  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.transport.RFC:startup: [B2BSERV.0026.9106] No method startup in class wm.PartnerMgr.gateway.transport.RFC
    00001D  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.transport.BAPI:startup: [B2BSERV.0026.9106] No method startup in class wm.PartnerMgr.gateway.transport.BAPI
    00001E  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.transport.XML:startup: [B2BSERV.0026.9106] No method startup in class wm.PartnerMgr.gateway.transport.XML
    00001F  [B2BSERV.0026.0002] Failure while loading service sap.bapi:encodeToFile: [B2BSERV.0026.9106] No method encodeToFile in class com.wm.pkg.sap.bapi.BusinessDocumentCoder
    000020  [B2BSERV.0026.0002] Failure while loading service sap.bapi.Mapper:bapi2rfc: [B2BSERV.0026.9104] Missing class sap.bapi.Mapper
    000021  [B2BSERV.0026.0002] Failure while loading service sap.bapi.Mapper:rfc2bapi: [B2BSERV.0026.9104] Missing class sap.bapi.Mapper
    000022  [B2BSERV.0026.0002] Failure while loading service sap.bapi.Mapper:bapi2ale: [B2BSERV.0026.9104] Missing class sap.bapi.Mapper
    000023  [B2BSERV.0026.0002] Failure while loading service sap.admin:listGatewayServices: [B2BSERV.0026.9106] No method listGatewayServices in class sap.admin
    000024  [B2BSERV.0026.0002] Failure while loading service sap.bapi.Mapper:ale2bapi: [B2BSERV.0026.9104] Missing class sap.bapi.Mapper
    000025  [B2BSERV.0026.0002] Failure while loading service wm.PartnerMgr.gateway.transport.ALE:startup: [B2BSERV.0026.9106] No method startup in class wm.PartnerMgr.gateway.transport.ALE
    000026  [B2BSERV.0028.0005] Loading WmSamples package
    000027  [B2BSERV.0028.0026] Warning: Deprecated service type (webtap) in service sample.webtap:logApp in package WmSamples
    000028  [B2BSERV.0028.0005] Loading WmDB package
    These errors don't stop the business connector from starting up, but the errors are not normal behaviour. When I try to start the business connector through a Windows service then I get the message "Could not start the SAP Business Connector Service on Local Computer. Error 126: The specified module could not be found".
    I have a working business connector installation on a Windows 2000 server, and when I checked the error log of that installation I noticed that it had logged the same errors about the 'WmPartners' package. It on the other hand didn't have any problems loading the 'SAP' package.
    I tried installing the business connector on two different systems with identical results. Has anybody been able to get the business connector to work on Windows XP?

    HI,
    I have no idea clearly about BC.. but ..
    See the following links.. may be helpfull..
    Business connector
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a8609b90-0201-0010-c6bc-a41b611c6dac
    SAP Business Connector on Windows XP
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/92e5bd90-0201-0010-b799-dfdc27f3100a
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a8424011-0d01-0010-e19d-e5bd8ca52244
    If usefull .. points rewarded..
    Regards
    Chilla..

  • How do we Integratet SAP to Non-SAP Using Business Connector

    Hi Experts,
    I am new to SAP Business Connector !!
    and what are the Forms ? for SAP Business Connector Related Postings ??
    !! I have a requirement to integrate sap to non-sap with Business Connector !!
    We need to Generate the SAP Data In xml Format ? and the Non-sap System can Understand Only XML Formated data.
    Is there any way Business Connector Box can Pull the XML file from R/3 Application Server and store the file in the Business Connector Server. from  that How do we Sent XML file to Non-sap. How do we Integrate ??
    what transaction code will trigger this event ? I mean is ther any SAP Transaction Code to Integrate Business Connector?
    For Eg. like in R/3  SD to FICO and MM Integration.
    Please Give your Valuable Suggests..
    Thanks .
    Upender.

    Hi,
    It is not an issue, It will be a separate project :-).
    The right forums for this,
    Expert Forums » SAP NetWeaver » Process Integration
    www.wmusers.com
    Also go through the following links:
    http://www.sapgenie.com/interfaces/businessconnector.htm
    http://www.sapgenie.com/mysap/bus_connector.htm
    /people/bla.suranyi/blog/2006/07/10/xi--sap-business-connector-integration-using-the-http-adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/6a/3f93404f673028e10000000a1550b0/frameset.htm
    http://www.thespot4sap.com/Articles/SAP_XML_Business_Integration.asp
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b4f3755a-0401-0010-b6b3-9b65bb7d4503
    https://websmp104.sap-ag.de/connectors
    Thanks and Regards,
    Chandra Madapati

Maybe you are looking for

  • ORA-00600 error when registering XML Schema

    Dear Mark! 1. Database version: 9.2.0.3.0 2. Operating system: Windows XP Prof 3. XML Schema: (it's too big to be posted_ 4. Instance document: no 5. SQL statement used to register the schema DBMS_XMLSCHEMA.registerSchema(schemaURL => aSchemaURL, sch

  • When making a new folder in the "Page Bookmarked" pop-up, it doesn't let me name the folder.

    Usually, when you bookmark a page, when choosing the drop-down menu next to the "folder" area, you can press "New Folder", and it create a new folder and let you name it. Now, it often does nothing when I press the button, and when it does make a new

  • Its all gone! NO! (30 GB Video)

    Oh my god this is so bad! I have the iPod update on manual, so everytime I hook it up (30 GB Video) to my laptop, my music doesnt get erased. But this time, it updated for some reason and everything and I mean EVERYTHING in my iPod got erased! And th

  • Google docs applications

    Does anyone have any experience/views on the various apps which offer editing and syncing with google documents? there is very little user feedback on the appstore pages. I would like the ability to do simple text editing on existing documents on the

  • How can I control IE or netscape in java appliaton?

    Can somebody help me? Thanks.