Tuning concat index but still fail

I have query :
select
count(*) as y0_
from
t_transaction this_
where this_.USER_ID=:1 and this_.OPTYPE in (:2, :3, :4, :5, :6, :7, :8, :9, :10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20, :21, :22, :23, :24, :25, :26, :27, :28, :29, :30, :31, :32, :33, :34, :35, :36, :37, :38) and this_.TRANSACTION_DATE>=:39 and this_.TRANSACTION_DATE<:40 and ((lower(this_.STATUS) like :41 or lower(this_.STATUS) like :42) or lower(this_.STATUS) like :43)
doing this :
create index idx1 on t_transaction(user_id,optype,-1,transaction_date,-1,status,-1) reverse tablespace TS_A_IDX;
but i failed.
I don't know how to make the index running on above query. I'd using domain index, separate it with create index idx1 on t_transaction indextype is ctxsys.context for like clause and add to query contains(idx1,:41)>0 or contains(idx1,:42)>0 or contains(idx1,:43)>0 .. but still didn't work.
Any help very appreciated in order to an concatenate index could run on above query for performance tuning sake.
Best Regards,
Han

but i failed.
but still didn't work.not Oracle error codes & messages.
my car didn't work.
tell me how to make my car go.
It is really, Really, REALLY difficult to fix a problem that can not be seen.
use COPY & PASTE so we can see what you do & how Oracle responds.

