Project

General

Profile

Bug #1483

[ESS-PMS FINAL] belum bisa posting data untuk ke phrpa0049 dan RESPONSIBLE

Added by Muhammad Bintar about 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Start date:
08/15/2022
Due date:
08/19/2022
% Done:

0%

Estimated time:

Description

Dear tim developer mohon support nya untuk perbaikan flow pada ESS PMS Final karena untuk flow nya berhenti di posisi proc data phrpa0049 terjadi error seperti ini:
proc_data_PHRPA0049-error on Create:Failed to convert parameter value from a String to a Decimal. - MinovaIS.MinovaES.Business.WorkFlow

testing pada employee 00000762 dengan username bintar dan regid 2610.

remote.minovais.com:61121
database sql server 2019
remote.minovais.com, 1445\MSSQLSERVER2019


Files

clipboard-202208151343-6oqjl.png (96.3 KB) clipboard-202208151343-6oqjl.png Muhammad Bintar, 08/15/2022 01:43 PM
#1

Updated by Mr. Yusuf about 2 years ago

Muhammad Bintar wrote:

Dear tim developer mohon support nya untuk perbaikan flow pada ESS PMS Final karena untuk flow nya berhenti di posisi proc data phrpa0049 terjadi error seperti ini:
proc_data_PHRPA0049-error on Create:Failed to convert parameter value from a String to a Decimal. - MinovaIS.MinovaES.Business.WorkFlow

testing pada employee 00000762 dengan username bintar dan regid 2610.

remote.minovais.com:61121
database sql server 2019
remote.minovais.com, 1445\MSSQLSERVER2019

Karena Value yg dikirim dari RunBizData kosong (''), sementara di Table Fisik tipe datanya DECIMAL.
Coba execute ini:
DECLARE @RegID AS BIGINT = '2610'
DECLARE @TaskSequence AS INTEGER = 3
DECLARE @TaskID AS VARCHAR='proc_data_PHRPA0049'
EXEC [YNSP_FIELDPOS_Cek_Decimal] 2610, 3, 'proc_data_PHRPA0049'

-----------------
Lihat di kolom Note, yg ada keterangan 'Value Decimal can't be Blank, should be 0.' kalau memang ga dibutuhkan fieldnya, di delete aja di fieldpostingnya.

#2

Updated by Mr. Yusuf about 2 years ago

  • Assignee changed from Mr. Yusuf to Muhammad Bintar
#3

Updated by Mr. Yusuf about 2 years ago

Mr. Yusuf wrote in #note-1:

Muhammad Bintar wrote:

Dear tim developer mohon support nya untuk perbaikan flow pada ESS PMS Final karena untuk flow nya berhenti di posisi proc data phrpa0049 terjadi error seperti ini:
proc_data_PHRPA0049-error on Create:Failed to convert parameter value from a String to a Decimal. - MinovaIS.MinovaES.Business.WorkFlow

testing pada employee 00000762 dengan username bintar dan regid 2610.

remote.minovais.com:61121
database sql server 2019
remote.minovais.com, 1445\MSSQLSERVER2019

Karena Value yg dikirim dari RunBizData kosong (''), sementara di Table Fisik tipe datanya DECIMAL.
Coba execute ini:
DECLARE @RegID AS BIGINT = '2610'
DECLARE @TaskSequence AS INTEGER = 3
DECLARE @TaskID AS VARCHAR='proc_data_PHRPA0049'
EXEC [YNSP_FIELDPOS_Cek_Decimal] 2610, 3, 'proc_data_PHRPA0049'

-----------------
Lihat di kolom Note, yg ada keterangan 'Value Decimal can't be Blank, should be 0.' kalau memang ga dibutuhkan fieldnya, di delete aja di fieldpostingnya.

#4

Updated by Kezia Pawitra Yulianti about 2 years ago

  • Status changed from New to Closed

Redmine ini di close aja ya, sudah ada redmine baru terkait dengan ESS Final nya yg saat ini msh on process di Azid

Tks

Also available in: Atom PDF