Some fields missing in Field Explorer

Hi Experts,
I am designing a Crystal report template. I cannot view some fields in Field Explorer.
And data type of these fields is nvarchar(X), e.g. nvarchar(10)
How can I do to have these fields show? Then I can use them in report.
I'd like to add more information:
Crystal Reports 2008, CR Developer Version
SQL Server 2008
Connection is OLE DB
Thanks in advance.
Christina
Edited by: Christina Du on Sep 28, 2010 3:29 AM

Hi Christina,
Even though they are defined as small char types they can still have BLOB type data inserted into them. Or SQL Server changed their driver and CR doesn't support the type now.
If you have not already try installing Service Pack 3 and then Fix Pack 3.1 and test again. We did some fixes for that type, but unfortunately it was not completely fixed.
When you selected OLE DB did you choose the Native 10 driver or the OLE DB driver? It's the Native 10 driver we don't fully support yet.
Thank you
Don

Similar Messages

  • "iTunes can not run because some of the required fields are missing.  Please reinstall iTunes."  What the ****?!

    "iTunes can not run because some of the required fields are missing.  Please reinstall iTunes."  What the ****?  Please help me figure this out.  I already removed quicktime (as another thread suggested).  I can't get in!

    i get same error.
    I have uninstalled and reinstalled more times than i care to count. but still i get
    itunes cannot run because some of its required files are missing.

  • Some fields missing from the Information interface

    On iTunes 12 I can’t find the "Description" field that was in the Video page.
    The field still shows in the list of songs, but it doesn’t appear on the new "Information" interface. And I don't think this is the only field missing compared to the previous Information interface. Can anyone help? Thank you.

    ... before you click Get Info.
    tt2
    YES!
    Thank you turing! That really helped.
    (it seems a bit of a complication to me, the system was just fine as it was, but what do I know?)

  • Fields missing in Infoset.

    I have an infoset that contains 3 master data objects.  Some of the attribute fields do not show up in the infoset.  Does anyone know why some fields show up and other do not?
    Thank you
    Aaron

    Hi Oscar,
    The field missing is not set to attribute only.  I checked other fields that do show up in the infoset and they are not marked as attribute only.  Any other ideas?
    Thanks
    Aaron

  • Fields Missing in datasource

    Hi friends,
              Please help, I have some fields missing in my data source , but they are available in the extract structure of that data source..what do I do now, to see the same fields in my data source also?? should I ahve to append the data source??
    thanks alot in advance,

    Hi
    I think you didn't appended the fields to the append structure.
    Try to append the fields in the append structure and save ands activate it. and again activate the extract structure.
    then you can see in RSA6
    Hope this helps
    shiva

  • Crystal Report VS2005 - Table fields missing in Database Expert

    Hi,
    I am having a problem with the Crystal Report comes with Visual Studio 2005. I am trying to develop a customized report for SAP Business One. When I try to add two tables using the Database Expert, there are certain fields missing in the LINK page. This is a big problem for me because I need to link that field with another table. Oddly, it doesn't seems that there are anything wrongs with the missing fields. If I click OK and check at the Field Explorer, the missing fields are there!!!
    In other words, it is missing only at the Database Expert --> Link Tab. Anyone having the same problem? Is this a known issue or any patch that I can apply to resolve this issue?
    Thanks in advance for your help.
    Regards,
    Harianto

    Try this link to resolve your issue:
    Full Outer Join option for SQL Query and BW Query grayed out
    Thank you
    Don

  • SAP - MS Word 2000 (missing form fields)

    Hi,
    I designed a report to download quality notification data into MS Word.
    I use MS Word 2003 on my laptop. The users have MS Word 2000.
    Steps that I followed :
    1. Create a template using program SAPRDEMO_FORM_INTERFACE
    2. Save the template on your desktop.
    3. Upload the Template into BOR using TCode OAER.
    4. Write a report to get the form open in Word & then populate the fields created with the data from the program.
    The ZProgram has the following logic :
    1. Create instance for BDS
    2. Get Document info
    3. Get Document URL
    4. Set application type.
    5. Open Word Document
    6. Check Form interface
    7. Get the Form interface
    8. Get the Form variables
    9. Fetch data from R/3 & populate the structures
    10. Pass the variables to the Form Interface.
    Steps 1-9 are done. The problem occurs in step 10. Using MS Word 2003, I am able to pass all data from R/3 to the respective fields in the form. But using MS Word 2000, users are getting few fields and some are missed. I got MS Office 2000 installed on one of our machines. The problem I face is none of the fields are getting populated in step 10.
    Please suggest if MS Word 2000 form interface is compatible with SAP 4.6C.
    Thanks,
    Mahi

    Hi Anil,
    There is no specific Error Message.
    The Fields in the Word document 2000 are not getting populated appropriately from the program.
    The Method as shown below is getting executed successfully but values are not getting properly passed to the fields in the Word Document 2000.
    This is not the case with MS Word 2003. All fields' data is getting accurately populated.
    *Check form interface
      CALL METHOD document->has_form_interface
           IMPORTING
                   is_available = v_has.
    *Get form interface
      IF NOT v_has IS INITIAL.
        CALL METHOD document->get_form_interface
            IMPORTING
                    f_interface = handle.
        IF NOT handle IS INITIAL.
          CALL METHOD handle->protect EXPORTING protect = ' '.
    *Get form variables      .
          CALL METHOD handle->get_data
                     EXPORTING all = 'X'
                     IMPORTING fields = it_tabel1.
          PERFORM get_data.
    *Pass variables to Form interface
          CALL METHOD handle->set_data
           EXPORTING fields = it_tabel2
                     clear = 'X'.
        ENDIF.
      ENDIF.
    This method in Italicized code is getting executed successfully but values are not getting passed to the MSWord2000 Document.
    I tried all the 3 document types as mentioed in SOI type group.
               SOI_DOCTYPE_WORD_DOCUMENT(13) TYPE C
                                                  VALUE 'Word.Document',
               SOI_DOCTYPE_WORD95_DOCUMENT(15) TYPE C
                                                  VALUE 'Word.Document.6',
               SOI_DOCTYPE_WORD97_DOCUMENT(15) TYPE C
                                                  VALUE 'Word.Document.8'.
    No positive result.
    Please let me know if anything else is requried for your analysis/help.
    Thanks,
    Mahi

  • LSMW - Problem with copied and edited Project - missing new field

    I have copied an LSMW project to a new Project to load a Journal Entry to FI - Transaction Code FB01.  I added a new field VALUT (value date) to both the Maintain Source Fields and Maintain Field Mapping Steps.  The data with the new field shows up in Display Read Data, but it does not show up in Display Converted Data.  This new field is the last field in the csv file, i added it to the end of the Source fields.
    I think perhaps i need to create a new Batch Input Session, because when i run the Start Direct Input Program, one of the messages that comes up refers back to the original project name - not my renamed Project. --> "Session Name OLD PROJECT NAME was opened"
    (The steps available on my screen do not include a "Create Batch Input Session" step, as some of the posted answers show)
    Thank you for your help.

    Hi Sandra, Thank you for your reply.  I am not sure what you mean by restart.  if you mean go through all the steps- yes, i went through all the steps again. I also exited out of the LSMW screen completely and went back in to my project and redid the read and convert data again, just to be sure, but i am still missing the new field in display converted data. 
    The only change i made to the Project was to change the name of the Project, subproject, and object and to add a field to the Source Fields and Field Mapping - for field mapping i used the default rule of Transfer(move)and my source and code seems to be correct - in that i followed the example of all the other fields.  i also changed the name of the file where my new csv file was located, but i did not change the names of the read and converted data files. Perhaps i need to change something else? It seems to me that it is still using the instructions from the old project to convert the data.  Thanks again.

  • FBV1 - missing standard field and adding customer field

    Hi there,
    I am in a process of developing a batch input program based on RFBIBL00 to upload preliminary posted documents.
    The problem is some fields are not there. A standard field BKPF-REINDAT is missing. Also there is a requirement to add a customer field from BSEG (on vendor screen).
    I have searched SAP notes for possible solutions, most of them include modifying screens by hand and adding the required fields there (i.e. Note 1347046 - VATDATE: Field missing in batch input parking (FBV1)).
    This is quite a serious modification, requiring access key to change SAP objects. Before I decide to change SAP standard objects I kindly ask whether anyone tried that ? REINDAT might work, as it's a standard field, but I'm note sure about customer fields.
    Has anyone tried modifying FBV1 or any of FI posting screens by hand and can provide some input on this ?
    Thanks,
    Bart

    Dear Bart ,
    as You know the field in question is  intended only for US-Federal customers.
    The field is not availble into the standard system using the parking transaction; therefore You should run se51 at Your own responsability and do the changes.
    If You need to be completely sure about the impact on the customer System, please kindly open a message on the marketplace.
    I hope this can help.
    Mauri

  • Missing inventory fields in ZRS 5

    Hello everyone,
    I've installed a ZRS5 to help a customer transition from BOE and while I was re-creating some of the reports I've noticed that some of the inventory fields (for example "last contact" and "last full refresh") that used to be available in BOE are missing from ZRS5. Is there an easy way to add these fields in the datasource definition?
    Also, is there a way to modify the ad-hoc views directly from iReport or Jaspersoft Studio?
    Thanks,
    Giordano

    Hello Giordano,
    Almost all the fields in BoE are present in ZR 5. The specific fields you are looking for - "Last Contact" & "Last Full Refresh" are a part of ZENworks System and not of Inventory (as was the case in BoE). You can find them at following path: ZENworks System -> Managed Device Status.
    To add any new objects in Domain would require a modification to domain, which would require a development environment. We would soon provide instructions on how to set this up. Not sure, as to why you want to modify an adhoc view from iReport, but as far as I know, it may not be possible. You can check on the possibility of modifying a report created from Adhoc View in iReport or Jaspersoft Studio.
    Thanks,
    Vikram

  • JWS1.2 & Missing version field in response

    I must say that the guys with JWS1.2 have done well in getting around the proxy issues with the previous versions. However, its disappointing to see this error still occuring when you perform a version based download which is one of the most useful pieces of functionality in JWS (see quote below) . So when a cleint has proxy issues its goodbye 'Bad MIME type error' and hello 'Missing version field in response from server when accessing resource'. Is this really progress? Surely most people use version based downloads?
    Will this be fixed for 1.4.1 final and / or does anybody know of a workaround? I've included a previous quote, our jnlp, errors and stack dump below.
    Many thanks
    Ian
    Quote from dietz Jul9, 2002
    "The problem is probably that your proxy server is not passing on the correct mime type. Some proxy servers (I'm sorry I don't remember which ones) will only pass on mime types that they are aware of, and will substitute text/html, for others. This should be no problem when using Java Web Start 1.2, since it itself does not require that jnlp files download come with the proper mime type. You may still have a problem using these proxy servers if you are running a servlet implementing the jardiff (incremental update) protocol, since Java Web Start may use the mime type to differenciate between jar files (application/x-java-archive) and jardiff files (application/x-java-archive-diff) "
    An error occurred while launching/running the application.
    Title: OS MasterMap Viewer
    Vendor: Snowflake Software
    Category: Download Error
    Missing version field in response from server when accessing resource: (http://www.snowflakesoft.co.uk/app/viewer.jar, 1.1)
    Stack dump:
    JNLPException[category: Download Error : Exception: null : LaunchDesc: null ]      at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)      at com.sun.javaws.cache.DownloadProtocol.getDownloadSize(Unknown Source)      at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)      at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)      at com.sun.javaws.Launcher.downloadResources(Unknown Source)      at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)      at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)      at com.sun.javaws.Launcher.run(Unknown Source)      at java.lang.Thread.run(Unknown Source)
    JNLP:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="http://www.snowflakesoft.co.uk/app/" href="viewer.jnlp">
    <information>
    <title>OS MasterMap Viewer</title>
         <vendor>Snowflake Software</vendor>
         <description kind="one-line">A Java based map viewer for OS MasterMap</description>
         <description kind="short">A Java based viewer for OS MasterMap capable of reading both Topology and Independent Polygons in either GZip, WinZip or uncompressed GML</description>
         <description kind="tooltip">OS MasterMap Viewer</description>
         <homepage href="http://www.snowflakesoft.co.uk"/>
         <icon width="64" height="64" href="images/SnowflakeLogo64.gif"/>
         <icon width="32" height="32" href="images/SnowflakeLogo32.gif"/>
         <icon kind="splash" href="images/SnowflakeSplash.gif"/>
         <offline-allowed/>
    </information>
         <security>
              <all-permissions/>
         </security>
    <resources>
         <j2se version="1.3*" href="http://java.sun.com/products/autodl/j2se" initial-heap-size="8m" max-heap-size="1024m"/>
         <j2se version="1.4*" href="http://java.sun.com/products/autodl/j2se" initial-heap-size="8m" max-heap-size="1024m"/>
         <jar href="viewer.jar" version="1.1"/>
    </resources>
    <application-desc main class="uk.co.snowflakesoft.jme.application.Viewer"/>
    </jnlp>

    Version based download protocol is not available with vanila web server.
    You need to either run some form of script, jsp, or a servlet such as the JNLPDownloadServlet included in the developers pack, to return the requested version, and with the version information.
    If you are currently running the servlet you may still be having problem with your proxy having security settings that prohibit sending the additional version information on to the client, although I have never heard of this before.
    /Dietz

  • Missing version field

    Hello everyone.
    I have problem with version-download protocol. Every time I start up the application using JWS an error ocurred:Missing version field in response from server when accessing resource: (http://localhost:8080/PzP_Test/front01.jar, 1.0)
    This is my web.xml code:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN' 'http://java.sun.com/dtd/web-app_2_3.dtd'>
    <web-app>
      <display-name>PzP_Test</display-name>
      <servlet>
        <servlet-name>JnlpDownloadServlet</servlet-name>
        <display-name>JnlpDownloadServlet</display-name>
        <servlet-class>com.sun.javaws.servlet.JnlpDownloadServlet</servlet-class>
        <init-param>
          <param-name>logLevel</param-name>
          <param-value>DEBUG</param-value>
        </init-param>
        <init-param>
          <param-name>logPath</param-name>
          <param-value>/jnlpdownloadservlet.log</param-value>
        </init-param>
      </servlet>
      <servlet-mapping>
        <servlet-name>JnlpDownloadServlet</servlet-name>
        <url-pattern>/PzP_Test/*</url-pattern>
      </servlet-mapping>
      <session-config>
        <session-timeout>30</session-timeout>
      </session-config>
      <mime-mapping>
        <extension>jar</extension>
        <mime-type>application/x-java-archive</mime-type>
      </mime-mapping>
      <mime-mapping>
        <extension>jnlp</extension>
        <mime-type>application/x-java-jnlp-file</mime-type>
      </mime-mapping>
      <welcome-file-list>
        <welcome-file>pzpj.jnlp</welcome-file>
      </welcome-file-list>
    </web-app>This is my jnlp file (the jnlp is creting dynamicly) :
    jnlp.jsp
    <%
    response.setContentType("application/x-java-jnlp-file");
    %>
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="http://localhost:8080/PzP_Test/" href="jnlp.jsp">
      <information>
        <title>aaaa</title>
        <vendor>dddd/vendor>
        <homepage href="Login.jsp"/>
        <description>some text</description>
      </information>
      <security>
          <all-permissions/>
      </security>
      <resources>
        <j2se version="1.4+"/>
        <jar href="front01.jar" main="true" download="eager" version="1.0"/>
        <jar href="front02.jar" main="false" download="eager" version="1.0"/>
        <jar href="front03.jar" main="false" download="eager" version="1.0"/>
        <jar href="front04.jar" main="false" download="eager" version="1.0"/>
      </resources>
      <application-desc main-class="pl.dd.aa.DDD"/>
    </jnlp>This is my version.xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp-versions>
          <resource>
             <pattern>
               <name>front01.jar</name>
                <version-id>1.0</version-id>
             </pattern>
             <file>front01.jar</file>
          </resource>
          <resource>
             <pattern>
               <name>front02.jar</name>
                <version-id>1.0</version-id>
             </pattern>
             <file>front02.jar</file>
          </resource>
          <resource>
             <pattern>
               <name>front03.jar</name>
                <version-id>1.0</version-id>
             </pattern>
             <file>front03.jar</file>
          </resource>
          <resource>
             <pattern>
               <name>front04.jar</name>
                <version-id>1.0</version-id>
             </pattern>
             <file>front04.jar</file>
          </resource>
       </jnlp-versions>And the PzP_Test.war file looks like this:
    /PzP_Test/front01.jar
    /PzP_Test/front02.jar
    /PzP_Test/front03.jar
    /PzP_Test/front04.jar
    /PzP_Test/jnlp.jsp
    /PzP_Test/version.xml
    /PzP_Test/WEB-INF/web.xml
    /PzP_Test/WEB-INF/lib/jnlp-servlet.jar
    Any ideas!?

    Ok I resolved it by myself. I have problems with mapping in web.xml file.
    But now I have another problem. My jnlp file is created dynamicly. Jsp page create it. When I lunch my app using test.jnlp everything is working fine but when I want to start app with test.jsp then webstart doesn't start and the message occures "Save file as"
    Has someon got any idea on this?

  • Unable to save a form with missing required fields

    I have a form, with required fields, as part of the new hire process. I would like to make sure the user fills in the required fields before closing/saving the form.
    I have a custom script that highlights the missing required fields when the complete/validate button is clicked.
    This, however, doesn't stop the user from saving the form. As a result, we are getting incomplete forms returned.
    Is there a way to stop the user from saving the form until the required fields are filled ?
    Thanks in advance.
    Aditya

    I have a "validate" button that sets a flag (for workflow). This button will perform the check and highlight the missing fields.
    Once the user completes the form, he/she saves and emails the form. The reason for not having the email button is because not all users will have outlook and wouldn't want to go through the wizard.
    I understand your point but I need to know if there is some solid way of not allowing the users to return the form without completing the form.
    If I include an email button, the users can still save, by using the toolbar menu, and email the incomplete document.
    As we are planning to implement Digital Signatures, would it be possible to have the check in the presign event. Will this prevent the document fron being signed until the required fields are filled ?
    Thanks
    Aditya

  • [SOLVED] AUR4 missing mandatory field: pkgver

    This is the PKGBUILD
    # Maintainer: AudioLinux <audiolinux AT fastmail DOT fm>
    # Contributor: peace4all <markspost at rocketmail dot com>
    pkgname=unified-remote-server
    pkgrel=3
    pkgdesc="Unified Remote Server"
    arch=('i686' 'x86_64' 'armv6h')
    url="http://www.unifiedremote.com/"
    depends=('libxext' 'libx11' 'bluez-libs')
    optdepends=('bluez' 'bluez-utils')
    license=('freeware')
    install=$pkgname.install
    if test "$CARCH" == x86_64; then
    pkgver=3.2.5.703
    source=("http://www.unifiedremote.com/static/builds/server/linux-x64/703/urserver-$pkgver.deb" "urserver.service")
    sha256sums=('5d02b48f9436815641718cef704592a11148f5894718d7a99f14da0fd0c52325' 'ca049fc2e6b08276bf22b262577feca3fb4f83bef95e8f95a95d16b8d59fd107' )
    fi
    if test "$CARCH" == armv6h; then
    pkgver=3.2.5.452
    source=("http://www.unifiedremote.com/static/builds/server/linux-rpi/452/urserver-$pkgver.deb" "urserver.service")
    sha256sums=('4b5023b421d6323021350be5d74697b572cdc7faaf138fce49236c049b3016e0' 'ca049fc2e6b08276bf22b262577feca3fb4f83bef95e8f95a95d16b8d59fd107')
    fi
    if test "$CARCH" == i686; then
    pkgver=3.2.5.648
    source=("http://www.unifiedremote.com/static/builds/server/linux-x86/648/urserver-$pkgver.deb" "urserver.service")
    sha256sums=('09843a8b03f849bc163bd28813719446e0d02eff32d1bfe3265f208b264ed46c' 'ca049fc2e6b08276bf22b262577feca3fb4f83bef95e8f95a95d16b8d59fd107')
    fi
    package() {
    cd ${srcdir}
    # decompress data
    tar zxf data.tar.gz
    # fix and revert desktop file to old behaviour
    sed -i -e '9,24d;26d' $(find . -name 'urserver.desktop')
    # install folders
    mkdir -p ${pkgdir}/{opt,usr}
    cp -r {opt,usr} "${pkgdir}/"
    # clean up permissions
    find "${pkgdir}" -type d | xargs -I {} chmod -R 755 "{}"
    find "${pkgdir}" -type f | xargs -I {} chmod -R 644 "{}"
    chmod 755 "${pkgdir}/opt/urserver/urserver"
    chmod 755 "${pkgdir}/opt/urserver/urserver-start"
    chmod 755 "${pkgdir}/opt/urserver/urserver-stop"
    # add systemd service
    install -Dm644 "urserver.service" "$pkgdir/usr/lib/systemd/system/urserver.service"
    And this is the error when uploading:
    [piero@archlinux unified-remote-server]$ git push origin master
    Counting objects: 10, done.
    Delta compression using up to 2 threads.
    Compressing objects: 100% (10/10), done.
    Writing objects: 100% (10/10), 2.18 KiB | 0 bytes/s, done.
    Total 10 (delta 2), reused 0 (delta 0)
    remote: error: The following error occurred when parsing commit
    remote: error: 1456b02848d6b941ba33e4e97697f7275acf5e4c:
    remote: error: missing mandatory field: pkgver
    remote: error: hook declined to update refs/heads/master
    To ssh://[email protected]/unified-remote-server.git
    ! [remote rejected] master -> master (hook declined)
    error: failed to push some refs to 'ssh://[email protected]/unified-remote-server.git'
    If I change the PKGBUILD with pkgver out of if/test I have the same error...
    Last edited by hifi25nl (2015-06-09 12:21:31)

    I'm pretty sure AUR doesn't support packages that have different versions per architecture, I also wonder why the developer thinks this is a good idea. Anyway, as described here you should use source_$ARCH and sha256sums_$ARCH, not custom-if statements
    Last edited by Spider.007 (2015-06-09 10:57:14)

  • Missing IPTC fields

    Does anybody found the IPTC fields: categories, scenes and subject codes?
    They are quite important for journalism, but aren’t included yet? (like most of the creator infos)
    It would be nice, if I also can make sets/buttons from other IPTC information like from the keywords.
    Any press photographer here, who got the same IPTC problems?
    Greets.

    kgelner wrote:
    "Category" is there, as is "Subject Reference" (could be used as subject codes?). I'm not sure if there is something there Scene would map to.
    The ones that are there, you can add to any metadata set you are viewing by opening up the IPTC tab at the bottom of the screen, and pressing the checkmark next to the IPTC field you desire to add to the current metadata view (any metadata element from any category can be added to any view, they are just grouped as they are to start for convienience).
    Any that are not there - why not add them? For "Scene", open the "Other" tab at the bottom, then type "Scene" into the "New Custom Metadata" at the top of the field list, then enter some value for that field and press return. Now it will appear in the list with a checkbox, which you can add to the current view - and it should export with the image when you ask Aperture to export metadata.
    With all due respect, it absolutely amazes me that so many people don't understand how IPTC works. You can't just "map" fields any way you want, and if you want to follow the schema properly, you can't just put whatever data you want to in each of these fields. The ability to add custom metadata fields in Aperture is pointless, as they don't actually have any IPTC relevance.
    Therefore, adding fields to compensate for the lacking IPTC support doesn't work as these custom fields don't map to existing IPTC fields when the image is exported, so the data is lost. Pointless waste of time.
    Check out http://www.iptc.org for all the details. You should quickly realize after just a little reading that Aperture, even version 2, is lacking proper IPTC support. Frustrating, as Adobe Photoshop, Adobe Photoshop Lightroom, iView MediaPro, Microsoft Expression Media, and so many others properly support IPTC.
    However, to be fair, you are correct that Category is there. Subject Reference in Aperture is Subject Code in IPTC, however, in testing I have found that Aperture has serious export issues with metadata, and this is one of the fields that does not export at all. The four fields that do not export are:
    Object Attribute Reference -> IPTC Field: Intellectual Genre
    Sub-Location -> IPTC Field: Location
    Country Code -> IPTC Field: Country Code
    Subject Reference -> IPTC Field: Subject Code
    There is no Scene support in Aperture 2 (this is one of many missing fields in Aperture 2).
    I have a compiled list of IPTC fields, the properly mapped fields in Aperture 2, and the missing/broken fields in Aperture 2 if anyone wants it.
    Message was edited by: ifarlow

Maybe you are looking for