Search found 19 matches

by sdrx
Fri Jun 23, 2023 1:49 pm
Forum: General Questions
Topic: When typing in a datasource list of all uppercase values, some are entered as mixed case
Replies: 0
Views: 2010

When typing in a datasource list of all uppercase values, some are entered as mixed case

When I run a test that enters multiple uppercase values from a datasource and then validates an on screen message afterwards, sometimes Ranorex types the uppercase item in mixed case and then the validation fails because it is expecting all upper case. Example: APPLE You entered APPLE in the text bo...
by sdrx
Mon Sep 05, 2022 9:38 am
Forum: General Questions
Topic: Invoke Select Stopped working on 10.2.3
Replies: 21
Views: 3201

Re: Invoke Select Stopped working on 10.2.3

We also experienced this issue on 10.2.4 and 10.2.3 and will be using 10.2.2 until Ranorex address the issue.
by sdrx
Wed Jun 03, 2020 8:57 am
Forum: How To …
Topic: SQL Class as Datasource (Instead of SQL Connector)
Replies: 4
Views: 2230

Re: SQL Class as Datasource (Instead of SQL Connector)

Does anyone at Ranorex read these forums?
by sdrx
Thu May 28, 2020 10:24 am
Forum: How To …
Topic: SQL Class as Datasource (Instead of SQL Connector)
Replies: 4
Views: 2230

Re: SQL Class as Datasource (Instead of SQL Connector)

Is this possible at all?
by sdrx
Wed May 20, 2020 9:52 am
Forum: How To …
Topic: SQL Class as Datasource (Instead of SQL Connector)
Replies: 4
Views: 2230

SQL Class as Datasource (Instead of SQL Connector)

Hello there. Our solution is currently split between some users using a code module and some users using SQL data connectors. The code module basically queries the database with a basic query, such as "select fullname from table1 where uniqueid = xyz" to return 1x user and validates a result before ...
by sdrx
Tue Apr 28, 2020 3:06 pm
Forum: How To …
Topic: Upgrading to 9.3.1 with several agents
Replies: 1
Views: 1478

Upgrading to 9.3.1 with several agents

Hello there, we have several agents currently running fine with everyone's Ranorex version at 9.2 or 9.2.1. I upgraded my local version to 9.3.1 today and can no longer run via the agents. Is there something that needs done agent-side to allow these to run? And will that impact those on 9.2/9.2.1? E...
by sdrx
Mon Apr 27, 2020 1:23 pm
Forum: How To …
Topic: Encrypting SQL Credentials
Replies: 1
Views: 1217

Encrypting SQL Credentials

We have a solution that uses a mix of SQL via .cs files with connection strings hard coded and Ranorex data sources with connection strings formed by filling in the fields.

Is there a way to encrypt the SQL credentials within these 2 areas so they are not just stored in plain text?
by sdrx
Thu Mar 12, 2020 11:01 am
Forum: General Questions
Topic: Building project Ranorex Automation Helpers is not supported.
Replies: 8
Views: 1433

Re: Building project Ranorex Automation Helpers is not supported.

Hello there, it is just the exact solution from git but it immediately has those warnings even after a brand new git clone. Thought it might have been something local to my system or Ranorex install?
by sdrx
Thu Mar 12, 2020 10:39 am
Forum: General Questions
Topic: Building project Ranorex Automation Helpers is not supported.
Replies: 8
Views: 1433

Re: Building project Ranorex Automation Helpers is not supported.

Still currently 9.2.0, good point about upgrading. However, others in the office do not have this issue and are still on 9.2.0.

Do you know if there will be any issues with remote agent compatability or general project compatability if I upgrade to 9.2.1 and others currently do not?
by sdrx
Thu Mar 12, 2020 10:28 am
Forum: General Questions
Topic: Building project Ranorex Automation Helpers is not supported.
Replies: 8
Views: 1433

Re: Building project Ranorex Automation Helpers is not supported.

Hello, thanks for your very quick reply. I have tried updating the helpers, and removing and re-adding them but after a build I get the same warnings. I also tried copying the references folder directly from our main location and then get this additional warning: Found conflicts between different ve...
by sdrx
Thu Mar 12, 2020 10:16 am
Forum: General Questions
Topic: Building project Ranorex Automation Helpers is not supported.
Replies: 8
Views: 1433

Building project Ranorex Automation Helpers is not supported.

After numerous issues I deleted my git folder and recloned. On reclone, after building I now get these 2x warnings that are only present on my system. Is there a setting somewhere I need to change? I did not get these prior to the reclone. Building project Ranorex Automation Helpers is not supported...
by sdrx
Tue Aug 06, 2019 2:00 pm
Forum: General Questions
Topic: Copying a test case and it's datasources to another test suite
Replies: 1
Views: 1128

Copying a test case and it's datasources to another test suite

I used to be able to successfully copy and paste a test case that contained datasources to other test suites. I'm not sure what has changed but when I try to do this now, the bindings and datasources are no longer copied over.

Any suggestions on what might cause this?
by sdrx
Thu Jul 11, 2019 2:49 pm
Forum: How To …
Topic: Bulk changing SQL database for all SQL datasources
Replies: 7
Views: 1471

Re: Bulk changing SQL database for all SQL datasources

I think a combination the information on those two threads has solved it. The issue I had is that I didn't realise it would only set the connection string for that particular run (rather than changing it persistently).
by sdrx
Thu Jul 11, 2019 2:32 pm
Forum: How To …
Topic: Bulk changing SQL database for all SQL datasources
Replies: 7
Views: 1471

Re: Bulk changing SQL database for all SQL datasources

The main issue is that there are 188 test suites each with a variety of data sources, some SQL, some not. Possibly about 80 different SQL data connectors. It does look like another users have had issues with this here with some form of reply: https://www.ranorex.com/forum/multiple-testing-environmen...
by sdrx
Thu Jul 11, 2019 11:22 am
Forum: How To …
Topic: Bulk changing SQL database for all SQL datasources
Replies: 7
Views: 1471

Re: Bulk changing SQL database for all SQL datasources

I was thinking there would be a reasonably easy way to update these in bulk via code.

None of the SQL would change, just the connection string itself and it would need changed for all the datasources at once.