Error at download a FLV recorded meeting

I'm trying to download a recorded meeting, and the video is black, however, the audio works perfectly.
I've installed many codecs, and none worked.
I'm using Adobe Connect Addin 9 - 11.9.949.0
My operating system is Windows 8.1, 64-bit

hi ,
PARAMETERS: p_file TYPE rlgrap-filename.
DATA: BEGIN OF i_string OCCURS 0,
line(1024) TYPE c,
END OF i_string.
TYPES: BEGIN OF s_cust1,
zempno LIKE zcust1-zempno,
zcustnumber LIKE zcust1-zcustnumber,
zcustname LIKE zcust1-zcustname,
zcustbd LIKE zcust1-zcustbd,
zno_chil LIKE zcust1-zno_chil,
END OF s_cust1.
DATA: i_cust1 TYPE STANDARD TABLE OF s_cust1 WITH HEADER LINE.
DATA: wa_cust1 LIKE LINE OF i_cust1.
data : w_path type string . "------> declare this variable
DATA: filename TYPE string,
delim(1) TYPE c VALUE '|',
g_lines TYPE i.
SELECT zempno
zcustnumber
zcustname
zcustbd
zno_chil
FROM zcust1
INTO CORRESPONDING FIELDS OF TABLE i_cust1.
IF sy-subrc = 0.
  MESSAGE i009(zdd) WITH 'records fetched'.
ENDIF.
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
  CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
    CHANGING
      file_name = p_file.
w_path = p_file. "-------> include this in ur code
  CALL FUNCTION 'GUI_DOWNLOAD'
  EXPORTING
      * bin_filesize =
  filename = w_path "--------> pass this path as parameter
  filetype = 'ASC'
      * append = ' '
  write_field_separator = 'X'
  TABLES
  data_tab = i_cust1.
  IF sy-subrc 0.
     * message id sy-msgid type sy-msgty number sy-msgno
     * with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
  ENDIF.

