Master Data Mapping

Hello Experts,
I am in the process of designing an infocube and i was a little confused about the 2 char hierarchy and wanted to clear my confusion on it.
In the flat file, we can have data either at account level or account group level. So i was thinking of having 2 characteristics - account and account group in the infocube.
But how about the master data mapping between account and account group? where would that be taken care of ?
Ex: Flat File
Year, Curr, CoCd, A/C, CC, Period, Amount
2006, USD, 1000, 38001001, 456700, 1, 100
2006, USD, 1000, 38001002, 456700, 1, 100
2006, USD, 1000, 0380, 45600, 1, 200 -
> ( A/C Group 0380 - consolidated entry)
All answers would be duly rewarded with points.
Thanks,
Nandita

When i am saying account level, i meant account.
The data in the flat file will be either at account/account group. So i guess i have 2 options for design:
1. Have account as a characteristic(dimension) in Infocube and then have account group as an attribute to it and have 2 characteristic hierarchy ( account and account group).
( However for this i might have to delete the account group info in the flat file)
Or
2. Have account and account group as characteristics ( dimensions ) in infocube and then have another infoobject ( ZACCMAP ) as an attribute to account group which would have the master data mapping between account and account group and the hierarchy would be on 1 characteristic (account group).
Oliver and Ravi - correct me if i am wrong or what's the best approach to go with ?
Thanks,
Nandita

