[ATG] CAS doesn't index new properties

Hi,
I have added new properties to product-sku-output-config.xml. Unfortunately, they are not visible in the Endeca. Interestingly, these fields are visible while sending records to CAS, I checked this by changing my document submitter to send records to file (as described in https://endecaworld.wordpress.com/2013/12/15/indexing-what-goes-out-from-atg-to-endeca/). Few weaks ago I also have added some properties and they are visible. Do you have any idea what happens? How to force Endeca to manage with new properties?
Best Regards

Hi,
You can see these properties at endeca_jspref?
Can you paste the xml code to index these properties?
Also, are you getting some errors/warnings at these properties at baseline_update?
Bye.

Similar Messages

  • HT202157 So why doesn't the new software upgrade the Apple TV to 1080hp...from the 720hp? Do I have to buy a new Apple TV to get that Upgrade? Mine is only about 2 months old! Very frustrating if thats the case!

    So why doesn't the new software upgrade the Apple TV to 1080hp...from the 720hp? Do I have to buy a new Apple TV to get that Upgrade? Mine is only about 2 months old! Very frustrating if thats the case!

    If you want 1080, you will need to purchase the new Apple TV.

  • New properties not reflecting in ACC

    Hi,
    I am new to ATG.I was trying to add some properties in ACC. So, that i have added the item-descriptor in userprofiling.xml and created the related tables in oracle database.I have created 5 tables.Among them one was previously present in the database.I have dropped that and created all the tables.I have created a table with a name that i have dropped.When i started the server i found new properties are not reflected in the ACC and i found the following warning in console.
    16:57:31,265 WARN  [ProfileAdapterRepository] unknown JDBC types for property: address1, item-type: user. Check that the column names in the database and template match.
    16:57:31,266 WARN  [ProfileAdapterRepository] unknown JDBC types for property: address2, item-type: user. Check that the column names in the database and template match.
    I found the following error. Address1,Address2,city,state,country,zipcode,Phone_number are the columns that was present in the dropped table.
    [++SQLSelect++]
    SELECT user_id,Address1,Address2,city,state,country,zipcode,Phone_number
       FROM Storefront_user
      WHERE user_id=?
    -- Parameters --
    p[1] = {pd} se-570115 (java.lang.String)
    [--SQLSelect--]
            at atg.adapter.gsa.GSAItemDescriptor.loadProperty(GSAItemDescriptor.java:5618)
            at atg.adapter.gsa.GSAItem.getPersistentPropertyValue(GSAItem.java:1093)
            at atg.adapter.gsa.GSAItem.getPropertyValue(GSAItem.java:986)
            at atg.adapter.gsa.GSAItem.getPropertyValue(GSAItem.java:1264)
            at atg.repository.RepositoryItemImpl.getPropertyValue(RepositoryItemImpl.java:129)
            at atg.repository.nucleus.RepositoryItemPropertyMapper.getPropertyValue(RepositoryItemPropertyMapper.java:129)
            at atg.beans.DynamicBeans.getPropertyValue(DynamicBeans.java:311)
            at atg.beans.DynamicBeanState.initializeFrom(DynamicBeanState.java:130)
            at atg.beans.DynamicBeanState.<init>(DynamicBeanState.java:100)
            at atg.ui.repository.model.RepositoryItemState.<init>(RepositoryItemState.java:406)
            at atg.ui.repository.model.RepositoryAgentImpl.createRepositoryItemState(RepositoryAgentImpl.java:2916)
            at atg.ui.repository.model.RepositoryAgentImpl.getRepositoryItem(RepositoryAgentImpl.java:3883)
            at atg.ui.repository.model.RepositoryAgentImpl.getRepositoryItem(RepositoryAgentImpl.java:1204)
            at atg.ui.repository.model.RepositoryAgentImpl.getCompressedRepositoryItem(RepositoryAgentImpl.java:1230)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at atg.security.proxy.UserSessionProxy$SessionSkeletonHandler.invoke(UserSessionProxy.java:251)
            at atg.rmi.context.ContextualSkeletonImpl.invoke(ContextualSkeletonImpl.java:105)
            at sun.reflect.GeneratedMethodAccessor360.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:303)
            at sun.rmi.transport.Transport$1.run(Transport.java:159)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
            at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
            at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
            at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
            at java.lang.Thread.run(Thread.java:662)
    Caused by: CONTAINER:atg.repository.RepositoryException; SOURCE:java.sql.SQLException: java.sql.SQLSyntaxErrorException: ORA-00904: "PHONE_NUMBER": invalid identifier
    Can anyone give the suggestion that how will new property will reflect in ACC?
    Thanks,
    Ranjit

    Please, find the below xml code and DDL
    userprofile.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <gsa-template>
    <item-descriptor name="user">
        <table name="Storefront_user" type="auxiliary"
             id-column-name="user_id">
            <property name="user_id" data-type="string" column-name="user_id"/>
        <property name="no_of_orders" data-type="int" column-name="no_of_orders" category="Order Tracking" />
      <property name="Last_Purchased_Date" data-type="timestamp" column-name="Last_Purchased_Date" category="Order Tracking" />
      <property name="No_of_Abandoned_Orders" data-type="int" column-name="No_of_Abandoned_Orders" category="Abandoned Orders" />
      <property name="receive_email" data-type="boolean" column-name="receive_email" category="Email" />
      <property name="receive_promo_email" data-type="boolean" column-name="receive_promo_email" category="Email" />
      <property name="category_last_browsed" data-type="String" column-name="category_last_browsed" category="Commerce - Behavior Tracking" />
      <property name="password_hint" data-type="String" column-name="password_hint" category="Login" /> 
         </table>
         <table name="Storefront_Order_Tracking" id-column-name="user_id" type="multi">
            <property name="Item_Bought" data-type="set" component-data-type="String" column-name="Item_Bought" category="Order Tracking" />
         </table>
         <table name="Storefront_Abandoned_Orders" id-column-name="user_id" type="multi">
            <property name="abandoned_orders" data-type="set" component-data-type="String" column-name="abandoned_orders" category="Abandoned Orders" />
         </table>
         <table name="Storefront_Dressing_Style" id-column-name="user_id" type="multi">
            <property name="dressing_style" data-type="set" component-data-type="String" column-name="dressing_style" category="Commerce - Behavior Tracking" />
         </table>
         <table name="Storefront_Heard_About_us" id-column-name="user_id" type="multi">
            <property name="Heard_About_us" data-type="set" component-data-type="String" column-name="Heard_About_us" category="Basics" />
         </table>
    </item-descriptor>
    </gsa-template>
    DDL
    CREATE TABLE Storefront_user (
    user_id VARCHAR2(32) not null
       references dps_user(id),
    no_of_orders NUMBER,
    Last_Purchased_Date TIMESTAMP,
    No_of_Abandoned_Orders NUMBER,
    receive_email VARCHAR2(10),
    receive_promo_email VARCHAR2(10),
    category_last_browsed VARCHAR2(100),
    password_hint VARCHAR2(50),
    primary key(user_id)
    CREATE TABLE Storefront_Order_Tracking(
    Item_Baught VARCHAR2(100),
    User_id VARCHAR2(32) references Storefront_user(user_id)
    CREATE TABLE Storefront_Abandoned_Orders(
    abandoned_orders VARCHAR2(100),
    User_id VARCHAR2(32) references Storefront_user(user_id)
    CREATE TABLE Storefront_Dressing_Style(
    dressing_style VARCHAR2(32),
    User_id VARCHAR2(32) references Storefront_user(user_id)
    CREATE TABLE Storefront_Heard_About_us(
    Heard_About_us VARCHAR2(100),
    User_id VARCHAR2(32) references Storefront_user(user_id)

  • Message Queue 4.4 doesn't know "jms.properties" ?

    Sun JMS Tutorial illustrates using a properties file to supply context properties. You define a System property "jms.properties" to point to the location of the properties file:
    java -Djms.properties=%J2EE_HOME%\config\jms_client.propertiesInside of said file is the properties in question (these are a surmise; the contents are nowhere documented).
    java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory
    java.naming.provider.url=file:///C:/TempThen a call to InitialContext() will succeed.
    But the Tutorial assumes you're running under J2EE, and I'm not. I'm using the stand-alone Message Queue 4.4. If I define the properties on the command line,
    java -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Djava.naming.provider.url=file:///C:/Tempthen InitialContext() succeeds.
    If I explicitly dump the contents of the file into System.properties,
           String
           prop = System.getProperty( "jms.properties" );
           Properties props = System.getProperties();
           try  {
               java.io.File pf = new java.io.File( prop );
               props.load( new java.io.FileInputStream(pf) );
           catch( Exception ex )  { ex.printStackTrace(); }Then they get defined and InitialContext() tries to use them. But if I don't then they never get defined. Obviously the Tutorial expects that someone will do that, but who? AFAIK, both environments use the same naming library.
    Has the behavior of MQ changed since version 1.3 of the tutorial? Or is J2EE doing something that the standalone product doesn't?

    This is all about JNDI configuration. Before you can look up an object in a JNDI repository you need to tell the JNDI runtime which JNDI provider to use. This means you need to set the system properties java.naming.factory.initial and java.naming.provider.url to specify which JNDI provider to use and where the data is located. There's a bit about this in the JNDI tutorial [http://java.sun.com/products/jndi/tutorial/basics/prepare/initial.html|http://java.sun.com/products/jndi/tutorial/basics/prepare/initial.html] .
    The tutorial you are running uses the simple file-based JNDI provider known as "fscontext" and included in fscontext.jar.
    That tutorial seems to be reading the jms.properties property and importing its contents, though I can't see where that is supposed to happen and so am not surprised it doesn't work. jms.properties is not, as far as I can see, a standard property name.
    The MQ 4.4 documentation describes how to configure an InitialContext to use fscontext by configuring those properties directly. This would definitely work!
    [http://docs.sun.com/app/docs/doc/821-0029/aeqbb?a=view|http://docs.sun.com/app/docs/doc/821-0029/aeqbb?a=view]
    Note that your JNDI datastore (which you've defined to be in C:\Temp) will start off empty, so any lookups will fail unless you've inserted connection factories or destinations in there yourself. I see that is covered elsewhere in the JMS tutorial you were following. There's also a simple MQ GUI tool that can do this. [http://docs.sun.com/app/docs/doc/821-0027/aeoaz?a=view|http://docs.sun.com/app/docs/doc/821-0027/aeoaz?a=view]
    Finally, if you're simply trying to learn about JMS and MQ you can skip the use of JNDI completely and simply instantiate the underlying connection factories explicitly. This wouldn't be appropriate in a production environment (where it is recommended to store such objects in a central store) but for developmeht purposes would work just fine.
    Nigel
    http://docs.sun.com/app/docs/doc/821-0029/aeqbb?a=view

  • I18n JSTL / How to connect to new JAR holding new properties file?

    Hi there
    This is concering i18n and how (on earth;) JSTL knows where to find the according properties files that hold all the textual information.
    Okay. I have a piece of software that works fine and has the i18n mechanism running very nicely.
    I found the properties files in WEB-INF/lib/i18n.jar in a folder 'resources/bundle/'. They all prefix 'i18n' so JSTL makes use of them like this:
         <fmt:bundle basename="resources/bundles/i18n">
              <fmt:message var="thumbnailText" key="thumbnail.label" />
    So, we work on a new project right now based on this software. How can I add new project-related properties files?
    What I did:
    1) I created a new properties files having new textual information on new labels, etc.
    2) Put this in a folder of the new project JAR, which is in WEB-INF/lib now.
    3) Referenced the basename of fm:bundle according to this folder (including correct file prefix).
    -> Doesn't work.
    Is it that by convention all i18n information will be searched for in a JAR that must be named 'i18n.jar'?
    I'd greatly appreciate any hints
    Cheers
    André

    First, a sidenote to the SUN team: Before beeing able to reply, the forum denied me access unless I comitted to a screen name. Using my 'AndreKuhn' screen name got me 'Already in use'. Yes, of course. By me! So I had to pick AndreKuhn2 which is a little annoying. There seems to be something wrong with your system.
    Okay, back to the issue.
    Thanks evnafets for your notions! I have 2 JARs having i18n information. One had already been in use (successfully) by the underlying system. It's the one mentioned above ('i18n.jar'). Now there is a second one. Actually used the same way (technically) with different folders and namings. It goes like this:
    <fmt:bundle basename="resources/i18n/bdficp">
              <fmt:message var="titleText" key="publishLink.config.title" />
    With additional i18n information in 'WEB-INF/lib/<PROJECT-NAME>.jar'. Precisely in a file 'resources\i18n\bdficp_de.properties' having the line:
    publishLink.config.title=Just\ another\ title.
    Which should be the one referenced in the snippet above. Still the app gives me: ???publishLink.config.title???
    Any clue? I'd greatly praise your name across the rooms here!
    Cheers
    André

  • Websphere is not loading new properties file

    I am using Websphere Application Server 5.1 on WindowsXP.
    My application is on Struts. I create a war file and deploy it.
    I am getting all the text displayed from ApplicationResources.properites file.
    I changed some key-values in that file..but the websphere is loading the page with old values..
    I thought the problem could be with browser cache..I changed the JSP content to check if it loads the new jsp..It is loading the new jsp..(so the problem is not with cache)but old properties file..
    I uninstalled my application and reinstalled it..stilll it did not work..
    I checked the path "C:\Program Files\WebSphere\AppServer\installedApps\PC560\WMOS_war.ear\WMOS.war\WEB-INF\classes" where my war is getting extracted...
    (so my latest propeties file is available to websphere)
    it is showing the new properties file..but if i see the 'view source' of the page..it is showing old values..
    Is it some kind of optimization of websphere? If it is so, where to change it?
    Thanks

    If that doesn't work, try repackaging your application into a new WAR file, with the new property files, and redeploy it. WebSphere tries to be "clever" and caches/copies files from your application into another folder when you deploy it, and will not look at these files in your application's folder within the "installedApps" folder. I learned this lesson the hard way, when I wasted days trying to understand why WebSphere wasn't recognizing changes made to my web.xml file.

  • Windows 7 doesn't display pdf properties

    Windows 7 doesn't display pdf properties/metadata, like title, comments, author, subject etc. This was a great feature in XP. Anybody know a workaround?

    On this site is explained how to display the pdf properties in windows 7 explorer.
    http://social.answers.microsoft.com/Forums/en-US/w7files/thread/203b60ca-b773-4931-85ad-a5 e67656d6ce
    steps:
    open the file explorer in windows7
    select libraries from the left navigation bar
    right click on the libraries heading.
    select "new" > "library"
    give the library a name e.g. "sales orders".
    press the button "include new folder" to select the folder where the pdf files are in. e.g. "D:\files\sales\orders\"
    select (top-right) "arange by" and select e.g. "name".
    you should now be able to see the pdf properties (don't forget to enable the subject etc. collums)
    See picture..
    Good luck!!

  • Does this iPad 2 case work with the new iPad?

    Would this iPad 2 case work with the new iPad, or any other similar cases that do?
    http://www.amazon.co.uk/gp/product/B00545KFFQ/ref=pd_lpo_k2_dp_sr_3?pf_rd_p=1036 12307&pf_rd_s=lpo-top-stripe&pf_rd_t=201&pf_rd_i=B0050NG1PU&pf_rd_m=A3P5ROKL5A1O LE&pf_rd_r=1DFKVP1TXB9TEN4YGM61
    Thanks for the help.

    If it's made of rigid material (which I think is the case), then, most probably it won't. I certainly wouldn't pay 30 pounds for it just to find out it doesn't work.
    As sagarpachorkar has stated, iPad 2 cases made of non-rigid materials, generally, have a much better chance of fitting the iPad 3 too.

  • Firefox did an automatic update to 6.01, and now my middle mouse button is not working in the browser. It doesn't close tabs, it doesn't open new tabs by middle clicking a link, it doesn't allow me to middle click to scroll the page...

    Firefox did an automatic update to 6.01, and now my middle mouse button is not working in the browser. It doesn't close tabs, it doesn't open new tabs by middle clicking a link, it doesn't allow me to middle click to scroll the page..

    [BUG FIXED, see "EDIT 2" at the end of my post]
    I'm on Firefox 3.6.21, and I got this problem today after a Greasemonkey update (To version 0.9.10, apparently).
    Disabling Greasemonkey solved the problem, and re-enabling it reproduced the problem (middle-clicking links to open in new tab did not work, merely highlighted the link).
    I should also note that while Greasemonkey was enabled and the bug was affecting me, Ctrl+Click to open links in new tabs was also broken.
    I hope this helps!
    EDIT: It appears this is a known incompatibility/conflict bug between current versions of Greasemonkey and Tab Mix Plus. Read more here:
    https://github.com/greasemonkey/greasemonkey/issues/1406
    EDIT 2: GREASEMONKEY HAS NOW BEEN UPDATED with a workaround to fix the problem. Go to https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/versions/ to install the update manually. It hasn't been reviewed by Mozilla yet, so it won't be an automatic update for another day or two. All credit to "cannonfodder" below for noticing this; please mark his post as helpful!

  • HT1689 I subscribe to my video podcasts but some of them either has a small red E next to them and won't download new content or some just doesn't download new content. I have been watching the Rachael Maddow video podcast for at least a month with no pro

    I subscribe to my video podcasts but some of them either has a small red E next to them and won't download new content or some just doesn't download new content. I have been watching the Rachael Maddow video podcast for at least a month with no problems. Now suddenly it won't download the last nights show. I have read and followed all troubleshoot and cannot find a solution. I have unsubscribed and re-subscribed to no avail. Can someone help me with this problem?

    keian27 wrote:
    And now that my contract has expired, I have some options.  Last weekend, I called Verizon again threatening to leave.  The representative offered the same $75 rebate that was offered to me 6 months earlier.  I even offered up one of my device upgrades in place of a network extender, but that deal was knocked down.  And so now I’m left with the option to make a public spectacle out of this scenario and hope Verizon takes notice.  Failing that, I’ll be forced to leave Verizon behind.
    I don't understand. If having service in your home IS important to you and you already know Verizon's policy, why have you not instead started to search for carriers which cover your home? It seems a pretty easy decision to me, at least.

  • Why doesn't my new samsung S5 ring

    why doesn't my new Samsung s5 ring?

        @phoenixman
    It's important to be able to hear when someone's calling you!  I would love to assist in resolving this issue with your device.
    When did this problem begin?  Has the ringer on your device worked in the past?  Have you tried adjusting the ringer volume?  I'd also like to suggest soft resetting your device http://vz.to/1wDTX1Y.  Please let me know so that I can further assist.  Thanks!
    AnthonyTa_VZW
    Follow us on Twitter @VZWSupport

  • Why doesn't my new ipad3 have facetime?

    Why doesn't my new ipad3 have facetime? N how can i get it? Didn't find in the appstore!

    Cyrus.Overland wrote:
    If I took the iPad to an Apple store in the US could they do something to fix this? 
    No.
    Totally frustrated that I lost this feature so the Saudis can continue on their quest to keep girls and boys apart....
    As I understand it, it's to help protect a goverment controlled cell phone company's revenues.

  • My mac OS X 10.4 doesn't support new I tunes 10 it needs a SO X 10.5 or higher. My new I phone G4 requires a higher version. I can't download my existing library to my new phone.  What can I do?

    My mac OS X 10.4 doesn't support new I tunes 10 it needs a SO X 10.5 or higher. My new I phone G4 requires a higher version. I can't download my existing library to my new phone.  What can I do?

    upgrade to at least OS X 10.5.x or, if your machine supports it, OS X 10.6.
    you should still be able to get 10.5. from Apple but it'll run you about $ 130. OS X 10.6. costs $ 30.

  • Why doesn't the new flash player I downloaded work on my mac?

    Hi,
    I download the last new flash player on my mac under Lion and I can't open some website like adobe websites

    Hi Sunil,
    I try http://www.adobe.com/software/flash/about/ and the file attach is the result: a white page.
    I uninstall it yesterday and download the last version on adobe
    it's on firefox, I can use safari but I need to reload many time to have something
    Le 27 sept. 2011 à 13:09, Sunil_Bhaskaran a écrit :
    Re: Why doesn't the new flash player I downloaded work on my mac?
    created by Sunil_Bhaskaran in Flash Player - View the full discussion
    After downloading, you need to run the installer.
    Could you please visit this site: http://www.adobe.com/software/flash/about/
    If Flash Player is installed in your machine, it will give you the version number.
    In the following link, you have step-by-step instructions on installing Flash Player on Mac:
    http://kb2.adobe.com/cps/908/cpsid_90893.html
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/3940045#3940045
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/3940045#3940045. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Flash Player by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • IPad Air doesn't learn new words

    Hi everybody,
    I have the problem right now, that my iPad air, newest software version, doesn't learn new words. My former iPad 3 with the same software version didn't have this problem and learned new words without any problems.
    Can anybody tell me what the problem might be maybe have an idea how I can solve this?!?
    THX in advance!
    Stephan

    Thank you very much for your answer, but the Autocorrection button is turned on and the other idea you had I also tried, but unfortunately didn't I get the result I thought I was get! So I have no ideas anymore what the problem can be, because with my former iPad 3 I never had this problem.

Maybe you are looking for

  • Weird error while opening oracle session

    Hello everyone, I testing Oracle.ManagedDataAccess 4.121.1.0 with .Net console application and powershell script. All is fine in .Net console application but in my powerhell script i have a strange issue while i trigger the open method. My PS script

  • Japanese Character Display Problem

    It seems like the new JRE does not allow Japanese characters to be displayed on anything but the title bar of an application when running on a US English XP SP2 system with all of the proper language support installed. I can see the Japanese Characte

  • Archiving of Object PA_TIME

    Hi All, We are currently working on Archiving of Data Object PA_TIME. This is first time I am working on archiving of HR Module. Any one who worked on this Object? Please help........ Thanks a ton in Advance. Best Regards, Dhaval.

  • Pacman -Syu issues... tunepimp

    root@vistakiller:~ # pacman -Syu :: Synchronizing package databases... current [#################################################] 100% 72K 63.1K/s 00:00:01 extra [#################################################] 100% 280K 98.9K/s 00:00:02 unstable

  • Every time i close & open firefox4 it goes back to "manual proxy config.." then i reset it to "no proxy" but it doesn't keep win xp

    i have tried to uninstall & reinstall firefox4 but it was still the same. this happened after a malware attack. my computer is fine now but this not saving the"no proxy" setting is a pain