• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

[Fixed for Patch] VALENCE installing PTF in other instance

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

  • [Fixed for Patch] VALENCE installing PTF in other instance

    Hi,

    I'm running Valence31 in 2 instances (created via instance mgr) and installed the latest Valence PFT in the first.

    Is there some kind of procedure or best practice to follow for installing the same PTF in the 2nd instance?

  • #2
    Did you use Instance Manager to create the 2nd instance? If so, you can just click on that instance from there and choose the option to update the instance. If you didn't use Instance Manager you can still do it if you add a record to file VVIMQ100 so Instance Manager has visibility to that instance.

    Comment


    • #3
      is it possible that the HTML page for the 'about' has not been modified.
      i applied the PDF and the about is still showing the previous version ?'

      Also another problem... after applying the ptf; the optional parms are no longer handled ?
      for handling the fusioncharts we're using the following :
      we build up a string with the following

      PHP Code:
          var postURL 'vvcall.pgm?app='+app+'&sid='+sid+'&action=GetChartData&pgm=COBD20R'
                  
      '&brcm=' Ext.getCmp('brcmcombo').getValue()
                  + 
      '&brgr=' Ext.getCmp('brgrcombo').getValue() 
                  + 
      '&klant=' convert_klant
                  
                  
      '&tool=' convert_tool 
                  
      '&artikel='convert_artikel 
                  
      '&cartkcombo=' Ext.getCmp('cartkcombo').getValue()
                  
                  + 
      '&site='Ext.getCmp('site').getValue()
                  + 
      '&intercomp='    Ext.getCmp('intercompany').getValue() 
                  + 
      '&sales=' Ext.getCmp('salescombo').getValue()
                  
                  + 
      '&xprfm=' Ext.getCmp('xprfmcombo').getValue()
                  + 
      '&newproduct=' Ext.getCmp('newproduct').getValue()
                  + 
      '&qrycombo='Ext.getCmp('qrycombo').getValue()
                  
                  + 
      '&checked1=' Checked1    // T= Turnover        D= Daily Average
                  
      '&checked2=' Checked2;   // T= Turnover   V=Volume
                  
      console.log(postURL);
              }    
              
              
      myChart.setDataURL(escape(postURL));
              
      myChart.setTransparent(true);
              
      myChart.render("chartdiv"); 

      my belief is that in the previous version(s) the optional parms (specified in the 'app') were added in the vvcall..
      this program is no longer working .. is this possibly a bug in the new release?
      (Definition of the app)

      PHP Code:
      optional parms :  version=2012&frommonth=

      Comment


      • #4
        Hi Richard,

        any remarks on the 'optional parms' problem ?

        Comment


        • #5
          Hi Thierry, we're looking at this today and will get back to you soon with an update.

          Comment


          • #6
            Thierry, sorry for the late reply on this thread. We do have a fix for this now, it involves some minor adjustments to VVCALL which will be included in the next update to Valence 3.2, likely sometime in January. If you would like the code in advance of that, send an email to support and we'll get it to you.

            -Rob

            Comment

            Working...
            X