...... Strange  Issue sqldr and JOIN

Hi all
i am facing a strange problem
I have a table in which i had to relaod data from an excel file due to some reasons the previous data was unloaded.
I loaded the dta and tested, and it was all ok.
The data is loaded in a child table and checked , with foreign key, and it works well
But my JOIN is not working ..
the Primary and foreign key is STID,
this query is not working
select site.st_id,cellconfc.st_id from cellconfc,site
where site.st_id=cellconfc.st_id
These queries are working while run alone on each table
select site.st_id from site;
select cellconfc.st_id from cellconfc
and both are showing me correct sit ids..
Anybody with a solution to such a strange option...
Regards

ST_ID     ST_LONG     ST_LAT
MDKA2199     66.99663     24.9084
MDKA2200     67.04672     24.90231
MDKA2098     67.1244     24.91301
MDKA2099     67.12255     24.83339
MDKA2100     67.10282     24.83567
MDKA2101     67.13704     24.82655
MDKA2102     67.05833     24.78683
MDKA2103     67.02591     24.90909
MDKA2104     67.14759     24.83556
MDKA2105     67.19879     24.89039
MDKA2106     67.12336     24.82068
MDKA2107     67.16344     24.83062
MDKA2108     67.04725     24.92478
MDKA2109     67.166256     24.81788
MDKA2110     67.06462     24.88895
MDKA2111     67.04778     24.90665
GJ41573     "MDGJ4157"     CDU-G
GJ41581     "MNGJ4158"     CDU-J
GJ41582     "MNGJ4158"     CDU-J
GJ41583     "MNGJ4158     CDU-J
GJ41591     "MDGJ4159"     CDU-J
GJ41592     "MDGJ4159"     CDU-J
GJ41593     "MDGJ4159"     CDU-J
GJ41601     "MNGJ4160"     CDU-J
GJ41602     "MNGJ4160"     CDU-J
GJ41603     "MNGJ4160"     CDU-J
GJ41611     "MDGJ4161     CDU-J
GJ41612     "MDGJ4161"     CDU-J
GJ41613     "MDGJ4161"     CDU-J
GJ41621     "MNGJ4162"     CDU-J
GJ41622     "MNGJ4162"     CDU-J
GJ41623     "MNGJ4162"     CDU-J
GJ41631     "MDGJ4163"     CDU-J
GJ41632     "MDGJ4163"     CDU-J
GJ41633     "MDGJ4163"     CDU-J
GJ41641     "MDGJ4164"     CDU-J
GJ41642     "MDGJ4164"     CDU-J
GJ41643     "MDGJ4164"     CDU-J
GJ41651     "MNGJ4165"     CDU-J
These are the two tables.
Note that St_id is the primary key in upper table and foreing key in the below table.
There is anothe table .. which also contains... the same kind of data .. cell id and st_id ..
and it is working fine ..
Kindly reply early
Thnx alot for you kind help.
All the data has been loaded in my making tabl delimited file and then loading it into sqlloader
Regard

