Upgrade to FM9?  I need to filter attributes.

Hi all,
I'm currently using FM7.2 with the ABCM plugin and Framescript 4.1.  This way we have one source file and filter for different products (Framescript automates the filtering... less important).  I thought I saw somewhere that FM9 natively supports conditional text and filtering, but perhaps it is only conditional text.  In these forums I heard someone mention that they use FM8 with ABCM.
Is it worth it to upgrade to FM8 from 7.2?
Does FM9 support what I want to do or not?
Thanks!!

Hi,
Sourcerer did become ABCM, although via a very windy path that is not worth the time to explain. Then, when the XPath side was added, it became AXCM because Attribute-Based Condition Management no longer sufficiently described its functionality.
For your upgrade question, I think the best reason to upgrade is that you are around 5 or 6 years out-of-date, which is a long time for software. If you plan to continue using FrameMaker, you will be forced to upgrade eventually, unless you also plan to use your current operating system forever as well. The longer you wait, the better the likelihood that the conversion of your old files could encounter a few blips.
I think your best bet is to get a hold of the release notes for the two versions and check out the new features yourself. It is too much for me to repeat here. Commonly, I think you'll hear that people like the Unicode support, built-in DITA, the multiple undo/redo, revision tracking, and the new FM9 interface goodies. There is lots more, though... a Google search will bring up plenty of info. Here's one link for FM8:
http://help.adobe.com/en_US/FrameMaker/8.0/help.html?content=Chap1-Getting-Started_14.html
Russ

