[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Upload file to REST (Data Object WebSpeed service)

  • Thread starter Thread starter jts-law
  • Start date Start date
Status
Not open for further replies.
J

jts-law

Guest
Peter, Are there any settings or some way to speed up the MultipartEntity REST call? My method works in that I can save the file being uploaded, but I noticed a large pause in the interface. The following log file entries show what's happening. Check out the time between the MPARTENT log entry and the next entry which appears to be when my upload method is actually called (1 minute and 47 seconds). [18/02/13@09:00:07.959-0600] P-021284 T-016484 1 AS-4 LogMgrWrtr [OE.W.InternalWebRouter DEBUG] Request for path "/JTS/web/pdo/UI/UploadProfitAcctCat" using template "/pdo/" and handler "OpenEdge.Web.DataObject.DataObjectHandler" [18/02/13@09:00:07.967-0600] P-021284 T-016484 1 AS-4 LogMgrWrtr [OE.W.InternalWebRouter DEBUG] Debug mode: ON [18/02/13@09:00:07.983-0600] P-021284 T-016484 1 AS-4 LogMgrWrtr [OE.W.InternalWebRouter DEBUG] Handler instance OpenEdge.Web.DataObject.DataObjectHandler_4209 used for handler OpenEdge.Web.DataObject.DataObjectHandler [18/02/13@09:00:08.133-0600] P-021284 T-016484 1 AS-4 LogMgrWrtr INFO: Current session client type MULTI-SESSION-AGENT does not support named logs [18/02/13@09:00:08.199-0600] P-021284 T-016484 1 AS-4 LogMgrWrtr [OE.W.DO.DataObjectHandler DEBUG] Using mapped operation for POST service path UploadProfitAcctCat: OpenEdge.Web.DataObject.MappedOperation_3688: POST svc:UI v1.0.0 uri:UploadProfitAcctCat: type:Class ; name:Progress.Lang.Object, type-of:Progress.Lang.Object, fn:, numargs:2, num-schemas:0, name: [18/02/13@09:00:08.352-0600] P-021284 T-016484 1 AS-4 LogMgrWrtr INFO: Current session client type MULTI-SESSION-AGENT does not support named logs [18/02/13@09:00:08.357-0600] P-021284 T-016484 1 AS-4 LogMgrWrtr [OE.W.DO.DataObjectHandler INFO] Service UI logging performed by OpenEdge.Web.DataObject.DataObjectHandler.UI at DEBUG [18/02/13@09:00:08.365-0600] P-021284 T-016484 1 AS-4 LogMgrWrtr [OE.W.DO.DOH.UI DEBUG] "Accept" value: */*; q=0.5, application/json [18/02/13@09:00:08.367-0600] P-021284 T-016484 1 AS-4 LogMgrWrtr [OE.W.DO.DOH.UI DEBUG] Operation ContentType: application/json [18/02/13@09:00:08.426-0600] P-021284 T-016484 1 AS-4 MPARTENT DEBUG FILE=C:\OpenEdge\WRK\oepas1\temp\mpe-4354.txt [18/02/13@09:01:55.422-0600] P-021284 T-016484 1 AS-4 LogMgrWrtr [OE.W.DO.DOH.UI DEBUG] Business entity UploadProfitAcctCat (type-of Progress.Lang.Object) invoked by OpenEdge.Web.DataObject.DataObjectHandler_4209 as target type Class [18/02/13@09:01:55.481-0600] P-021284 T-016484 1 AS-4 LogMgrWrtr [OE.W.DO.DOH.UI DEBUG] Using business entity 4409 of type UploadProfitAcctCat [18/02/13@09:01:55.484-0600] P-021284 T-016484 1 AS-4 LogMgrWrtr [OE.W.DO.DOH.UI DEBUG] Using entity UploadProfitAcctCat_4409 for operation OpenEdge.Web.DataObject.MappedOperation_3688: POST svc:UI v1.0.0 uri:UploadProfitAcctCat: type:Class ; name:Progress.Lang.Object, type-of:Progress.Lang.Object, fn:, numargs:2, num-schemas:0, name: [18/02/13@09:01:55.591-0600] P-021284 T-016484 1 AS-4 -- (Procedure: 'Logit JTSConfig' Line:451) [5] UploadProfitAcctCat:UploadAcctCat() Received 1 parts [18/02/13@09:01:57.647-0600] P-021284 T-016484 1 AS-4 LogMgrWrtr [OE.W.DO.DOH.UI DEBUG] Cached entity "UploadProfitAcctCat" removed for service "UI" 1.0.0 Louis

Continue reading...
 
Status
Not open for further replies.
Back
Top