Forum Post: RE: CheckoutManager.CheckoutTo() fails silently... WHY?!?
This still doesn't explain why CheckoutTo() does not in some way tell you that it failed. Silent failures are terrible, not to mention extremely unhelpful. So, I think you're saying that I should...
View ArticleForum Post: RE: CheckoutManager.CheckoutTo() fails silently... WHY?!?
Thanks, that did the trick. I don't know why, and I don't know why this isn't just done internally at the tail of the operation, but it worked. You rock!
View ArticleForum Post: RE: STCMD fails and exits with code 0.
What version of the SDK / stcmd are you using please? Can you reproduce this problem with the latest version, i.e. 13.0.1.29 distributed through this forum? If so, can you give us a specific example...
View ArticleForum Post: RE: CheckoutManager.CheckoutTo() fails silently... WHY?!?
CheckoutTo is more of a setup function. The Commit function is the action that creates the local files. CheckoutTo did not fail. Glad I could help....
View ArticleForum Post: RE: CheckoutManager.CheckoutTo() fails silently... WHY?!?
The only reason this was an issue is that the code that I posted originally worked. It didn't start failing until I upgraded from 2009 to the latest SDK.
View ArticleForum Post: RE: STCMD fails and exits with code 0.
This happened with 2009 and is still happening with 13. It happens under almost any circumstance where it fails to connect or the connection is broken - here's an example: [16:32:24][Step 1/3]...
View ArticleForum Post: RE: STCMD fails and exits with code 0.
To be clear - the exact same command will succeed 90% of the time, but it will fail occasionally (the above failure to resolve is one example of an error it will report, but sometimes it's "unable to...
View ArticleForum Post: RE: STCMD fails and exits with code 0.
Further clarification - our server is set to only allow clients with version 13.0.1.29 or later to connect.
View ArticleForum Post: Setting test run properties in .net scripts in STWB14.3
Does anyone know if its possible to set the value of the test result inside the executing script? I wanted to set the result to not executed, as part of a If loop, then exit. (Not as result of a...
View ArticleForum Post: RE: STCMD fails and exits with code 0.
thank you for your detailed explanation. we now have enough information to at least begin a preliminary investigation.
View ArticleWiki Page: How to use a DSN which contains Japanese characters.
When a DSN is configured for use by the Silk Test Workbench (STW) the information is stored in a file named DSNConfiguration.ini , this is located in C:\ProgramData\Silk\SilkTest Workbench (Windows...
View ArticleForum Post: Part on a UML Composite Structure Diagram
How do I resize a Part on a UML 2.0 Composite Structure diagram? And still maintain a readable label. We wanted to depict a part as a Type of an Architecture Component. And our Architecture Components...
View ArticleForum Post: How to create UML 2.1 models
How do I create a UML 2.1 project? When I create a project using the wizard, I don't see the 2.1 option. I've been able to create UML 2.0, but wanted to see if 2.1 is a better version. And using the...
View ArticleForum Post: RE: STCMD fails and exits with code 0.
Awesome! Thanks for the quick response!
View ArticleForum Post: Implements on an Execution Environment
If I create an ExecutionEnvironment node on a UML 2.0 Deployment diagram, why can't I select a Component for "implments" property? Is there a property or preference that I should enable? Or is this a...
View ArticleForum Post: RE: JDBC Connection sharing between java and cobol
Thanks for the suggestion. We're already working (with Chris) to improve the documentation that was mentioned earlier in this thread, and an example is something we'll be looking at. Thanks
View ArticleBlog Post: 12 days of COBOL
On the first day of COBOL... You've heard of the 12 Days of Christmas , but have you heard of the 12 Days of COBOL ? Starting on 1 December 2013 and continuing for 12 days, I'll be posting daily hints...
View ArticleForum Post: Status Bar
Hello, I have a variable X(256) and i am trying to fill the status-bar title but it displays only 128 characters. Why? How can i add more?
View ArticleForum Post: Trying to change the product that a test container is assigned to
Hi! I'm trying to find a way to change the product that is set for a test conatiner, but it doesn't seem to be possible. Is this a correct observation or not? If correct, would the proper workflow be...
View ArticleForum Post: RE: Trying to change the product that a test container is...
Hi, the product can be changed as long as no results exist. Results are related to a specific version and build of a product. Hence you have to create a new test container with the correct product and...
View Article