Properties (group and channel) added are not a numeric data type.

I am using a dataplugin to add both group and channel custom properties. The properties are both text and numeric, doubles and integers.
When I create a query in Navigator, I select the custom property using the dropdown, but the operator dropdown only has "=" or "<>". The property displayed in the Data Portal is a float number. I was having this problem when I was adding custom properties using a script. I then tried "Navigatorettings/My DataFinder/Reset/Reset Index", then repopulated my Search Area, using the dataplugin on my raw data files. At this point, all my properties only have the "=" or "<>" operator choices in the query.
So it appears that my properties are numeric in the Data Portal, but string in the Navigator Query.
In advance, thanks
Solved!
Go to Solution.

Hi Bill,
could it be the properties you are talking about are already "optimized" for query?
In case yes, did you do the optimization by script like
Dim oMyDataFinderSettings
Set oMyDataFinderSettings = Navigator.ConnectDataFinder("My DataFinder").GetSettings()
Call oMyDataFinderSettings.OptimizeCustomProperty(eSearchChannel, "Author_age")
And did you do this, before DataFinder has indexed some of your files?
In case yes, DataFinder has to make a guess the datatype of the property without example - so always "string" is chosen.
(If DataFinder has already indexed some(or better all) files containing the property, DataFinder will "optimze" the property in the datatype which occurs most for this property.)
In case you know the datatype of the property you are about to "optimze", you can provide this information to DataFinder
Call oMyDataFinderSettings.OptimizeCustomProperty(eSearchChannel, "myText", DataTypeString)
Call oMyDataFinderSettings.OptimizeCustomProperty(eSearchChannel, "myInt", DataTypeInt32)
Call oMyDataFinderSettings.OptimizeCustomProperty(eSearchChannel, "myFloat", DataTypeFloat64)
Call oMyDataFinderSettings.OptimizeCustomProperty(eSearchChannel, "myDate", DataTypeDate)
Stefan

