Merging local records with device records failed

Hi,
I have a macbook with OS X 10.4.11 (Intel procesor)  I did install the latest Pockect mac for blackberry version (the current one in the Blackberry's page), i use to use the old one, since I did the updated I can't get that both, device and Mac SYNC any item, no contacts, no calendar... 
The message I got last time was: 
06:06:57:140 merging local records with device records failed. 
Could some one with me a light on this bug?
Thanks 

Hi rguardia,
Can you try synching one PIM database at a time, e.g. just Contacts by itself, so we can determine which database is experiencing the problem?  The error you are receiving is likely being caused by one specific database.
Once you have identified the database that is causing problems, can you perform the steps listed below:
1 - Run Data Purge on the affected database.  Data purge can be found in the following location: 
Mac HD/users/<Home User>/Library/Application Support/PocketMacSyncManager/Additional Tools. 
***Please note this utility will delete all information stored in the selected database on your BlackBerry however once the information has been deleted from your device you can reimport the data to your BlackBerry from the application on your Mac.
2 - Run Sync Clean, which can be found in the same folder as Data Purge. 
3 - Disconnect the BB from the Mac, remove the battery from the back of the device, wait 10 seconds then reinsert it
4 - Reboot the Mac
5 - Reconnect your BlackBerry to your Mac
6 - Open PocketMac and select Reset All Devices to First Sync State from the Devices menu
7 - Configure synchronization settings for the affected PIM database, choosing the option to Overwrite Device.  If the data is successfully transferred to the device, reconfigure PocketMac back to doing a two-way sync.
If you are still running into the same problem after performing the steps above, try synching one category of the affected database at a time. To do this, click on the tab of the database you are trying to sync, click on Advanced Preferences next to the selected application, and choose the option to sync only selected categories. Try synching with only one category selected at a time, just to see if the issue is related to data within a specific category.
Let us know how you make out!

Similar Messages

  • Screen Recording with ffmpeg/recording mic and speaker output

    I've been doing much research on this, and to be honest A/V editing is not my strong suit. I use a script I wrote two days ago to initiate both screen recording with ffmpeg and compiling the resulting mkv file with ffmpeg as well. The entire script can be seen here:
    #!/bin/bash
    #Create function to exit program
    function quite {
    if [ $ANSWER3 = "y" ]; then
    exit
    else
    exit
    fi
    #Create function to start ffmpeg record
    function record {
    if [ $ANSWER = "y" ]; then
    ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 -s 1366x768 -i :0.0 -acodec aac -vcodec libx264 -preset ultrafast -strict -2 -crf 0 -threads 0 $ORIGINALNAME
    else
    if [ $ANSWER = "n" ]; then
    echo "Would you like to convert an existing input file? (y/n)"
    read ANSWER4
    if [ $ANSWER4 = "y" ]; then
    ffmpeg -i $ORIGINALNAME -vcodec libx264 -acodec aac -ab 128k -crf 22 -strict -2 -threads 0 $OUTPUTFILE
    echo "The program will now exit"
    read
    exit
    else
    exit
    fi
    else
    exit
    fi
    fi
    #Function to convert the recorded video
    function convert {
    if [ $ANSWER2 = "y" ]; then
    ffmpeg -i $ORIGINALNAME -vcodec libx264 -acodec aac -ab 128k -crf 22 -strict -2 -threads 0 $OUTPUTFILE
    else
    exit
    fi
    #Change to Screen Record directory in My Videos
    cd ~/My\ Videos/Screen\ Record/
    #Clear screen, and ask for input on what to name the origional file and the converted file
    clear
    echo "Please, enter the name of your file followed by .mkv"
    read ORIGINALNAME
    echo "You're files name is $ORIGINALNAME!"
    echo "Please, enter name of the output file followed by .mp4"
    read OUTPUTFILE
    echo "You're final file is $OUTPUTFILE!"
    clear
    #Prompt for continuing with recording
    echo "Would you like to continue with screen recording?[y/n]"
    read ANSWER
    clear
    #Run the record function
    record
    #Prompt for converting the created video
    echo "Would you like to convert the file now?"
    read ANSWER2
    clear
    #Run convert function
    convert
    #Prompt to close command
    echo "Operation finished, all done."
    echo "The program will now exit."
    read ANSWER3
    For simplicities sake, and because I don't think there's a real problem with my script but something else, here's the two ffmpeg scripts from the above script:
    recorder
    ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 -s 1366x768 -i :0.0 -acodec aac -vcodec libx264 -preset ultrafast -strict -2 -crf 0 -threads 0 $ORIGINALNAME
    compiler
    ffmpeg -i $ORIGINALNAME -vcodec libx264 -acodec aac -ab 128k -crf 22 -strict -2 -threads 0 $OUTPUTFILE
    Anyway, I have pavucontrol used to set the recording input after I've started recording. I want to be able to record the sound of my voice on my usb headset (which works fine) and be able to hear the sound of music or a youtube video I'm also playing during the recording. I've seen the loopback mixer from Alsamixer gui and the input, output, and record tabs in pulseaudio mixer. To be honest, after researching all this stuff in ffmpeg (which is a ocmplicated program) and whatever amix, dmix,  and some other programs I'm not sure what are, I have no idea where to go anymore. I'd continue researching, but I'm only getting more confused the further I go. I'm extremely willing to learn and will follow any instructions you give to help me out. I don't just want to do this one task, like how I learned enough to write a script file, I want to be able to tweak ffmpeg to suit my needs for any purpose it can be used for. This is my first step to being able to do that. Thanks ahead of time for your help.

    OK, I've manages to learn enough about jack to not break my system and can work with that, Pulseaudio, and alsa is always installed. Is there a way I can create a virtual device that takes in the input from both the system sound and the headset mic that I can set as the audio input for ffmpeg? I've been looking online and I've got a headache at this point from trying. I have learned to use ffmpeg on a new level, but I still can't do what I want to do. (which is record sound from the headset mic and the system sound at the same time while using ffmpeg. I could make two audio files from each channel and record the screen with x11grab. then combine all that using another utility, but then I have to run three separate programs at the same time (which will eat up my cpu) and still run whatever I'm recording from my screen. Something that will do all this for me would be much appreciated.

  • Policy agent 2.2 amfilter local authentication with session binding failed

    Hi All,
    I have policy agent 2.2 for weblogic 8.1 sp4 installed on redhat linux. All are working fine in my development box. But I was running all the process under user root, so today I decided to change it to a regular user, joe. I changed all the files' owner for weblogic server and policy agent from root to joe, and restart server as user Joe. After the change, I can not access the application on Weblogic server. I changed file ownership back to root and restart weblogic server as root, still same error.
    Here is the error I got:
    10.4.4 403 Forbidden
    The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
    Here is the error I found from agent log file, amFilter:
    AmFilter: now processing: SSO Task Handler
    05/24/2006 06:27:08:127 PM PDT: Thread[ExecuteThread: '14' for queue: 'weblogic.kernel.Default',5,Thread Group for Queue: 'weblogic.kernel.Default']
    SSOTaskHandler: caching SSO Token for user uid=amAdmin,ou=People,dc=etouch,dc=net
    05/24/2006 06:27:08:127 PM PDT: Thread[ExecuteThread: '14' for queue: 'weblogic.kernel.Default',5,Thread Group for Queue: 'weblogic.kernel.Default']
    AmBaseSSOCache: cached the sso token for user principal : uid=amadmin,ou=people,dc=etouch,dc=net sso token: AQIC5wM2LY4Sfcx4XY/x/M7G1Y3ScVjFj8E3oT0BV45mh0Q=@AAJTSQACMDE=#, cache size = 1
    05/24/2006 06:27:08:127 PM PDT: Thread[ExecuteThread: '14' for queue: 'weblogic.kernel.Default',5,Thread Group for Queue: 'weblogic.kernel.Default']
    SSOTaskHandler: SSO Validation successful for uid=amAdmin,ou=People,dc=etouch,dc=net
    05/24/2006 06:27:08:128 PM PDT: Thread[ExecuteThread: '14' for queue: 'weblogic.kernel.Default',5,Thread Group for Queue: 'weblogic.kernel.Default']
    AmFilter: now processing: J2EE Local Logout Task Handler
    05/24/2006 06:27:08:128 PM PDT: Thread[ExecuteThread: '14' for queue: 'weblogic.kernel.Default',5,Thread Group for Queue: 'weblogic.kernel.Default']
    AmFilter: local logout skipped SSO User => amAdmin, principal =>null
    05/24/2006 06:27:08:128 PM PDT: Thread[ExecuteThread: '14' for queue: 'weblogic.kernel.Default',5,Thread Group for Queue: 'weblogic.kernel.Default']
    AmFilter: now processing: J2EE Local Auth Task Handler
    05/24/2006 06:27:08:128 PM PDT: Thread[ExecuteThread: '14' for queue: 'weblogic.kernel.Default',5,Thread Group for Queue: 'weblogic.kernel.Default']
    LocalAuthTaskHandler: No principal found. Initiating local authentication for amAdmin
    05/24/2006 06:27:08:128 PM PDT: Thread[ExecuteThread: '14' for queue: 'weblogic.kernel.Default',5,Thread Group for Queue: 'weblogic.kernel.Default']
    LocalAuthTaskHandler: doing local authentication with session binding
    05/24/2006 06:27:08:129 PM PDT: Thread[ExecuteThread: '14' for queue: 'weblogic.kernel.Default',5,Thread Group for Queue: 'weblogic.kernel.Default']
    LocalAuthTaskHandler: Local authentication failed, invalidating session.05/24/2006 06:27:08:129 PM PDT: Thread[ExecuteThread: '14' for queue: 'weblogic.kernel.Default',5,Thread Group for Queue: 'weblogic.kernel.Default']
    WARNING: LocalAuthTaskHandler: Local authentication failed for : /portal/index.jsp, SSO Token: AQIC5wM2LY4Sfcx4XY/x/M7G1Y3ScVjFj8E3oT0BV45mh0Q=@AAJTSQACMDE=#
    05/24/2006 06:27:08:129 PM PDT: Thread[ExecuteThread: '14' for queue: 'weblogic.kernel.Default',5,Thread Group for Queue: 'weblogic.kernel.Default']
    AmFilter: result =>
    FilterResult:
         Status      : FORBIDDEN
         RedirectURL     : null
         RequestHelper:
              null
         Data:
              null
    -----------------------------------------------------------

    Hi,
    I'm having the exact same problem in the Prod environment, but on a Sun App Server. In development all is fine, in prod we now have:
    ERROR: AmFilter: Error while delegating to inbound handler: J2EE Local Auth Task Handler, access will be denied
    java.lang.IllegalStateException: invalidate: Session already invalidated
    at org.apache.catalina.session.StandardSession.invalidate(StandardSession.java:1258)
    at org.apache.catalina.session.StandardSessionFacade.invalidate(StandardSessionFacade.java:164)
    at com.sun.identity.agents.filter.LocalAuthTaskHandler.doLocalAuthWithSessionBinding(LocalAuthTaskHandler.java:289)
    at com.sun.identity.agents.filter.LocalAuthTaskHandler.authenticate(LocalAuthTaskHandler.java:159)
    at com.sun.identity.agents.filter.LocalAuthTaskHandler.process(LocalAuthTaskHandler.java:106)
    at com.sun.identity.agents.filter.AmFilter.processTaskHandlers(AmFilter.java:185)
    at com.sun.identity.agents.filter.AmFilter.isAccessAllowed(AmFilter.java:152)
    at com.sun.identity.agents.filter.AmAgentBaseFilter.doFilter(AmAgentBaseFilter.java:38)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
    FilterResult:
    Status : FORBIDDEN
    RedirectURL : null
    RequestHelper:
    null
    Data:
    null
    Also, we I debug I see:
    LocalAuthTaskHandler: No principal found. Initiating local authentication for ...
    Did you receive any solution for this?
    Many, many thanks,
    Philip

  • Checking Previous record with current record.

    I have a small problem, i want to compare the previous record with the current record with in cursor declared....
    Please help in this issue.
    Thanks in advance.

    Try the lag analytic function.
    select some_value, lag(some_value) over (order by your_ordering_condition) from x order by your_ordering_condition

  • How many min. can i record with voice record with MuVo V200 1

    Hi,
    I'm going to buy the Creative MuVo V200 GB.
    Now my questions about this player.
    How many minutes can i record over voice recording.
    Maybe someone can tell me how much Megabytes minute of recording will take.
    Are there different quality levels of recording?
    In which format does the player save the recordings?
    I will use the player to record lectures at the uni'versity.
    Did anyone have done this?

  • When Recording with DAE, recording sometimes cuts out...

    but not all the time - it appears random. Playback will continue, but when I stop playback, the recording stopped somewhere in the middle of recording. It only happens occasionally but of course it's a pain. No error messages appear.
    Is it because I only have Protools 7.1cs6?
    I'm using Logic 8.0.1 on a Dual G5 2.7 on OS 10.4.10, 4G Ram.
    Thanks for any tips,
    Regards,
    Ken

    1. try changing the settings under Preferences/Audio/Devices/DAE: PT HD-Type to at least 64 tracks (2 DSP´s); for me that helped
    2. also problems can cause if you have instanciated EXS24 TDM Instruments, so if my first tip doesn´t help, try this
    greatings

  • List of IP Phone Support Recording with Engage Recording Server

    Hello,
    I have a project whereas Engage Recording System will be integrated with UCM 10.5, However I'm trying to find the list of supported phones that can be able to record dual streaming specially for the following phones:
    7975
    7945
    7841
    8831
    7926
    Please advise.

    The report Jamie is referring to is under Cisco Unified Reporting > System Reports > Unified CM Phone Feature List. You would choose Product: default, Feature: Built in Bridge.
    Here's the output from a CUCM 8.6.2 cluster:
    Product Protocol Feature Parameters 
    Cisco 6911 SCCP Built In Bridge  
    Cisco 6921 SCCP Built In Bridge  
    Cisco 6941 SCCP Built In Bridge  
    Cisco 6945 SCCP Built In Bridge  
    Cisco 6961 SCCP Built In Bridge  
    Cisco 7906 SCCP Built In Bridge  
    Cisco 7911 SCCP Built In Bridge  
    Cisco 7921 SCCP Built In Bridge  
    Cisco 7925 SCCP Built In Bridge  
    Cisco 7926 SCCP Built In Bridge  
    Cisco 7931 SCCP Built In Bridge  
    Cisco 7937 SCCP Built In Bridge  
    Cisco 7940 SCCP Built In Bridge  
    Cisco 7941 SCCP Built In Bridge  
    Cisco 7941G-GE SCCP Built In Bridge  
    Cisco 7942 SCCP Built In Bridge  
    Cisco 7945 SCCP Built In Bridge  
    Cisco 7960 SCCP Built In Bridge  
    Cisco 7961 SCCP Built In Bridge  
    Cisco 7961G-GE SCCP Built In Bridge  
    Cisco 7962 SCCP Built In Bridge  
    Cisco 7965 SCCP Built In Bridge  
    Cisco 7970 SCCP Built In Bridge  
    Cisco 7971 SCCP Built In Bridge  
    Cisco 7975 SCCP Built In Bridge  
    Cisco 8941 SCCP Built In Bridge  
    Cisco 8945 SCCP Built In Bridge  
    Cisco IP Communicator SCCP Built In Bridge  
    Cisco 3905 SIP Built In Bridge  
    Cisco 3911 SIP Built In Bridge  
    Cisco 3951 SIP Built In Bridge  
    Cisco 6911 SIP Built In Bridge  
    Cisco 6921 SIP Built In Bridge  
    Cisco 6941 SIP Built In Bridge  
    Cisco 6945 SIP Built In Bridge  
    Cisco 6961 SIP Built In Bridge  
    Cisco 7905 SIP Built In Bridge  
    Cisco 7906 SIP Built In Bridge  
    Cisco 7911 SIP Built In Bridge  
    Cisco 7912 SIP Built In Bridge  
    Cisco 7931 SIP Built In Bridge  
    Cisco 7941 SIP Built In Bridge  
    Cisco 7941G-GE SIP Built In Bridge  
    Cisco 7942 SIP Built In Bridge  
    Cisco 7945 SIP Built In Bridge  
    Cisco 7961 SIP Built In Bridge  
    Cisco 7961G-GE SIP Built In Bridge  
    Cisco 7962 SIP Built In Bridge  
    Cisco 7965 SIP Built In Bridge  
    Cisco 7970 SIP Built In Bridge  
    Cisco 7971 SIP Built In Bridge  
    Cisco 7975 SIP Built In Bridge  
    Cisco 8831 SIP Built In Bridge  
    Cisco 8941 SIP Built In Bridge  
    Cisco 8945 SIP Built In Bridge  
    Cisco 8961 SIP Built In Bridge  
    Cisco 9951 SIP Built In Bridge  
    Cisco 9971 SIP Built In Bridge  
    Cisco ATA 187 SIP Built In Bridge  
    Cisco Cius SIP Built In Bridge  
    Cisco Cius SP SIP Built In Bridge  
    Cisco DX650 SIP Built In Bridge  
    Cisco IP Communicator SIP Built In Bridge  
    Cisco Unified Client Services Framework SIP Built In Bridge 

  • Stereo recording with MP3 recorder using external stereo

    I want to record digital streo sound and wonder if I need to buy a MD recorder or if I could use an MP3 recorder which I'd prefer?Therefore please explain if an external stereo mic. can be connected to any of your MP3 players/recorders. If so, which model. If not, please explain if an external stereo mic. also could be connected to the 'line in', and if so, if it could be connected directly, or if it needs to have a preamp in between. If so, which preamp to use with which MP3 recorder?thank you for any answer.
    kuuan

    thank's for your fast answer. Are the two players you mention older models? According to the creative site there are three models offered nowadays with the name 'jukebox7: Jukebox Zen NX, Jukebox Zen Extra and Jukebox Zen USB 2, but as much as I understand their specifications they do not have a 'line in', or do they? If they don't, well, even though this is a creative's forum, are there any MP3 recorders from other manufacturers which would do the job?
    Concerning the mic, are there mics offered which include a preamp? If so, which one would you recommend? If not, what kind of preamp with which specifications do I have to get to connect with which kind of mic? Any mic offered for MD recorders? Would my Panasonic mic of my video recorder do the job as well? Could be that this mic for the video recorder already includes a preamp?
    thank's again for any help,
    kuuan

  • ORA-22275 with BFILE record processing

    Hi All,
    I'm processing records in a table that contains an optional bfile column and then comparing each record with another record from the same table. I'm getting "ORA-22275: Invalid LOB locator specified" when I get my comparison record using a function - and the cursor record contains a null bfile following a not null bfile record.
    Here's my simplified 11g test case:
    create table jr_test
    (pk_id number not null
    ,stuff varchar2(100) not null
    ,external_file bfile);
    insert into jr_test values (1,'Some other data',bfilename('MY_DIR','jr1.txt'));
    insert into jr_test values (2,'Some other data',bfilename('MY_DIR','jr2.txt'));
    insert into jr_test values (3,'No bfile',null);
    commit;
    DECLARE
       l_rec_1 jr_test%ROWTYPE;
       l_rec_2 jr_test%ROWTYPE;
       FUNCTION record_to_compare(p_id IN jr_test.pk_id%TYPE) RETURN jr_test%ROWTYPE IS
          l_rec jr_test%ROWTYPE;
       BEGIN
          SELECT *
          INTO   l_rec
          FROM   jr_test
          WHERE  pk_id = p_id;
          RETURN l_rec;
       END record_to_compare;
    BEGIN
       FOR x IN (SELECT *
                 FROM   jr_test
                 ORDER  BY pk_id /* desc */) -- ORA-22275 when order by pk_id asc
       LOOP
          l_rec_1 := x;
          -- Get another record (it's always the same one in this test case)
          l_rec_2 := record_to_compare(x.pk_id);
       END LOOP;
    END;With a descending order by clause (ie. null bfile first) it works OK.
    With an ascending order by clause (ie. not null bfiles first) it crashes with ORA-22275.
    It looks like a LOB initialisation problem, but I's welcome your comments.
    Regards
    JR

    Hello
    It doesn't actually appear to have anything to do with the order by as such, it is just the order in which the rows are accessed. I've modified your test case to just call the function in a specific order. However if I change to use a stored procedure with an OUT parameter, there is no such issue. I'll dig a bit more but maybe this helps narrow the field of search down a little...
    XXXX> declare
      2      l_rec_1 jr_test%ROWTYPE;
      3      l_rec_2 jr_test%ROWTYPE;
      4
      5      FUNCTION record_to_compare(p_id IN jr_test.pk_id%TYPE) RETURN jr_test%ROWTYPE IS
      6         l_rec jr_test%ROWTYPE;
      7      BEGIN
      8         SELECT *
      9         INTO   l_rec
    10         FROM   jr_test
    11         WHERE  pk_id = p_id;
    12
    13         RETURN l_rec;
    14      END record_to_compare;
    15
    16   BEGIN
    17
    18     -- Get another record (it's always the same one in this test case)
    19     l_rec_2 := record_to_compare(1);
    20     l_rec_2 := record_to_compare(2);
    21     l_rec_2 := record_to_compare(3);
    22
    23   END;
    24   /
    declare
    ERROR at line 1:
    ORA-22275: invalid LOB locator specified
    Elapsed: 00:00:00.12
    XXXX>
    XXXX>   declare
      2      l_rec_1 jr_test%ROWTYPE;
      3      l_rec_2 jr_test%ROWTYPE;
      4
      5      FUNCTION record_to_compare(p_id IN jr_test.pk_id%TYPE) RETURN jr_test%ROWTYPE IS
      6         l_rec jr_test%ROWTYPE;
      7      BEGIN
      8         SELECT *
      9         INTO   l_rec
    10         FROM   jr_test
    11         WHERE  pk_id = p_id;
    12
    13         RETURN l_rec;
    14      END record_to_compare;
    15
    16   BEGIN
    17
    18     -- Get another record (it's always the same one in this test case)
    19     l_rec_2 := record_to_compare(3);
    20     l_rec_2 := record_to_compare(2);
    21     l_rec_2 := record_to_compare(1);
    22
    23   END;
    24   /
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.01
    XXXX>
    XXXX>  declare
      2      l_rec_1 jr_test%ROWTYPE;
      3      l_rec_2 jr_test%ROWTYPE;
      4
      5      PROCEDURE record_to_compare
      6      (p_id IN jr_test.pk_id%TYPE,
      7       p_row out jr_test%ROWTYPE
      8      )
      9      IS
    10      BEGIN
    11         SELECT *
    12         INTO   p_row
    13         FROM   jr_test
    14         WHERE  pk_id = p_id;
    15      END;
    16
    17   BEGIN
    18
    19     -- Get another record (it's always the same one in this test case)
    20     record_to_compare(3,l_rec_2);
    21     record_to_compare(2,l_rec_2);
    22     record_to_compare(1,l_rec_2);
    23
    24   END;
    25   /
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.01
    XXXX>
    XXXX>    declare
      2      l_rec_1 jr_test%ROWTYPE;
      3      l_rec_2 jr_test%ROWTYPE;
      4
      5      PROCEDURE record_to_compare
      6      (p_id IN jr_test.pk_id%TYPE,
      7       p_row out jr_test%ROWTYPE
      8      )
      9      IS
    10      BEGIN
    11         SELECT *
    12         INTO   p_row
    13         FROM   jr_test
    14         WHERE  pk_id = p_id;
    15      END;
    16
    17   BEGIN
    18
    19     -- Get another record (it's always the same one in this test case)
    20     record_to_compare(1,l_rec_2);
    21     record_to_compare(2,l_rec_2);
    22     record_to_compare(3,l_rec_2);
    23
    24   END;
    25   /
    PL/SQL procedure successfully completed.HTH
    David

  • Distorted audio while recording with ScreenSflow

    Hi all,
    when I record my screen using ScreenFlow (latest version) I get distorted audio.
    I am not using external speakers and I just need to record with the "Record Computer Audio" option and nothing else selected.
    How do I fix this? It makes it unusuable...
    Thanks

    You can connect a mic to the iPod via the headphone jack and that mic will be used by the video app you use for the video camera on the iPod. I do not remember if the built-in mic gets cut off when yo do that so you may have to cover the mic hole on the iPod.

  • Merging output files with bursting ...

    BIP 5.6.3 (eBus 11.5.10.2 + bursting integration patch)
    We have a case where we are attempting to burst a subset of the records to a single merged PDF file, with other records being sent to individual files (same template for all records). I thought that I had seen this merging with emails where the xapi:email and xapi:message details were the same (before our development environment was refreshed), but cannot reproduce this now.
    When I try this with file system output (xapi:filesystem), I get the following error in the bursting log file:
    --Exception
    duplicate entry: /MergedFileName.pdf
    java.util.zip.ZipException: duplicate entry: /MergedFileName.pdf
    Is it possible to generate a merged PDF file (xapi:filesystem) of some of the records?
    Thanks,
    theFurryOne

    Yuvaraj,
    As you discovered, it is not possible to use .jdb files from one environment in a different environment.  The .jdb files use an internal format with relationships between files that form the Btree.
    I'm glad to hear you were able to use DbDump and DbLoad successfully.
    --mark

  • Email not working - "device change failed"

    Hi, My email has been working fine until today. when no emails were coming though on my device. I went into start-up and retyped passwords and it then came up with "device change failed"
    I tried to do the battery out trick which did not work, so thought I'd delete the account and start again.
    As soon as i go into email option on start-up it says "device change failed" then when I try and add my email back, it says "sorry unable to continue your session. Please log in again" It then takes me back to the main set up menu.
    Please help!!
    My email is hotmail.com

    Sorry for the late reply. In order for you to add the emails back, you have to have the Internet Maill Account under the Email Setup. If incase you only have the option for Enterprise, check the Article below:
    BlackBerry smartphone has no option for Internet Mail Account in Email Setup Application
    Hope this resolves the issue
    Ron
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up Blackberry Battery Saving Tips | Follow me on Twitter

  • Macbook pro fails to read sd card with movies recorded on it, any ideas? I can view them in the video camera so know they are there somewhere. I am now thinking I should have formatted or initialised the new card before using it.

    My macbook pro is failing to read a new sd card with movies recorded on it. Any ideas please? A previously used SD card has downloaded without problems. I have tried using a card reader as well as downloading from the video camera itself, neither works.
    I can view the latest recordings on the video camera so know they are there somewhere. I am now thinking I should have formatted or initialised the new card before using it but didn't think of that at the time. Obviously don't want to do this now as it will wipe the movies.

    Hi and Welcome to the Forums!
    From everything you've described, you've done everything possible. Hence, I recommend you seek out your warranty support.
    Good luck and let us know.
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to fix this problem? Secure Connection Failed, SSL received a record with an incorrect Message Authentication Code. (Error code: ssl_error_bad_mac_read)

    Secure Connection Failed
    SSL received a record with an incorrect Message Authentication Code. (Error code: ssl_error_bad_mac_read)
    I have been receiving this error message recently when I tried to access school elearning websites and other school related websites, I have also tried on internet explorer and it shows page cannot be displayed. I have been trying the available solutions to solve it but none of them work. Is there alternative solutions available? Please advise. Thanks.

    It works after I disabled IPv6 in Firefox. Thank you for your help :)

  • How do I use a song in my iTunes library to record with in garage band on my iPhone?

    How do I use a song in my iTunes library to record with in garage band on my iPhone? Like music from my library I want to use invGarageBand to record over.

    Short answer:
    Click Hide Song(s), it is what you wanted to do...
    Long answer:
    iTunes in the Cloud is a feature of your iTunes store account that allows you to redownload or stream your past purchases. When you delete a purchased track that is downloaded to your computer (like the first one shown here) you are asked if you also want to hide the song from iCloud. This would remove it from the computer and also stop it showing up with the iCloud symbol as the other tracks from that album (which are not downloaded) do.
    If a track shows with the cloud symbol you can play (stream) it by double-clicking the title, or click the cloud symbol to download a local copy to your library. If you try to delete one of these tracks you get a slightly different message confirming that you want to hide the track. Clicking hide will remove the listing from the library and any other device that shows your past purchases.
    Should you want to retrieve any item hidden in this way at a later date use Store > View My Account > iTunes in the Cloud > Hidden Purchases > Manage.
    To hide all your previous purchases that are not downloaded to your computer use Edit > Preferences > Store and untick Show iTunes in the Cloud purchases.
    tt2

Maybe you are looking for