Busca respuestas existentes a tus preguntas de productos y soporte.
Familiarízate con nuestro sitio de soporte y aprende las mejores prácticas sobre trabajar con nuestro equipo.
Manejar Peticiones de Servicio. Ve y actualiza peticiones de servicio tuyas o de otros miembros de tu organización.
Reporta un nuevo problema a nuestro equipo de soporte técnico.
Conocimientos sobre el Servicio Oracle B2C por parte de expertos en el área de nuestro equipo de soporte técnico.
Explora recursos que serán útiles para poner en marcha tu implementación y asegurar un lanzamiento exitoso.
Accede a tu cuenta OCI.
Encuentra documentación del producto para versiones vigentes de B2C y bibliotecas de documentación para soluciones de servicio relacionadas.
Tendrás las herramientas para mejorar la experiencia de los clientes al aprender todo lo que nuestro producto es capaz de hacer.
Encuentra enlaces para la documentación de APIs, Procesos Personalizados, Portal de Clientes, y la Estructura Extensible de la Interfaz de Usuario del Navegador para Agentes (BUI).
Explora cómo los aceleradores son diseñados para demostrar cómo un escenario de integración podría ser construido usando integraciones públicas y las capacidades de extensión del servicio de Oracle B2C.
Prepárate para una transición exitosa al revisar cambios y mejoras próximas a ser lanzados.
Explora webinarios, eventos, y kits de características para aprender sobre las características, funcionalidades, y mejores prácticas para el Servicio B2C brindado por técnicos expertos en el área.
Oracle MyLearn ofrece un portafolio de recursos de aprendizaje basados en un modelo de suscripción gratuito y de paga para adquirir habilidades valiosas, acelerar la inclusión de la nube, incrementar la productividad, y transformar tu negocio.
Empodera a tu equipo con las habilidades para implementar, configurar, manejar, y usar tus aplicaciones con el Entrenamiento de la Nube para la Experiencia del Cliente.
Nuestro objetivo es facilitar un entorno amigable y solidario, donde los miembros pueden colaborar fácilmente entre ellos sobre soluciones y mejores prácticas.
Realiza y responde preguntas específicas a B2C.
Este es un recurso fascinante con el propósito de ayudar con el Análisis de la Nube del Servicio de Oracle.
Comparte ideas de cómo mejorar el producto y solicitudes de mejoras con el equipo de desarrollo de Oracle, mientras colaboras con otros clientes y socios de Oracle.
Actualiza tu número telefónico, preferencias de notificaciones por correo electrónico, y preferencias de contacto para incidentes de severidad 1 y 2.
Consulta los gestores de contactos dentro de tu organización.
Encuentra información de contacto del Gerente Técnico de Cuentas (TAM), y el Gerente de Éxito de Clientes (CSM) para tu organización.
Environment:
Process Designer, Custom Process Model (CPM) / Service Process Model (SPM)All product versions
Resolution:
Asynchronous CPMs run in a queue, with records processing in a first-in/fist-out manner. Thus, it can appear to be a problem with asynchronous CPMs when there is instead a backlog in the queue. In these cases the product is working as expected. The following is a discussion of how to best manage implementations using this product feature.
What are the main considerations when using asynchronous CPMs?
The queue used to process asynchronous CPMs is also used to process Event Subscription functionality. The queue is designed to process items in a way that uses a limited set of site resources, including database connections, and to process as quickly as possible under the resulting limitations. This design allows for the records to be processed while keeping ample site resources available for other traffic/activity.
The design of this product determines that asynchronous CPMs should not be used for functionality that needs to happen immediately. The best alternative to any customization is to use base-product functionality when available. Additional functionality is added to the product in each quarterly release, and so existing customizations should be reviewed periodically to determine if there an appropriate replacement within the base-product. For information on alternatives involving site customizations see
Answer ID 11934: Alternatives to using CPM customizations for event-driven functionality that needs to happen immediately
How does one determine the current state of the queue?
For functionality that has been implemented using asynchronous CPMs, one way to see if and when the CPMs run is through custom logging and analytics reports that filter on fields that are modified by CPMs. Database fields can be added for this purpose alone, and associated analytics reports can be set to an automated schedule to warn site administrators if there are delays in the queue. Determining the source of any queue backlog involves evaluation of custom logging, site error/info logs, and database transactions (transactions and co_trans tables).
There is also a canned report that can be made available that shows the contents of the asynchronous CPM queue. For further details see
Answer ID 12738: Is an analytics report available that shows the contents of the asynchronous CPM queue?
What aspects of an asynchronous CPM customizations relate to delays/backlogs in the queue?
It is critically important that best practices defined for CPM customizations be followed for all CPMs, whether configured as synchronous or asynchronous. Synchronous CPMs will run within a process running asynchronous CPMs when the synchronous CPM is triggered by an API save within an asynchronous CPM. In particular, proper exception handling, appropriate PHP curl call timeouts, and use of API suppression can significantly affect the time it takes an asynchronous CPM to run to completion. For further details on this see
Answer ID 8392: CPM/Process Designer Best Practices and Guidelines
Answer ID 7890: Enabling API suppression in Connect for PHP Customizations
What else can the Oracle B2C Service Technical Support team do to help if there is a backlog in the queue?
Upon request, the Oracle B2C Service Technical Support team can look at internal logs and determine if the queue is processing. Relatively short delays, such as under 10 minutes, are already an indication that the queue is processing normally. Thus, questions into delays of that nature are not encouraged. Cases where the queue is found to not be processing normally will be investigated as a potential product issue.