Similar Messages

  • Using Get-ADUser but 3.0 needs a filter? What changed?

    I'm trying to just do a basic query of AD attributes from a text file of SamAccountNames I have, but I'm upgraded to PowerShell ISE 3.0 and there might be some things new I'm not understanding. 
    I was just trying to do something simple like this; Get-Content C:\Scripts\userabrivs.txt | ForEach { Get-ADUser -Properties * } | Export-csv C:\scripts\Output\adusers1 
    but in ISE it always asks for 
    cmdlet Get-ADUser at command pipeline position 1
    Supply values for the following parameters:
    (Type !? for Help.)
    Filter: 
    I'm not very good at this so can someone help me understand why it needs a filter when I'm just asking it to use the list of SamAccountNames I have in a text file?

    Hi,
    You're never telling Get-ADUser which user you want to return. Try this instead:
    Get-Content .\userList.txt | ForEach {
    Get-ADUser -Identity $_ -Properties *
    } | Export-Csv .\userProperties.csv
    I highly recommend only returning the properties you need, the wildcard will return more information than most people want to look at.
    Don't retire TechNet! -
    (Don't give up yet - 12,700+ strong and growing)

  • Need to filter the Master Column

    Hi Experts,
    I need to filter a master column in my wd table. I am not finding an option to get the filter text in VewController. Master column of the filter row is not enabled to enter filter text. Can some one suggest me how can I proceed to make filter enabled for master column?
    Thanks in advance.

    Hi,
    If you are using table UI element, you have to do some bit of coding to get the filter row.
    1. Define a context node with cardinality 1..1. This node should have the attribute(s) for which a filter is required, and the attribute should be that same data type as that of the column attribute.
    2. In the layout tab, for the specific table column for which filter is needed, bind the 'filterValue' property to the corresponding attribute created in step 1.
    3. Define and implement an event handler for the 'onFilter' event of the table. This event handler should programatically filter the table.
    Now, in the layout itself you should see the 'Filter row' for the table.
    Hope this helps,
    Regards,
    Wenonah

  • Filter Attribute set based on country.

    Hi All,
    In BP(Account to be specific)  Marketing attributes, currently all the attributes of all countries are displayed. The requirement is to display only country specific attributes.Here i  need to maintain the Marketing Attribute Set  for an Account based on the Country of the account.I have done some analysis where in i could find the Event handler " BLUEBOX1ControlEvent" of tile "marketinptree1" which needs to filter the country specific attribute.Can anyone help me in writing the code to achieve this functionality?
    Points will be awarded.
    Regards,
    Shwetha.

    Hi,
    I think it would be better to put the filter already in the MW...
    In the standard version the marketing attribute customizing is distributed bulk (publication <Classification>, replication objects <ATTRIBUTE> and <CLASS>).
    What you would need to do is to delete the publication and both replication objects, create both replication objects again, but with type "intelligent" and define appropiate replication criteria ("ATNAM", ...).
    Finally create appropriate publication/s and subscribe them again.
    Regards,
    Wolfhard

  • LDAPX509IdentityAsserter, usage of User Filter Attributes

    Hi
    I have WLS up and running with X.509 Identity Asserter, see also this Thread "LDAPX509IdentityAsserter, AD and userCertificate issue".
    Now we discovered that the subject on some SmartCards are different, so I'd like to incorporate that in the User Filter Attributes configuration of the X.509 Identity Asserter.
    I tried a standard LDAP Filter, but that doesn't seem to work.
    Subjects on the SmartCard (SC) look like this
    SC 1: [email protected] (=userPrincipalName in AD)
    SC 2: username (= CN in AD)
    So currently with SC 1 one I got everything working by setting User Filter Attributes to userPrincipalName=$subj.cn
    Now with SC1 and SC2 in place I need something like this
    (|(userPrincipalName=$subj.cn)(cn=$subj.cn))
    But that somehow doesn't work.
    How would a correct User Attribute Filter look like to get this working?
    Thanks.
    Matthias

    Hi,
    I'm also looking for the solution, can you please share if you get to know how it is to be done.
    Thanks & Regards,
    Jagadeesh

  • To change from Photoshop Album 2.0 to Photoshop Elements 12 can I do an upgrade or do I need full

    to change from Photoshop album 2.0 to Photoshop Elements 12 can I do an upgrade or do I need to get the full verision

    I don't think adobe offers an upgrade path from photoshop album 2.0, but you can find photoshop elements
    12 cheaper at your local box store than even the adobe upgrade price.
    They are both the full versions anyway.

  • Need to filter the out put of iw38 reprort

    hello Experts,
    i have requirement like need to filter the out put of iw38 report and after that again i need to filter that output by using department and client code and oreder .ned to show out put with 3 push buttons .
    dertails:
    selection screen fields:
    region
    customer  code
    oreder
    date range
    from these 4 fields i need to pass two(order and date range)   fields to  iw38 report and then what ever output i am getting again that should filter by customer code and region which are there in my program
    , need to display the out put with 3 push buttons .
    plz suggest me  with appraoach and sample code .
    Note : i am using using submit and return export memory but its directly showing iw38 output and not coming back.

    Hi ananta,
    The function module LIST_FROM_MEMORY loads the list from the ABAP Memory to an internal table of the row type ABAPLIST.
    The function module WRITE_LIST inserts the content of an internal table of the row type ABAPLIST in the current list.
    The function module DISPLAY_LIST displays the content of an internal table of the row type ABAPLIST in a separate list screen.
    check the below program..
    REPORT  Z642_TEST2.
    DATA list_tab TYPE TABLE OF abaplist.
    SUBMIT riaufk20 EXPORTING LIST TO MEMORY
                                    AND RETURN.
    CALL FUNCTION 'LIST_FROM_MEMORY'
      TABLES
        listobject = list_tab
      EXCEPTIONS
        not_found  = 1
        OTHERS     = 2.
    IF sy-subrc = 0.
      CALL FUNCTION 'WRITE_LIST'
        TABLES
          listobject = list_tab.
    ENDIF.
    write: ' This is calling program', sy-repid.
    Edited by: Rammohan Nagam on Apr 8, 2009 4:05 PM

  • I have Mac OSX 10.5.5 what upgrade should I have/need

    I am currently using Mac 10.5.5, what upgrade should I have/need?

    Hi Wade,
    First there's a 10.5.9 update...
    Repair Permissions twice in a row afterwords, reboot.
    1058 Combo Update, 10.5.8...
    http://support.apple.com/downloads/Mac_OS_X_10_5_8_Combo_Update
    Then to go any higher you need 10.6 DVD.
    Snow Leopard/10.6.x Requirements...
    General requirements
       * Mac computer with an Intel processor
        * 1GB of memory (I say 4GB at least, more if you can afford it)
        * 5GB of available disk space (I say 30GB at least)
        * DVD drive for installation
        * Some features require a compatible Internet service provider; fees may apply.
        * Some features require Apple’s MobileMe service; fees and terms apply.
    Which apps work with Mac OS X 10.6?...
    http://snowleopard.wikidot.com/
    Call Apple Sales...in the US: 1-800-MY-APPLE. Or Support... 1-800-275-2273
    Other countries...
    http://support.apple.com/kb/HE57
    It looks like they might still have it...
    http://store.apple.com/us/product/MC573Z/A?fnode=MTY1NDAzOA

  • What i need to filter unwanted sites?

    Hi All.
    My knowledge is very basic in terms of firewall security but i have learnt so much in CCNA network fundamental, routing protocols and concepts, switching and wireless. Still have to do wan technologies.
    What i need to ask from the community if its the right time and right place to ask questions like mine. Here i need to filter social sites (i.e facebook.com, myspace.com ect) including all the torrents and malicious sites. I was advised that i will need Cisco ASA 5505 for this job, but i want to ask the community if is that sufficient enough to have the device only, if not what else can i include.
    Thanx in advance folks.

    Hello,
    I would suggest to go for Cisco Ironport Web Security Appliance which is basically does all your requirements
    http://www.cisco.com/en/US/products/ps10164/index.html
    Hope this helps
    Harish.

  • Going to upgrade to Logic X. Need to keep OS 10.6.8 for Adobe CS4? Advise please as to best partition strategy.

    Going to upgrade to Logic X. Need to keep OS 10.6.8 for Adobe CS4? Advise please as to best partition strategy.

    Going to upgrade to Logic X. Need to keep OS 10.6.8 for Adobe CS4? Advise please as to best partition strategy.

  • Just bought a new MacBook pro to replace my old PC.  I have LR 4 on disk and LR 5 upgrade on disk and need to know how to load LR on my new Macbook Pro.  Also how do I transfer photos?

    I'm not very good with computers and need help.  My LR 4 and LR 5 upgrade are on disk but my new MacBook Pro doesn't use disk.  How do I load LR on my new computer?  Also, how do I get the photos from LR on my old computer to the new computer?

    You can download Lightroom thru the link(s) below.  If you only want to install the version 5 upgrade you do not need to install 4 first - you likely just need to provide the serial number for it when you activate 5.
    Lightroom - all versions
    Windows
    http://www.adobe.com/support/downloads/product.jsp?product=113&platform=Windows
    Mac
    http://www.adobe.com/support/downloads/product.jsp?product=113&platform=Macintosh
    As far as transferring photos goes, that is something you might get help for in the Photoshop Lightroom forum.  But you could wait here and see if anyone knows, or you could search Google and probably find out how.

  • Did not find needed xsi:type attribute on element anyType

    The followings exception is thrown when using the access a web service using the
    proxy jar.
    The return xml contains
    <debts xm:bind="debts is return.safaccount.debts">
    <anyType xm:multiple="debt in return.safaccount.debts">{debt}</anyType>
    </debts>
    debts is a vector contains Serializable Object class.
    How do you resolve this?
    <Nov 14, 2002 2:36:27 PM ICT> <Error> <HTTP> <101019> <[ServletContext(id=553030
    0,name=EAIService,context-path=/EAIService)] Servlet failed with IOException
    java.rmi.RemoteException: web service invoke failed; nested exception is:
    javax.xml.soap.SOAPException: failed to deserialize xml:weblogic.xml.sch
    ema.binding.DeserializationException: did not find needed xsi:type attribute on
    element <anyType>
    javax.xml.soap.SOAPException: failed to deserialize xml:weblogic.xml.schema.bind
    ing.DeserializationException: did not find needed xsi:type attribute on element
    <anyType>
    at weblogic.webservice.core.DefaultPart.toJava(DefaultPart.java:296)
    at weblogic.webservice.core.DefaultMessage.toJava(DefaultMessage.java:35
    9)
    at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.jav
    a:465)
    at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.jav

    Hi Daniel,
    This is really an "constructing and XMLMap issue" with WebLogic Workshop, so I
    would post it on that newsweb group:
    weblogic.developer.interest.workshop
    BTW: Serialization/Deserialization required instanciable classes with no-arg constructors.
    You should attach the WSDL for this web service, so that folks can see what Workshop
    generated for the schema element(s). This (the schema elements) is probably where
    the problem starts :-) Also, state if that is the default xmlmap generated by
    Workshop, or a custom one.
    Regards,
    Mike Wooten
    "daniel" <[email protected]> wrote:
    >
    The followings exception is thrown when using the access a web service
    using the
    proxy jar.
    The return xml contains
    <debts xm:bind="debts is return.safaccount.debts">
    <anyType xm:multiple="debt in return.safaccount.debts">{debt}</anyType>
    </debts>
    debts is a vector contains Serializable Object class.
    How do you resolve this?
    <Nov 14, 2002 2:36:27 PM ICT> <Error> <HTTP> <101019> <[ServletContext(id=553030
    0,name=EAIService,context-path=/EAIService)] Servlet failed with IOException
    java.rmi.RemoteException: web service invoke failed; nested exception
    is:
    javax.xml.soap.SOAPException: failed to deserialize xml:weblogic.xml.sch
    ema.binding.DeserializationException: did not find needed xsi:type attribute
    on
    element <anyType>
    javax.xml.soap.SOAPException: failed to deserialize xml:weblogic.xml.schema.bind
    ing.DeserializationException: did not find needed xsi:type attribute
    on element
    <anyType>
    at weblogic.webservice.core.DefaultPart.toJava(DefaultPart.java:296)
    at weblogic.webservice.core.DefaultMessage.toJava(DefaultMessage.java:35
    9)
    at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.jav
    a:465)
    at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.jav

  • I have CS4 but am installing CS6 rather than upgrading.  Do I need to uninstall CS4?

    I am still using CS4 at prepsent but am installing the complete CS6 rather than upgrading.  Do I need to uninstall CS4 or is that taken care of when installing CS6? 

    There should be no problem, having two versions of PS installed. For nearly every program, and for decades, Adobe installers do NOT overwrite existing versions of any program - the installation is complete, and separate.
    While I have not tested with PS CS 6, going back, I had PS 4.0.1, PS 7.0.1 and PS CS installed on the same computer. The first, was to do something, that was changed in PS 5.0, and that I used about twice per year. The latter two, were because I knew PS 7.0.1, and had just upgraded to CS, and was learning the differences (significant). I kept PS 7 around, in case a client called at 5:00PM with a revision, and the courier was enroute. I did not want to fumble with a new interface, when under deadline. Never had one issue.
    Good luck,
    Hunt

  • I need to filter the field Compensation Review :iview Compensation Planning

    hello
    I need to filter the field Compensation Review (iview Compensation Planning), this value come from table : T71ADM08 Compensation Reviews
    i have many values, but i need show a range o one set the of values, any ideas ??  
    I can show only one filtering parameter from the parameter value of the iView, but it only one value, I need a filter a range
    please any ideas, ???

    Hello,
    having had this very same issue in the past - the option we went with was to enhance the RFC FM that returned the list of the reviews with some removed depending on the employee type.
    (I'm assuming that the list of avaliable reviews is dependent on the employee and that's why you want to filter).
    Chris

  • Passing filter attributes from endeca to OAF

    Hi,
    We have the following scenario.
    The user searches for an object in endeca. In order to refine the results list, he/she selects some of the filter attributes from the guided navigation. Assuming that there are links for the items in the results list, is it possible to pass the attribute values which are selected in the filters
    apart from passing the attributes which are specific to the record selected in the result list?
    Pl. suggest.
    Thanks
    Chandra

    The usual way is to set those values as bean properties and let the JSF access them.
    Something like:
    mainPage.jsf<h:form>
        <h:inputText value="#{myBean.value}" />
        <h:commandButton value="submit" action="#{myBean.action}" />
    </h:form>MyBean.javaprivate String value; // + getter + setter
    public String action() {
        System.out.println(value); // Do something with value? Persisting in DB?
        return "anotherPage"; // Navigation case (do not redirect if bean is request scoped!)
    }anotherPage.jsf<h:outputText value="#{myBean.value}" />

