Recording AVI for 30 seconds with compression filter

Hi there,
It seems to me that I have a problem. The problem contains to film a movie for 30 seconds with 30 fps. Without compression filter everything goes quite right. But with a compression filter the record time is a disaster.
If I read this page http://digital.ni.com/public.nsf/allkb/0A4D5BF47FD3FF0186256E9A004FD671 it's quite obvious to me what the problem is: The average write time.
After reading this I adjust the frame rate. So the play time (when you play the avi) and the the recorded time (time that you actually filmed) are the same. But I believe this is not the right solution.
Could anyone help me with this problem?
I use Labview 2009 with Vision Acquisition
Thank you in advance

Hi there,
When you use a compression filter, your PC have to process every frame that you acquire.
Depending on your image size, image type (color or mono) and your CPU performance, you will increase time needed between each acquired frame.
Try different codec. But keep in mind that some only work on color images and some on mono images or both.
You will find a VI that list all the codec installed on your computer.
The frame rate you mentionned when you create an AVI is only an indication for the playback. It doesn't help.
Hope this helps

Similar Messages

  • How to caculate the records count for a measurement with a filter?

    I have a fact table which add relationship to a datetime dimension. I create a measurement based on the fact table, like [MeasureA]. I want to calculate the record counts of [measureA] of today, how to write the mdx query? Thanks!

    Hi Lavandula,
    According to your description, you want to calculate the numbers of the record of a measure for a specific day, right? In this case, you can use
    Count function which returns the number of cells in a set to achieve you requirement. Here is a sample query on Adventure Works for your reference.
    WITH
    MEMBER [Measures].[SetCount] AS
    COUNT([Product].[Product].[Product].Members)
    SELECT
    {[Measures].[SetCount]} ON COLUMNS
    FROM
    [Adventure Works]
    Besides, if you want to count the cell numbers with a condition, you can use
    Filter funtion inside the Count function.
    WITH MEMBER [Measures].[High Volume Products Count] AS
    Count(Filter([Product].[Product].[Product], [Measures].[Internet Order Quantity] > 5))
    SELECT [Customer].[Customer Geography].[Country] ON 0
    , [Date].[Calendar].[Date].MEMBERS ON 1
    FROM [Adventure Works]
    WHERE [Measures].[High Volume Products Count]
    Regards,
    Charlie Liao
    TechNet Community Support

  • Airport Express will not stop flashing amber light; Reset multiple times; Works for a second with green light and then resumes flashing amber

    I bought an Airport Express to extend my Airport Extreme about a month ago. It worked great until 2 weeks ago it started flashing amber. I reset it and set it up via airport utility and it would work for a little while, with great connection, and then it resumes the flashing amber light. Here is the error message:
    "This AirPort base station was unable to extend the wireless network. Make sure the wireless network you're trying to extend was set up and is working correctly, that you entered a matching wireless network password into this device, and that this device is in range of the wireless network."
    The Airport Extreme is in working condition, in range, and entered in correctly. I do not understand how it can work great for a second and then stop.
    Thanks!

    Power off both the AirPort Extreme and AirPort Express
    Wait a few minutes
    Power up the AirPort Extreme, and let it run a few minutes
    Then, power up the AirPort Express
    If you continue to have difficulty, ask Apple to replace the AirPort Express.

  • Can record audio for 10 seconds then stops

    I have just put a new mobo in my agp G4 and the audio in jack seems to have a problem . I can get it to work but for only 10 seconds at a time. It will record but then stop and start again in 10 seconds. The audio out works fine no problem with that.
    I've never had his happen before. Is there a fix for this?
    thanks
    Tony B
    G4 power mac 1GHz w/sonnet upgrade   Mac OS X (10.3.9)  

    Had to reinstall the os and that fixed the problem.

  • Group Record Number for consecutive Rows with same value.

    I have following Data in TEST table
    END_DATE      HOURS
    ====================
    8/30/2012     20
    7/30/2012     30
    7/1/2012 30     
    6/30/2012     20
    5/30/2012     20
    5/1/2012     20
    I would like to get the following result (GRP_REC_NUM column)
    END_DATE      HOURS GRP_REC_NUM
    ============================
    8/30/2012     20 1
    7/30/2012     30 1
    7/1/2012 30     2
    6/30/2012     20 1 *<<----- This should reset back to 1*
    5/30/2012     20 2
    5/1/2012     20 3
    Thanks
    slokam

    slokam wrote:
    I would like to get the following result (GRP_REC_NUM column)
    END_DATE      HOURS GRP_REC_NUM
    ============================
    8/30/2012     20 1
    7/30/2012     30 1
    7/1/2012 30     2
    6/30/2012     20 1 *<<----- This should reset back to 1*
    5/30/2012     20 2
    5/1/2012     20 3
    I could not understand why 5/30/2012 has the Rec_num column as 2. According to my understanding, you are trying to assign Ranks to each of the Dates. And if it is so, then 7/1/2012 should have GROUP_REC_NUM as 1 and 7/30/2012 as 2.
    Since, it is not clear about the logic to assign ranks, it will be helpful (for you as well as us) if you can elaborate the logic.
    Below is probably what you need.
    with data as
    select to_date('08/30/2012', 'MM/DD/YYYY') dt, 20 hrs from dual union all
    select to_date('07/30/2012', 'MM/DD/YYYY') dt, 30 hrs from dual union all
    select to_date('07/1/2012', 'MM/DD/YYYY') dt, 30 hrs from dual union all
    select to_date('06/30/2012', 'MM/DD/YYYY') dt, 20 hrs from dual union all
    select to_date('05/30/2012', 'MM/DD/YYYY') dt, 20 hrs from dual union all
    select to_date('05/1/2012', 'MM/DD/YYYY') dt, 20 hrs from dual
    select dt, hrs,
           dense_rank() over (partition by to_char(dt, 'MM') order by dt) rn
      from data
    order by dt;
    DT                        HRS                    RN                    
    01-MAY-12                 20                     1                     
    30-MAY-12                 20                     2                     
    30-JUN-12                 20                     1                     
    01-JUL-12                 30                     1                     
    30-JUL-12                 30                     2                     
    30-AUG-12                 20                     1

  • Weblogic.rjvm.PeerGoneException: No message was received for: '240' seconds with WLS 7.0

    I've got an EJB application which, at one stage, has to go off and import a lot
    of data from another external application. A java client is triggering this execution.
    I've updated the Transaction timeout setting and Stuck Thread timeout setting
    on the server. But the client is still getting a weblogic.rjvm.PeerGoneException.
    I've found a previous message which talks about updating either the weblogic.system.periodLength
    property on the server or the weblogic.system.idlePeriodsUntilTimeout on the client.
    However, the thread was referring to older versions of WLS (5 & 6). Is this
    still a valid approach for WLS 7.0? I couldn't find the weblogic.properties file
    on the server, and if I try to use the client system property, my client doesn't
    start.
    If anyone has any guidance on this, I would be very grateful.
    Thanks,
    Ed

    Hello Ed,
    It appears that the config.dtd is bundled in the weblogic.jar archive. I don't
    believe that the exact location of the DTD/Schema is specified at the top of the
    config.xml file. I hope that you are able to figure out how to solve your problem.
    Perhaps you could investigate the issue further with a BEA Engineer.
    Take care,
    Ryan LeCompte
    [email protected]
    http://www.louisiana.edu/~rml7669
    "Ed Hillmann" <[email protected]> wrote:
    >
    Thanks for the help, Ryan. What is the address for the config.xml Schema/DTD?
    It doesn't appear in the file.
    That JTA settings is already handled. This error doesn't seem to be
    due to a
    Transaction being left open (I believe it spits out another exception).
    Thanks,
    Ed
    "Ryan LeCompte" <[email protected]> wrote:
    Hello Ed,
    I am not very familiar with this particular error, but I did a bit of
    research
    and it appears that most of these kinds of issues occured in the WLS
    5/6 days
    (as you mentioned, various parameters are set in the weblogic.properties
    file).
    However, weblogic.properties is not really used in WLS 6+. There isa
    document
    describing how to convert the old weblogic.properties to the currently
    used config.xml
    file:
    http://edocs.bea.com/wls/docs70/ConsoleHelp/conversion.html
    Also, you may wish to look at the DTD for the config.xml file, as you
    may find
    various parameters that you can set which may help solve your problem
    (for example):
    http://edocs.bea.com/wls/docs70/config_xml/JTA.html#536936
    There is a TimeoutSeconds parameter which defaults to 30. You may try
    changing
    this value.
    Hope this helps!
    Best regards,
    Ryan LeCompte
    [email protected]
    http://www.louisiana.edu/~rml7669
    Try adding the -classic parameter along with the other parameters in
    the startWebLogic.cmd
    file (with the other parameters for remot debugging).

  • Server 2012 R2 - The system failed to register host (A or AAAA) resource records (RRs) for network adapter

    We seem to be having an issue recently after introducing new Windows Server 2012 R2 servers where they fail to register DNS correctly. The Windows Firewall is off and the servers are on the same VLAN with no firewalls between them.
    When I do an ipconfig /registerdns or wait 24 hours for the system to try we get the following error:
    The system failed to register host (A or AAAA) resource records (RRs) for network adapter
    with settings:
               Adapter Name : {4A0ECF05-193F-4BEA-AA46-BEC593BA752B}
               Host Name : SRV-DATA
               Primary Domain Suffix : internal.local
               DNS server list :
    192.168.0.50, 192.168.0.42
               Sent update to server : <?>
               IP Address(es) :
                 192.168.0.99
    The reason the system could not register these RRs was because the DNS server contacted refused the update request. The reasons for this might be (a) you are not allowed to update the specified DNS domain name, or (b) because the DNS server authoritative
    for this name does not support the DNS dynamic update protocol.
    To register the DNS host (A or AAAA) resource records using the specific DNS domain name and IP addresses for this adapter, contact your DNS server or network systems administrator.
    On our DNS server we have set for the internal.local zone Secure Updates only so that looks good because it is Active Directory that should be handling this authentication to update the record I assume. Just to mention that when also doing an ipconfig /regsiterdns
    the update fails within a few seconds. 
    Source: DNS Clients Events
    Event ID: 8018
    User: NETWORK SERVICE
    This issue is only affecting Windows Server 2012 R2 clients and testing with Windows Server 2008 R2 clients works no issues. So is this a mis-configuration or a bug with Windows 2012 R2? I have checked all DNS settings on client / server which all look good
    to me so reaching out now to see if anyone has any ideas?
    Environment:
    - Windows Server 2012 R2 Domain Controllers (Forest/Domain Levels 2012 R2)
    - Windows Server 2012 R2 Client machines (Physical and Virtual)
    - Windows Server 2008 R2 Client machines (Physical and Virtual)

    The zone is configured as "Secure Only"
    The PDC is the SOA for the zone
    I dont have a packet capture from the DC, only the client. 
    The query you asked me to run is too long to paste in here, however this is the DNS zone it cannot update:
    NotifyServers                     : 
    SecondaryServers                  : {10.2.0.3, 10.2.0.5}
    AllowedDcForNsRecordsAutoCreation : 
    DistinguishedName                 : DC=internal.local,cn=MicrosoftDNS,DC=ForestDnsZones,DC=internal,DC=local
    IsAutoCreated                     : False
    IsDsIntegrated                    : True
    IsPaused                          : False
    IsReadOnly                        : False
    IsReverseLookupZone               : False
    IsShutdown                        : False
    ZoneName                          : internal.local
    ZoneType                          : Primary
    DirectoryPartitionName            : ForestDnsZones.internal.local
    DynamicUpdate                     : Secure
    IsPluginEnabled                   : False
    IsSigned                          : False
    IsWinsEnabled                     : False
    Notify                            : NoNotify
    ReplicationScope                  : Forest
    SecureSecondaries                 : TransferToSecureServers
    ZoneFile                          : 
    PSComputerName                    : 
    CimClass                          : root/Microsoft/Windows/DNS:DnsServerPrimaryZone
    CimInstanceProperties             : {DistinguishedName, IsAutoCreated, IsDsIntegrated, IsPaused...}
    CimSystemProperties               : Microsoft.Management.Infrastructure.CimSystemProperties

  • Dreamweaver (CS 6 12.2) freezes while saving for 1 second

    After the last Update Dreamweaver freezes for one second (with blue Spinner) while saving files. I cant do something, until the spinner disappears.
    Why does saving a textfile take so long in the new version?  Is this a bug? If yes: Is it possible to install older versions of Dreamweaver again? I have a CC Subscription.

    Not sure why that would happen. I don't see the same thing here. You could try uninstalling and reinstalling. IIRC, you should get 13.0 again on a fresh install.
    You can also have DWCS6 and DWCC installed at the same time (they just can't be used at the same time) if you are a subscriber. You can follow the instructions here to get it: http://helpx.adobe.com/creative-cloud/kb/download-previous-versions-creative-applications. html

  • Vis for recording AVI with audio in LabViEW--d​ownload available

    Hi,
    for people asking for recording avi file with sound,
    here we go. The IVision-AudioPlus is available. You can
    record live video(or processed images) into avi file
    with the audio from the sound card or DV stream for DV
    camcorder or convert other movie files(such as mpeg
    file) into AVI file with selectable compression for
    video and audio. Plus the newest version of IVision 1.3 and AudioPlus is available for download for a full feature evalutation at:
    http://www.hytekautomation.com/products.html
    Irene He

    Hi,
    for people asking for recording avi file with sound,
    here we go. The IVision-AudioPlus is available. You can
    record live video(or processed images) into avi file
    with the audio from the sound card or DV stream for DV
    camcorder or convert other movie files(such as mpeg
    file) into AVI file with selectable compression for
    video and audio. Plus the newest version of IVision 1.3 and AudioPlus is available for download for a full feature evalutation at:
    http://www.hytekautomation.com/products.html
    Irene He

  • Mapping problem with compressed key update record

    Hi, could you please advise?
    I'm getting the following problem:
    About a week ago replicat abened with "Error in mapping" error. I found in discard file some record looking like:
    filed1 = NULL
    field2 =
    field3 =
    field4 =
    field5 =
    datefield = -04-09 00:00:00
    field6 =
    field8 =
    field9 = NULL
    field10 =
    Where filed9 = @GETENV("GGHEADER", "COMMITTIMESTAM"), field10 = = @GETENV("GGHEADER", "COMMITTIMESTAM"), others are table fields mapped by USEDEFAULTS
    So I got Mapping problem with compressed key update record at 2012-06-01 15:44
    I guess I need to mention that extract failed in 5 minuts before it with: VAM function VAMRead returned unexpected result: error 600 - VAM Client Report <[CFileInfo::Read] Timeout expired after 10 retries with 1000 ms delay, waiting to read transaction log or backup files. To increase the number of retries, use SETENV (GGS_CacheRetryCount = n) in Extract parameter file. To control retry delay time, use SETENV (GGS_CacheRetryDelay = n). handle: 0000000000000398 ReadFile GetLastError:997 Wait GetLastError:997>.
    I don't know if it has ther same source as data corruption, could you tell me if it is?
    Well, I created new extract, starting 2012-06-01 15:30 to check if there was something with extract at the time, but got the same error.
    If I run extract beging at 15:52 it starts and works.
    But well, I got another one today. Data didn't look that bad, but yet one column came with null value:( And I'm using it as a key column, so I got Mapping problem with compressed key update record again:(
    I'm replicating from SQL Server 2008 to Oracle 11g.
    I'm actually using NOCOMPRESSUPDATES in Extract.
    CDC is enabled for all tables replicated. The only thing is that it is enabled not by ADD TRANDATA command, but by SQL Server sys.sp_cdc_enable_table, does it matter?
    Could you please advise why does it happen?

    Well, the problem begins somewhere in extract or before extract, may be in transaction log, I don't know:(
    Here are extract parameters:
    EXTRACT ETCHECK
    TRANLOGOPTIONS MANAGESECONDARYTRUNCATIONPOINT
    SOURCEDB TEST, USERID **, PASSWORD *****
    exttrail ./dirdat/ec
    NOCOMPRESSUPDATES
    NOCOMPRESSDELETES
    TABLE tst.table1, COLS (field1, field2, field3, field4, field5, field6, field7, field8 );
    TABLE tst.table2, COLS (field1, field2, field3, field4 );
    Data pump:
    EXTRACT DTCHECK
    SOURCEDB TEST, USERID **, PASSWORD *****
    RMTHOST ***, MGRPORT 7809
    RMTTRAIL ./dirdat/dc
    TABLE tst.table1;
    TABLE tst.table2;
    Replicat:
    REPLICAT rtcheck
    USERID tst, PASSWORD ***
    DISCARDFILE ./dirrpt/rtcheck.txt, PURGE
    SOURCEDEFS ./dirdef/sourcei.def
    HANDLECOLLISIONS
    UPDATEDELETES
    MAP tst.table1, t.table1, COLMAP (USEDEFAULTS , filed9 = @GETENV("GGHEADER", "COMMITTIMESTAMP"), filed10= @CASE(@GETENV("GGHEADER", "OPTYPE"), "SQL COMPUPDATE", "U", "PK UPDATE", "U",@GETENV("GGHEADER", "OPTYPE")) ), KEYCOLS (field3);
    MAP dbo.TPROCPERIODCONFIRMSTAV, TARGET R_019_000001.TPROCPERIODCONFIRMSTAV, COLMAP (USEDEFAULTS , field5 = @GETENV("GGHEADER", "COMMITTIMESTAMP"), filed6= @CASE(@GETENV("GGHEADER", "OPTYPE"), "SQL COMPUPDATE", "U", "PK UPDATE", "U",@GETENV("GGHEADER", "OPTYPE")) ), KEYCOLS (filed1, field2, field3);
    Rpt file for replicat:
    Oracle GoldenGate Delivery for Oracle
    Version 11.1.1.1 OGGCORE_11.1.1_PLATFORMS_110421.2040
    Windows x64 (optimized), Oracle 11g on Apr 22 2011 00:34:07
    Copyright (C) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
    Starting at 2012-06-05 12:49:38
    Operating System Version:
    Microsoft Windows Server 2008 R2 , on x64
    Version 6.1 (Build 7601: Service Pack 1)
    Process id: 2264
    Description:
    ** Running with the following parameters **
    REPLICAT rtcheck
    USERID tst, PASSWORD ***
    DISCARDFILE ./dirrpt/rtcheck.txt, PURGE
    SOURCEDEFS ./dirdef/sourcei.def
    HANDLECOLLISIONS
    UPDATEDELETES
    MAP tst.table1, t.table1, COLMAP (USEDEFAULTS , filed9 = @GETENV("GGHEADER", "COMMITTIMESTAMP"), filed10= @CASE(@GETENV("GGHEADER", "OPTYPE"), "SQL COMPUPDATE", "U", "PK UPDATE", "U",@GETENV("GGHEADER", "OPTYPE")) ), KEYCOLS (field3);
    MAP dbo.TPROCPERIODCONFIRMSTAV, TARGET R_019_000001.TPROCPERIODCONFIRMSTAV, COLMAP (USEDEFAULTS , field5 = @GETENV("GGHEADER", "COMMITTIMESTAMP"), filed6= @CASE(@GETENV("GGHEADER", "OPTYPE"), "SQL COMPUPDATE", "U", "PK UPDATE", "U",@GETENV("GGHEADER", "OPTYPE")) ), KEYCOLS (filed1, field2, field3);
    CACHEMGR virtual memory values (may have been adjusted)
    CACHEBUFFERSIZE: 64K
    CACHESIZE: 512M
    CACHEBUFFERSIZE (soft max): 4M
    CACHEPAGEOUTSIZE (normal): 4M
    PROCESS VM AVAIL FROM OS (min): 1G
    CACHESIZEMAX (strict force to disk): 881M
    Database Version:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE     11.2.0.1.0     Production
    TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    Database Language and Character Set:
    NLS_LANG = "AMERICAN_AMERICA.CL8MSWIN1251"
    NLS_LANGUAGE = "AMERICAN"
    NLS_TERRITORY = "AMERICA"
    NLS_CHARACTERSET = "CL8MSWIN1251"
    For further information on character set settings, please refer to user manual.
    ** Run Time Messages **
    Opened trail file ./dirdat/dc000000 at 2012-06-05 12:49:39
    2012-06-05 12:58:14 INFO OGG-01020 Processed extract process RESTART_ABEND record at seq 0, rba 925 (aborted 0 records).
    MAP resolved (entry tst.table1):
    MAP tst.table1, t.table1, COLMAP (USEDEFAULTS , filed9 = @GETENV("GGHEADER", "COMMITTIMESTAMP"), filed10= @CASE(@GETENV("GGHEADER", "OPTYPE"), "SQL COMPUPDATE", "U", "PK UPDATE", "U",@GETENV("GGHEADER", "OPTYPE")) ), KEYCOLS (field3);
    2012-06-05 12:58:14 WARNING OGG-00869 No unique key is defined for table table1. All viable columns will be used to represent the key, but may not guarantee uniqueness. KEYCOLS may be used to define the key.
    Using the following default columns with matching names:
    field1=field1, field2=field2, field3=field3, field4=field4, field5=field5, field6=field6, field7=field7, field8=field8
    Using the following key columns for target table R_019_000001.TCALCULATE: field3.
    2012-06-05 12:58:14 WARNING OGG-01431 Aborted grouped transaction on 'tst.table1', Mapping error.
    2012-06-05 12:58:14 WARNING OGG-01003 Repositioning to rba 987 in seqno 0.
    2012-06-05 12:58:14 WARNING OGG-01151 Error mapping from tst.table1 to tst.table1.
    2012-06-05 12:58:14 WARNING OGG-01003 Repositioning to rba 987 in seqno 0.
    Source Context :
    SourceModule : [er.main]
    SourceID : [er/rep.c]
    SourceFunction : [take_rep_err_action]
    SourceLine : [16064]
    ThreadBacktrace : [8] elements
    : [C:\App\OGG\replicat.exe(ERCALLBACK+0x143034) [0x00000001402192B4]]
    : [C:\App\OGG\replicat.exe(ERCALLBACK+0x11dd44) [0x00000001401F3FC4]]
    : [C:\App\OGG\replicat.exe(<RCALLBACK+0x11dd44) [0x000000014009F102]]
    : [C:\App\OGG\replicat.exe(<RCALLBACK+0x11dd44) [0x00000001400B29CC]]
    : [C:\App\OGG\replicat.exe(<RCALLBACK+0x11dd44) [0x00000001400B8887]]
    : [C:\App\OGG\replicat.exe(releaseCProcessManagerInstance+0x25250) [0x000000014028F200]]
    : [C:\Windows\system32\kernel32.dll(BaseThreadInitThunk+0xd) [0x000000007720652D]]
    : [C:\Windows\SYSTEM32\ntdll.dll(RtlUserThreadStart+0x21) [0x000000007733C521]]
    2012-06-05 12:58:14 ERROR OGG-01296 Error mapping from tst.table1 to tst.table1.
    * ** Run Time Statistics ** *
    Last record for the last committed transaction is the following:
    Trail name : ./dirdat/dc000000
    Hdr-Ind : E (x45) Partition : . (x04)
    UndoFlag : . (x00) BeforeAfter: A (x41)
    RecLength : 249 (x00f9) IO Time : 2012-06-01 15:48:56.285333
    IOType : 115 (x73) OrigNode : 255 (xff)
    TransInd : . (x03) FormatType : R (x52)
    SyskeyLen : 0 (x00) Incomplete : . (x00)
    AuditRBA : 44 AuditPos : 71176199289771
    Continued : N (x00) RecCount : 1 (x01)
    2012-06-01 15:48:56.285333 GGSKeyFieldComp Len 249 RBA 987
    Name: DBO.TCALCULATE
    Reading ./dirdat/dc000000, current RBA 987, 0 records
    Report at 2012-06-05 12:58:14 (activity since 2012-06-05 12:58:14)
    From Table tst.table1 to tst.table1:
    # inserts: 0
    # updates: 0
    # deletes: 0
    # discards: 1
    Last log location read:
    FILE: ./dirdat/dc000000
    SEQNO: 0
    RBA: 987
    TIMESTAMP: 2012-06-01 15:48:56.285333
    EOF: NO
    READERR: 0
    2012-06-05 12:58:14 ERROR OGG-01668 PROCESS ABENDING.
    Discard file:
    Oracle GoldenGate Delivery for Oracle process started, group RTCHECK discard file opened: 2012-06-05 12:49:39
    Key column filed3 (0) is missing from update on table tst.table1
    Missing 1 key columns in update for table tst.table1.
    Current time: 2012-06-05 12:58:14
    Discarded record from action ABEND on error 0
    Aborting transaction on ./dirdat/dc beginning at seqno 0 rba 987
    error at seqno 0 rba 987
    Problem replicating tst.table1 to tst.table1
    Mapping problem with compressed key update record (target format)...
    filed1 = NULL
    field2 =
    field3 =
    field4 =
    field5 =
    datefield = -04-09 00:00:00
    field6 =
    field8 =
    field9 = NULL
    field10 =
    Process Abending : 2012-06-05 12:58:14

  • Mapping problem with compressed key update record (target format)...

    Hi Guys,
    Getting below error while replication from Source to target. Source table is having NOT NULL Column, but on target replicat process giving error about some NULL value ??
    How to overcome this issue, any idea...
    2011-08-04 10:35:04 INFO OGG-00995 Oracle GoldenGate Delivery for Oracle, rmastrk.prm: REPLICAT RMASTRK starting.
    2011-08-04 10:35:05 INFO OGG-00996 Oracle GoldenGate Delivery for Oracle, rmastrk.prm: REPLICAT RMASTRK started.
    2011-08-04 10:35:06 WARNING OGG-00869 Oracle GoldenGate Delivery for Oracle, rmastrk.prm: OCI Error ORA-01407: cannot update ("INFRA"."CUST"."CODE") to NULL (status = 1407), SQL <UPDATE "INFRA"."CUST" SET "ORD_ID" = :a2,"DP_ID" = :a3,"EXCHNG_CODE" = :a4,"ORD_QTY" = :a5,"ORD_PRICE" = :a6,"CODE" = :a7,"MKRT_CODE" = :a8,"CHANN>.
    2011-08-04 10:35:06 WARNING OGG-01004 Oracle GoldenGate Delivery for Oracle, rmastrk.prm: Aborted grouped transaction on 'INFRA.CUST', Database error 1407 (ORA-01407: cannot update ("INFRA"."CUST"."SCRP_CODE") to NULL).
    2011-08-04 10:35:06 WARNING OGG-01003 Oracle GoldenGate Delivery for Oracle, rmastrk.prm: Repositioning to rba 44132192 in seqno 68708.
    2011-08-04 10:35:06 *WARNING OGG-01154 Oracle GoldenGate Delivery for Oracle, rmastrk.prm: SQL error 1407 mapping INFRA.CUST to INFRA.CUST OCI Error ORA-01407:* *cannot update ("INFRA"."CUST"."SCRP_CODE") to NULL (status = 1407), SQL <UPDATE "INFRA"."CUST" SET "ORD_ID" = :a2,"DP_ID" = :a3,"EXCHNG_CODE"=:a4,"ORD_QTY"*
    *= :a5,"ORD_PRICE" = :a6,"SCRP_CODE" = :a7,"MKRT_CODE" = :a8,"CHANN>.*
    2011-08-04 10:35:06 WARNING OGG-01003 Oracle GoldenGate Delivery for Oracle, rmastrk.prm: Repositioning to rba 44132192 in seqno 68708.
    2011-08-04 10:35:06 ERROR OGG-01296 Oracle GoldenGate Delivery for Oracle, rmastrk.prm: Error mapping from INFRA.CUST to INFRA.CUST.
    2011-08-04 10:35:06 ERROR OGG-01668 Oracle GoldenGate Delivery for Oracle, rmastrk.prm: PROCESS ABENDING.
    Oracle GoldenGate Delivery for Oracle process started, group RMASTRK discard file opened: 2011-08-04 10:35:05
    Current time: 2011-08-04 10:35:06
    Discarded record from action ABEND on error 1407
    OCI Error ORA-01407: cannot update ("INFRA"."CUST"."SCRP_CODE") to NULL
    (status = 1407), SQL <UPDATE "INFRA"."CUST" SET "ORD_ID" = :a2,"MKRT_CODE" = :a8,"CHANN>
    Aborting transaction on ./dirdat/pm beginning at seqno 68708 rba 44132192
    error at seqno 68708 rba 44132192
    Problem replicating INFRA.CUST to INFRA.CUST
    *Mapping problem with compressed key update record (target format)...*
    ORD_QTY = 500
    ORD_PRICE = 37430
    SCRP_CODE =
    MKRT_CODE = N
    Oracle GoldenGate Delivery for Oracle process started, group RMASTRK discard file opened: 2011-08-
    04 10:35:05
    Current time: 2011-08-04 10:35:06
    Discarded record from action ABEND on error 1407
    OCI Error ORA-01407: cannot update ("INFRA"."CUST"."SCRP_CODE") to NULL
    (status = 1407), SQL <UPDATE "INFRA"."CUST" SET "ORD_ID" = :a2,"MKRT_CODE" = :a8,"CHANN>
    Aborting transaction on ./dirdat/pm beginning at seqno 68708 rba 44132192
    error at seqno 68708 rba 44132192
    Problem replicating INFRA.CUST to INFRA.CUST
    Mapping problem with compressed key update record (target format)...
    ORD_QTY = 500
    ORD_PRICE = 37430
    SCRP_CODE =
    MKRT_CODE = N
    Any inputs / help would be appreciated.
    Regards,
    Manish

    The SCRP_CODE column has a NOT NULL constraint. The ORA-01407 error is telling you that you cannot update or set a value for this column to null because of the constraint. This has absolutely nothing to do with an index. You can use a marker/sentinel value in lieu of using NULL. For a numeric field, where everything is positive, a negative value (-1) can be decoded as meaning null. For a character field, a code such as NA can represent NULL.
    This also has nothing to do (directly) with GoldenGate failing because of this error. The underlying SQL statement will fail everywhere, regardless of the tool or application. It is not a case of failing only in GoldenGate.

  • My ipod suddenly rebooted for a second time, also problems with turning on

    My 32gb ipod touch has been having problems recently. Sometimes when I have no music playing and I sleep it, it just turns off. Sometimes when I have no music playing and I sleep it, it goes to the last thing I was doing (without going to the password screen), shows a loading sign, then turns off. Also, When loading something, the ipod sometimes freezes and the song is like a broken record. Also, to turn on my ipod I have to turn it on once, hold down the home and sleep buttons for ten seconds, then turn it on again, then I have to wait an average of four minutes. So today (this also happened two weeks ago) my ipod froze while my music was paused. I tried turning it on again the usual way, but that didn't work. I left it alone while it had the apple logo on it. I came back and found the screen off, which usually means that it turned on finally and was just auto locked. But then the screen came up from when I first got the ipod, with the symbol of the connector cable going towards the itunes symbol. As i mentioned before, this happened two weeks ago, and I had to resync everything, and I lost all the data and save files for all my games. Also, I have downloaded a lot more apps since I rebooted it last time, and I never synced them to the computer. Before wasting my time again, I want to know if there's anything wrong with my ipod.

    The only way to turn off the ipod is to use the sleep/wake button and then turning the red slider. The only setting to switch it off automatically would be the Timer function:
    Timer
    Set the timer: Tap Timer, then flick to set the number of hours and minutes. Tap Start to start the timer.
    Choose the sound: Tap When Timer Ends.
    Set a sleep timer: Set the timer, then tap When Timer Ends and choose Sleep iPod.
    When you set a sleep timer, iPod touch stops playing music or video when the timer ends.
    If you start the timer and go to another iPod touch application, the timer continues
    running in the background. (user guide page 89)
    And if the batteries are almost empty the ipod will turn off by itself and you will have difficulties to start it up again until you charged it a couple of minutes.

  • Count for item records reaches 999 the second idoc gets triggered!

    Hi Experts,
         I have an issue. Sender is file and receiver is idoc with a header and item  level records. Only one header and n number of records can be there.
    Now we want to make  this way that as soon as the count for item records reaches 999 the second idoc gets triggered.
      Hints / Solutions Pls.
    Regards,
    Arnab .

    incorporate mapping logic such that for every 999 item records create new IDoc node
    check with this UDF for IDoc node mapping, item records will be input to UDF
    int count = a.length;
    int k=999;
    result.addValue("");
    for(int i=0;i<count;i++)
          if (i>=k){
              result.addValue(""); // if records > 999, add IDoc node
              k=k+999;     
    Do rest of the mapping accordingly

  • Savitzky golay filter for finding second derivative

    Hello friends,
     I want to find second derivative using Savitzky golay filter for the data as shown in image.
    Three different spacings are used.
    Region AB and EF= ∆f1
    Region  BC and DE=∆f2
    Region  CD=∆f3
    Can some one help me to understand to to decide side points and polynomial order for my input data.?
    Thanks in advance.

    The polynomial order must be at least one larger than the highest derivative. So a third order polynomial is required for a second deriviative. In general it is better to keep the polynomial order as low as possible while getting a good fit to the data.
    The number of side points is somewhat arbitrary and depends on how much smoothing is needed. Often some experimentation and judgement is required.
    Have you considered resampling the data to create a new dataset with uniform sampling throughout? That might be easier than trying to match derivatives at the transition points.There are several resampling VIs available.
    How many data points do you have in each segment?
    Lynn

  • HT1006 why when hit the record button I lose the song on my music track for a second or so then the sound returns. I would like to be able to record on the fly while still hearing my accompanyment

    guys am new to garageband. I am trying drag a non vocal track into my project, open another vocal track and and record my voice with a mic via my interface. When i hit play I hear the non vocal track, but when I hit record everything stops for a second including the non vocal track and then continue playing, and recording. why cant I record on the fly like other programs. what am I doing wrong. Help is greatly appreciated

    GB doesn't offer "punch-in" recording. But you can easily set an earlier recording point, so you can listen to as much as you want from the audio track, and later cut your recorded snippet to the desired length.

Maybe you are looking for

  • VA05 updation

    Dear Gurus, VA05 will display list of open sale orders. If I am not wrong, VA05 might be using some info-structures to update the same. I want to know which info structure is used to updated this. For a particular customer, VA05 doesn't display open

  • Display 2 different blogs on same site

    Hello One of my clients is a gym. They want to display todays workout as 1 blog post which aiutomatically appears by displaying the blog that is for today's date. Hoewever they want an actual blog page for actual blog posts So my question is..... How

  • Report actuals till last closed month

    Hello Experts, We have a requirement to report actuals till last closed month(which is August for now) but reports are not created in such a way that it shows different time data for different versions at the same time.Adding time dimension in column

  • ListBox question in: CS3 (Mac-Windows)

    Hi all, I'm trying to implement a ListBox that always contain a unique different contents in its last row, all other rows including first to one before last row have the same content. To be more clear for what I want to implement something like this

  • Error: Object Required apperas when accessing Content Admin Portal Content

    After installing Ep 7.0 sp16 Portal and logging in as Administrator we get Error: Object Required apperas when accessing Content Admin >Portal Content The same error appears when trying to access System Admin > permissions. Anything to do with catolo