Forum Post: RE: XML-file and CBL_DELETE_FILE
Bernd. I use Window 7 but not on the C:\ . It is a Network drive. When I do the same with a no-xml-file the delete is working. The procedure is: open , read, close, copy and delete. When I open the...
View ArticleForum Post: RE: XML-file and CBL_DELETE_FILE
For a test can you please try the following: 1. Use a local drive location like C:\TEMP instead of a network drive 2. Omit the copy step and see if you get the same error on the delete after just...
View ArticleForum Post: RE: XML-file and CBL_DELETE_FILE
I have test it, but I get the same RETURNCODE = +094254592 .
View ArticleForum Post: RE: XML-file and CBL_DELETE_FILE
Can you please compile and run the following: $set preprocess(prexml) endp id division. program-id. writexml. environment division. input-output section. file-control. select customers assign to...
View ArticleForum Post: RE: Regarding exposing webservice
Hi Michael, Thanks for your help. I have modified the web service. % Set oXmlHTTP = CreateObject("MSXML2.ServerXMLHTTP") oXmlHTTP.Open "POST", "http://localhost/test/service.wsdl", False...
View ArticleForum Post: RE: XML-file and CBL_DELETE_FILE
Please can you test "D:\" or "E:\".... Higher then "C:\" There was a bug under Windows 7 with the drive "c:\" and the rights!
View ArticleForum Post: RE: XML-file and CBL_DELETE_FILE
One more bug!? After the last Windows Update i have nearly the same Problem (today) with Net Express 4.0 under Windows 7 64 Bit! I can open the XML File, read and Close... So far so good... But after...
View ArticleForum Post: RE: ntdll.dll error
The strange thing is that on my server works with both versions 11.1.0.6.0, 11.2.0.1.0 of Oracle client x32. In fact, I thought it was an error of Windows, the s.o. is windows server 2008 r2...
View ArticleForum Post: Inconsistentes results of a test executed in virtual machine
I installed SilkTest 13.5 in a virtual machine (Virtual Box) with Windows 7 Professional. When I execute the tests with a remote session opened, the tests are executed successfully, but if there isn't...
View ArticleForum Post: RE: XML-file and CBL_DELETE_FILE
The only version of Net Express that is supported under Windows 7 is Net Express 5.1 so you should not be using Net Express 4.0 or 5.0 in that environment. It sounds like something is keeping your...
View ArticleForum Post: RE: Global "error handling" in SilkTest Classic
Submitting this to support for help.
View ArticleForum Post: SilkTest workbench ( Vb.Net scripts)
Hi All, I am trying to run VB.Net silktest workbench scripts from Silk Central Test Manager. The issue is some times it runs without any problems, But sometimes it shows an error : "Could not connect...
View ArticleForum Post: RE: How wide in bytes is PIC S9(12) -- 12 or 13 bytes ?
It would be 12 as S takes up no data. Although when displayed, the + or - will be trailing. For example S9(3) would display 123- given that the value you declare is negative. Hope this helps. I myself...
View ArticleForum Post: RE: Inconsistentes results of a test executed in virtual machine
Sounds like you are missing the UI :) Are you connecting through RDC to this machine and starting test? RDC works differently than VNC for example, in a way that RDC does not send "images" to the...
View ArticleForum Post: Visual Studio .NET Add-On Protocol
Hi All, I have gone through the .Net developer guide completely. It speaks only about web services using the Visual Studio .NET Add-On Protocol. Kindly Clarify using the " Visual Studio .NET Add-On...
View ArticleForum Post: RE: Error 163 - how to set F switch
Thank you Chris. I've opened my .CONFIG file, to see an "Application Settings" window with 2 tabs "Environment" and "COBOL switches" and added an environment variable with name COBSW and value -F but...
View ArticleForum Post: RE: "Error - No application configuration preset" when it is
From your description of the problem I would guess that your test scripts attempt to interact with the agent before the application configuration is set. The "Edit Application Configurations" dialog...
View ArticleForum Post: RE: Using AcuCOBOL-GT to create bar coded documents
i didn't talk from a barcode generator. My reply was for Dominique's answer, and when you print directly with a barcode-font you have to generate the checksume if needed.
View ArticleForum Post: RE: XML-file and CBL_DELETE_FILE
I have run the program with debugging. The result is : 000000000+ 000000172+ +000000000 +000000000 This is oke. But the problem is not the making of a file but after the reading. The result by reading...
View ArticleForum Post: RE: How wide in bytes is PIC S9(12) -- 12 or 13 bytes ?
Yes, Moto - it's 12. Cobol has a "length of" operator you can use to find the length of any field - see below. For group items, the Editor tooltips also include the length of the item - though...
View Article