Page 1 of 1

Datasource connector not selectable

Posted: Fri Jun 09, 2017 8:23 am
by fleipold
hello

i checked out an pull-request of my team to test their changes.
The original committer missed to add the available dataconnector attached to one of the recordings again. Wenn we now try to add the datasource again ( screenshot_36 ) we can see the data connector but we cannot select it again ( screenshot_38 )
The connector is available for code module "SearchArticle" ( screenshot_37 ) but not for code module "CreateArticle" or the Testcase_TA56 .
We get no error message so i am unsure what we do wrong.

Regards Florian

Re: Datasource connector not selectable

Posted: Mon Jun 12, 2017 2:31 pm
by Support Team
Hi Florian,

In order to analyze the issue, it would be helpful if you could send us the compressed Ranorex Solution.

If you want, you can also send the solution directly to [email protected].

We look forward to hearing from you.

Kind regards,
Johannes

Re: Datasource connector not selectable

Posted: Wed Jun 14, 2017 8:07 am
by fleipold
I tried to reproduce the problem in a smaller solution but wasnt successful.
I think you can close the issue

Re: Datasource connector not selectable

Posted: Mon Oct 16, 2017 6:05 pm
by Esivakumar
I am facing some other issue and it related to Data source. I am using Excel variable sheet and i have stored all required data.
After success data binding i have moved my entire testsuite different system, while opening testsuite in my new system, all data binding removed, its showing unbound state, because the excel sheet(variable sheet) location totally different from original system. i have given correct path to load variable but variable state changed to unbound level.
In this case i need to repeat the same variable binding to all the variable once again to all Test case one by one.

Is there any way to auto binding all the variable respective test cases...?

Re: Datasource connector not selectable

Posted: Mon Oct 16, 2017 6:22 pm
by Support Team
Hi Esivakumar,

In the future, we ask to please post new issues as a new thread in the appropriate forum instead of posting in a mostly unrelated thread.

If you name your column headers the same as the variable names, you can use the auto-bind feature. If not, then you will have to manually rebind each data source column to the appropriate variable.
dc.bind.png
I recommend copying the data source to the solution to prevent this issue from happening again.
dc.copy.png
I hope this helps!

Cheers,
Ned

Re: Datasource connector not selectable

Posted: Tue Oct 17, 2017 7:02 am
by Esivakumar
Thank you Ned, Thanks lot