Comment on however... the error is Load error : file 'MVS-PRESENT' error...
I solved it by installing the wrap pack 5 bye
View ArticleForum Post: AMF content transformation in SilkPerformer 2011
Hi, We are in the process of testing Flex/AMF3 (Adobe) based application. This application interacts with multiple components to get and post the data. We have added custom .Jar files for the content...
View ArticleForum Post: RE: Desktop based Java WebStart application
Hi You need to be sure of the protocol in use for network communication and the process which generates the traffic (java or javaw.exe etc). Its also possible that if you identify javaw for example...
View ArticleForum Post: RE: IP Address Manager
hi Steve You should check that all the ips you have assigned show up on the network card in ipconfig /all Also check that none of the addresses are in use elsewhere on the network. Have you been able...
View ArticleForum Post: Needs hint regarding Silverlight GUID/UUID
Hi. I have been assigned an performance testing project which is based on Silverlight 5 (5.1.20913.0) . The Front end uses Silverlight and HTML in IE7 /8/9. I created a silk performer project with...
View ArticleForum Post: RE: Needs hint regarding Silverlight GUID/UUID
Hi The format of the guid in your script matches that the Microsoft GUIIDGen tool uses: http://www.guidgen.com/ You can call a .net dll from within your Silk Performer bdf script to generate the guid...
View ArticleForum Post: ISAM Data Limitation
Created an online solution for an appliance retail business using NetExpress v3.10. You can view this online solution in my personal website www.retailplus1.com The question I would like to ask is the...
View ArticleForum Post: MAKE BIG MONEY WITH PAYPAL
Subject: Make Money FAST WITH PAYPAL - $20,000 ... 100% Guarantee!! AS SEEN ON OPRAH! ...DATELINE, NATIONAL TV & IT'S COMPLETELY LEGAL!!! . Make Money FAST WITH PAYPAL - $20,000 ... 100%...
View ArticleBlog Post: On the 7th day of COBOL...
Day 7 - Remember, remember.... Here's today's tip from the #12DaysOfCOBOL campaign. � Remember, Remember You’re not dealing with just a few lines of code in your COBOL apps. So the bigger they get,...
View ArticleForum Post: RE: Excel remain in Tasks
We use 9.2.1 but microfocus will fix that in 9.2.2 as Claudio Contardi said to me via supportline
View ArticleForum Post: RE: ISAM Data Limitation
For an idxformat"4" file that is shared the limit is 1GB. If the file is opened exclusively then the limit is 4GB. I would recommend that you use idxformat"8" files with the filemaxsize option set to...
View ArticleForum Post: RE: Searching an item faster
Microsoft fully supports automation using .NET please see this knowledge base article support.microsoft.com/.../en-us I do strongly recommend moving to 14.0 and C# at some point. Oracle Java and...
View ArticleForum Post: RE: Searching an item faster
Thanks Anil. I am looking in it. However, I have additional questions. 1) What would I need to distribute from the SDK to my end users for them to be able to use what is developed (assuming the...
View ArticleForum Post: RE: Searching an item faster
1) What would I need to distribute from the SDK ...(assuming the Java route) ? From the 14.0 SDK on wards, you only need the .jar files starteam140-resources.jar, starteam140.jar, ss.jar and...
View ArticleForum Post: RE: Searching an item faster
Anil, having an issue that hopefully you can help with. trying to use populatenow with .COM in VBA This is my code... Dim pNames As StCollection Set pNames =...
View ArticleForum Post: RE: Searching an item faster
s.typeForName("ChangeRequest").Properties this returns a collection of property objects. you need to iterate over the collection and produce a collection of property names (strings) fl2.populateNow...
View ArticleForum Post: RE: Searching an item faster
According to the object module, the 2nd argument to populateNow needs to be a STCollection. I tried to pass an array of strings and it doesn't like that. Set pNames =...
View ArticleForum Post: RE: Searching an item faster
I tried to pass an array of strings and it doesn't like that. Right.. You need to pass an StCollection that contains Strings, not an array of strings. This may give you some idea as to why we dropped...
View Article