AL ingresar a mi curriculum en el modulo Rys Publico, se produce el siguiente error:

Error de servidor en la aplicación '/EvolutionRysPublico'. Invalid column name 'RangoSalarioId'. Descripción: Excepción no controlada al ejecutar la solicitud Web actual. Revise el seguimiento de la pila para obtener más información acerca del error y dónde se originó en el código.

asked 30 Sep '16, 12:14

Valentino%20Lopez's gravatar image

Valentino Lopez
(suspended)
accept rate: 42%

¿Podrías agregar el Stack Trace al error para poder ver en donde falla y poder ayudarte?

(30 Sep '16, 14:56) Fernando Paz ♦♦ Fernando%20Paz's gravatar image

Según el StackTrace, el error se da al enumerar los elementos de la lista de Experiencias Laborales del candidato.

¡La columna RangoSalarioId es una columna de la tabla rpu.ExperienciasLaborales, debería de existir!

CREATE TABLE [rpu].[ExperienciasLaborales](
    [Id] [int] IDENTITY(1,1) NOT NULL,
    [NombreEmpresa] [nvarchar](max) NOT NULL,
    [ActividadEmpresa] [nvarchar](max) NOT NULL,
    [EsMultinacional] [bit] NOT NULL,
    [PaisId] [nvarchar](128) NOT NULL,
    [AreaInteresId] [int] NULL,
    [CargoInteresId] [int] NOT NULL,
    [NombrePuesto] [nvarchar](max) NOT NULL,
    [Descripcion] [nvarchar](max) NOT NULL,
    [MesDesde] [int] NOT NULL,
    [AnioDesde] [int] NOT NULL,
    [MesHasta] [int] NULL,
    [AnioHasta] [int] NULL,
    [RangoSalarioId] [int] NOT NULL,
    [UltimoSalarioRecibido] [decimal](18, 2) NOT NULL,
    [PromedioSalarioVariable] [decimal](18, 2) NOT NULL,
    [OtrosBeneficios] [nvarchar](max) NULL,
    [EvolutionId] [int] NULL,
    [Candidato_Id] [nvarchar](128) NULL,
 CONSTRAINT [PK_rpu.ExperienciasLaborales] PRIMARY KEY CLUSTERED ([Id] ASC)
)
link

answered 03 Oct '16, 11:08

Fernando%20Paz's gravatar image

Fernando Paz ♦♦
17.3k81635
accept rate: 51%

En el script que me pasaron esa tabla no tiene esa columna, ya le agregue dicha columna a la tabla y ya funciono el mantenimiento del curriculum.

Muchas gracias.

(03 Oct '16, 11:52) Valentino Lopez Valentino%20Lopez's gravatar image
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:

×14
×13

Asked: 30 Sep '16, 12:14

Seen: 1,501 times

Last updated: 03 Oct '16, 11:52

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