Enabled for servers in Cluster WebLogic plug-in

Hello

I use Oracle iPlanet with WebLogic Plugins for my WebLogic servers backend. I saw this "Plug-in WebLogic enabled" option under the Advanced section in my managed servers and Cluster settings.

I need to check this option for clusters and managed servers?

  • If the server instances to which Oracle HTTP Server proxy queries are in a cluster, select Clusters. and check "plug-in active WebLogic.
  • Otherwise, select servers. Individual server and then check "Plug-in active WebLogic" (when they are not part of the cluster / same cluster)

If the servers where you want this 'active plug-in WebLogic"to be activated are already in a cluster then it is recommended to apply this last wide setting, so tomorrow, you can add a new server to your managed cluster, it should be fine.

Concerning

Jay SenSharma

Tags: Fusion Middleware

Similar Questions

  • cluster WebLogic - architectural issues

    Friends,

    As a newbie to weblogic, I have a few questions about weblogic (11g).

    (1) is the cluster weblogic a product undergoing a maturation? Is it common in environments of PROD these days?
    (2) who is more common - handset third architecture or architecture at multi levels?
    (3) other HA and scalability - is there a reason we'd go for a weblogic cluster?
    (4) how would ease of administration - abt someone prefer to have cluster WL in DEV environment?

    I'm basically a DBA and now being analyzed the benefits and disadvantages to go in a cluster WL
    for our configuration of prod. Although our business requires HA, we are more concerned about reliability
    and ease of administration of cluster WLS. Your suggestions and advice would be a great help.

    Kind regards
    ~ jp ~

    (1) is the cluster weblogic a product undergoing a maturation? Is it common in environments of PROD these days?
    Rep. : before even buying Oracle BEA weblogic server was famous among J2EE projects. It is stable, reliable and efficient application server. I saw WLS in PROD topologies in several places.

    (2) who is more common - handset third architecture or architecture at multi levels?
    Rep. : there are several possible topologies in deployment of multi levels. I will suggest you proven and easy to implement enterprise deployment guide

    (3) other HA and scalability - is there a reason we'd go for a weblogic cluster?
    Rep. : indirectly, you want to know what is cluster & why cluster is used? To give a short answer, for better through - put, effective use of resources etc. you better read about benefits of the cluster documentation.

    (4) how would ease of administration - abt someone prefer to have cluster WL in DEV environment?
    WebLogic provides the web user interface for managing all components. He provided WLST API, using which you can write scripts in server admin. There the dashboard to live health monitoring of servers. Yes, in fact 98% of the place of the customer, I've seen DEV env is clustered environment.

    Hope I could answer your questions

  • DVD playback is not enabled for this player (message on the screen)

    I recently bought a new laptop.  It came with windows vista Basic.  When I try to play a dvd with windows media player, you will see a warning message; DVD playback is not enabled for this drive.  The DVD will go ahead and play anyway (I keep x - lying off the warning area), but there is no sound.  I looked in the 'set as default' under the speakers and the sound, but he had no other choice
    available.  So if I could help, it would be greatly appreciated.

    I recently bought a new laptop.  It came with windows vista Basic.  When I try to play a dvd with windows media player, you will see a warning message; DVD playback is not enabled for this drive.  The DVD will go ahead and play anyway (I keep x - lying off the warning area), but there is no sound.  I looked in the 'set as default' under the speakers and the sound, but he had no other choice
    available.  So if I could help, it would be greatly appreciated.

    =================================
    Looks like you'll need a DVD decoder:

    Info about DVD decoders:
    Plug-ins for Windows Media Player
    http://www.Microsoft.com/windows/windowsmedia/player/plugins.aspx

    Or... you could try VLC Media Player:

    VLC Media Player
    http://www.videolan.org/
    John Inzer - MS - MVP - digital media experience

  • Cluster WebLogic 12 c and timers EJB 3.1

    Hello!

    I am using Weblogic 12 c (12.1.2.0) Cluster.

    I configured datasource of the cluster tab of planning and created the tables ACTIVE and WEBLOGIC_TIMERS.


    @Stateless

    public class MyTimerService {}

    @Schedule (minute = "* / 2", time = "*")

    private void heartbeat() {}

    System.out.println ("heartbeat shot");

    }

    <? XML version = "1.0" encoding = "UTF-8"? >

    < wls:weblogic - ejb - jar

    ' xmlns:wls = ' http://xmlns.Oracle.com/WebLogic/WebLogic-EJB-jar "" "

    " xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance "

    " xsi: schemaLocation =" http://Java.Sun.com/XML/NS/JavaEE http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd http://xmlns.oracle.com/weblogic/weblogic-ejb-jar http://xmlns.oracle.com/weblogic/weblogic-ejb-jar/1.3/weblogic-ejb-jar.xsd' > .

    < wls:timer - implemented > Clustered < / wls:timer - implemented >

    < / wls:weblogic - ejb - jar >

    If I run the application on weblogic stanalone without timer of weblogic-ejb - jar.Xml.

    When I try to run the cluster with weblogic-ejb - jar.xml during deployment I have error:

    < error > < hats > < localhost > < MS1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1404812226750 > < BEA-149231 > < cannot create the activation state to true for the application 'test '.

    weblogic.application.ModuleException: java.lang.NullPointerException

    at weblogic.application.internal.ExtensibleModuleWrapper.activate(ExtensibleModuleWrapper.java:123)

    at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:114)

    to weblogic.application.internal.flow.ModuleStateDriver$ 2.next(ModuleStateDriver.java:192)

    to weblogic.application.internal.flow.ModuleStateDriver$ 2.next(ModuleStateDriver.java:187)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    at weblogic.application.internal.flow.ModuleStateDriver.activate(ModuleStateDriver.java:58)

    at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:145)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:729)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:258)

    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:61)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:165)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:222)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:414)

    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)

    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)

    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)

    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)

    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)

    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)

    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:191)

    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:99)

    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)

    Caused by: java.lang.NullPointerException

    at weblogic.ejb.container.timer.ClusteredEJBTimerManager.uninitializeTimerHandler(ClusteredEJBTimerManager.java:220)

    at weblogic.ejb.container.timer.ClusteredEJBTimerManager.undeploy(ClusteredEJBTimerManager.java:185)

    at weblogic.ejb.container.manager.BaseEJBManager.undeployTimerManager(BaseEJBManager.java:438)

    at weblogic.ejb.container.manager.BaseEJBManager.undeploy(BaseEJBManager.java:420)

    at weblogic.ejb.container.manager.StatelessManager.undeploy(StatelessManager.java:397)

    at weblogic.ejb.container.deployer.EJBDeployer.deactivate(EJBDeployer.java:1327)

    at weblogic.ejb.container.deployer.EjbModuleExtension.preDeactivate(EjbModuleExtension.java:150)

    at weblogic.ejb.container.deployer.EjbModuleExtension.postActivate(EjbModuleExtension.java:140)

    to weblogic.application.internal.ExtensibleModuleWrapper$ ActivateStateChange.next (ExtensibleModuleWrapper.java:321)

    to weblogic.application.internal.ExtensibleModuleWrapper$ ActivateStateChange.next (ExtensibleModuleWrapper.java:313)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    at weblogic.application.internal.ExtensibleModuleWrapper.activate(ExtensibleModuleWrapper.java:121)

    at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:114)

    to weblogic.application.internal.flow.ModuleStateDriver$ 2.next(ModuleStateDriver.java:192)

    to weblogic.application.internal.flow.ModuleStateDriver$ 2.next(ModuleStateDriver.java:187)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    at weblogic.application.internal.flow.ModuleStateDriver.activate(ModuleStateDriver.java:58)

    at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:145)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:729)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:258)

    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:61)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:165)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:222)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:414)

    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)

    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)

    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)

    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)

    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)

    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)

    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:191)

    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:99)

    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)

    Could you please suggest what I doing worong.

    Above the problem I have when to deploy timer inside the large demand, I've created small test application comes with timer even and have another problem:

    < error > < EJB > < MS1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < anonymous > > < BEA1 0003F3B65D8A > <>< 1404977347776 > < BEA-011090 > < the following error occurred when preparing call the method ejbTimeout (javax.ejb.Timer) of the TestTimerService(Application: clusteredTimer-0.0.1-SNAPSHOT, EJBComponent: clusteredTimer-0.0.1-SNAPSHOT.jar) EJB.

    java.lang.AssertionError: no strategy of transaction specified!

    at weblogic.ejb.container.internal.InvocationWrapper.enforceTransactionPolicy(InvocationWrapper.java:268)

    at weblogic.ejb.container.internal.BaseLocalObject.preInvoke(BaseLocalObject.java:88)

    at weblogic.ejb.container.internal.BaseLocalObject.__WL_preInvoke(BaseLocalObject.java:70)

    at weblogic.ejb.container.internal.TimerDrivenLocalObject.preInvoke(TimerDrivenLocalObject.java:35)

    to weblogic.ejb.container.timer.TimerHandlerImpl$ TimerObject.execute (TimerHandlerImpl.java:77)

    at weblogic.ejb.container.timer.TimerHandlerImpl.executeTimer(TimerHandlerImpl.java:53)

    at weblogic.ejb.container.timer.ClusteredTimerImpl.timerExpired(ClusteredTimerImpl.java:118)

    at weblogic.scheduler.ejb.internal.EJBListenerWrapper.executeTimer(EJBListenerWrapper.java:59)

    at weblogic.scheduler.ejb.internal.EJBListenerWrapper.timerExpired(EJBListenerWrapper.java:50)

    to weblogic.scheduler.TimerState$ $1 2.run(TimerState.java:200)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)

    to weblogic.scheduler.TimerState$ 1.run(TimerState.java:197)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)

    This problem seems to be caused by bugs:

    Bug 16730647 - ejb 3.1 timer can be deployed to a cluster weblogic 12 c - java.lang.nullpoint

    The patch is available for 12.1.2

    If please try to apply the patch and let us know your results

    Using OPatch 13.1 for Oracle Fusion Middleware 12 c (+ 12.1.2) (Doc ID 1587524.1)

    Best regards

    Luz

  • Minimum number of VMware ESX for a HA cluster

    Can someone please detail the minimum number of hosts vsphere required for a HA cluster?

    I'm planning an implementation of the VMware farm including a number of ESX hosts that will be split into two groups. The first group will include vsphere servers that are hosting virtual machines NOT required for DR via SRM. The second group will be VMware ESX and VMs protected by SRM.

    With respect to the SRM cluster, the number of virtual machines is minimal (5-6 virtual machines) and can run on a host unique vsphere. The thin HA I will include 2 vpshere hosts in this cluster. My question is therefore if 2 VMware ESX is OK for a HA cluster because I'm not sure what should be the minimum number?

    Any guidance is appreciated.

    Thank you

    > Can someone please detail the minimum number of hosts vsphere required for a HA cluster?

    2 guests.

    ---

    MCITP: SA + WILL, VMware vExpert, VCP 3/4

    http://blog.vadmin.ru

  • Angel losenord for servers 'time Capsule '.

    JAG city ansluta en MacBook Air up to Time Capsule (fjärde generation) och skulle min "Ange losenord for servers 'Time Capsule' sa att den blir tillganglig for Time Machine. Men losenordet jag angav som jag har stallt for Time Capsule fungera inte min. Other annat losenord kan menas?

    Forsok losenord for MacBook Air.

  • your identifier apple is not enabled for itunes connect 2002

    I can not connect to i tunes, I had err "your ID apple is not enabled for itunes connect 2002 ', could you help me?

    Stefan

    Hi stefan simon.

    Welcome to the communities of Apple Support! I'm sorry to hear that you are having these problems with your identifying Apple and/or your iPhone. I'm a little unclear what specifically you are trying to do, but if you are having problems with iTunes Connect, you can find the information described in the following articles useful:

    author iBooks: iBooks Store publication view

    iTunes Connect - Support - Apple Developer

    Concerning

  • Cannot connect to itunes connect comes up with your ID apple is not enabled for itunes connect (2002)

    Cannot connect to itunes connect comes up with your ID Apple is not enabled for itunes Connect (2002)

    What did you do

  • My new 6 iPhone says: unable to connect. Your identifier Apple is not enabled for iTunes Connect ~ (2002) Please help!

    My new 6 iPhone says: unable to connect. Your identifier Apple is not enabled for iTunes Connect ~ (2002) Please help!

    Hello

    Have you used this Email address & apple id on another device from apple

    Before the address e-mail is able to send & receive emails?

    See you soon

    Brian

  • Error E0BB0147: the "Volume Snap" operation is not currently enabled for this Volume

    Hello!

    Since an update of my Windows XP at the end of 2011, I have problems on my HD using Ghost 14.0 backup. I get the following error message:

    -Impossible to create an image of the selected disk virtual volume.

    -E0BB0147 error: "Volume Snap" operation is not currently enabled for this Volume.

    What should I do to fix this?

    Thanking in advance for your help,.

    tico776

    Hello

    I suggest you to see link and check if it helps:

    Important: this section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs.

    For more information about how to back up the registry, see the link:

    Back up the registry

    http://support.Microsoft.com/kb/322756

     

    Error: "error E0BB0147: the 'Snap Volume' operation is not currently enabled for this Volume" when creating a backup using Norton Ghost 14.0

    https://www-secure.Symantec.com/Norton-support/JSP/help-solutions.jsp?LG=English&CT=United+States&docid=20080929121249EN&product=home&version=1&PVID=f-home

  • Impossible to download World of Warcraft, receive the error message "DEP (Data Execution Prevention) should be enabled for this program.

    original title: need help, DEP is upward :(

    Here's the deal, im trying to download World of Warcraft. DEP (Data Execution Prevention) don't. When im trying to change it and add it to the list "settings for DEP" it won't let add me. DEP (Data Execution Prevention) should be enabled for this program. You can not disable DEP (Data Execution Prevention) for this program. -so here's the question, what can I do to fix this? I rebooted my pc as an hour ago, b4, I did I actually got the game installed. Is there a way for me to squeeze the game spent DEP (Data Execution Prevention)? Please help me with this. Thank you. -Mikkel.

    Hello

    EricLaw IEInternals - a peek at Internet Explorer from inside. -Understanding DEP/NX
    http://blogs.msdn.com/ieinternals/archive/2009/10/10/understanding-data-execution-prevention-crashes-in-IE8.aspx

    The problem might actually be an addon or another program causing the problem and you
    must verify that 1.

    What antivirus/antispyware/security products do you have on the machine? Be one you have
    EVER had on this machine, including those you have uninstalled (they leave leftovers behind which)
    may cause strange problems).

    Start - all programs - Accessores - system tools - IE with no Addons - does this work better?

    IE - Tools - Internet Options - Advanced - tab click on restore, and then click Reset - apply / OK

    IE - Tools - Internet Options - Security - reset all Zones by default level - apply / OK

    not better?

    Close IE and try again IE or IE with no Addons

    IE - tools - manage Addons (for sure disable SSV2 if she's here, is no longer necessary, but)
    Java always install it and it causes problems - you never update Java to go back in and turn it off again.)
    Search for other possible problems.

    Windows Defender - tools - software explore - look for problems with programs that do not look
    right. Allowed are usually OK and "unauthorized" are not always bad. If a doubt
    program to ask about it here.

    Could be a free - BHOremover - BHO - standalone program, needs no installation, download and
    run - not all are bad but some can cause your question. (Toolbars are BHO)
    http://securityxploded.com/bhoremover.php

    Startup programs (Vista)
    http://www.Vistax64.com/tutorials/79612-startup-programs-enable-disable.html

    How to change, add or remove startup programs in Windows 7
    http://www.SevenForums.com/tutorials/1401-startup-programs-change.html

    Also get Malwarebytes - free - use as scanner only. If you ever think malware and which would be
    stands with Prevx running except for a cookie of occasional low level (not a big deal), the update
    and then execute it as a scanner.

    http://www.Malwarebytes.org/

    I would add prevx so.

    Prevx - home - free small, fast, exceptional protection CLOUD, working with other security
    programs. It is a single scanner, VERY EFFICIENT, if it finds something come back here
    or use Google to see how to remove.
    http://www.prevx.com/

    PCmag - Prevx - Editor's choice
    http://www.PCMag.com/Article2/0, 2817,2346862,00.asp

    -------------------------------------------------------------------

    Do yourself a big favor and work through 1 above.

    Data execution prevention Internet Explorer Windows 7 included - several difficulty methods here
    http://HubPages.com/hub/data-execution-prevention-Internet-Explorer

    Feature Data Execution Prevention, or DEP in Windows Vista & Windows 7 - see also the links to the
    at the bottom of this page.
    http://www.WinVistaClub.com/F33.html

    How control DEP but I don't recommend turning it off and certainly not to let power off.

    How to enable DEP on or off for a program of Vista (and Windows 7)
    http://www.Vistax64.com/tutorials/65790-DEP-turn-off-programs.html

    How to enable or disable DEP in Vista (and Windows 7)
    http://www.Vistax64.com/tutorials/120778-DEP-enable-disable.html

    ====================================

    If nothing else works you can try this however I would use as a last resort.

    IE - Tools - Options - Advanced Options - Internet Security Section - clear the check box enable memory
    Protection to mitigate the attacks online - APPLY - OK close and restart IE

    I hope this helps.

  • Risks of IE settings: launch programs and dangerous files - enabled for Web Sites

    Hello

    Could someone share with me knowledge about security settings in Internet Explorer?

    The parameter name is:

    Launch programs and dangerous files

    I wonder what the risks are when this setting is "Enabled" for the Internet zone.

    Our client has suffered recently with security warnings when you open a local shortcut. Targets of shortcuts even to local building Windows applications such as Wordpad. And it does not matter where the shortcut is present, whether on office files or local like c:\temp

    The security warning is of type: publication could not be verified. Are you sure you want to run this software?

    The problem only started after the installation of Internet Explorer 11. Customers with the old version of IE does not suffer from this issue.

    We have confirmed two work solutions:

    1. launch programs and potentially dangerous files - enabled for the zone Internet

    2. Add the registry entry:

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]

    «LowRiskFileTypes "=".avi;.» beats;. com;. cmd;. exe;. htm;. HTML;. lnk;. MPG;. MPEG;. MOV;. MP3;. MSI;. M3U;. rar;. Reg;. txt;. vbs;. WAV;. zip; »

    But we would need to know the security risks for the launch of programs and dangerous files - enabled for the Internet zone.

    Somehow, I'm not able to find a good article that describes this feature and risk.

    Or can you suggest an alternative? Could this be caused also by a patch?

    Thanks in advance

    Hi Marek,

    Thank you for the update.

    COMPUTER experts in the forum TechNet with expertise to solve and answer your question, I would ask post you your query in TechNet. I belong to the consumer forum.

  • Everyone must pay for Adobe Flash Builder 4 plug

    Hi to everyone.

    I have a question:

    I want to develop apps for playbook, but I am disappointed that I have to pay to get a serial number for Adobe Flash Builder 4 plug-in.

    For the standard edition is $ 249 and the full version is $ 699. It is horible.

    Adobe has a program for students and unemployed people. They also have a pug-in trial for 60 days.

    Are there other ways to get a free version of full or plug-in Adobe Flash Builder or even another way, avoiding to buy something, but still have the opportunity to make the app for PlayBook?

    Thank you in advance.

    Do not buy anything to develop for the PlayBook, you can see my how-to at http://supportforums.blackberry.com/t5/Tablet-OS-SDK-for-Adobe-AIR/HOWTO-Compile-and-Debug-without-F... . You do not get the full integrated IDE experience, but you can write your ActionScript code in any text editor and compiling/debugging with free tools.

  • BlackBerry smartphones «Service not enabled for this handheld»

    Okay, so I try to connect to AIM and MSN/WLM, but I get this message: «Service not enabled for this handheld» I'm honestly not very fluent in the language of the phone and I'm new to BlackBerry. So if anyone can help me it would be really appreciated. My service provider is T-Mobile, and I don't have a plan unlimited domestic Messaging. As far as I know well, who should have no impact on whether or not I can connect, so I don't know what to do.

    You can get them to agree. That's THEIR problem. There is NOTHING you can do to make it work. Webmessenger is a third-party instant messaging client. You can download it directly to your phone by going to webmessenger.com on your phone. You can use AOL, yahoo, MSN, ICQ, google and jabber. It is not as "pretty" as the other instant messaging services, but it does the job.

  • BlackBerry smartphones "Service not enabled for this handset?

    Hello, I just got my storm ahold (2nd hand) after too long dreaming of her. However if I try to use an application that requires internet access, he told me that it is not enabled for my device. Also it does not give me the possibility to implement my personal e-mail on the device - only gives me the option to use a work email account.

    A few problems, but I thought a reset, or return to the default settings flatten out the problem. However I can't find this option anywhere.

    Nobody knows where he is, and if it would work. If not, could you tell me how to remove locks on the device.

    Thank you!

    You have all the blackberry plan with your carrier data?, because you need the data plan to configure emails, surf the web, blackberry messenger, etc.

Maybe you are looking for

  • How can I remove duplicates in Photos massively?

    I not only have duplicates in iPhoto and photos, but also in the pictures. In iPhoto, I remove duplicates, why not in the Photos?

  • Tab constant

    Hello I wonder who is the constant of the tab. I received information of context-sensitive help. But didn't have not a lot. Could you help me to take a look that the constant of the .png file tab I want to know what he has inside Thank you.

  • Beginning of weak signal triggering?

    start the acquisition via a digital triggering that receives a WEAK signal?

  • Is there a possibility of upgrade version OEM of Windows Vista Home Premium 32 - bit for Windows 7 for free?

    I learned from a few sources online that I can get a 'upgrade' for the version OEM of Windows Vista Home Premium 32 - bit for Windows 7 free. Is this true? Should I participate in forums feedback for Windows, etc. in order to acquire such a valuable

  • Ports of the NAC

    Hello Experts, Have some questions that came across while doing work of the NAC at one of our subsidiaries. If there is some user ports which are not selected for the profile of the NAC, is it possible (except physical control on the cell phone of th