"sCode=0xf​fffbc66: Descriptio​n: Unknown variable or property name 'ReportSty​le'. Error accessing item 'ReportSty​le' when trying to optn the ReportOpti​ons in TestStand 4.0.

I get the error "sCode=0xffffbc66: Description: Unknown variable or property name 'ReportStyle'.  Error accessing item 'ReportStyle'. when trying to load the ReportOptions in TestStand 4.0.
Has anyone seen this before?  If so how can I get around it as I will need to disable Report Generation for this system.
Thank you

Hello,
I am not 100% sure how I resolved this issue as it was a few years ago.  However, I have attached the TestStandModelReportOptions.ini file that I used - hope this helps you.
Attachments:
TestStandModelReportOptions.ini ‏5 KB

Similar Messages

  • Unknown variable or property name 'ReportFilePath'. Error accessing item 'Runstate.Root.Locals.ReportFilePath'. in TestStand

    Hi all.
    I was using Teststand 4.2 up to last week and upgraded to TS 2013. In 4.2 I was using the following to get the location of the teststand report:
    Runstate.Root.Locals.ReportFilePath
    but with TS 2013 this no longer works.. is the following error:
    Unknown variable or property name 'ReportFilePath'.
    Error accessing item 'Runstate.Root.Locals.ReportFilePath'. in TestStand - Get Property Value (String).vi->
    I've tried the following now with no success:
    RunState.Root.Report.Location
    So my question is how can I get the location (path) of the report file during test programmatically please?
    Please find enclosed a screenshot of the report config:
    Solved!
    Go to Solution.
    Attachments:
    TS_ReportConfig.png ‏42 KB

    Shashidhar,
    Thanks for your help! With your tips, I finally got it to work. For anyone else trying to modify report names based on user input after the sequential process model sets the file name path I will re tell what I did:
    Edit the Ni_RerportGenerator.seq plugin found in C:\Program Files (x86)\National Instruments\TestStand 2014\Components\Models\ModelPlugins\
    You go into this file and add the step higlighted in Blue at that same location. Please see the expression I typed in the expression box. Setting Parameters.ReportOptions.NewFileNameForEachUUTStatus to true forces re-evaluation of the report name at the end of the sequentialmodel.seq.
    Then you add a FileGlobal in the sequenatialmodel.seq. I called my FileGlobal ReportFileName
    Then I added an expression in my test sequence that modified the the new FileGlobal I created:
    Finally I updated the report options (Go to Cofigure>Report Options > Report File Pathname and under File/Directory Options select "Specify Report File Path by Expression" and I entered my expression. It appears that you can disregard the evaluated report file path error (box below) because your pathname won't be generated until run-time.
    This worked well for me hopefully it will for others. 
    Thanks,
    Marco

  • [HELP] Error, Unknown variable or property name '', error. No Details???

    Our production team ran some of our TestStand software when it froze.  Upon exiting the report file contained only one error:
    “Error, Unknown variable or property name ''. [Error Code: -17306, Unknown variable or property name.]”
    This has not happened before with this test sequence.
    Now I have seen this before, during development of other TestStand projects, but there are usually details of the unknown variable in the error.  This one just has empty quotes!  There are around twenty sequences called in this software.  Is this a rouge error, a symptom of the freeze, or do we have an unknown variable issue in these sequences?
    Christopher Povey
    Senior Test Systems Engineer for BAE Systems.

    Hi Christopher,
    As you say as part of the Error Message you should of had the Variable name.
    With this freeze and if you had to force exit of the TestStand, it would seem that to get any report at all you must be doing some sort of 'On the Fly' reporting. If so, can you pin point what the test sequence was doing to try to identify the cause of the freeze.
    Maybe you are obtaining the variable name dynamically and because of the crash this value was not obtained and therefore you were passing an empty string. Hence no variable name in error message.
    Regards
    Ray Farmer

  • Why does DB_PLImpotExportProperties throw "Unknown variable or property name. (Error = -17306)"?

    When I run GenericImportExport.seq, the call to  DB_PLImpotExportProperties brings up the Import/Export dialog. When I copy that step into my existing sequence, the error "Unknown variable or property name. (Error = -17306)" is thrown. I can see no difference between the two. They also appear to be running in the same environment.
    Any suggestions?
    Solved!
    Go to Solution.

    So this was bothering me enough that I went back and recreated the problem. I cannot even call the entire sequence without getting this error.
    I added a step to my test sequence that makes a call to the sequence GenericImportExport.seq in a separate file (where it was installed). Right-clicking on the the step and selecting "Run Selected Steps" causes the subject error.
    I CAN use the tool menu "Import/Export properties..." or open the sequence itself and run ImportExport without a problem.

  • Error Code 17306 Unknown Variable or Property Name " Locals.Mod​el"

    I get the above message when i run the step f(x) SetFileGlobal operator...No code module adapter is used.
    I have attached my seq file and only second and third step are erroring out..I checked the rest of the sequences they work fine. Any help is appreciated.
    Thanks
    Attachments:
    0960.seq ‏42 KB

    Hi,
    Open your sequence file in the Sequence Editor.
    Select the Sequence that you wish to add Locals to, and make this the active sequence i.e the one thats visible to you, Usually it displays the MainSequence  when first loaded.
    Select the Locals Tab
    In the right hand side of the display, there will be the variable ResultList.. This will be an empty array of Result.
    Place your cursor in this position of the display and press the Right Mouse button. You will see an a popup menu of which the Top Item is Insert Local.. If you select this you will get an other set of options which are the different types of Variables that are available to you. Select a variable type, such as a Number. This will be inserted into right hand side under the ResultList array. It will be highlight ready for you to enter the name of the variable. If you double click on the variable you will get the Properties Dialog. You will beable to a new value.
    The User Manual, should beable to explain on this.
    I would recommend trying to get on the Basic TestStand course.
    hope this helps
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Unknown variable or property name stationGlobals.Revision

    I am having problems with a stationGlobals variable on one deployed system in the field. I stop on that step on the development system and the deployment system here in the lab and the variable exists. 
    On the system having the problem the station options was not pointing to the correct location for the stationGlobals.ini. So I had them change the cfg preference and sent them a copy of the stationGlobals.ini file. They rebooted the system but the error persists.
    Sure would appreciate your thoughts on this.
    jh

    Thanks for the post. It turns out that the .ini file was overwritten when the station options were changed on the deployment system. They were changed to alleviate the problem I addressed in my Station options not copied to deployment post.
    jh

  • Error code -17306; Unknown variable or property name.

    What does this error code mean in Test Stand, And what are solutions to this problem

    Hi Reiter,
    There are many reasons for this error as Nick has pointed out.
    I have attached an example illustrating a typical situation.
    One of the steps tries to read the value of a boolean in Locals of MainSequence. An error -17306 is generated if the boolean is not present.
    The first step in Main gives you the option to skip or not skip the next step in the sequence.
    The next step writes True to Locals.MyBoolean. (not this step has the option 1 - Insert if Missing)
    The following steps Reads the boolean Locals.MyBoolean.
    Hope this helps to resolve your problem
    Regards
    Ray Farmer
    Regards
    Ray Farmer
    Attachments:
    Skip_Next_Step.seq ‏29 KB

  • Error -17306 Unknown variable or property name

    I get the above error when trying to deploy from Windows 2000 to a Windows XP professional?

    Hi,
    Have you got the ProcessModel sequence file "SequentialModel.seq" on you Deployed system.
    You should find it in "TestStand\Components\NI\Models\TestStandModels" folder or "TestStand\Components\User\Models\TestStandModels" folder.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • 'An unknown error occurred when trying to play the...

    Hello,
    I have had a BT Vision package for a few months but we recently moved house and wanted to transfer our services. Since moving in, we have got the telephone, internet and TV channels working however we are struggling with the additional TV services (i.e. catch up, recording, on demand).
    Everytime we try to play something on catch up or via on demand, or try to play a recorded programme, it attempts to load but then the following error message appears at the bottom of the screen in a red box - 'An unknown error occurred when trying to play the video OutputProtectionEnableFailed'
    I have phoned BT's technical department on several occasions who have not been able to resolve the issue. I have tried Googling this error message and searching BT's website however I cannot find any comments about this error. BT have offered to send a technician out however will automatically charge £99 if this is an error with the cable rather than the BT box. This is a lot of money and I am not able to risk this potential charge when I'm not sure what the problem might be.
    If anyone know's what might be causing this , or has had the same error message themselves, I would be very grateful to know.
    Many thanks,
    SHyde

    Sounds as though you may have an account not properly set up. Drop the Mods a note and they can check what's going on with your account
    Life | 1967 Plus Radio | 1000 Classical Hits | Kafka's World
    Someone Solved Your Question?
    Please let other members know by clicking on ’Mark as Accepted Solution’
    Helpful Post?
    If a post has been helpful, say thanks by clicking the ratings star.

  • HT4623 I updated my ipad from IOS 7 following prompting and ended up with connect to itunes icon. When trying to restore, the process keeps aborting after 30 mins with an unknown error message. Any ideas to overcome this problem?

    Earlier today I was asked to update mu IOS which I did through my wifi (power connected). On return I just had the "connect to Itunes" icon. I've tried to restore the settings as suggested on the summary page but after downloading and verifying the connections and device the restoration locks up after about 30-40minutes due to an unknown error.
    Is there anything I can do to overcome this?

    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
    Update and restore alert messages on iPhone, iPad, and iPod touch
    http://www.buybuyla.com/tech/view/012953a0d412000e.shtml
    iOS: Resolving update and restore alert messages
    http://support.apple.com/kb/TS1275
    iPad: Unable to update or restore
    http://support.apple.com/kb/ht4097
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/TS3694
    If you can’t update or restore your iOS device
    http://support.apple.com/kb/ht1808
     Cheers, Tom

  • Error: AN UNKNOWN ERROR HAS OCCURRED when trying to update the Picture Motion Browser (PMB) Portable software on an Apple Macintosh computer.

    Solved!
    Go to Solution.

    When the camera is connected to an Apple Macintosh computer, a prompt appears that says an update is available for the PMB Portable software. Selecting to update the software later causes the application to not respond and display the unknown error has occurred message. The PMB Portable update is required to make it work with the computer.
    Follow the steps below to resolve this issue.
    IMPORTANT:
    The computer must be connected to the Internet to complete the steps in this solution.
    For the MHS-CM5 and MHS-PM5 bloggie cameras it is necessary to download and install a firmware update before installing the PMB Portable update. The firmware update is only required when installing the PMB Portable update and is available from the same page.
    Select the option to Update Nowin the PMB Portable window.
    Download and save the PMB Portable update PMBPMAC12_Upgrade1004a.dmgfor Mac.
    After completely downloading the update, close the PMB Portable window. Make sure the application is closed by removing or ejecting the UNTITLED or NO NAME icon on the desktop. However, leave the PMBPORTABLE icon.
    Close any other unnecessary applications that may be running on the computer.
    Open the PMBPORTABLE icon on the desktop.
    Drag the PMBP_Win.exefile to the trash.
    NOTE: If PMBP_Win.exe file is locked and cannot be moved, unlock it by doing the following:
    Select the file.
    In the drop-down list, click Get Info.
    In the General section, next to Locked, click to remove the check mark.
    Empty the Trash to completely remove the PMB_Win.exefile.
    Run the PMBPMAC12_Upgrade1004a.dmgto install the latest update.
    Follow the on-screen instructions to complete the installation process.

  • HT3910 I get an unknown error when trying to install the applications disc contents

    I rebooted the MacBook pro that my dad just gave me and erased all the memory that he had on it but when I try to install the applications disk again it tells me unknown error and to contact the manufacturer I don't know who that is exactly(is it a specific part of apple?) and I don't know how to contact them what do I do?

    Have you tried to download anything else?

  • I keep getting 'unknown error' after clicking 'install app' when trying to download Mavericks from the App store.

    Trying to install Mavericks from the App store on my 2011 11" Macbook air, (wihch has more than 15GB free space).  After clicking 'Install App', and entering the Apple ID password, I get 'unkonwn error'.

    You can't use Safari to download iPad apps. Only use iTunes/App Store.
     Cheers, Tom

  • Unknown error occurred when trying to play the vid...

    Hi
    I cannot work this out... I can watch normal TV on vision and BBCIPlayer...but I get this error when I want to watch catch up on any of the other channels.... I also cannot watch ondemand nor free previews on Bt Vision..... Help me please.... I have reset the Hub...Reset the BT vision box...checked my BB speed.......
    Im out of ideas....It was working fine a couple of days ago.

    Hi andyseam,
    Welcome to the forum Are you still getting this message when trying to watch catchup/VOD content?
    Dean
    BTCare Community Mod
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Step_description unknown variable error in built operator interface

    I'm getting the following error when I execute a seq. from a built LabVIEW operator interface:
    Error evaluating expression
    Unknown variable or property name 'STEP_DESCRIPTION'.
    Error accessing item 'STEP_DESCRIPTION'.
    Some searching is leading me to an issue with the localization languages files? Not sure what exactly.
    Message Edited by Michael Aivaliotis on 11-06-2007 01:09 PM
    Michael Aivaliotis
    VI Shots LLC
    Attachments:
    1.png ‏10 KB

    Here is a guess: try right clicking on the step list and select a different step list configuration. If the problem goes away, then your current step list configuration has a column specified by expression and there is a problem with the expression.
    Message Edited by James Grey on 11-06-2007 03:14 PM

Maybe you are looking for

  • DashBoards not loading // Cant create new dashboards

    Odd one here guys On my win7 machine, I Cannot load or create any dashboards on my production system. Any attempt to creates an app crash and event ID 0 in my windows log. The description for Event ID 0 from source Application cannot be found. Either

  • J6480 wireless and network help please!

    I have an officejet J6480 that has an error in printing system when printing wireless.  Everything is configured correctly and my printer reads the router and connects.  If this problem cannot be fixed, can i use an ethernet connection directly from

  • Windows 7 clients and InTune

    Hi, We are looking at integrating InTune with our existing SCCM 2012 server, I had a question about this.  We are going to primarily use InTune to manage Windows 7 and Windows 8 laptops/tablets located outside of the network, then use SCCM to manage

  • Configuring with D-Link or Netgear Modem

    Hi, I'm facing unsolvable problem with installing a brand new Aiport Extreme router with my already working D-Link modem. The modem works fine when using it directly, and works fine with an old D-Link router. I gave up on the D-Link modem and bought

  • Table for Deleted Pricing Condition

    Dear SD Guru's, Good Day. I would like to ask what is the table i can use to show all the pricing condition that is flagged for deletion? and with the deletion date. Currently I am using KONP, but there is no deletion date field there? Any ideas? Hop