Aggregation calc 'tipping point'

I've observed an aggregation script anomaly that I'm hoping someone can shed some light on.
I have a test cube with a test dataset with the following aggregation script:
FIX("Scenario1","Scenario2","US Dollar", "Local Currency")
___Agg ("Product","Location","Cost Center");
ENDFIX
"US Dollar" and "Local Currency" are the only members in a (sparse) dimension named Currency. In this cube the aggregation calc runs in about 20 seconds.
Here is where it gets odd...
I also have to store FX rates somewhere in the cube and got the idea to include them as a separate section in the Currency dimension from this blog entry: http://glennschwartzbergs-essbase-blog.blogspot.com/2011/11/i-was-at-client-and-needed-to-do-some.html
So now my Currency dimension looks like this
Currency (Label Only)
___US Dollar (~)
___Local Currency (~)
___Exchange Rates (~) (Label Only)
_____FX Rate 1 (~)
_____FX Rate 2 (~)
_____FX Rate n (~)
I can add anywhere up to 21 FX Rates, and the above agg script always runs in about 20 seconds. Once I add the 22nd FX rate, the agg script jumps up to over 1 minute. I would expect no impact at all, considering the fix is on "US Dollar" and "Local Currency", but I've repeated the experiment multiple times and the result is always the same. My first thought was dimension order, since at 21 FX rates, I had the same number of stored members as the Scenario dimension, but flipping them in the outline makes no difference to the agg times at both 21 and 22 FX rates.
Does anyone have any ideas about what is causing this?

OK, I've peeled back a few more layers of the onion and found some answers and some new questions.
First, I ran several iterations of the test script while toggling the size of the data cache and didn't really move the needle much either way. As far as the data file cache goes, my understanding is that only matters when using Direct I/O and our environment is all Buffered I/O.
However I did have some luck with the Calc Cache.
By experimenting with the calc cache, I was able to get the script to run in the second cube, with the FX rate members, at roughly the same 20 odd seconds (down from over 60). I also set the message output to detailed and learned that the jump in performance is tied to the calc cache selecting a different sparse dimension for it's 'single bitmap'.
From log with original calc cache setting - took over 60 seconds:
Calculator Cache With Single Bitmap For: [Location]
From log with a lower calc cache setting - took about 21 seconds:
Calculator Cache With Single Bitmap For: [Company]
Note: The Company dimension is actually a 4th aggregated sparse dimension that I left out of my original post in an attempt to simplify.
Then I went back to the baseline cube (without the FX rate members) and toggled the cache settings similarly. In that cube it didn't seem to matter which dimension among these two was chosen as they both finish in about the same ~20 seconds.
So this leaves me with a couple questions:
1) Why is Essbase using a single bitmap when the cache should be large enough for multiple bitmaps and a single anchor?
2) Why is the performance better when it chooses Company rather than Location or Cost Center with a larger cache setting? The outline order for the 4 aggregating sparse dimensions is Product - Company - Location - Cost Center. I couldn't lower the cache enough to choose Product before it was so low the calculator cache gets disabled, and the calc blows out to over a minute again. And increasing the size beyond the Company 'sweet' spot to select Location or Cost Center also blows the calc out to over a minute again.
Thoughts?

