SEM SCENERIOS NEEDED

Hi,
1.How to load data into transaction cubes and how it is useful.
2. How to use this transactional cube with basic cube.
By using these cubes what are the advantages.
can anyone please provide me a scenerio.
Thanks,
BWcheta

Hi,
Transaction Infocube:
With a transactional InfoCube, you can directly load data to it, without going through the usual transfer rules, update rules...eg. a transactional InfoCube can be used to store plan data which is manually entered by the users in the planning layouts (in BPS). When the users save the data, it gets loaded to the cube directly.
http://help.sap.com/saphelp_nw04/helpdata/en/39/100c38e15711d4b2d90050da4c74dc/frameset.htm
Transactional infocube
Transactional Infocube
*pls assign points,if info is useful*
Regards
CSM reddy

Similar Messages

  • SEM Scenerio

    Hi,
    I have the following business scenerio at my client -->
    1. Multiple company codes
    2. Spread across globe.
    3.Multiple currency.
    Consolidation Requirement :
    1.Company code wise
    2.Geographical wise
    3.Business Wise.
    I have planned the approach as -->
    1.Single Consolidation Area.
    2.Multiple Dimensions.(i.e for Co Codes wise,Geography wise etc)
    Is my approach correct? Or is there a better way of approaching.
    Your valuable comments are requested.

    Hi Amit,
    Let's analyze your requirements from the architeсture sideю
    <i>
    1. Multiple company codes
    </i>
    -- As always. No helpful info.
    <i>
    2. Spread across globe.
    </i>
    -- As always. No helpful info.
    <i>
    3.Multiple currency.
    </i>
    -- Happens. There is a rather std solution in SEM-BCS without impact on architecture.
    <i>
    Consolidation Requirement :
    1.Company code wise
    </i>
    -- As always, even mandatory. No helpful info.
    <i>
    2.Geographical wise
    </i>
    It's more interesting. If your geography may be represented by sets of company codes, then we use a hierarchy of company codes for reporting, without any impact on data model.
    <i>
    3.Business Wise.
    </i>
    It's even more interesting. What kind of business wisdom? I see two possibilities. Like business area in SAP, cross-company wide aggregation. Or like profit centers wide.
    The main open issue is reporting requirements. The most restrictive is balance sheet reporting. Do you need it for both, geography and business wide reporting?
    If no, then your approach is correct.
    If yes, then you may get it for 2 characteristics only. One of them, a company code, is determined already. You'll just have to choose the 2nd char, either geography, or business. To get B/S for the 3rd dimension is not a std functionality. But, I believe, there is a way out.
    We are just working in this direction.
    Hope your situation is not so severe.

  • SEM-BCS: Need to limit execution of Task to Particular Cons. Unit

    Hi! All,
    I have reclass that is limited to certain company code say 1000 that I define in Method. However, when the same task in Monitor for any other company code say 4312, the system runs the reclass and gives an Error message like “Error in Cons Unit Processing - You have set up cross-consolidation unit reclassification. You want to reclassify data from one consolidation unit to another. An error occurred in this process. This error prevents the documents involved from being saved”. How can I limit the Reclass task from being performed by 4312……The monitor shows this task for all cons. Units…...
    Thanks for your input.
    Regards,
    Victor

    Hi Victor,
    How do you limited a reclass to a particular company code?

  • DECODE-like behavior needed for substitution

    Hi:
    Problem: In the context of a single query, I need to transform a user specified wildcarded string to something standard to SQL. The user's idea of what wildcards are does not jive with SQL standards. In the mind of the users, '*' means "any string" (and that is easy enough to "translate" from '*' to '%'). But also underscore '_' means underscore, not "any single character", so that needs to be escaped. The problem is how to do that inside the context of a single SQL statement.
    I believe I need to translate all occurances of '_' to something like '\_' after which I can "escape '\'". So, if the user inputs "ab_cd_ef*", it needs to become "ab\_cd\_cd%". I tried decode(str,'_','\_'), but that just comes up with a null a-la...
    select decode('ab_cd','_','\_') from dual;
    It sems to need to match the entire string 'ab_cd' in order for a translation to occur. Maybe I'm not using decode correctly or don't fully understand it.
    "translate" seems to be good at substituting single chars with other single chars (like'*' becomes '%'), but I can't see how it can substitute a single '_' to the 2 chars '\_'.
    Another viable solution would be to override how sql interprets wildcards. If I could tell the SQL interpreter to swap '*' and '%', and ignore '_' as being a wildcard alltogether, that would do the trick too.
    Any idesa?
    Thanks

    try
    SELECT REPLACE('ab_cd','_','\_') FROM dual;

  • SEM Upgrade guide...

    Folks,
    Is there an upgrade guide similar to the one for BW upgrade document that delineates the steps and procedures lucidly for upgrading the SEM component? I can't fine one on service.sap.com/bw (or something similar )and would appreciate any help.
    Thanks.

    You realize the SEM and BW dependencies right.  Since SEM is an add on, most the time if you are upgrading SEM, you need to or should upgrade BW as well since there could be issues if you don't.
    SEM 4.0 is usually with BW 3.5
    SEM 3.5 is with BW 3.1-3.3
    SEM 3.2 is with BW 3.1-3.3
    SEM 3.1 is with BW 3.0
    SEm 3.0 is with BW 2.2
    In addition, sometimes there are support pack levels that should be in lockstep in SEM with BW so check service.sap.com for the release dates of the SPs and you should choose a pair that is release at same or similar time.
    Hope this helps and feel free to assign points if useful.

  • Is it possible to display the size of a folder in a cell??

    Hi,
    i would like to know if there is any way or function to assign to a cell for display for example the size of a folder on the hard drive.....
    so whenever the folder size is changing, the cell is updated......
    another example, is to display the number of files inside a specific folder......
    Any way to do this????
    Thanks for your precious help.
    Marco

    Hi everybody,
    i did some step forward, but i'm blocked in a step....
    this is the script I build so far:
    tell application "Finder"
              if disk "Data" exists then
                        set peso010 to get physical size of folder "010 - Foto" of disk "Data"
              else
                        set peso010 to 0
              end if
              tell application "Numbers"
                        open "/Users/asialimarco/documents/test.numbers"
                        set the value of cell "B2" to peso010
              end tell
    end tell
    The first portion is getting correctly the size of my folder on external drive, a value when the disk is plugged in, 0 when is not.
    The second portion is where i get an error. It does open Numbers, it does open my file, it selects (the blue square) the right cell, but doesn't write on it anything. The Apples script returns an error which is:
    error "Numbers founds an error: Can't set cell \"B2\" at 0." number -10006 from cell "B2"
    I tried many times by also setting the value of the variable manually, but the error is always the same.
    What I'm missing? why i can't write on that cell (or anyother), with the on-line documentation it semas i need to open the file with write permissions, but i can't figure out how to do that.
    Anyone can help me?
    Thanks to all of you.

  • Timesheet Problems

    Hello,
    We have installed Project Server 2013, and since the beginning when someone try to access to their old timesheets it occurs the following problem "The view failed to load. Press Ok to reload
    this view with default settings. Press Cancel to select another view" but not in every timesheet.
    One of the problems to it occur its having some deleted task in those timesheets (checked by me), but not everytime is due to it.
    Today i checked better the ULS Logs and I have seen this error:
    12/10/2013 14:41:37.67     w3wp.exe (0x16D0)                           0x06F0    Project Server              
         General                           aeby7    Exception    [bucketHash:F7E90F55]
    Exception occured in method 'TimeSheet.GetTimesheetForGridJsonFromViewUid' System.InvalidOperationException: GetDataForAssignment: Did not find data for assignment. ProjUid=ce36bfcc-0717-e311-b7af-dc85de920b86 AssnUid=0ab8a40d-0446-e311-8ba3-dc85de920b86    
    at Microsoft.Office.Project.Server.BusinessLayer.TimePhasedDataAccess.GetDataForAssignment(Guid docGuid, Guid guidAssn)     at Microsoft.Office.Project.DataEdit.Assignments.AssnCntr.LoadAssnData(ISvrDataAccess dataAccess, Guid docGuid,
    Guid assnGuid)     at Microsoft.Office.Project.DataEdit.Assignments.AssnCntr.LoadNode(Guid guid)     at Microsoft.Office.Project.DataEdit.Assignments.AssnCntr.FindAssnNode(Guid guid)     at Microsoft.Office.Project.Server.BusinessLayer.Statusing.<>c__DisplayClass43.<ReadStatusTimeph...  
     19f25e9c-ceae-90be-94f4-aa43a775c366
    12/10/2013 14:41:37.67*    w3wp.exe (0x16D0)                           0x06F0    Project Server              
         General                           aeby7    Exception    ...asedDataForTimesheet>b__41(KeyValuePair`2
    projAssn)     at Microsoft.Office.Project.Server.Library.PSUtility.Apply[T](IEnumerable`1 enumerable, Action`1 fn)     at Microsoft.Office.Project.Server.BusinessLayer.Statusing.ReadStatusTimephasedDataForTimesheet(IDictionary`2
    projAssignments, DateTime start, DateTime end, Int64 intervalInMinutes)     at Microsoft.Office.Project.Server.BusinessLayer.Timesheet.ImportActuals(ISet`1 assignmentUids, ISet`1 userImported, Boolean acceptChanges)    
    at Microsoft.Office.Project.Server.BusinessLayer.Timesheet.ImportActualsAndCustomFields(IEnumerable`1 assignmentUids, ISet`1 userImported)     at Microsoft.Office.Project.Server.BusinessLayer.TimesheetLoaderForGrid.Load()    
    at Microsoft.Office.Project.Server.BusinessLayer.TimeSheet.GetTimesheetForGridJsonF...    19f25e9c-ceae-90be-94f4-aa43a775c366
    12/10/2013 14:41:37.67*    w3wp.exe (0x16D0)                           0x06F0    Project Server              
         General                           aeby7    Exception    ...romViewUid(JsGridSerializerArguments
    gridSerializerArgs, Guid tsUid, Guid viewUid, String changesJson, String viewOptionsJson)     at Microsoft.Office.Project.Server.Wcf.Implementation.PWAImpl.<>c__DisplayClass2f5.<TimeSheetGetTimesheetForGridJsonFromViewUid>b__2f4()    
    at Microsoft.Office.Project.Server.Wcf.Implementation.WcfMethodInvocation.InvokeBusinessObjectMethod(String businessObjectName, String methodName, IEnumerable`1 actions) StackTrace:  at Microsoft.Office.Project.Server.Native.dll: (sig=85ae470f-554c-4a8c-992e-92aeb657c829|2|microsoft.office.project.server.native.pdb,
    offset=3C1E) at Microsoft.Office.Project.Server.Native.dll: (offset=1255D)    19f25e9c-ceae-90be-94f4-aa43a775c366
    12/10/2013 14:41:37.67     w3wp.exe (0x16D0)                           0x06F0    Project Server              
         Unified Logging Service           c91s    Monitorable    Watson bucket parameters: Microsoft Project Server 2013, ULSException14, 070f6ea0 "project server",
    0f001181 "15.0.4481.0", 9c2bade2 "microsoft.office.project.server", 0f001199 "15.0.4505.0", 51481b12 "tue mar 19 08:00:18 2013", 00004817 "00004817", 00000047 "00000047", 54e7243f "invalidoperationexception",
    00101621 "aeby7"    19f25e9c-ceae-90be-94f4-aa43a775c366
    12/10/2013 14:41:37.67     w3wp.exe (0x16D0)                           0x06F0    Project Server              
         General                           aeby8    Medium      Error is: GeneralUnhandledException.
    Details: General Unhandled Exception in _TimeSheet.GetTimesheetForGridJsonFromViewUid_ Attributes:  System.InvalidOperationException: GetDataForAssignment: Did not find data for assignment. ProjUid=ce36bfcc-0717-e311-b7af-dc85de920b86 AssnUid=0ab8a40d-0446-e311-8ba3-dc85de920b86    
    at Microsoft.Office.Project.Server.BusinessLayer.TimePhasedDataAccess.GetDataForAssignment(Guid docGuid, Guid guidAssn)     at Microsoft.Office.Project.DataEdit.Assignments.AssnCntr.LoadAssnData(ISvrDataAccess dataAccess, Guid docGuid,
    Guid assnGuid)     at Microsoft.Office.Project.DataEdit.Assignments.AssnCntr.LoadNode(Guid guid)     at Microsoft.Office.Project.DataEdit.Assignments.AssnCntr.FindAssnNode(Guid guid)     at Microsoft.Office.Project.Server.BusinessLayer.Statusi...  
     19f25e9c-ceae-90be-94f4-aa43a775c366
    12/10/2013 14:41:37.67*    w3wp.exe (0x16D0)                           0x06F0    Project Server              
         General                           aeby8    Medium      ...ng.<>c__DisplayClass43.<ReadStatusTimephasedDataForTimesheet>b__41(KeyValuePair`2
    projAssn)     at Microsoft.Office.Project.Server.Library.PSUtility.Apply[T](IEnumerable`1 enumerable, Action`1 fn)     at Microsoft.Office.Project.Server.BusinessLayer.Statusing.ReadStatusTimephasedDataForTimesheet(IDictionary`2
    projAssignments, DateTime start, DateTime end, Int64 intervalInMinutes)     at Microsoft.Office.Project.Server.BusinessLayer.Timesheet.ImportActuals(ISet`1 assignmentUids, ISet`1 userImported, Boolean acceptChanges)    
    at Microsoft.Office.Project.Server.BusinessLayer.Timesheet.ImportActualsAndCustomFields(IEnumerable`1 assignmentUids, ISet`1 userImported)     at Microsoft.Office.Project.Server.BusinessLayer.TimesheetLoaderForGrid.Load()    
    at Microsoft.Office.Project.Server.Business...    19f25e9c-ceae-90be-94f4-aa43a775c366
    12/10/2013 14:41:37.67*    w3wp.exe (0x16D0)                           0x06F0    Project Server              
         General                           aeby8    Medium      ...Layer.TimeSheet.GetTimesheetForGridJsonFromViewUid(JsGridSerializerArguments
    gridSerializerArgs, Guid tsUid, Guid viewUid, String changesJson, String viewOptionsJson)     at Microsoft.Office.Project.Server.Wcf.Implementation.PWAImpl.<>c__DisplayClass2f5.<TimeSheetGetTimesheetForGridJsonFromViewUid>b__2f4()    
    at Microsoft.Office.Project.Server.Wcf.Implementation.WcfMethodInvocation.InvokeBusinessObjectMethod(String businessObjectName, String methodName, IEnumerable`1 actions)  . Standard Information: PSI Entry Point:  Project User: i:0#.w|domain\user
    Correlation Id: deba642a-a961-e311-93ff-00155d1e2127 PWA Site URL: http://portal/PWA SA Name: ProjectWebApp PSError: GeneralUnhandledException (42), LogLevelManager Warning-ulsID:0x00101622 has no entities explicitly speci...    19f25e9c-ceae-90be-94f4-aa43a775c366
    12/10/2013 14:41:37.67*    w3wp.exe (0x16D0)                           0x06F0    Project Server              
         General                           aeby8    Medium      ...fied.  
     19f25e9c-ceae-90be-94f4-aa43a775c366
    To solve that error I disabled Single Entry Mode from server, and problem seems fixed but this is not a solution since SEM its needed for dailly work. Someone can say me what could going wrong? Since i dont have more ideas about whats happening, and yes
    server is full patched atm.
    Regards

    Hello Andre Fillipe C,
    Have you opened a support ticket? Got any news on your situation?
    I got the same thing also described in this thread:
    http://social.msdn.microsoft.com/Forums/en-US/77d52bf3-aa53-49bd-8b6d-2a90d6a65171/errors-with-timesheet-approvals-after-unpublishing-or-deleting-tasks?forum=projectserver2010general
    Thanks for any extra information.
    - Dennis | Netherlands | Blog |
    Twitter

  • Selection of PPM at HALB by PPDS heuristic

    Hi All -
    I have 4 resources MIX1, PACK1, MIX2 and PACK2. I can make a product on Line 1 ( MIX1- semi FG and PACK1 - FG) or Line 2(MIX2 and PACK2). I can NOT use Mixer of one line for one making my semi FG and then a different line for packing.
    I have 2 production versions( PPMS in APO) for both the levels. 10 and 20 at FG and Semi FG level. The planner picks the right PPM at the FG level based on the planning situation. For example lets say PV20( which is PACK2). When the heuristic runs for the lower level BOM components, by default the system selects the PV10 at the Semi FG. I understand that the system picks up PV10 because its the first valid PPM. Is there anyway we can make the system select the right PPM at the Semi FG level based on what PV is selected at the FG level?
    In other words, if the planner selects 10 at FG, the system should pick PPM 10 at the HALB level. IF the selects 20 at the FG, the HALB PPM should be 20 as well.
    I cannot create a single ppm at the FG level with multiple operations of PACK and MIX as I need to do accounting at the Semi FG number and Semi FG needs to be its own material.
    So is there a way we can do it in the system? At this point, the planner has to select the right PPM at the Semi FG level as well.
    Appreciate all your help!
    Varun

    Hi Varun,
    Standard SCM system does not have functionality to cater to this requirement.
    We had exactly the same requirement but could not find any standard solution to this. This was also confirmed by SAP.
    For now the only option to do this is using the Badi as mentioned by Andrew:
    BADI /SAPAPO/RRP_SRC_EXIT
    or the RRP_PLANNING badi.
    Asheesh

  • BPS-SEM : Material or Documentation : Advise Needed

    Hello Gurus,
    I need some help in the below topics.
    1. SEM Business Planning & Simulation (BPS)
    - Focuses on integrating subplans for a business plan, such as planning results, overhead and personnel costs, investments, balance sheets, and liquidity.
    - Overhead cost planning with primary and secondary costs
    - Balance sheet planning using financial planning functions
    - Personnel cost planning
    - Liquidity planning and cash flow analysis
    If you have any material or documentation. Please let me know.
    I already got the SAP PRESS books for
    CPM and Balanced Scorecard with SAP
    by Marco Sisfontes-Monge
    Business Planning with SAP SEM
    by Roland Fischer
    Also the below topics:
    2.SEM Corporate Performance Monitor (CPM) (+++)
    - Measure Builder functions
    - Assignment of data sources
    -Balanced Scorecard application
    - Balanced Scorecard design
    - Risk Management application
    - Risk Management design
    - Management Cockpit application
    - Management Cockpit design
    - Value Driver Tree application
    - Value Driver Tree design
    As always thanks for your help.
    Senthil

    Hi Senthil,
    Please check the links may be helpful.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/s-u/sap%20bw%20business%20planning%20and%20simulation%20-%20how%20to%20guides%20list.htm
    https://media.sdn.sap.com/public/eclasses/teched04/BW253_files/Default.htm#nopreload=1
    https://www.sdn.sap.com/irj/sdn?rid=/webcontent/uuid/3040dd5d-0501-0010-baa8-fc0aafa88c40 [original link is broken]
    http://help.sap.com/bp_biv235/BI_EN/html/BW/CostCtrPlan.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/d-f/enhancements%20bw-bps%20formerly%20sem-bps%20in%20sapnetweaver%2004.ppt
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5d90209f-0501-0010-59a2-9243ac94a4d7
    http://help.sap.com/saphelp_nw04/helpdata/en/05/242537cedf2056e10000009b38f936/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/0e/8007dc83d011d3b72e0000e82debc6/frameset.htm
    Regards,
    Srikanth.

  • SEM 4 to SEM 6 upgrade Steps.. Need immediately. Thanks

    Hi Experts,
    I searched a lot in SAP Forums and as weel as in SAP Service Portals but could not find any straight documentation available for doing an upgrade of SEM 4.0 version to SEM 6.0 version.
    Apart from this I find few links that drives me to SAP Support Portal and there the links are not working.
    Could any one specifically guide me through High End Summary Steps that need to be followed as part of SEM 4 Upgrade to SEM 6 keeping in view of both SEM BPS and SEM BCS functionalities.
    Current system is on BW 3.5 hooked up with SEM 4.
    if there are no straight documents that available atleast Please guide me through few crucial Checks I need to do before my BASIS Person do install Upgrade Software. Note that this is purely a Technical upgrade and my role eeds to be strictly to make sure that system should be running the way it is running currently after upgrade.
    Many Many thanks in advance and I highly appreciate any useful and quick updates.
    Thanks and Regards,
    BIP

    Hi,
    I have no how to and no long list of experience doing this, but there are very important things you should be clear of before you upgrade:
    1. Check
    - which queries won't work after upgrade?
    - are there any programmings reguarding consolidation (BW / BCS) ?- very important
    - to be save: secure everything in files or make a syscopy or create a archiv-cube (maybe make use of multiprovider scenario)
    - is COI running ? If you use COI, please beware of note 855382
    - never forget, there will be changes in BW, the infoobjects may change - in case of using the standardobjects beware of activating those changes
    2. Make the upgrade
    3. check everything in detail after update
    without engagement. =)
    BR

  • Do we need be BW expert to get in to BI-BPS or SEM-BPS??

    Hi
    I am an experienced FICO consultant and want to get in to BI-BPS(formerly SEM-BPS).
    Do I need to have in depth BW knowledge for this or moderate knowledge of BW as a FICO consultant is sufficient?
    Can please some one suggest me on this?
    regards

    Hi,
    It is not BI-BPS , I think it is BI-IP (Integrated Planning).
    You will need a good knowledge of BI to use it.  I would suggest, you read a bit about it and if you have a server handy with BI installed, start on it.  Then do a short course on BI Planning.
    The FI-CO background will help you in visualising the use of BI-IP and the design of the application.  To actually model it, you will need to know the BI technical modeling.
    Cheers.

  • Need help on installation on SEM 3.5

    Hi Friends
    I have SEM 3.5 software and wish to install it on BW. I have BW 3.5 already installed and would like to know which version of SEM supports the BW 3.5. Moreover the SEM DVD which I have mentions as
    > Incl. Suport Package 1-11
    > SAP BW Content 3.1
    > IDES
    > DB Export Part 2 and 3
    Could you suggest what else is needed?
    Thanks
    Sri

    Hi,
    Supported BW layer for SEM 3.5 is BW 3.1. You cannot  install SEM3.5 on BW3.5.
    Since your BW is 3.5, you should install SEM 4.0 on top of this.
    What you could do is, install SEM3.5 on another machine and keep your BW3.5 as the remote BW(ie.remote scenario). But let you know, it is not recommended, as some SEM functionalities will only work with local BW.
    HTH,
    Regards,
    Nataraj.
    Message was edited by: Marc Bernard

  • Can SEM 3.2 work with BW 7.0 or we need to upgrdae to SEM 6.0?

    Hi All,
    Please help me find answers to following questions
    We have a requirement from client to upgrade BW 3.1 to 7.0 and also migrate existing SEM-BPS functionality to BW 7.0
    I need some expert opinion on following points:
    1. Dependency of SEM 3.2 with BW 7.0 – i.e. if we upgrade to 7.0 can SEM 3.2 still be used or we need to upgrade that to SEM 6.0
    2. SAP's migration path from SEM to BW – Any information on this would be helpful.

    Hi Martin,
    Varun closed this because the same question was posted twice. Please see the thread upgrade to BI 7.0 for the responses.
    Regards,
    Katie Beavers
    SAP NetWeaver Product Management

  • Need help with demo in IDES SEM 4.0/BW 3.50 system

    We installed IDES SEM 4.0/BW 3.50 system in order to run some demos and see it suites our business needs. We are interested in producing some reports for the demo to the end-users. Specially interested in the financial accounting area, but there is hardly any data in the IDES system.
    How can I access these reports and where can I find whether there is any data associated the InfoProvider/InfoCube? Is there good documentation which describes how to access this data?
    Are we doing something wrong?
    -Regards,
    Asif

    hi Asif,
    there are sap demo cubes, the data is provided by sap in csv files,
    check if you can use co-pa demo cube
    http://help.sap.com/saphelp_nw2004s/helpdata/en/62/5a9f37ddeec857e10000009b38f889/frameset.htm
    take a look
    http://help.sap.com/saphelp_nw2004s/helpdata/en/67/f3013872af2946e10000009b38f8cf/frameset.htm
    Re: SAP DEMO cube?
    (oss note 370397)
    Re: Regarding the Installation of Demo Content
    hope this helps.

  • Semi-New Mac owner need help please!

    I have had my Mac for a couple months now and I haven't experimented with all the applications yet, when I tried to open iChat all that it does is the little light underneath it turned on and nothing popped up. I don't know if I need to download anything else, or what... Can anyone help me please?!

    It seems that others have pointed the Hosts to the Duplicates and this one's left.
    I take it the issue is solved anyway ?
    8:38 PM Sunday; June 22, 2008

Maybe you are looking for