Question on Multimaster and consumer setup

Is it better to have the consumer get its updates from one of the multimasters or can the consumer be setup to get its updates from both?
Any problems to watch out for in setting up the consumer to receive updates from both multimasters?
Any special instructions?
Thanks for your help and suggestions.
Gary

It's more common to have consumers be supplied by both (or all) masters.
This way you're not dependent on just one master to supply your consumers.
http://docs.sun.com/source/817-7613/replicat.html

Similar Messages

  • Best Practice Question - Data Def and Template setup

    EBS provides reports and templates. As expected the template did not fit our needs and the data objects did not include all the elements required. I've built custom objects for both (thanks to help from the forum).
    Should the templates and data definitions be setup under their corresponding application or under the custom application (ie PO vs XX )?
    In my case if I setup the data definition and template under the XX application then all the EBS OAF web pages dont show my new reports. I'd have to also build OAF extensions to show custom reports (seems stupid).
    Is there any negative impacts of registering custom data definition and templates under their corresponding applications (like Purchasing, Inventory)? Or is there a better way that I'm missing?

    not really. I would make it work by anymeans neccessary. The problem you are experience I've had issues with too.
    The concurrent program and has to be the same as template application, same for for the data definition.
    Ike Wiggins
    http://bipublisher.blogspot.com

  • "IMAQ Stop" takes 10sec to execute and consumes 100% CPU

    Hi, I'm calling IMAQ Stop to end an acquisition but it consumes 100% of my processor and takes 10sec to complete (all the while consuming 100% CPU).  In our application we start and stop the camera regularly and this is exactly when the user wants the program to be interactive so this 10sec delay is a big irritation to them.
    My setup is - Dalsa Piranha line scan camera, RT 9 running on a desktop PC  (it is compatible according to the test), PCI-1429 cameralink card.
    Any help or comments welcome.
    Thanks.
    Solved!
    Go to Solution.

    Ah I have managed to solve this one, but first here are the answers to your questions:
    Using Stop and then Close or just Close makes no difference.  The Stop was taking so long that I simply used a probe before and after it on the error cluster and with 2009's probe timestamp function I could easily see how long it took.  For more detailed timing analysis I use the us timer available with RT.
    In any case, the way I solved the problem was by making sure that I stop the acquisition BEFORE the line clock to the camera is stopped.  So IMAQ Stop probably waits for the end of the current frame before it returns - and if the line clock stops halfway through a frame (as was the case), a 10 sec timeout probably causes Stop to return eventually. 
    The line clock is being driven by a DAQ card (via RTSI) and I simply closed the session to that counter AFTER calling IMAQ Stop.  The DAQ interface is not shown in the example above as it is coded in a different vi.
    Thanks for all the help. 

  • Questions on capabilities and requirements

    Hi,
    I'm planning out a 3-4 person mail/webmail/collaborative service server for a sales office at a remote location.
    The network hardware items I have a good grip on but the Mac server environment I have a few questions for:
    1. I have found a thread or two... and I have read in a few spots that mail redundancy is not possible without the use of Xsan's. I assume this is correct, but what is the minimum hardware requirements for (for example) 2 mail server (primary/backup) and mail store server (3 total). (I have a concern on cost of this capability)
    2. Time Machine backup. I have read that in OS X Server, TM fails to backup everything, but will cover all user related data (mail, home folders, iCal, CardDAV, etc.) What does TM fail to backup? (I could not find a clear answer for this) (Referring me to a thread for this is OK!)
    3. In terms of Remote admin. Are there any limitations to remote admin, besides not being there physically for physical troubleshooting? And... this absolutely requires the remote admin to have a Mac (any Mac will suffice, Ipads, Iphones?)
    4. When configuring users in OD, I'm assuming its possible to chose whether or not a certain users "home" will be located on the server or kept on the user's own machine. Correct?
    5. I read in the server manuals that ICal and CardDAV setup asks admins to set the max size of storage. ICal also asks about max size of individual entries... I'm not familiar with how big ICal entries can be? Can anyone elaborate on what a user can enter into any single entry in ICal?
    6. Relating to #1, if I decide to stick with only one mail server. Though I could probably recover from a disk failure (with a bootable image)... Would it be wise to have a second server to join the network and serve as a backup vs. let users hang without mail / along with waiting for a new server to arrive?
    This would assume I can remote to the 2nd Server and setup the mail service on that and bring over the mail store from backups.
    Thank you!!

    Mail services don't require an XSAN. You should have a primary and a secondary mail server - 2 minis would be fine. Of course, you'll need to fix the primary in a hurry if it goes down.
    Time Machine is not going to properly backup a server. IIRC, mail services are one of the reasons not to use TM on a server.
    There is VNC software to remote into a Mac from a PC. Not sure about iPads and iPhones.
    I haven't used calendar services on an OS X Server, so I have nothing there to offer.
    If email is a valuable service, you shouldn't rely on one server.
    http://swishmail.com/emailhosting1.php
    offers a lot of email service for $20 per month. There are other companies offering the same services. I'm not sure of your comfort level with email servers, but if you're new to it, there's a lot to learn, and a lot of mistakes you can make.
    Google calendar may be worth looking into, and they do email hosting with your own domain if you'd like.

  • Time Stamps in Producer/Consumer Setup

    I am trying to acquire signal from a Gas Analyzer, Flow Meter, and 3 RTDs.  My hardware is a NI 9215 and NI 9217.  I need to write the data to a file with a time stamp at which the sample was read.  The program is written in a producer/consumer setup in which the data is being acquired in the prodcuer loop and sent to the consumer loop to be written.  I can get the samples written to the file okay. However, I have not figured out how to put the time stamp in the data file correctly. I thought the time stamp was created with the corressponding measurement at the Data Acquisition VI. However, whenever I open the data file, there are only 0s in the time column.  So, I've tried to use Format/Date String to add the time stamp. I can get it to work if I place it in the consumer loop. However, the time stamp is not accurate.  It puts the same time stamp up to six digits of precision for two consecutive samples. I've tried to figure out how to add it to the producer  loop, but I don't know how to add it and the measurements to the queue at the same time. Please tell me the best way to acquire signals with the exact time stamp and write them to a file using a producer/consumer design.
     Example:
    Date             Time               RTD1     RTD2      RTD3     CO2      Flow
    5/26/07      5:20:01.25       57         56         56.5      100       0.5
    5/26/07      5:20:01.30       57         56         56.5      100       0.5
    5/26/07      5:20:01.35       57         56         56.5      100       0.5
    Attachments:
    Producer-Consumer From Scratch2.vi ‏75 KB

    Okay, I've put it in a For Loop and it will connect now. However, whenever it runs the time stamp increments for a couple seconds and then it just repeats. How do I correct this?
    Attachments:
    Producer-Consumer From Scratch2.vi ‏88 KB
    pleasework.txt ‏20 KB

  • How to install and consume GroupWise Web Service (SOAP)

    Hello! I'm Razvan, programmer from Romnia, and I am new to GroupWise development.
    I am asking if anyone could help me with a C# Visual Studio 2010 example of how to install and consume GroupWise Web Service (SOAP).
    The documentation from novell site didn't help me, i didn't understant much of it.
    All I need is either a link to a documented GroupWise C# developer step-by-step tutorial, or some code examples.
    Can you please show me some code examples in C# with:
    1)loging in using a username and a password,
    2)retrieving contact list,
    3)retrieving appointment list,
    4)sending a mail,
    5)setting an appointment
    I don't know how to use "groupwise.wsdl" and customise it so that it points to our GroupWise server.
    Please, I really need this because I am working at a project right now which involves GroupWise integration.
    I hope I haven't disturbed anyone with my simple question.
    I know this might be a very simple question given the complexity of the other posts here, but that's why I really hope I will get an answer soon.
    Thank you very much!
    Signature:
    How old is the Orthodox faith?
    How old is the orthodox faith?

    Just a comment.
    The value for the version element should be "1.02"
    not "1.2".
    Preston
    >>> On Tuesday, March 01, 2011 at 8:06 AM,
    TheRomanian<[email protected]> wrote:
    > I have great news! After strong documentation yesterday and today, I've
    > just made a successfull example that actually connects to our GroupWise
    > server.
    >
    > I made it in PHP.
    >
    > I need an ASP.NET + C# application, but now is very simple to convert
    > it. I post the PHP code here for other people who in future might be
    > interested in finding out.
    >
    > So a simple PHP GroupWise Login code using "groupwise.wsdl" web
    > service:
    >
    >
    > require_once('./GWService/GroupwiseService.php');
    > require_once('FB.class.php');
    >
    > $classmap = array(
    > 'Authenication' => 'Authenication',
    > 'PlainText' => 'PlainText',
    > 'loginRequest' => 'loginRequest',
    > 'loginResponse' => 'loginResponse',
    > 'logoutRequest' => 'logoutRequest',
    > 'logoutResponse' => 'logoutResponse',
    > 'UserInfo' => 'UserInfo',
    > );
    >
    > $gwservice = new GroupwiseService(
    > "./WSDL/groupwise.wsdl",
    > array(
    > "location" => "http://11.150.40.78:8756/soap",
    > *Your GroupWise server IP:
    > and PORT*
    > "classmap" => $classmap,
    > "trace" => true)
    > );
    >
    > // do login
    > $pt = new PlainText();
    > $pt‑>username = *"YOUR GROUPWISE USERNAME"*;
    > $pt‑>password = *"YOUR GROUPWISE PASSWORD"*;
    >
    > $lr = new loginRequest();
    > $lr‑>auth = $pt;
    > $lr‑>language = "en";
    > $lr‑>version = "1.2";
    > $lr‑>application = "phpClient";
    >
    > $lres = $gwservice‑>loginRequest($lr);
    > //print_r($lres);
    >
    >
    > I Hope this will help others.
    >
    > ‑‑
    > Signature:
    >
    > How old is the Orthodox Faith?
    > 'How old is the orthodox faith?'
    > (http://www.orthodoxphotos.com/history.shtml)

  • Get question id's and its corresponding answer id for given Doc id's

    Hi,
    I am trying to write a program which gets the  Equality values (Questionaire - Erecruiting) like :
    1) Gender
    2) Care Resp
    3) Care Type
    4) Ethnic Origin
    5) Religion
    6) Disability
    7) Sexual Orientation
    8) Age Range
    And move it to an internal table which has each Equality as a field.
    I referred to the following tables in order to get the question id's and its corresponding answer id's for questionaire.
    1) hrp5141
    2) hrp5125
    3)T77RCF_INFDAT
    And i tried to fetch the equality data using the class CL_HRRCF_QA_BL. This class returns the values from hrp5141. It also returns the object id, answer id and answer text. CL_HRRCF_QA_BL class also intern calls the function module HRHAP_DOCUMENT_GET_DETAIL, which gets the set of questions and its answers. But this question id's and answer's differ for document id's (QA_DOC_GUID).
    Here the problem is the object id for Doc id's (QA_DOC_GUID) are differing.
    Example 1: I have taken first QA_DOC_GUID - BF2C554821CFBFF180C5DKDINGKGNSKE as input to check its question and answer using CL_HRRCF_QA_BL class.
    The question id is here I am assuming is 20366558 and the corresponding answer id is 20368559 for Gender.
    Example 2: I randomly picked one more QA_DOC_GUID - BAS06AE4533374F1B3CF0018F346808A. The question id here is 50368915 and answer id is 50368918 for gender which is different from the first example.
    I am not able to decide on other fields as the answers for it could be generic viz., YES, NOT, Prefer not to answer etc. Whereas Gender holds the value of either Male, Female or Prefer not to answer, Religion holds Religion name or Prefer not to answer value and similarly Age holds the age range or Prefer not to answer value.
    Can anybody suggest on how to get the equalities values (the question id's and its corresponding answer id's).
    Appreciate quick response.
    Thanks in Advance.
    Thanks and Regards,
    Rashmi

    Hello RichR,
    To setup an iCloud account, you don't need an existing email address. Take a look at this article which contains more information about iCloud email:
    iCloud: Mail overview
    When you set up iCloud with a new Apple ID that doesn’t use an existing email address, your new Apple ID ends with @icloud.com and is the email address for your free iCloud Mail account. If your Apple ID doesn’t end with @icloud.com, @me.com, or @mac.com, you must set up an @icloud.com email address before you can use iCloud Mail. 
    If you already use iCloud Mail with an @mac.com or @me.com email address, you also have an @icloud.com email address. You have an @icloud.com equivalent for every active @me.com or @mac.com email address or alias that you have as part of your account. 
    After you set up your iCloud Mail account, you can sign in to icloud.com/#mail and start using iCloud Mail on the web right away. To use iCloud Mail on your devices, you must set it up on each device. For more information, see Set up iCloud Mail on your devices.
    Thank you for contributing to Apple Support Communities.
    Take Care,
    BobbyD

  • Configure, Test, and Consume an Enterprise Service in SAP CRM ABAP 6.0

    Hi all,
              Can anyone provide me any document on how to Configure, Test, and Consume an Enterprise Service in SAP CRM ABAP 6.0 (2007) ???

    Hi,
    there are tons of documents about consuming and producing web services. This question has been also asked on this forum many times. Check for example section eLearning. There are couple of tutorials related to web services. I would start with SAP documentation. The web services are capability of NetWeaver so it does not matter if you have CRM or ERP system. The tools are same.
    Cheers

  • Softwareupdate hangs and consumes 90%+ of cpu

    I have an acquaintance who will occasionally run softwareupdate from a script, with various parms. The parm used doesn't make a difference. It will hang and consume upwards of 90%+ of his cpu.
    He does have a proxy setup. We added "apple.com" to the bypass settings and it then said 'no network' or some such thing. We removed the domain from the bypass settings and it worked fine. If we reboot and rerun softwareupdate, it hangs, again.
    If I run softwareupdate from a command line, I'm repeatedly prompted about using proxy settings. I don't recall the exact message. Even if I click 'always allow', (I believe that is the button text) it still hangs. I've never seen this behavior before. I'd appreciate any insights. Thanks.

    Back up all data.
    Triple-click the line below on this page to select it, then copy the text to the Clipboard by pressing the key combination  command-C:
    /var/db/CoreDuet
    In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    A folder named "CoreDuet" may open, containing one or more files with names beginning in "coreduetd." Move those files to the Trash. You may be prompted for your administrator login password. Restart the computer and test.

  • Bunch of questions for 2k+ video editing setup. Please help if possible

    Hello everyone, I'm in the process of building a desktop (mainly for video editing -- with some graphic design and gaming here and there). I'll be working with Canon 5D III raw footage (Magic Lantern) and typical dslr h.264 for the time being. Eventually I'll be working with 2.5k and possibly 4k. I mainly use Premiere Pro and syncing with AE, though with this new build I will start on DaVinci as well.
    This is what I have OR considering thus far:
    (Just purchased) CPU: Intel Core i7-4930K 3.4GHz 6-Core Processor 
    (Just purchased) Motherboard: Asus X79 DELUXE ATX LGA2011 Motherboard 
    (just purchased) Video Card: EVGA GeForce GTX 780 3GB Video Card 
    (just purchased) Power Supply: SeaSonic G-750 750W 80+ Gold Certified Semi-Modular ATX Power Supply
    (already owned) Storage: Samsung 840 EVO 120GB 2.5" Solid State Disk
    (already owned) Storage: Samsung 840 Series 250GB 2.5" Solid State Disk 
    (considering) CPU Cooler: Cooler Master Hyper 212 EVO 82.9 CFM Sleeve Bearing CPU Cooler  
    (considering) Memory: G.Skill Ares Series 16GB (2 x 8GB) DDR3-1866 Memory
    (considering) Storage: Seagate Barracuda 3TB 3.5" 7200 RPM Internal Hard Drive
    (considering) Storage: Seagate Barracuda 3TB 3.5" 7200 RPM Internal Hard Drive 
    (consdering) Storage: Western Digital Caviar Green 3TB 3.5" 5400RPM Internal Hard Drive 
    (considering) Operating System: Microsoft Windows 7 Ultimate SP1 (OEM) (64-bit)
    computer tower -- very undecided
    My main concern right now is setting up the hard drives. I've been reading and researching on how other editors are structuring their system, but it seems everyone has slightly different setup. So I'm somewhat confused on a smooth and optimal setup. Is this a good setup:
    1) Samsung 840 250gb -- for OS/apps
    2) Samsung 840 evo 120gb -- for project files/media cache/scratch disk?
    3) 2x Seagate Barracuda 3TB 7200rpm in Raid 0 -- for meda/raw files?
    4) WD Caviar 3TB 5400rpm -- for exports/general storage/etc
    Is that okay? Should I get another HDD to separate project files, media cache, and/or scratch disk? Is Raid 0 necessary? Most likely I'll be using onboard raid option and I never done raid before. The reason why I'm going with the Barracuda is because there's a deal on them right now.
    **note: I have 5 external hard drives for backup and backing up the backups. I'm not too worried about the reliability of Raid 0 if it means I can get quicker performance.
    Another question, can anyone recommend a tower that's under $150? I've been looking at a bunch and just can't decide. I live in NYC and my room does not have AC so having a tower with good airflow is a must. Also my roommate has a cat and I would like to have dust filters (though not as important as I can just buy aftermarket, but having a tower that comes with some would be nice)
    Sorry for the long post and thank you in advance!

    All my parts have arrived and I'm all set to put together, but I have one more question. According to Tweaker's page:
    Media cache & Media cache database files, created on importing media into a project. They contain indexed, conformed audio and peak files for waveform display.
    Typically small files, but lots of them, so in the end they still occupy lots of disk space.
    Preview (rendered) files, created when the time-line is rendered for preview purposes, the red bar turned to green. Read all the time when previewing the time-line.
    Project files, including project auto-save files, that are constantly being read and saved as auto-save files and written when saving your edits.
    Media files, the original video material ingested from tape or card based cameras. Typically long files, only used for reading, since PR is a non-destructive editor.
    Export files, created when the time-line is exported to its final delivery format. These files are typically only written once and often vary in size from several hundred KB to tens of GB.
    1(media cache) should be on the fastest volume and 5(exports) can be on the slowest. Now I have 3 SSD -- Samsung 840 Evo 250GB, Samsung 840 256GB, and Samsung 840 Evo 120GB... I plan on using the non Evo 250gb for OS/programs. That leaves the 120gb and 250gb (both Evo) for media cache and preview. My question is, which one of the two (media cache & preview) will pile up space faster? Should I put meda cache on the 250gb and preview on 120gb? Or flip flop them?
    Sorry for all the questions.

  • Basic question about storage and safety in iMovie '11

    A very basic question about storage and safety:
    I want to keep a backup of my raw footage on my external hard drive prior to begin working on the movie in iMovie. I want to do this:
    1. Upload the digital files from my camcorder to my Desktop *(as opposed to iMovie)*
    2. Duplicate that footage/clips.
    3. Put the duplicate clips/footage into a folder labeled with the name of that footage (like "Fun At the Dentist" or "Jimmy Learns How to Yodel").
    4. Drag the folder with the footage/clips into my external hard drive into a pre-existing folder titled "Backups/duplicates of all of my raw footage/clips." This big granddaddy folder will house all of the child folders of different movies.
    5 Then, open up iMovie '11 and import the raw footage/clips from my Desktop rather than from my camcorder.
    6. Then I want to make a duplicate of my finished movie and put it in my external hard drive in a "Finished Movies" folder.
    I know that the original raw unedited footage will always be in iMovies '11 but I want the original to also exist immediately accessible in my external hard drive.
    QUESTION:
    Is this viable? Is it wise? (I know it goes an extra unnecessary step, but aside from that.)
    *Do you have any precautionary advice?* Should I do something in my iMovies '11 preferences? What?
    In earlier years with iMovie '04 or '06 (cannot recall) I made many novice errors and ended up losing audio to my finished movie. I also lost footage.
    This time around with iMovie '11 I don't to make such novice, ignorant errors.
    Thanks so much for any comments to this question.
    -L

    Yes I'm sure it will work great for you.
    The iFrame format is something Apple has come up with. The reason for its existence is unknown to me so I can only speculate. But it seems to me that Apple "invented" this format in order to have devices such as Ipod/Ipad/Iphone/Ixxx create clips that are editable on consumer hardware such as already mentioned devices but also standard Mac computers, without the need for format conversion.
    iMovie converts most input formats during import, which takes a lot of time, and this need for conversion often comes as a surprise to most people new to home video editing.
    iFrame has a resolution of 960x540 which is long way from the common standards of 1920x1080 and 1280x720. If your end target is YouTube however, this may not be too bad though. However if you intend to go with YouTube HD, you may find iFrame footage to look wrong since they are effectively upscaled to a higher resolution.
    Technically iFrame uses the H.264 algorithm, a smaller frame size (960x540) and a rather low compression scheme. This will result in large files, but the plus side is that the files are ready for editing without the need for any conversion and iMovie will natively edit the files.

  • Stock and consumable material

    what is difference between stock and consumable material?
    How to cancel an invoice,GR,PO,PR,PIR?
    What  questions we may expect for interview in MM nad for written test also

    Hi,
    Answer to your first question form material valuation point of view.
    1. Difference between Stock and consumables materials.
    Automatic account assignment occurs for a stock material with a material type that allows for inventory management.  At posting time, data from the material master record determines which G/L accounts to hit.  For automatic account assignment, the account assignment category field is left blank.
    For consumable material may or may not have a material master record.  A consumable material with a material master record would be for example, a material whose material type does not allow for inventory management (ex: pencils, paper, staplers, etc.).  When creating a requisition for one of these consumable materials, you must enter something in the account assignment category field.
    When an account assignment category is specified, an additional pop-up window appears for entering the account assignment data.
    Regards,
    Prashanth Pai

  • Byref or Byval - which is faster and consume less memory ?

    Hello !
    I'm using vb.net 2013.
    I have a situation when I need to pass as parameter some controls like Buttons. checkboxes and also a Bindingsource and an Entity.
    Both Byref and Byval are working in my case.
    but I'm asking :
    - Which of them is faster and consume less memory ?
    Thank you !

    I have observed ByVal to be faster
    Passing a value variable ByRef requires it to be boxed.  That's what's taking the extra time in this example.  OP is passing reference variables. Rerunning the text with a reference variable passed ByVal or ByRef would remove the difference in
    speed even for that number of cycles.
    Actually, Acamar is right. Used this way, ByRef is faster. But it doesn't matter. Speed and memory consumption is not the basis that a decision to use byref or byval should be made upon. That is the main point I wanted to make
    Option Strict On
    Option Explicit On
    Option Infer Off
    Public Class Form1
    Private Sub btnExample_Click(sender As Object, e As EventArgs) Handles btnExample.Click
    Dim s1, s2 As New Stopwatch
    Dim testLoopCount As Integer = 100000000
    s1.Start()
    For I As Integer = 1 To testLoopCount
    test1(1)
    Next
    s1.Stop()
    s2.Start()
    For I As Integer = 1 To testLoopCount
    test2(1)
    Next
    s2.Stop()
    Dim result1 As String = String.Format("ByRef ElapsedMilliseconds:{0}", s1.ElapsedMilliseconds.ToString)
    Dim result2 As String = String.Format("ByVal ElapsedMilliseconds:{0}", s2.ElapsedMilliseconds.ToString)
    Dim resultMsg As String = String.Format("{0}" & vbCrLf & "{1}", result1, result2)
    MessageBox.Show(resultMsg)
    End Sub
    Sub test1(ByRef val As Integer)
    End Sub
    Sub test2(ByVal val As Integer)
    End Sub
    End Class
    “If you want something you've never had, you need to do something you've never done.”
    Don't forget to mark
    helpful posts and answers
    ! Answer an interesting question? Write a
    new article
    about it! My Articles
    *This post does not reflect the opinion of Microsoft, or its employees.

  • Question regarding battery and warranty

    Hi all! I have a quick question about how and if my warranty applies to my battery. After about a year and a half of ownership (I have the three-year extended warranty), my battery has gone completely down the toilet. It wasn't a problem before, but this year I have to lug my T61p around a lot for lab work. My battery is now rated at... 39.75Wh when it shipped at 84.24Wh. This is a pretty drastic difference. In any case, I don't think that this is covered by warranty, but figured that I'd ask before I drop $180 on a new battery (ouch). And, speaking of, if my suspicions are correct, does anybody know where I might find a 9-cell battery for the T61p? All I'm seeing on Lenovo's website is the one for the N100... which doesn't... match very well. Yaknow.
    Thanks a lot!
    ThinkPad T61p [June 2008]: 2.5Ghz Penryn Core 2 Duo, 4GB DDR2 RAM, NVidia Quadro FX 570m 256MB, 160GB 7200RPM Fujitsu HDD, 1920x1200 WUXGA Matte LCD, Windows 7 RC1

    Is either of these appropriate? I'm wary of the one on Amazon, as there are other (off-brand) batteries that are advertised as being Lenovo ones (though those generally sell for  a lower price). The other one just looks like I'll have to call up to buy it.
    http://www.amazon.com/Lenovo-43R9255-ThinkPad-Notebook-Battery/dp/B001DX9EKA
    http://affordablepcsupply.com/products/IBM/REF/42T4511.html
    Thoughts?
    ThinkPad T61p [June 2008]: 2.5Ghz Penryn Core 2 Duo, 4GB DDR2 RAM, NVidia Quadro FX 570m 256MB, 160GB 7200RPM Fujitsu HDD, 1920x1200 WUXGA Matte LCD, Windows 7 RC1

  • Question regarding roaming and data usage

    I am currently out of my main country of service, and as such I have a question regarding roaming and data usage.
    I am told that the airplane mode is sufficient from keeping the phone off from roaming, but does this apply to any background data usage for applications and such?
    If the phone is in airplane mode, are all use of the phone including wifi and application use through the wifi outside of all extra charges from roaming?

    Ann154 wrote:
    If you are getting charged to use the wifi, then it is possible.  Otherwise no
    Just to elaborate here, Ann154 is referring to access charges for wifi, which is nothing to do with Verizon, so if you are using it in a plane, hotel, an internet cafe etc that charges for Wifi rather than being free .   Verizon does not charge you (or indeed know about!) wifi usage, or any other usage that is not on their cellular network (such as using a foreign SIM for example in global phones)  So these charges, if any, will not show up on the verizon bill app.  Having it in airplane mode prevents all cellular data traffic so you should be fine

Maybe you are looking for

  • Trying to update from Safari 3.2.3 to Safari 4.0

    I have tried to update my Safari 3.2.3 to Safari 4.0 and get a red exclamation point on the HD telling me I can't install the software. I then went to try to update my OS from 10.5.7 to 10.5.8 and get the same error. My laptop is 6 months old, what i

  • Can't pair macbook (older model) and iphone4

    I used the "setup bluetooth device" on the computer and entered the "0000" code.  I received a message that "the Bluetooth network is unavailable".  I get all the way to entering the code and then I get this.  Any idea what I'm doing wrong?

  • Where can I download Acrobat X from

    I Have key fro this version but cannot find where to download it from

  • EHP4 installation in ECC 6.0 on Unix and Oracle

    Hi, We are trying to install EHP4 enhancement package in our HR system which is on ECC 6.0 platform. In the extraction phase it is failing at phase PREP_INPUT/SCANDIR_EXTRACT Process "SAPCAR" exited with 40, see /usr/sap/SID/EHPI/abap/log/CAR.ECO CAR

  • CALLING BAPI in ABAP program

    Hi, I want to call BAPI_MATERIAL_AVAILABILITY in ABAP program. Please give me some sample code how i can do this??? Please help