Bug #1483
[ESS-PMS FINAL] belum bisa posting data untuk ke phrpa0049 dan RESPONSIBLE
0%
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
Updated by Mr. Yusuf over 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.WorkFlowtesting 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.
Updated by Mr. Yusuf over 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.WorkFlowtesting pada employee 00000762 dengan username bintar dan regid 2610.
remote.minovais.com:61121
database sql server 2019
remote.minovais.com, 1445\MSSQLSERVER2019Karena 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.
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