Javelin SqlBulkCopy keeps running
search cancel

Javelin SqlBulkCopy keeps running

book

Article ID: 233939

calendar_today

Updated On:

Products

CA Test Data Manager (Data Finder / Grid Tools)

Issue/Introduction

When running a Javelin flow, the SqlBulkCopyActivity keeps running even though it should only be one record. 

Environment

Release : 4.9

Component : Javelin

Cause

The ldata reader push into SQL step has a link back to that same step and caused the issue.

Resolution

.The ldata reader push into SQL step has a link back to that same step as below and caused the issue.

https://api-broadcom-ca.wolkenservicedesk.com/attachment/get_attachment_content?uniqueFileId=2u8XHOThm/3LBhZm24IKoA==

. Remove the loopback in ldata reader push into SQL step and it should look like below.

https://api-broadcom-ca.wolkenservicedesk.com/attachment/get_attachment_content?uniqueFileId=Rw2et83mFr7RAw14kpbUdw==

. Rerun the flow and it should work.