Edit "Edit Property Loader..." cause an ActiveX Error

Hello
I have just make a fresh install of TS 3.1f1
I have inserted a Property Loader step, and whenn I click on "Edit Property Loader..." button I get an ActiveX error:
sCode = 0xffffbc66, Description: Unknow variable or property name 'SequenceFile'. Error accessing item 'SequenceFile'.
Regards,
Yannick Willener

hi,
Can you call the
"\Examples\PropertyLoader\PropertyLoader.seq " and test this sequence? If you cann't run this sequence succsessfully may be you have to deinstall TS and install it again. If you run the sequence successfully than it seems that you have some problems with calling values through activeX. Check please the format of variables.
Regards
TN

Similar Messages

  • Property loader in .csv Format : Error with list of Numbers

    Hi,
    I need to change property files from the .xls format to the .csv format so that I won't need to install Ms Office on the Test Station PC.
    Everything works is .csv format except for variales containing lists of numbers.  Here is an example.
    This variable contains the channel list to send to a Digital Multimeter.  A string containing all channel numbers seperated by comas (The DMM model is Agilent  34070A). 
    I create a variable named ChannelList of type string containing : "101,102,103,104,105"
    When exporting to property file (Using Tools-Import/Export properties), TestStand will write the following line is .csv format :
    ChannelList,"101,102,103,104,105"
    When trying to import this property value with a property loader I get the following error :
    Runtime Error Occured
    Error evaluating expression:Runstate.Sequence.locals.ChannelList = (""101")
    Unexpected Token: 101
    What puzzles me is that teststand is not even capable of reading its own exported property within a newly created file.
    Any ideas?
    TestStand 2013
    Thanks in advance
    Nien

    Nien,
    This is a known issue and we are looking into this issue in future version of TestStand.
    There are couple of approaches for fixing the problem:
    1. Use a different character for comma in the property loader file. After importing the data, replace the character with comma using TestStand expression in the sequence file.
    2. Use Tab Delimited Text format instead of CSV format.
    3. We can see that, property loader is using expression to update the value of the property (The exact expression is specified in the error message you have posted). In a text editor, update the csv file to have the value as
    ChannelList,101""+Chr(44)+""102""+Chr(44)+""103""+Chr(44)+""104""+Chr(44)+""105
    This will create the expression such that, the value of ChannelList property will become 101,102,103,104,105
    Note: This is just a workaround and you should use this approach with caution.
    Thanks,
    Shashidhar

  • Modal message popup is causing TestStand ActiveX error

    When I execute a modal Message Popup step, I get the following error:
    ActiveX Error
    sCode = 0xffffbba4
    Source: TSAPI
    Description: Could not connect to TestStands TSSync server.
    If the Message Popup is not modal, the sequence executes just fine.
    I am making the Message Popup modal by selecting the "Make Modal" option.

    There is a call to TS_StartModalDialogEx function in the \API\CVI\tsutil.c file which in turn calls into the engine. The engine needs the sync server to implement the modality. I would assume that the file \bin\TSSync.dll is missing or not registered. You can register the dll by running "regsvr32.exe \bin\TSSync.dll". See if this fixes your problem.
    Scott Richardson
    National Instruments

  • Load "Selected" in a Property Loader test step from file

    Hi,
    The Import/Export tool stores its selected properties in the file �PLPropertyLoader.ini�. Is it possible to use this file to specify which properties a �Property Loader Test Step� should load? How? Then the information about what to export and load dynamically later is stored in the same location and the risk possibilities is reduced to one place.
    Best regards,
    Morten Pedersen
    CIM Industrial Systems A/S
    Denmark

    Morten -
    By default, the Property Loader step type stores its selected property list in the step's property "Step.PropertyList". The Edit Property Loader dialog box has the "Property List Source" expression control that specifies this as its value.
    If you created a Station Globals array property of type "DatabasePropertyMapping", you could specify that the steps use this property. You might have to set to show hidden properties to find the "DatabasePropertyMapping" type in the insert menu. Note that when you do this when you edit the selected list in a step you are editing the selected list stored in the station global array property.
    Scott Richardson (NI)
    Scott Richardson
    National Instruments

  • Can I use property loader in a main sequence to load properties in subsequence?

    Hi, I have been trying to use the property loader to load test limits and local variabels into subsequences from the main sequence.
    I can export all the properties for my main sequence and all the subsequences contained within by selecing <all sequences> in the export function.
    When I try to load the exported file back in using the property loader I get differant errors depending on the format I exported/imported it with.
    For text or csv files iget error -17100
    "The file format is incorrect near the section 'StationGlobals'.  Make sure that you are using start and end markers correctly."
    For an xl format I get error -18 
    "Property loader step failed to import or export properties.
    310 property value(s) were found.
    43 property value(s) were imported from 920 row(s) of data"
    There is no where near 920 rows of data or 320 properties in the exported file.
    If i use the property loader to load properties in just main it works fine, is there extra formating I need to do to the file before importing it or is it not possible to load properties into a subsequence from a property loader in main?
    Solved!
    Go to Solution.

    Hi,
    I have tried several sequences and building the propertyloader file using the export tool,
    Moving the End_Mainsequence to the bottem did not help.
    I can load values into a single sequence with no problem it is only when I try to load properties into a sub sequence from the main sequence that I have issues.
    Attached is a more simple example of what I am trying to acheive. 
    Kind regards,
    Hugo
    Attachments:
    Sequence File 2.seq ‏9 KB
    Test.csv ‏2 KB

  • Error when trying to edit property pallet of a text item

    HI All,
    I try editing property pallet of a text item for the property 'Formula'
    Extact value in that column is :
    case when :B_tran_item.item_status = 'V' then 0 else round((nvl(:B_tran_item.unit_retail,0) * nvl(:B_tran_item.uom_quantity,0)) - nvl(:B_tran_item.TI_total_item_disc_amt,0), INTERNAL_VARIABLES.GV_curr_rtl_dec_loc) end
    Tried chaning to :
    round((nvl(:B_tran_item.unit_retail,0) * nvl(:B_tran_item.uom_quantity,0)) - nvl(:B_tran_item.TI_total_item_disc_amt,0), INTERNAL_VARIABLES.GV_curr_rtl_dec_loc)
    I got the pl/sql error.
    PL/SQL ERROR 0 at line 2, column 1 statement ignored.
    Please provide your inputs at the earliest.
    Regards,
    Amrutha.C
    Edited by: user604995 on Apr 9, 2012 6:03 AM

    Hi,
    Now its giving, bad bind variable error.
    it doesn't work for me.
    It works fine if i give
    case when :B_tran_item.item_status = 'V' then 0 else round((nvl(:B_tran_item.unit_retail,0) * nvl(:B_tran_item.uom_quantity,0)) - nvl(:B_tran_item.TI_total_item_disc_amt,0), INTERNAL_VARIABLES.GV_curr_rtl_dec_loc) end
    It error out only if remove case
    round((nvl(:B_tran_item.unit_retail,0) * nvl(:B_tran_item.uom_quantity,0)) - nvl(:B_tran_item.TI_total_item_disc_amt,0), INTERNAL_VARIABLES.GV_curr_rtl_dec_loc)
    Regards,
    Amrutha.C
    Edited by: user604995 on Apr 9, 2012 6:43 AM

  • Editing a Property loader locks up TS

    I can add a property loader step to my sequence, but when I go to edit the loader, my TS session locks up. This is true for every installation that I have installed TS on. I must have missed something in the installation, but can't think of where I went wrong.
    rjmiller

    Share_Good
    1. Does it happen every time you open the property loader step configuration dialog?.
    2. Could you attach an example?
    Property loader configuration dialog seemed to hang in TestStand 3.1 if your sequence contained very long arrays.
    This issue was resolved with the service pack.
    If you are seeing a similar behavior in TestStand 4.2 it is likely that is not the same issue found in TestStand 3.1.
    Regards.

  • Property loader error

    I have created a test for 50 measurements. This requires the property loader to read:
    1 off StationGlobals.CurrentTestName
    1 off StationGlobals.FailTarget
    1 off StationGlobals.PassTarget
    1 off Step.Comp
    1 off Step.Limits.High
    1 off Step.Limits.Low
    Array 0f [0] to [49] of:
    Step.Result.Measurement[*].Comp
    Step.Result.Measurement[*].Limits.High
    Step.Result.Measurement[*].Limits.Low
    To test this a single block program was written. The above was entered into the property loader step. All variables pointing to the reference files and the file start and stop label are set up by local variables. The limits file was manual altered and trial values entered.
    The program ran and loaded all limits successfully.
    I have a large program under development that I could not get this function to work in. I copied the property loader step and limits string from the working files into the larger program. I have checked the correct variables are being passed to the property loader for the limits source file name and the Data Start and End Markers. Everything looks fine but when I run the program I get an error message saying:
    Sequence File: 1065-32911_Block09_RDVS.seq
    Property loader step failed to import or export properties.
    153 property value(s) were found.
    3 property value(s) were imported from 6 row(s) of data
    I even tried copying the complete performance test across and the whole of the limits section for that performance test too. It still won’t work.
    Also, what does the error message
    3 property value(s) were imported from 6 row(s) of data
    actually mean anyway?
    I've attached a text file with the individual linits test text.
    Attachments:
    Multilim.txt ‏6 KB

    BrianM,
    It seems that the properties does not exist in your current context.
    'Rows of data' means the number of lines in your text file within the data markers.
    Is the error message you are providing complete?
    Did you copy the message from the Run-Time error dialog?.
    Make sure you have the same steps you had originally and that the steps contains tha same properties (measurements).
    In this case you should aways have a step called 'Test Multiple Numeric' containing 50 measurements.
    It is very importatnt that the step name is the same.
    It seems to me that the step is only being able to import the station globals.
    You can verify it by ignoring the error and checking the station globals values after the step executes.
    Hope it helps.
    If you have any question let me know.
    Antonio Lie.
    Message Edited by Antonio Lie (NI) on 04-12-2006 12:46 PM

  • Have an issue regarding library books. My ereader is validated with Kobo account and Adobe Digital Editions account, but I get an error: 'this document is protected bij DRM and isn't available with your Adobe ID'.

    Have an issue regarding library books. My ereader is validated with Kobo account and Adobe Digital Editions account, but I get an error: 'this document is protected bij DRM and isn't available with your Adobe ID'.

    same problem for me. I am using abe edition 3 as I don't think 4 can be used with kobo. Book has been downloaded to kobo but it can't be read as it is not authorised.Help please

  • I have an airport extreme and my computer runs Microsoft windows XP Media Center Edition 2005. I receive an error message saying " airport requires that your computer is running windows xp sp3 or windows vista sp1 or newer"...why?

    i have an airport extreme and my computer runs Microsoft windows XP Media Center Edition 2005. I receive an error message saying " airport requires that your computer is running windows xp sp3 or windows vista sp1 or newer"...why?

    It is required to be able to connect. Download SP3 here. http://www.microsoft.com/download/en/details.aspx?id=24
    I Hope I Was Able To Help You Or Solve Your Question.
    Simmm
    3/12/2012
    If Someone Helped You, Click
    "This Helped Me"
    If Someone Solved Your Question, Click
    "This Solved My Question"

  • Error while importing a big array with thr property loader

    Hello,
    the following problems occure: when I want to import a *.txt file with a array of more than arround 3300 members with the property loader, the following error meassage occures:
    property loader step failed to import or export properties
    x property values were found
    x-1 property values were imported from y rows
    Error code: -18, user defined error code.
    how can I solve this problem?
    I think sizes of arrays are limited somewhere in the source code of the property loader. is it possible to increase this size? And how?
    regards samuel

    Could you attach an example of your .txt file and your sequence?

  • Final cut pro x - lion - mbp 2011 2.0 15 - not responding at all since latest update. Can't open or edit projects, loading window that pops us when you click the app (as it loads) does not go away, says loading compressor support.  Have tried reinstalling

    final cut pro x - lion - mbp 2011 2.0 15 - not responding at all since latest update. Can't open or edit projects, loading window that pops us when you click the app (as it loads) does not go away, says loading compressor support, paralyzed.  Have tried reinstalling, default settings etc
    Appreciate suggestion, working on deadline. Thanks.  

    Here is the start of the crash report:
    Process:         Final Cut Pro [20568]
    Path:            /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    Identifier:      com.apple.FinalCut
    Version:         10.0.1 (185673)
    Build Info:      ProEditor-185670300~1
    App Item ID:     424389933
    App External ID: 4138831
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [102]
    Date/Time:       2011-11-11 20:41:32.201 -0800
    OS Version:      Mac OS X 10.7.2 (11C74)
    Report Version:  9
    Interval Since Last Report:          192058 sec
    Crashes Since Last Report:           14
    Per-App Interval Since Last Report:  157161 sec
    Per-App Crashes Since Last Report:   14
    Anonymous UUID:                      DD542B2F-58A0-482E-AAFA-ECADEC76F562
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000280000003
    VM Regions Near 0x280000003:
        CG shared images       00000001cbf62000-00000001cc182000 [ 2176K] r--/r-- SM=SHM 
    -->
        STACK GUARD            00007fff5bc00000-00007fff5f400000 [ 56.0M] ---/rwx SM=NUL  stack guard for thread 0
    Application Specific Information:
    objc[20568]: garbage collection is OFF

  • Setting the editable property of a datagrid column dynamically

    Hi,
    Im trying to set the editable property and renderer is editable property for a datagrid column to false on the creation complete event of the datagrid.But It does not work.While visible property works.why doesnt the editable property work.The particular column has a renderer which is a text box.and the editable property is set to false initially.Any Suggestions or ideas on how to achieve this will be of great help.

    Eu tenho vontade de estar devidamente por dentro de tudo isso.

  • Setting Non-Editable property for selected Rows in jTable

    Hi,
    I want particular rows to be set non-editable within a jTable. For example. If I have seven rows as follows:
    1
    2 - (Non-editable)
    3
    4
    5 - (Non-editable)
    6
    7
    I want to set non-Editable property to the second & Fifth Rows(say) alone. Other Rows, I may edit.
    How can I do this?
    Thanks in adv.

    TableModel has method
    boolean isCellEditable(int rowIndex,
    int columnIndex)
    so you need to make your table model return false for these rows.

  • I cannot update my itunes account.  when I try to edit information I am getting an error message

    cannot update my itunes account.  when I try to edit information I am getting an error message

    To everyone that is having this problem:
    I just ended a 2 hour session with Apple Tech Support.  We had to take it to a level 2 support person, but finally got it running.  Here's what she had me do.  Go to Control Panel, Add/Remove Programs.  Uninstall ALL Apple products on the Computer.  This inccluded Apple Mobile Device Itunes, Bonjour and Quicktime.  I doubt if we would have had to but she had me download a fresh copy of iTunessetup.exe and run it.  iTunes came up and ran on version 11.1.4.  Then I reinstalled Quicktime.
    It is my personal opinion that there is a flaw in version 11.1.4.  You shouldn't have to go through all of these hoops just to update a single application that was working fine proir to the update attempt.
    That's what worked for me.  Hope this helps you.  Any questions, get back to me.
    Good Luck.

Maybe you are looking for

  • One song smart playlist?

    How would I make a Smart Playlist that would only show just the tracks that I only own one song off an album ? I have a lot of "one hit wonder" single songs from bands that I only own one track of. How would I find them? I don't see how I can make iT

  • Deleting nano games?

    Is it possible to delete the games(solitaire etc..) on your nano? I have been trying to, so I can free up some more room. The 500 song thing is definatley not true. I wish they would change the advertising on the song capacity. nano   Windows XP  

  • JavaScript Confirmation Dialog on Button

    Hi all, I have a Back Button which triggers the following JavaScript Function: <script language="javascript"> function backConfirm() {      msg = "<%=res.getString("BACK.CONFIRM")%>";      return confirm(msg); </script> The function gets called in my

  • How Price Correction is working in AP?

    Hello financials gurus, I'm new in AP and i'm too stupid to understand the AP price correction meaning by reading ap uguide. Could you please explain me with examples why price correction is needed and how it is working? many thanks in advance!

  • Saving form design as Pdf - acrobat pro xl

    Further to reply by Jef Canepa. Am unable to save form design as pdf. am getting error msg " Cannot export PDF, Acrobat.com encountered an unexpected error." I created the form from a template in adobe acrobat pro XI. Kindly advise. I need to form to