Similar Messages

  • Mapping error while downloading the condition records (ECC to CRM)

    Hello Experts,
    We were downloading the condition records from ECC to CRM system (Production), but due to Mapping error, it was unsuccessful, i wonder what's going wrong there.
    When i see in SMQ2 (CRM Inbound Queue), an queue got stucked there, i.e, R3AD_ZDNL_COND_A930 having SYSFAIL status.
    While debugging the queue, I have found that the queue got stuck because of u2018Mapping Erroru2019.
    I found inside, Standard code reads the record from table /SAPCND/T681 (Condition Table Structure) for KAPPL = 'CRM', KVEWE = 'PR', KOTABNR = 'CUS930' and AS4LOCAL = u2018Au2019 for which the value of VAKEY_OFFSET is maintained as 0.
    If system finds the value of VAKEY_OFFSET is Zero(0) then it will change the download type from D (Delta) to M (Mapping Error) and raise the error & block the Inbound Queue in CRM.
    I checked in SMW01alsofor getting some more knowledge about that queue, here the error description:
    Structure information for table CNCCRMPRCUS930 not available (Message class: CND_MAP)
    Error when carrying out delta download (Message class: CND_MAP)
    I am a technical guy and dont have much idea in CRM Middleware.
    I welcome your valuable thoughts and will award full points.
    Regards,
    Jeo

    Hi,
    As you mentioned i checked for the followings:
    >>In Maintain field catalog:
    I found only 2-3 fields are maintained here, when i compared with A930 (A930 in ECC system).
    >>Create condition tables:
    I checked it for CUS930, i found the same but condition table structure name like CNCCRMPRCUS930 are missing. Is that important? Because i see in SMW01, same error is coming over there : Structure information for table CNCCRMPRCUS930 not available .
    Please suggest me, now what i need to do?
    Regards,
    Jeo
    Edited by: Jeo Denson on Dec 1, 2011 4:11 PM

  • How to download Adobe connect recorded meeting?

    Hi,
    The recorded adobe connect can be seen by using the recording link. But it is always on the local server.
    How can we download such a meeting/ session so that it can be listened offline on desktop?
    Thanks & Regards,
    Daman

    The options that Heyward lists are on the server side of Connect, not within the Meeting. If you are in the meeting room, go to the Meeting menu and select the Manage Meeting Room option. Otherwise, log into the server and browse to your meeting room. From there select the Recordings link. You should see a list of all recordings that have been made in that room. In that list there will be a link to Make Offline for each recording.

  • APP-PO-14094:No records meet your search criteria

    Hi,
    Merry Christmas Oracle forum members :-)
    I would like to have your advice on an error in oracle applications 11i. When trying to receive two approved specific purchase orders we get the error:
    APP-PO-14094:No records meet your search criteria
    Cause: There are no records that match your search criteria
    Action: Re-enter your search criteria with fewer or different parameters
    I checked the database tables: po_headers_all, po_lines_all,po_line_locations_all,and po_distributions_all and I can find nothing unusual.What am I missing?
    regards,

    AHS wrote:
    Hi,
    Merry Christmas Oracle forum members :-)
    I would like to have your advice on an error in oracle applications 11i. When trying to receive two approved specific purchase orders we get the error:
    APP-PO-14094:No records meet your search criteria
    Cause: There are no records that match your search criteria
    Action: Re-enter your search criteria with fewer or different parameters
    I checked the database tables: po_headers_all, po_lines_all,po_line_locations_all,and po_distributions_all and I can find nothing unusual.What am I missing?
    regards,Please see these docs.
    How To Reset a Purchase Order or Requisition From In Process or Pre-Approved To Incomplete/Requires Reapproval For Isolated Cases [ID 390023.1]
    Receiving.RECEIPTS Common Error Message WMSINB-22192 , APP-FND-00204 and APP-PO-14094 [ID 1251114.1]
    FAQ - Receiving.RECEIPTS [ID 1249431.1]
    How To Troubleshoot APP-PO-14094 When Performing Receiving Related Transactions [ID 444771.1]
    Common Receiving Issues after Installing or Upgrading to 11.5.10 [ID 309896.1]
    PO Status Affects Receiving Transactions (Receive, Deliver, Correct, Return, ASN) [ID 551232.1]
    Cannot Perform Return or Correction on a Purchase Order Line - Receive APP-PO-14094 Error [ID 188355.1]
    RCVTXERE / RCVTXECO: APP-PO-14094: No Records Meet Your Search Criteria [ID 1101403.1]
    What Receipts Can Be Queried By Requisition Number In Find Expected Receipts form? [ID 234814.1]
    RCVRCERC APP-PO-14094 FRM-40212: Invalid value for field REQ_NUM When Receipting an Internal Requisition Between Different Operating Units [ID 1489495.1]
    Thanks,
    Hussein

  • Download a recorded meeting

    I know you can download a Breeze presentation and other files
    but can you download a recorded meeting? The intent was to burn it
    on CD for those who are unable to access the server to view the
    recording.

    quote:
    Originally posted by:
    fto1234
    Are you sure about this
    http://www.franchisetoown.com/search.php?cat=192
    Yes

  • Using a recorded meeting as content for another meeting - how?

    I'm trying to set up a webinar where we play a recorded meeting.  We don't want people to access the meeting whenever they want, we want everyone to view it at the same time.  The manual/help documents say:
    "Also, a recorded meeting can be used as content for another meeting."
    But I can't any information on how to DO this.
    Can anyone help?
    Dayna

    That is truly a poorly placed sentance with no explanation. To achieve this, you will need to make an offline version of the recording, so you have an FLV version that can be played in the meeting room. Here are the steps: http://help.adobe.com/en_US/connect/8.0/using/WS20F14479-39A1-42e2-AF0A-F8C2F1AA9BE4.html
    If you want people who do not have access to an Adobe Connect server to view a meeting recording, create an offline version. The offline recording is saved as an FLV file, which can be viewed in an FLV player, and distributed via e-mail, CD, or a server.
    Note:  Creating an offline recording takes approximately the same amount of time as the duration of the original meeting recording. 
    You can minimize the offline recording window or view other windows on top of it without interfering with the contents of your recording.
    From the Adobe Connect Central home page, click Meetings or Training, and then click the meeting or classroom that includes the recording.
    Click Recordings.
    Next to the specific recording you want to use, click Make Offline.
    If Help text appears, click Proceed with Offline Recording. Then specify a location for the finished FLV file.  The meeting begins playing, creating the offline file. 
    As needed, click the Pause/Resume, Stop And Save, and Start New controls:
    The Pause/Resume button temporarily stops creation of the offline recording. This can be useful if you must download a large file and do not want to strain system resources. When you click Resume, the recording continues from where it was paused. The finished recording is one continuous file regardless of how many times you paused and resumed recording.
    The Stop and Save button ends the creation of a recording, which is useful if you want to record portions of a meeting as separate files. Click Start New to resume recording where you left off.
    When the recording process finishes, close the offline recorder window. (If the window is minimized, it closes automatically.)
    Have the recording open on a moinitor with high resolution and full screen (before minimizing to the sytem tray), so as to get the best quality recording.

  • Is it poss to capture a recorded meeting?

    We have Connect v6, and for promo purposes we'd like to put a
    short clip from a recorded meeting into a PowerPoint presentation
    which will be running autonomously.
    I can't see a way to download the recorded meeting (which I
    presume is a Flash video file?), and I 've tried using the services
    of keepvid.com, but pasting the meeting url into keepvid doesn't
    open the meeting, so no luck there.
    My tech knowledge of these things isn't great, but I'm
    willing to learn. Does anyone have any ideas how we can capture the
    recorded meeting? Or is it just not possible in version 6?
    Thanks.

    You may try using Captivate, and doing a full motion
    recording.
    With the 30 day trial you can test and see if that works for
    free. As a word of advice, use the Full Motion Recording option and
    don't record a screen capture larger than 1024 X 768.
    Jorma@RealEyes

  • Error "CRTranRec:: GetLinkedRecordId : Invalid linked record Id" is displayed when synchronizing with the BlackBerry Desktop Software

    When synchronizing data using the BlackBerry Desktop Software the following error is displayed:
    CRTranRec:: GetLinkedRecordId : Invalid linked record Id
    what to do?
    many thanks in advance

    Hi crugnola
    Welcome to BlackBerry Support Forums
    Please check your address book if you find any contact with blank images then  add an image to those contacts ,it will  fix this sync error , have a look :
    KB31008 : Error "CRTranRec:: GetLinkedRecordId : Invalid linked record Id" is displayed when synchronizing with the BlackBerry Desktop Software.
    Or head over to this thread Cleanly "Starting Over" with the Desktop Software (non-BES)  and start all over again or within that thread on post #15 there is a link to older version of BlackBerry Desktop Software , download version 6.1 it has help many user that I know from this error.
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • Firefox will not show links to flv files. I get the error message for each flv file: "File not found. Firefox can't find the file at (path) .flv." Any mov and swf files in this same path will show. I can see the videos in Safari so the paths are correct.

    Firefox will not show links to flv files. I get the error message for each flv file: "File not found. Firefox can't find the file at http:// (path) .flv." Any mov and swf files in this same path will show. I can see the videos in Safari so the paths are correct.

    Is this a webpage that contains a link to a flv file? Please post a link to the page and tell us which link(s) are the problem flv files or else post a link to the .flv file itself.
    Alternately, click on one of the sample FLV File links on this page and tell us exactly what happens:
    http://www.mediacollege.com/adobe/flash/video/tutorial/example-flv.html
    It might also help if you post the exact error message, including the path to the flv file.
    '''Note:'''
    Depending on how you have Firefox set up, clicking on a FLV File link will either save the FLV file to your computer or Firefox may open it automatically in an external application right after downloading (Firefox may ask you first). Firefox itself can't play FLV files so you need a "helper" application (or a plugin for flv files, if ther is one. You can see if Firefox is already set up to download or open FLV files by going to Firefox Preferences and looking in the Applications list. Find the FLV file type in the list and, if the action is "Open with", it should show the application that can play FLV files (e.g., VLC Media Player or Perian). See [[Managing filetypes]] for more information.

  • Access to previously recorded meeting in Adobe Connect - "not authorized"

    Hello
    I am having trouble accessing a recorded meeting in Adobe Connect.  I am not the administrator but the administrator has supposedly given us access to the recorded sessions.  Each time I click on the recording of a meeting I get a "not authorized" response, even though I am logged in.
    I am getting the below error message - Can anyone help?

    I see that you have already talked about them, but permissions are the most basic reason for this message. Could you please confirm with the administrators, if it helps.

  • Error while downloading. message on E71 GPS USA Ma...

    “Error while downloading” message on E71 with updated GPS USA Maps
    I’m sure I’m not the only one having this problem but I recently updated my maps on my Straight Talk Nokia E71. The phone says I have map download V 3.03 10wk bo4 Mw Open GL LM MN, Map version 0.1.25.114.and I’m using Nokia Ovi Suite 2.2.1.23. After I installed V3.03, I installed it and download the 1.46GB USA map file and the three turn by turn files. But when I first started the GPS app I started getting the following error “Error while downloading”(This is on phone only)
    I have tried to factory reset the phone, re-format the 8GB memory card, remove City data and GF files and even unloaded OVI Suite and reload it. But every time I select GPS app and start to find places or my position, I get "Error while downloading" message. I’m new to this phone and didn’t get a respectable book from Straight Talk. So I don’t know much about this phone or Nokia OS. What is this error and how do I fix it. Also when I try to sync from the phone I get the response "system error". Ovi suite on the PC says I have downloaded all the USA maps and English voice  with street names. Please help I’m at a lost.
    Computer specs
    I am running Win-Vista, with a Broadband connection. 3 GB Ram, 2 gig Pentium dual core.
    Tran’s flash card has plenty room left on card over 5 gigs left.
    If I need to delete a file on the phone please tell me the exact file name because I’m not sure which one to remove from the apps folder.
    Solved!
    Go to Solution.

    @Action_Jackson
    Welcome to the forum!
    Whilst easy for me to say as keep very little data on device, I would suggest backup essential data then delete E:\cities + ,qf file followed by resetting device to "Out of box" state by keying in #7370# then 12345 (default Nokia lock code unless altered by yourself). At this point you would need to open OVI Maps application on device to re-initialise application and re-define necessary folder structure on memory card for device to be recognised by OVI Suite > Maps to re-download your regional mapping.
    Happy to have helped forum with a Support Ratio = 42.5

  • Error While downloading the file A server Error has occurred, please try again later Downloading Yahoo mail Application Attachments  Trying to download My Photos and movie 3 items so i can delete them all

    I have icloud and a new iPhone5 ! They work good , took pictures and a few short movies, plugged in my phone to my iMac transfered Items to iPhoto then inported items to iMovie. when getting to know what i was doing i decided to delete pictures and movies i no longer wanted. when i looked for a few missing items i opend Finder and there some where buyt i had already trashed them and deleted the doubles. Still could not find missing pictures and movies 3 items and today after calling yahoo about a different complant with sending feed back for Yahoo mail Applications login . i opened up Attachments Not the Large Attachments just Attachments and there were the 3 items i had been hunting for to Trash and delete. the mail Attachments file does not have the Option to delet Files and photos and movies. When i tried to Download the 3 items a window shows up that says Error While Downloading the Files, A Server Error has occured, please Try Again later. nothing works how do i remove the Trapped photo and movie Blank Files and trash them?  Onece they get into my downloads i can do something with them as i understand.    That part of it kind of keeps me in Question also because why should i have to down load my own files of Attachments / Pictures and movies if they are comming from my iMac?    How much better is iLife11 then iPhoto08 and iMovie08 .  Thanks Greg

    Hello,
    Thank you for your post.
    This is a quick note to let you know that we are performing research on this issue.
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

  • Can I find the number of times the recorded meeting has been viewed?

    In Adobe Connect is it possible to find the number of views after a recorded meeting is made public? Under meeting dashboard it keeps track of these views for 30 days but I can not seem to find anywhere under the reports where this information is located.

    If you move the recordings to the Content Library, then you can pull the standard content reports for it, which will tell you number of views.

  • Error Message downloading apps

    This is a two day old issue with my phone.  Everytime I try to download an application off the market it says "Download error.  Download was unsuccessful, please try again."  I have my background data enabled, I dunno what to check as far as my settings are concerned.  Anyone have input?

    Hi korriwood,
    Thank you Ann154 for the steps provided. Korriwood, were you able to follow the steps provided by Ann154 to see if that resolved the issue for you? If not, please complete the steps and try again. In addition, I want to ask if you have tried a soft reset of the device? Here are the steps to complete this process.
    http://support.verizonwireless.com/clc/devices/knowledge_base.html?id=39334&sayt=soft
    Once completing these steps, please try again to access the Android Market.
    I trust this information is helpful for you.
    Thanks and have a good day!
    Christina B
    VZW Support
    Follow us on Twitter @VZWSupport

  • HT5642 Unable to download app this time error while downloading app please help!!!

    when i download some app from apps store i get the following error
    "Unable to download app this time error while downloading app" please help!!!
    i ve tried these Things but
    didnt workout yet
    1) i tried hard reset
    2)i tried logout/login Itune & appstore
    3)Connected to pc and rest setting Network and Full Rest
    all of no use... i dont want to update my softwre from IOS 6.0
    Plx help!1

    Hey Prahaladvatsan,
    Thanks for the question. If I understand correctly, there is a blank app icon on the home screen. It looks like you have already done some troubleshooting. I would recommend that you read these articles, they may be helpful in troubleshooting your issue.
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    Back up and restore your iPhone, iPad, or iPod touch using iCloud or iTunes - Apple Support
    Thanks for using Apple Support Communities.
    Have a good one,
    Mario

Maybe you are looking for