How I can log Sequence File version number to database?

Hi,
As in the subject.
How I can log Sequence File version number to database?
There is nothing like that under Logging object.

Do you need it in a separate field in the databse?
One option is to just add it as an additional result in a step in your sequence file. 
RunState.SequenceFile.AsPropertyObjectFile.Version
Hope this helps,
jigg
CTA, CLA
teststandhelp.com
~Will work for kudos and/or BBQ~

Similar Messages

  • Sequence file Version number. How to prevent the automatic resetting build version number whilst auto-incrementing revision number?

    Hi,
    I've got my environment set this way that each save of the sequence file increase the revision part of version number. However, during that increase the build counter is reset to 0. How to prevent it?
    TS 4.2

    Mimi,
    It is pretty common practice in software revisioning to reset a minor number to 0 when a major moves up 1.  There are many different schemes out there.  If you google or bing software versioning schemes you'll see what I'm talking about.
    So looking at it from left to right:  Major.Minor.Revision.Build = 0.0.0.1 
    if you change the Revision it would be expected that anything to the right (in this case Build) would reset to 0.  0.0.1.0!
    Let's say your version is 8.34.56.23.  It would make sense that if you were to change the Major number (which means a Major release) to 9 then your version would go to: 9.0.0.0. 
    A version number is just a unique way to tell someone which specific software you are using so it really doesn't matter that it resets to 0.  Although it makes sense because if you kept your build number sequential and didn't reset it then it would get outrageously larger which would be more annoying than anything. 
    Again this is common accepted practice in industry.
    Good Luck,
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • How to display sequence file version in report?

    We would like to add the sequence file version number
    (Edit>>Sequence File Properties...) to our reports and record it
    in the test result database.  How do you access this property from
    a step in the sequence? 

    OR use RunState.SequenceFile.Data.Version.
    For the Report Header:
    In a ModifyReportHeader callback, add a statement step that has this expression:
    Parameters.ReportHeader += RunState.SequenceFile.Data.Version
    This will append the SequenceFile Version to the header string. You will probably want to play with placement and may decide to insert more than just the version.
    Also, note that the ModifyReportHeader callback is only called when a Sequence is used to generate the report body. See the bottom of the Content tab of the Report Options Dialog (Configure>>Report Options) for this setting.
    For Database Logging:
    If you haven’t done this before, you will need to customize the schema and the database to include this additional “result”. I recommend adding a column to the UUT_RESULT table for this sort of information. If you have taken the TestStand I: Introduction course, this process is covered in Lesson 11. Otherwise, there is background information in the TestStand Help and Chapter 6 of the TestStand Reference Manual. The key will be found in Configure>>Database Options.
    Regards,
    Eric

  • Good day! When saving a file in Illustrator, I can not keep the older version. How You can save the file in an older version?

    Good day! When saving a file in Illustrator, I can not keep the older version. How You can save the file in an older version?

    When you save a file that's what options offers application
    05 мая 2014 г., в 13:40, Jacob Bugge <[email protected]> написал(а):
    sage go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click theStop Email Notifications link.

  • How I can sort music files (audiobook) in music player on iPhone by file name, not by title name?

    I have audiobook of abt.500 files, all titles are the name of the book. iPhone music player does not understand sorting by file names, but by title, hterfore it plays files chaotic. So, how I can sort audiobook files in music player by file name, not by title name?

    I have the same problem.
    I've went through the pains of merging all chapters into one big file for each and every audiobook, so that at least the chapters don't get played in random order. Month and month of work….. In iTunes 12.01. I can now order my audiobooks by title or by author.
    But once they're uploaded to my blo*dy expensive iPhone 6Plus 128 (which I bought especially to have all my music and my audiobooks on one device) my audiobooks are NOT sorted by author, but by Title.
    So, let's say I have 15 books by Ken Follet, they don't appear as Ken Follet > Title of the book but they are sorted alphabetically with all the other titles of other authors.
    iPods where originally designed for music and audiobooks, but each and every version of iOS makes handling your music and especially your audiobooks harder and harder….
    I am very disappointed and after so many years of using apple, I am considering to move on to android devices.

  • I can't open any 60p .mov files in quicktime.  Footage was shot on a JVC GY HM150 which is supposed to record in native fcp format.  Any ideas how I can open these files successfully?

    I can't open any 60p .mov files in quicktime or FCP5.  Sometimes in QT the audio plays but not the video. Footage was shot on a JVC GY HM150 which is supposed to record in native fcp format.  Any ideas how I can open these files successfully?

    Get ClipWrap2 and convert to an editable format for your version of FCP5.
    Probably DVCProHD will work
    x

  • Sequence file version conflicts - TS_EngineNewExecution

    Hej NI Community,
    I have programmed an stand alone application, which can execute sequence files. The CVI application is programmed with CVI 7.0 and Teststand API 4.0. You can select a sequence file and run the application without the SequenceFileEditor...
    My sequence file is programmed under Teststand 4.1 and uses sequence file library functions, which are developed with Teststand 4.0 (stored in different sequence files).
    I can run the sequence file under Teststand 4.1 (SequenceFileEditor) without any error messages. My own application cannot run the sequence file. The function TS_EngineNewExecution comes back with a error message:
    Error code: -2147352567
    CA automation error string: Ausnahmefehler aufgetreten.
    Teststand API error information:
    wCode: 0
    sCode: -17329
    source: TSAPI
    description: Error loading step 'In-Circuit-Test' of sequence 'MainSequence' in file 'bscan_demo.seq'.
    Error loading step 'Insert name of step into operator interface' of sequence 'Load and run ICT program' in file 'Test_Library.seq'.
    Type 'NumericLimitTest' is invalid because it conflicts with the existing type of that name. To avoid this error message, you should open the file with the type conflict in the Sequence Editor and resave it.
    The sequence file 'C:\Program Files\Sequences\Utility_Library.seq' could not be loaded.
    helpFile:
    helpContext: 0
    errorParamPos: -1
    I can resave the sequence to avoid this message. My own application can execute the sequence file after resaving. The library is saved now in Teststand 4.1 format. But this is not my interest.
    Can anyone tell me, why the sequence editor (4.1) don't show me any error? How must I program my own application to avoid this error message?
    Thanks a lot.
    Solved!
    Go to Solution.

    Hej,
    I'm posting my tracefile. I think its easier to unterstand. Here are tracing with the error:
    0.000s      Program started
    0.000s      Tracing started
    0.002s      Function LoadPanel finished with no errors
    0.000s      Initialize Teststand Engine
    0.892s      Function -->   TS_NewEngine finished with no errors
    0.000s      Function -->   TS_EngineRegisterUIMessageCallback finished with no errors
    0.001s      Function -->   TS_EngineSetProperty finished with no errors
    0.000s      Function InitEngine finished with no errors
    0.000s      Start login process
    0.000s      Function -->   TS_EngineNewPropertyObject finished with no errors
    0.000s      Function -->   TS_PropertySetValBoolean finished with no errors
    0.000s      Function -->   TS_PropertySetValBoolean finished with no errors
    0.030s      Function -->   TS_EngineCallFrontEndCallback finished with no errors
    0.000s      Function -->   TS_ExecutionGetProperty finished with no errors
    0.000s      Function CallLoginLogoutCallback finished with no errors
    0.000s      Show panel behind logon panel
    0.017s      Function -->   CA_CreateObjHandleFromIDispatch finished with no errors
    0.000s      Function -->   TS_UIMessageGetProperty finished with no errors
    0.000s      Function -->   TS_UIMessageGetProperty finished with no errors
    0.003s      Function -->   CA_CreateObjHandleFromIDispatch finished with no errors
    0.000s      Function -->   TS_UIMessageGetProperty finished with no errors
    0.000s      Function -->   TS_UIMessageGetProperty finished with no errors
    0.011s      Function -->   CA_CreateObjHandleFromIDispatch finished with no errors
    0.000s      Function -->   TS_UIMessageGetProperty finished with no errors
    0.000s      Function -->   TS_UIMessageGetProperty finished with no errors
    0.224s      Function -->   CA_CreateObjHandleFromIDispatch finished with no errors
    0.000s      Function -->   TS_UIMessageGetProperty finished with no errors
    0.000s      Function -->   TS_UIMessageGetProperty finished with no errors
    0.247s      Waiting for Login
    0.500s      Waiting for Login
    0.086s      Function -->   CA_CreateObjHandleFromIDispatch finished with no errors
    0.000s      Function -->   TS_UIMessageGetProperty finished with no errors
    0.000s      Function -->   TS_UIMessageGetProperty finished with no errors
    0.000s      Function -->   CA_CreateObjHandleFromIDispatch finished with no errors
    0.000s      Function -->   TS_UIMessageGetProperty finished with no errors
    0.000s      Function -->   TS_UIMessageGetProperty finished with no errors
    0.000s      Function -->   TS_ExecutionGetProperty finished with no errors
    0.005s      Logon process done
    0.000s      Check user
    0.000s      Function -->   TS_EngineGetCurrentUser finished with no errors
    0.000s      User can run any sequence
    0.000s      Function CheckUserPrivilege finished with no errors
    0.000s      Open sequence
    0.000s      Show file select popup window
    1.297s      Function -->   TS_EngineGetSeqFile finished with no errors
    0.000s      Sequence file path is:
    0.000s      c:\Program Files\Spectral Electronic\SW-ITS\Projects\BScan_Demo\bscan_demo.seq
    0.000s      Function OpenSequence finished with no errors
    0.000s      Check sequence
    0.000s      Function -->   TS_SeqFileSequenceNameExists finished with no errors
    0.000s      Function -->   TS_SeqFileSequenceNameExists finished with no errors
    0.000s      Function -->   TS_SeqFileSequenceNameExists finished with no errors
    0.000s      Function -->   TS_SeqFileSequenceNameExists finished with no errors
    0.000s      Function -->   TS_SeqFileSequenceNameExists finished with no errors
    0.000s      Function -->   TS_SeqFileSequenceNameExists finished with no errors
    0.000s      All sequences found, iStartSequence automatically true
    0.000s      Function CheckSequence finished with no errors
    0.000s      Start execution of loaded sequecence
    0.248s      Function -->   TS_SeqFileGetModelSeqFile finished with no errors
    3.123s      An error has occurred in function: -->   TS_EngineNewExecution useProcessModel
    Error code: -2147352567
    CA automation error string: Ausnahmefehler aufgetreten.
    Teststand API error information:
    wCode: 0
    sCode: -17329
    source: TSAPI
    description: Error loading step 'In-Circuit-Test' of sequence 'MainSequence' in file 'bscan_demo.seq'.
    Error loading step 'Insert name of step into operator interface' of sequence 'Load and run ICT program' in file 'Test_Library.seq'.
    Type 'NumericLimitTest' is invalid because it conflicts with the existing type of that name. To avoid this error message, you should open the file with the type conflict in the Sequence Editor and resave it.
    The sequence file 'C:\Program Files\Spectral Electronic\SW-ITS\Sequences\Utility_Library.seq' could not be loaded.
    helpFile:
    helpContext: 0
    errorParamPos: -1
    0.015s      Function -->   CA_CreateObjHandleFromIDispatch finished with no errors
    0.000s      Function -->   TS_UIMessageGetProperty finished with no errors
    0.000s      Function -->   TS_UIMessageGetProperty finished with no errors
    0.000s      Function -->   CA_CreateObjHandleFromIDispatch finished with no errors
    0.000s      Function -->   TS_UIMessageGetProperty finished with no errors
    0.000s      Function -->   TS_UIMessageGetProperty finished with no errors
    4.303s      An error has occurred in function: ExecuteSequence -> Test UUTs
    Error code: -1
    Error message: No error message
    0.628s      Start free all resources
    1.060s      Free all resources done
    0.000s      Tracing stopped
    0.000s      Programm ended

  • HT4873 How i can recover deleted files from icloud,,I had a backup copy on iCloud for whatsapp application and I lost it,,I need bring it back what I have to do

    How i can recover deleted files from icloud,,I had a backup copy on iCloud for whatsapp application and I lost it,,I need bring it back what I have to do

    You can't download pictures from iCloud by logging into icloud.com.  If you deleted pictures from camera roll AND photo stream, the only possibility is preforming a restore from an iCloud backup, assuming the backup has the pictures in it.  (Many users have been unable to restore and get back their pictures.)
    If the restore doesn't have all the pictures, then they are gone.
    In the future, use photo stream to sync photos from an iPhone to a computer, then copy the photos on the computer from the photo stream album into a permanent album.  Photo stream pics stay there only for 30 days, and only up to 1000 photos are stored.  Don't use photo stream as a storage medium, it's only for copying photos from one device to another.  Always copy (either via USB cable or photo stream) to a computer and then move to an album.

  • I need to convert PDF file to Word Document, so it can be edited. But the recognizing text options do not have the language that I need. How I can convert the file in the desired of me language?

    I need to convert PDF file to Word Document, so it can be edited. But the recognizing text options do not have the language that I need. How I can convert the file in the desired of me language?

    The application Acrobat provides no language translation capability.
    If you localize the language for OS, MS Office applications, Acrobat, etc to the desired language try again.
    Alternative: transfer a copy of content into a web based translation service (Bing or Google provides a free service).
    Transfer the output into a word processing program that is localized to the appropriate language.
    Do cleanup.
    Be well...

  • Does anyone know how i can view PDF files using Galaxy Note 2?

    Does anyone know how i can view PDF files using Galaxy Note 2?
    This is what i have been doing;
    I click on the file i wish to view (via a portal)
    this file goes to notification widget (i drag down screen)
    notification/message says download complete
    i click on notification/message
    nows it says complete action using (here i only have 2 icon options 1= DB Text Editor 2 = HTML Viewer)
    I have installed Adobe Reader.

    Can you confirm if the downloaded file is a pdf file, that is it ends with .pdf?

  • How to convert java class file version without decompiling

    Hi,
    Oracle R12.1.3 i am having illegal access error while try to access the class file version Java 1.3 uses major version 47,So how to convert the class file version without using decompiling.
    Current java version is 1.6.0_07
    Is there any tool or API for converting class file version?
    Thanks,
    Selvapandian T

    Beside this I wonder where you get your error from since AFAIK 12c comes with java 1.6.
    Well wonder no more!
    OP isn't using Oracle 12c database.
    They are using Oracle R12.1.3 - which is the E- Business Suite.

  • I changed my name on MacBook pro, I could not log in after that though the password is unchanged but tHe name appeared on the login window is the original name?..how I can log in?

    I changed my name on MacBook pro, I could not log in after that though the password is unchanged but tHe name appeared on the login window is the original name?..how I can log in?

    Hmmm.  Maybe try this?
    OS X: Changing or resetting an account password

  • How we can open pdf files in epic browser in English

    how we can open pdf files in epic browser in English
    message is appearing in epic browser during opening pdf files in browser " The adobreader /acrobat reader is running cannot be used to view pdf files , please exit and try again "

    I already fixed it. I never exited out of Firefox before deleting the mime file. it works now.

  • Does anyone know how i can get the older versions of the ipod software

    Does anyone know how i can get the older versions of the ipod software on my nano because my nano had a feature that when i held down the menu button for a couple of seconds, the backlight turned on.......well ever since i downloaded the most recent software, everytime i hold down the menu button, it goes directly to the menu(which im not very enthusiastic about). Can anyone please help me if you can? I appreciate your help=)

    i agree with you 100%, i really want that feature back! it was so useful being able to turn the backlight on and off whenever i wanted. unfortunately im in the same boat as you are as i dont know how to get the old software

  • I want to open a radio file that is .rm.  I get a message that says I need additional Quicktime software, but I cannot locate what I need to download on the QT website.  Anyone got ideas about how I can open this file?

    I want to open a radio file that is .rm.  I get a message that says I need additional Quicktime software, but I cannot locate what I need to download on the QT website.  Anyone got ideas about how I can open this file?

    Hi bert,
    the ".rm" extension is created by 'Real Media' application.
    The easiest way to use it is to install the 'Real Media' player:
    1. RealPlayer BBC.app
    2. RealPlayer 12.app
    I have both installed & use them sometimes.
    (The 'BBC' wersion doesn't have any adverts with-in the app.)

Maybe you are looking for