Teststand deployment utility used for different versions of TestStand

I am in a situation where I developed a test sequence in TestStand 3.5 and used the deployment utility to deliver an installer to a customer with TestStand 2010 Base deployment Engine.  We are seeing the following error "This installer installs file to the TestStand directory.  You must first install TestStand or the TestStand runtime engine version 3.5 to create the TestStand directory."
My question becomes, is it even possible to make an installer with TestStand 3.5 and have someone else use with TestStand 2010 Base deployment engine?  What then needs to happen to get past the error if it is possible?
Thanks,
Bill
John 3:16

No you cannot use 3.5 sequences on the 2010 engine.
You need to install the 3.5 engine on that machine.  The license will still work and you will need to use the version selector to go between the two.  You can include the engine in your installer build.
TestStand is a scripting language.  Because sequence files are not compiled it is possible to use unsupported functions on the wrong version.  Therefore, the engine just won't run other versions.  Also, you need to switch versions because they use different adapters, engines, dlls, folders, etc...  The version selector changes settings on your machine for all those things for that version.
Hope this helps,
jigg
CTA, CLA
teststandhelp.com
~Will work for kudos and/or BBQ~

Similar Messages

  • Disk utility is for different version than OS X

    Hi. I updated my OS from Leopard to Snow Leopard. The OS version is now 10.6.8. But when launcing my disk utility I get an error message saying that "the version of Disk Utility cannot be used with current Mac OS X version. You have a Disk Utility version 10.5.8."
    Does anyone know why the Disk Utility did not get updated with OS update and how to update it manually?

    If you moved Disk Utility from the Applications -> Utilities folder, it might not get updated.  The same is true with any prebundled applications, or installed applications.  Many are coded only to work from their preinstalled locations.  If clutter is an issue, use Aliases, the Finder sidebar, and Dock to make shortcuts to these programs.  http://www.charlessoft.com/ Pacifist lets you extract software from installers, and then running the appropriate combo update from* http://www.macmaps.com/jaguarleopard.html over the existing system (10.6.8 combo over a 10.6.8 system will ensure any Apple software is up to date if it is in its prescribed folder.

  • How to use two different versions of Firefox at the same time on Snow Leopard?

    I recently upgraded to Firefox 4.0 on my 27" iMac running Snow Leopard 10.6.7.
    Previously, I was using Google's "Page Speed" along with Firebug in Firefox 3.6.15 to optimize images in my web pages, and to find other areas to optimize.
    Page Speed is not yet compatible with Firefox 4.0. I wrote to Google about this some time ago -- no answer yet.
    If I run Firefox 3.6.15 in order to use Page Speed, I run into a few problems afterward when I start using Firefox 4.0 again, since they both use the same "Firefox" folder in my "Application Support" folder.
    How can I set it up so that I can have two separate "Firefox" folders in my "Application Support" folder?
    Or is there an easier way to use two different versions of Firefox simultaneously, even if one has extensions and/or plug-ins installed which are not compatible with the other version?
    Thanks for a great browser!

    Please disregard my question. I just conducted more web search and learned how to use Firefox's profile manager in order to make a separate profile for Firefox 3.6.15.
    You can find instructions on this page:
    http://support.mozilla.com/en-US/kb/Managing%20profiles#os=mac&browser=fx35
    '''A small tip:'''
    If your Firefox app is named anything other than "Firefox" -- say for example "Firefox 3.6.15" -- when you follow the instructions at the above link, make sure you escape the blank space that is before the version number by adding a backward slash before it, when you type the command string in the Terminal. In other words, in that string, you should use this:
    Firefox\ 3.6.15
    I hope that helps someone.
    WW

  • Warning a client is using a different version of the ormi protocol 1.3 != 1

    Hi All,
    I am trying to access a bpel process deployed on 10.1.2.0.2 bpel process manager via java client. I am getting the below error on the bpel process manager as,
    Warning a client is using a different version of the ormi protocol 1.3 != 1.1
    I am using the following jars at client side,
    ejb.jar
    oc4jclient.jar
    oc4j-internal.jar
    optic.jar
    orabpel.jar
    orabpel-common.jar
    xmlparserv2.jar
    Can you please help me to solve this issue.
    Appreciate your help!.
    Thanks,
    Levey

    I believe there is a patch available, which allows cross version ORMI compatibility, which needs to be applied to the 10.1.2 release:
    http://download-west.oracle.com/docs/cd/B25221_04/web.1013/b14427/rmi.htm#JISVC6301
    -steve-

  • Hotsync two different Palms that use a different version of Palm Desktop

    What I need to know is I have a Palm IIIe & a Palm Zire 31 both of which use a different version of Palm Destop can a install both versions of Palm Desktop on a single computer and then be able to hotsync both devices. Or will both of them hotsync with the same version of Palm Desktop.
    Palm Desktop 4.1.4e for the Palm Zire 31
    Palm Desktop 4.1.4 for the Palm IIIe
    Post relates to: Zire 31
    This question was solved.
    View Solution.

    Hello obsolete.
     I haven't tried your specific combination of devices before, but I think it should work.  I would install Palm Desktop 4.1.4 and then sync the Palm IIIe first.  Once you know that the Palm IIIe is syncing normally, I would then install Palm Desktop 4.1.4e on top of 4.1.4, upgrading it.  Then sync the Palm IIIe to make sure it is still working.  If it is, then attempt to sync your Zire 31.
    Since you will be syncing two devices to the same computer, I recommend that each device have it's own unique HotSync ID to prevent things from going bad on you.
    Alan G

  • How can I distribute an application using Reprot generation Toolkit for MS Office for different versions of MS Office?

    I want to create an application which uses the Report Generation Toolkit for Microsoft Office. The office version of the target machine depends on what my customer has installed.
    From several discussions I have seen that the installer detects which version I have on my development machine. I'm not able to hold three or four machines with different versions (97,2000,2002,XP).
    I decided to do the following software architecture:
    I create a LLB MakeReport.llb with a VI called MakeReport.vi. With VI server I will start MakeReport.vi in MakeReport.llb. Over a named queue I will send a command from my application to MakeReport.vi. Then the report will be
    printed.
    I will create this LLB by saving MakeReport.vi with File>>Save with options...>>Application distribution. All neccessary VIs will be in the LLB.
    I will hold different directories for each version. I can create different version of the LLB. During installation of my application the LLB for the right version will be copied from the CD to the application folder.
    I know I will be restricted in testing my report in only one version and hoping it will be good in the other versions.
    I think that the difference lays only in the word and excel related llbs.
    1. Will my software architecture work or is it obviously wrong?
    2. How will I get all versions from the toolkit CD?
    3. Which is the registry key I must read to get the right version (a minor question, if somebody knows I do not need to search for myself).
    Waldemar
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

    Lookout saves the files in .csv form which can be opened in Excel. I did make some progress by using the "append table to report" vi which allowed me to put values into an array and then those values were entered into my template on my report vi.
    Where I am stuck now is I want to be able to put values into my template from a .csv file, not from an array I have to manually put numbers in.
    Once those values are in my template I want to pull summed values from the template and place them into a final excel file for printing.
    I have attached examples of the files I am working with to help you better understand what I am trying to do.
    I hope that makes sense.
    Jason Phillips
    Attachments:
    HourlyTotalsTemplate.xls ‏120 KB
    eb_rain_gauge_ss.csv ‏23 KB
    EastBankHourlyRainReport.xls ‏28 KB

  • I have to use two different versions of Firefox for two different employers - How to install new version without losing old one?

    One employer requires that I use Firefox 3. Another requires that I use the newest version. How do I install a new version Firefox to a different path without over-writing the old version?

    The easiest way it to have one version be a Firefox Portable installation. The Portable installation is self-contained and won't affect your "regular" Firefox installation.<br />
    http://portableapps.com/apps/internet/firefox_portable
    Otherwise you need to set up a Profile specifically for the 2nd version and make sure the correct Profile is launched with each version. <br />
    [http://support.mozilla.com/en-US/kb/Managing+Profiles] <br />
    http://kb.mozillazine.org/Shortcut_to_a_specific_profile
    Overall you are probably better off replacing your current Firefox 3.6.25 version with the Portable Apps version - http://portableapps.com/apps/internet/firefox_portable/localization#legacy36 - and install Firefox 9.0.1 as your "regular" installation.

  • Can i set up my drive as encrypted with different partitions for different versions of osx?

    i have some questions about setting up an encrypted drive with different versions of osx installed on separate partitions, and how this choice effects time-machine and the emergency recovery disk.
    I have a new/refurbished macbook pro with a SSD.  it already has mavericks installed.  i want to fully wipe the drive and reinstall everything my self because I'm odd like that.
    first wiping the current drive
    Does the recovery partition get wiped if i use disk-utility to reformat the drive. Even thought the recovery partition does not show up as a partition, when i look at it with disk-utility? i would like to know I've wiped all partitions so that no little bugger gets left with out me knowing. Disk-utility does not show the recovery partition and this makes me concerned it might not wipe it.
    Does mavericks automatically make a recovery partition during the installation process? Or do i need to make a new 1gb partition for the recovery disk?
    Can i have two different partitions on my drive with separate installations of OSX on it? (one for work that i don't update the system os till my current project is done, and the other for experimenting with new software.)
    will time machine back up both of the partitions or just one?
    can i accomplish all this from a bootable usb drive or do i need to do this in target disk mode? 
    do i need to use a more capable utility than the stock apple "disk-utility"?
    when reformatting the drive should i format it as encrypted or let file vault do this after i install mavericks?
    how much does encryption slow down performance for things like photo/video/music production?

    Do a backup before you do anything.
    Does the recovery partition get wiped if i use disk-utility to reformat the drive
    It shouldn't
    Does mavericks automatically make a recovery partition during the installation process?
    Yes.
    Can i have two different partitions on my drive with separate installations of OSX on it?
    Yes.
    will time machine back up both of the partitions or just one?
    It will as long as one partition is not excluded in the Time Machine/Options.
    do i need to use a more capable utility than the stock apple "disk-utility"?
    No, just boot into the Recovery Volume (command  - R on a restart).
    file vault do this after i install mavericks?
    I would let File Vault do that.

  • Deployment warning -- Compiled by different version of Weblogic Server?

    ####<Aug 23, 2001 12:17:54 PM PDT> <Warning> <EJB> <alpha> <admin>
    <main> <system> <> <010004> <The EJB deployment named: registration
    was compiled by a different version of the WebLogic Server.>
    I'm using WLS 6.0 SP1.
    I'm getting the above warning messages for every jar file within my
    EAR file that I try and deploy. I can't figure out the source of this
    warning. I get this message in any of the following compilation
    cases:
    * compiling with BEA's default javac (Sun's JDK version 1.3.0)
    * compiling with Sun's javac (Sun's JDK version 1.3.0_02)
    * compiling with jikes
    The message seems misleading and doesn't make sense to me. Anyone
    know why I'm getting this error message? Anyone else getting these
    warning messages?
    Regards,
    JD

    Mihir Kulkarni <[email protected]> wrote in message news:<[email protected]>...
    Could you please post this message on the ejb newsgroup.
    The message does not seem to mean a different version of the java
    compiler, but different version of Weblogic's ejb compiler -
    weblogic.ejbc.
    Were these EJB's compiled by a previous version of ejbc, say, the one from
    51 ?
    No, these EJBs were never compiled against a previous version of ejbc.
    They were only created and deployed with WLS 6.0 SP1.
    Also, please check the generated file inside the build\ejbcgen directory:
    WLGENERATED to check which version of WL ejbc was used to compile it.
    Here's contents of the WLGENERATED file:
    #Wed Aug 29 11:04:33 PDT 2001
    WLVERSION=WebLogic Server Build\:\t6.0 Service Pack 1 03/04/2001
    22\:05\:05 \#
    101616\nWebLogic XML Module\:\tNot installed\n
    JD
    >
    JD Fagan wrote:
    ####<Aug 23, 2001 12:17:54 PM PDT> <Warning> <EJB> <alpha> <admin>
    <main> <system> <> <010004> <The EJB deployment named: registration
    was compiled by a different version of the WebLogic Server.>
    I'm using WLS 6.0 SP1.
    I'm getting the above warning messages for every jar file within my
    EAR file that I try and deploy. I can't figure out the source of this
    warning. I get this message in any of the following compilation
    cases:
    * compiling with BEA's default javac (Sun's JDK version 1.3.0)
    * compiling with Sun's javac (Sun's JDK version 1.3.0_02)
    * compiling with jikes
    The message seems misleading and doesn't make sense to me. Anyone
    know why I'm getting this error message? Anyone else getting these
    warning messages?
    Regards,
    JD

  • Could there be independent VI paths for different versions of LabVIEW?

    Hello,
    When jumping between different versions of LabVIEW (6.1, 7.1, 8.5) it is annoying that the current path for one becomes the current path for the other. 
    If I am working with LV 7.1 in a folder dedicated to 7.1 VI's, and then open LV 8.5, I don't want 8.5 to go to that 7.1 folder by default.  Alternately. if I was working in LV 8.5, closed it out, and then I click on a 7.1 VI, I don't want it to open in LV 8.5. 
    I've tried changing the path options in each version of LabVIEW, but that doesn't seem to help.  Is there any way of isolating these folder paths from one another?  One of our newer LV guys accidently opened some 7.1 code in 8.5.1 and then saved it.  Luckily, I had archived code to return to, but it could have been a disaster.
    Thanks for any ideas,
    McSynth

    You're actually asking two different questions.
    The first question has to do with which version of LabVIEW gets launched when you double-click a file. This is an operating system thing. The one that gets launched is the last one that got used. (Your first question will be: can this be changed? Answer: Change the operating system. Or, play around with the registry each time you quit out LabVIEW.)
    The second question has to do with search paths. These are independent. However, a VI will contain information about its subVIs in terms of where to find them. This is not a function of LabVIEW, as it is a function of the VI. Thus, it will make no difference which version of LabVIEW you use to open the VI. You can, if you wish, modify the search paths that LabVIEW uses to find VIs for each version of LabVIEW from the Tools->Options menu. However, this will not eliminate the problem, and your best bet is to keep those backups frequent.

  • Robohelp - TFS Mapping issue for different versions

    Hi,
    I'm using Adobe Robohelp 9 with Team Foundation Server 2012 on Windows 7 -  64 bit. I've also installed Microsoft Visual Studio Team Foundation Server 2012 MSSCCI Provider. I've mapped all the project folders on my machine. We create HTML help (.chm) for our application.
    I have different versions for each module of our entire product on Team Foundation Server 2012 (As we have multiple modules in our product), for example x+1, x+2, x+3 and so on.
    Each module has different Robohelp projects for every version/branch. This means, if the Online help for any module from any version is changed, we update it in the respective version of the Online help project.
    When we move on to the next version, due to binary files, the next version contains the same path and properties of previous version. We need to have different project for single module for the next version. For this, I have changed the TFS project path of every .xpj project for every version. For example, if I'm working on version x+2, then I've changed the TFS project path from x+1 to x+2 manually on x+2 version/branch and then started working on it.
    As these Robohelp projects (for each module) are mapped to my local folder on C drive, it shows a single workspace mapped with same path on my machine. This should be the ideal condition for my all projects as follows:
    But sometimes when I try to update any file from version x+2 and then check-in my changes, the changes are getting checked-in to the previous version, i.e. x+1. And if I see the workspace of the x+1 version, it shows one more wrong workspace added below the correct one. This new workspace contains the Source control folder path of x+1 version and the Local folder path of x+2 version. That means, my robohelp project folder of x+2 version from my local drive is getting mapped to TFS folder of version x+1. That is why all the changes done in Robohelp project files from x+2 version are going in to x+1 version.
    The strange here is when I try to check-in my changes in x+2, it shows the correct path of x+2 version. But they all go to x+1 version, which should not happen.
    If anyone can help me in this problem, it would be a great help!
    Thanks in advance and waiting for solution,
    Dipali

    So, if I understand correctly, you create a duplicate of the project and
    check that in on a different location in TFS. That is the way to go.
    My guess is that the XPJ still references the old version's path. Try
    checking out the XPJ with TFS and open in with notepad. Search for
    'vc::cookie'. Check that the path there points to the correct path of
    the project in TFS. It probably still references the old path and so
    RoboHelp will check it in at the old path.
    Kind regards,
    Willam

  • Can client dynamically link to shared libraries for different versions ?

    Can Oracle client dynamically link to Oracle shared libraries if the versions are different ?
    Hi:
    I apologize for this newbie question:
    We are using PRO C to generate the client C code.
    We can compile both dynamic and static versions of our Oracle client.
    Our question is:
    is it possible to compile a dynamically linked Oracle client in say version 10.1.0.2 and actually run the application against say version 8.1.7.0 environment ?
    That is, can an Oracle client dynamically link to the Oracle shared libraries if the versions are different ?
    If it is possible, then how to modify the makefile
    to enable Oracle client to reference different versions
    of shared libraries ?
    Thanks
    JL

    What you describe is not supported.

  • How to use two different versions of the same jar within one project

    Hi everybody!
    I have a big problem while integrating different web service clients within one bigger java project. Both implemetations need some jar files to work but demand different version. So, i would like to know if there is any way to tell which implementation should use which version! Anyhow i add those jars to the classpath makes working only one or the other webservice working but never both! Any ideas somebody?
    Best regrads,
    Stefan G�tz

    Of course do have the jar files different names but the classes inside of them are the same ... means that the standard system classloader can distinguish them. When you add a jar to a classpath the name actually dosent matter.... any other ideas, please?
    PD.: i tryed to add a manifest file to the one jar which makes use of one of the dublicated jars to specify which jar to take direcly but it makes no difference since once classes loaded they cant be distinguish ....see:
    http://java.sun.com/docs/books/tutorial/ext/basics/load.html

  • Using two different versions of iMovie...Please help!!

    I am new to using iMovie and need to know whether it is possible to jump between two different versions of iMovie on two different computers. I have created my movie on a computer using a higher version and need to put it onto a computer using a lower version of iMovie. Is it possible to do this without any problems? Thanks!!

    Hi newvopo,
    welcome to this forum
    it is recommended to stay within one version of iM while working on a project (no updates/no "file sharing"); many/all (?) iM versions are not down-compatible, e.g. iMHD has a different file-management then the versions before, or iM6 has totally new effects, transistions, not supported by any other version...
    you haven't told us, which two version you like to use...
    besides:
    you help yourself by giving us as much info about your Mac and apps as possible... use My Profile to add info....
    recommendation:
    export your movie done so far back to tape, import into the older version of iM on other machine.......

  • Same WAD Template to be used for different queries and dataprovider

    Hi All,
    I want to create a WAD template that cound be use by 100 more queries.
    Making setting in SPRO or RSCUSTV27 will make it a default template for all the queries.
    I only want the template to be used for say MM module(100 queries).
    Any way it can be done?
    Please help.
    Thanks
    Vinay

    Hi Vin Loh,
    I assume your requirement as this:
    Case 1: You have N querie(s) on several infoproviders in your case MM module, and that you would like to display all the queries in a single WAD report? You can do it! Its a feasible solution.
    Goto WAD > Insert a 2 X 2 table > In the (1,1) box insert a drop down box. In the (1,2) You may add a Title of type 'Text' > In the (2,1) box you may add a 'Navigational Pane' > In the (2,2) cell add the 'Analysis Grid' > Create a Dataprovider DP_1 referencing any frequently accessed query. As of now a template has been created, which can be modified as accordance to suit your requirements.
    Now, once done, goto the dropdown box settings. This DDBox's main objective is to give you acess to all the N queries in your MM module. Goto 'Web Item Params' > Choose the 'Data Binding' option > Edit Parameter > In the 'Data Binding Type' choose 'QUERY VIEW' > Goto the 'Selection of Query Views' > Check the option 'Specify List of Query Views' > Under 'Single Entry in DD...' choose Initial State as QUERY; Not QUERYVIEWS > Choose your N queries as listed here. No need to create N different DPs or N different reports.
    Here, your iView is of type ..TEMPLATE=ZTEST.. for WAD based reports; not ..QUERY=ZTEST...
    Guess it will resolve your issue.
    Case 2: You wish to create a BEx template for all your existing MM queries as run on BEx Web based analyzer? In this case you need to check on the KM config. In the portal you have the Imported iViews templates.
    Thanks,
    Arun Bala

Maybe you are looking for