Can you run multiple versions of Message  on one computer, i.e. one for each phone line on our account?

Does anyone know if you can run more than one Message+ on one computer, one for each of our phones?

    CATTULLOS
Great question! The way to do it is, you will need to open up multiple browsers. (one for each phone number) The only thing you would need to do is log into www.vzw.com for each individual number to be able to send the text messages. Keep us posted let us know if this helps.
JorgeO_VZW
Follow us on Twitter @VZWSupport

Similar Messages

  • Can you run multiple Excel Services Applications against a single Web Application?

    I have been struggling with this one for a while now, hopefully someone can help me understand what I am missing...
    I have a single SharePoint Farm.  This farm runs multiple Web Applications & the Service Applications.
    1. SharePoint Only Server with Multiple Site Collections (http://sharepoint.com/...)
    2. MS Project Server with Multiple Site Collections (http://pwa.com/...)
    3. My services applications all exist on the same farm.
    I was under the impression, and believe that I validated this through testing and from this site (http://blogs.office.com/2009/11/16/excel-services-in-sharepoint-2010-administration-improvements),
    that you can only run a single Excel Services Application against each unique Web Application.  In essence, I can run one Excel Services Application against the SharePoint Only Server, and another Excel Services Application against the MS Project
    Server...  However, I can NOT run multiple Excel Services Applications against the different Site Collections within the MS Project Server becuase it is only aware of its "default" Excel Service Application. 
    ie. I can NOT do the following:  ExcelServiceApp1 for
    http://pwa.com/SiteA & ExcelServiceApp2 for
    http://pwa.com/SiteB
    Is that correct?
    If that is not correct, then I must be missing a way to specify a different Excel Service App for each Project Web App Site. 
    Some other solutions that I think may work, but would really appreciate if someone could validate:
    - Create multiple Project Server Service Applications for each instance of PWA/Excel Service? (but wouldn't this still have to use one of the two WebApplications and cause the same limitation?)
    - Create a new Web Applciation for each PWA/Excel Service?  (ie.
    http://pwasite1.com;
    http://pwasite2.com; http://pwasite3.com, etc.)
    Thoughts/suggestions are very greatly appreciated!!!

    Hello Trpy2k
    I have not done what you are doing and I assume that you are using project server 2010.  However, you answer lives in PowerShell.
    The New-WebServiceProxy show that you can create a new proxy by spacing a URL and not a web application. The default proxy from the web application is directing to the default excel service.  If you need another excel service, you must specify another
    proxy and this may do it for you.
    Also, don't forget the Secure State service and that each excel report will need this configured, that is with the assumption that the other excel service requires different authentication.
    PS.  This question may get a better answer in the SharePoint forums.
    Cheers!
    Michael Wharton, MVP, MBA, PMP, MCT, MCTS, MCSD, MCSE+I, MCDBA
    Website http://www.WhartonComputer.com
    Blog http://MyProjectExpert.com contains my field notes and SQL queries

  • Can you run multiple ATV's?

    Are there any issues with running multiple ATV's at the same time- playing different content? Also, are you able to broadcast the same content (say from itunes on my Mac) to all ATV's at once (I can see this used at parties where I can have all the TV's on displaying the same video/photo reel). I am hoping there are some freaks like me out there who are planning/have already populated all their TV's with ATV's.
    Also, will the digital audio out work without HDMI being plugged in (in case I want to use an ATV as an audio-only receiver to an amp?)

    I have to ATVs setup and it is actually quite amazing how you can play different content on each of them from the same library... wicked. I cannot attest to streaming video since 4.2 is still in beta and iTunes from the desktop is not streaming video to ATV, but audio works great. Apple is really onto something here...

  • Can you run multiple APEX listeners for different instances on the same server

    Please confirm that we can run multiple APEX listeners for different instances on the same server?  Is it an xml setup configuration or do we need to do more??
    Thank You,
    Tony Miller
    SmartDog Services
    Austin, TX

    Yes.. Just exactly what I was looking for...
    Thanks Jari!!
    Thank You,
    Tony Miller
    SmartDog Services
    Austin, TX

  • Downloading content to use with apple tv on television, can you download multiple shows and then watch them later or just one at a time, watch then download the next one??  If multiple downloads are possible how does one do it?

    I just received apple tv as a present this Christmas and the shows take too long to download when I want to watch them.  Can I download multiple shows overnight or during day and watch them in the evening??  If so how?

    The ATV stores no content.
    Content can be downloaded to iTunes on a computer and then streamed to the ATV via HomeSharing.

  • Can you set up a smart group to send to all email addresses for each card?

    So several of my contacts have more than one email address. I'd like to set up smart groups that send to all of the email addresses for each contact. Is there any way to do this? I've seen some topics that mention applescripts, but that required a bunch of prompts. I want to have smart groups that automatically include every email address. Any thoughts?
    Thanks!
    Dan

    A distribution list in Address book will only allow you to choose one email address per contact. There is no way to change that.
    As you discovered, you can write an applescript that will send to all addresses in the contact. I'm not sure where you got the idea that it needed lots of prompts. There might have been prompts in the ones you saw because the user wanted to choose.

  • Can you run multiple WM farms in a domain?

    I am in the process of testing WM 1.0 with SharePoint 2013 RTM.  We have dev/staging/production SP farms in our domain.  I'd like to setup different workflow farms to support each of those environment.  I'm starting to see a problem (cannot
    register SP site to the 2nd farm) when trying to setup the 2nd WM farm.  Before trying to debug, I want to make sure this topology is supported.  I can't find any definite answer in the online docs.
    Does anyone know if running 2 Workflow Manaer farms (not clustered) is supported?
    Thanks,

    Thank you for your reply.
    So we set up our first SharePoint 2013 farm.   This farm has 1 WFE (http://spwfe), 1 App Server (http://spapp) and 1 SQL Server. 
    I installed Workflow Manager 1.0 on the App Server, which is part of the SharePoint farm, pretty much follow the instruction here
    http://technet.microsoft.com/en-us/library/jj658588.aspx. 
    After  the WM installation, I paired the SP farm by using:
    Register-SPWorkflowService –SPSite "http://spwfe" –WorkflowHostUri "http://spapp:12291" –AllowOAuthHttp
    Everything seems to work well.  I can create, publish and run 2013 workflow without any problem
    Then I setup another SharePoint farm, which has 1 WFE (http://spwfe2) and a SQL server. 
    WM is installed on the same SP WFE server.  Again, the installation and configuration seems to be working ok. 
    Get-WfFarm shows all the correct settings.  Then I pair the 2<sup>nd</sup> SP farm to the 2<sup>nd</sup> WM farm with:
    Register-SPWorkflowService –SPSite "http://spwfe2" –WorkflowHostUri "http://spwfe2:12291" –AllowOAuthHttp
    I cannot find any pertinent error message in SharePoint logs or events. 
    I just try to do another pair and got a slightly different error message in the event:
    RequestorId: 420c2323-fb73-c6b0-6c99-d01b58d96c37. Details: System.ApplicationException: HTTP 401 {"x-ms-diagnostics":["3001000;reason=\"There has been an error authenticating
    the request.\";category=\"invalid_client\""],"SPRequestGuid":["aea727c2-5cb0-4ffc-9a51-9a010a9b17df"],"request-id":["aea727c2-5cb0-4ffc-9a51-9a010a9b17df"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"SPRequestDuration":["429"],"SPIisLatency":["0"],"Server":["Microsoft-IIS\/7.5"],"WWW-Authenticate":["Bearer
    realm=\"6f29ae7e-d477-45b8-be44-9f492e5b7a6e\",client_id=\"00000003-0000-0ff1-ce00-000000000000\",trusted_issuers=\"00000005-0000-0000-c000-000000000000@*,[email protected]2e5b7a6e\"","NTLM"],"X-Powered-By":["ASP.NET"],"MicrosoftSharePointTeamServices":["15.0.0.4420"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1;
    RequireReadOnly"],"Date":["Tue, 11 Dec 2012 21:23:50 GMT"]} {"error_description":"The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute
    or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs."} at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext
    context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager
    bookmarkManager, Location resultLocation)
    By the way, this same problem happens on 2 different environment (my labs and at a client site).
    Did you find the issue and fixed? I have the same issue. It sound like two farm are completed isolate and nothing relate except they use same AD and network. Farm1 (dev) and Farm2 (Staging) are completed isolate and not connect to each other including workflow
    manager.

  • Can you run multiple slideshow consecutively?

    I have arrange my vacation pictures into individual "chapters" (albums) and then into slideshows with a musical background from Itunes. I would like to select these slideshows and have them play automatically in a prescribed order without going into Iphoto and manually selecting them one at a time. Is this possible?
    I did it this way so that I could set the slideshows to fit the music. If I combine them all into one album, it would be much more difficult to match the music to the photos. I think I would end up having to use Audacity to clip tracks and merge them into one sountrack. I can do that, but it would be far less hassle to simply tell Iphoto to play one slideshow after another, if possible, or to determine some equally easy alternate method.
    Any ideas?

    Welcome to the Apple Discussions. One way to do what you would like is, as Terence suggested, export each slideshow to Quicktime and then use an application like PhotoPresenter to string them together to play. Or create them in PP, save to QT and add back. PP has over 20 themes and produces some of the slickest slideshows. This is just one of the themes.
    If you have Quicktime Pro you can join the slideshows together also.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Can you run differnet versions of G-Band on same Mac?

    I've just purchased iLife08 ....should be turning up soon. I have an Intel iMac with Garageband version 3.0.5. Will GarageBand 08 from iLife 08 replace the existing version or can they co-exist on the same machine? Same with iMovie ....I have iMovie HD - will I be able to have and run the HD and the 08 version?
    I'm thinking ( or hoping) that I will be able to, because I use Logic Express. I bought and installed version 7.2 when it came out, and I bought version 8 upgrade just a few months ago. I thought the Logic Ex 8 would just upgrade my version 7, but it created a new separate application. So I have LE 7 and LE 8, and both run fine. I really like that - if iLife 08 can do the same then Bravo Apple!

    Same with iMovie ....I have iMovie HD - will I be able to have and run the HD and the 08 version?
    Yes. iMovie HD and 8 are placed at different locations in the filesystem, and installing iMovie 08 will not erase an earlier version. The other iLife applications will be replaced unless they are manually renamed.
    Ok - so I guess Logic installed a new application because it had a slightly different name?
    Yes.
    (28345)

  • Can you run multiple DADs?

    I have NAT running to allow outside access to my 9i AS server. The web server is answering, but trying to login to portal gives error WWC-41439. I think the problem is that we do not run DNS internally, so the DAD is set to a host that only the portal server knows about.
    Access from the outside is via ip address:port number. Can I create a second DAD that will use the ip address in place of the host name. It appears that running sodatan will replace the existing config, not add a second config.
    Thanks

    You can create multiple DAD's for accessing Portal. The correct script to run in this case is "ssodatax" and not "ssodatan". All documentation for this available with Portal documentation and in the script as well.
    Also, the correct forum for Oracle Portal specific questions is "Oracle 9iAS Portal". Please post further questions on this topic to this forum instead of the "Oracle 9i Application Server" forum.

  • Can you run multiple iPods on same computer?

    I have a "regular" ipod and have successfully loaded iTunes (dated 10-12-2005) on my pc. My husband just bought a shuffle but we cannot seem to run them on the same pc. Why not? iTunes just will NOT recognize the shuffle. I have successfully loaded the shuffle on our kids' pc; but all 2,000 songs are on my pc. I DON'T want to reload all of them. ANY suggestions? Comments?
    I did try to update the iTunes. Ran into other problem - iTunes wouldn't even start - had to uninstall/reinstall.
    Dell   Windows XP  

    I had the same problem with iTunes not recognizing my
    iPod Shuffle. What I did to fix the problem was to
    download the latest version of the iPod updater and
    select the restore option. It should reset the
    factory settings and flash the device with the latest
    software. I recommend trying to get iTunes to
    recognize the shuffle on its own, and then connecting
    the additional unit.
    Sounds great - but every time I load updater I cannot even start iTunes. VERY frustrated.

  • Can't run full version of Photoshop, even though I'm still valid for the student payment plan.

    I keep getting the trial prompt for photoshop, even though I'm still running the student edition payment plan, and it hasn't expired. Is this a glitch or has the plan been altered? Help please.

    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • Can not run multiple firefox windows with version 4

    After the upgrade to FF4 the problem started happening. In ver 3 I used the profile manager and was able to run 2 firefox windows at the same time with no problems in Windows 7.
    Now when I try to do this with version 4, one firefox window errors out with 'firefox stopped working'
    I thought it was due to an incompatible add on or something, so I did a complete program removal, rebooted, cleaned the registry and removed all folders that firefox put on my system. The problem continues.

    You can only run multiple version at the same time if the next version is started with the -no-remote switch added to the command line in the desktop shortcut.
    "C:\Program Files\Mozilla Firefox XX\firefox.exe" -no-remote -P
    * http://kb.mozillazine.org/Opening_a_new_instance_of_Firefox_with_another_profile
    * http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox

  • Can I install multiple versions on same computer

    Can I install multiple versions of Elements on same computer? Especially out of rder. I have 12 installed but would like t istall 8, 10, and 11
    .

    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements

  • Can you have multiple bleed allowances (along with the multiple page sizes) in InDesign CS5?

    Hi there,
    I'm new to InDesign and have a question about documents with mixed page sizes in CS5.  I'm preparing an illustrated book for print and was hoping to be able to contain all the pages (including the covers) in one document.  My basic setup is 140 mm x 210 mm with a 3 mm bleed on each side.  I've managed to add the different cover page (146 mm x 216 mm) and spine (10 mm) dimensions easily enough, but can you have multiple bleed specifications too?  The bleed allowance I need for the case layout is 15 mm.  I've scoured InDesign and the net, but can't find any information about this anywhere.  It would seem rather silly to be able to have multiple page sizes in your document without being able to change the bleed allowance too.  Here's hoping it's possible!  Any help with this would be greatly appreciated. 
    Thank you!
    Alexandria

    make sure what your printer means ie: Page size + 6mm spine bulk + 15mm bleed.
    and design acordingly
    G..

Maybe you are looking for

  • Configuring Sender SOAP Adapter

    Hi, I am trying a simple scenario that worked well in XI 2.0 and I am trying to migrate the same scenario to XI 3.0 where I am having problems. 1. Created two data types: material_in that takes a material; material out that have three simple elements

  • Performance improvement in OBIEE 11.1.1.5

    Hi all, In OBIEE 11.1.1.5 reports takes long time to load , Kindly provide me some performance improvement guides. Thanks, Haree.

  • SCOM alert forwarding

    HI All, I have created custom windows group for 10 SQL server, and enabled 5 Monitors for the custom group , when i map the group in connector it is forwarding all the alerts to the connector. Is there any way i can restrict the alert forwarding with

  • Unable to start Oracle BI Scheduler

    Hi, I am learning OBIEE and very much new to this tool. Now i am practicing delivers. I have run the SAJOBS.Oracle script and created S_NQ_JOB,S_NQ_ERR_MSG, S_NQ_INSTANCE,S_NQ_JOB_PARAM table in DB. And i configured the scheduler with appropriate val

  • What happens with sound? in Flash CS4 AS3

    Hi, I have a couple of questions on the same topic: I was wondering what exactly is happening when I have this code: var sound:Sound = new Sound(new URLRequest("URL.mp3"); does the mp3 file get downloaded?      -If yes           -where does it get do