Overlapping and splitting

Dear All,
What is Overlapping and splitting, where do i  assign?

Now
Splitting
An operation is split if it is carried out on several machines or by several persons at the same time (see figure).
Splitting an operation has the following effects on the operation dates:
The processing time/execution time becomes shorter.
Setup and teardown must be carried out more than once for the operation
http://help.sap.com/saphelp_47x200/HELPDATA/EN/7e/d419b7455911d189400000e8323c4f/frameset.htm
Overlapping
To reduce the lead time of a routing or production order you can overlap operations. This means that an operation starts before the previous operation has finished
You can define for each individual operation whether it should overlap with the next consecutive operation and in what way. To do this you can set the following indicators:
Required overlapping
This means the operations always overlap
Optional overlapping
This means the operations overlap if scheduling uses a reduction level that allows overlapping
Flow manufacturing
This means the system extends the lead time of all operations, that overlap using flow manufacturing, to the same length as the lead time of the longest of these operations. As with required overlapping, the operations always overlap.
For every type of overlapping you can
Define a minimum overlap time which only allows overlapping after a particular minimum limit has been reached.
Define a minimum send-ahead quantity to ensure that the operation is performed for a particular minimum quantity of the material to be produced, before the next operation starts.
http://help.sap.com/saphelp_47x200/HELPDATA/EN/8b/67221404f111d293560000e8323492/frameset.htm
pavan