Maybe you are looking for

  • Status at the time of creating the portfolio assets and Inactvo

    Hi need you please inform me the functionality that is active or inactive status by creating a portfolio because the portfolio to create inactive allows modifications. You must perform some coniguracòn to allow the portfolio to create inactive status

  • IPod touch won't connect to iTunes 11.1.5

    My iPod touch 5th generation IOS 7.1 wont connect to iTunes 11.1.5, 65 bit on my windows 8.1 laptop, I've uninstalled iTunes and reinstalled it a few times, I've reset the iPod, I've restarted my laptop as well.  Someone help please I'm so confused

  • Problems downloading itunes 7

    When I try to download the itunes 7, i get a message that says "file blocked - no valid digital signature that verifies publisher". I have McAfee security systems, using Windows XP. Not terribly computer "literate"--HELP hp pavilion xt948   Windows X

  • Another Newbie Needs Your Help!

    I'm going to try to make this quick, but there is an important backstory to my problem. I grew up living in Fullerton, California, until about 10 months ago. I still call Fullerton my home and take pride in it. About 4 years ago, I started playing gu

  • I just want to calculate a total

    Hi, I'd like to calculate automatically total of 2 inputValues. For sure i need to set the autoSubmit="true" on both of my inputValues + partialTriggers on the TOTAL one. What I'd like to know is what is the best practise on how to hanlde the result