Files missing in recorded meetings

Hi all,
I recorded a number of meetings as pseudo-webinars for my client and included a downloadable PDF copy of the PPT deck in a Files pod.  However, when I moved the recordings over from the Recordings section to the Shared Content section (so I can run reports on the content), I now get a "Not Found" error message when I try to download each file.
I can see the "attachment item" in the meeting recordings folder, but it is clearly not being loaded into the recording.  Re-recording is unfortunately not an option because we have already distributed the links.  Is it possible to re-link this content or add a new file to a recorded session?
Thanks in advance for the help!
Dan

Since the recording calls to the content on the server, there isn't much that can be done to replace the link with something else (I've tried). If it comes down to it, it may be easiest to re-record the presentation and see if the links work there. Otherwise a call to Support may provide some insight or a solution, but then again, it may not.
The string to download the recording source files doesn't include the linked content (or content shared in the share pod), so there isn't much that can be done there. Since every object in Connect gets a unique numerical ID, there is no way to replicate that with a new object, and that is what the recording looks to. So a swap is next to impossible. The location on the server for the content is irrelevant to the recording, as it all comes down to viewing permissions. Not sure why moving the content would make a difference, and as you stated, once you move it to the content library, there is no going back to the meeting folder.

Similar Messages

  • What is a missing thread record (id = 3339624) and what can I do about it?

    I was trying to updat my IMac to snow leopard and got an error during the process. I restarted my computer on the HD that I was trying to update and I get the boot screen and then it turns off. I then got it to boot on the SL disk and it got me to the repair prompt and the DU. When I verify the HD I get missing thread record (id = 3339624) and It grays out the HD. After restarting and getting back to the DU I can see it again and all my files on it. I no longer care about updating I just want to be back to normal. I don't have any time machean backups and I am very worried. It makes it even worse being able to see my files but not be able to get to them.

    That error message means that Disk Utility can't reconcile the catalog entry for a file and it's location on the hard drive. That could mean a problem with the file or a problem with the catalog.
    Verifying the hard drive doesn't fix anything, it just reports it's status. You need to boot to either your Leopard or Snow Leopard DVD, bring up Disk Utility, and repair the hard drive. If Disk Utility gives a failure on exit message or tells you it can't repair the hard drive, then you'll need to use a program like Disk Warrior or TechTool Pro, with Disk Warrior being the program most people use. That should be able to fix the problem. Disk Warrior is available from http://www.alsoft.com/diskwarrior/
    If you started a major operating system upgrade without having a backup, you're setting yourself up for failure should a problem arise, but you probably know that by now.

  • HELP: Appending new records to File containing 1 Record

    Hi, im transferring records to a file, the first line of the file contains the headers (used 'NO END OF LINE'). The problem is that when I write the data records to the file, the first record continues from the end of the Headers line, hence i have a record missing in my statement. I want to append the records below the Headers line. I tried opening the dataset 'for appending' instead of 'for output' but I get the same result.
    lv_ds_name_ex  = Filename
    Code:
    Getting field descriptions to use as headers and tranferring to file
      open the dataset
      OPEN DATASET lv_ds_name_ex FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    CLEAR: lt_dfies.
      " Get field descriptions from settlement table
      CALL FUNCTION 'DDIF_FIELDINFO_GET'
        EXPORTING
          tabname   = 'zrl_generic_record'
        TABLES
          dfies_tab = lt_dfies.
    write column headers to the file
      LOOP AT lt_dfies.
        IF lt_dfies-scrtext_m = 'Char15'.
          IF lv_counter < 1.
            lt_dfies-scrtext_m = 'Remuneration Amount'.
            lv_counter = lv_counter + 1.
          ELSE.
            lt_dfies-scrtext_m = 'Commission Amount'.
          ENDIF.
        ENDIF.
        TRANSFER lt_dfies-scrtext_m  TO lv_ds_name_ex NO END OF LINE.
        TRANSFER ';' TO lv_ds_name_ex NO END OF LINE.
      ENDLOOP.
    Close  DATASET lv_ds_name_ex.
    Transferring data records to file
    open the dataset
      OPEN DATASET lv_ds_name_ex FOR APPENDING IN TEXT MODE ENCODING DEFAULT.
    write records to the file
      LOOP AT lt_generic_record_csv INTO ls_generic_record_csv.
            TRANSFER ls_generic_record_csv TO lv_ds_name_ex.
      ENDLOOP.
      "close the dataset
      CLOSE DATASET lv_ds_name_ex.

    Solution: TRANSFER " " TO lv_ds_name_ex. (This simply adds an empty line/record with an end of line) see code before closing the dataset 
    open the dataset
    OPEN DATASET lv_ds_name_ex FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    CLEAR: lt_dfies.
    " Get field descriptions from settlement table
    CALL FUNCTION 'DDIF_FIELDINFO_GET'
    EXPORTING
    tabname = 'zrl_generic_record'
    TABLES
    dfies_tab = lt_dfies.
    write column headers to the file
    LOOP AT lt_dfies.
    IF lt_dfies-scrtext_m = 'Char15'.
    IF lv_counter < 1.
    lt_dfies-scrtext_m = 'Remuneration Amount'.
    lv_counter = lv_counter + 1.
    ELSE.
    lt_dfies-scrtext_m = 'Commission Amount'.
    ENDIF.
    ENDIF.
    TRANSFER lt_dfies-scrtext_m TO lv_ds_name_ex NO END OF LINE.
    TRANSFER ';' TO lv_ds_name_ex NO END OF LINE.
    ENDLOOP.
    TRANSFER " " TO lv_ds_name_ex.
    Close DATASET lv_ds_name_ex.
    open the dataset
    OPEN DATASET lv_ds_name_ex FOR APPENDING IN TEXT MODE ENCODING DEFAULT.
    write records to the file
    LOOP AT lt_generic_record_csv INTO ls_generic_record_csv.
    TRANSFER ls_generic_record_csv TO lv_ds_name_ex.
    ENDLOOP.
    "close the dataset
    CLOSE DATASET lv_ds_name_ex.
    Edited by: Daniel Lebotse on May 15, 2008 5:42 PM

  • Disk Utility and fsck report 'missing thread records' and can't repair.

    Hello,
    What first made me realise there was a problem with my iMac was that when I tried to update a application it failed. I then manually download the .dmg of the update and tried replaced the app (Transmission 1.82 being that app in question). This failed, OS X claiming that it could not replace the older version (1.81). I then tried copying the file to the desktop where OS X claimed that there was already a copy of the application and so left a corrupted file on my desktop. This also happened when i attempted to move and copy a couple of pages documents and movie files around. I decided the best thing to do at this point was to reboot my computer; OS X decided it needed to install a couple of security updates at this point. This installation failed.
    My iMac booted up, but only after a progress bar has appeared under the Apple logo and spinner and has done its thing (From what I've read this means that OS X is trying its best to resolve some sort of errors). This happens upon every boot.
    This made me think that something must be going on with the file system of my Mac so I ran all the tests in Disk Utility. Permissions repair ran fine and fixed a few issues, but when I verified the disk this is what it reported:
    "Verifying volume “Macintosh HD”
    Performing live verification.
    Checking Journaled HFS Plus volume.
    Checking extents overflow file.
    Checking catalog file.
    Missing thread record (id = 2045563)
    Missing thread record (id = 2096282)
    Keys out of order
    The volume Macintosh HD was found corrupt and needs to be repaired.
    Error: This disk needs to be repaired. Start up your computer with another disk (such as your Mac OS X installation disc), and then use Disk Utility to repair this disk."
    I booted up from the DVD and tried to repair; this failed. Next I tried using fsck in single user mode; this also failed. Upon rebooting again and waiting for the progress bar to fill I was able to move files around and update Transmission without issue. Disk Utility still reports the same error.
    If I boot into Windows Vista everything works perfectly; as of yet I haven't got around to installing the new Boot Camp update for Windows 7 support incase that changes anything. When running the diagnostic tool on the Windows Vista DVD it reports that everything is fine for Windows.
    I really am at a loss for what to do next. All my data is backed up by Time Machine onto a Time Capsule as well as manually onto a FW external. I also made a clone of the Windows partition using the free app Winclone. Does anyone know anything I can do to fix this problem?
    Thanks so much,
    Sam.

    I have been experiencing exactly the same problem here with my MacPro. Apple replaced the hard disk because it was reporting bad sectors. However even with the replacement hard disk I'm experiencing the "missing thread" issue again. I'm guessing its either a software issue that keeps recurring or a fundamental hardware issue. Is the disk controller part of the hard disk or the motherboard? I've never had hard disk problems like this before.
    Here's my Disk Utility report from earlier today:
    Checking Journaled HFS Plus volume.
    Checking extents overflow file.
    Checking catalog file.
    Missing thread record (id = 1067066)
    Missing thread record (id = 1111528)
    Missing thread record (id = 1196845)
    Missing thread record (id = 1200621)
    Missing thread record (id = 1260154)
    Missing thread record (id = 1277166)
    Missing thread record (id = 1285010)
    Missing thread record (id = 1297257)
    Missing thread record (id = 1316679)
    Missing thread record (id = 1437800)
    Incorrect number of thread records
    Checking multi-linked files.
    Checking catalog hierarchy.
    Invalid volume directory count
    (It should be 155085 instead of 155095)
    Checking extended attributes file.
    Checking volume bitmap.
    Checking volume information.
    Repairing volume.
    Missing directory record (id = 1437800)
    Missing directory record (id = 1316679)
    Missing directory record (id = 1297257)
    Missing directory record (id = 1285010)
    Missing directory record (id = 1277166)
    Missing directory record (id = 1260154)
    Missing directory record (id = 1200621)
    Missing directory record (id = 1196845)
    Missing directory record (id = 1111528)
    Missing directory record (id = 1067066)
    Look for missing items in lost+found directory.
    Rechecking volume.
    Checking Journaled HFS Plus volume.
    Checking extents overflow file.
    Checking catalog file.
    Checking multi-linked files.
    Checking catalog hierarchy.
    Checking extended attributes file.
    Checking volume bitmap.
    Checking volume information.
    Invalid volume directory count
    (It should be 155106 instead of 155096)
    Repairing volume.
    Rechecking volume.
    Checking Journaled HFS Plus volume.
    Checking extents overflow file.
    Checking catalog file.
    Checking multi-linked files.
    Checking catalog hierarchy.
    Checking extended attributes file.
    Checking volume bitmap.
    Checking volume information.
    The volume MacHD was repaired successfully.

  • Missing Thread Record and Invalid Extent entry when booting

    Hi all,
    When I boot up my PowerBook G4 it freezes. When I boot into single user mode and run fsck -fy I get the following messages:
    ** /dev/rdisk0s3
    ** Root file system
    ** Checking HFS Plus volume
    ** Checking Extents Overflow file.
    ** Checking Catalog file.
    Missing thread record (id = 72)
    Invalid extent entry
    (4, 14531)
    ** Volume check failed.
    I do not have Disk Warrior nor the Apple disks with me. Any help you can provide is greatly appreciated. Navigating my disk in single user mode seems to have all my directories etc.
    Thanks!

    I am trying to back up my data now. I only have my FAT32 formated iPod with me and I'm trying to mount it to backup my photos before I reinstall. Unfortunately I do not see my iPod popping up in /dev at all so I cannot even mount it.
    It's a USB connection so I suspect that single user mode doesn't pick it up... Any advice on how to mount a filesystem from my iPod in single user mode is much appreciated.
    Thanks.

  • Time machine restore: missing thread record

    Hello everyone,
    I recently upgraded from Lion to Mountain Lion. I did a clean install. I have been backing up with Time Machine to my Lacie Cloudbox NAS. My NAS requires authentication.
    I am unable to restore my files. I have tried it during installation and with Migration Assistant. I can see my .sparsebundle through Finder and mount it (and see an inprogress with loads of folders inside of it). I am unable to copy the files directly to my desktop because of an permission warning.
    From Windows I can see loads of files inside the bands-folder. They are all equal in size. I found a clue that maybe the most recent ones are corrupt, so I moved two days worth of them out from sparsebundle.
    Disk utility says the drive needs to be repaired. I tried this, and got loads of errors. I there are so many of these that I have shortened the list below a lot. Please help me, all my valuable files are inside the .sparsebundle (510 gigs). I don't care about automation, I just want them out.
    Verify and Repair volume “Time Machine Backups”
    Checking file systemChecking Journaled HFS Plus volume.
    Detected a case-sensitive volume.
    Checking extents overflow file.
    Checking catalog file.
    Missing thread record (id = 381217)
    Missing thread record (id = 383288)
    Missing thread record (id = 383627)
    Missing thread record (id = 384165)
    Missing thread record (id = 384442)
    Indirect node 380893 needs link count adjustment
    (It should be 2 instead of 3)
    Next ID in a hard link chain is incorrect (id = 1951259)
    (It should be 0 instead of 1951258)
    Indirect node 380895 needs link count adjustment
    (It should be 2 instead of 3)
    Next ID in a hard link chain is incorrect (id = 1951262)
    (It should be 0 instead of 1951261)
    Indirect node 380897 needs link count adjustment
    (It should be 2 instead of 3)
    Next ID in a hard link chain is incorrect (id = 1951265)
    (It should be 0 instead of 1951264)
    Indirect node 411674 needs link count adjustment
    (It should be 1 instead of 3)
    Orphaned file hard link (id = 1286100)
    Orphaned file hard link (id = 1286101)
    Orphaned file hard link (id = 1286119)
    Orphaned file hard link (id = 1286120)
    Orphaned file hard link (id = 1286121)
    The volume Time Machine Backups could not be repaired.
    Volume repair complete.Updating boot support partitions for the volume as required.
    Error: Disk Utility can’t repair this disk. Back up as many of your files as possible, reformat the disk, and restore your backed-up files.

    The backup disk image is corrupt. You might be able to repair it by holding down the option key and selecting Verify Backups from the Time Machine menu. But that may also result in a total loss of all backup data. Backing up to a third-party NAS is unsupported by Apple and unsafe. You should back up to a locally-attached storage device.

  • How to gather recorded meetings in MeetingPlace 8.5

    Hello,
    I am running Meetingplace 8.5 as a standablone on premise auto conferencing server.  I do not have integration with webex nor do I have a Meetingplace scheduling server on site.
    Is it possible for users to gather recorded meetings in this senario?  All the documentation points to logging into a web page to gather the recordings but they do not provide the URL and I am not sure if it is refering to the web scheduling server or on the meetingplace server itself. 
    Thanks for the help. 

    Hello,
    In MeetingPlace 8.5 audio only solution without a MP Web scheduling server, it is not possible to collect recordings.
    When  you do an audio recording of the meeting in MP8.5, recording in the  form of av_rec.mp4 file is created and stored under conference directory  on MP Application server (e.g. /mpx-record/conf/000001.dir/016719/av_rec.mp4).
    If  you have MP Web server, this recording file is pulled from MP  Application server after the meeting has ended, and based on the  configuration it gets converted to either .mp3, .wav, or .wmf and the  link is created and posted on the web page (a special tool built in the  code of MP Web server is converting this mp4 file to the desired  format).
    If  you don't have MP Web server, the recording stays on the MP App server  for a couple of days when it gets purged from the server. There is no  interface to retreive these recordings (like via Telephone User  Interface, or a link on the MP App server).
    Even  if you copied the recording file manually from MP App server using  WinSCP or a similar tool (you would need to identify the Unique  Conference ID of your meeting in decimal value in order to find the  appropriate directory for the meeting under /mpx-record/conf section),  it still wouldn't be in a playable form and you would need to figure out  the way to convert it.
    I  personally tried to figure that one out, but without success.
    I hope this helps.
    -Dejan

  • HT4113 what does pairing file missing mean and how do i fix it to restore ipod touch

    need help restoring ipod touch forgot passcode and tried to restore but message about pairing file missing what does that mean and how do i fix it

    Maybe:
    A fix for those "Pairing Record Missing" errors | TUAW - The Unofficial Apple Weblog

  • New PC - Missing Pairing Record

    I have a new PC and copied all the MY Music from the old to the new PC.  When connecting my iPhone I get a missing pairing record message.

    Hi wwolfe01,
    Thanks for visiting Apple Support Communities.
    To resolve the error you're seeing, I'd start with reinstalling iTunes on your new PC:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/ht1923
    You may also want to check for software conflicts using this article:
    iTunes: Troubleshooting security software issues
    http://support.apple.com/kb/ts3125
    If the error persists, try step 7 in this article:
    iOS: Troubleshooting backup issues in iTunes
    http://support.apple.com/kb/ts2529
    7. Reset the Lockdown folder
    Resetting the Lockdown folder can resolve issues with starting the backup session or saving the backup. If you can back up in a new user, do not reset the Lockdown folder. Issues with the Lockdown folder occur across all users; they are not user-specific. Follow these steps to reset the Lockdown folder:
    Windows Vista or Windows 7
    Disconnect all iOS devices from your computer and quit iTunes.
    Open Computer from the Start menu.
    Choose Organize > Folder and search options in the file browser window, then click the View tab and change the "Hidden files and folders" option to "Show hidden files and folders."
    Click OK.
    Navigate to the following folder on your computer:
    C:\ProgramData\Apple
    Move the Lockdown folder to the Recycle bin.
    Reconnect your iOS device and open iTunes.
    Regards,
    Jeremy

  • I received a gift card and when I redeemed it an error message said that I had some itunes files missing and that I needed to reinstall itunes.  Will I still have all my credits when I download itunes?

    I received an online gift card for Father's Day.  When I tried to redeem the gift then I received a error message saying I had some itune files missing and I needed to reinstall/download itunes.  Will I still have my previous purchase credits after downloading and reistalling itunes? 

    You will, because the credited funds are on your iTunes account, not the application. When you reinstall iTunes just configure it with your old iTunes account and your credits will be there waiting for you.

  • New itunes update, now itunes wont open keeps saying files missing

    doiwnloaded new update, now itunes wont open saying files missing. help

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • XML publisher report with a template file missing

    I get the following error
    Active template file not found in the template definition <TEMPLATE_NAME> for date <EFFDT>. (235,2515)
    PSXP_RPTDEFNMANAGER.TemplateDefn.OnExecute Name:GetActiveTemplateFile PCPC:15872 Statement:346
    but in
    Reporting Tools > XML Publisher > Report Definition > Template tab
    I did have the setting Effective date, what cause the problem?

    Have a look at following post and run the sql in this post to see if your template definition is missing.
    http://peoplesoft.wikidot.com/xml-publisher-template-file-missing
    You could also run Application Engine PSXPCLEAN to clean orphan rows.
    Are you running the report online or through PeopleCode?
    In last case make sure the effdt is set correct in PeopleCode.
    Also have a look if your server time settings are correct.
    Hakan

  • My iPOD comes up with 13019 error message file missing please help!

    My iPOD Nano will not sync and comes up with an error message 13019 file missing can you pelase help?

    Try rebuilding your iTunes Library:
    (This will cause all devices to see your library as a "new" library)
    1. Open iTunes.
    2. File>LIbrary>Organize Library: Consolidate Files.
    -This process may take some time.
    3. Quit iTunes.
    4. Browse to your iTunes Folder.
    5. Drag the files to the desktop, but leave the folders in place (folders will be iTunes Media, Album Artwork, Previous iTunes Libraries)
    6. Open iTunes.
    7. File>Library>Import Playlist.
    8. Direct iTunes to import the "iTunes Library.xml" that is sitting on your desktop.
    9. Once the process is complete attempt to resync your iPod.
    EE

  • How to load unicode data files with fixed records lengths?

    Hi!
    To load unicode data files with fixed records lengths (in terms of charachters and not of bytes!) using SQL*Loader manually, I found two ways:
    Alternative 1: one record per row
    SQL*Loader control file example (without POSITION, since POSITION always refers to bytes!)<br>
    LOAD DATA
    CHARACTERSET UTF8
    LENGTH SEMANTICS CHAR
    INFILE unicode.dat
    INTO TABLE STG_UNICODE
    TRUNCATE
    A CHAR(2) ,
    B CHAR(6) ,
    C CHAR(2) ,
    D CHAR(1) ,
    E CHAR(4)
    ) Datafile:
    001111112234444
    01NormalDExZWEI
    02ÄÜÖßêÊûÛxöööö
    03ÄÜÖßêÊûÛxöööö
    04üüüüüüÖÄxµôÔµ Alternative2: variable length records
    LOAD DATA
    CHARACTERSET UTF8
    LENGTH SEMANTICS CHAR
    INFILE unicode_var.dat "VAR 4"
    INTO TABLE STG_UNICODE
    TRUNCATE
    A CHAR(2) ,
    B CHAR(6) ,
    C CHAR(2) ,
    D CHAR(1) ,
    E CHAR(4)
    ) Datafile:
    001501NormalDExZWEI002702ÄÜÖßêÊûÛxöööö002604üuüüüüÖÄxµôÔµ Problems
    Implementing these two alternatives in OWB, I encounter the following problems:
    * How to specify LENGTH SEMANTICS CHAR?
    * How to suppress the POSITION definition?
    * How to define a flat file with variable length and how to specify the number of bytes containing the length definition?
    Or is there another way that can be implemented using OWB?
    Any help is appreciated!
    Thanks,
    Carsten.

    Hi Carsten
    If you need to support the LENGTH SEMANTICS CHAR clause in an external table then one option is to use the unbound external table and capture the access parameters manually. To create an unbound external table you can skip the selection of a base file in the external table wizard. Then when the external table is edited you will get an Access Parameters tab where you can define the parameters. In 11gR2 the File to Oracle external table can also add this clause via an option.
    Cheers
    David

  • Loading Hex Files with multiple records with each line starting with : record marker, how do I load this hex file into a front panel table ? thanks in advance, Jeff.

    I have written a routine that loads a Hex file, checks for record marker,length,address etc then loads the data into a table on front panel. However, my routine only loads single record hex files. I need to be able to load multiple record files, I need to identify the ':' colon record marker start for each record in the hex file, I just can't see how to loop my routine so that all records with ':' prefix marker are loaded.

    Jeff,
    I'm not exactly sure of what you are trying to do. Is it possible you could post your code, or a screen shot of the diagram in question, so that I can get a better understanding, and possibly offer some assistance?
    I am familiar with hex files, but not with the : marker separating records. This may be able to be solved with simple text parsing, and as I am not familiar with how you are retrieving and/or displaying the files, I require more information.
    Thanks

Maybe you are looking for

  • How to present pics from SAP folder?

    Hi, I would like to present a pic that is on the SAP folder (visible via AL11). I want to use logical filename to get the path to that gif. How can I present this pic on the screen? Thanks, Itay

  • Creating a sound from an array of numeric values and playing it on speakers

    How do I create take a sound I have stored as an array (or could be an arraylist if needed) of numeric values (at the moment as doubles) whiten my program and output it to speakers? I am using blueJ. for example (0, 0.1, 0.4, 0.8, 0.9, 1, 0.8, 0.6, 0

  • Having trouble with my colour swatches

    I have pushed/activated/deactivated something in my colour swatches and I am no longer able to select a colour from here. There is a whiteish line under the individual colours and I can not select a colour. Please help, what have I done?

  • Rules Engine - Updating JavaFact's

    Hi. We have started building some rules against a single JavaFact class. Around half way through building the rules we realised that a new 'business function' was required in the JavaFact. I can not find any way of updating the JavaFact without actua

  • Select-option mandatory field

    Hi, I have a select option on the selection screen which i have made mandatory. I want to enter the values directly through multiple selection and not on the single field, but when i click on the multiple selection option, it is giving me error to fi