Similar Messages

  • Windows Vista and BPS0 - Strange issue

    I just got a new HP Pavilion laptop with Vista and I have a strange issue:
    All transactions work (SE80, RSA1, ...) except BPS0. The moment I enter TCode BPS0, I get completely logged out (all sessions). No error messages, no dumps. It just logs me out silently.
    Is this happening only to me?
    I use Windows Vista Home Premium edition and AMD Turion processor 64x2.
    Any suggestions appreciated.
    Thanks

    i too recently bought hp pavillion and my problem is i cant able to logon it gives me error of 10054, connection broken, can you tell me which things restrict me to log on. any settings are there to be performed. do mail me, i have been trying from 2 week my id is [email protected]

  • I am having strange issue with my apple tv...i set up pictures to scroll through to the tv using home sharing.  Now album covers are interspersed with my pictures.  I have been using apple tv for a while and never had this happen before

    I am having strange issue with my apple tv...i set up pictures to scroll through to the tv using home sharing.  Now album covers are interspersed with my pictures.  I have been using apple tv for a while and never had this happen before

    Are you watching this content though iCloud or though from iTunes on your local computer?  If it is from iCloud have you tried downloading the content to iTunes and watching it on ATV from that source to see if it still happens?  This is geerally a much more reliable way to view the content.  Easer to fast forward and rewind too.
    - I have a stable internet connection
    Clearlly you don't
    >(Ive tested on other devices)
    Which does not tell you anything about the specific connnection from ATV to iCloud.
    >I am able to stream Netflix problem free from my AppleTV without so much as a hicup
    Again which does not tell you anything about the specific connnection from ATV to iCloud.
    >- I am able to download the episodes to my phone, ipad, and computer without any issues
    Again which does not tell you anything about the specific connnection from ATV to iCloud.  It does remove your ISP throattly traffice as a possible cause though.  So that is good.
    Have you checked your wireless rounter?  Tried doing the factory restor on it?  Upgrading it's firmware?  Is it and or ATV getting extreamly hot when this problme happens?

  • Issue with recursive join and filter records

    I am having an issue with recursive join and filtering records for the following rules. The table, sample records, test script and rules are as below
    drop table PC_COVKEY_PD;
    create table PC_COVKEY_PD (
    PC_COVKEY varchar(50),
    COVERAGE_NUMBER varchar(3),
    SEQUENCE_ALPHA  varchar(3),
    TRANSACTION_TYPE varchar(3),
    COV_CHG_EFF_DATE date,
    TIMESTAMP_ENTERED timestamp
    delete from PC_COVKEY_PD;
    commit;
    Insert into PC_COVKEY_PD values ('10020335P8017MT0010012','001','001','02',to_date('01/FEB/2010','DD/MON/RRRR'),to_timestamp('02/JAN/2010 01:55:59.990216 AM','DD/MON/RRRR HH12:MI:SS.FF6 AM'));
    Insert into PC_COVKEY_PD values ('10020335P8017MT0050012','005','001','02',to_date('01/FEB/2010','DD/MON/RRRR'),to_timestamp('02/JAN/2010 01:56:00.268099 AM','DD/MON/RRRR HH12:MI:SS.FF6 AM'));
    Insert into PC_COVKEY_PD values ('10020335P8017MT0010032','001','003','03',to_date('14/JAN/2011','DD/MON/RRRR'),to_timestamp('14/JAN/2011 04:25:19.018217 PM','DD/MON/RRRR HH12:MI:SS.FF6 AM'));
    Insert into PC_COVKEY_PD values ('10020335P8017MT0010042','001','004','03',to_date('21/JAN/2011','DD/MON/RRRR'),to_timestamp('21/JAN/2011 04:00:31.719444 PM','DD/MON/RRRR HH12:MI:SS.FF6 AM'));
    Insert into PC_COVKEY_PD values ('10020335P8017MT0050022','005','002','03',to_date('21/JAN/2011','DD/MON/RRRR'),to_timestamp('21/JAN/2011 04:02:48.953594 PM','DD/MON/RRRR HH12:MI:SS.FF6 AM'));
    commit;
    --select * from PC_COVKEY_PD order by COV_CHG_EFF_DATE,TIMESTAMP_ENTERED;
    PC_COVKEY          COVERAGE_NUMBER     SEQUENCE_ALPHA     TRANSACTION_TYPE     COV_CHG_EFF_DATE     TIMESTAMP_ENTERED
    10020335P8017MT0010012          001     001                  02                          01/FEB/2010            02/JAN/2010 01:55:59.990216 AM
    10020335P8017MT0050012          005     001                  02                      01/FEB/2010            02/JAN/2010 01:56:00.268099 AM
    10020335P8017MT0010032          001     003                  03                      14/JAN/2011            14/JAN/2011 04:25:19.018217 PM
    10020335P8017MT0010042          001     004                  03                      21/JAN/2011            21/JAN/2011 04:00:31.719444 PM
    10020335P8017MT0050022          005     002                  03                      21/JAN/2011             21/JAN/2011 04:02:48.953594 PM
    */Rule;
    Every PC_COVKEY, query should recursively join and generate set of records depending on latest SEQUENCE_ALPHA for the coverage number at that point of time. For ex,
    for 10020335P8017MT0010042 (4 row) should generate 2 records
    1. 10020335P8017MT0010042001004 (PC_COVKEY || COVERAGE_NUMBER || latest SEQUENCE_ALPHA--004 for cover 001), SEQUENCE_ALPHA 001 for cover 001 is not the latest for 10020335P8017MT0010042.
    2. 10020335P8017MT0010042005001 (coverage number 005, and latest sequence alpha-001 for cover 005).
    SEQUENCE_ALPHA 002 for cover 005 is not the latest for 10020335P8017MT0010042 as it happened later stage.
    for 10020335P8017MT0050022 (5 row) should generate 2 records as
    1. 10020335P8017MT0050022001004 (PC_COVKEY || COVERAGE_NUMBER || latest SEQUENCE_ALPHA--004 for cover 001),
    2. 10020335P8017MT0010042005002 (coverage number 005, and latest sequence alpha-002 for cover 005)
    WITH SNAPSHOT_CVR_CTP as (
    SELECT pcd1.PC_COVKEY,
           pcd1.PC_COVKEY||pcd2.COVERAGE_NUMBER||pcd2.SEQUENCE_ALPHA as cov_key,
           pcd2.COVERAGE_NUMBER,
           pcd2.SEQUENCE_ALPHA,
           pcd2.COVERAGE_NUMBER||pcd2.SEQUENCE_ALPHA as CVRSEQ,
           max(pcd2.COVERAGE_NUMBER||pcd2.SEQUENCE_ALPHA) over (partition by pcd1.PC_COVKEY, pcd1.COVERAGE_NUMBER
           order by pcd2.COV_CHG_EFF_DATE, pcd2.TIMESTAMP_ENTERED) as MaxSeq,
           pcd2.COV_CHG_EFF_DATE,     
           pcd2.TIMESTAMP_ENTERED
    FROM
    PC_COVKEY_PD pcd1,
    PC_COVKEY_PD pcd2
    select * from SNAPSHOT_CVR_CTP SC
    WHERE sc.PC_COVKEY = '10020335P8017MT0010042'  -- 4 row
    --AND  COVERAGE_NUMBER||SC.MAXSEQ = COVERAGE_NUMBER||SEQUENCE_ALPHA
    ORDER BY TIMESTAMP_ENTERED
    PC_COVKEY     COV_KEY     COVERAGE_NUMBER     SEQUENCE_ALPHA     CVRSEQ          MAXSEQ     COV_CHG_EFF_DATE     TIMESTAMP_ENTERED
    10020335P8017MT0010042     10020335P8017MT0010042001001     001     001     001001     001001     01/FEB/2010     02/JAN/2010 01:55:59.990216 AM
    10020335P8017MT0010042     10020335P8017MT0010042005001     005     001     005001     005001     01/FEB/2010     02/JAN/2010 01:56:00.268099 AM
    10020335P8017MT0010042     10020335P8017MT0010042001003     001     003     001003     005001     14/JAN/2011     14/JAN/2011 04:25:19.018217 PM
    10020335P8017MT0010042     10020335P8017MT0010042001004     001     004     001004     005001     21/JAN/2011     21/JAN/2011 04:00:31.719444 PM
    10020335P8017MT0010042     10020335P8017MT0010042005002     005     002     005002     005002     21/JAN/2011     21/JAN/2011 04:02:48.953594 PM
    I am trying to filter row using MAXSEQ but at the moment MAXSEQ values are not coming as expected. I expect following value for COV_KEY combination
    COV_KEY                                         MAXSEQ
    10020335P8017MT0010042001001     001004
    10020335P8017MT0010042005001     005001 -- match
    10020335P8017MT0010042001003     001004
    10020335P8017MT0010042001004     001004 -- match
    10020335P8017MT0010042005002     005001Would appreciate if anyone can get MAxSEQ as expected.

    Something like..
    with dist_cov_numbers as
      select distinct coverage_number cov_number
      from PC_COVKEY_PD
    all_data as
      select pcd.*,d.cov_number new_coverage_number,
             max(decode(coverage_number,d.cov_number,sequence_alpha))
                  over( partition by d.cov_number
                        order by COV_CHG_EFF_DATE,TIMESTAMP_ENTERED
                                  ) max_seq
      from PC_COVKEY_PD pcd,dist_cov_numbers d
    select pc_covkey,pc_covkey||new_coverage_number||max_seq new_key,
           pc_covkey||coverage_number||sequence_alpha actual_key
    from all_data
    order by COV_CHG_EFF_DATE, TIMESTAMP_ENTERED;
    PC_COVKEY                   NEW_KEY                           ACTUAL_KEY                     
    10020335P8017MT0010012      10020335P8017MT0010012001001      10020335P8017MT0010012001001     
    10020335P8017MT0010012      10020335P8017MT0010012005         10020335P8017MT0010012001001     
    10020335P8017MT0050012      10020335P8017MT0050012001001      10020335P8017MT0050012005001     
    10020335P8017MT0050012      10020335P8017MT0050012005001      10020335P8017MT0050012005001     
    10020335P8017MT0010032      10020335P8017MT0010032001003      10020335P8017MT0010032001003     
    10020335P8017MT0010032      10020335P8017MT0010032005001      10020335P8017MT0010032001003     
    10020335P8017MT0010042      10020335P8017MT0010042005001      10020335P8017MT0010042001004     
    10020335P8017MT0010042      10020335P8017MT0010042001004      10020335P8017MT0010042001004     
    10020335P8017MT0050022      10020335P8017MT0050022005002      10020335P8017MT0050022005002     
    10020335P8017MT0050022      10020335P8017MT0050022001004      10020335P8017MT0050022005002 
    10 rows selected Edited by: jeneesh on Nov 22, 2012 10:54 AM

  • ACS 5.4 AD Join strange Issue

    Hi,
    We have two ACS boxes with the same software version (5.4.0.46.0a), we were able to join domain one ACS only and other ACS is given the attached error.
    When we checked "main-acs-01/admin# acs troubleshoot adcheck <domain-name>, it gave the same error for both ACS, however one ACS successfully joined to the domain and still other one failed.
    main-acs-01/admin# acs troubleshoot adcheck <domain-name
    This command is only for advanced troubleshooting and may incur a lot of network traffic
    Do you want to continue?  (yes/no) yes
    OSCHK    : Verify that this is a supported OS                          : Pass
    PATCH    : Linux patch check                                           : Pass
    PERL     : Verify perl is present and is a good version                : Pass
    SAMBA    : Inspecting Samba installation                               : Pass
    SPACECHK : Check if there is enough disk space in /var /usr /tmp       : Pass
    HOSTNAME : Verify hostname setting                                     : Pass
    NSHOSTS  : Check hosts line in /etc/nsswitch.conf                      : Pass
    DNSPROBE : Probe DNS server 172.24.1.1                                 : Pass
    DNSPROBE : Probe DNS server 172.24.1.2                                 : Pass
    DNSCHECK : Analyze basic health of DNS servers                         : Pass
    WHATSSH  : Is this an SSH that DirectControl works well with           : Pass
    SSH      : SSHD version and configuration                              : Note
             : You are running OpenSSH_5.3p1, CiscoSSL 0.9.8r.1.3.
    DOMNAME  : Check that the domain name is reasonable                    : Pass
    ADDC     : Find domain controllers in DNS                              : Pass
    ADDNS    : DNS lookup of DC xxxx.<domain-name>                     : Pass
    ADPORT   : Port scan of DC xxxx.<domain-name>                      : Pass
    ADDNS    : DNS lookup of DC xxxx.<domain-name>                    : Pass
    ADPORT   : Port scan of DC xxxx.<domain-name>                     : Pass
    ADDNS    : DNS lookup of DC xxxx.<domain-name>                     : Failed
             : Cannot resolve the IP address for xxxx.hmc.org.qa.
    ADDNS    : DNS lookup of DC xxxx.<domain-name>                     : Pass
    ADPORT   : Port scan of DC xxxx.<domain-name>                      : Pass
    ADDNS    : DNS lookup of DC xxxx.<domain-name>                  : Pass
    ADPORT   : Port scan of DC xxxx.<domain-name>                   : Pass
    ADDNS    : DNS lookup of DC xxxx.<domain-name>                    : Pass
    ADPORT   : Port scan of DC xxxx.<domain-name>                     : Warning
             : One or more ports failed to respond correctly. Either:
             :   a) the DC is offline
             :   b) a firewall is preventing access to a port
             : The following is a list of failed ports:
             :    ldap(389)/udp - timeout
             :    smb(445)/tcp - refused
             :    ldap(389)/tcp - refused
    ADDNS    : DNS lookup of DC xxxx.<domain-name>                       : Pass
    ADPORT   : Port scan of DC xxxx.<domain-name>                        : Pass
    ADDNS    : DNS lookup of DC xxxx.<domain-name>                       : Pass
    ADPORT   : Port scan of DC xxxx.<domain-name>                        : Pass
    ADDNS    : DNS lookup of DC xxxx.<domain-name>                          : Pass
    ADPORT   : Port scan of DC xxxx.<domain-name>                           : Pass
    ADDNS    : DNS lookup of DC xxxx.<domain-name>                   : Pass
    ADPORT   : Port scan of DC xxxx.<domain-name>                    : Pass
    ADDNS    : DNS lookup of DC xxxx.<domain-name>                     : Pass
    GCPORT   : Port scan of GC xxxx.<domain-name>                      : Pass
    ADDNS    : DNS lookup of DC xxxx.<domain-name>                    : Pass
    GCPORT   : Port scan of GC xxxx.<domain-name>                     : Pass
    ADDNS    : DNS lookup of DC xxxx.<domain-name>                     : Failed
             : Cannot resolve the IP address for airportdc1.<domain-name>.
    ADDNS    : DNS lookup of DC xxxx.<domain-name>                     : Pass
    GCPORT   : Port scan of GC xxxx.<domain-name>                      : Pass
    ADDNS    : DNS lookup of DC xxxx.<domain-name>                  : Pass
    GCPORT   : Port scan of GC xxxx.<domain-name>                   : Pass
    ADDNS    : DNS lookup of DC xxxx.<domain-name>                    : Pass
    GCPORT   : Port scan of GC xxxx.<domain-name>                     : Warning
             : One or more ports failed to respond correctly. Either:
             :   a) the GC is offline
             :   b) a firewall is preventing access to a port
             : The following is a list of failed ports:
             :    gc(3268)/tcp - refused
    ADDNS    : DNS lookup of DC xxxx.<domain-name>                       : Pass
    GCPORT   : Port scan of GC xxxx.<domain-name>                        : Pass
    ADDNS    : DNS lookup of DC xxxx.<domain-name>                       : Pass
    GCPORT   : Port scan of GC xxxx.<domain-name>                        : Pass
    ADDNS    : DNS lookup of DC xxxx.<domain-name>                          : Pass
    GCPORT   : Port scan of GC xxxx<domain-name>                           : Pass
    ADDNS    : DNS lookup of DC xxxx.<domain-name>                   : Pass
    GCPORT   : Port scan of GC xxxx.<domain-name>                    : Pass
    ADGC     : Check Global Catalog servers                                : Pass
    DCUP     : Check for operational DCs in <domain-name>                    : Pass
    SITEUP   : Check DCs for <domain-name>in our site                        : Pass
    DNSSYM   : Check DNS server symmetry                                   : Pass
    ADSITE   : Check that this machine's subnet is in a site known by AD   : Pass
    GSITE    : See if we think this is the correct site                    : Pass
    TIME     : Check clock synchronization                                 : Pass
    2 serious issues were encountered during check. These must be fixed before proceeding
    2 warnings were encountered during check. We recommend checking these before proceeding
    main-acs-01/admin#
    Has any one face this issue before and appreciate if someone can advise how to fix this.

    This was a known issue with ACS 5.3 however, we got this fixed in ACS 5.3 patch 7 and ACS 5.4
    Since you're running ACS 5.4, it should not trigger.
    CSCtx53223    After upgrade ACS 5.3 fail to join AD domain - missing Centrify license
    Symptom:
    After upgrading from 5.2 to 5.3, ACS fails to join the domain. AD connection worked for a few days, until the services were restarted. After that ACS fails to join AD with the following error message in ACSADAgent.log:
    Jan 20 02:36:32 CBR1BACS01 adjoin[6814]: DEBUG cli.adjoin Join to zone is only permitted with a licensed copy of DirectControl. Get a license or learn more about Centrify Suite at http://www.centrify.com/express
    Jan 20 02:36:32 CBR1BACS01 adjoin[6814]: DEBUG cli.adjoin Without a license, you may connect to a domain through Auto Zone by specifying adjoin -w Test.Test
    Conditions:
    Upgrade from 5.2 to 5.3. Restart the services later on.
    Workaround:
    Backup the ACS db and re-image the box to 5.3
    How did you upgrade to ACS 5.4
    1.] Upgraded from 5.3 to 5.4 using upgrade package.
    2.] reianged it with ACS 5.4 ISO and restored the ACS 5.3 database.
    I would suggest you to open a TAC case on this. Most likely you need reimage the server and restore the database if you had gone through with option 1.]
    ~BR
    Jatin Katyal
    **Do rate helpful posts**

  • Strange Issue With QIP 7100 STB and Sony Bravia TV

    I am having a strange issue with a 27" Sony Bravia Television connected to a Motorola QIP 7100 HD STB.When viewing a non HD channel the television input number display, resolution display, picture mode display and clock come on and off every few seconds. The issue stops when I tune in to an HD channel. If I return to a non HD channel the issue reappears. I am new to FIOS from Directv where I did not experience this. The television is connected to the STB via HDMI. Everything else seems fine except for picture stuttering that I am getting on all of televisions but I'll save that issue for a separate thread. I tried removing the TV remote to no avail and changing the batteries in both the FIOS and TV remote with no success either. This is a very annoying issue and I feel that it must be caused by the STB. I was wondering if anyone experienced anything similar to this and if they were able to correct the issue. I would greatly appreciate any assistance. Thank you and Happy New Year.   

    It is possible that your Sony doesn't support the mode the STB is set to for SD (some HDMI TV inputs don't support all formats that the STB can output).
    Have you tried going to the STB settings menu and under Video Settings played with the various options for 4:3 override?  This setting controls the STB output for SD and lets you set 480i, 480p, and OFF (also STRETCH at least on some firmware version).  In the OFF setting the STB upconverts your SD to whatever the HD resolution is set for - 1080i or 720p.
    Hope that solves your issue.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • Strange Issue with Guided Nav and filters

    Hi All,
    I am have a very strange issue with the guided navigation.
    I created an answer in BI and when I look at 'Display Results' in Answers everything shows up fine.
    SELECT LU_PRODUCT.MAJOR saw_0, case WHEN LU_ACCOUNT.TERMMATDATE BETWEEN current_date-1 AND current_date+29 then '30 Days' WHEN LU_ACCOUNT.TERMMATDATE BETWEEN current_date+30 AND current_date+59 then '60 Days' WHEN LU_ACCOUNT.TERMMATDATE BETWEEN current_date+60 AND current_date+89 then '90 Days' else ' > 90 Days' end saw_1, LU_ACCOUNT.ACCTNBR saw_2, FA_ACCTBAL.NOTEBAL saw_3, (FA_ACCTINT_RATEBAND.NOTEBALXINTRATE)/FA_ACCTINT_RATEBAND.NOTEBAL*100 saw_4, REPORT_SUM(saw_3 BY ), AGGREGATE(saw_4 BY ) FROM LDW WHERE (FA_ACCTBAL.EFFDATE = CURRENT_DATE-1) AND (FA_ACCTBAL.NOTEBAL > 0) AND *(LU_ACCOUNT.TERMMATDATE >= current_date-1) AND (LU_ACCOUNT.TERMMATDATE <= current_date+89)* ORDER BY saw_0, saw_1, saw_2
    Type=Report
    Report=/users/administrator/Loan Amounts By Maturity Dates - Drill 1
    But when I link to this answer via guided navigation the filter seems to change??
    SELECT LU_PRODUCT.MAJOR saw_0, case WHEN LU_ACCOUNT.TERMMATDATE BETWEEN current_date-1 AND current_date+29 then '30 Days' WHEN LU_ACCOUNT.TERMMATDATE BETWEEN current_date+30 AND current_date+59 then '60 Days' WHEN LU_ACCOUNT.TERMMATDATE BETWEEN current_date+60 AND current_date+89 then '90 Days' else ' > 90 Days' end saw_1, LU_ACCOUNT.ACCTNBR saw_2, FA_ACCTBAL.NOTEBAL saw_3, (FA_ACCTINT_RATEBAND.NOTEBALXINTRATE)/FA_ACCTINT_RATEBAND.NOTEBAL*100 saw_4, REPORT_SUM(saw_3 BY ), AGGREGATE(saw_4 BY ) FROM LDW WHERE (LU_PRODUCT.MAJOR = 'CML') AND (FA_ACCTBAL.EFFDATE = CURRENT_DATE-1) AND (FA_ACCTBAL.NOTEBAL > 0) AND *(LU_ACCOUNT.TERMMATDATE >= CURRENT_DATE-1) AND (LU_ACCOUNT.TERMMATDATE >= CURRENT_DATE-1)* ORDER BY saw_0, saw_1, saw_2
    Type=Report
    Dashboard=/users/administrator/_portal
    Dashboard Page=Loans Maturing
    Report=/users/administrator/Loan Amounts By Maturity Dates - Drill 1
    I am just it is going to the same report. Any ideas on why this is happening??
    Thanks

    Yes,
    these are simply two different reports, as you can see from the filters...

  • Strange issue with USB mouse and USB headset.

    Good day everyone.
    I was experiencing a rather strange issue with my mouse and headset(both USB).
    I am using KDE and ALSA, if that matters.
    They are working just fine, but sometimes, when I try to lower\raise volume, my mouse derps out. I can move it around, but I can't click on anything(sometimes though, I can click on stuff in window that was active before and sometimes only on KDE panel) until I re-plug my headset. Then, nothing can use my headset until I reboot.
    Anybody ever had that problem?

    I've had similar problems for some time now. Unfortunately, I don't know what the issue is either, but perhaps we can come up with some setup similarities and narrow it down. I have similar trouble with just alsa or with pulseaudio, so that's not it. It is unrelated to the DE, as it happened for me in both gnome 2 and xfce 4. It is not related to the machine either, as the same quirks occur in other machines with the same headset. I have had inconclusive results with downgrading to kernel26-lts, the ancient kernel. I thought at some point it messed up and I was sure the older kernel didnt help, but after trying recently-ish, I had no trouble for days -- until I found that I didn't have trouble on the main kernel either. ... then a few days later, it showed up again. Very irritating!
    https://bbs.archlinux.org/viewtopic.php?id=122475
    Does my old thread sound like your issue somewhat?
    Essentially, at times, if the headset (wireless) is changed into a different power state (unplugged/plugged) or the mic state is toggled (mute/unmute), things that could be clicked on normally cant unless theyre in the window already focused -- mostly.
    What headset are you using? 32 or 64 bit arch? Have you tried downgrading to kernel26-lts?

  • Strange issue, colors degrade and change by themselves!

    hi all,
    never encountered this issue before, and have gotten no where researching it. using illustrator cs4 on a mac.
    i set my document to RGB. i choose colors from the drop down menus at the top left of the screen. later on (a day or so, with multiple saves in between) the colors i have chosen all start to turn dark and grayish. even the color swatches in the drop down menu all start to change to dark gray tones.
    does anybody have any idea whats going on? below is the before and after of the color drop down.
    thanks!

    The color settings are not set to defaults as the default for RGB is sRGB. You had to have changed the RGB profile to something like a paper profile
    as is the case in this screenshot does the color palette in the screenshot remind you of anything yu have experienced?
    I can easily produce the similar results you see.

  • Strange issue with WEBI schedule Report

    Hi All,
    I have a strange issue with schedule WEBI reports, a schedule report runs for Hours , i reschedule it again by deleting the instance and the schedule report never got succeed even after running for hours.
    Any idea???
    regards

    Hi Manoj,
    1. Try to put some filters in the report and then run the report. if it takes less time, then probably your query is fetching very    large data.
    2. MDX query error may be the reason , this error come when a query runs endless, please try running the query 2-3 times, or when load on server is less.
    Hope this will help,
    Anamika.

  • Files transferred to external HD end up in trash - very strange issue

    Hi,
    I seem to be having a very strange issue, hopefully somebody can help or has seen this before.
    Hardware: MacBook Air, Western Digital Passport external HD, 250gb, formatted NTFS.
    Software: OSX 10.7 Lion, Paragon (allows me to write to an NTFS formatted HD)
    Issue Summary: I copy something to the external HD; I empty trash; the file I copied is deleted from the external HD. It doesn't happen every time.
    I do also seem to have a persistent folder in trash called "WD Sync Data" that won't go away unless I re-delete it as it's also in the root of the drive. Not sure if this is related somehow.
    Recently I copied 3 video files inside a folder to the HD, then disconnected the HD. When I reconnected it a while later and noticed that inside the "WD Sync Data" folder in trash were the 3 files I'd copied. I then looked inside the same folder on the root of the drive and the files were there, instead of inside the folder that I'd copied to the drive, which had vanished. If I hadn't noticed and had emptied the trash, those files would've been deleted.
    It's definitely happened more than once; last time I actually deleted the files from my computer after copying, then emptied trash, and they were gone from the external HD also.
    I've only found one person who seemed to be experiencing a similar problem back in 2010. It sounds similar though it could've been user error: http://www.mac-forums.com/forums/apple-notebooks/188224-weird-external-hard-driv e-trash-problem-help-please.html
    Has anyone experienced this or have any suggestions?

    Quick update: I ran a verify then a repair in Disk Utility as there were a couple of errors. Hopefully this has solved the issue, however it'd still be interesting to know if anyone's come across this before and what caused it?

  • Oracle Identity Manager 9.1.0.2 & WebLogic Strange Issue

    Hello,
    I am running OIM 9.1.0.2 (new installation) and WebLogic 10.3.3 in a clustered environment. I am having a strange issue where the resolution is eluding me.
    This install is running on Windows 2008 x64 Standard and using the x64 JRockit Java.
    What's happening is when I configure the managed server to run as a windows service, OIM isn't detected on the server. I can bring up xlWebApp but an unable to log into that or the Design Console. When launching the Diagnostic Dashboard it statest that OIM isn't installed.
    If I stop the service and log into WebLogic and start the managed server from within the Admin Console in WebLogic, everything works just fine.
    Any thoughts on how to troubleshoot this and ultimately resolve this? The service correct startes the managed server as I can watch it start up in the admin console but when it starts that way, OIM isn't detected. Very odd.
    Thanks,
    Andrew

    Oracle confirmed with us that it is certified for 10.3.3 though it may not be published yet.
    At any rate I figured out the problem today. The script I used to create the service was missing the JAVA_OPTIONS section from the xlStartManagedServer.cmd file. Once I added that and re-created the service, all is well.
    Thanks

  • Strange issue with RAM upgrade: It works but it doesn't! Please help.

    Hello Everyone,
    I have a very strange issue with my iMac since upgrading my RAM from 4 to 12 gig. When I first installed the new RAM it booted up and ran great. The next time I went to boot the iMac up it swtiched on but didn't get as far as the first white boot up screen. I tried turning it off and on a few times using the power on/off button but still no success. I decided to remove the RAM and reseat it. The computer then booted up again fine. Here's the problem though: when I went to switch my iMac on the next day it wouldn't boot up. Again, I took the RAM out and put it back in and the iMac booted up fine. I've checked the status of the RAM in the system profiler and it reports that everything is OK. So, I'm at a loss. Obviously, I don't want to go through this process every time I want to start up my Mac. Any ideas/solutions would be very gratefully received.
    Many thanks in advance.

    I completely agree with you. It will be one of the 3 issues you outline. The machine was bought brand new and has never given me a problem. It is just the introduction of the new RAM that has started a problem. However, I did just risk a restart and it booted up fine. I don't know if a restart is any different to shutting down and then pressing the on/off button to start the computer. Maybe my last reseating has done the trick or maybe my thinking is flawed because restarting involves a different process to booting up by pressing the on/off button. I don't know.
    In the part of the world I'm sitting in it's night time now so I will leave the diagnostics running and check the results in the morning. I hope the issue is now resolved anyway. This sort of thing takes me back to my dark PC days although in this case I know it's probably not the Mac's fault.
    Thanks again. Very much appreciated.

  • Strange issue with rights of account, used by SSIS (Foreach Loop Container does not return file names without Admin rights on server)

    Hello everyone.
    Faced very strange issue with account, which is used to run SSIS package.
    The specific package uses Foreach Loop Container to retrieve file names within the specified folder, and put them into Import file task.
    The package is set up to run under specific service account. This service account is given all permissions (Full control) to the folder where source files reside.
    So the issue is: SSIS package fails to execute this task (Foreach Loop Container and then Import), and shows that no files are found in the directory (although files ARE there).
    Once we're adding the service account into local Administrators group on the SQL Server, it works! Removing - does not work again. We cannot leave the service account as SQL server's admin as it's prohibited by our IT policies, and is just a bad practice.
    Any ideas, please? 
    MCP

    Here's the real log output:
    Date 16.04.2014 12:47:09
    Log Job History (RU-BW: Update)
    Step ID 1
    Server Server
    Job Name RU-BW: Update
    Step Name bw_import_cust_master_data
    Duration 00:00:02
    Sql Severity 0
    Sql Message ID 0
    Operator Emailed
    Operator Net sent
    Operator Paged
    Retries Attempted 0
    Message
    Executed as user: service_account Microsoft (R) SQL Server Execute Package Utility  Version 10.50.4286.0 for 64-bit  Copyright (C) Microsoft Corporation 2010. All rights reserved.    Started:  12:47:09  Error: 2014-04-16 12:47:11.45
        Code: 0xC0202070     Source: bw_import_cust_master_data Connection manager "Input"     Description: The file name property is not valid. The file name is a device or contains invalid characters.  End Error  Error:
    2014-04-16 12:47:11.47     Code: 0xC0202070     Source: bw_import_cust_master_data Connection manager "Input"     Description: The file name property is not valid. The file name is a device or contains invalid characters.  End
    Error  Error: 2014-04-16 12:47:11.48     Code: 0xC0202070     Source: bw_import_cust_master_data Connection manager "Input"     Description: The file name property is not valid. The file name is a device or contains invalid
    characters.  End Error  Error: 2014-04-16 12:47:11.48     Code: 0xC020207E     Source: Import file Flat File Source [1]     Description: The file name is not valid. The file name is a device or contains invalid characters.
     End Error  Error: 2014-04-16 12:47:11.48     Code: 0xC004701A     Source: Import file SSIS.Pipeline     Description: component "Flat File Source" (1) failed the pre-execute phase and returned error code 0xC020207E.
     End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  12:47:09  Finished: 12:47:11  Elapsed:  2.324 seconds.  The package execution failed.  The step failed.
    MCP

  • Strange issue in custom Success/Failure captions

    Hi,
    I have a strange issue in my custom Success/Failure caption. If I use 'S' letter in my customized caption .bmp file, it is not showing properly in the captivate. Attached file is for your reference. I tried converting text into image in photoshop, still it shows the same thing. Any thoughts??
    Thanks in Advance,
    -Ajay

    OK.  That's what I thought.
    So what I think is going on here is due to the way Captivate assembles text captions that can stretch to any size based on the component images.  I think your corner image that contains the text is being stretched right at the point where the S character is located on the end of Congratulations.  Captivate is achieving the resizable text caption by repeating the last few pixels of each background image.
    If you want to test my theory, just make your Congratulations text slightly shorter (use a condensed font or make the font size smaller) and I think your issue will go away.

Maybe you are looking for

  • How do i put a moovie on my ipod touch

    How do i put a moovie on my ipod touch? do i have to use a speacial program or sumthing?

  • Two Main process and a common sub flow

    Hi I am having Two Process namely Process 1 with Role 1 Process 2 with Role 2 and a sub Process 3 is common to above both Process. My problem is When i was trying to create a Process 3 in BPM studio by default it it is creating in Default Automatic R

  • Show validation X besign fields if validation at entity level failed

    Hi, We are doing all validation at the entity level by throwing sth like the following when a condition mandatory field is not filled in (i.e we override the validateEntity method). <pre> return new AttrSetValException(MetaObjectBase.TYP_ATTRIBUTE, O

  • Ovi Suite Crash during Calendar Sync

    Hi, I previously used the latest PCSuite and Sync (7.1.40.1) to sync my calendar and contacts over Bluetooth. I installed Ovi Suite 2.0.35. Contacts sync OK but Calendar sync crashes Ovi Suite. The complete environment details is: Nokia Ovi Suite 2.0

  • Iphoto pictures

    Question on Iphoto, can you resize and optimize a picture and then post iton a web site, thx