Search found 83 matches

by kmck
Wed Feb 11, 2015 5:43 pm
Forum: Automation API
Topic: Failed to set value '' to variable 'xxxxx'
Replies: 9
Views: 4542

Re: Failed to set value '' to variable 'xxxxx'

For anyone else who might stumble across this problem, Robert and Bernhard were able to provide me with a workaround in the interim while we update our code. TestVariable in Ranorex is only equipped to pass string values, however you can pass List<List<string>> objects by opening up your data bindin...
by kmck
Fri Jan 23, 2015 4:02 pm
Forum: Automation API
Topic: Failed to set value '' to variable 'xxxxx'
Replies: 9
Views: 4542

Re: Failed to set value '' to variable 'xxxxx'

Hello Robert,

Thank you, I went ahead and sent the sample project and corresponding sample library with the code in question to support.
by kmck
Wed Jan 21, 2015 6:26 pm
Forum: Automation API
Topic: Failed to set value '' to variable 'xxxxx'
Replies: 9
Views: 4542

Re: Failed to set value '' to variable 'xxxxx'

Hello Robert, Thank you for your response. The way I have it currently set up is the code to retrieve data from our MySQL database is segregated into a code module called SQLMethods in a Class Library titled SharedMethods. In SharedMethods, I created a recording module called Run_SQL_Query_List that...
by kmck
Tue Jan 20, 2015 5:36 pm
Forum: Automation API
Topic: Failed to set value '' to variable 'xxxxx'
Replies: 9
Views: 4542

Re: Failed to set value '' to variable 'xxxxx'

Anyone else have this issue and were able to implement a workaround? Anyone from the Ranorex team have some insight?
by kmck
Fri Jan 16, 2015 5:55 pm
Forum: Automation API
Topic: Failed to set value '' to variable 'xxxxx'
Replies: 9
Views: 4542

Re: Failed to set value '' to variable 'xxxxx'

I wouldn't be opposed to that, but I'm afraid it would require a massive overhaul at this point that we really can't do just yet. The way our modules interact with one another rely on using List<List<string>> variables. Surely there is something else we can implement into our code to get it to work ...
by kmck
Fri Jan 16, 2015 5:16 pm
Forum: Automation API
Topic: Failed to set value '' to variable 'xxxxx'
Replies: 9
Views: 4542

Failed to set value '' to variable 'xxxxx'

I have user code that accesses data from a MySQL database and returns table data as a List<List<string>> variable (All code posted below). This code has worked consistently since its implementation, but after updating Ranorex to v. 5.2.x I've received the error " Failed to set value'' to variable 'q...
by kmck
Tue Nov 04, 2014 2:03 pm
Forum: General Questions
Topic: Report: "Data file or transformation file is missing"
Replies: 5
Views: 2757

Re: Report: "Data file or transformation file is missing"

I ran the full suite again last night and received the same error. Any help or insight from Ranorex on this issue?
by kmck
Mon Nov 03, 2014 10:33 pm
Forum: General Questions
Topic: Report: "Data file or transformation file is missing"
Replies: 5
Views: 2757

Re: Report: "Data file or transformation file is missing"

Hey odklizec,

The AUT terminated fine and ran through the entire test suite without a forced termination. I didn't find the data_tmp file, which is what I thought would have been the issue initially. If it IS a corrupted file, I wonder what would cause it to become corrupt?
by kmck
Mon Nov 03, 2014 9:34 pm
Forum: General Questions
Topic: Report: "Data file or transformation file is missing"
Replies: 5
Views: 2757

Report: "Data file or transformation file is missing"

Hello, I just ran an 8 hour test and the report is refusing to open. I get the following error when opening: Data file (Groups_20141103_095338.rxlog.data) or transformation file is missing. However, this file, as well as the report file, are both present in the /bin/Debug folder as well as the /Repo...
by kmck
Fri May 23, 2014 3:35 pm
Forum: General Questions
Topic: Unable to use source control with TFS on Windows Server 2012
Replies: 10
Views: 3600

Re: Unable to use source control with TFS on Windows Server 2012

Hi Markus,

I have, but the report did not generate.
by kmck
Thu May 22, 2014 2:44 pm
Forum: General Questions
Topic: Unable to use source control with TFS on Windows Server 2012
Replies: 10
Views: 3600

Re: Unable to use source control with TFS on Windows Server 2012

Hi Markus, This error does not occur when checking in/out directly from Visual Studio (as long as MSSCCI is NOT installed). It's that the error occurred within Ranorex using both Visual Studio 2010 and Visual Studio 2013. Once I install MSSCCI, the issue with the frozen "Loading" dialogue box then o...
by kmck
Wed May 21, 2014 3:42 pm
Forum: General Questions
Topic: Unable to use source control with TFS on Windows Server 2012
Replies: 10
Views: 3600

Re: Unable to use source control with TFS on Windows Server 2012

Hi Markus,

Any other suggestions on how to get this to work?
by kmck
Mon May 19, 2014 1:28 pm
Forum: General Questions
Topic: Unable to use source control with TFS on Windows Server 2012
Replies: 10
Views: 3600

Re: Unable to use source control with TFS on Windows Server 2012

Hello Markus,

That is correct, we are using TFS 2010 with MSSCCI 2010 32bit. But I have also tested with TFS 2013 and MSSCCI 2013 32bit. Both resulted in the same aforementioned issue.
by kmck
Thu May 15, 2014 3:18 pm
Forum: General Questions
Topic: Unable to use source control with TFS on Windows Server 2012
Replies: 10
Views: 3600

Re: Unable to use source control with TFS on Windows Server 2012

Hello Markus, That's correct, I can connect via Visual Studio and the credentials are all correct. I was working on one project from source control that out of nowhere started giving me this same issue this morning when I had changed nothing. We follow the same steps Server 2008 and have not had thi...
by kmck
Wed May 14, 2014 2:14 pm
Forum: General Questions
Topic: Unable to use source control with TFS on Windows Server 2012
Replies: 10
Views: 3600

Re: Unable to use source control with TFS on Windows Server 2012

Bumping this thread. This continues to be an issue that is keeping my team from being able to use Ranorex. Any help would be appreciated.