Oracle

Tengo el siguiente mensaje al generar planilla, la generación finaliza bien pero el log dice:

La planilla terminó bien, pero hubo un error al enviar a la cola la notificación dirigida al usuario que solicitó la generación - Codigo = 376513 SessionId = 11c8b915-c062-44f3-a1fa-02f780656213
System.Collections.Generic.KeyNotFoundException: Dentro de los AppSettings no se especificó configuración para 'MessageQueueProviderName'

he revisado el appsettings del website y del appjob y tienen la siguiente configuración:

<!--Msmq | AzureServiceBus-->  
    <add key="MessageQueueProviderName" value="Msmq" />

¿si se agrega en el genpla en que archivo debe agregarse y como debe hacerse?

asked 02 Feb '21, 12:17

Jimy%20Tobar's gravatar image

Jimy Tobar ♦♦
(suspended)
accept rate: 56%

edited 02 Feb '21, 12:17


En el archivo C:\ASEINFO\Evolution Components 1.19.1.0\GenPlaApi\GenPlaAPI.appsettings.json

agregar las siguientes lineas

"MessageQueueProviderName": "Msmq",
"NotificationQueue": ".\\Private$\\EvolutionNotificationQueue",
"GeneracionPlanillaQueue": ".\\Private$\\EvolutionGenPlanillaQueue",
link

answered 02 Feb '21, 13:50

sbarahona's gravatar image

sbarahona ♦♦
(suspended)
accept rate: 32%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Evolution en BitBucket

En este sitio puede acceder al código fuente, centro de descargas y reportar bugs, propuestas y mejoras para Evolution.

Evolution en JIRA

En este sitio puedes sugerir nueva funcionalidad para Evolution, o puedes votar por la funcionalidad ya propuesta por otros usuarios.

Tags:

×4

Asked: 02 Feb '21, 12:17

Seen: 385 times

Last updated: 02 Feb '21, 13:50

[Acerca de] [Preguntas Frecuentes] [Privacidad] [Soporte] [Contacto]
Copyright 2013-2018. Asesores en Informática