SQL Query not working
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-11-20 09:31 AM
Hello!
I'm facing an issue,
I'm trying to input some data into an SQL table from collection, but its not working. When I'm running it just in the object its fine but when a try to run it in my process its not working. I tried to run step by step and like that its working as well,but when i try to run the process alone its not working. It's executing but not inserting into DB.
Thank you for your response.
------------------------------
Peter Vígh
------------------------------
I'm facing an issue,
I'm trying to input some data into an SQL table from collection, but its not working. When I'm running it just in the object its fine but when a try to run it in my process its not working. I tried to run step by step and like that its working as well,but when i try to run the process alone its not working. It's executing but not inserting into DB.
Thank you for your response.
------------------------------
Peter Vígh
------------------------------
17 REPLIES 17
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-11-20 06:06 PM
So if i click the check again and there are no errors it's fine? Because after every process reset there are 2 errors but when i open it,there are no errors.
------------------------------
Peter Vígh
------------------------------
------------------------------
Peter Vígh
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-11-20 06:07 PM
We are using BluePrism version 6.6 and sometimes we cannot identify and highlight elements in chrome. We added the chrome extension but sometimes it's still a problem. It's a version problem?
------------------------------
Peter Vígh
------------------------------
------------------------------
Peter Vígh
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-11-20 06:19 PM
@Peter Vígh it's hard to say. There were some fixes for Chrome interaction in v6.6 and it looks like some additional enhancements in v6.8. What version of Chrome are you using?
My recommendation would be to open a ticket with support if this is an issue you can reproduce.
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
My recommendation would be to open a ticket with support if this is an issue you can reproduce.
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-11-20 02:55 PM
Just try without giving semicolon at the end of query.
------------------------------
Vivek Goel
Winners of "The" RPACULT 2020
https://rpatools.com/2020/11/the-rpacult-2020-winners/
------------------------------
------------------------------
Vivek Goel
Winners of "The" RPACULT 2020
https://rpatools.com/2020/11/the-rpacult-2020-winners/
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-11-20 03:18 PM
Hi Peter,
I am not sure below method will work for you or not but same issue i had faced long back ago.
I used below method and my issue was resolve ( it was just patch)
1.Use configure action first from Data - SQL VBO ( Pass all input and output para)
2.Create connection action using Data - SQL VBO ( Pass all input and output para)
3.Create one more connection action using Data - SQL VBO ( Pass all input and output para)
4. Link it and run it.
I hope it will help you.
Thanks
------------------------------
Nilesh Jadhav
Senior RPA Specialist
ADP
India
------------------------------
I am not sure below method will work for you or not but same issue i had faced long back ago.
I used below method and my issue was resolve ( it was just patch)
1.Use configure action first from Data - SQL VBO ( Pass all input and output para)
2.Create connection action using Data - SQL VBO ( Pass all input and output para)
3.Create one more connection action using Data - SQL VBO ( Pass all input and output para)
4. Link it and run it.
I hope it will help you.
Thanks
------------------------------
Nilesh Jadhav
Senior RPA Specialist
ADP
India
------------------------------
Nilesh Jadhav.
Consultant
ADP,India
Consultant
ADP,India
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-11-20 05:44 PM
Still can't see the errors. If I just put there an action stage without link i can see that the error number increased but as soon as i open it,it shows me that there are 0 errors.
------------------------------
Peter Vígh
------------------------------
------------------------------
Peter Vígh
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-11-20 06:20 PM
Still can't see the errors. If I just put there an action stage without link i can see that the error number increased but as soon as i open it,it shows me that there are 0 errors.
------------------------------
Peter Vígh
------------------------------
------------------------------
Peter Vígh
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-11-20 06:21 PM
@Peter Vígh the error dialog is only going to show you design time errors (ex. missing links to stages, syntax errors in code stages, etc). It's not going to show you error responses from executing code.
Have you tried some of the other suggestions such as those from @vivek.kumar.goel and @Nilesh Jadhav? If so, and you're still experiencing an issue it might be best to share the actual SQL query you're trying the execute.
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
Have you tried some of the other suggestions such as those from @vivek.kumar.goel and @Nilesh Jadhav? If so, and you're still experiencing an issue it might be best to share the actual SQL query you're trying the execute.
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------

- « Previous
-
- 1
- 2
- Next »