Similar Messages

  • HT201442 I am got error while trying to restore,, but i just only error file with 3194. I try many step by install lastest version and fix host file, but still fail. Anybody can give me any key point to solve this problem? Thank you

    I am got error while trying to restore,, but i just only error file with 3194. I try many step by install lastest version and fix host file, but still fail. Anybody can give me any key point to solve this problem? Thank you

    Error 3194:
    This device isn't eligible for the requested build
    It means that Apple has stopped signing the version of iOS that you have, try downloading the latest iOS version, then try Restore again.

  • Forget my ipad2 login password.Try many times but still fail. How can i re-start it?

    forget my ipad2 login password.Try many times but still fail. How can
    i re-art it?

    You will have to restore it with the last computer that you synced with in order to restore all of your data. This will tell you how to restore the iPad.
    http://support.apple.com/kb/ht1414

  • Done several option for my freezing Macbook Air but still fail. Anyone can Help me?

    Hi there..My MacbokAir freeze when login. Only display apple icon and spinning wheel. ok..dis some cronology why m yMBA freeze for da 2nd time.
    I’m using da mobile USB broadband. My MBA shutdown coz forgot to turn on da power. Then power’s on. Log in normally but it’s become to slow/stuck somewhere. So i restart then can’t log in.
    1st time i ask my friend to hav a look then he said need to format. so i fromat it to OS 10.6.7. and now da same problem repeat for the 2nd time just for a few week only. So i wanna do it myself.
    I’ve done the: 1)safe mode fail(can’t enter). 2)go to disk utility(Hold C key) then repair permission stated this statement...
    Warning: SUID file “System/Library/CoreService/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAge nt”has been modified and will not be repaired.
    Dunno what is it and just repair the disk and i restart, still fail. And i try 3)reset da NVRAM (COMMAND OPTION P R)..also fail. Then I try 4)reset the system management controller-SMC (shift-ctrl-opt)+power key,also fail.
    Can anyone here help me what to do. Coz it’s was 2nd time i’ve got da same prob. And i believe dat if i format again, then da same problem will come again.
    My MBA detail: year 2009/10, 13.3 inch, 1.86GHz intel core 2 duo(6Mb shared level 2 cache), 2GB DDR3 SDRAM, 120Gb HD,got partition for window 7 (window7 working properly).
    Please help me..ur help is most appreciated.TQ

    Looks like you have created a nice mess.
    Make an appointment with your local Apple Store or AASP while the machine is still covered by warranty and they can help bail you out.
    Regarding the Repair Disk statement you received please read Disk Utility's Repair Disk Permissions messages that you can safely ignore
    BTW:  Please don't use slang such a coz, da, ur etc. it's not cute and makes your post more difficult to read and understand.
    Roger

  • I did disk utility, and verify disk and it asks to repair the disk using dvd installer...but when i insert the dvd- restart- hold c, it keep ejecting and can't read the dvd....i tried with my friends dvd too, but still fail...mac osx v10.6.7

    someone pls help me

    Well there is Resolve startup issues and perform disk maintenance with Disk Utility and fsck witch includes step by step instructions to run disk repair without the install disk.
    But before doing that, it's a good idea to backup. You may want to troubleshooting your superdrive / disk before hand. if I disk repair fails you may need the disk working to re-install the OS.
    Dose the computer read any DVDs? if no, you may want to use Troubleshooting the slot load optical disc drive.

  • Open dataset in ECC 6.0 passes AUTHORITY_CHECK but still fails to download

    Hello Gurus,
    I'm having trouble getting open dataset to work in ECC 6.0.
    I've tried using encoding utf-8 and default plus an authority check.
    The program doesn't abap dump, but nothing happens.
    Am I doing something wrong?
      DATA: my_full_path_auth LIKE authb-filename .
      my_full_path_auth = 'c:\temp\inv_coverage_by_material.txt'.
      MESSAGE i001(zstd) WITH 'converting itab to characters'.
      REFRESH ta_by_part_number_ascii.
      LOOP AT pta_out INTO ts_by_part_number .
        MOVE-CORRESPONDING ts_by_part_number
          TO ts_by_part_number_ascii.
        APPEND ts_by_part_number_ascii TO ta_by_part_number_ascii.
      ENDLOOP.
      MESSAGE i001(zstd) WITH 'convertion complete'.
      CALL FUNCTION 'AUTHORITY_CHECK_DATASET'
        EXPORTING
    *   PROGRAM                =
          activity               = 'WRITE'
          filename               = my_full_path_auth
        EXCEPTIONS
          no_authority           = 1
          activity_unknown       = 2
          OTHERS                 = 3 .
      IF sy-subrc <> 0.
        MESSAGE i001(zstd) WITH 'authority check failed'.
      ELSE.
        MESSAGE i001(zstd) WITH 'authority check PASSED'.
      ENDIF.
      OPEN DATASET my_full_path FOR OUTPUT
         IN TEXT MODE ENCODING DEFAULT .
      LOOP AT ta_by_part_number_ascii INTO ts_by_part_number_ascii .
        TRANSFER ts_by_part_number_ascii TO my_full_path.
      ENDLOOP.
      CLOSE DATASET my_full_path.

    Ahhh. I forgot that the file is saved on the app server.
    New question:
    I was trying to do a download of an internal table in batch mode. The GUI_DOWNLOAD function won't work for that.
    What do people do to download a file to the presentation server?
    Moderator message - Please limit yourself to one question per thread. That makes it easier for others to find solutions to their similar problems.
    So please close this one and ask a new question
    Edited by: Rob Burbank on Apr 14, 2009 1:12 PM

  • Firefox does not redirect anywhere and I tried but still fails

    when I open my firefox on W8 the thing is that any url I wrote and I write on the search bar and when I hit enter , nothing happens, stays there‼‼‼ like refreshing the site, I know this same problem is happening to others I tried the same procedures and I'm still in the same page. my dear firefox.. it is time to say good bye? I'm here becouse I like firefox. so please can you give me the real solution to this or I have to migrate and still loving firefox?

    yes guys, thank you all very much, I did all you say but nothing by the way in running the last version of firefox. But I really want to share with you guys that I found the reason of the problem. It was IDM. Internet Downloader Manager , I'd desinstall that program and it works fine just like before and redirect everything‼.I Noticed the problem when I uninstall that program (the other browsers wasn't able to redirect anywhere) I'm sorry for doubt about firefox‼‼ My mistake... but there you have it, for all of you having the same problem, that was the real solution.beware if you do not clean the registry you do not be able to run any browser because of IDM.

  • I have been trying...but still failed! Please help...

    Here is my java code:
    public class BPUSBFinger200 {
      private final static BPUSBFinger200 instance = new BPUSBFinger200();
      static {
        System.loadLibrary("lib/BPUSBFinger200");
      private BPUSBFinger200() {
      public static BPUSBFinger200 getInstance() {
        return instance;
      public static native void getFeatureFromFingerReader200(String
          fingerPrintImageFile, String fingerPrintFeatureBinaryFile);
      public static void main(String arg[]) {
        BPUSBFinger200 instance = BPUSBFinger200.getInstance();
        instance.getFeatureFromFingerReader200("image.bmp", "feature.bin");
    }My autogenerated header file:
    /* DO NOT EDIT THIS FILE - it is machine generated */
    #include <jni.h>
    /* Header for class BPUSBFinger200 */
    #ifndef _Included_BPUSBFinger200
    #define _Included_BPUSBFinger200
    #ifdef __cplusplus
    extern "C" {
    #endif
    /* Inaccessible static: instance */
    * Class:     BPUSBFinger200
    * Method:    getFeatureFromFingerReader200
    * Signature: (Ljava/lang/String;Ljava/lang/String;)V
    JNIEXPORT void JNICALL Java_BPUSBFinger200_getFeatureFromFingerReader200
      (JNIEnv *, jclass, jstring, jstring);
    #ifdef __cplusplus
    #endif
    #endifHere is my c file, generated by vc++ 6 and added with my codes:
    // BPUSBFinger200.cpp : Defines the entry point for the DLL application.
    #include "stdafx.h"
    #include <jni.h>
    #include <stdio.h>
    #include <stdlib.h>
    #include <iostream.h>
    #include "BPUSBFinger200.h"
    #include "bpusb200finger.h"
    #define   W          352
    #define   L          288
    #define   BUFFERSIZE          W*L
    #define   FEATUREBUFFERSIZE          0x1200
    #define   FILEHEADSIZE          0x436
    static  unsigned  char  data[FILEHEADSIZE]={
    0x42, 0x4d, 0x36, 0x30, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x36, 0x04, 0x00, 0x00, 0x28, 0x00,
    0x00, 0x00, 0x60, 0x01, 0x00, 0x00, 0x20, 0x01, 0x00, 0x00, 0x01, 0x00, 0x08, 0x00, 0x00, 0x00,
    0x00, 0x00, 0x00, 0x2c, 0x01, 0x00, 0x74, 0x12, 0x00, 0x00, 0x74, 0x12, 0x00, 0x00, 0x00, 0x00,
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x02, 0x02,
    0x02, 0x00, 0x03, 0x03, 0x03, 0x00, 0x04, 0x04, 0x04, 0x00, 0x05, 0x05, 0x05, 0x00, 0x06, 0x06,
    0x06, 0x00, 0x07, 0x07, 0x07, 0x00, 0x08, 0x08, 0x08, 0x00, 0x09, 0x09, 0x09, 0x00, 0x0a, 0x0a,
    0x0a, 0x00, 0x0b, 0x0b, 0x0b, 0x00, 0x0c, 0x0c, 0x0c, 0x00, 0x0d, 0x0d, 0x0d, 0x00, 0x0e, 0x0e,
    0x0e, 0x00, 0x0f, 0x0f, 0x0f, 0x00, 0x10, 0x10, 0x10, 0x00, 0x11, 0x11, 0x11, 0x00, 0x12, 0x12,
    0x12, 0x00, 0x13, 0x13, 0x13, 0x00, 0x14, 0x14, 0x14, 0x00, 0x15, 0x15, 0x15, 0x00, 0x16, 0x16,
    0x16, 0x00, 0x17, 0x17, 0x17, 0x00, 0x18, 0x18, 0x18, 0x00, 0x19, 0x19, 0x19, 0x00, 0x1a, 0x1a,
    0x1a, 0x00, 0x1b, 0x1b, 0x1b, 0x00, 0x1c, 0x1c, 0x1c, 0x00, 0x1d, 0x1d, 0x1d, 0x00, 0x1e, 0x1e,
    0x1e, 0x00, 0x1f, 0x1f, 0x1f, 0x00, 0x20, 0x20, 0x20, 0x00, 0x21, 0x21, 0x21, 0x00, 0x22, 0x22,
    0x22, 0x00, 0x23, 0x23, 0x23, 0x00, 0x24, 0x24, 0x24, 0x00, 0x25, 0x25, 0x25, 0x00, 0x26, 0x26,
    0x26, 0x00, 0x27, 0x27, 0x27, 0x00, 0x28, 0x28, 0x28, 0x00, 0x29, 0x29, 0x29, 0x00, 0x2a, 0x2a,
    0x2a, 0x00, 0x2b, 0x2b, 0x2b, 0x00, 0x2c, 0x2c, 0x2c, 0x00, 0x2d, 0x2d, 0x2d, 0x00, 0x2e, 0x2e,
    0x2e, 0x00, 0x2f, 0x2f, 0x2f, 0x00, 0x30, 0x30, 0x30, 0x00, 0x31, 0x31, 0x31, 0x00, 0x32, 0x32,
    0x32, 0x00, 0x33, 0x33, 0x33, 0x00, 0x34, 0x34, 0x34, 0x00, 0x35, 0x35, 0x35, 0x00, 0x36, 0x36,
    0x36, 0x00, 0x37, 0x37, 0x37, 0x00, 0x38, 0x38, 0x38, 0x00, 0x39, 0x39, 0x39, 0x00, 0x3a, 0x3a,
    0x3a, 0x00, 0x3b, 0x3b, 0x3b, 0x00, 0x3c, 0x3c, 0x3c, 0x00, 0x3d, 0x3d, 0x3d, 0x00, 0x3e, 0x3e,
    0x3e, 0x00, 0x3f, 0x3f, 0x3f, 0x00, 0x40, 0x40, 0x40, 0x00, 0x41, 0x41, 0x41, 0x00, 0x42, 0x42,
    0x42, 0x00, 0x43, 0x43, 0x43, 0x00, 0x44, 0x44, 0x44, 0x00, 0x45, 0x45, 0x45, 0x00, 0x46, 0x46,
    0x46, 0x00, 0x47, 0x47, 0x47, 0x00, 0x48, 0x48, 0x48, 0x00, 0x49, 0x49, 0x49, 0x00, 0x4a, 0x4a,
    0x4a, 0x00, 0x4b, 0x4b, 0x4b, 0x00, 0x4c, 0x4c, 0x4c, 0x00, 0x4d, 0x4d, 0x4d, 0x00, 0x4e, 0x4e,
    0x4e, 0x00, 0x4f, 0x4f, 0x4f, 0x00, 0x50, 0x50, 0x50, 0x00, 0x51, 0x51, 0x51, 0x00, 0x52, 0x52,
    0x52, 0x00, 0x53, 0x53, 0x53, 0x00, 0x54, 0x54, 0x54, 0x00, 0x55, 0x55, 0x55, 0x00, 0x56, 0x56,
    0x56, 0x00, 0x57, 0x57, 0x57, 0x00, 0x58, 0x58, 0x58, 0x00, 0x59, 0x59, 0x59, 0x00, 0x5a, 0x5a,
    0x5a, 0x00, 0x5b, 0x5b, 0x5b, 0x00, 0x5c, 0x5c, 0x5c, 0x00, 0x5d, 0x5d, 0x5d, 0x00, 0x5e, 0x5e,
    0x5e, 0x00, 0x5f, 0x5f, 0x5f, 0x00, 0x60, 0x60, 0x60, 0x00, 0x61, 0x61, 0x61, 0x00, 0x62, 0x62,
    0x62, 0x00, 0x63, 0x63, 0x63, 0x00, 0x64, 0x64, 0x64, 0x00, 0x65, 0x65, 0x65, 0x00, 0x66, 0x66,
    0x66, 0x00, 0x67, 0x67, 0x67, 0x00, 0x68, 0x68, 0x68, 0x00, 0x69, 0x69, 0x69, 0x00, 0x6a, 0x6a,
    0x6a, 0x00, 0x6b, 0x6b, 0x6b, 0x00, 0x6c, 0x6c, 0x6c, 0x00, 0x6d, 0x6d, 0x6d, 0x00, 0x6e, 0x6e,
    0x6e, 0x00, 0x6f, 0x6f, 0x6f, 0x00, 0x70, 0x70, 0x70, 0x00, 0x71, 0x71, 0x71, 0x00, 0x72, 0x72,
    0x72, 0x00, 0x73, 0x73, 0x73, 0x00, 0x74, 0x74, 0x74, 0x00, 0x75, 0x75, 0x75, 0x00, 0x76, 0x76,
    0x76, 0x00, 0x77, 0x77, 0x77, 0x00, 0x78, 0x78, 0x78, 0x00, 0x79, 0x79, 0x79, 0x00, 0x7a, 0x7a,
    0x7a, 0x00, 0x7b, 0x7b, 0x7b, 0x00, 0x7c, 0x7c, 0x7c, 0x00, 0x7d, 0x7d, 0x7d, 0x00, 0x7e, 0x7e,
    0x7e, 0x00, 0x7f, 0x7f, 0x7f, 0x00, 0x80, 0x80, 0x80, 0x00, 0x81, 0x81, 0x81, 0x00, 0x82, 0x82,
    0x82, 0x00, 0x83, 0x83, 0x83, 0x00, 0x84, 0x84, 0x84, 0x00, 0x85, 0x85, 0x85, 0x00, 0x86, 0x86,
    0x86, 0x00, 0x87, 0x87, 0x87, 0x00, 0x88, 0x88, 0x88, 0x00, 0x89, 0x89, 0x89, 0x00, 0x8a, 0x8a,
    0x8a, 0x00, 0x8b, 0x8b, 0x8b, 0x00, 0x8c, 0x8c, 0x8c, 0x00, 0x8d, 0x8d, 0x8d, 0x00, 0x8e, 0x8e,
    0x8e, 0x00, 0x8f, 0x8f, 0x8f, 0x00, 0x90, 0x90, 0x90, 0x00, 0x91, 0x91, 0x91, 0x00, 0x92, 0x92,
    0x92, 0x00, 0x93, 0x93, 0x93, 0x00, 0x94, 0x94, 0x94, 0x00, 0x95, 0x95, 0x95, 0x00, 0x96, 0x96,
    0x96, 0x00, 0x97, 0x97, 0x97, 0x00, 0x98, 0x98, 0x98, 0x00, 0x99, 0x99, 0x99, 0x00, 0x9a, 0x9a,
    0x9a, 0x00, 0x9b, 0x9b, 0x9b, 0x00, 0x9c, 0x9c, 0x9c, 0x00, 0x9d, 0x9d, 0x9d, 0x00, 0x9e, 0x9e,
    0x9e, 0x00, 0x9f, 0x9f, 0x9f, 0x00, 0xa0, 0xa0, 0xa0, 0x00, 0xa1, 0xa1, 0xa1, 0x00, 0xa2, 0xa2,
    0xa2, 0x00, 0xa3, 0xa3, 0xa3, 0x00, 0xa4, 0xa4, 0xa4, 0x00, 0xa5, 0xa5, 0xa5, 0x00, 0xa6, 0xa6,
    0xa6, 0x00, 0xa7, 0xa7, 0xa7, 0x00, 0xa8, 0xa8, 0xa8, 0x00, 0xa9, 0xa9, 0xa9, 0x00, 0xaa, 0xaa,
    0xaa, 0x00, 0xab, 0xab, 0xab, 0x00, 0xac, 0xac, 0xac, 0x00, 0xad, 0xad, 0xad, 0x00, 0xae, 0xae,
    0xae, 0x00, 0xaf, 0xaf, 0xaf, 0x00, 0xb0, 0xb0, 0xb0, 0x00, 0xb1, 0xb1, 0xb1, 0x00, 0xb2, 0xb2,
    0xb2, 0x00, 0xb3, 0xb3, 0xb3, 0x00, 0xb4, 0xb4, 0xb4, 0x00, 0xb5, 0xb5, 0xb5, 0x00, 0xb6, 0xb6,
    0xb6, 0x00, 0xb7, 0xb7, 0xb7, 0x00, 0xb8, 0xb8, 0xb8, 0x00, 0xb9, 0xb9, 0xb9, 0x00, 0xba, 0xba,
    0xba, 0x00, 0xbb, 0xbb, 0xbb, 0x00, 0xbc, 0xbc, 0xbc, 0x00, 0xbd, 0xbd, 0xbd, 0x00, 0xbe, 0xbe,
    0xbe, 0x00, 0xbf, 0xbf, 0xbf, 0x00, 0xc0, 0xc0, 0xc0, 0x00, 0xc1, 0xc1, 0xc1, 0x00, 0xc2, 0xc2,
    0xc2, 0x00, 0xc3, 0xc3, 0xc3, 0x00, 0xc4, 0xc4, 0xc4, 0x00, 0xc5, 0xc5, 0xc5, 0x00, 0xc6, 0xc6,
    0xc6, 0x00, 0xc7, 0xc7, 0xc7, 0x00, 0xc8, 0xc8, 0xc8, 0x00, 0xc9, 0xc9, 0xc9, 0x00, 0xca, 0xca,
    0xca, 0x00, 0xcb, 0xcb, 0xcb, 0x00, 0xcc, 0xcc, 0xcc, 0x00, 0xcd, 0xcd, 0xcd, 0x00, 0xce, 0xce,
    0xce, 0x00, 0xcf, 0xcf, 0xcf, 0x00, 0xd0, 0xd0, 0xd0, 0x00, 0xd1, 0xd1, 0xd1, 0x00, 0xd2, 0xd2,
    0xd2, 0x00, 0xd3, 0xd3, 0xd3, 0x00, 0xd4, 0xd4, 0xd4, 0x00, 0xd5, 0xd5, 0xd5, 0x00, 0xd6, 0xd6,
    0xd6, 0x00, 0xd7, 0xd7, 0xd7, 0x00, 0xd8, 0xd8, 0xd8, 0x00, 0xd9, 0xd9, 0xd9, 0x00, 0xda, 0xda,
    0xda, 0x00, 0xdb, 0xdb, 0xdb, 0x00, 0xdc, 0xdc, 0xdc, 0x00, 0xdd, 0xdd, 0xdd, 0x00, 0xde, 0xde,
    0xde, 0x00, 0xdf, 0xdf, 0xdf, 0x00, 0xe0, 0xe0, 0xe0, 0x00, 0xe1, 0xe1, 0xe1, 0x00, 0xe2, 0xe2,
    0xe2, 0x00, 0xe3, 0xe3, 0xe3, 0x00, 0xe4, 0xe4, 0xe4, 0x00, 0xe5, 0xe5, 0xe5, 0x00, 0xe6, 0xe6,
    0xe6, 0x00, 0xe7, 0xe7, 0xe7, 0x00, 0xe8, 0xe8, 0xe8, 0x00, 0xe9, 0xe9, 0xe9, 0x00, 0xea, 0xea,
    0xea, 0x00, 0xeb, 0xeb, 0xeb, 0x00, 0xec, 0xec, 0xec, 0x00, 0xed, 0xed, 0xed, 0x00, 0xee, 0xee,
    0xee, 0x00, 0xef, 0xef, 0xef, 0x00, 0xf0, 0xf0, 0xf0, 0x00, 0xf1, 0xf1, 0xf1, 0x00, 0xf2, 0xf2,
    0xf2, 0x00, 0xf3, 0xf3, 0xf3, 0x00, 0xf4, 0xf4, 0xf4, 0x00, 0xf5, 0xf5, 0xf5, 0x00, 0xf6, 0xf6,
    0xf6, 0x00, 0xf7, 0xf7, 0xf7, 0x00, 0xf8, 0xf8, 0xf8, 0x00, 0xf9, 0xf9, 0xf9, 0x00, 0xfa, 0xfa,
    0xfa, 0x00, 0xfb, 0xfb, 0xfb, 0x00, 0xfc, 0xfc, 0xfc, 0x00, 0xfd, 0xfd, 0xfd, 0x00, 0xfe, 0xfe,
    0xfe, 0x00, 0xff, 0xff, 0xff, 0x00
    BOOL APIENTRY DllMain( HANDLE hModule,
                           DWORD  ul_reason_for_call,
                           LPVOID lpReserved
        return TRUE;
    * Class:     BPUSBFinger200
    * Method:    getFeatureFromFingerReader200
    * Signature: (Ljava/lang/String;Ljava/lang/String;)[B
    JNIEXPORT void JNICALL Java_BPUSBFinger200_getFeatureFromFingerReader200
         (JNIEnv * env, jclass object, jstring imageFile, jstring featureFile) {
         unsigned char *image;
         unsigned char *feature;
         const char* imageFileName = env->GetStringUTFChars(imageFile, 0);
         const char* featureFileName = env->GetStringUTFChars(featureFile, 0);
         FILE* stream;
         image=(unsigned char*)calloc(BUFFERSIZE,sizeof(unsigned char));
         feature=(unsigned char*)calloc(FEATUREBUFFERSIZE,sizeof(unsigned char));
         stream=fopen(imageFileName,"wb");
         fwrite(&data[0],sizeof(char),FILEHEADSIZE,stream);
         fclose(stream);
         GetFeatureFromFingerReader200(image, feature); 
         stream=fopen(imageFileName,"a+b");
         fwrite(image,sizeof(char),BUFFERSIZE,stream);
         fclose(stream);
      /////store  the  features  into  the feature file;
         stream=fopen(featureFileName,"wb");
         fwrite(feature,sizeof(char),FEATUREBUFFERSIZE,stream);
         fclose(stream);
         env->ReleaseStringUTFChars(imageFile, imageFileName);
         env->ReleaseStringUTFChars(featureFile, featureFileName);
         free(image);
         free(feature);
    };VC++ 6 compiler did not give me any error making the BPUSBFinger200.dll.
    The problem occured when I run the java program.
    Here is the stack trace:
    java.lang.UnsatisfiedLinkError: G:\Java_Projects\bpusbfinger200\lib\BPUSBFinger200.dll: Can't find dependent libraries
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1485)
         at java.lang.Runtime.loadLibrary0(Runtime.java:788)
         at java.lang.System.loadLibrary(System.java:834)
         at com.ebs.bpusbfinger.BPUSBFinger200.<clinit>(BPUSBFinger200.java:7)
    Exception in thread "main"
    I have a sample program that was written in C++ by the manufacturer of the device "Finger Print Scanner", and the source code and all the project files in VC++ 6 was included. It ran very well. So I copied all the dll be it the ones that I needed or not to my lib/ dir, but my java program still didn't run.
    It looked to me like I was missing some dll, so I checked with vc++ 6 and located the "external dependencies" part at the file view browser, and found out three header files: "bpusb200finger.h", "jni.h", "jni_md.h" and "basetsd.h". Did that mean anything?
    I am sorry because this problem might have been solved by someone already, but I have tried searching the forum and tried the solution proposed by the community but I still can't get my java program works.
    Can someone help me? It is very urgent.....
    Thanks.
    Chris

    Thanks for the quick response.
    Yes, now I got it solved, but new exception caugnt:
    java.lang.UnsatisfiedLinkError: getFeatureFromFingerReader200
         at com.ebs.bpusbfinger.BPUSBFinger200.getFeatureFromFingerReader200(Native Method)
         at com.ebs.bpusbfinger.BPUSBFinger200.main(BPUSBFinger200.java:29)
    Exception in thread "main"
    here is the bpusb200finger.h:
    /*#ifndef __Bpusb200finger_h
    #define __bpusb200finger_h
    /* Revision Number 3.0.0.0 */
    /* ***** Copyright 2001-2002 BioPass, Inc. **********************/
    /* ***** All rights reserved. BioPass assumes no liability for **/
    /* ***** errors in any of the software it provides. ***************/
    #pragma once
    // VeriFinger ver3.3 version
    #define DLL_VER_33 MAKELONG(WORD(3),WORD(3))
    #define PASCAL      __stdcall
    #ifndef NULL
    #ifdef  __cplusplus
    #define NULL    0
    #else
    #define NULL    ((void *)0)
    #endif
    #endif
    #define  FALSE   0  
    #define  TRUE    1  
    typedef unsigned long  DWORD;
    typedef unsigned short  WORD; 
    typedef unsigned char BYTE;
    long PASCAL GetFeatureFromFingerReader200(unsigned char *Image, unsigned char *Feature); 
    long PASCAL CheckFingerPrintFeature(unsigned char *Feature1, unsigned char *Feature2, long iOperation);
    int  PASCAL  InitDevice ();
    int  PASCAL  SetValue(int  value);
    void  PASCAL  SettingVideoSource();
    void  PASCAL  SettingVideoFormat();
    long PASCAL  ASCIITOHEX(unsigned char * asciidata, unsigned char* hexdata);
    long PASCAL  HEXTOASCII(unsigned char *hexdata, unsigned char* asciidata);
    long PASCAL GetFeatureFromFingerReader200A(unsigned char *Image, unsigned char *Feature); 
    long PASCAL GetFeatureFromFingerReader200B(unsigned char *Image, unsigned char *Feature); 
    long PASCAL GetFeatureFromFingerReader200C(unsigned char *Image, unsigned char *Feature); 
    long PASCAL CheckFingerPrintFeatureA(unsigned char *Feature1, unsigned char *Feature2, long iOperation);
    long PASCAL CheckFingerPrintFeatureB(unsigned char *Feature1, unsigned char *Feature2, long iOperation);
    long PASCAL CheckFingerPrintFeatureC(unsigned char *Feature1, unsigned char *Feature2, long iOperation);
    long PASCAL GetFeatureFromFingerData(unsigned char *Image, unsigned char *Feature);
    long PASCAL GetFeatureFromFingerDataA(unsigned char *Image, unsigned char *Feature);   I din't think there was anything wrong in declaring my .h file and implementing my .cpp file, but it looks to me like the BPUSBFinger200.h has a problem.
    Please advice. I am beginner in JNI.
    Thanks.

  • App Builder won't install - have tried all recommended fixes but still fails

    Hi all,
    I have read the similar issues others have had installing app builder and tried the suggested fixes, but am still having trouble installing.
    I have downloaded the latest version of App Builder (32.4 I believe), and am running Mac OS X 10.7.5. When I try to install i get the error "Sorry, an error has occurred. The application could not be installed because the installer file is damaged. Try obtaining a new installer from the application author."
    Just out of interest, I tried installing the same file on another Mac (running OS X 10.10.2) and installed without issue. So the installer file would appear to be fine.
    According to the system requirements, my 10.7.5 system should support the install, so I am not sure what else to try.
    Thanks, Louise.

    Ok. Please call enterprise support for assistance with this then. You can find contact information by logging into http://digitalpublishing.acrobat.com/ and looking in the bottom middle of the screen.
    Neil

  • I tried it, but still failed

    dear ni engineer:
    reference#8287-GX2247, the device is not responding to the selected base address.
    after received your e-mail, i tried it again in my computer ,but the problem can not resolved, so i pulled it down and setup it in another computer, but the problem even serious ,after i setup LABview 6i and DAQ, and plug my DAQ care into it, the computer can not start because of keyboard failure. i am so curious about it, please help me online, thank you very much.
    yours sincerely liyongin.
    2001-10-25

    Liyongin,
    Thank you for contacting National Instruments. For these type of devices we need to make sure that we first assign DMA channels and IRQ's so that once we plug in the board, it already has resources available for it. As you can see, the installation might be kind of tricky because it is not a PCI board, but once the OS assigns resources, then the procedure is pretty straight forward.
    By the other hand, remember that if you are using Win 2000 or Win NT, you need to install the drivers being the administrator.
    Good luck with your application, and please let us know via web or phone (512-795 8248) how everything worked out for you.

  • Trying to update ACR to 7.3 but keeps failing

    Update keeps failing and telling me that Adobe application manager is faulty and needs to be reinstalled.  i have reinstalled it twice but still fails.
    teh computer is running Windows 7, procesoor i7, 8GB Ram.  I have made sure that Application Manager is running with administrator priveleges

    Ok yes you should be able to start with installing the Adobe Application Manager in that case.  So you will know right away if you are continuing to face installation difficulties.  If you do please also try running the CS Clean Tool.  You can find a download link and details for it's use at CS Cleaner Tool for installation problems | CCM, CS6, CS5.5, CS5, CS4, CS3 - http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html.

  • HT1998 Time machine no longer backs up.  It prepares for back up OK but then fails to complete.  The archive is still available.  Any ideas? Thanks

    Time machine no longer backs up.  It prepares for back up OK but then fails to complete.  The archive is still available.  Any ideas? Thanks

    Unfortunately, not much to go on here. There are any of  twenty different reasons why backups are not occurring, and no shortcuts that I know of to find out why.
    Work your way through Backup Failures in Pondini's excellent support document Time Machine --- Troubleshooting. 
    See C1 through C19.
    http://pondini.org/TM/Troubleshooting.html

  • TS1538 I have tried everything but I can't connect my iphone to my laptop. It says that apple mobile device failed to be installed. I have read everything on the internet and did everything but still am facing the same problem. Can you please help me.

    I have tried everything but I can't connect my iphone to my laptop. It says that apple mobile device failed to be installed. I have read everything on the internet and did everything but still am facing the same problem. Can you please help me.

    Again without stating the trouble shooting steps you have taken, its hard to direct you with any information.
    Try a different port on the computer.
    Does the iphone beep when u plug it up. ?
    Plug iphone into computer and give it 3 to 4 minutes to see if it connects and is running slow.,
    Delete the apple mobile device from your computer.
    Upgrade itunes to newest version.
    Is you USB cord defective ?
    Any USB 3.0 on your system ? .
    Delete or Disable  any antivirus program on your computer ?
    I will tell u the problem is your computer not the phone.
    We could do this for hours.

  • Iolo System Mechanic app failed and has caused FF not to act right - not loading buttons and some web pages to be a list instead of what the UI should look like.... I have reinstalled but still have the problem and not sure what to do

    Basically certain web pages are not loading proper since app Iolo System Mechanic failed. I have reinstalled FF but still not loading right. Buttons are not showing and some pages are in a list instead of the GUI view.

    I installed and uninstalled Firefox several times - finaly after I selected NOT to have Firefox as the default browser, the installation worked and pages loads correctly now! I made Firefox the default browser after the successful installation!

  • My facetime starts connecting then fails to make the call ? ive tried the swtiching face time off switching macbook off then switching it back on the logging back in to facetime but still no joys. any help ?

    my facetime starts connecting then fails to make the call ? ive tried the swtiching face time off switching macbook off then switching it back on the logging back in to facetime but still no joys. any help ?

    my facetime starts connecting then fails to make the call ? ive tried the swtiching face time off switching macbook off then switching it back on the logging back in to facetime but still no joys. any help ?

Maybe you are looking for

  • Vendor Master Duplication

    Hi All I need to make a setting where I dont want the vendor master data to be created more than once, and I want the deciding field to be the VAT Registration number {Field STCEG} from the vendor master. I have already set up a message to appear in

  • I chat 4 video quality is terrible!

    Can someone please help!I just switched over from a pc to macbook mac ox 10.5.1 expecting great video quality with i chat or skype but instead had to deal with error 8 messages in i chat after all the headaches of opening ports in my router, the audi

  • Dynamic URL in WAD

    Hi all, I created a web template in Web Application Designer 3.5, contains several table items from several InfoCubes (DataProviders). It should be the firs view for a user. Next to each table item I need to put a button (or a link) pointing to a dif

  • Problems with the scroll pill

    The flex app I am building necessitates that the scroll pill not stretch with window size. how does one do that?

  • [Solved]Fail to use wired connection, but can still use wireless.

    I had suspected the problem to be related to a recent package update from any time between 6/2 to 6/5, though the problem only started yesterday(6/6 in my time zone). I have already tried downgrading internet related packages that has recent upgrades