Sesion LockException

Hi
While executing a web dynpro application which uses adaptive RFC models, I encountered the following exception:
   com.sap.tc.webdynpro.services.session.LockException: Thread HTTP Worker [4] failed to acquire exclusive lock on client session ClientSession(id=(J2EE8518000)ID0200294550DB11707589215029835099End) due to thread HTTP Worker [2]. The details of the locking thread are shown in the following stacktrace.
    at com.sap.mw.rfc.driver.CpicDriver.nativeCpic_coxread(Native Method)
    at com.sap.mw.rfc.driver.CpicDriver.cpic_coxread(CpicDriver.java:992)
    at com.sap.mw.rfc.driver.CpicDriver.coxread(CpicDriver.java:229)
    at com.sap.mw.rfc.driver.RfcTypeDirectCpic.read(RfcTypeDirectCpic.java:38)
    at com.sap.mw.rfc.engine.RfcIoOpenCntl.ab_rfcread(RfcIoOpenCntl.java:304)
    ... 127 more
On going through the trace what I could make out was that since the RFC was taking unexpectedly longer time, it resulted in active request holding the lock for longer than expected. Could there be other possible reasons?
Also, SSO is configured for portal-backend. Could changing some setting there could help? Should the bapi be looked into to perform better or tehre are some ways from portal end as well? Please suggest some pointers .
Priyanka

Hi Priyanka,
I had encountered this kind of error in a similar situation. The Web Dynpro application was taking a lot of processing time for some operation and while it was loading, I had redeployed the application. after the redeployment I got the error mentioned.
As the object is locked by the application server, we had restarted our J2EE Server.
After the restart the application was running fine.
This sounds a bit crude, but worked for me.
Regards,
Alka.

