enter Password contain "+" sign
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-03-18 04:02 PM
Dear Friends,
I have encounter with possible bug or setback, when entering password or username containing of digits and letters and the "+" sign on the end, user name or password simply was not accepted when logging in to a SAP. It is possible that BP recognize "+" as a specified symbol? Heve you ever had same experience? How did you manage this without changing password?See the exceptions details in attachment.
Note: Menawhile I have found solution:
it is like this [password]&"{+}"
be carefull for every specific sign liek + ^ & ~ and ().
Chek URL : https://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.send(v=vs.110).aspx
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-03-18 10:57 PM
Nope - not something I have heard of before. This sounds like some kind of constraint of the SAP Gui Scripting API that Blue Prism uses. I presume that just using global send keys or paste key strokes (after setting clipboard) rather than a write stage would have worked fine.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-04-18 01:51 AM
Yes, I also faced the same problem with SAP log on then I used global send keys for the password and it worked instead of write stage
