Announcement

Collapse
No announcement yet.

Transferring EFS to new eSignal

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Transferring EFS to new eSignal

    Hello,

    Do you know how to transfer EFS studies from 10.6 into 11?

    Cheers
    s_b

  • #2
    Re: Transferring EFS to new eSignal

    s_b
    Just copy them from the current 10.6 folder to My Documents\Interactive Data\Formulas [and subfolders thereof]
    Alex


    Originally posted by s_b
    Hello,

    Do you know how to transfer EFS studies from 10.6 into 11?

    Cheers
    s_b

    Comment


    • #3
      Hi Alex,

      I've tried that but the studies won't work in version 11.
      I'm getting the following error : "C:/Documents and Settings/Shane/My Documents/Interactive Data/Formulas/W!z4rd/Full Cross.efs, line 9: Error: Parameter number 2 of function FunctionParameter is invalid". I don't get any errors in 10.6.
      I've attached the file.

      Cheers
      Attached Files

      Comment


      • #4
        s_b
        There are two issues that I can see.
        The first one [which is the one referenced in your error message] is a syntax error in the usage of the FunctionParameter type ie FunctionParameter.Number should be FunctionParameter.NUMBER
        Keep in mind that JavaScript is a case sensitive language and even though 10.6 ignores this syntax error that is actually an incorrect behavior that version 11 fixes.
        The second issue is that version 11 is not allowing [at least in its current iteration] the use of the FunctionParameter object outside of the preMain function so to resolve this you need to move all your FunctionParameter[s] inside preMain.
        Alex


        Originally posted by s_b
        Hi Alex,

        I've tried that but the studies won't work in version 11.
        I'm getting the following error : "C:/Documents and Settings/Shane/My Documents/Interactive Data/Formulas/W!z4rd/Full Cross.efs, line 9: Error: Parameter number 2 of function FunctionParameter is invalid". I don't get any errors in 10.6.
        I've attached the file.

        Cheers

        Comment


        • #5
          Thanks Alex, that works perfectly now.

          Comment


          • #6
            s_b
            My pleasure
            Alex


            Originally posted by s_b
            Thanks Alex, that works perfectly now.

            Comment


            • #7
              Actually I have 1 more question : How would I put a constant line at 0 on the study??

              Also how come you're working on a Saturday?

              Thanks

              Comment


              • #8
                s_b

                How would I put a constant line at 0 on the study??
                Use the addBand() function. See the EFS KnowledgeBase for the syntax required by the function

                Also how come you're working on a Saturday?
                I am not an employee of eSignal if that is what your question implied
                Alex


                Originally posted by s_b
                Actually I have 1 more question : How would I put a constant line at 0 on the study??

                Also how come you're working on a Saturday?

                Thanks

                Comment


                • #9
                  Thanks Alex,

                  No offence meant, I thought you were an employee of eSignal because of all your posts.

                  Once again, thanks for your help.

                  s_b

                  Comment


                  • #10
                    s_b
                    None taken and [once again] you are welcome
                    Alex


                    Originally posted by s_b
                    Thanks Alex,

                    No offence meant, I thought you were an employee of eSignal because of all your posts.

                    Once again, thanks for your help.

                    s_b

                    Comment

                    Working...
                    X