Script works in etester, not in Onesight ?

I am having some odd results when creating a script in etester and running it on Onesight.
Basically, the script does:
1. Go to a web page
2. Login
3. Perform tests
4. Log out
I am basically trying to ensure that if 2 fails with error message "Your username is not recognised" to skip pages 3 and 4.
I have set error recovery to skip on text matching failures and custom object test failures.
I have created both a text match test and a custom object test to action if the above login failure message occurs.
When I run the test in etester with a false user name I get:
[1]: Web Page Passed
[2]: Login Failure One failed text matching test, one failed custom object test.
END TESTING SCRIPT
So in etester working great - BUT - when I load this onto Onesight it continues to try and run pages 3 and 4, which, because it hasn't logged in does action correctly. It trys to press the buttons it thinks should be there, but aren't giving me all sorts of problems.
Any ideas?

Unfortunately, those settings you describe are for scripts in eTester only. You could try to use some VBA which should work just as well. I included some code below that will hopefully help. Put it in the page that you are trying to check the text.
Private Sub RSWVBAPage_afterPlay()
If RSWApp.FindInHtml("Your username is not recognised") Then RSWApp.GotoPage 5
End Sub

Similar Messages

  • Script works in PowerGUI, not in ISE or from powershell.exe

    Hi,
    I am trying to integrate with the Manage Engine Password Manager PRO Rest API.. I have some code working on my desktop where I currently use PowerGUI this was all seemingly working correctly.. I have then gone to execute the code from a window on the same
    machine and it doesn't work. I have also tried it in ISE with the same error...
    Now the odd thing is if I choose "run in external window" from powergui and then run the script it works fine..
    What the hell is going on for this window and the powergui console to be different?
    the error I am getting is:
    Invoke-RestMethod : The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
    which I would expect if I was running the code on a machine where the Auth Code isn't registered, as you link an API user to a hostname..
    code:
    $inputData = @"
    INPUT_DATA={
    "operation":{
    "Details":{
    "RESOURCENAME":"PLdwdwd999",
    "ACCOUNTNAME":"fefefeL999-Wallis-SQLSV",
    "RESOURCETYPE":"Windows",
    "PASSWORD":"fefefefef",
    "NOTES":"fefefwerhthrtbrbr",
    "RESOURCEURL":"http://192.168.0.1",
    $uri = "https://xxxwintspmp001:7272/restapi/json/v1/resources?AUTHTOKEN=a111111-1111-411B95E-0B6DFE643CE3"
    $resp = Invoke-RestMethod -uri $uri -Body $InputData -Method Post
    System.Threading.Thread]::CurrentThread.GetApartmentState()
    returns STA in both windows too..
    please help, I'm now stumped.
    Regards
    David

    If I had known I was getting certificate errors I wouldn't have posted this here would I?
    Nor did powershell come up with a message to tell me, it was only when you mentioned proxies that I went down that avenue of investigation...
    Sorry. I missed it in all of the description. This is why it is so important to copy and paste the complete error message and not just portion:
    You posted above: "Could not establish trust relationship for the SSL/TLS secure channel"
    The SSL/TLS should have clued me.  That means the cert was rejected.  To accept bad certs you need to do as you did and return $true on the callback.
    I am surprised that PowerGui does that.  Are you sure the code is identical or did you option GUI to accept bad certs?
    The dummied callback will effect every connection in you session until PowerShell is closed.
    ¯\_(ツ)_/¯

  • Script works in toad, not in sqlplus

    Hope you can help. The error i get is...
    ERROR at line 5:
    ORA-06550: line 5, column 1:
    PLS-00103: Encountered the symbol "COLUMN"
    Script is ...
    SET linesize 157 pagesize 54 echo OFF
    SET num 6
    SET FEEDBACK OFF
    SET SHOW OFF
    SET VERIFY OFF
    SET RECSEP EACH
    DEFINE LV_MMYY = &&ENTER_DATE_IN_MMYY_FORMAT;
    var yy CHAR(2);
    BEGIN
    :yy := SUBSTR('&LV_MMYY',3,2);
    END;
    COLUMN mymonth NOPRINT NEW_VALUE CHAR
    BREAK ON mymonth
    COLUMN mymonth NEW_VALUE LV_MONTH
    SELECT TO_CHAR(TO_DATE(SUBSTR('&LV_MMYY', 0, 2),'mm'),'MONTH')mymonth FROM DUAL;          
    COLUMN myyear NOPRINT NEW_VALUE CHAR
    BREAK ON myyear
    COLUMN myyear NEW_VALUE LV_YEAR
    SELECT '20'||SUBSTR('&LV_MMYY', 3, 2) myyear FROM DUAL;          
    COLUMN today NOPRINT NEW_VALUE CHAR
    BREAK ON TODAY
    COLUMN TODAY NEW_VALUE MYDATE
    SELECT TO_CHAR(SYSDATE,'YYYYMMDD') today FROM DUAL;
    CLEAR BREAKS
    ttitle LEFT ' 'MYDATE' report name ' RIGHT 'PAGE'FORMAT 999 SQL.PNO SKIP 1 -
    LEFT ' JANUARY THRU 'LV_MONTH''LV_YEAR' report info' SKIP 2 -
    BREAK ON REPORT ON REPORT
    SELECT *
    FROM mytable
    WHERE
    year = :yy
    /

    You are missing a / character to terminate the PL/SQL block.
    BEGIN
    :yy := SUBSTR('&LV_MMYY',3,2);
    END;
    COLUMN mymonth NOPRINT NEW_VALUE CHAR

  • GPRM Button scripts work in Simulate, but not after burning

    Hello everyone:
    I have a question regarding GPRM-based buttons and scripting menu navigation. My scripts work perfectly in DVD Studio Pro's simulate mode, but after building and formatting a DVD, the scripts do not function properly on a set top box, in Apple DVD Player, or when playing from the Video TS folder. The scripts were based off of a tutorial by Hal MacLean at dvdstudiopro.co.uk.
    Essentially, I have one track which is accessed via a Main Menu or a Chapters Menu. There is an animation that plays at the head of each menu, so menu has a loop point. The user should return to the correct screen, the correct button should be highlighted, and the menu should jump to the loop point. All of these things happen in simulate mode, but after burning, the loop point is ignored: The correct menu and buttons are highlighted, but the menu plays from the beginning. Here is how the project is laid out:
    From the main menu, if the user chooses Play Movie, the following script plays:
    mov GPRM 0, 1
    Jump Feature
    From the main menu, if the user chooses Chapters, the following script plays:
    mov GPRM 0, 0
    Jump Chapters Menu
    Each of the chapter buttons is assigned to the start of a scene. The feature's menu call is assigned to the following script:
    mov GPRM 1, SPRM 8
    div GPRM 1, 1024
    Jump Main Menu(Loop) [GPRM 1] if (GPRM 0 = 1)
    Jump Chapters Menu(Loop) [GPRM 1]
    I was able to make the menus behave properly by writing the scripts this way:
    mov GPRM 1, SPRM 8
    div GPRM 1, 1024
    Jump Main Menu Script [GPRM 1] if (GPRM 0 = 1)
    Jump Chapters Menu Script [GPRM 1]
    Main Menu Script:
    Jump Main Menu(Loop)
    Chapters Menu Script:
    Jump Chapters Menu (Loop)
    But, although the user is returned to the correct menu and the loop point, now only the default button is highlighted.
    Has anyone run into the same issues? Can anyone see any flaws in my scripts, or have any suggests? i would really appreciate any thoughts you all have. Thanks for your time!

    Do you have any pre scripts atached to the menus? I was having the same problems as you and found that pre scripts and GPRMs don't play nice (at least in DSP). Removing the pre scripts solved my issue.
    http://discussions.apple.com/message.jspa?messageID=4643747#4643747
    Good luck!

  • Script Works in Formcalc but not Javascript

    I have two radio button lists laid out in two columns to select garment sizes (small, medium, large). The "M" side is MEN and the "W" side is WOMEN.  The Radio button lists are named MENS and WOMEN respectively.
    ITEM    QTY.       COST       ITEM    QTY.    COST 
    ||MS                          ||WS
    ||MM                          ||WM
    ||ML                          ||WL
    ||NO SELECTION                ||NO SELECTION
                        TOTAL                      TOTAL
    The user selects the size using the radio button, moves into the QTY field to input the quantity and the COST is automatically calculated in a read-only numeric field (the QTY and COST fields are not shown above).
    However, if a radio button (other than "NO SELECTION") is selected in one list and you attempt to select something in the OTHER list, after inputting a quantity a message box will pop up saying:  “Unable to calculate totals.  You have an active selection in the other side.  Please set the other side to 'No Selection' to continue."  The event used for this in the QTY field is "exit".
    Additionally, the fields are reset to zero (0) making the TOTAL zero (0).
    The "NO SELECTION" button of each list has a value of 1.
    I have a formcalc script in each of the QTY fields on the mens side that read:
    if (Women > 1) then
       xfa.host.messageBox("Unable to calculate totals.  You have an active selection in Women.  Please set
       Women to 'No Selection' to continue.")
         MS=0
         MM=0
         ML=0
    endif
    The WOMEN side has a similar formcalc script if something is selected on the MENS side.  It works fine in formcalc.  However, when I try to use Javascript to perform this, the message box does not appear.
    if (Women > 1) {
       xfa.host.messageBox("Unable to calculate totals.  You have an active selection in Women.  Please set
       Women to 'No Selection' to continue.");
          MS=0;
          MM=0;
          ML=0;
    I am teaching myself JS and wanted to put functions into the project since this is all repetitive.  However, I don't understand why it works with formcalc and not JS.  The book I purchased for learning JS was a bad choice (and I won't mention it here).  However, any help would be apppreciated.
    BTW, I used UPPER CASE in this post for emphasis.  The case matches in the actual script.

    Paul, will this script work, instead?
    var brain
    var correctSyntax = "Object.rawValue"
    if (correctSyntax != "Object.rawValue") {
       xfa.host.messageBox("YOU ARE AN IDIOT!);
       brain = ""
    Learning Javascript is gonna be a loooong process for me
    But as they say, if you don't make mistakes, how will you learn?  I'm glad there are guys like you around.
    THANKS, PAUL!

  • Script working fine manually but not in cron

    i have unix script with is running fine & great when i run manually
    is the same is in cron it is not running at the parts where it is interacting with database
    remaining parts of script working fine
    script
    ======
    export ORACLE_SID=TEST
    export TWO_TASK=TEST
    dat=`sqlplus -s / <<END
    set feedback off;
    set heading off;
    select count(*) from
    (SELECT serial,status,date_time
    from ttable
    where STATUS='C'
    order by date_time);
    exit;
    END`
    echo dat value $dat
    echo "hi"> 123.lst
    if [ $dat -gt 0 ]
    then
    sqlplus -s / <<-END >>123.lst
    @/home/scr/pro1.sql
    exit;
    END
    fi
    any help is appreciated
    Thanks in advance

    Bacause cron does not know anything about your enivroment, you need explicitly set all your enviroment (PATH, ORACLE_HOME and so on) in this script.
    Second option is invoke your script using "su - oracle -c </path/to/script_name>"

  • Batch PDF script works in ID4 but not in ID5.5

    this script worked flawlessly in ID4, but doesn't work in 5.5....It's a script that converts all open indd files to pdf.
    This is the error...
    AppleScript Error!
    Error Number: -2741
    Error String: Expected "," but found application constant or consideration.
    Engine: Default
    File: Users/AM/Library/Preferences/Adobe Indesign/Version 7.5/en_US/Scripts/Scripts Panel/PDFer.applescript
    Anyone know what's wrong with the script?
    This is the script:
    property convertSpotToProcess : false
    my main()
    on main()
      tell application "Adobe InDesign CS5.5"
      set alleExportFormater to name of every PDF export preset
      set alleDok to name of every document
      tell document 1
      set valgtExportFormat to (choose from list alleExportFormater with prompt "Choose PDF Setting")
      if valgtExportFormat = false then error number -128
      set targetmappe to my velgmappe()
      end tell -- doknavn
      set valgtExportFormat to PDF export preset (valgtExportFormat as text)
      repeat with ggg in alleDok
      set doknavn to ggg as text
      tell PDF export preferences
      set page range to all pages
      end tell
      set filnavn to doknavn
      if filnavn ends with ".indd" then set filnavn to text 1 thru -6 of filnavn
      set filnavn to filnavn & ".pdf"
      tell document doknavn
      if convertSpotToProcess then set convert to process of (every ink whose is process ink is false) to true
      set targetfil to (targetmappe & filnavn) as string
      with timeout of 40 * 60 seconds
      export format PDF type to targetfil using valgtExportFormat without showing options
      end timeout
      delay 1
      end tell
      end repeat
      say "Your PDFs are ready. "
      end tell
    end main
    on velgmappe()
      try
      tell me to activate
      end try
      return (choose folder with prompt "Choose Folder")
    end velgmappe

    Hi,
    Use the ready made script was developed by Peter.  It's one of the good resources, find in the following links.
    http://www.kahrel.plus.com/indesign/batch_convert_cs3.html

  • Short, basic VB script works on 2003 Server but not on 2012 R2 server

    Hello all,
    Hopefully I'm posting this in the right place. I have a legacy VB script that I need to keep, but I'm having trouble getting it to work on Server 2012 R2.
    The script reads a file called "Test.txt" that contains the following string:
    String1|String2
    Part of the VB script is to read this "Test.txt" file and parse this line into 2 separate elements based upon the "|" delimeter:
    On Error Resume Next
    Dim FSI, inputFile, String, f, WshShell,WshNetwork, WshFSO, StringArray
    inputFile = "Test.txt"
    CONST ForReading = 1, ForWriting = 2, ForAppending = 8
    Set FSI = CreateObject("Scripting.FileSystemObject")
    Set f = FSI.OpenTextFile(inputFile, ForReading, True)
    Set WshShell=WScript.CreateObject("WScript.Shell")
    '********* Read the file ********
    String = f.ReadLine
    msgbox("String: "&string)
    '********* Split the line *******
    StringArray = Split(String,"|", -1, 1)
    msgbox("stringarray(0): "&stringarray(0))
    msgbox("stringarray(1): "&stringarray(1))
    The variables in this script when ran on Server 2003 are:
    string = String1|String2
    stringarray(0) = String1
    stringarray(1) = String2
    So this script parses the String1|String2 line perfectly on Server 2003. However, running this same VB script on Server 2012 R2 results in very strange output:
    The variables in this script when ran on Server 2012 R2 are:
    string = ӱƥt
    stringarray(0) = ӱƥt
    stringarray(1) =
    Is there anything on Server 2012 R2 that I need to install to get this to work in VB, or what is the issue with Server 2012 R2 and visual basic? I'd LOVE to redo this in PowerShell but I need to keep it Visual Basic for legacy reasons for a few more months.

    Hmm interesting. I tried using the 3 different "format" parameters for the OpenTextFile method, and none of them worked on Server 2012 R2:
    http://msdn.microsoft.com/en-us/library/aa265347(v=vs.60).aspx
    However, I copied the text file directly from the 2003 server and placed it on the 2012 R2 server, and then the script worked great!
    Thanks for steering me in the right direction Bill!

  • Coded ui scripts working in one system when taken latest it is not working in other system

    Executable scripts working on one system, when taken latest on another system and executed, fails without throwing any error

    Hi Yellesh,
    Could you please provide us detailed error messages so that we can further look at this issue?  This blog introduced a similar scenario, maybe it can help you.
    http://blogs.msdn.com/b/mathew_aniyan/archive/2011/03/01/smart-match-amp-slow-coded-ui-tests.aspx
    One quick way to figure out the issue is to record a new and similar coded UI test against the same application on another system and run it. If the new test run fines, compare it with the old one for example the searchproperties of controls and the control
    hierarchy etc.
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Bash script working in shell, but not in Automator

    This script works for me in a bash shell, and adds tags to an mp3.
    #!/bin/bash
    for file in *.mp3;
    do
    a=`basename "$file" .mp3 | sed -e 's/.* - //'`
    b=`echo "${file%%-*}"`
    id3tool \
    -t "$a" \
    -r "$b" \
    "$file"
    done
    If I put it into Automator (get selected items-->shell script), it doesn't work...
    it doesn't give errors, it simply doesn't have any effect, why?
    for file in "$@"
    do
    a=`basename "$file" .mp3 | sed -e 's/.* - //'`
    b=`echo "${file%%-*}"`
    /usr/local/bin/id3tool \
    -t "$a" \
    -r "$b" \
    "$file"
    done

    There's a step ahead, apparently the automator script WORKS, the only problem is that the artist name is "/path/to/mp3/ARTISTNAME", while if I run the script in a bash shell, the artist name is correct and it is "ARTISTNAME", how "basename" output suggests, why?
    for file in "$@"
    do
    a=`basename "$file" .mp3 | sed -e 's/.* - //'`
    b=`echo "${file%%-*}"`
    /usr/bin/id3v2 \
    -t "$a" \
    -a "$b" \
    "$file"
    done

  • [CS3][JS] page.place(...) works for pdf, not for snippet

    Hi all,
    I'm having some problems with the page.place(...) command on InDesign CS3 Server.
    When I try to place a PDF on a page, it works perfectly. I can see the PDF on the document.
    But when try to place a snippet file, it gives me a very strange result.
    There is a frame on the document where the snippet should be placed, but it doesn't contain anything. You also cannot see it unless you select it.
    I can move the frame around, but not resize it.
    But when I copy and paste this frame, the newly copied frame does contain the contents from my snippet.
    When I try this on my desktop version it works correct, but not on the server.
    Here's the code I use:
    //set measurement to pt, just to be sure
    myDoc.viewPreferences.horizontalMeasurementUnits = MeasurementUnits.POINTS;
    myDoc.viewPreferences.verticalMeasurementUnits = MeasurementUnits.POINTS;
    //place the snippet on the last page
    myDoc.pages.lastItem().place(new File("c:/mySnippet.inds"), [170, 400]);
    I managed to solve this by using the PDF place instead of snippet, but at a later stage I will have to use snippets, so it would be great to know what I'm doing wrong.
    Regards,
    Dany

    Hmm it seems that the snippet is placed on the first page, but for some reason, the coordinates are so wrong that it ends up on one of the following pages. that's wy I cannot select it.
    I attached the document, it's hard to explain.
    You can see two pages, all seem empty at first sight.
    When you click on the first page and do a ctrl-a to select all items, you can see that there is an item selected on the second page.
    Remarkable is that if I use the same code to place a pdf, the pdf is placed at the correct position on the second page.
    Is there something wrong with the coordinates when placing snippets, or am I doing something wrong?
    Dany
    Edit: I can't seem to reproduce this problem with a blank indesign file, which will probably make it hard for anyone to find the problem.
    Must be something else in the complete script that is causing this.

  • I am trying to create a PDF document that calculates Gains and Losses in Mutual Funds. The calculation scripts are repetitive from line to line. The scripts work well until I reach the line 32. Script stops calculating...

    I am trying to create a PDF document that calculates Gains and Losses in Mutual Funds. The calculation scripts are repetitive from line to line. The scripts work well until I reach the line 32. Although I am using the same script as the fields above in the columm, the script eventually stops calculating and I can't figure out why. Is there a limit of how many calculation scripts you can enter? I will attempt to attach my pdf as soon as I figure out how. Thanks.

    For e31 :
    var e30 = +getField("e30").value ;
    var c31 = +getField("c31").value ;
    if ( (e30 !== 0) && (c31 !== 0) ) event.value = e30 + c31 ;
    else event.value = "";
    for e32 :
    var e31 = +getField("e31").value ;
    var c32 = +getField("c32").value ;
    if ( (e31 !== 0) && (c32 !== 0) ) event.value = e31 + c32 ;
    else event.value = "";
    for e33 :
    var e32 = +getField("e32").value ;
    var c33 = +getField("c33").value ;
    if ( (e32 !== 0) && (c33 !== 0) ) event.value = e32 + c33 ;
    else event.value = "";
    Java console doesn't show any error... That's why I am wondering if it's not a limitation issue... or memory issue, because they are maybe too many rows or something....
    The c value is not calculated.

  • Script Works In Simulator, Fails After Project Build

    I have a DSP3 project that consists basically of the following:
    One menu with 5 buttons.
    5 tracks
    I wrote a script that uses SPRM8 to determine which button was last used and to display that button when the user returns to the menu.
    The script works fine when run in the Simulator. The last button used is always displayed. After building the project and testing it in DVD Player I find it doesn’t work. I burnt the project to a DVD+RW and tested in an actual DVD Player desk, but as expected it didn’t work.
    Works in Simulator, but not after being built.
    Can anyone suggest something I’ve either overlooked, or have gotten wrong?

    The question is, the script works in the DSP3 simulator, but not after the build.
    That's what I'm trying to figure out.
    Thanks Karen.
    I'm trying to set up the DVD so that you can jump back to the menu from any point in the track, and from any track, and still have the last active button displayed. And without going to the end of the track.
    Would your suggestion do this?
    Thanks Hal.
    What follows is the best I can do.
    Script "Button-Return" {
    Name "Button-Return"
    ObjectType "Script"
    SelectedState 0
    CommandsUsed 0
    CommandsFree 120
    ScriptCommandArray "ScriptCommandFolder" {
    Name "ScriptCommandFolder"
    ObjectType "Script Command Array"
    SelectedState 0
    ChildObjectType "Script Command"
    ScriptCommand "Script Command 1" {
    Name "Script Command 1"
    ObjectType "Script Command"
    Size 0
    Duration 0
    SelectedState 0
    Comment ""
    CommandType Set GPRM
    OperatorType mov
    Argument1 RegisterCell "GPRM 0"
    Script2ndArgumentType SPRM
    Script2ndArgumentSPRMRegister SPRM 8
    Script2ndArgumentSpecialValue Current Item
    Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndArgumentImmediateValue 0
    Script2ndArgumentItemID notSet
    Compare 0
    CompareArgument1 RegisterCell "GPRM 0"
    Script2ndCompareArgumentType Immediate
    Script2ndCompareArgumentSPRMRegister SPRM 0
    Script2ndCompareArgumentSpecialValue Current Item
    Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndCompareArgumentImmediateValue 0
    Script2ndCompareArgumentItemID notSet
    CompareOperatorType =
    ScriptTarget notSet
    GotoTarget 1
    SubtitleEnabled 0
    SubtitleValue 1
    SubtitleVisible 0
    SubtitleGPRM RegisterCell "GPRM 0"
    AudioEnabled 0
    AudioValue 1
    AudioGPRM RegisterCell "GPRM 0"
    AngleEnabled 0
    AngleValue 1
    AngleGPRM RegisterCell "GPRM 0"
    SetSystemIsImmediate 1
    ButtonIndex 0
    GPRMTarget 0
    CounterMode 0
    ParentalLevel 0
    ScriptCommand "Script Command 2" {
    Name "Script Command 2"
    ObjectType "Script Command"
    Size 0
    Duration 0
    SelectedState 0
    Comment ""
    CommandType Jump
    OperatorType mov
    Argument1 RegisterCell "GPRM 0"
    Script2ndArgumentType GPRM
    Script2ndArgumentSPRMRegister SPRM 0
    Script2ndArgumentSpecialValue Current Item
    Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndArgumentImmediateValue 0
    Script2ndArgumentItemID notSet
    Compare 1
    CompareArgument1 RegisterCell "GPRM 0"
    Script2ndCompareArgumentType Immediate
    Script2ndCompareArgumentSPRMRegister SPRM 0
    Script2ndCompareArgumentSpecialValue Current Item
    Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndCompareArgumentImmediateValue 1024
    Script2ndCompareArgumentItemID notSet
    CompareOperatorType <=
    ScriptTarget Button "001" of Menu "DW-Menu"
    GotoTarget 1
    SubtitleEnabled 0
    SubtitleValue 1
    SubtitleVisible 0
    SubtitleGPRM RegisterCell "GPRM 0"
    AudioEnabled 0
    AudioValue 1
    AudioGPRM RegisterCell "GPRM 0"
    AngleEnabled 0
    AngleValue 1
    AngleGPRM RegisterCell "GPRM 0"
    SetSystemIsImmediate 1
    ButtonIndex 0
    GPRMTarget 0
    CounterMode 0
    ParentalLevel 0
    ScriptCommand "Script Command 3" {
    Name "Script Command 3"
    ObjectType "Script Command"
    Size 0
    Duration 0
    SelectedState 0
    Comment ""
    CommandType Jump
    OperatorType mov
    Argument1 RegisterCell "GPRM 0"
    Script2ndArgumentType GPRM
    Script2ndArgumentSPRMRegister SPRM 0
    Script2ndArgumentSpecialValue Current Item
    Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndArgumentImmediateValue 0
    Script2ndArgumentItemID notSet
    Compare 1
    CompareArgument1 RegisterCell "GPRM 0"
    Script2ndCompareArgumentType Immediate
    Script2ndCompareArgumentSPRMRegister SPRM 0
    Script2ndCompareArgumentSpecialValue Current Item
    Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndCompareArgumentImmediateValue 2048
    Script2ndCompareArgumentItemID notSet
    CompareOperatorType =
    ScriptTarget Button "002" of Menu "DW-Menu"
    GotoTarget 1
    SubtitleEnabled 0
    SubtitleValue 1
    SubtitleVisible 0
    SubtitleGPRM RegisterCell "GPRM 0"
    AudioEnabled 0
    AudioValue 1
    AudioGPRM RegisterCell "GPRM 0"
    AngleEnabled 0
    AngleValue 1
    AngleGPRM RegisterCell "GPRM 0"
    SetSystemIsImmediate 1
    ButtonIndex 0
    GPRMTarget 0
    CounterMode 0
    ParentalLevel 0
    ScriptCommand "Script Command 4" {
    Name "Script Command 4"
    ObjectType "Script Command"
    Size 0
    Duration 0
    SelectedState 0
    Comment ""
    CommandType Jump
    OperatorType mov
    Argument1 RegisterCell "GPRM 0"
    Script2ndArgumentType GPRM
    Script2ndArgumentSPRMRegister SPRM 0
    Script2ndArgumentSpecialValue Current Item
    Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndArgumentImmediateValue 0
    Script2ndArgumentItemID notSet
    Compare 1
    CompareArgument1 RegisterCell "GPRM 0"
    Script2ndCompareArgumentType Immediate
    Script2ndCompareArgumentSPRMRegister SPRM 0
    Script2ndCompareArgumentSpecialValue Current Item
    Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndCompareArgumentImmediateValue 3072
    Script2ndCompareArgumentItemID notSet
    CompareOperatorType =
    ScriptTarget Button "003" of Menu "DW-Menu"
    GotoTarget 1
    SubtitleEnabled 0
    SubtitleValue 1
    SubtitleVisible 0
    SubtitleGPRM RegisterCell "GPRM 0"
    AudioEnabled 0
    AudioValue 1
    AudioGPRM RegisterCell "GPRM 0"
    AngleEnabled 0
    AngleValue 1
    AngleGPRM RegisterCell "GPRM 0"
    SetSystemIsImmediate 1
    ButtonIndex 0
    GPRMTarget 0
    CounterMode 0
    ParentalLevel 0
    ScriptCommand "Script Command 5" {
    Name "Script Command 5"
    ObjectType "Script Command"
    Size 0
    Duration 0
    SelectedState 0
    Comment ""
    CommandType Jump
    OperatorType mov
    Argument1 RegisterCell "GPRM 0"
    Script2ndArgumentType GPRM
    Script2ndArgumentSPRMRegister SPRM 0
    Script2ndArgumentSpecialValue Current Item
    Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndArgumentImmediateValue 0
    Script2ndArgumentItemID notSet
    Compare 1
    CompareArgument1 RegisterCell "GPRM 0"
    Script2ndCompareArgumentType Immediate
    Script2ndCompareArgumentSPRMRegister SPRM 0
    Script2ndCompareArgumentSpecialValue Current Item
    Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndCompareArgumentImmediateValue 4096
    Script2ndCompareArgumentItemID notSet
    CompareOperatorType =
    ScriptTarget Button "004" of Menu "DW-Menu"
    GotoTarget 1
    SubtitleEnabled 0
    SubtitleValue 1
    SubtitleVisible 0
    SubtitleGPRM RegisterCell "GPRM 0"
    AudioEnabled 0
    AudioValue 1
    AudioGPRM RegisterCell "GPRM 0"
    AngleEnabled 0
    AngleValue 1
    AngleGPRM RegisterCell "GPRM 0"
    SetSystemIsImmediate 1
    ButtonIndex 0
    GPRMTarget 0
    CounterMode 0
    ParentalLevel 0
    ScriptCommand "Script Command 6" {
    Name "Script Command 6"
    ObjectType "Script Command"
    Size 0
    Duration 0
    SelectedState 0
    Comment ""
    CommandType Jump
    OperatorType mov
    Argument1 RegisterCell "GPRM 0"
    Script2ndArgumentType GPRM
    Script2ndArgumentSPRMRegister SPRM 0
    Script2ndArgumentSpecialValue Current Item
    Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndArgumentImmediateValue 0
    Script2ndArgumentItemID notSet
    Compare 1
    CompareArgument1 RegisterCell "GPRM 0"
    Script2ndCompareArgumentType Immediate
    Script2ndCompareArgumentSPRMRegister SPRM 0
    Script2ndCompareArgumentSpecialValue Current Item
    Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndCompareArgumentImmediateValue 5120
    Script2ndCompareArgumentItemID notSet
    CompareOperatorType =
    ScriptTarget Button "005" of Menu "DW-Menu"
    GotoTarget 1
    SubtitleEnabled 0
    SubtitleValue 1
    SubtitleVisible 0
    SubtitleGPRM RegisterCell "GPRM 0"
    AudioEnabled 0
    AudioValue 1
    AudioGPRM RegisterCell "GPRM 0"
    AngleEnabled 0
    AngleValue 1
    AngleGPRM RegisterCell "GPRM 0"
    SetSystemIsImmediate 1
    ButtonIndex 0
    GPRMTarget 0
    CounterMode 0
    ParentalLevel 0
    ViewInfo "ViewInfo" {
    Name "ViewInfo"
    ObjectType "View Info"
    SelectedState 0
    ViewInfoPosition (X:300 Y:-220)
    ViewInfoSize (X:0 Y:0)
    ViewInfoColor 0
    ViewInfoGroup notSet
    ViewThumbframeTime 0
    ViewInfoAttentionLevel 0
    ViewInfoIsSet 1
    }

  • Streaming server 3.5.1 no script works except main.far (VOD)

    we own multiple FMS servers, interactive and now we installed
    a few Streaming servers.
    during the install process we provide the license key
    for the Stream server's we got from the adobe representatives
    in our country, and all seems well until we try to move an already used VOD
    script to the /opt/adobe/fms/applications/vod/ folder
    the script is named main.asc and replaces the main.far
    which comes with the out of the box VOD application.
    this script works on all Interactive servers but fails
    to work on the Stream servers.
    it simply fails silenty, no logs and no errors are written anywhere....
    so i thought the problem might be some feature i try to invoke
    in the code while streaming server does not support it, so i stripped
    the main.asc to be practically empty..
    application.onAppStart = function(){
        trace("application start");
    application.onAppStop = function(){
        trace("application end");
    application.onConnect = function( client ) {
        trace("accepting connection");
        application.acceptConnection( client );
    application.onDisconnect = function(client){
        trace("application.onDisconnect");
    yet the problem persists, perhaps we have wrong license key?
    does the streaming server allow scripting at all???
    ps: when i change the licence key of the streaming server to
    Interactive server's Key, all starts working...
    Any ideas ?

    Hi,
    The behavior you encounter with FMS Streaming Server edition is expected. The streaming edition only offers streaming capabilities as outlined athttp://www.adobe.com/devnet/logged_in/dmotamedi_fms3.html .
    As small gist from there :
    Flash Media Streaming Server (FMSS) is a brand new product offering. This low-cost server is limited to live and video-on-demand (VOD) applications only. It cannot be used for multiway applications such as video chat, server-side playlists, or server-side recording. Flash Media Streaming Server does not support the new plug-in architecture or server-side ActionScript API. Edge or Origin configurations are not available in the streaming server either.
    So if you are looking for server-side scripting support and other features like C++ plug-in framework etc to build interactive/ collaborative applications you need to choose the Flash Media Interactive Server.
    Thanks
    Mamata

  • Script error: Window does not have a constructor: 324

    File-script-image processor then a script error: Window does not have a constructor:324
    trying to run a batch to resize photos and this happens everytime.  Same thing is said in all options under script.

    photoshop cs6 extended running on windows 7 home edition.
    i wanted to resize images, so i opened photoshop clicked file-selected scripts-selected image processor.
    every video i have seen to resize a few images says this is how you do it, then input some data. and you resize the images.
    But after i select image processor i get an error. 
    Script Alert: "Something major has happened and I can't continue.  Would you like to see more information?"
    I select yes
    Script Alert: "ReferenceErorr: Window does not have a constructor:324"
    If I select scripts event manager, it says the same thing
    If I select load files into stacks it says "Error 22, Window does not have constructor.  Line 388 var w= new window (res)
    If I select statistics I get the same error message.
    So nothing under scripts works.

Maybe you are looking for