Record put for property "***" must have an assignment in property "mdex-pro

Hi all,
I met a problem for the EID2.3, when i follow the video step by step, which provided by the OTN
Getting started with Endeca Information Discovery , Part 2 :Loading and Viewing Data, 2.2 - Load one Data Source via Integrator
I met a error after run the graph.
Could anyone tell me what does this mean?
*ERROR [SocketReader] - Received error message from server: Record put for property "FactSales_OrderQuantity" must have an assignment in property "mdex-property_Type"*_
Thanks in advance!
Best Regards,
Bruce Lin
I post all the logs as below:
INFO [main] - *** CloverETL framework/transformation graph, (c) 2002-2012 Javlin a.s, released under GNU Lesser General Public License ***
INFO [main] - Running with CloverETL library version 3.2.1 build#63 compiled 04/01/2012 12:53:21
INFO [main] - Running on 4 CPU(s), OS Linux, architecture amd64, Java version 1.6.0_20, max available memory for JVM 882944 KB
INFO [main] - Loading default properties from: defaultProperties
INFO [main] - Graph definition file: graph/Test.grf
INFO [main] - Graph revision: 1.7 Modified by: endeca Modified: Wed Jul 11 16:26:18 SGT 2012
INFO [main] - Checking graph configuration...
INFO [main] - Graph configuration is valid.
INFO [main] - Graph initialization (Test)
INFO [main] - Initializing connection:
INFO [main] - [Clover] Initializing phase: 0
INFO [main] - [Clover] phase: 0 initialized successfully.
INFO [main] - register MBean with name:org.jetel.graph.runtime:type=CLOVERJMX_1341992445224_0
INFO [WatchDog] - Pre-execute initialization of connection:
INFO [WatchDog] - DBConnection driver[org.jetel.connection.jdbc.driver.JdbcDriver@1624e801]:jndi[null]
INFO [WatchDog] - Starting up all nodes in phase [0]
INFO [WatchDog] - Successfully started all nodes in phase!
INFO [WatchDog] - ---------------------** Start of tracking Log for phase [0] **-------------------
INFO [WatchDog] - Time: 11/07/12 16:26:49
INFO [WatchDog] - Node ID Port #Records #KB Rec/s KB/s
INFO [WatchDog] - ---------------------------------------------------------------------------------
INFO [WatchDog] - Sales Facts SALES_FACTS RUNNING
INFO [WatchDog] - %cpu:0.17 Out:0 29281 5317 0 0
INFO [WatchDog] - Create Spec CREATE_SPEC RUNNING
INFO [WatchDog] - %cpu:0.12 In:0 29281 5317 0 0
INFO [WatchDog] - Out:0 27705 5576 0 0
INFO [WatchDog] - Bulk Load to Data StoreBULK_LOAD_TO_DATA_STORE RUNNING
INFO [WatchDog] - %cpu:0.01 In:0 27705 5576 0 0
INFO [WatchDog] - Reset Data Store ENDECA_RESET_DATA_STORE0 RUNNING
INFO [WatchDog] - %cpu:..
INFO [WatchDog] - ---------------------------------** End of Log **--------------------------------
INFO [WatchDog] - ---------------------** Start of tracking Log for phase [0] **-------------------
INFO [WatchDog] - Time: 11/07/12 16:26:54
INFO [WatchDog] - Node ID Port #Records #KB Rec/s KB/s
INFO [WatchDog] - ---------------------------------------------------------------------------------
INFO [WatchDog] - Sales Facts SALES_FACTS RUNNING
INFO [WatchDog] - %cpu:0.10 Out:0 40745 7398 2270 412
INFO [WatchDog] - Create Spec CREATE_SPEC RUNNING
INFO [WatchDog] - %cpu:0.07 In:0 40745 7398 2270 412
INFO [WatchDog] - Out:0 40436 8140 2521 507
INFO [WatchDog] - Bulk Load to Data StoreBULK_LOAD_TO_DATA_STORE RUNNING
INFO [WatchDog] - %cpu:.. In:0 40436 8140 2521 507
INFO [WatchDog] - Reset Data Store ENDECA_RESET_DATA_STORE0 RUNNING
INFO [WatchDog] - %cpu:..
INFO [WatchDog] - ---------------------------------** End of Log **--------------------------------
INFO [WatchDog] - ---------------------** Start of tracking Log for phase [0] **-------------------
INFO [WatchDog] - Time: 11/07/12 16:27:03
INFO [WatchDog] - Node ID Port #Records #KB Rec/s KB/s
INFO [WatchDog] - ---------------------------------------------------------------------------------
INFO [WatchDog] - Sales Facts SALES_FACTS FINISHED_OK
INFO [WatchDog] - %cpu:0.05 Out:0 60855 11049 2355 427
INFO [WatchDog] - Create Spec CREATE_SPEC FINISHED_OK
INFO [WatchDog] - %cpu:0.04 In:0 60855 11049 2355 427
INFO [WatchDog] - Out:0 60855 12251 2391 481
INFO [WatchDog] - Bulk Load to Data StoreBULK_LOAD_TO_DATA_STORE RUNNING
INFO [WatchDog] - %cpu:.. In:0 60855 12251 2391 481
INFO [WatchDog] - Reset Data Store ENDECA_RESET_DATA_STORE0 RUNNING
INFO [WatchDog] - %cpu:..
INFO [WatchDog] - ---------------------------------** End of Log **--------------------------------
ERROR [SocketReader] - Received error message from server: Record put for property "FactSales_OrderQuantity" must have an assignment in property "mdex-property_Type"
ERROR [WatchDog] - Graph execution finished with error
ERROR [WatchDog] - Node BULK_LOAD_TO_DATA_STORE finished with status: ERROR
ERROR [WatchDog] - Node BULK_LOAD_TO_DATA_STORE error details:
INFO [WatchDog] - [Clover] Post-execute phase finalization: 0
INFO [WatchDog] - [Clover] phase: 0 post-execute finalization successfully.
INFO [WatchDog] - Execution of phase [0] finished with error - elapsed time(sec): 20
ERROR [WatchDog] - !!! Phase finished with error - stopping graph run !!!
INFO [WatchDog] - Post-execute finalization of connection:
INFO [WatchDog] - -----------------------** Summary of Phases execution **---------------------
INFO [WatchDog] - Phase# Finished Status RunTime(sec) MemoryAllocation(KB)
INFO [WatchDog] - 0 ERROR 20 138827
INFO [WatchDog] - ------------------------------** End of Summary **---------------------------
INFO [WatchDog] - WatchDog thread finished - total execution time: 25 (sec)
INFO [main] - Freeing graph resources.
ERROR [main] - Execution of graph failed !
Edited by: 943609 on Aug 1, 2012 7:34 PM
Edited by: 943609 on Aug 1, 2012 7:45 PM