Similar Messages

  • Evaluating cisco IPS AIP-SSM-10 allong side Tipping Point S330

    Hello all,
    What are your thoughts on this matter?  I am also going to be looking at the Palo Alto solution for IPS as well.
    I'm probably going to use the cisco 4200 sensors if they offer multi segment like the tipping point does. 
    I'm looking at protecting the perimiter but NOT replacing my current firewall.  The current firewall is the Microsoft TMG.
    I like what I see on the Cisco IPS express.  I've also looked at the CSM for management.  It seems that Cisco is a lot more flexible when it comes to editing and managing the signatures.
    ARe there similar experiences out there that you would like to share?
    Thanks!
    Kurt

    Both products are pretty strong. But Tipping point have a much more comprehensive, promptly updated, and a well managed signature base. Both products can monitor multiple segements (terminologies are different).
    A good way to compare is to subsribe to their IPS signature updates and see the difference, I mean both from Cisco and DV labs
    BR
    Farrukh

  • AIA - Tipping Point for When to Create Custom EBO

    Hi,
    I have a non-techie question around the point at which it makes sense to create a custom EBO rather than use one that's OOTB.
    In my particular example, we are publishing product information from a legacy application to Fusion using the Item EBO. The particular challenge we face is that the information is not being published at product level; all the information is 'in the context' of something else. For example, we are publishing selling price for a product, which is in the context of a retail event (the outlet the product is actually sold in) which contains the context of a selling price offer (as different selling prices can be created for different periods) which contains the context of a selling price revision (as the selling price offer may go through a number of iterations) etc. Each context is represented in the legacy app. XML as a repeating node so you can have n retail events for a product, n offer prices for a retail event, n offer price revisions for an offer price and so on. Changing the legacy app to publish the messages in a different format is a non-starter.
    The problem we're faced with is that the Item EBO does not lend itself easily to modelling repeating parent / child relationships, as present on the legacy app ABM, meaning we are forced to use the ItemSpecificationGroup construct, meaning ABM attributes are modelled as name / value pairs (via use of SpecificationGroup/Specification), including the 'key' to the parent node on each ItemSpecificationGroup that represents an occurrence of the child node. As you would expect, this bloats the EBM considerably and is not particularly elegant.
    What I'm trying to get is a steer on is whether we should switch from using the Item EBO (which in terms of OOTB EBO's is definitely the correct one to use) to the construction/use our own custom EBO (but doesn't this fly in the face of what AIA is trying to achieve in the first place?).
    All thoughts gratefully received.

    Hi Tina,
    You can do this by formatting in the workbook. Run the query and in the workbook, on the BEx toolbar, there is a button for formatting. Select the exception cell whose color you want to change > in the Format button choos epatterns and select the color you would like. Once you have made the changes, save the workbook. The changes will remain in place the next time the user runs this workbook.
    Take a look at this link for more info:
    http://help.sap.com/saphelp_nw04/helpdata/en/f1/0a559ee09411d2acb90000e829fbfe/content.htm
    Hope this helps...

  • XI 3.1 SP2 Retrieve IP - Calculation Extension Points, OpenDoc or ?

    On a XI 3.1 SP2 Tomcat stack I need to retrieve an use a client IP Address to help determine security for shifting users.
    It's easy enough to retrieve the IP via jsp but the question is how to get that value into WEBI?
    I've read Ueda's Calc Ext Point examples - they're for .Net but one can assume that the same could be applied via java/jsp?
    The alternative would be to manipulate the OpenDocument.jsp code to retrieve the ip to be used as a parameter but I'm not too keen on altering existing code.
    As mentioned, it's simple enough to include the code to retrieve the ip the logon.jsp module but there again it means changing the system code and determining a method to get this out and into WEBI i.e. similar to @bouser

    Mike -
    How does the IP address need to be recognized and recorded?  At view-time of the report via InfoView?   During adhoc report creation (webi query panel) ?
    Does Auditor not satisfy this requirement?
    As far as using EPs (these are actually in C btw) - this could get a bit murky as you'd still need to manage a way to enforce the custom function to be present in the Webi report.
    If you need to essentially record IPs of users who are using any of the available document viewing interfaces (PDF, interactive, etc) then I'd add some custom code to viewDocument.jsp that grabs the client IP (how will you account for proxies, or is this a non-issue?) and silently stamps the address in a footer cell of the Webi report or merely records the view action elsewhere without actually touching Webi.
    I don't think you can escape the not wanting to customize InfoView code, unless you roll your own viewer and force users to use that instead.
    Hope this helps

  • Using IMAQ Find Edge and/or IMAQ Find Straight Edges 3 In order to return tip coordinates of a needle

    I know that there are functionalities in the two aforementioned functions that allow for start and end points to be found and output after a straight line is found in an ROI. My problem is that these start and end points are with respect to the ROI, and not the the actual object. What I mean by this is that if I have a needle (whose tip is in the ROI) and try to find the corresponding edge, the edge is easy enough to find. However, the red line that is superimposed on the image, representing the found edge is extended past the tip of the needle, and carried until the boundary of the rectangular ROI I am using. Thus when I return the end point, it gives me the end point along the ROI boundary, not the tip of the needle.
    If anyone knows how to obtain the coordinates of the actual needle tip using the edge funtions in the post subject line, that would be very helpful and much appreciated!

    If the needle is of the same height you can adjust the ROI accordingly. Also by tip do you mean the tip point?

  • How to disable the "scroll lock" pointer?

    I use 2-finger swipe to scroll on my trackpad.
    I often get my pointer transformed into a scrolling pointer: it is gray circle about 1 cm in diameter, with a small white circle in the middle, 1 small arrow tip pointing down below the circle and 1 arrow tip pointing up above the circle.
    This happens mostly when I touch the trackpad with 2 fingers, like when I am about to scroll with 2-finger gesture.
    If I could post a png image I would but that is about as accurate as I could describe it.
    When it appears, it locks the scrolling (with 1 finger swipe it keeps scrolling in the direction of the swipe).
    This is very annoying because it interferes with the 2-finger scrolling.
    Sometimes I get a "move" pointer (same as the one a above but arrow tips in all 4 directions).
    Does anybody know what this "feature" is called and how to disable it?
    Thanks

    Hi,
    The Scrollbar in the activeX browser is the property of the page being loaded and not the container.
    If you have access to editing the HTML files that you are loading, add the following line in the html document:
    If you don't have write access to the html files, then you can cover the scroll area of the activeX container with another activeX container. You can't use a decoration to cover it since the activeX container will remain on top.
    I hope this helps.
    Feroz

  • Aggregating Parent Scenario

    Our Budget scenario has children for monthly adjustments (a Mar Adj scenario, a Apr Adj scenario, etc).  I have ran FX translation, etc on the children and have aggregated them.  I now want to just total up the children into the parent Budget scenario.  I am using the following calc script:
    SET LOCKBLOCK HIGH;
    SET CACHE HIGH;
    SET AGGMISSG ON;
    SET CALCPARALLEL 8;
    SET CALCTASKDIMS 5;
    Fix ( [Years], [Months],[Version], @RELATIVE("Sales Channel",0));
    Budget;
       AGG ("Product", "Company", "Location", "Cost Center", "Project");
    EndFix
    Running the above calc takes a long time ... longer than it takes to run the FX conversion and aggregate the individual children.  I use the following aggregation calc on the child scenarios:
    SET LOCKBLOCK HIGH;
    SET CACHE HIGH;
    SET AGGMISSG ON;
    SET CALCPARALLEL 8;
    SET CALCTASKDIMS 5;
    Fix ([Scenario], [Years], [Months],[Version],@RELATIVE("Sales Channel",0))
       AGG ("Product", "Company", "Location", "Cost Center", "Project");
    EndFix
    Can I also use it for the parent Budget scenario?  I am just modifying calc scripts that we already have and don't understand the difference be/tw the 1st and 2nd calcs.  Can I fix on a parent scenario and agg it w/o re-agging it's children?
    Thanks.
    Terri T.

    TerriT wrote:
    Our Budget scenario has children for monthly adjustments (a Mar Adj scenario, a Apr Adj scenario, etc).  I have ran FX translation, etc on the children and have aggregated them.  I now want to just total up the children into the parent Budget scenario.  I am using the following calc script:
    SET LOCKBLOCK HIGH;
    SET CACHE HIGH;
    SET AGGMISSG ON;
    SET CALCPARALLEL 8;
    SET CALCTASKDIMS 5;
    Fix ( [Years], [Months],[Version], @RELATIVE("Sales Channel",0));
    Budget;
       AGG ("Product", "Company", "Location", "Cost Center", "Project");
    EndFix
    Running the above calc takes a long time ... longer than it takes to run the FX conversion and aggregate the individual children.  I use the following aggregation calc on the child scenarios:
    SET LOCKBLOCK HIGH;
    SET CACHE HIGH;
    SET AGGMISSG ON;
    SET CALCPARALLEL 8;
    SET CALCTASKDIMS 5;
    Fix ([Scenario], [Years], [Months],[Version],@RELATIVE("Sales Channel",0))
       AGG ("Product", "Company", "Location", "Cost Center", "Project");
    EndFix
    Can I also use it for the parent Budget scenario?  I am just modifying calc scripts that we already have and don't understand the difference be/tw the 1st and 2nd calcs.  Can I fix on a parent scenario and agg it w/o re-agging it's children?
    Thanks.
    Terri T.
    Budget; will calculate Budget (roll up/calculate the parent). You are trying to aggregate 5 sparse dimensions.
    Do the AGG in the order of outline.
    Regards
    Celvin
    http://www.orahyplabs.com

  • Abap issues....its urgent

    can anyone please enlist what are the problems at which abap consultant should enquire when going for a company visit to check the problems over there.
    Reward points will surely be given on urgent basis.
    Message was edited by:
            Ameet Jassani

    Check these if they are of any help to you.
    A nice weblog by Vikas Please do check this.on number range buffering,
    /people/vikash.agrawal/blog/2006/04/05/load-lots-of-data-147faster148-with-buffering-number-range
    Check these links.
    FAQ - The Future of SAP NetWeaver Business Intelligence in the Light of the NetWeaver BI&Business Objects Roadmap
    https://www.sdn.sap.com/irj/sdn/developerareas/bi?rid=/webcontent/uuid/b4674415-0b01-0010-ae81-deb009860b7e [original link is broken]
    following are the links that may help you
    http://help.sap.com/search/highlightContent.jsp
    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
    http://help.sap.com/search/highlightContent.jsp
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cccad390-0201-0010-5093-fd9ec8157802
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/afbad390-0201-0010-daa4-9ef0168d41b6
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b7bdde90-0201-0010-26b1-dcda5e0b394d
    How to improve performance in reporting side?
    Query Performance Techniques:
    1. Check Query properties—Use RSRT tcode
    2. Check whether cube is compressed
    3. Optimize query definition
    4. Analyze query execution
    5. Check for additional indexes
    6. Archive unwanted data
    7. Check for partitioning options
    8. Check for additional aggregates ( Consider DB ratio and KPI ratio)
    9. Check for parallelization options
    10. Use Nav attributes instead of hierarchies, use free char and filters.
    Possible causes for the performance :
    A) High Database Runtime
    B) High OLAP Runtime
    C) High Frontend Runtime
    Depending upon your analysis
    A)Strategy - High Database Runtime
    Check if an aggregate is suitable (use All data to get values "selected records to transferred records", a high number here would be an indicator for query performance improvement using an aggregate)
    Check if database statistics are update to data for the Cube/Aggregate, use Tcode RSRV output (use database check for statistics and indexes)
    Check if the read mode of the query is unfavourable - Recommended (H)
    B)Strategy - High OLAP Runtime
    Check if a high number of Cells transferred to the OLAP (use "All data" to get value "No. of Cells")
    a) Use RSRT technical Information to check if any extra OLAP-processing is necessary (Stock Query, Exception Aggregation, Calc. before Aggregation, Virtual Char. Key Figures, Attributes in Calculated Key Figs, Time-dependent Currency Translation) together with a high number of records transferred.
    b) Check if a user exit Usage is involved in the OLAP runtime?
    c) Check if large hierarchies are used and the entry hierarchy level is as deep as possible. This limits the levels of the hierarchy that must be processed.
    C)Strategy - High Frontend Runtime
    1) Check if frontend PC are within the recommendation (RAM, CPU Mhz)
    2) Check if the bandwidth for WAN connection is sufficient.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1e553368-0601-0010-49ab-c429607f3eb3
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5401ab90-0201-0010-b394-99ffdb15235b
    check this, you can download lot of performance materials
    Business Intelligence Performance Tuning [original link is broken] [original link is broken] [original link is broken]
    and e-learning -> intermediate course and advance course
    https://www.sdn.sap.com/irj/sdn/developerareas/bi?rid=/webcontent/uuid/fe5b0b5e-0501-0010-cd88-c871915ec3bf [original link is broken]
    e.g
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/10b589ad-0701-0010-0299-e5c282b7aaad
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/d9fd84ad-0701-0010-d9a5-ba726caa585d
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/8e6183ad-0701-0010-e083-9ab1c6afe6f2
    performance tools in bw 3.5
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/07a4f070-0701-0010-3b91-a6bf7644c98f
    (here also you can download the presentation by righ click the disk drive icon)
    Check the following links,
    FAQ - The Future of SAP NetWeaver Business Intelligence in the Light of the NetWeaver BI&Business Objects Roadmap
    Business Intelligence Performance Tuning [original link is broken] [original link is broken] [original link is broken]
    http://help.sap.com/saphelp_nw04/helpdata/en/06/b5f8926ba22b45bc9eaa589f1c835b/content.htm
    Some bw docs/ performance material
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1955ba90-0201-0010-d3aa-8b2a4ef6bbb2
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3a699d90-0201-0010-bc99-d5c0e3a2c87b
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4c0ab590-0201-0010-bd9a-8332d8b4f09c
    and don't miss bw performance knowledge centre, there are e-learning
    Business Intelligence Performance Tuning [original link is broken] [original link is broken] [original link is broken]
    Hope this Helps.

  • How to improve Query Performance

    Hi Friends...
    I Want to improve query performance.I need following things.
    1.What is the process to findout the performance?. Any transaction code's and how to use?.
    2.How can I know whether the query is running good or bad ,ie. in performance praspect.
    3.I want to see the values i.e. how much time it is taking to run?. and where the defect is?.
    4.How to improve the query performance?. After I did the needfull things to improve performance, I want to see the query execution time. i.e. it is running fast or not?.
    Eg..
    Eg 1.   Need to create aggregates.
    Solution:  where can I create aggregates?. Now I'm in production system. So where I need to create? .i.e. indevelopment or in Quality or in Production system?.
    Any chenges I need to do in Development?.Because I'm in Production system.
    So please tell me solution for my questions.
    Thanks
    Ganga
    Message was edited by: Ganga N

    hi ganga
    please refer oss note :557870 : Frequently asked questions on query performance
    also refer to
    Prakash's weblog
    /people/prakash.darji/blog/2006/01/27/query-creation-checklist
    /people/prakash.darji/blog/2006/01/26/query-optimization
    performance docs on query
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3f66ba90-0201-0010-ac8d-b61d8fd9abe9
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cccad390-0201-0010-5093-fd9ec8157802
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ce7fb368-0601-0010-64ba-fadc985a1f94
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c8c4d794-0501-0010-a693-918a17e663cc
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/064fed90-0201-0010-13ae-b16fa4dab695
    This is the oss notes of FAQ on query performance
    1. What kind of tools are available to monitor the overall Query Performance?
    1.     BW Statistics
    2.     BW Workload Analysis in ST03N (Use Export Mode!)
    3.     Content of Table RSDDSTAT
    2. Do I have to do something to enable such tools?
    Yes, you need to turn on the BW Statistics:
      RSA1, choose Tools -> BW statistics for InfoCubes
      (Choose OLAP and WHM for your relevant Cubes)
    3. What kind of tools is available to analyze a specific query in    detail?
    1.     Transaction RSRT
    2.     Transaction RSRTRACE
    4.  Do I have an overall query performance problem?
    i. Use ST03N -> BW System load values to recognize the problem. Use the  number given in table 'Reporting - InfoCubes:Share of total time (s)'  to check if one of the columns %OLAP, %DB, %Frontend shows a high   number in all Info Cubes.
    ii. You need to run ST03N in expert mode to get these values
    5. What can I do if the database proportion is high for all queries?
    Check:
    1.     If the database statistic strategy is set up properly for your DB platform (above all for the BW specific tables)
    2.     If database parameter set up accords with SAP Notes and SAP Services   (EarlyWatch)
    3.     If Buffers, I/O, CPU, memory on the database server are exhausted?
    4.     If Cube compression is used regularly
    5.     If Database partitioning is used (not available on all DB platforms)
    6. What can I do if the OLAP proportion is high for all queries?
    Check:
    1.     If the CPUs on the application server are exhausted
    2.     If the SAP R/3 memory set up is done properly (use TX ST02 to find bottlenecks)
    3.     If the read mode of the queries is unfavourable (RSRREPDIR, RSDDSTAT,  Customizing default)
    7. What can I do if the client proportion is high for all queries?
    Check whether most of your clients are connected via a WAN  connection and the amount of data which is transferred   is rather high.
    8. Where can I get specific runtime information for one query?
    1.     Again you can use ST03N -> BW System Load
    2.     Depending on the time frame you select, you get historical data or current data.
    3.     To get to a specific query you need to drill down using the InfoCube  name
    4.      Use Aggregation Query to get more runtime information about a   single query. Use tab All data to get to the details.   (DB, OLAP, and Frontend time, plus Select/ Transferred records,  plus number of cells and formats)
    9. What kind of query performance problems can I recognize using ST03N
       values for a specific query?
    (Use Details to get the runtime segments)
    1.     High Database Runtime
    2.     High OLAP Runtime
    3.     High Frontend Runtime
    10. What can I do if a query has a high database runtime?
    1.     Check if an aggregate is suitable (use All data to get values "selected records to transferred records", a high number here would  be an indicator for query performance improvement using an aggregate)
    2.     o Check if database statistics are update to data for the   Cube/Aggregate, use TX RSRV output (use database check for statistics  and indexes)
    3.     Check if the read mode of the query is unfavourable - Recommended (H)
    11. What can I do if a query has a high OLAP runtime?
    1.     Check if a high number of Cells transferred to the OLAP (use  "All data" to get value "No. of Cells")
    2.     Use RSRT technical Information to check if any extra OLAP-processing is necessary (Stock Query, Exception Aggregation, Calc. before   Aggregation, Virtual Char. Key Figures, Attributes in Calculated   Key Figs, Time-dependent Currency Translation)  together with a high number of records transferred.
    3.     Check if a user exit Usage is involved in the OLAP runtime?
    4.     Check if large hierarchies are used and the entry hierarchy level is  as deep as possible. This limits the levels of the hierarchy that must be processed. Use SE16 on the inclusion tables and use the List of Value feature on the column successor and predecessor to see which entry level of the hierarchy is used.
    5.     Check if a proper index on the inclusion  table exist
    12. What can I do if a query has a high frontend runtime?
    1.     Check if a very high number of cells and formatting are transferred   to the Frontend (use "All data" to get value "No. of Cells") which   cause high network and frontend (processing) runtime.
    2.     Check if frontend PC are within the recommendation (RAM, CPU MHz)
    3.     Check if the bandwidth for WAN connection is sufficient
    REWARDING POINTS IS THE WAY OF SAYING THANKS IN SDN
    CHEERS
    RAVI

  • Tired customer

    I feel like a tennis ball being bounced back from BT Call Centre to Open Reach engineers and all I am trying to do it get internet connected to my rented property. I live in the heart of London and for some reason (possibly due to the fact a new build next door) the feeder lead or dispatch lead, whatever they call it has been cut from the box from over the road. I live above a restaurant and they have a BT line below, so if all options fail I was told the engineers can connect our line from the restaurant's Bt box in our basement. It seems simple!!
    I understand this is not a straight forward process as maybe a little more complicated than the average instalment but this process has been going on since the 31st October last year. Today I had the 7th engineer come to the flat to install and yet again says he had not the correct information given to him in order to install. He then said we need a survey first and then BT will be in contact to send 2 engineers as its a 2 man job. The joke is, this will be the 3rd surveyor and it will be the 8th time and engineer will come to the property. 2 weeks ago I had spoken to a lady called Sharon who I made very clear that this has to be the last time and everything must be made clear for the engineer so what do you need from me? I had explained the BT box is in the restaurant below and said I will ensure the engineer can gain access. I also made her read to me what it says in the notes so I knew the engineer had all the info that was needed. I also stressed the point will this need 2 men as it will probably require drilling and ladders. She assured me like the 20+ conversations I had before, this will all be fine and yes they will issue the right amount of people for the job! NONSENSE!
    The problem is there is not follow up, no communication (irony as its a communications company). Not only that, only once from all the **bleep** thats been going on, taking days off work to wait for instalment and all the rest, I have received one phone to call tell me what is going to happen next or what is need from us, regarding access and so on. All the other times I have had to chase chase chase, repeat the same conversation, tell the call centres whats needs to be done because open reach notes have not been communicated from the site visit and equally the same when issuing and engineer to the property. I thought before I was at tipping point but this time its too much. You may read this thinking well use another company, well I did and Virgin and Sky do not supply to this area! I thought the well established BT institution would be the answer to my prayers and not only that great at customer service, but its nonsense. I do need people to emphasis with me over the phone, I just need answers and someone, anyone to take charge of the case. I am hoovering in some sort of call centre obis and I have grown so tired of the sincere rubbish that I get told to pander to me over the phone.
    Why does no-one call to explain what needs to be done next. I work in the media self employed from home half the week and wish I didn't need the internet but I do! I always thought BT was a great British institution and would be the professional company that would be able to supply the simple needs of a phone line and internet but I have never experience such a lack of professionalism throughout. The people I have spoken to over the phone have been nice and say all the right things and equally I have had some funny competent engineers who have come to the property but the major flaw is the appalling communication between the two as well as the customer (me). If I went to a small company about a boiler, they would be pleased as hell for the new hopefully long lasting customer as probably the manager or owner of the company is sitting in the office right next to the sales person signing up the new customer.
    Overall, my opinion is the data base is too complicated also when an instalment is also a little more complicated no one wants to deal with it and therefore it is left suspended. What a shame BT has monopoly over services such as these as I would have stuck up 2 fingers to them a long time ago from an otherwise past, present and future happy and loyal customer.

    Hi
    I am sorry to see you are having problems
    I suggest you contact the forum mods they should be able to get this problem sorted for you this is a link to them http://bt.custhelp.com/app/contact_email/c/4951
    They normally reply by email or phone directly to you within 3 working days they will take personal ownership of your problem until resolved and will keep you informed of progress
    They are a UK based BT specialist team who have a good record at getting problems solved
    This is a customer to customer self help forum the only BT presence here are the forum moderators
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • Microsoft all ready has an update for Windows Phone 8.1 Verizon customers still don't have WP 8.1. UGH!

    Microsoft has all ready released an update to Windows Phone 8.1. Us Verizon customers don't even have WP 8.1. *** Verizon?  My contract with Verizon is up in November this is the tipping point.  I am not going to renew my contract.  I will just buy the phone out right and sign up for Straight Talk.  Then I don't need to have the "Nanny service provider (Verizon)" telling me when I am able to obtain a device update.  Thanks for nothing Verizon.

    On one side, I can understand that maybe (and that's a BIG maybe) Verizon wants to make sure they have enough data (pardon the pun) regarding the successful adaptation of the update for it's customers in order to make sure everything goes smoothly.  However, I find that Verizon likes to keep customers in the dark regarding time frames.  It's interesting to see on some of the similar titles message boards entries on this topic have Verizon monitors ready to wipe out entries if they violate terms of service on the forums.  But, when asked directly about time frames for Windows updates, you either get a link to some Verizon news page (which is of no help), or nothing at all.  A number of people called Verizon customer service and get varied answers like: "Sometime this summer", "Soon", or even an "I don't know, they don't even tell us either"...which is the answer I got one time.  Very discouraging.  I had a choice between the Windows Phone, or a Samsung Galaxy phone.  I chose Windows because of it's features.  Beginning to regret it now, since support for it on Verizon appears to be dismal at best.   

  • ENTERPRIZE BACKUP UTILITY

    제품 : ORACLE SERVER
    작성날짜 : 1996-11-29
    1. The Problem
    과거 메인 프레임 환경에서 사용하던 고객들이 저 비용, C/S환경으로
    Migration시에는 주로 Open system과 Oracle RDBMS를 채택하고 있다.
    이런 관계로 해당 제품 시장은 고 성장을 구가하고 있기도 하다.
    이러한 고 성장을 가능케 하는 요소는 물론 H/W,S/W에서의 혁신적인
    진보이나, 메인 프레임급에 걸 맞는 대용량 DB를 관리하고 Backup하는
    데 필수적인 System management tool은 과거와 크게 달라진 바가 없다.
    tar, cpio, dd같은 UNIX backup tool들은 실제 backup media의 관리
    측면에서 별 기여 를 하지 못하고 있다. 대용량 DB를 위한 Backup script는
    source만 해도 수백line에 달하며 test와 troubleshoot에서도 많은 문제점을
    갖고 있다. 뿐만 아니라 대용량 Database(이하 VLDB)의 Restore는
    Backup보다도 훨씬 더 복잡한 문제를 갖고 있다.
    최근의 Backup file이 어느 곳에 저장 되었는지를 알기 위해 Backup
    tape을 분류하고, damaged file들을 restore 해야 하는 등의 일련의 작업이
    필요하다.
    2. The Solution
    최근에 몇몇 media management vendor들은 media management기능,
    scheduling기능, 강력한 security기능, UNIX system에서 제공하는 backup
    tool이상의 신뢰성을 갖는 강력한backup product를 공급하기 시작했다.
    이러한 product들은 system level에서의 관리를 용이하게 해주는 장점은
    있으나 이미 위에서 지적된 VLDB의 backup시 제기되는 문제점들을
    완전히 해결해 주지는 못한다.
    Oracle7 Enterprise Backup Utility(이하 EBU)는 이런 문제점을 해결하는
    solution이다. EBU는 backup/restore시 media management product와 강력한
    인터페이스를 제공하며 다른 어느것과 비교 할 수 없는 강점을 갖고
    있다.
    3. Introducing Oracle7 Enterprise Backup Utility
    EBU는 open system상에서 메인 프레임급 성능을 제공하여 한 기업
    전반에 걸쳐 전략적으로 중요한 역할을 감당하게 된다. 이 utility는 DB의
    신속한backup과 restore를 위해disk와 backup될 media device에서H/W
    parallelism을 이용한다.open system의 full capacity를 이용하기 위해
    device가 add될 때 performance가 증가된다.parallel H/W, backup
    configuration check ,error detection and cleaning ,restore시의
    database의block verification과 같은 특징들이EBU가 high reliability를 갖게
    하는 특징들이다.
    Oracle7 데이타베이스는 data files, control files, redo log files로
    구성되는데 EBU는data file, control file을 backup받고 archived redo log
    file을 받는다. (release2.0.8) Media failure의 경우 DB를 full restore/
    partial restore가 가능하며 data file도 선택적으로 최근의 last backup까지,
    어느 일정 시점 까지 만의 선택이 가능하다. 또한 recovery도 일정 시점으로
    완전recovery가 가능하다.
    4. Architecture
    EBU는 크게 두 부분으로 구성되는데 backup하려 하는 DB에 관한 모든
    current정보와history를 관리하는 catalog부분, 그리고 실행 파일 부분으로
    구성된다. 실행 파일들과 catalog는 반드시 같은 host내에 존재할 필요는
    없다. 실행 파일들은 다음으로 구성된다.
    *obackup : 모든 다른 프로세스들을 monitor하며 backup하려하는 DB,
    catalog와의 communication을 담당한다.또한 Instance Manager를
    running시킨다.
    *brio  : obackup, brdk, brtp사이 조정 역할을 수행한다.parallel I/O
    stream당 하나의 brio process가 발생한다.
    *brdk : Disk file의 read/write를 조절한다. File당 하나의 brdk를 발생시키
    므로 만일 여러 개의 file들을 하나의 single data stream으로 결합시
    키는 경우 하나의 I/O stream내에 여러 개의 brdk process를
    create한다.
    *brtp : Tape file들의 read/write를 조절한다. I/O stream당 하나의 brtp
    create.
    *brd : Instance Manager로써 backup catalog, obackup을 monitor하는
    daemon process이다. backup을 위한 cleanup과 비정상 종료된 작업을
    복구 한다.
    Backup동안 database file들은 disk process인 brdk에 의해 읽혀져 backup
    buffer area로 넘겨지고 그 후 third vendor의 media management s/w를
    경유하여 backup device에 brtp process에 의해 write된다. Restore시는
    반대의 과정이 진행된다. 위의backup buffer는 hard disk와 tape device간에
    발생하는 I/O상의 speed mismatch를 조절하는 역할을 한다.
    5. EBU의 장점(Benefits)
    Third vendor의 media management product와 함께 사용되는 EBU는
    기존의 UNIX 에서 제공하는 backup tool보다 다음과 같은 강력한 장점을
    지닌다.
    (1) 강력한 Reliability.
    *. Consistent backup procedures
    기존의 hot backup script의 경우 만일 datafile이 추가될 경우 script에
    새로 지정해 주어야 하며 VLDB의 경우 script만 해도 수백line에 달하여
    관리상 번거로운 게 사실 이였다. 그러나 EBU의 경우는 어느 datafile이
    어느directory에 위치하는지를 작업자가 알 필요가 없고 script는 짧고
    단순하여 누구든 쉽게 알아볼 수 있다.
    또한 DB 구성이 자동으로 확인되며 backup media를 자동으로 인식 및
    관리한다.
    예).full online backup script .partial online backup script
    backup online database backup online
    db_name = "PRODB" db_name = "PRODB"
    oracle_sid = "PROD" oracle_sid = "PROD"
    tablespace = "SALES"
    .full restore script
    restore database
    db_name = "PRODB"
    oracle_sid = "PROD"
    이와 같이 간단한 script에 의해 DBA는 VLDB를 쉽게 backup과 restore를
    할 수 있으며 작업에 필요한 세부정보는 backup catalog내에 있게 된다.
    *. End-to-End checksum
    Backup시 EBU는 각 backup data의 byte를 계산하고, restore시도 계산하여
    정상 수행 여부를 판단 시 checksum 값을 상호 체크 한다.
    *. Instance Manager
    Instance Manager는 backup/restore시에 진행 상황을 monitor하고 작업
    중에 에러가 발생시 복구 및 각종resource를 release시키는 기능을 담당하게
    한다.
    (2) High Performance
    다음과 같은 EBU의 특징과 고속media device의 지원 아래 VLDB의
    backup을 적은시간 내에 완전하게 수행 할 수 있게 되었다.
    *. Parallel Hardware Capability
    Backup/restore시 multiple device를 사용하여 동시에 여러 tablespace에
    대한 작업을 수행 할 수 있다. VLDB와 같이 다수의 tablespace, datafile이
    여러 disk에 분산되어 있는 경우 이와 같이 물리적으로 다수의 device를
    parallel하게 사용함으로서 performance를 극대화 시킬 수 있다.
    Backup시 동시 사용되는 device의 수와 performance는 정비례하게 나타난다.
    *. Multiplexing
    EBU는 backup device가 최고의 속도로 backup을 수행 할 수 있게 script에
    지정 할 수가 있다.이것은 backup media access속도보다 disk access
    속도가 훨씬 작은 경우에 여러 disk에 분산된 datafile들을 한device에
    multiplexing되게 지정함으로 가능하다.
    *. Null Block Compression
    EBU는 backup시 null data block을 skip시키고 restore시 재구성함으로써
    공간 을 절약하며 performance를 증가시킨다.
    *. Buffered I/O
    EBU는 disk I/O와 device I/O사이의 access speed의 mismatch를 줄이기
    위하여 모든 I/O stream을 bufferring한다. 양쪽의 I/O는 shared memory
    buffer를 거치게 함으로써 backup/restore수행 중 항시 일정 속도를 유지
    하게 한다. shared memory는 user가 parameter로 구성할 수 있으며 기본
    적으로는 parallel data stream의 개수와 buffer size에 dependent하다.
    (3) Availability
    한 기업에서 전략적으로 중요한 DB들은 대부분 24시간*7일 full로
    가동되며, 사용 중에 backup을 수행할 수 밖에 없다. Offline full backup은
    당연히 지원되며, EBU는 DB를 online상태로 full backup이 가능하며,
    또한partial backup도 가능하다. 기존의 online backup이 backup으로 인해
    performance를 저하시키는 단점이 있었으나 EBU는DB 운영에 최소의
    영향만을 미친다.
    Recovery시에도 full로 restore 시킬 수 있으며 나머지는 사용 중인
    상태에서 필요 부분만 partial restore가 가능하다. 일단 EBU가 data를
    restore시킨 후에는 기존의 Oracle7의 표준 recovery process가 적용되어
    진다.
    (4) Usability
    *. Auto-configuration
    Online backup을 수행 시 EBU는 current DB configuration과 backup catalog
    내의 가장 최근의 configuration정보를 비교하여 backup catalog정보가 더
    오래 전의 것이면 EBU는 DB의 backup직전으로 update시킨다.
    Auto-configuration은 default이며 명시적으로 지정하여 disable시킬 수 있다.
    Offline backup시는 backup script내에 backup command기술 전에 register
    라는 명령어를 기술 해야만 configuration정보를 update시킬 수 있다.
    *. Light-Out backups
    Third party의 media management s/w를 이용하여 EBU를 operator의 개입 없
    이 자동으로 수행이 가능하다. UNIX의 cron에서도 자동으로 수행되게 할 수
    있다.
    *. Raw device support
    EBU는 raw device로 잡힌 DB도 operator의 특별한 조치 없이 일반 file
    system의 backup과 똑같이 수행할 수 있게 한다.
    *. Aggregated restore
    기업의 mission-critical system에서의 backup 전략들은 흔히 partial
    backup에 의존하게 된다. 이와 같은 환경에서는 backup data내의 모든file에
    대한 current version을 검색하는 일이 중요한데 EBU는 이것을 자동으로
    수행한다. partial backup data는 restore시 media failure이전에 취해진
    가장 최근의 full backup data와 aggregated 되어져 이용된다.
    *. Point-in-Time restore
    EBU는 backup catalog내에 backup하려하는 DB에 대한 모든 configuration
    history를 갖고 있어서, 만일 하나의 tablespace가 drop된 후 다시 필요하게
    되면 비록 그 후 일정 시간이 경과되고 많은 변경이 일어났더라도 drop직전으로
    일부분만 restore하여 사용이 가능하게 할 수 있다. 이 같은 tablespace는
    다른 machine에 restore 될 수도 있어 현재의 DB작동에 아무 영향을 미치지
    않고 수행할 수가 있다.
    *. Backup catalog
    EBU에 의해 제공되는 backup catalog는 모든 backup대상 DB의 configuration
    과 history의 저장소로써 제공된다. backup catalog에 저장된 정보는 backup된
    file, tablespace 그리고 multiplexing정보, 마지막backup이나 restore의
    시간기록,backup type(full or subset),backup들이 저장 되어 있는 file set
    등을 포함하고 있다. 하나의 backup catalog는 기업 내 모든 분산된 dB들을 관리
    할 수 있다.
    *. Dry Runs
    VLDB를 backup시 겪는 문제 중 하나는 과연 script가 정상적으로 수행이 완료
    되는지를 검증하는 것이다. 특별한 방법이 없는 한 긴 시간 동안 수행시켜 끝난
    후 확인 할 수 밖에 없는데 EBU는 I/O없이 간단히 test로 수행을 시킬 수가
    있다. 이로 인해 신뢰성 있는 backup전략을 DBA가 수립 가능하게 한다.
    *. Enterprise-wide backup
    이것은 backup이 단순히 single database에 국한되지 않고 한 기업 전체에
    걸쳐서 global하게 수행 가능함을 말한다. 예로 전국적으로 다수의 site에
    database가 구축 되어진 상황에서 각database들이 two phase commit,
    snapshot 같은 분산처리 작업을 통해 다른 database들을 synchronous하게
    또는 asynchronous하게 update할 경우 기업 전체를 하나의 logical
    database로 보고 이런 logical database를 중앙에서 EBU를 통해 backup시킬
    수가 있다.EBU는 중앙의 catalog내에 모든database들에 대한 backup정보를
    간직하고 있다.
    이와 같은 중앙의 한 지점을 통하여 기업 전체 모든 database들에 대한
    backup수행 기능은 EBU의 가장 큰 장점 중 하나이며 이런 경우 N/W상에 대량의
    data가 전송되어 network의 bandwidth가 backup의 중요한 요소로 부각된다.
    6. Flexibility
    *. EBU API
    EBU는 앞에서도 소개되었듯이 단독으로 사용되는 것이 아니고 third-part
    에서 제공하는 media management product와 같이 사용된다. 이때 두 product
    사이의 interface는 backup/restore Application Programming Interface
    (API Glue)에 의해서 이루어 진다. 이것은 third part에 의해 제공되며
    EBU install시 installer에 의해 자동적으로 access된다.
    *. Media management products
    Epoch*s EpochBackup, IBM Adstar*s Distributed Storage Manager,
    Legato Systems*NetWorker, HP*s Omniback*, SprectraLogic*s
    Alexandria,StorageTek*s REEL, etc.
    *. Media device
    4mm and 8mm DATS,3480s,3490s,WORM,Writable Optical Devices and
    automated systems such as stackers and silos.
    7. Pricing
    EBU는 무상으로 공급되며 사용을 위해서는 third vendor의 media
    management product를 구입하여 설치하여야 한다.

    Sure, would you clarify which DB, which OS and which product?
    Concept in general is quite simple:
    - stop BOE (SIA on XI3, All services, finishing with CMS on XIr2, ideally putting a sleep between all servers shutdown and CMS shutdown). NET STOP on windows.
    - Backup the CMS DB (imp/exp on Oracle, mysqldump for MySQL)
    - Backup the FileStore (use robocopy in a batch for delta backup)
    - Restart BOE
    The "catches" are around Oracle doing export in US7ASCII by default under Unix, which is a destructive conversion from UTF8 (your CMS DB should be under this format as per supported platforms), so you need to make sure to set the NLS_LANG to UTF8 on Unix user doing the backup.
    Other than that, batch as shell can do all of that.
    Regarding the "general" best practices, I recommend the following doc:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c0020482-ca8d-2c10-9bad-d1bd332bbb28
    Note on integrated BO tools: Import Wizard as biarengine are good tools for promoting a set of data between wto BOE environment or if you need to backup a specific set, but they are definitly not recommended as backup solution. I would refrain from this solution IF the point of the backup is to be able to recover the system when it crashes.
    Does that answer the question?

  • OSX update 10.10.2 causes mouse to jump around and text to be highlighted randomly in Dreamweaver CC 2014

    OSX update 10.10.2 causes mouse to jump around and text to be highlighted randomly in Dreamweaver CC. When trying to click on a specific line of code in a js file the cursor ends up in a different place in the script and several lines of code highlighted. Clicking again jumps the mouse to a different position and even more lines of code highlighted and some characters rearranged, breaking the lines of code. Very frustrating.

    Preran,
    I am having the same issue. I have a MBP connected to 2 x Dell 27" monitors over Mini DisplayPort to HDMI cables. Once I updated to OS X 10.10.2 this cursor highlight/jumping around issue only occurs on the connected monitors. If I move the program to the main laptop display the issue goes away. It does not require me to restart the program or the machine to make it work correctly. One way I am able to identify the issue is if I go to the line numbers in code like I wanted to select multiple lines - in the one that works correctly, the cursor turns into a white version where the tip of the cursor points to the right. When it is wrong, the cursor stays black and will only have the tip point to the left. Its just another way I identified if it was working cause I tried uninstalling DW and reinstalling - didn't work. Reset preferences as you discussed - no go. And I used other editors like IntelliJ and Adobe Edge Code - all of which work fine and don't display this issue.
    I tried the preferences reset you suggest and it doesn't work. I have another machine with OS X 10.10.1 on it and this issue is not there on any monitor. Any help with this ASAP as it pretty much stops you from being able to do any editing especially with longer pages as it consistently wants to page up when you select anything and if you then click again in another area it tries to move the highlighted code to that new spot.
    Update: I have a USB Microsoft Arch touch mouse connected (always worked just fine). When I go to place my cursor at some point in the code it causes the highlight flicker. If I switch over and use the built in trackpad, then I can place the cursor without the highlight issue. When trying to select multiple lines or sections of code, that still see's the highlight, page up and move of code issues regardless of input type.

  • 4 GB RAM modules PC-8500? for Vista-64 bit, Windows-7-64 bit

    More and more people people are going 64-bit Vista and especially Windows-7 is heading in that direction:
    http://i.gizmodo.com/5133771/why-you-should-go-64+bit-with-windows-7 
    http://www.maximumpc.com/article/news/notebook_vendors_giving_32bit_vista_boot_favor_64bit 
    Dated: 10/28/08
    Most new laptops are now shipping with a 64-bit OS. Take Best Buy's newest shipment of HP laptops, for example, who shows 11 models listed as "new arrivals." All but three come with Vista 64-bit, with the remaining models sporting Windows Vista Business downgraded to XP Pro, also in 64-bit form
    http://blogs.zdnet.com/Bott/?p=506
    Dated: 7/30/2008
    Using data from its Windows Update servers, Microsoft calculated that 1.45% of all Windows Vista machines were running x64 Vista editions in March of this year. By June, that figure was up to 5.18%. That number is actually more impressive than it sounds: by my back-of-the-envelope calculations, making that shift in total market share means that at least 20% of all Vista PCs sold in the second quarter of this year came with 64-bit editions of Windows Vista preinstalled. By fall, it’s possible, even likely, that we’ll reach a tipping point, with more than 50% of new PCs sold at retail coming with 64-bit editions of Windows Vista preinstalled.
    The problem is that for laptops you need to use expensive 4 GB SODIMMs which for PC2-5300  which is used in the older T61 you can purchase for about $200 each for a total of $400 for 8 GB which is not too bad of a price:
    http://www.newegg.com/Product/Product.aspx?Item=N82E16820231202
    But the newer laptops use the faster PC3-8500 which comes in the 2 GB module at $45 for a total of $90 for 4 GB.
    http://www.newegg.com/Product/Product.aspx?Item=N82E16820148192
    And the 4 GB PC3-8500 is about $500 or a total of $1000 for 8 GB.
    http://www.crucial.com/store/partspecs.aspx?IMODULE=CT51264BC1067
    Is there a way to use the cheaper PC2-5300 4 GB modules in the T400 and save $600?
    Lenovo tech support?  Tim?
    TIA.
    Message Edited by dfumento on 01-22-2009 04:15 AM
    Message Edited by dfumento on 01-22-2009 05:52 AM
    X201s 1440x900 LED backlight 2.13 GHz, 8 GB, Intel X25-M 160 GB SSD, Intel 6200 a/b/g/n, BT, 6-cell, 9-cell, Windows Ultimate 7 x64 SP1 RC, 3G/4G WiFi Hotspot, Lenovo USB to DVI converter
    Solved!
    Go to Solution.

    Hello, not exacly new here, just a new account (I didn't feel like trying to figure out the password of my old acct. and which email it used).
    I have been looking into this subject for the past month and, being a total geek, think it might be fun installing 8 gigs of RAM on my system.
    I know it's overkill, but why not...
    edited my question out because i found out the answer and now feel like an idiot.
    PS. 8 gigs is overkill, unless you are planning on turning your laptop into a server (which would make you an idiot).
    Lenovo T61 6459 CTO 2.4Ghz x64 4Gb RAM -- 320Gb 7200RPM HD + 100Gb 7200RPM Ultrabay HD; Win 7 RTM x64, Ubuntu 9.04 x64

  • Lack of Service in Camp Pendleton, CA!!!!!

    I am not sure how the rest of Verizon users feel, but for me, when I am paying nearly $200 dollars a month for 2 phones, I expect a certain level of satisfaction with the service provided. The issue is that when you work and live on Camp Pendleton and have Verizon, you are bound to get bad service and Verizon is not the only one to blame. I seems that (and this is just speculation/ rumor) that the DOD has some sort of contract with ATT, thus allowing ATT more towers in the area/ on base, while other carriers are not afforded the same opportunity to provide service. I think that the blame goes to Verizon because they do not for-warn customers about the service here, to mitigate issues of complaints and cancellation requests, shouldn't this take place? Personally, I hate ATT and had them before switching to Verizon, furthermore, when I did live off base the service was much better (its like Pendleton is a black hole). But I cannot deal with both my work, home and commute to and from being un-reliable places for phone usage. Just the other day 911 had to be called for my 2 year old daughter and I was not able to provide adequate information to them over the phone because of poor reception, (this was kind of the tipping point for me). As I said from the start, I do not put all of the blame on Verizon, however, there is reason to blame them for allowing this to happen. Hopefully, I am let out of my contract (Due to end in September) early so that I can pursue another carrier that receives an adequate level of reception here. Good luck to the rest of you that have these issues. And to anyone from Verizon viewing this, for reference my ticket # is >>removed<<.
    Thanks,
    >> Personal information removed to comply with the Verizon Wireless Terms of Service <<
    Message was edited by: Verizon Moderator

    No coverage in an opensignal coverage map is not necessarily "more accurate and detailed". It CAN be if there are multiple users have mapped the area and provided data. The map does not indicate whether they have even received any coverage information for the area in question. That is the problem with maps such as this. Unless you are willing to provide data to opensignal.com, you can't possibly be sure the map is "more accurate and detailed."
    See my post on one of your other threads for a brief explanation.

Maybe you are looking for

  • HP Deskjet 1510 AIO Not Printing

    i recently brought HP Deskjet 1510 AIO and tried to install on my windows. While i never faced any issue with any HP printer, this one is making me mad.  It does scan, copy, alignment test and all but does not print through any program. I tried vario

  • Possible to do BDC in a Web service?

    Hi, I need to create a BDC program that can create a Batch Input session. I have a external program that will trigger this BDC program. I was thinking if it is possible to create a RFC that contain the BDC code and eventually created a Web service th

  • Print Booklet suddenly not working properly

    I am working with InDesign CS3 in OS X 10.5. Up until this week, the Print Booklet function always worked fine for me (I only use it for generating PDFs with printer spreads). Now, however, files that printed properly in the past are generating PDFs

  • Downgrading a 2011 mac mini to Snow Leopard

    So here's my situation. I've got a Mac Mini that came loaded with Lion. I bought it to use with software that requires Power PC compatibility. I unfortunately found out about Lion no longer supporting Power PC far too late after purchasing the mini.

  • Reformatting PC

    Hello guys. Pls help me. I am about to reformat my PC. I have my itunes installed there. I am afraid that after I reformat it my contacts and library would be deleted. If I back up the itunes? Would I be able to save everything? Please help me, I'm n