Forum Post: RE: Visual Test Playback resets screen
Once again Oye.  Within the second script I needed to click on the word  "Start" and scroll down a bit and then I'll see the URL.  I just removed the value in the URL. Can anyone help me explain to...
View ArticleForum Post: RE: Browse method in BIS
On what version of XBIS are you experiencing this issue? I attempted to reproduce the described behavior with XBIS for extend 9.2.1, but, I receive the "Items" element in my response even when I only...
View ArticleWiki Page: How can I identify missing type libraries when trying to record my...
It is worth noting that if you are recording ADO traffic then you usually require just one type library called msado15.dll. This is usually located in PROGRAM FILES | COMMON FILES | SYSTEM | ADO. If...
View ArticleWiki Page: How can I convert a string of numbers into a currency format?
The attached "convert.bdh" gives examples of how this can be achieved. It allows a string of between 5 and 14 numbers in length to be changed into a currency format, however the bdh can be modified to...
View ArticleWiki Page: Does SilkPerformer have a sample application that I can use for...
There is a sample application called PersonComClient which allows both COM recording between the COM client and a demo server and also ADO recording between the COM client and a MS Access database....
View ArticleWiki Page: When might I see "COM Replay: 105 - Couldn"t resolve reference...
Such errors can occur when the Silk Performer COM replay engine is either unable to resolve a reference type while parsing a type library, or cannot find the type library that defines the required...
View ArticleForum Post: RE: something is causing me to lose server connection
i'm pretty sure that your code would need to explicitly call disconnect for the 2 commands to be triggered. i'd put a call to Thread.printstacktrace() or something in the net monitor event handler and...
View ArticleWiki Page: Does Silk Performer support monitoring of Netscape iPlanet Web...
Yes, Silk Performer"s SAM (Server Analysis Module) can monitor SNMP data produced by iPlanet Web Server with the use of a MIB file. The Netscape iPlanet Web Server has its own management information...
View ArticleWiki Page: I have Babylon Translation software installed on my machine and...
Please remove the entry from the Appinit_DLLs key in the registry. See Typically the software which causes conflicts with the SilkPerformer recorder either hooks into the application that is to be...
View ArticleForum Post: RE: Querying object links
we don't create links any longer. we create Trace's which are first class starteam artifacts. they'll show up in the view member table. for the specific queries you need to execute to see them, you'll...
View ArticleWiki Page: I have Penicillin AntiVirus software installed on my machine and...
Please disable the Penicillin AntiVirus Software service on the machine then try to record again. Typically the software which causes conflicts with the Silk Performer recorder either hooks into the...
View ArticleWiki Page: I have a NVDesk32 Video driver installed on my machine and when...
Please remove the entry from the Appinit_DLLs key in the system registry, location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows Typically the software which causes...
View ArticleForum Post: RE: can't un-ignore files marked 'ignore' in merge wizard
I made visible the "Difference Type" field and noticed that these items report the difference-type to be "Parent folder ignored", I'm not sure how to interpret this, so I'll describe the scenario for...
View ArticleForum Post: RE: can't un-ignore files marked 'ignore' in merge wizard
yes, this is one of the floating child folder shares edge case. did you try turning on the 'Fix Floating Child Shares' option? did it make a difference?
View ArticleForum Post: RE: can't un-ignore files marked 'ignore' in merge wizard
Ah yes, I forgot to mention in the previous message, that yes, I had tried setting the "Fix Floating Child Shares" option and it resulted in the same thing, the files in that folder still marked as...
View ArticleForum Post: RE: can't un-ignore files marked 'ignore' in merge wizard
i think the problem may be that this parent folder or an ancestor was shared to the target view and then removed. I'm not absolutely sure. We'd need your database to investigate. as a workaround, you...
View ArticleForum Post: RE: can't un-ignore files marked 'ignore' in merge wizard
No probs, I'm arranging this with our IT dept now.
View ArticleWiki Page: How can I achieve the time format XX:XX:XX with AM or PM specified?
The GetCurrentTime() function returns the time in the format XX:XX:XX, but it does not return the AM / PM indicator. This particular format can be achieved using the FormatDateTime function, as...
View ArticleWiki Page: When saving my script why does the recorder give the warning "The...
The reason for this warning dialog: is that you are likely using a java reserved character such as "-" in your file name (i.e. Test-1.bdf). You cannot use such a character for java based files and as...
View ArticleWiki Page: Does the Silk Performer 7.1 .NET Explorer work with .NET Framework...
The Silk Performer 7.1 .NET Explorer has only been tested with versions 1.0 and 1.1 of the .NET Framework. Some issues have been reported with 2.0, however that may be due to it"s beta status. Old KB#...
View Article