This error is saying that a user create attribute "FactSales_OrderQuantity" is missing a system property "mdex-property_Type". These system properties are how the index defines the user attributes and when one is missing, in this case the type, the mdex does not know how to handle the incoming data for the attribute. In this case I believe the problem is cause by having the "Reset Data Store" component in the same phase as the "Bulk Load to Data Store". The Reset data store tells the index to delete all records and to clear all the attribute's metadata (properties). Since this graph is also trying to load data via the bulk load while at the same time resetting the index and all the system properties.
To resolve this issue you should have the reset component in a separate phase, or a graph all to itself so it always executes in isolation.
Pete

Similar Messages

  • Can someone connect in FaceTime if they are using a friends Macbook Pro, yet, doens't have an Apple ID??  For example, I have an IPAD and a Macbook Pro.  Can I connect to FaceTime on my Macbook Pro and connect with a friend using my IPAD????

    Can someone connect in FaceTime if they are using a friends Macbook Pro, yet, doens't have an Apple ID??  For example, I have an IPAD and a Macbook Pro.  Can I connect to FaceTime on my Macbook Pro and connect with a friend using my IPAD????

    I have also tried changing the contact emails(you can contact me by) in Facetime(diff email for IPAD and Macbook Pro).  Facetime tried the call, I see the accept buttom appear and it goes away as the call never connects?   Any ideas??

  • After I upgraded to Firefox 5 for Mac, I have problems logging into our FileMaker Pro database.

    After I upgraded to Firefox 5 for Mac, I have problems logging into our FileMaker Pro database. When I type in my Account Name and Password and click Login, Firefox just refreshes back to the blank login window.

    Hi All,
    Any help?
    No one has any answers here amoungst all this apple knowledge?
    Thank you

  • Need good template for Artist - Must have GOOD instructions

    Hi.
    I'm not a total Newbie, but I'm looking for a nice template for artists. The important thing is that it has really good instructions for customizing it. I'm not totally new, but I don't have the time to learn right now so the instructions need to be really basic. No "assuming" I already know CSS.
    It needs to have the ability to show lots of pictures and blow them up when clicked. I'm willing to pay for it as long as it's doable.
    Thanks.

    I haven't thought about using Wordpress. I know a lot of people use it. Would there be a steep learning curve going that route?
    Any learning curve is subjective. Try it and see if it's a good fit for you.
    Wordpress is widely used by novices and experts alike.
    Actually, I remember now that I did look into it but found that being on a Mac there were some extra steps involved getting started  and I couldn't find explanations or definitions for some of the terms.
    There are no extra steps for a Mac compared to a PC that I'm aware of.
    Ask specific questions about terms and you'll get specific answers.

  • During video recording the auto focus doesn't work automatically!i must have a tap on the display for to use the autofocus! Ihave an iphone 4s

    during video recording the auto focus doesn't work automatically!i must have a tap on the display for to use the autofocus! Ihave an iphone 4s

    I know.  Same issue here.  When I'm not recording but have the video camera on, the autofocus works fine.  As soon as I tap the record button and recording starts, the focus is locked until I tap on the screen to focus.  I haven't used the camera all that much because of this problem.

  • Is it possible to have other recording qualities for iSight camera?

    I have just lashed out on +QuickTime Pro+, and the very first time I fired it up I thought: "Oh, Oh, I've wasted my money". Every other program I tried before I decided on QT Pro had the ability to use a variety of recording-quality settings for the iSight camera. With QT Pro I get just three:
    * MPEG-4 (320 x 240, ~ 264 kb/s)
    * H-264 (320 x 240, ~256 kb/s)
    * Native (640 x 480, 90 Mbits/s)
    Not much of a variety. You either choose the low settings, or jump to the high setting at almost 400 times the data rate.
    Is it possible to obtain a few more settings ( i.e. 640 x 480 using H.264) via third-party software or other technique?
    Also, can I turn off sound recording if I so wish?

    Thanks, RickToronto, for the suggestion about +QT Broadcaster+. A nifty little program and I'm sure I'm going to be able to put it to use sometime, but after testing the various compression options at 640 x 480, including NONE, I could not get the frame rate greater than about 10, whereas using the NONE option in +QT Pro+ allowed me to get 640 x 480 at 18 fps. There must be a fair amount of overhead in using +QT broadcaster+.
    Looks like I'll be sticking to +QT Pro+, recording using the NATIVE option, then compressing afterwards. Doing that certainly shows up the amount of computation needed for compression. It took my G5 about 6 hours to compress one hour of 640 x 480 @ 18fps (~40 GB). And in addition, I got the impression that the output looks better from +QT Pro+ than from +QT Broadcaster+, but that might just be my imagination.
    One last matter: one of the options in +QT Broadcaster+ -- the control options for iSight -- look almost identical to those I saw in a program called +BTV Pro+. Would the +BTV Pro+ fellow have 'borrowed' the look from Apple, or has Apple licensed them from him?

  • MUST HAVE APPS FOR N9

    Here is a list of Some Must Have apps for our N9:
    Use the links to Download The apps. (I take no responsibility if it bricks your phone or void warranty, but i have personally downloaded these apps and had no problem)(codes from 7-15 attached here) 1-6 are attached at second post
    What I have done is there is download link for the applications and also thr QR CODES. So if you download MeeScan and open the application and scan the codes, it will directly take you to the app and you can download straightaway on your phone. (The number opposite to QR Code represents the app number Below)
    1. MeeScan from Nokia (Safe) MeeScan is the N9 application for scanning 1-d and 2-d barcodes
    Link: http://n9-apps.com/meescan or from Nokia Store
    2.Scientific Calculator : Advanced calculator application with options for simple and scientific views
    Link: http://n9-apps.com/scicalc
    3. Calender Feed :Calendar events at Feed screen as one topmost item. Controls are integrated into Settings. No applications or daemons in background required. All work is done by your phone.
    Link: http://n9-apps.com/calendar-feed
    4. Talk Box: ( This): Talkbox is an application dedicated to saving you the trouble of typing and to getting your messages across FAST!
    Link: http://n9-apps.com/talkbox or from Nokia Store
    5. Currency: This application provides real time exchange rates for over 140 currencies.
    Link: http://n9-apps.com/currency or Nokia Store
    6. Shake Picture: Send your images to your friends with just a shake of the phone!
    Link: http://n9-apps.com/shakepicpro or Nokia Store
    7. Sports Tracker: Turn your mobile into a social sports computer with Sports Tracker! Track and analyze your performance, share workout data and photos with your friends, and most of all – get fit and stay healthier.
    Link: http://n9-apps.com/sports-tracker or Nokia Store
    8. Cute Tube (You Tube Client): cuteTube is a fully featured YouTube and Dailymotion client that allows you to browse, search, play, share, upload and download videos. You can also manage your uploads, favourites, playlists and subscriptions
    Link: http://n9-apps.com/cutetube or Nokia Store
    9. Reboot:  Reboot is a MTF small tool to help you Reboot or PowerOff your N9/N950 easily and quickly.
    Link: http://n9-apps.com/reboot or Nokia Store
    10. Call recorder:  The small stuff to help you to recording your phone calls (incoming/outgoing from Cellular network)
    link: http://n9-apps.com/call-recorder
    11. Mee Birthdays: Create Events in Calendar for Contact's Birtdays
    Link: http://n9-apps.com/meebirthdays
    12. Toggle Bluetooth: Switch to turn Bluetooth on in one touch.
    (Scan Barcode # 12 For Download)
    13. Widgets Canvas: which offers a sort of platform to run widgets - WidgetCanvas. 
    (Scan Barcode # 13 For Download)
    14. FM Radio:  This is the first unofficial FM radio app for the Nokia N9 / N950
    (Scan Barcode # 14 For Download)
    15. Trippo: Translator . Download from NOKIA STORE
    Owned Nokia 5110, Nokia 8210, Nokia 8250, Nokia 6610, Nokia 6820, Nokia 9500, Nokia E50, Nokia 8800 , Nokia E71, Nokia N91 4 GB, Nokia N95, Nokia N95 8GB, Nokia N97, iPhone 3GS & finally Nokia N900,Nokia X6, Nokia E55, BB BOLD 9700, iphone 4, Nokia N8; BB Pearl 9100, HTC Legend, & Now Nokia N9. (N900 is the Best)
    Attachments:
    MeeGo Applications3.png ‏63 KB
    MeeGo Applications4.png ‏70 KB
    MeeGo Applications5.png ‏70 KB

    QR Codes For Apps 1 to 6
    Enjoy
    Owned Nokia 5110, Nokia 8210, Nokia 8250, Nokia 6610, Nokia 6820, Nokia 9500, Nokia E50, Nokia 8800 , Nokia E71, Nokia N91 4 GB, Nokia N95, Nokia N95 8GB, Nokia N97, iPhone 3GS & finally Nokia N900,Nokia X6, Nokia E55, BB BOLD 9700, iphone 4, Nokia N8; BB Pearl 9100, HTC Legend, & Now Nokia N9. (N900 is the Best)
    Attachments:
    MeeGo Applications.png ‏67 KB
    MeeGo Applications2.png ‏64 KB

  • Parents need an ipad2/3 holder like otter box which any tripod can be screwed into in order to video childrens events. It must have gear type adjustments for verticle and horitontal ajustments due to weight of ipad

    Parents need an ipad2/3 holder like otter box which any tripod can be screwed into in order to video children's events. It must have gear type adjustments for vertical and horizontal adjustments due to weight of ipad

    My daughter has had her Razr for about 9 months now.  About two weeks ago she picked up her phone in the morning on her way to school when she noticed two cracks, both starting at the camera lens. One goes completely to the bottom and the other goes sharply to the side. She has never dropped it and me and my husband went over it with a fine tooth comb. We looked under a magnifying glass and could no find any reason for the glass to crack. Not one ding, scratch or bang. Our daughter really takes good care of her stuff, but we still wanted to make sure before we sent it in for repairs. Well we did and we got a reply from Motorola with a picture of the cracks saying this was customer abuse and that it is not covered under warranty. Even though they did not find any physical damage to back it up. Well I e-mailed them back and told them I did a little research and found pages of people having the same problems. Well I did not hear from them until I received a notice from Fed Ex that they were sending the phone back. NOT FIXED!!! I went to look up why and guess what there is no case open any more for the phone. It has been wiped clean. I put in the RMA # it comes back not found, I put in the ID #, the SN# and all comes back not found. Yet a day earlier all the info was there. I know there is a lot more people like me and all of you, but they just don't want to be bothered so they pay to have it fix, just to have it do it again. Unless they have found the problem and only fixing it on a customer pay only set up. I am furious and will not be recommending this phone to anyone. And to think I was considering this phone for my next up grade! NOT!!!!

  • After,using,CS,for,one,year,I,must,have,an,activation,code,,the,trial,version,will,be,end, over,25,days.,How,is,it,possible?,What,can,I,do?

    After,using,CS,for,one,year,I,must,have,an,activation,code,,the,trial,version,will,be,end, over,25,days.,How,is,it,possible?,What,can,I,do?

    Was the iPad originally set up on a different computer, and hasn't been synced to the one that you are now trying to use ? There are some instructions on this page for syncing to a new computer : https://discussions.apple.com/docs/DOC-3141
    (Before trying that you could copy any important files/documents off the iPad so that you have you own backup copy of them e.g. depending upon what the apps support then email them to yourself, use Dropbox, copy them to your computer via your wifi-network.)
    You should be able to copy iTunes purchases off the iPad and over to that computer's iTunes via File > Devices  Transfer Purchases, but if you have music from other sources (e.g. copied from CDs) which aren't in that computer's iTunes (and you haven't got a backup to copy them onto it from) then there are some programs listed half-way down this page which should be able to copy them back : https://discussions.apple.com/docs/DOC-3991
    For recovery mode, that will result in your iPad being put back to factory defaults i.e. all of your content will be removed from it

  • Each target assigned to a job must have a setting and destination.

    Simple. Basic Question.
    Trying to use Compressor to change the codec on my flip cam to make it more compatible with FCP X.
    I have dragged a source and destination into the batch. But it keeps giving me the error "Each target assigned to a job must have a setting and destination." I saw others had this same issue and the solution I saw was to set a destination for the video AND audio. How do you assign for BOTH? I thought it was just a drag and drop method into batch ... 

    You didn't say what your settings were. But tif it's not one of the DVD presets, you shouldn't ordinarily be faced with separate audio and video streams with the majority of presets. Here's an example of a batch with one source file, multiple targets and multiple destinations. Only the DVD Preset has separate audio and video…and those do require that destinations be specified. If the destination is not specified, it defaults to Source.
    Good luck.
    Russ

  • HT1212 I am locked out of my iphone. In resetting my passcode I must have hit a wrong digit, because the 4 digits I thought I used Don't work (and of course not my old passcode).  I have tried the instructions both for "if you have previously synced your

    I am locked out of my iphone. In resetting my passcode I must have hit a wrong digit, because the 4 digits I thought I used Don't work (and of course not my old passcode). I have tried the instructions both for "if you have previously synced your device with iTunes" and "If you have Never synced your device with iTunes" . Neither has worked and I'm in a vicious circle with each time after lengthy downloads it still all ends with the program, & my phone, asking for my passcode to proceed.  I'm not sure if I have ever synced to my mac book (i may have) but my address book seems to automatically update on both devices without the need to plug in. Thank you for any knowledgable help that could efficiently get me  out of this passcode ****!

    Hi DRussell,
    If you have not sync'd your device to your Mac then you will have to force the phone into recovery mode and restore as a new device. Read the information in this link and follow the instructions to recover the phone:
    http://support.apple.com/kb/HT1808
    Hope this helps!
    Cheers,
    GB

  • Greetings: I have multiple iPads and iPhones. I want all to be able to be able to stream to our Apple TV. All of the docs I see say you must have the same Apple ID for all the devices, but we each have our own Apple ID. Is this just a doc short coming?

    Greetings: I have multiple iPads and iPhones. I want all to be able to be able to stream to our Apple TV. All of the docs I see say you must have the same Apple ID for all the devices, but we each have our own Apple ID. Is this just a doc short coming?

    You can each have your own ID for your own iTunes accounts, but in order for a device to stream via AirPlay to the same Apple TV, everything must use the same homesharing ID. This is not the same as your iTunes account ID (although it can be for one of the devices)

  • HT4314 I have two ipods in my house that were set up under the same email.  I have since assigned two different emails.  How can I change the game center account so that is not shared by both ipods because it is for two different users and they are not ha

    I have two ipods in my house that were set up under the same email.  I have since assigned two different emails.  How can I change the game center account so that is not shared by both ipods because it is for two different users and they are not happy?

    By "game center account", do you mean Apple ID?
    If so, you can change it.
    1. Tap settings and navigate to iTunes and App Stores
    2. Tap "Apple ID" and then tap "Sign Out"
    3. Log in with a different ID.

  • I had just put the finishing touches on my 36 minute documentatary when I got an error message that the external 1TB HD I was using to store the project had been ejected improperly (must have shaken a cord).  The result is that the project would not load

    I had just put the finishing touches on my 36 minute documentatary when I got an error message that the external 1TB HD I was using to store the project had been ejected improperly (must have shaken a cord).  The result is that the project would not load in the edit Projects window.  I can see the file in the finder window and it will launch iMovie but the file itself will not load in the projects window.
    I have contacted apple support and they tried to do a few things... to no available.
    With my limited knowledge of file structures I assume that the header file must be corrupt.
    Is there a 3rd party utility that can decompile and fix the file structure so it will load properly.  I've been working on this project since june and would hate to have to redo the whole thing again.

    I had just put the finishing touches on my 36 minute documentatary when I got an error message that the external 1TB HD I was using to store the project had been ejected improperly (must have shaken a cord).  The result is that the project would not load in the edit Projects window.  I can see the file in the finder window and it will launch iMovie but the file itself will not load in the projects window.
    I have contacted apple support and they tried to do a few things... to no available.
    With my limited knowledge of file structures I assume that the header file must be corrupt.
    Is there a 3rd party utility that can decompile and fix the file structure so it will load properly.  I've been working on this project since june and would hate to have to redo the whole thing again.

  • Purchased CC for business and can only assign one user. How can I assign more users to have it on all 4 computers in the office?

    Purchased CC for business and can only assign one user. How can I assign more users to have it on all 4 computers in the office?

    Hi there
    You would need to purchase a seat for each user.
    What you currently have is 1 seat = 1 user.
    Kind regards
    Bev

Maybe you are looking for

  • Table background not viewing correctly in Firefox

    I am unable to figure out why, when viewd in Firefox, the table on my website shows the background color of the page (Gray), instead of the background color of the table (White)? Opera, Safari and Explore seem to view it correctly. Thoughts anyone? h

  • I am having issues installing my Creative Suite 5.5 or 5 software

    I am trying to install my Adobe Creative Suite 5.5 or 5 software and I am running into difficulties with my installation.  Is there some steps I can perform which will allow me to resolve these difficulties? We have a great document for resolving ins

  • "Always on TOP"option for my window

    Hi All I am developing an application in which I wanted to develop a facility for enabling "always stay on top" to one of the windows .How can I do this. Thanks in advance Haritha

  • New Aironet 600 AP vs 1140 AP

    what is the difference betw two AP models? both work in dual band and work with WLC they even look the same...

  • Touching coners of the screen to launch secret hidden settings

    Hi there used to be a way of launching advanced manufacturer settings on bb touch screen phones by touching/tapping the conners of the screen but somehow I forgot the combination,anybody?