Similar Messages

  • LockException when trying to lock the instance before writing.

    hi...
    i am working with entity beans. when i am trying to update the  data from multiple clients at the same time it is giving  exception like...................
    [code]
    java.rmi.RemoteException: com.sap.engine.services.ejb.exceptions.BaseRemoteException: Exception in method updateTest2.
         at in.mobileone.test2.Test2UpdateSessionObjectImpl0.updateTest2(Test2UpdateSessionObjectImpl0.java:140)
         at in.mobileone.test2.Test2UpdateSessionObjectImpl0p4_Skel.dispatch(Test2UpdateSessionObjectImpl0p4_Skel.java:157)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:294)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception in method in.mobileone.test2.Test2EntityLocalLocalObjectImpl0.setStrFiled2(java.lang.String).
         at in.mobileone.test2.Test2EntityLocalLocalObjectImpl0.setStrFiled2(Test2EntityLocalLocalObjectImpl0.java:780)
         at in.mobileone.test2.Test2UpdateSessionBean.updateTest2(Test2UpdateSessionBean.java:64)
         at in.mobileone.test2.Test2UpdateSessionObjectImpl0.updateTest2(Test2UpdateSessionObjectImpl0.java:122)
         ... 10 more
    Caused by: <b>com.sap.engine.services.ejb.entity.pm.lock.LockException: LockException when trying to lock the instance before writing</b>.
         at com.sap.engine.services.ejb.entity.pm.lock.TableLockingSystem.write(TableLockingSystem.java:87)
         at com.sap.engine.services.ejb.entity.pm.UpdatablePersistent.writeLock(UpdatablePersistent.java:186)
         at com.sap.engine.services.ejb.entity.pm.UpdatablePersistent.writeOperation(UpdatablePersistent.java:209)
         at in.mobileone.test2.Test2EntityBean0PM.setStrFiled2(Test2EntityBean0PM.java:97)
         at in.mobileone.test2.Test2EntityLocalLocalObjectImpl0.setStrFiled2(Test2EntityLocalLocalObjectImpl0.java:755)
         ... 12 more
    Caused by: com.sap.engine.frame.core.locking.LockException: Cannot lock [2007072510571546800000mobileone202.................5791450, %TMP_TEST2              wCGMIA, test2, E]; it is in use by another owner. The lock collision occurred with user admin.
         at com.sap.engine.core.locking.impl3.LockingManagerImpl.lockInternal(LockingManagerImpl.java:154)
         at com.sap.engine.core.locking.AbstractLockingManagerImpl.lock(AbstractLockingManagerImpl.java:420)
         at com.sap.engine.services.applocking.AbstractBaseLocking.lockInternal(AbstractBaseLocking.java:126)
         at com.sap.engine.services.applocking.TableLockingImpl.lock(TableLockingImpl.java:129)
         at com.sap.engine.services.applocking.TableLockingImpl.lock(TableLockingImpl.java:138)
         at com.sap.engine.services.ejb.entity.pm.lock.TableLockingSystem.write(TableLockingSystem.java:82)
         ... 16 more
    ; nested exception is:
         javax.ejb.TransactionRolledbackLocalException: com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception in method in.mobileone.test2.Test2EntityLocalLocalObjectImpl0.setStrFiled2(java.lang.String).
         at in.mobileone.test2.Test2EntityLocalLocalObjectImpl0.setStrFiled2(Test2EntityLocalLocalObjectImpl0.java:780)
         at in.mobileone.test2.Test2UpdateSessionBean.updateTest2(Test2UpdateSessionBean.java:64)
         at in.mobileone.test2.Test2UpdateSessionObjectImpl0.updateTest2(Test2UpdateSessionObjectImpl0.java:122)
         at in.mobileone.test2.Test2UpdateSessionObjectImpl0p4_Skel.dispatch(Test2UpdateSessionObjectImpl0p4_Skel.java:157)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:294)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: com.sap.engine.services.ejb.entity.pm.lock.LockException: LockException when trying to lock the instance before writing.
         at com.sap.engine.services.ejb.entity.pm.lock.TableLockingSystem.write(TableLockingSystem.java:87)
         at com.sap.engine.services.ejb.entity.pm.UpdatablePersistent.writeLock(UpdatablePersistent.java:186)
         at com.sap.engine.services.ejb.entity.pm.UpdatablePersistent.writeOperation(UpdatablePersistent.java:209)
         at in.mobileone.test2.Test2EntityBean0PM.setStrFiled2(Test2EntityBean0PM.java:97)
         at in.mobileone.test2.Test2EntityLocalLocalObjectImpl0.setStrFiled2(Test2EntityLocalLocalObjectImpl0.java:755)
         ... 12 more
    Caused by: com.sap.engine.frame.core.locking.LockException: Cannot lock [2007072510571546800000mobileone202.................5791450, %TMP_TEST2              wCGMIA, test2, E]; it is in use by another owner. The lock collision occurred with user admin.
         at com.sap.engine.core.locking.impl3.LockingManagerImpl.lockInternal(LockingManagerImpl.java:154)
         at com.sap.engine.core.locking.AbstractLockingManagerImpl.lock(AbstractLockingManagerImpl.java:420)
         at com.sap.engine.services.applocking.AbstractBaseLocking.lockInternal(AbstractBaseLocking.java:126)
         at com.sap.engine.services.applocking.TableLockingImpl.lock(TableLockingImpl.java:129)
         at com.sap.engine.services.applocking.TableLockingImpl.lock(TableLockingImpl.java:138)
         at com.sap.engine.services.ejb.entity.pm.lock.TableLockingSystem.write(TableLockingSystem.java:82)
         ... 16 more
    com.sap.engine.services.ejb.entity.pm.lock.LockException: LockException when trying to lock the instance before writing.
         at com.sap.engine.services.ejb.entity.pm.lock.TableLockingSystem.write(TableLockingSystem.java:87)
         at com.sap.engine.services.ejb.entity.pm.UpdatablePersistent.writeLock(UpdatablePersistent.java:186)
         at com.sap.engine.services.ejb.entity.pm.UpdatablePersistent.writeOperation(UpdatablePersistent.java:209)
         at in.mobileone.test2.Test2EntityBean0PM.setStrFiled2(Test2EntityBean0PM.java:97)
         at in.mobileone.test2.Test2EntityLocalLocalObjectImpl0.setStrFiled2(Test2EntityLocalLocalObjectImpl0.java:755)
         at in.mobileone.test2.Test2UpdateSessionBean.updateTest2(Test2UpdateSessionBean.java:64)
         at in.mobileone.test2.Test2UpdateSessionObjectImpl0.updateTest2(Test2UpdateSessionObjectImpl0.java:122)
         at in.mobileone.test2.Test2UpdateSessionObjectImpl0p4_Skel.dispatch(Test2UpdateSessionObjectImpl0p4_Skel.java:157)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:294)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: com.sap.engine.frame.core.locking.LockException: Cannot lock [2007072510571546800000mobileone202.................5791450, %TMP_TEST2              wCGMIA, test2, E]; it is in use by another owner. The lock collision occurred with user admin.
         at com.sap.engine.core.locking.impl3.LockingManagerImpl.lockInternal(LockingManagerImpl.java:154)
         at com.sap.engine.core.locking.AbstractLockingManagerImpl.lock(AbstractLockingManagerImpl.java:420)
         at com.sap.engine.services.applocking.AbstractBaseLocking.lockInternal(AbstractBaseLocking.java:126)
         at com.sap.engine.services.applocking.TableLockingImpl.lock(TableLockingImpl.java:129)
         at com.sap.engine.services.applocking.TableLockingImpl.lock(TableLockingImpl.java:138)
         at com.sap.engine.services.ejb.entity.pm.lock.TableLockingSystem.write(TableLockingSystem.java:82)
         ... 16 more
         at com.sap.engine.services.ejb.exceptions.BaseRemoteException.writeReplace(BaseRemoteException.java:276)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at java.io.ObjectStreamClass.invokeWriteReplace(ObjectStreamClass.java:896)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1011)
         at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278)
         at com.sap.engine.services.rmi_p4.DispatchImpl.throwException(DispatchImpl.java:135)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:296)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: javax.ejb.TransactionRolledbackLocalException: com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception in method in.mobileone.test2.Test2EntityLocalLocalObjectImpl0.setStrFiled2(java.lang.String).
         at in.mobileone.test2.Test2EntityLocalLocalObjectImpl0.setStrFiled2(Test2EntityLocalLocalObjectImpl0.java:780)
         at in.mobileone.test2.Test2UpdateSessionBean.updateTest2(Test2UpdateSessionBean.java:64)
         at in.mobileone.test2.Test2UpdateSessionObjectImpl0.updateTest2(Test2UpdateSessionObjectImpl0.java:122)
         at in.mobileone.test2.Test2UpdateSessionObjectImpl0p4_Skel.dispatch(Test2UpdateSessionObjectImpl0p4_Skel.java:157)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:294)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: com.sap.engine.services.ejb.entity.pm.lock.LockException: LockException when trying to lock the instance before writing.
         at com.sap.engine.services.ejb.entity.pm.lock.TableLockingSystem.write(TableLockingSystem.java:87)
         at com.sap.engine.services.ejb.entity.pm.UpdatablePersistent.writeLock(UpdatablePersistent.java:186)
         at com.sap.engine.services.ejb.entity.pm.UpdatablePersistent.writeOperation(UpdatablePersistent.java:209)
         at in.mobileone.test2.Test2EntityBean0PM.setStrFiled2(Test2EntityBean0PM.java:97)
         at in.mobileone.test2.Test2EntityLocalLocalObjectImpl0.setStrFiled2(Test2EntityLocalLocalObjectImpl0.java:755)
         ... 12 more
    Caused by: com.sap.engine.frame.core.locking.LockException: Cannot lock [2007072510571546800000mobileone202.................5791450, %TMP_TEST2              wCGMIA, test2, E]; it is in use by another owner. The lock collision occurred with user admin.
         at com.sap.engine.core.locking.impl3.LockingManagerImpl.lockInternal(LockingManagerImpl.java:154)
         at com.sap.engine.core.locking.AbstractLockingManagerImpl.lock(AbstractLockingManagerImpl.java:420)
         at com.sap.engine.services.applocking.AbstractBaseLocking.lockInternal(AbstractBaseLocking.java:126)
         at com.sap.engine.services.applocking.TableLockingImpl.lock(TableLockingImpl.java:129)
         at com.sap.engine.services.applocking.TableLockingImpl.lock(TableLockingImpl.java:138)
         at com.sap.engine.services.ejb.entity.pm.lock.TableLockingSystem.write(TableLockingSystem.java:82)
         ... 16 more
    com.sap.engine.services.ejb.entity.pm.lock.LockException: LockException when trying to lock the instance before writing.
         at com.sap.engine.services.ejb.entity.pm.lock.TableLockingSystem.write(TableLockingSystem.java:87)
         at com.sap.engine.services.ejb.entity.pm.UpdatablePersistent.writeLock(UpdatablePersistent.java:186)
         at com.sap.engine.services.ejb.entity.pm.UpdatablePersistent.writeOperation(UpdatablePersistent.java:209)
         at in.mobileone.test2.Test2EntityBean0PM.setStrFiled2(Test2EntityBean0PM.java:97)
         at in.mobileone.test2.Test2EntityLocalLocalObjectImpl0.setStrFiled2(Test2EntityLocalLocalObjectImpl0.java:755)
         at in.mobileone.test2.Test2UpdateSessionBean.updateTest2(Test2UpdateSessionBean.java:64)
         at in.mobileone.test2.Test2UpdateSessionObjectImpl0.updateTest2(Test2UpdateSessionObjectImpl0.java:122)
         at in.mobileone.test2.Test2UpdateSessionObjectImpl0p4_Skel.dispatch(Test2UpdateSessionObjectImpl0p4_Skel.java:157)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:294)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: com.sap.engine.frame.core.locking.LockException: Cannot lock [2007072510571546800000mobileone202.................5791450, %TMP_TEST2              wCGMIA, test2, E]; it is in use by another owner. The lock collision occurred with user admin.
         at com.sap.engine.core.locking.impl3.LockingManagerImpl.lockInternal(LockingManagerImpl.java:154)
         at com.sap.engine.core.locking.AbstractLockingManagerImpl.lock(AbstractLockingManagerImpl.java:420)
         at com.sap.engine.services.applocking.AbstractBaseLocking.lockInternal(AbstractBaseLocking.java:126)
         at com.sap.engine.services.applocking.TableLockingImpl.lock(TableLockingImpl.java:129)
         at com.sap.engine.services.applocking.TableLockingImpl.lock(TableLockingImpl.java:138)
         at com.sap.engine.services.ejb.entity.pm.lock.TableLockingSystem.write(TableLockingSystem.java:82)
         ... 16 more
         at com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException.writeReplace(BaseTransactionRolledbackLocalException.java:273)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at java.io.ObjectStreamClass.invokeWriteReplace(ObjectStreamClass.java:896)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1011)
         at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1332)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1304)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1247)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)
         ... 11 more[/code]
    regards
    Guru
    Message was edited by:
            Guruvulu Bojja
    Message was edited by:
            Guruvulu Bojja

    Hi Guru,
    > we need to lock the table when client is accessing so that we can maintain the consistente data
    And that's exactly why the LockException is thrown. If the second client was allowed to update the same data record, this would result in a dirty write which is not allowed by any means. So it's not quite clear what you expect... You lock the data - you get a LockException on concurrent write access - it's so simple and not surprising at all, isn't it?
    What you can probably do is to catch the LockException and retry the operation according to your business logic.
    HTH!
    -- Vladimir

  • Como abrir sesion de adobe audition 2.0 (.ses) en adobe audition cs6?

    Ayuda, necesito abrir las sesiones de adobe audition 2 en el adobe audition cs6, ya que hace poco me actualize al cs6, me dice que la sesion es incompatible, habra alguna forma de abrirlas?

    Ayudaría a que facilitases datos de hardware, procesador, memoria,... Esta información siempre ayuda a conocer o a descartar posibles causas.
    Si la version de Audition que tienes instalada es la 3.0, prueba a actualizar a la 3.0.1 aqui:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4244
    Confirma por favor si esto ayuda o resuelve el problema

  • Management of parametros of sesion in the portal

    Hi
    I have three situations in the portal
    1.I need to handle the parametro of sesion of the entry, of ahi I need the parametro of the usr.
    2. the parametros usr I should pass it to a jsp that needs that parametro, the jsp was inside an iviewurl.
    3.of a combobox I should pass a parameter to the jsp, with this parameter completed together al parameters usr, the necessary thing to call a transaccion of r3, the transaccion was carried out in the jsp, both parametros are necessary to carry out, the jsp this in iviewurl
    For which I need documentation of the management of parameters of sesion and parametros in the entry and as to pass those parameters to a jsp, or the form to solve it
    thanks Jorge Chavero

    Ron,
    Have you had a look at these.
    http://help.sap.com/saphelp_nw04/helpdata/en/f9/a2fa33b27511d19dbe0000e8323350/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/dc/f9783b05efdb18e10000000a114084/frameset.htm
    Good Luck,
    Sandeep Tudumu

  • ¿como Iniciar sesion en adobe content viewer?

    Cuando intento iniciar sesion en adobe content viewer desde mi iPad con mi ID de Adobe aparece Error de autenticacion. Lo he intentado varias veces y no pedo acceder a una publicacion que un amigo ha querido compartir conmigo desde DPS Folio Producer

    Prueba a entrar en tu Adobe ID en la pagina web de Adobe para comprobar que funcione.
    Si no lo hace, tendrás que crearte otro Adobe ID.

  • Al iniciar sesion en icloud me dice... Ha alcanzado la cantidad maxima de cuentas gratuitas activadas en este iphone? ayudenme

    Al Iniciar Sesion en iCloud me dice  ... Ha Alcanzado la CANTIDAD Máximos de cuentas Gratuitas Activadas en este iphone? Ayudenme

    hola brayan -mura
    mira la solución es simple, solo debes crear el id en el siguiente link :   https://appleid.apple.com/es/account/
    después entra al correo con el que creaste tu cuenta y verificado luego toma el dispositivo entra a la tienda Apple Store y configura dirección teléfono y lo que te pide ya cuando este totalmente creada y lista para descargar ahora si puedes meterla como iCloud y no habrá ningún inconveniente
    espero te sea de utilidad un abrazo

  • Por que en ajustes, faceboock me aparece error al iniciar sesion:imposible comunicarse con el servidor, y no me deja entrar a faceboock me sale que ajuste pero le ago y vuelve y sale lo mismo

    por que en ajustes, faceboock me aparece error al iniciar sesion:imposible comunicarse con el servidor, y no me deja entrar a faceboock me sale que ajuste pero le ago y vuelve y sale lo mismo

    Lamentablemente no te podemos dar soporte con flasheo ya que esto anula la garantia. Aqui en la comunidad hay varios temas al respecto pero de Lenovo no hay soporte para esto.
    Suerte
    Gracias y Saludos,
    Miguel A. González
    Spanish Community Manager
    Comunidad en Español  English Community  Deutsche Community   Русскоязычное Сообщество
    Los puntos de vista y asesoria que expreso aquí son míos y no reflejan necesariamente la posicion oficial de Lenovo.
    Es importante recalcar también que los foros suplementan los recursos de los usuarios de Lenovo pero no reemplazan el servicio técnico oficial. Para un listado de números de servicio sigue el enlace: Numeros de Soporte

  • XL Reporter Sesion  atraves de sesion remota

    Hola, gente del foro, tengo el siguiente caso, atraves de sesion remota me contecto a servidor y quiero ejecutar el xl reporter, pero despues de una larga espera, me aparece el sgte mensaje: 8 bit color quality (256 colors) is not supported by XL reporter, hay alguna forma de levantar la aplicacion estando en sesion remota?????
    Saludos y Gracias...
    Oscar V

    GRACIAS, por la respuesta, hare la prueba y comentare resultados.
    FELIZ NAVIDAD; JOJOJOJO.
    Atte.
    Oscar V

  • ¿Como guardo una sesion con mozilla firefox 5?

    con firefox 4, alcerrar la ventana aparece un cuadro de dialogo, prguntando, si deseo guardar esa sesion y la proxima vez que abra el explorador la secion se restaura tal y como estaba antes de cerrar

    Porque los textos te ocupan m=E1s que el espacio que dejaste
    para ellos c=
    reo
    Ricardo L. Calvo escribi=F3:
    > Gracias por responder Lolita
    >=20
    > Con tu solucion se arreglo el sitio donde originalmente
    se rompia pero =
    ahora=20
    > el problema se traslado un poco mas abajo,
    >=20
    > Por que ser=E1?
    >=20
    >=20
    >=20
    >=20
    >=20
    >=20
    > "Lolita" <[email protected]> escribi=F3 en el
    mensaje=20
    > news:gci3lj$8qt$[email protected]..
    > Prueba a a=F1adir
    >=20
    >=20
    > td {
    > vertical-align: top;
    > }
    >=20
    >=20
    > antes de la etiqueta </style>
    >=20
    >=20
    > a ver si se te arregla un poco
    >=20
    >=20
    >=20
    >=20
    > Ricardo L. Calvo escribi=F3:
    >> Buen dia para todos,
    >>
    >> Tengo un problema y no encuentro el motivo ni la
    solucion:
    >>
    >> Estoy desarrollando una nueva version de mi pagina
    "compra venta de=20
    >> vehiculos", cuya versi=F3n en desarrollo se puede
    ver en el siguiente =
    >> enlace:
    >>
    http://www.autosanjuan.com.ar/prueba/
    , preparo el dise=F1o en Firewor=
    ks=20
    >> luego exporto , lo tomo en dreamwever y reemplazo
    las areas activas po=
    r=20
    >> instrucciones PHP que muestran los datos desde
    MySQL, asi es brevement=
    e=20
    >> como trabaja.
    >>
    >> El tema es que voy testeando el producto todo el
    tiempo en los tres=20
    >> navegadores (los mas populares a mi modo de ver)
    Internet Explorer ,=20
    >> Google Chrome y Moxilla Firefox .
    >> Todo va bien hasta que en este =FAltimo veo que la
    p=E1gina se rompe a=
    rriba a=20
    >> la derecha y no encuentro el porqu=E9! En los otros
    navegadores no pas=
    a y en=20
    >> Firefox por lo que he visto no siempre pasa, solo en
    algunas m=E1quina=
    s.
    >>
    >> Por donde deberia buscar la solucion ? No quisiera
    comenzar desde cero=
    ya=20
    >> que es muy laborioso el proceso que uso (el unico
    que conozco)Cualquie=
    r=20
    >> idea sera muy bien recibida.
    >>
    >> Gracias desde ya,
    >> Ricardo
    >>
    >>
    >>
    >>
    >>
    >>
    >>
    >=20
    >=20

  • Imposible iniciar sesion

    A ver si alguien me da una solución, he restaurado el iphone 4, para tener una instalación limpia de iOS 7, despues de aceptar los terminos y de elegir la copia de seguridad que quiero restaurar, en la siguiente pantalla que pone iTunes, me vuelve a pedir la contraseña pero al ponerla me da el siguiente mensaje de error:
    Imposible iniciar sesion, ha habido un problema al conectar con el servidor.

    Google translate:
    Usted está recibiendo este mensaje porque usted está tratando de crear una cuenta de iCloud en un PC. Sólo puede crear la cuenta de iCloud en un dispositivo iOS (iPhone, iPad o iPod Touch) con iOS 5 o superior, o en un Mac con OS X Lion (10.7.5) o superior. Después de crear su cuenta en uno de estos dispositivos a continuación, será capaz de iniciar sesión en la cuenta utilizando este identificador en su PC.

  • Problemas con las Sesiones

    Estimados Amigos:
    Nos tiene muy complicado el COLDFUSION tenemos una
    aplicación bastante grande y en varias ocasiones se nos
    pierden las sesiones.
    Los errores son del tipo:
    Element USERID is undefined in SESSION.
    Element IDHC is undefined in SESSION.
    Element USERCENTROHC is undefined in SESSION.
    ¿Alguien tiene alguna solución para este tema?
    Dear Amigos: We are very complicated with the COLDFUSION we
    have a quite great application and in several occasions the
    sessions are lost to us. The errors are of the type: Element USERID
    is undefined in SESSION. Element IDHC is undefined in SESSION.
    Element USERCENTROHC is undefined in SESSION.
    Somebody has some solution for this subject?

    Sometimes sessions get 'lost' or more properly a new session
    is started if the user has cookies turned off and you are not
    passing the CFToken (URLSessionFormat) with all internal links

  • Inicio de sesion .

    Hola por alguna causa me e olvidado la contraseña de mi computador. en el usuario trato de restablecer, y no puedo iniciar la sesion.

    Credit Kappy?  (not certain)
    Ciao.

  • Como recuperar en el audition una sesion no guardada ??

    Buenas, esta mañana mientras Grababa en el Audition, me ha aparecido la típica pantalla de "Adobe audition ha detectado un error y debe cerrarse", con lo cual he perdido toda la información de la sesion que no había sido guardada; y mi pregunta es existe algún método para poder restaurar o recuperar esa sesión??
    Muchas Gracias de antemano y un saludo.

    luismyx lamento que estas teniendo todos ésos problemas con Leopard 10.5. (¿has hecho el update a 10.5.1?) yo en cambio compré Leopard (Pacquete familiar) el día que salió y lo e instalado en my PowerMacG5 Quad 2.5Ghz 1GB Ram 64 Bits, y mi MacBookPro 2.4Ghz 2GB Ram 64Bits y no e tenido nigunos de los problemas serios q has mencionado. ¿Talvez tratar de volver a instalar Leopard de nuevo? Suerte

  • Mi navegador no me permite restarar mi sesion anterior

    en la pagina de inicio de firefox no esta el boton para restaurar la sesion anterior y en historial la opcion esta inhabilitado

    1 Ve al botón de Firefox→ Ayuda → Información para solucionar problemas... y pulsa sobre el botón Copiar todo al portapapeles
    2 Posteriormente ve a http://pastebin.mozilla.org y en cuadro de texto pulsa con el botón secundario Pegar y para finalizar al botón inferior Send.
    3 Indíca en el mensaje del foro la dirección URL que aparece en la barra de direcciones tras enviarlo para poder ver los datos.
    Saludos.

  • Icloud mavericks imposible iniciar sesion Este ID de Apple es valido pero no corresponde a una cuenta de icloud

    como solucionar icloud mavericks imposible iniciar sesion Este ID de Apple es valido pero no corresponde a una cuenta de icloud

    Google translate:
    Usted está recibiendo este mensaje porque usted está tratando de crear una cuenta de iCloud en un PC. Sólo puede crear la cuenta de iCloud en un dispositivo iOS (iPhone, iPad o iPod Touch) con iOS 5 o superior, o en un Mac con OS X Lion (10.7.5) o superior. Después de crear su cuenta en uno de estos dispositivos a continuación, será capaz de iniciar sesión en la cuenta utilizando este identificador en su PC.

