AVEVA Community
AVEVA Community
  • Site
  • User
  • Site
  • Search
  • User
PDMS "Lessons Learned"
  • AVEVA World
  • PDMS/E3D Forum
  • PDMS "Lessons Learned"
  • Cancel
PDMS "Lessons Learned"
Installation & Upgrades GLOBAL Issue!!!
  • Forums
  • Resources
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Replies 98 replies
  • Subscribers 1 subscriber
  • Views 145 views
  • Users 0 members are here
Options
  • Share
  • More
  • Cancel
Related

GLOBAL Issue!!!

Harry
Harry over 18 years ago
 
  • Sign in to reply
  • Cancel
  • me_hungry
    me_hungry over 12 years ago
    Hi RUAV !!

    I did but from tomorrow I will on vacation. And all synchro will stoped until I return. So no time for waiting until they will like to answer to my question..

    And one more question for U. Did U ask Local Aveva from your own email with unofficial letters??
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Nalini K
    Nalini K over 12 years ago
    for new user it will be very great help
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Admin
    Admin over 12 years ago
    yes actually very often it means to check net connection first :)
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • me_hungry
    me_hungry over 12 years ago
    Thanks RUAR, we contacted with Local Support and now trying to solve this..
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • me_hungry
    me_hungry over 12 years ago
    Its solved. The reason was in routing between SAT and HUB, some nodes between them blocked ports that needed for Global Deamon ..
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Steven Convens
    Steven Convens over 12 years ago
    u using RCP or WCF?
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • me_hungry
    me_hungry over 12 years ago
    [COLOR=#333333]yes actually very often it means to check net connection first :)[/COLOR]

    I checked on my site but I am not able to order to other company administrator.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Imane BAHKANI
    Imane BAHKANI over 10 years ago
    hi all,
    need guidances.
    plzzz how can I introduce a filter to my program.I used a methos 'FILTERSTRING'
    It did not work,
    I get like error
    (2,751)   Variable !FILTERSTRING does
    not exist



    the part of my program  as follows :

    !Tableau = ARRAY()
     do !db values !SESSION.current()
    -- Dans le cas le plus générique
         skip if !this.DESI.val and !db.type neq 'DESI'
    -- Dans le cas d'un projet Galopin
         skip if !this.DESI.val and !db.description.matchwild('*CAT*')  or !this.DESI.val and !db.description.matchwild('*GE*')
         !Tableau.append(!db.type + ' ' + !db.name)
       
        if (!this.sort.selection('DTEXT') eq |Name|) then
         !filterString = !mdbName[!db]
       elseif (!this.sort.selection('DTEXT') eq |Description|) then
         !filterString = !mdbDesc[!db]
       endif

       -- Discard mdbs not matching filter
       skip if (not !filterString.matchWild(!this.filter.val))
         enddo
    I should chouse  the good variable to filter the type or the description to my db
    thanks in advance
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
<