Similar Messages

  • Payscale group and levels values are not appearing in IT0008

    Hi Friends,
    I craeted Payscale group & Level in V_T510. Eventhough these values are not coming as F4 (drop down)values in IT0008.
    Pls adivice where I have missed the configuration.
    Thanks

    Hi..
    ESG/CAP and and its grouping in V-t510 have already been maintained. however still it is not coming as drop down values.
    Pls suggest to resolve.
    Thanks

  • JPG and RAW files are not grouped together.

    I am finding that my RAW and JPG files are not grouped together.  They show up on the Grid View as JPG for the JPG file and RAW + JPG for the NEF(RAW) file.  This does not seem to be consistent through out the folder.  Some of the pictures are grouped together and others are not.  The ones that are not grouped together have been auto-stacked and then unstacked.  I am not sure if this is what caused the seperation of JPG and RAW files.  I did try to take a picture that I had auto-stacked it  and then remove it and it did not sepearate.  The "Treat JPG files next to raw files as seperate photos" option is turned off, like it is in my Lightroom 3.

    This is what I'm talking about:
    Show subfolders are on:
    In windows Explorer:
    In the Import Dialog:
    Where are the files?
    If I click on the Folder 2014_12_14... all the files from all folders will populate.

  • Golden gate extract and replicate process are not running.

    All,
    I am trying replicate data between two oracle databases using golden gate.
    I am trying this scenario in a single machine(two databases and golden gate are on same windows machine)
    1. I have two databases PROD, UAT both are running on 11.2 oracle home.
    2. Created the ggate user both the databases, and enabled supplemental logging.
    3. Ran the following scripts in both databases.
    SQL> @marker_setup.sql
    SQL> @ddl_setup.sql
    SQL> @role_setup.sql
    SQL> grant GGS_GGSUSER_ROLE to ggate;
    SQL> @ddl_enable.sql
    4. Connected the source database (PROD) in ggsci prompt
    GGSCI (home-c07402bbc5) 79> add extract ext1, tranlog, begin now
    add exttrail C:\app\Bhanu\Goldengate\lt, extract ext1
    edit params ext1
    EXTRACT ext1
    USERID ggate@PROD, PASSWORD 123456
    RMTHOST home-c07402bbc5, MGRPORT 7840
    rmttrail C:\app\Bhanu\Goldengate\lt
    ddl include mapped objname bhanu.* // bhanu is a schema in PROD database.
    TABLE bhanu.*;
    5. Connected the target database(UAT) in ggsci prompt
    add checkpointtable ggate.checkpoint
    edit params ./GLOBALS
    GGSCHEMA ggate
    CHECKPOINTTABLE ggate.checkpoint
    add replicat rep1, exttrail C:\app\Bhanu\Goldengate\Mt,checkpointtable ggate.checkpoint
    edit params rep1
    replicat rep1
    ASSUMETARGETDEFS
    userid ggate@UAT, password 123456
    discardfile C:\app\Bhanu\Goldengate\rep1_discard.txt, append, megabytes 10
    map bhanu.*, target kiran.*;
    After that started the extract, replicat using
    start extract ext1, start replicate rep1
    Now the status.
    GGSCI (home-c07402bbc5) 103> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT STOPPED EXT1 00:00:00 00:11:43
    REPLICAT STOPPED REP1 00:00:00 00:21:16
    Can you please help me what is wrong in my setup and why extract and replicate process are not running.
    Edited by: user12178861 on Nov 19, 2011 11:22 AM

    Thanks for your quick reply.
    I have done few changes but extract, replicate process not running.
    couple of points I would like to share with you regarding my setup.
    1. I am using single golden date instance to replicate the data between PROD and UAT databases.
    2. GGSCI (home-c07402bbc5) 1> dblogin userid ggate@PROD,PASSWORD 123456
    Successfully logged into database.
    GGSCI (home-c07402bbc5) 2> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT STOPPED EXT1 00:00:00 01:23:29
    REPLICAT STOPPED REP1 00:00:00 01:33:02
    GGSCI (home-c07402bbc5) 3> VIEW REPORT EXT1
    ERROR: REPORT file EXT1 does not exist.
    GGSCI (home-c07402bbc5) 4> start er *
    Sending START request to MANAGER ...
    EXTRACT EXT1 starting
    Sending START request to MANAGER ...
    REPLICAT REP1 starting
    GGSCI (home-c07402bbc5) 5> VIEW REPORT EXT1
    ERROR: REPORT file EXT1 does not exist.
    GGSCI (home-c07402bbc5) 6> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT STOPPED EXT1 00:00:00 01:24:10
    REPLICAT STOPPED REP1 00:00:00 01:33:44
    Target :
    GGSCI (home-c07402bbc5) 1> dblogin ggate@UAT,PASSWORD 123456
    ERROR: Unrecognized parameter (GGATE@UAT), expected USERID.
    GGSCI (home-c07402bbc5) 2> dblogin userid ggate@UAT,PASSWORD 123456
    Successfully logged into database.
    GGSCI (home-c07402bbc5) 5> add replicat rep1, exttrail C:\app\Bhanu\Goldengate/lt,checkpointtable ggate.checkpoint
    ERROR: REPLICAT REP1 already exists.
    GGSCI (home-c07402bbc5) 6> delete replicat rep1
    Deleted REPLICAT REP1.
    GGSCI (home-c07402bbc5) 7> add replicat rep1, exttrail C:\app\Bhanu\Goldengate/lt,checkpointtable ggate.checkpoint
    REPLICAT added.
    GGSCI (home-c07402bbc5) 8> edit params rep1
    GGSCI (home-c07402bbc5) 9> start er *
    Sending START request to MANAGER ...
    EXTRACT EXT1 starting
    Sending START request to MANAGER ...
    REPLICAT REP1 starting
    GGSCI (home-c07402bbc5) 10> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT STOPPED EXT1 00:00:00 01:29:46
    REPLICAT STOPPED REP1 00:00:00 00:00:48
    3. Is mandatory that I need two golden gate instances running each side ?
    Thanks for spending your time on this problem.

  • I have iphone 4 and it connect to some wireless networks and some others are not visible while other lphones can find these networks and i tried to restart the phone many times and there is no result, kindly advice

    i have iphone 4 and it connect to some wireless networks and some others are not visible while other lphones can find these networks and i tried to restart the phone many times and there is no result, kindly advice

    Some updates and clarifications:
    1. I already have my 2.4 channel fixed.
    2. Wireless network name is 8 alphanumeric characters; no spaces
    3. Already using WPA2 security with a 10 alphanumeric key (again, no spaces)
    4. I am running Airport Utility 6.0, Mac OS version 10.7.4
    I should also say that these problems started happening less than a month ago...prior to that all devices where working normally.
    An added update: My two e-readers (nook ST and Kindle 3) are also refusing to connect...perhaps confirming that I have 2.4 GHz issues?

  • External and internal mikes are not automatically switching over either recording or on voice calls

    My laptop model name is HP Pavilion dv4-1100ea which is shipped with Vista Home premium 32 bits and has got service pack 1.
    Restored the laptop to factory setting since then I am having the following problems; I had the same problem when my laptop was brand new and whenever I reset the laptop to factory setting I get the following problems:
    1. External and internal mikes are not automatically switching over either in middle of the recording using sound recorder or while the call in progress on voice calls (skype):
       Using the sound recorder if I start recording the sound with external  mike  and in-between  recording if I  switchover from external mike to inbuilt mike and later on when I play back I can only hear the sound  up till where I used the external mike during recording, after the switchover to inbuilt mike I cant hear any sound.
       But if I start the recording with inbuilt mike and in between recording  if I plug in  the external mike and later on when I play back I can only hear the sound up till where I used the inbuilt mike during recording , after the switchover to external mike I cant hear any sound.
       So in brief both my external and internal mikes are working fine, only problem is that if I start recording (using sound recorder) or voice call with one specific mike, I have to continue with it till the end. I can’t switchover to another mike in between the conversation (voice call) or recording, if I do so, I have to select the mike manually in chat software but while recording I cant even select manually because in laptop, it takes the mike whichever is in current use as default mike in recording tab(sound window). The green tick automatically (in recording device tab) switches over according to the use of mike. Though the green tick in the recording tab is switching over automatically according to use of mikes, its not picking up the sound after switch over during recording.
    2. And also when I click on recording device tab in sound window and plug in external mike, though the green tick automatically switchovers from internal to external mike, while I speak both internal and external mikes volume meter respond to the sound inputs by rising and falling but if I take out external mike, green tick goes to internal mike and when I speak only internal mike volume meter respond to sound rising up and down not the external mike.
    To resolve the issue I have tried following steps with no luck:
    1.I have checked the mikes(internal and external) properties, the both mike shows to be enabled in general tab, in level tab the volume is set to 100 and in advanced tab , all options are selected.
    2. In device manager I have got only one audio driver named as “IDT High definition Audio CODEC”. I have uninstalled the audio driver and reinstalled it using scan for hardware option
    3. Uninstalled the audio driver in device manager and reinstalled the audio driver using recovery manager > advanced option> hardware driver re-installation.
    3. I have updated the BIOS(Insyde F.65, 12/02/2010).
    4. I tried to update the audio driver using below link but things went more worse so I did system restore (not factory setting though).
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-67051-1&lc=en&dlc=en&cc=us&...

    Sounds like you need to upgrade to the iPhone 5s
    The 5s has Touch ID
    You can unlock your phone with your finger instead of typing in a key code
    No swiping to unlock either, just touch the home button
    You can enrol multiple fingers as well
    Here is a video of it in action
    http://www.apple.com/iphone-5s/videos/#video-touch
    Or wait and see what iPhone 6 has to offer
    That being said, as desiel vdub posted if the phone is up to your face, the proximity sensor should turn the screen off
    And when you lower the phone turn it back on again
    Not sure about the phone locking when your on a call doesn't sound right

  • Unable to embed External CSS file, dropdown list,filter panel and dimension filter are not working in SAP Design Studio Tool

    Hello Everyone,
    I am new to SAP Design Studio. I am working on creating dashboards and I am using Design Studio 1.2 version. Please suggest some solutions for the following issues. Thanks in Advance.
    1. External CSS file which is embeded using custom CSS option under "application component properties" is not working.
        * I kept the external CSS file inside repository-> my application folder.
    2. During runtime, getting javascript error while selecting '-' option from filter panel.
    3. Unable to select or type dimension name under "dimension filer component" properties.
    4. Getting runtime error for dropdown list, and I have inserted the following code under "onStartup" option of Application component properties.
    "DROPDOWN_1.setItems(DS_1.getMemberList("PRODUCTREF", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 20));
    and dimension values are not populated in auto suggest."

    There should be an Error Log under View > Error Log that gives you more details of these errors.  Could you add that?  There is also a View > Script Problems log that provides more details as well.

  • Report group and report library does not exist

    Dear Guru's
    We are not able to execute the report S_ALR_87013019 in production. After doing analyses, we came to know that library 602 & report group 6OBU does not exist in production, and hence we are not able to excute this report.
    We have to tried to import from client  '000' from transaction code GR59, But in that we are not getting 6OBU report group.
    Please help us to resolve the issue, as we required this report on priority basis.

    Dear Prashant,
    Thanks for your reply.
    The solution given by you is to transport the report library from Dev Client. But our client does not transaport the reports in production system.
    Is ther any other solution to retrieve the library.
    Thanks
    Varsha

  • I just downloaded OS X Mavericks and my texts are not coming through to my Mac at all. How do i change that??

    I just downloaded OS X Mavericks and my texts are not coming through to my Mac at all. How do i change that??

    Open Messages. Then go to the Menu and click on Messages. In the drop down select Preferences. Choose the accounts tab. If you have already added your iCloud account then remove it and add it again.

  • When adding an attachment, the files I see in the finder-screen are not up to date

    I want to attach a file to a new message. When I attach it via the button in het message-screen a finder screen will open. The files in here are not up to date. For example, a just added file is not visible. When I brouwse to the same folder by using the Finder itself at this time I will see the up-to-date files and can add them to the message by using drag and drop. So, I have found a solution but I still think this is a bug.
    See both screenshots, one is the folder "3 metingen" in the Thunderbird finder screen. the second is the same shown in Finder. More and accuate files are visible in Finder.
    Thanks for your time.
    Rogier.

    Both are OSX windows. Thunderbird just asks the operating system to open a windows of that type, so why the operating system would offer up such weirdness I have no idea. Under windows F5 forces and update, I wonder if it does on OSX?

  • HTTP and RFC Adapter are not Required Sender

    Hi All,
    I have one dought....
    Why Plain HTTP and RFC Adapter are not Required Sender Communication Channel and Sender Agreements...
    I Know this two Adapter are in ABAP Stack....
    Please clarify my dought...
    Regards

    Idoc Adapters do NOT require Sender Communication Channel.
    The Sender System identifies itself at the Integration Server, with the fields SNDPOR and Client of the Control Record.
    Sender Communication channels are used for communication betweeen the Application System and the Integration Server.
    In the case of Idocs, all idocs are tranferred to the Integration Server pipeline and NOT to the regular EDI/IDOC interface.
    The RECEVIER DETERMINATION is based on the values in the Control Record.
    If you are doing ALE, then you have to maintain the idoc types which are NOT to be transferred to the Integration server by executing report IDX_SELECT_IDOCTYP_WITHOUT_IS.
    By maintaining the Idoc Types using this report, only these idoc types are sent to the regular EDI/IDOC interface.

  • XP PC Does not see Media Card. Device Memory and Media Card are not available.....

    I am starting a new thread because the old one was marked as resolved and it isn't.
    My Windows XP desktop is no longer seeing my BB Storm Media Card. I am getting the error:
    "Device Memory and Media Card are not available because the Mass Storage is currently in use."
    I have followed these directions:
    Options > Memory >
    Media Card Supoport - ON
    Media Transfer Protocol (MTP) - ON
    Mass Storage Mode Support - ON
    Auto Enable Mass Storage Mode When Connected - YES
    SAVE
    I have application free pace 8.1 MB
    and the error message:
    "Device Memory and Media Card are not available because the Mass Storage is currently in use."
    The card is there and is seen by my BB Storm. Media > Explore
    I have removed and reinstalled the card.
    On the desktop I have tried Explore as well as Disk Management and nothing shows up for the Media Card although the Blackberry itself is present.
    Please help.

    Hi there!
    Give this KB a try perhaps?
    KB19717 The BlackBerry smartphone is not detected as a USB Mass Storage Device when connected to a computer
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • My email (earthlink) and my Kindle are not syncing with my ipad.  What do I need to do?

    My email (earthlink) and my Kindle are not syncing with my iPad.  What do I need to do?

    I added the Kindle app to see the books on my Kindle device.  The book came through to my ipad ok but if I read on my Kindle device  the book on my ipad does not keep up with my reading progress.

  • I purchased bad boys 1 and 2 from the itunes store and they would not play so i restarted my laptop and now they are not on my itunes

    i purchased bad boys 1 and 2 from the i tunes store but they would not play so i restarted my laptop and now they are not even on my itunes

    Try:
    - Reset the iPod. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Delete the songs and redownload:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • I have created a PDF and password protected it for view. However, when reading the PDF in Adobe Reader app on the iPad the commenting and annotation options are not available. Is there a way to allow commenting and annotation in the app while password pro

    I have created a PDF and password protected it for view. However, when reading the PDF in Adobe Reader app on the iPad the commenting and annotation options are not available. Is there a way to allow commenting and annotation in the app while password protecting the document?

    Is there a setting that needs to be set to allow the annotation features?  I set password protection to open and then password for editing and set it to Any except page extraction, but it still did not give the annotation option

Maybe you are looking for

  • Error -36 when transferring to external

    I am very frustrated by this problem, which seeemingly came completely out of the blue starting today (i.e., I didnt make any hardware changes or install anything, or even restart since using the drive successfully) When I try to transfer a file to m

  • Quick question re select-options

    Hi I am relatively new to ABAP but have a quick question: I need to create a select-options which does the following: 1. Allows ONLY "equals" signs 2. Disallows intervals 3. Disallows the use of ranges in the multiple selection box. 4. Allows multipl

  • Can i upgrade to 16gb on macbook pro 13 late 2011?

    hello, i have a macbook 13 inch late 2011, 2.8 ghz and i want to upgrade from 4gb to 16gb- is it possible? i want to add 8g + 4g cards

  • Additional Dynamic Selection in S_ALR_87012086(Trx)

    Hi All, I need to incorporate additional dynamic selection criteria which references 'Vendor-Serach Term 2' in new Z Transaction which is a copy of Transaction S_ALR_87012086. help me out how to proceed. Full reword points will be given.

  • TemplateBeginEditable tag inside editable region

    A weird issue... I created a template for my asp files.. All goes fine until I try to add a specific editable region in my code. I just do not see why I get the error "TemplateBeginEditable tag inside editable region" on this when I add this on line