Sabit Issakhan · Apr 28, 2021 go to post

I solve error with this code:

set content = %request.ContentSet whoIs = content.whoIs Set templates = content.templatesSet templateCount = templates.Count()for i=1:1:templateCount {Set row = templates.GetAt(i)Set codeForm = row.codeFormSet codeName = row.codeNameSet orderNumber = row.orderNumberSet codeFormat = row.codeFormatSet headerXLS = row.headerXLSSet headerDBF = row.headerDBFSet dbfFormatType = row.dbfFormatTypeSet dbfFormatLength = row.dbfFormatLengthSet valueFrom = row.valueFrom}
Sabit Issakhan · Jun 10, 2020 go to post

Find this way to solve problem

Set %response.Status = ..#HTTP401UNAUTHORIZED

it's works! 

Sabit Issakhan · Jun 9, 2020 go to post

Sure.

Class ParseXML.Parse Extends java.lang.Object [ ProcedureBlock ]
{

Method %OnNew(ByRef p0 As %ObjectHandle) As %Status
{
Quit:'$D(p0) $$$OK
Quit ..%Constructor(p0,"ParseXML.Parse",0)
}Method convertXMLtoJSON(ByRef p0 As %ObjectHandle) As %ObjectHandle
{
Quit ..%IR("convertXMLtoJSON",.p0)
}}

Sabit Issakhan · Aug 29, 2019 go to post

I was looking for quick solutions for my task and  get mapping of letters from the Internet

Sabit Issakhan · Aug 28, 2018 go to post

Hello Eduard!

When i deleted another file with Cache Terminal, status shows -5(Access Denied), 

But when i deleted that file with Studio Output, file deleted and status shows 0(The operation completed successfully.)