Similar Messages

  • Overlapping and splitting in routing master.

    Hi...
    I'm setting the PP routing master and using the capacity requirement planning.
    Do you have any definition or document about the overlapping and splitting in routing master ?
    In part of overlapping. There are the options
    - Required overlapping, Optional overlapping, Continuous flow prod
    Could you please explain how does the system calculate the lead time in production when I use the different option together with Min.overlap time or Min. send-ahead qty ?
    Best Regards
    JN

    Hi,
    Refer the SAP help given below it comes with an example & should clarify your query
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/8b/67221404f111d293560000e8323492/content.htm
    Regards,
    Vivek

  • Dates Overlaps and Gap

    Hi Everyone,
    Can you please help me solve this issue? I have dates overlapping and with gaps. I shouldn't have any overlaps, so I need to split them as below.
    Here is my test data.
      create table test_dates (
        prov_id varchar2(20 byte),
        start_date date,
        end_date date,
    attribute_value varchar2(10 byte)
    insert into test_dates(start_date, end_date, prov_id, attribute_value) values (date '2010-01-01', date '2010-01-31', '1', 'A');
    insert into test_dates(start_date, end_date, prov_id, attribute_value) values (date '2010-02-01', date '2010-02-28', '1', 'B');
    insert into test_dates(start_date, end_date, prov_id, attribute_value) values (date '2010-04-01', date '2010-04-30', '1', 'C');
    insert into test_dates(start_date, end_date, prov_id, attribute_value) values (date '2010-04-15', date '2010-05-31', '1', 'D');
    insert into test_dates(start_date, end_date, prov_id, attribute_value) values (date '2010-07-01', date '2010-08-31', '1', 'E');
    insert into test_dates(start_date, end_date, prov_id, attribute_value) values (date '2010-07-01', date '2010-07-31', '1', 'F');
    insert into test_dates(start_date, end_date, prov_id, attribute_value) values (date '2010-08-15', date '2010-08-01', '1', 'G');
    insert into test_dates(start_date, end_date, prov_id, attribute_value) values (date '2010-09-01', date '2010-12-31', '1', 'H');
    commit;
    Expected Results:
    ID
    START
    END
    1
    1/1/2010
    1/31/2010
    1
    2/1/2010
    2/28/2010
    1
    4/1/2010
    4/14/2010
    1
    4/15/2010
    4/30/2010
    1
    5/1/2010
    5/31/2010
    1
    7/1/2010
    7/31/2010
    1
    8/1/2010
    8/31/2010
    1
    9/1/2010
    12/31/2010

    Hi,
    Depending on your requirements:
    WITH change_points AS
        SELECT  prov_id
        ,       change_date
        ,       change_type
        ,       SUM  (change_type) OVER ( PARTITION BY  prov_id
                                          ORDER BY      change_date
                                        )  AS active_cnt
        ,       LEAD (change_date) OVER ( PARTITION BY  prov_id
                                          ORDER BY      change_date
                                        )  AS next_change_date
        ,       LEAD (change_type) OVER ( PARTITION BY  prov_id
                                          ORDER BY      change_date
                                        )  AS next_change_type
        FROM    test_dates
        UNPIVOT (    change_date
                FOR  change_type  IN ( start_date  AS  1
                                     , end_date    AS -1
    SELECT    prov_id
    ,         change_date      + CASE
                                     WHEN  change_type = 1
                                     THEN  0
                                     ELSE  1
                                 END   AS start_date
    ,         next_change_date - CASE
                                     WHEN  next_change_type = -1
                                     THEN  0
                                     ELSE  1
                                 END   AS end_date
    FROM      change_points
    WHERE     active_cnt   > 0
    AND       change_date  < next_change_date
    ORDER BY  prov_id
    ,         start_date
    Thanks for posting the sample data; that's helpful.
    It also very helpful to explain how you get the results you want from the given data.  For example, what role does prov_id play in this problem?  (It's  hard to guess when every row in the sample data has the same value for prov_id.)  Also, sometimes, the start_dates or end_dates in the output are not exactly the dates in the table; sometimes they are 1 day earlier or later.  How do you decide which?
    In the sample data, start_date can be later than end _date, for example:
    insert into test_dates(start_date, end_date, prov_id, attribute_value) values (date '2010-08-15', date '2010-08-01', '1', 'G');
    Was that a mistake?

  • RA VPN on ASA and Split Tunneling

    Hello Forum,
    I'm having an issue with RA VPN and split tunneling. Our company doesn't allow split tunneling.
    I have the following....
    ASA 5520 - ASA Version - 8.0(3)
    Group Policies defined for different groups. My test group, I thought I disabled split tunneling but they are still able to surf the net.
    For Split Tunneling Policy...
    Inherit is unchecked
    I have "Tunnel Network List Below"
    Testing_splitTunnelAcl is my acl. I have a bunch of host IPs in the list. I don't have any or 0.0.0.0 in the list.
    But they can still surf the net.
    I would like to block access to net. No hairpinning or internet u-turns.
    How do I do this?
    Any help greatly appreciated.
    Regards,

    What does your Testing_spliTunnelAcl have?
    To disable split tunneling, your Testing_spliTunnelAcl should only have this...
    access-list Testing_splitTunnelAcl standard permit any
    ...which means all traffic will be encrypted and will be sent to ASA no matter what. If you add any IP Address, only those traffic destined to the IP Address in the list will be encrypted and send to ASA, everything else will go to internet from the client.
    It may be confusing but try and see what happens.

  • Hi, when I upload music into itunes from a cd it sometimes appears in itunes as two different albums and split up the music in 2 or even three albums....how can i merge these albums...this is particularly true when one album may have different composers?

    Hi, when I upload music into itunes from a cd it sometimes appears in itunes as two different albums and split up the music in 2 or even three albums....how can i merge these albums...this is particularly true when one album may have different composers?

    Generally setting a common Album title and Album Artist will fix things.
    For compilations that aren't, select all tracks, Get Info, and on the option tab set Part of a Compilation to No. If it already says No tick the box alongside, then click OK.
    For deeper problems see Grouping tracks into albums.
    tt2

  • Cross-tenant email and split domains - how to set up?

    I've successfully deployed exchange 2010 sp1 in /hosted mode with multi-tenancy and the install is working great. We are running into a problem configuring the send connectors
    for inter domain email and split domains. We have several customers wanting to only put a couple of email accounts on the exchange server and have the rest of their email accounts resolve to a pop server at an external location. Currently I have a internal
    send connector set to relay email between the domains on the server so they can send emails to one another. Directions for this were found at: http://www.zerohoursleep.com/2010/10/step-by-step-starting-with-exchange-2010-sp1-multi-tenant-sending-and-receiving-emails/
    I created the connector: new-SendConnector -Name 'TestOrg' -Usage 'Internal' -AddressSpaces 'SMTP:domain1.com;1','SMTP:domain2.com;1' -IsScopedConnector $false -DNSRoutingEnabled $false -SmartHosts '[127.0.0.1]' -SmartHostAuthMechanism 'None' -UseExternalDNSServersEnabled
    $false -SourceTransportServers 'Exchange' 
    I added all my internal domains to the connector listed above and email is able to flow from one domain to another.
    My problem is we have a number of customers who need split-domains set up where users who arent on the exchange server are relayed to an external server. Example to route unknown users on a domain to google my send connector looks as is: 
    New-SendConnector -Name "Internal Relay - domain1.com" -Custom -AddressSpaces "SMTP:domain1.com;5" -SmartHosts aspmx.l.google.com -SourceTransportServers "server"
    This results in an internal loop error when sending from one internal domain to another. Sending from an external domain everything is fine. If I remove the "internal" connector listed above the split-domain send connector works perfectly fine delivering locally
    and to the external server.
    How can I make it so both send connectors work?

    Hello,
    did you solve the problem and how?
    Thanks,
    Victor
    Exchange and Outlook utilities at
    http://www.ivasoft.com

  • Use Message Mapping to repeat top node and split Message

    I am currently using XSLT Messaging to do majority of the mapping. I have two issues that remain, I need to repeat the top node for each or its child elements and split the message.
    <Sensor xmlns="namespace">
      <Observation>
        <XML>Some Data</XML>
    </Observation
    </Sensor>
    1. Can it be done in XSLT? I posted a thread asking for help on this. Where I would need to repeat the Sensor tag for each observation. If this is possible then I will able to split the messages at the HTTP adapter used for the target system.
    2. Can Message Mapping be used. Using the same xsd on both source and target systems, Will sensor repeat if set to 1:n and observation set to 1:1. In source it is Sensor 1:1, Observation 1:n.  If this works then I can use a BPM to shoot out individual messages using a for each.
    Any help is greatly appreciated. I am fairly new to XI as this is my first major project. Thanks

    Source File                                             Target File
    > XI (XSLT) -
    > Each observation as one file  ---> Out via HTTP
    Batch of all orders    
    Source File
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <receipt>
      <manufacturer>Manufacture Name</manufacturer>
      <manufacturer_gln>999999</manufacturer_gln>
      <transfer_recipt>0123456</transfer_recipt>
      <prod>
        <product_GTIN>99999999999999</product_GTIN >
        <product_LOT>123456A</product_LOT >
        <production_date>20090131</production_date>
        <expire_date>20120131</expire_date>
        <carrier>
          <carrier_type>P</carrier_type>
          <carrier_barcode>001</carrier_barcode>
          <carrier_detail>
            <carrier>
              <carrier_type>C</carrier_type>
              <carrier_barcode>01</carrier_barcode>
              <carrier_detail>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089211</carrier_barcode></carrier>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089212</carrier_barcode></carrier>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089213</carrier_barcode></carrier>
                </carrier_detail>
            </carrier>
            <carrier>
              <carrier_type>C</carrier_type>
              <carrier_barcode>02</carrier_barcode>
              <carrier_detail>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089214</carrier_barcode></carrier>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089215</carrier_barcode></carrier>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089216</carrier_barcode></carrier>
                </carrier_detail>
            </carrier>
          </carrier_detail>
        </carrier>
        <carrier>
          <carrier_type>P</carrier_type>
          <carrier_barcode>002</carrier_barcode>
          <carrier_detail>
            <carrier>
              <carrier_type>C</carrier_type>
              <carrier_barcode>03</carrier_barcode>
              <carrier_detail>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089217</carrier_barcode></carrier>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089218</carrier_barcode></carrier>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089219</carrier_barcode></carrier>
              </carrier_detail>
            </carrier>
            <carrier>
              <carrier_type>C</carrier_type>
              <carrier_barcode>04</carrier_barcode>
              <carrier_detail>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089220</carrier_barcode></carrier>
                <carrier><carrier_type>ITEM</carrier_type><carrier_barcode>0108699547010089221</carrier_barcode></carrier>
               </carrier_detail>
            </carrier>
          </carrier_detail>
        </carrier>
      </prod>
    </receipt>
    Target File
    <?xml version="1.0" encoding="UTF-8"?>
    <pmlcore:Sensor xmlns:pmlcore="urn:autoid:specification:interchange:PMLCore:xml:schema:1" xmlns:pmluid="urn:autoid:specification:universal:Identifier:xml:schema:1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:autoid:specification:interchange:PMLCore:xml:schema:1 cases.xsd">
      <pmluid:ID>GPO_AI_LU_DC</pmluid:ID>
      <pmlcore:Observation>
        <pmlcore:DateTime>2008-10-13T17:53:00.265+02:00</pmlcore:DateTime>
        <pmlcore:Command>PACK</pmlcore:Command>
        <pmlcore:Tag>
          <pmluid:ID>01</pmluid:ID>
          <pmlcore:Data>
            <pmlcore:XML>
              <Memory>
                <DataField fieldName="EXPIRATION_DATE">20120131</DataField>
                <DataField fieldName="BATCH_ID">123456A</DataField>
                <DataField fieldName="ZMFG_DATE">20090131</DataField>
                <DataField fieldName="ZMFG_GLN">999999</DataField>
                <DataField fieldName="ZMANUFACTURER">Manufacture Name</DataField>
                <DataField fieldName="ZITEM_COUNT">16</DataField>
                <DataField fieldName="ZWORK_ORDER_NUMBER">0123456</DataField>
              </Memory>
            </pmlcore:XML>
          </pmlcore:Data>
        </pmlcore:Tag>
        <pmlcore:Tag>
          <pmluid:ID>0108699547010089211</pmluid:ID>
          <pmlcore:Data>
            <pmlcore:XML>
              <Memory>
                <DataField fieldName="EXPIRATION_DATE">20120131</DataField>
                <DataField fieldName="BATCH_ID">123456A</DataField>
                <DataField fieldName="ZMFG_DATE">20090131</DataField>
                <DataField fieldName="ZMFG_GLN">999999</DataField>
                <DataField fieldName="ZMANUFACTURER">Manufacture Name</DataField>
                <DataField fieldName="ZWORK_ORDER_NUMBER">0123456</DataField>
              </Memory>
            </pmlcore:XML>
          </pmlcore:Data>
        </pmlcore:Tag>
         </pmlcore:Observation>
         </pmlcore:Sensor>
    I have the XSLT Mapping working to transform data from Source file to target File. But my target file has multiple Observations that need to be split into the Sensor, Observation structure.

  • I get the following message when i try to open ALL my documents : frozen panes and split panes are not supported and were removed. my documents are blank

    i get the following message when i try to open any of my documents : frozen panes and split panes are not supported and were removed. All my documents open blanc!

    Hi Louisa,
    louisa_16_za wrote:
    i work with Numbers on my MiniMac and then save the files as Excel because the university only works with Windows.
    Numbers is not an Excel clone. Importing and exporting between Numbers and Excel will eventually build up glitches.
    If the university only works with 'Windoze' it might be better if you use Excel or a free version of Office (for example, Libre Office or Open Office).
    If your marks depend upon a professor who uses Excel, go with the flow.
    http://www.howtogeek.com/187663/openoffice-vs.-libreoffice-whats-the-difference- and-which-should-you-use/
    Regards,
    Ian

  • Remove Batch Management and Split Valuation Dependencies

    Hi,
    I need to remove Batch Management Indicator and Split Valuation for a material. Which one should I do first? Are these dependent on one another?
    Thanks,
    Jograd

    You are correct. It did cause lots of error when i tried to do it in test client.
    I am trying to remove the valuation category of one right now. It has zero stock and no open documents.
    I saw in note Note 155874 - Change valuation category in material master that you need to do this:
    2. If you change from split to joint valuation, no valuation data must
    exist for a valuation type.
    I dont know where to start doing that? Because there is not data for the material. However i noticed that there is valuation for previous period. do i need to delete that too? But there are no stocks for the previous period.
    Please help.
    Thanks,
    Jograd

  • Batch and split valuation simultaneously

    hello all,
    we have scenarios in which both batch management and split valuation is active.
    we are currently uses STO with stocktransport order by using 351 and 101 movements.
    my question is that
    why the sap system does not allow plant to plant stock transfer by using 303 and 305 movement type when both batch management and split valuation is active?
    is this is a sap standard best practice?
    pls explain in detail.
    regards
    sumit simran

    HI,
    try following sap note
    66953 Stock transport order for split-valuated material
    801097 Stock transport order with split valuation
    Regards
    Kailas Ugale

  • I have an idea for an iPhone app that I believe would be marketable. However, I have no talent towards writing software. How does I find a reputable programer that would be will to develop and split proceeds?

    I have an idea for an iPhone app that I believe would be marketable. However, I have no talent towards writing software. How does I find a reputable programer that would be will to develop and split proceeds?

    Find an app you like.  Contact the developer of that app and see if they are interested.

  • Read a excel file and split its sheets to seperate file ?

    Dear all :
    How to split a excel file into several file, each have one sheet.my code is as below,thanks:
    import org.apache.poi.hssf.usermodel.*;
    import java.io.*;
    import java.util.*;
    import org.apache.poi.poifs.filesystem.*;
    public class Extractxls {
    public static void main(String[] args) throws Exception
    try {
    POIFSFileSystem fs = new POIFSFileSystem(new FileInputStream(args[0]));
    HSSFWorkbook wb = new HSSFWorkbook(fs);
    int sheetCount = wb.getNumberOfSheets();
    System.out.println(sheetCount);
    try {
         while(sheetCount > 0) {
         sheetCount--;
         HSSFWorkbook wb1 = new HSSFWorkbook();
         HSSFSheet s = wb1.createSheet();
         String sheetName = wb.getSheetName(sheetCount);
         HSSFSheet sheet = wb.getSheet(sheetName);
    //     HSSFSheet sheet = wb.getSheetAt(sheetCount);
         System.out.println(sheet.toString());
         s = sheet;
    FileOutputStream fileOut = new FileOutputStream("atest" + sheetCount + ".xls");
    wb.write(fileOut);
    fileOut.close();
    } catch (Exception e) {
         System.err.println("Error: " + e.getMessage());
    } catch (Exception e) { e.toString();}

    The HSSFWorkbook class is part of the POI project:
    http://jakarta.apache.org/poi/
    Regards,
    Dave Gilbert
    JFreeChart Project Leader
    I understand poi porject, my problem is that POI can not read a excel file and split its sheets into seperate file (each have one sheet) ?Does any one know how to do it.

  • Reading and Splitting

    I have 5 classes:
    Fruit
    Apple, Melon and gooseberry extends Fruit and has few additional attributes of their own
    FruitExpert is the main class
    I have to read from a file which is record based according to the first line. For Eg:
    APPLE
    CRISPIN
    YELLOWISH-GREEN
    3
    10
    4
    4
    11
    2
    GOOSEBERRY
    BLACK VELVET
    DARK RED
    6
    7
    2
    1
    So I will read the file and split it based on records like Apple and the following values will be stored in the apple attributes. Similarly, goosberry.
    After reading the file, how do I split it into records?

    Smells like homework to me :-)
    The easy way would be to read the line by line, into a String.
    Presumably the first line tells you what sort of object you need to create (Apple, Melon, GooseBerry)
    Two approaches here
    1 - with if statements . If Apple, if Melon...
    2 - with polymorphism. Instantiate an object of that type, and call a method like fruit.readAttributesFromFile() That method will then read as many lines as it needs to from the file to populate its attributes (presumably the apple would read and process the next 8 lines, and then leave the status ready to read the next line - to tell you what sort of fruit is next in the file.

  • Remove context and split by value.

    Hi Friends,
                            the SAP Library  seems to bge a bit tough for me. Any url where I can find easy definition to Remove context and split by value , with exampl!!
    Thanks in advance!!
    Arnab .

    Hi,
    Remove Context Simply remove the Context. SplitByValue inserts  Context.
    Case 1: Remove Context is not Used.
    Source Message:
    <Test_Out_Remove>
    <header name=u201CA">
    <item>A.one</item>
    <item>A.two</item>
    <item>A.three</item>
    </header>
    <header name="B">
    <item>B.one</item>
    <item>B.two</item>
    </header>
    </Test_Out_Remove>
    TargetMessage:
    <Test_In_Remove>
    <item>A.one</item>
    <item>A.two</item>
    <item>A.three</item>
    </Test_In_Remove>
    Case 2: Using Remove Context.
    Source Message:     
    <Test_Out_Remove>
    <header name=u201CA">
    <item>A.one</item>    
    <item>A.two</item>    
    <item>A.three</item>
    </header>
    <header name="B">
    <item>B.one</item>
    <item>B.two</item>
    </header>
    </Test_Out_Remove>
    TargetMessage:
    <Test_In_Remove>
    <item>A.one</item>
    <item>A.two</item>
    <item>A.three</item>
    <item>B.one</item>
    <item>B.two</item>
    </Test_In_Remove>
    Case 3: Without SplitByValue
    Source Message :
    <Test_Out_Split>
    <header>
    <item>one</item>
    <item>two</item>
    <item>three</item>
    <item>four</item>
    </header>
    </Test_Out_Split>
    Target Message :
    <Test_In_Split>
    <new_context>
    <item>one</item>
    <item>two</item>
    <item>three</item>
    <item>four</item>
    </new_context>
    <new_context />
    <new_context />
    <new_context />
    </Test_In_Split>
    Case4: Using SplitBYValue
    Source Message :
    <Test_Out_Split>
    <header>
    <item>one</item>
    <item>two</item>
    <item>three</item>
    <item>four</item>
    </header>
    </Test_Out_Split>
    Target Message :
    <Test_In_Split>
    <new_context>
    <item>one</item>
    </new_context>
    <new_context>
    <item>two</item>
    </new_context>
    <new_context>
    <item>three</item>
    </new_context>
    <new_context>
    <item>four</item>
    </new_context>
    </Test_In_Split>
    Reward points if needful.
    Thanks,
    RamuV

  • JVider and splitting code

    I am using a program called JVider, if anyone else out there is, I think they will be the most help.
    I was using the program just fine. BTW, it builds GUIs from a GUI. I like it, it takes some of the tedious work out for me, also I am not experienced enough to do it all by hand.
    Anyways, I ran in to a huge problem, 65kb limit of class files. So I am trying to split it up without having to hand code alot of stuff. I am not finished with the GUI yet, that's why I don't want to have to hand code alot of things. I want to test every now and then and build the program up, but if JVider and splitting up the GUI is too dificult I don't know what I am giong to do.
    One problem is that JVider exports each file as a extends JFrame type of .java file.
    What I have gotten to work so far is splitting it up and making the second file do a couple things; 1) Take the JPane that I will add these items to as an argument, 2) add the second file's contents to that JPane.
    The problem I am running in to is that the "imported" components are inside the JPane I have in the second file just fine, but the pane is not maximized in the first file's pane. If this is confusing, I can provide a screen shot. I would put the code here, but it is quite a bit. And I don't know exactly what I should put up as far as relevence is concerned.

    Through a little bit of experimenting, I think it's a question of how to make one JPanel inflate it's site to the remaining space of an outer Jpanel

Maybe you are looking for

  • New Motion Supplemental Content

    check Software Update - 1.13GB of Motion templates and Motion library content.

  • Write CLOB in stored procedure from a passed Long over 4k

    Hi, I have a requirement to write a CLOB into a table as part of a stored procedure. The data to be written is passed in as a long to avoid any maximum size issues. Previously I was able to simple insert the LONG into the column which was a CLOB with

  • Migo:Subcontracting Scenario

    Hello Members, One suggestion and One help required. Senario: When i am doing the Goods receipt against the jobworkorder in the Migo.it will display the quantity of Main material as well as the components quantity also. Suppose i change the quantity

  • VCA isn't working

      My VCA was working fine until verizon decided to change my userid and password. Can't log on and I need my phone logs. I have to keep intouch, On line when I am away. Can any one help me with this it been going on for monthes. Thanks

  • Windows Live Messnger on N80

    I have just tried installing Windows Live Messnger from http://www.nokia.com.hk/nokia/0,,98969,00.html on my N80. It installs fine. However, after installation there is no sign of the application in the 'My Own' folder or anywhere else. Can anyone he