Hi All,
I have data in Database, I need to upload the data into a queue can someone help me on thus??
@ushu
@Palaniyappan
@ppr
@Nithinkrishna
@lakshman
@geetishree.rao
@Gokul001
Hi All,
I have data in Database, I need to upload the data into a queue can someone help me on thus??
@ushu
@Palaniyappan
@ppr
@Nithinkrishna
@lakshman
@geetishree.rao
@Gokul001
Hey, I think this topic might help you:
Add Database Package in your Project
Connect to DB by passing the connection String
Use the output of this activity Connection object and pass it to execute query activity along with the query
Pass the datatable output if it is not nothing to the Bulk Add Queue Item activity.
Disconnect the connection
Select * from your table name
I am getting error like that
@HeartCatcher Print the data table rows count just to make sure it has data. Also, print the config variable to make sure it is getting the exact queue name
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.