Maybe you are looking for

  • 1st gen ipod touch. updated apps dont work.

    i recently updated my applications and games on my ipod touch first generation. i was aware the update was for 4.0 ipod touchs but it had other in game updates as well. but when i tried to open the app it stayed open for about 3 seconds had the logo

  • WSA wsdl-gen won't get a custom WSDL

    Hi, I'm trying to make Web Service Assembler in OC4J 10.1.2 get my custom WSDL file, but it won't no matter what i change. This is the config file i'm using now: <web-service>      <display-name>Web Service Demo</display-name>      <description>Web S

  • Join and For Entries

    Hi,   There is following logic have to be implement     Go to VBRP •     VBRK-VBELN = VBRP-VBELN Take the value VBRP-VGBEL (recibos request) Go to VBFA and fill VBRP-VGBEL in VBELN and VBTYP_V = "M" Take the value VBELV (first line) With this value,

  • Toshiba PA3542U Dynadock with Windows 7 64 bit

    Hi, Can someone here confirm whether Toshiba PA3542U-2PRP Dynadock will work with Windows 7 64 bit or not? This will be great help because I am planning to buy this and I have Windows 7 64 bit on my laptop. It is Toshiba Satellite Pro U500 18 J. Than

  • Unable to go beyond the reponsibility menu

    Hi, I am able to lo into oracle apps. Select the first responsibility but unable to view any forms. I wonder if the probelm is with forms-server and how can i confirm it??? Regards.