Similar Messages

  • Master Data mapping between CRM/ERP(SD)

    Hello Colleagues,
    I am having CRM system and it is connected to the ERP(SD) system.
    Now I want to replicate below Master Data from ERP to CRM. So that I should have corresponding mapping details for the same.
    1). Business Partner
    2). Sales Organization
    3). Distribution Channel
    4). Division
    Questions:
    a). In which individual table I can find corresponding mapping (crm/erp) of above master data?
    b). How will I download the data in these tables?
    Thanks and best regards,
    Pragnesh

    Hi Pragnesh,
    You can refer to scn other threads before making these posts.
    However, following are the tables.
    1). Business Partner - BUT000, BUT020, BUT050, BUT100
    2). Sales Organization - CRMM_BUT_FRG0081
    3). Distribution Channel - CRMM_BUT_FRG0081
    4). Division - CRMM_BUT_FRG0081
    Thanks,
    Faisal

  • Reg : Master Data Mapping ( 0GL Account and CS Item)

    HI Sivakumar and Gurus,
    Thanks for your information.
    we have created all Group GL masters and assinged with Oper.GL Masters in R/3.
    1.Now please guide me how to map 1 to1 of Group GL and CS_Item.I am using 0BCS_C10 cube for my consolidation.
    2. We have not implemented new GL , Still can i use " 0BCS_C10 standard Cube for my LC and MC ( Profit Center).?
    Thank you very much for your help.
    Regards
    Anna

    janardhana annapureddy wrote:>
    > HI Sivakumar and Gurus,
    >
    > Thanks for your information.
    >
    > we have created all Group GL masters and assinged with Oper.GL Masters in R/3.
    >
    > 1.Now please guide me how to map 1 to1 of Group GL and CS_Item.I am using 0BCS_C10 cube for my consolidation.
    >
    > 2. We have not implemented new GL , Still can i use " 0BCS_C10 standard Cube for my LC and MC ( Profit Center).?
    >
    > Thank you very much for your help.
    >
    > Regards
    > Anna
    Hi Anna,
    It all depends on how your Group GL account is linked to Operational GL account in BW. In the BW, you can make Group GL account  Info object as an attribute of Operational GL account Info object (0GL_Account). Then in the Load data stream method configuration, you can map 0CS_Item to Group GL account as an attribute of 0GL_account, on 1 to 1 basis. You have to be sure that in the Source Data Basis, you have Operational GL account data available with the attribute of Group GL account.
    2. Non-implementation of new GL does not make a difference.

  • Map My Update Rule from a Master Data Attribute

    Hello experts,
    I haven't tried this scenario yet, hope you can help me, the Issue is this
    I have 2 InfoObjects ZPSCHRCHY and 0PROFIT_CTR from InfoCube WBS cost and allocations I want both the InfoObjects to be mapped to 0PROFIT_CTR attribute of 0WBS_ELEMT master data object, I have tried the Master Data Attribute but only 0PROFIT_CTR is an attribute of the Master Data.how can I mapped ZPSCHRCHY and 0PROFIT_CTR to 0PROFIT_CTR?, Is creating a start routine for it must be used? Thank you very much
    Regards and Thanks
    Chris

    PROGRAM UPDATE_ROUTINE.
    $$ begin of global - insert your declaration only below this line  -
    TYPES:
    BEGIN OF r_MD_WBS_ELEMENT,
       WBS_ELEMT  like /BI0/PWBS_ELEMT-WBS_ELEMT,
       OBJVERS    like /BI0/PWBS_ELEMT-OBJVERS,
       PROFIT_CTR like /BI0/PWBS_ELEMT-PROFIT_CTR,
    END of r_MD_WBS_ELEMENT.
    DATA: t_MD_WBS_ELEMENT  TYPE STANDARD TABLE OF r_MD_WBS_ELEMENT,
           wa_MD_WBS_ELEMENT TYPE r_MD_WBS_ELEMENT.
    $$ end of global - insert your declaration only before this line   -
    The follow definition is new in the BW3.x
    TYPES:
      BEGIN OF DATA_PACKAGE_STRUCTURE.
         INCLUDE STRUCTURE /BIC/CS8ZPSG030.
    TYPES:
         RECNO   LIKE sy-tabix,
      END OF DATA_PACKAGE_STRUCTURE.
    DATA:
      DATA_PACKAGE TYPE STANDARD TABLE OF DATA_PACKAGE_STRUCTURE
           WITH HEADER LINE
           WITH NON-UNIQUE DEFAULT KEY INITIAL SIZE 0.
    FORM startup
      TABLES   MONITOR STRUCTURE RSMONITOR "user defined monitoring
               MONITOR_RECNO STRUCTURE RSMONITORS " monitoring with record n
               DATA_PACKAGE STRUCTURE DATA_PACKAGE
      USING    RECORD_ALL LIKE SY-TABIX
               SOURCE_SYSTEM LIKE RSUPDSIMULH-LOGSYS
      CHANGING ABORT LIKE SY-SUBRC. "set ABORT <> 0 to cancel update
    $$ begin of routine - insert your code only below this line        -
    fill the internal tables "MONITOR" and/or "MONITOR_RECNO",
    to make monitor entries
      REFRESH: t_MD_WBS_ELEMENT.
          SELECT WBS_ELEMT
                 OBJVERS
                 PROFIT_CTR
          INTO TABLE t_MD_WBS_ELEMENT
          FROM /BI0/PWBS_ELEMT
       FOR ALL ENTRIES IN DATA_PACKAGE
         WHERE WBS_ELEMT   = DATA_PACKAGE-WBS_ELEMT.
        IF sy-subrc EQ 0.
        Do nothing
        ENDIF.
    if abort is not equal zero, the update process will be canceled
      ABORT = 0.
    $$ end of routine - insert your code only before this line         -
    ENDFORM.

  • Missing "Mapping entry" issue in tranferring Cust/Vendor Master Data

    Hi All,
    We are doing a version upgrade in one of our client for SCM APO (SCM 7.0 SPS 8). We are getting an error while transferring customer/ vendor master data (either in foreground or background) that "No location XXXXXXXX exists for mapping entry XXXXXXX of category 1011 (1010 in case of customer).
    Please provide your valuable help to resolve this issue.
    Thanks.

    Dear Ravi.
    Please use the report ZMATMAP_REORG provided in note 859650 to remove the inconsistencies between /SAPAPO/LOCMAP and /SAPAPO/LOC.
    The number of entries in these both tables should be the same.
    I am not aware of your SCM Release, but it is also relevant for release 4.1, despite the info in the note.Please copy the report in your system and execute it firstly in the test mode.
    I hope this helps you!
    Let me know the outcome of the issue.
    Thank you!
    Will

  • Master Data ------  Source and Target Mapping

    I want to know the source and target mapping of some master data elements like plant,vendor,customer,workcenter.
    Where can I get it. Please provide the relevant documents or links.

    Hi,
    Check in RSOSFIELDMAP table.
    Thanks
    Reddy

  • DP - Master Data & Transaction Data mapping

    Hi APO Gurus,
    I need to create a document for mapping APO DP master & transaction data to the fields of a logical modelling DB.
    I would appreciate if any of you have any information as to how to go about it or if you have any similar doc, please email me at [email protected]
    All your help is highly appreciated.
    Regards,
    Ritu

    Hi ritu,
    What exactly is your requirement. Unfortunately I am a functional consultant and not the best person to give technical details. However please note that APO especially DP does not store data in only DB tables (like R/3), instead uses liveCache which is based an OODB. The transactions access data in liveCache through standard COM routines. The SAP suggested way to access data to and from liveCache is through use of BAPIs.
    The other point to note is that APO-DP is totally customisable as per client requirement. That is to say while there is some standard business content provided (by way of some characteristics, keyfigures and couple of planning areas) most clients created their own content - starting from characteristics, keyfigures, planning object structure, planning area, planning book/data view etc. As a result it is difficult to give standard field names for mapping.
    DP Master Data is actually Characteristic-Value-Combinations (CVCs) that are based on the custom characteristics defined in the Master Planning Object Structure. Transaction data is timeseries data in keyfigures which is defined in the Planning Area. Since all these objects are customisable - standard field level mapping may not be possible.
    Hope this helps.
    Thanks,
    Somnath

  • Where are the changes in R3 captured in ROCANCEL, mapped to for Master data

    Hi Experts,
    I have now read extgensively about 0Recordmode and how it becomes part of the DSO and changes in R3, captures in ROCANCEL gets mapped to 0Recordmode.
    But when the datasource is a master data, such as 0Plant_Attr, which is going to flow into the InfoObject, 0Plant; we know 0Plant does not containt 0Recordmode as seen in the case of the DSO. So, without 0Recordmode, where are the changes in R3 captured in ROCANCEL, mapped to when it comes to master data, such as 0Plant
    Thanks

    Hi,
    0Recordmode is the BW concept in Delta Loading to DSO. It is not R/3 concept.. SAP has provided To make the BW system to understand the entire info about the delta. As you know this is mapped to ROCANCEL.
    ROCANCEL holds the changes from R/3 side.
    The delta process (how the data is transferred) for the DataSource is determined in the table ROOSOURCE(in the source system)
    Properties of the delta process are determined in the table RODELTAM (in BI). So Master Data Changes will be handled by this way.
    Regards,
    Suman

  • BPC 7.5 : Master Data Attribute mapping to PARENTH1

    Hi,
      I loaded G/L account master data attr/text and maintained some members manually. G/L account has the attribute G/L account group.
      Can I populate the G/L account group data into PARENTH1 column? Please advise me whether it is possible or not.If it is possible please provide the steps.
      Note : In ECC system G/L account hierarchy is not properly maintained.
    Thanks
    Prasad

    Hi Nilanjan,
       Thanks for your inputs.
    I'm working on BPC 7.5 and SP04.
    I have G/L account hierarchy in BI system. I tried  to load G/L account master data attr/text into BPC and successfully loaded but hierarchy node ID's and description are missed. I followed the below steps.
    1) Loaded master attr,text and hierarchy data from ECC to BI and activated the master data.
    2) Used the below transformation and conversion file.
    3) Selected the hierarchy in selecetion in data package while loading data into BPC.
    Transformation File:
    *OPTIONS
    FORMAT = DELIMITED
    HEADER = YES
    DELIMITER = TAB
    AMOUNTDECIMALPOINT = .
    SKIP = 0
    SKIPIF = 177000
    VALIDATERECORDS=YES
    CREDITPOSITIVE=YES
    MAXREJECTCOUNT=
    ROUNDAMOUNT=*MAPPING
    *MAPPING
    ID=ID
    *CONVERSION
    ID=ACCT_ID_MD.xls
    G/L Account compounded to chart of accounts (10+4) and has total length 14 and hierarchy node ID's have length 32.
    I used the below conversion file.
    External                                                         Internal
    01000000??????                               ??????
    0100000???????                               ???????
    010000????????                               ????????
    0000000000000000000000000000????         ????
    000000000000000000000000000?????         ?????
    00000000000000000000000000??????         ??????
    0000000000000000000000000???????         ???????
    *                                                      js:%external%;
    Please suggest anyone how can I load node ID's and description.
    Note: I followed the same above process for 0PROFIT_CTR and 0COSTCETER and successfully loaded master, text and hierarchy data.
    Thanks
    Prasad

  • Upload Article Images and Map to Master Data in SAP Retail 6.0

    Hi experts,
    I'm new on Retail Industry, I need to upload about a 15,000 article images and relete them with it'a master data, we are using SAP-Retail 6.0, I read that this is posible  but it doesn't say how to do it. Any of you know how to do this?'
    Regards

    Let me show you the config that we have
    On Edit Screen Data Parameters
    Full Screens
    Server Path                 file://C:\
    Width (Col)                 50
    Height in Rows            20
    File Type                    jpg
    Thumbnail
    Server Path     file://C:\
    File Type       jpg
    Screen Sequence
    Server Path     file://C:\
    File Type       jpg
    Max. Images     3
    Separators      -
    Active Button in subscreen
    X thumbnail
    X Screen Sequence
    X Fullscreen Image
      Subobjects
    X HTML Viewer
    Control data
    X  Check URLs
    X  Setup URLs
    Image Module   A Thumbnail with pushbuttons
    Object ID          E External display
    URL Determin.   C Read from table first, then Generically: Save changes
    Default settings
    Thumbnail      IMAGE01
    Full Screen    IMAGE01
    HTML Page    http://www.elektra.com.mx
    On Screen config we add for Basic Data
    Screen Sequence Number       23
    Logical screen (within a screen sequence)  04
    Consecutive Number of Subscreen     17
    Programm       SAPLMGW_PICTURE
    Screen   0101
    The results is as I told you before just a blank square, we don't have anything pictures nor buttons.
    Hope you can help me
    Regards
    Edgar lopez

  • Master Data Changes-MAP

    Hi,
    After goods received into warehouse Moving Average Price gets change, this is good and Okay. But what ever the changes in Price is not capturing in master data changes.
    Can any one help me how to make enable those changes..like when ever Moving averange price changed that changes should be captured in Master data change log (MM04-Display changes).
    So kindly advice is there any configuration setting for that?

    Hi Saran Babu,
    The moing average price is determined in automatic by the system and this is not something that you can defined.
    Please, see this link that explain very well how the system is doing this calculation:
    http://help.sap.com/saphelp_46c/helpdata/en/47/60ff4849f011d1894c0000e829fbbd/content.htm
    I hope this help.
    Kind regards,
    Sandra

  • What are the dependent master data for running MRP

    Hi Experts,
                      My client wants to Run MRP After 8 Months of implementation. Now i want to know
    1) What are the Master Data need to be check. They are Using the Strategy 20.
    2) They have confirmed sales order for few customers. Forecast sales orders for few customers.How to map it in sap.
    3) Where will i get Gross Requirement in SAP. Because  MRP run will generates the net requirements.
    4) Is there any report in SAP displays the Forecast values for the selected material.
    Please help me on the above points.
    Thanks
    Satheesh

    HI Vishwa Upadhyay,
                                     Thank you Once again,
    The first point is cleared. Can you please suggest me on the 2,3& 4 points please. What are the configuration settings needed for the different sales order type( i.e.. confirmed and forecast)
    Thanks
    Satheesh.N

  • Periodic Transfer of Master Data

    Hello,
    I need assistance understanding the underlying config related to master data updates in R/3 and the resulting entries in GTS.
    Our setup:
    GTS (7.2) is a plug-in to CRM
    CRM & R/3 in same logical system group (GTS)
    EWM in unique logical system group (FEEDSYS) - based on SAP config guide and direction, we split feeder logical systems from GTS logical systems. all logical systems had resided in a single logical system group (GTS)
    EWM > system for warehouse functions
    R/3 > feeder system for material master
    R/3 > GTS Plug-In activated (per SAP direction)
    R/3 > Configure Control Settings for Document Transfer > MMOA mapped to our purchase order doc type at logical system and logical system group level
    R/3 > Configure Control Settings for Document Transfer > MMOB mapped to our inbound delivery doc type (EL) at logical system and logical system group level for DTAVI
    R/3 > Configure Control Settings for Document Transfer > MMOC mapped to our movement types 101 and 601, in addition to others
    I mention the PO and Inbound delivery setup because we do see changes to material qty in R/3 after creating PO's and the subsequent IB deliveries.
    We are trying to implement GTS as a bonded warehouse - storing material as duty-unpaid only.  We are not concerned with duty-paid status for this implementation.
    There has been an initial transfer of material to GTS from R/3 via /SAPSLL/MENU_LEGALR3.  We have GTS master data marked as BondedWH.  Although T-Code MMBE shows qty's for the material, it does not match the qty being displayed in GTS stock overview. 
    The SAP GTS Config guide states, page 40, to create a job for RBDMIDOC, with a variant and have it scheduled.  We still need to do this part and it is my understanding this is to synce data.  With this, I am also trying to understand the use of change pointers in R/3, in addition to enhancement project SLLLEG04 for the User Exits for Material Masters.  I don't know if we need to worry about the SLLLEG04 enhancement or not.
    I know there is more information I can provide on our current setup, but what major things are there to consider to get the stock overview qty's of GTS to actually reflect what's in MMBE, AND, be displayed as duty-unpaid, rather than duty-paid via the initial transfer function?
    Any advise or experience getting R/3 to communicate correctly with GTS, especially in light of a bonded warehouse is greatly appreciated.
    Regards,
    Brian

    Hello Uwe,
    Our intent for GTS is the use of bonded warehouse functionality.
    As a part of preparation for go-live activities, we will stock the warehouse with material, this is a distribution center of service parts (replacement parts).  The stocking activitiy will be through STO's.  As a result, we expect all the material showing up in GTS to be duty-unpaid.  We will continue to receive material into the warehouse via STO's as no base-receipts are required at this time. 
    When we process orders through the warehouse system (EWM) we expect the qty's in GTS to reflect what has been shipped (exports).  As such, we will be able to reconcile any stock discrepancies with the authoriities.
    My questions about intial transfer is my attempt to get some inventory showing in GTS, so that after I process the inbound deliveries based on PO's (STO) I see the inventory building in GTS.
    The use of initial stock transfer may not be correct as I described my activities above, but with very little documentation specifying the actual process of establishing a bonded warehouse, especially in our landscape, I am working through this on a trial-and-error basis.
    I hope this provides clarity on our goals.  I will continue to research the change pointers as I am still not sure of the relevance.
    Regards,
    Brian

  • Master Data Text Used as Line Items in ODS

    Hi Experts! </br></br>
    I would just like to know if I can use the text I loaded of master data Revenue Type from R/3 in BW? </br></br>
    What I have done already is that I have created a customized extractor in R/3 under the CO-PA-IO node in RSA6 (since I think this is where this data is coming from/should belong under. A consultant of ours (before I got here) have already set up the other individual extractors for Sub Product A & B, Product Line, others in the FS10N transaction, document line item details.</br>Hi Experts! </br></br>
    I would just like to know if I can use the text I loaded of master data Revenue Type from R/3 in BW? </br></br>
    What I have done already is that I have created a customized extractor in R/3 under the CO-PA-IO node in RSA6 (since I think this is where this data is coming from/should belong under. A consultant of ours (before I got here) have already set up the other individual extractors for Sub Product A & B, Product Line, others in the FS10N transaction, document line item details.</br></br>
    Once I have created it, I  already replicated it in BW and have already setup the infosource. I created a InfoObject as Master Data with text and I loaded data from infosource. After loading, when I maintain Master Data for the characteristic I created in BW, I can see the pulled data that I have loaded from R/3. It is correct. </br></br>
    Now this is where I am having a problem. I need to know how to be able to use this Master Data text when I load line items (0EC_PCA_3) to my PCA ODS. As it is right now, I have setup the EC_PCA datasource, replicated it and activated it as well, and I have already added a Revenue Type characteristic to this datasource already and have mapped it accordingly. However, I am unable to pull any data when i manage the contents of the ODS, but i can see the it in the maintain master data. </br></br>
    How can i set it up such that I am also able to match my line items with their corresponding Rev Type Text in the ODS results? It is important to note that for Sub Product A, B, and Product Line fields, the previous setup is able to do so, and I am able to see results for these in the ODS line items results. These are also setup as master data text in BW by our previous consultant and I followed the same procedure and setup. </br></br>
    I feel that I am just missing a step on how to tell BW that the master data text should also be matched to the Line Items in the ODS during loading.</br></br>
    Kindly seeking for your assistance and advance thanks!
    Once I have created it, I  already replicated it in BW and have already setup the infosource. I created a InfoObject as Master Data with text and I loaded data from infosource. After loading, when I maintain Master Data for the characteristic I created in BW, I can see the pulled data that I have loaded from R/3. It is correct. </br></br>
    Now this is where I am having a problem. I need to know how to be able to use this Master Data text when I load line items (0EC_PCA_3) to my PCA ODS. As it is right now, I have setup the EC_PCA datasource, replicated it and activated it as well, and I have already added a Revenue Type characteristic to this datasource already and have mapped it accordingly. However, I am unable to pull any data when i manage the contents of the ODS, but i can see the it in the maintain master data. </br></br>
    How can i set it up such that I am also able to match my line items with their corresponding Rev Type Text in the ODS results? It is important to note that for Sub Product A, B, and Product Line fields, the previous setup is able to do so, and I am able to see results for these in the ODS line items results. These are also setup as master data text in BW by our previous consultant and I followed the same procedure and setup. </br></br>
    I feel that I am just missing a step on how to tell BW that the master data text should also be matched to the Line Items in the ODS during loading.</br></br>
    Kindly seeking for your assistance and advance thanks!

    Hi Simon, </br></br>
    Thanks for the reply! </br></br>
    First of all, yes, I think we are on the same page regarding what I want to do... I have created a master data infoObject in BW, created a customized extractor in R/3 under CO-PA-IO node, and mapped them to each other in BW such that when i execute a package in InfoSource in BW, i am able to load master data text in InfoObject Rev Type in BW. </br></br>
    Kindly explain more on "you should have created the revenue type as a text datasource and loaded the data into the text and not the master data". Do you mean to say that I should have just created a regular datasource (i.e. Flexible Update in any Data Target InfoSource), rather than a direct update of Master Data datasource? </br></br>
    However, if this is what you meant, please remember that for other characteristics such as Sub Product A, B, Product Lines, Sales Region, Business Center etc. (as seen in FS10N tcode per GL), are reflected in ODS per line item, and they are setup as master data. So I was thinking maybe i just missed a step in mapping. </br></br>
    Is this what you meant? My main goal is to be able to have the line items i load in ODS be matched to the particular revenue type for that GL's profit center (seen in FS10N tcode in R/3)</br></br>
    Thanks again.

  • Data load stuck from DSO to Master data Infoobject

    Hello Experts,
    We have this issue where data load is stuck between a DSO and master data infoobject
    Data uploads from DSO( std) to master data infoobject.
    This Infoobject has display and nav attributes in it which are mapped from DSO to Infoobject.
    Now we have added a new infoobject as attribute to the master data infoobject and made it as NAV attri.
    Now when we are doing full load via DTP the load is stuck and is not processing.
    Earlier it took only 5 mns of time to complete the full load.
    Please advise what could be the reason and cause behind this.
    Regards,
    santhosh.

    Hello guys,
    Thanks for the quick response.
    But its nothing proceeding further.
    The request is still running.
    earlier this same data is loaded in 5 mns.
    Please find the screen shot.
    master data for the infoobjects are loaded as well.
    I can see in SM50 the process at P table of the infoobject the process is.
    Please advise.
    Please find the detials
    Updating attributes for InfoObject YCVGUID
    Start of Master Data Update
    Check Duplicate Key Values
    Check Data Values
    Process time dependent attributes- green.
    No Message: Process Time-Dependent Attributes- yellow
    No Message: Generates Navigation Data- yellow
    No Message: Update Master Data Attributes - yellow
    No Message: End of Master Data Update - yellow
    and nothing is going further in Sm37
    Thanks,
    Santhosh.

Maybe you are looking for

  • [SOLVED] VLC 1.1.9 Crashing "Not enough memory"

    Hi, I'm having some problems with VLC 1.1.9 crashing at seemingly random intervals while watching videos (I can confirm I've had problems with .mkv, .avi, .wmv) usually between 10 and 15 minutes after starting.  When running from the command line I g

  • Fan on all the time for about 1 week

    Hi I'm the still happy owner of a almost 3 years old powerbook G4 12". I have been troublefree so far when sudenly things started to go worng last week 1) I had the "privilege" to experience an hard drive "crash" (http://docs.info.apple.com/article.h

  • Replaced display even WORSE !!!

    *I am so frustrated with Apple and its policy to repair and replace their defective products.* Ok, my iMac G5 is almost three years, I bought AppleCare, which is about to expire... that's my main concern as my iMac display started to go bad these las

  • Setting up solaris 8 opreating environment after promt interruption

    I was setting up my Solaris 8 desktop operating system using the automatically shown promt-questions (domain name, proxy server etc.) when I had to shut the system down. Does anyone know how I can get to this set up session again so I don't have to s

  • My computer cant pull up a web page?

    I have a motorola modem from comcast and a netgear router. My gf's computer works just fine. Mine has the vpn on it, but i do not know why. Right now i am running through ethernet which is just dandy but as soon as i pull it out it just tries to load