DVR w/ FLVPlayback 2.5.0.15 & Custom Publishing Client - Seek Bar Not Working [updated]

[ UPDATED to include code and modified language after I discovered that everything works when I use Live Encoder.... ]
Hello.
So I've got the DVRCast application installed, and I am successfully streaming live-DVR content to the updated FLVPlayback component.  I'm able to access the DVR-specific metadata (e.g. "currLen") without any trouble, and so forth.
When I record with the Flash Live Encoder, everything works correctly; the seek bar fills in as more content is published, and the playhead advances slowly across the filled-in section of the seek bar.
But when I do the publishing with a custom client instead of Flash Live Encoder, the seek bar doesn't work right.  Specifically, when I start viewing a stream which is still being broadcast live, the seek bar shows the length of the stream at the moment I started viewing it; however, the seek bar doesn't update correctly as new content continues to be appended to the end of the stream.  What happens instead is that the "playhead" (not sure of the proper terminology here) moves along the seek bar until it reaches the end, and then it just sits at the end -- and the seek bar itself starts expanding to the right, off the edge of the stage!
So I assume the problem here is that I need to add some code to the publishing client.  Here's the meat of the publishing code (from MyDVRPublish.as, which is the document class for MyDVRPublish.fla):
        public function MyDVRPublish()
            nc = new NetConnection();
            nc.addEventListener(NetStatusEvent.NET_STATUS, onNetStatus);
            nc.connect("rtmp://localhost/DVRCast");
            dvrFlag = true;
            isVideoReady = false;
            streamID = null;
            vid = new Video(640, 480);
            vid.x = 0;
            vid.y = 0;
            vidMonitor.addChild(vid);
            cam = Camera.getCamera();
            cam.setQuality(0,90);
            cam.setMode(640, 480, 30);
            vid.attachCamera(cam);
        private function onNetStatus(event:NetStatusEvent):void{
            trace(event.info.code);
            if(event.info.code == "NetConnection.Connect.Success"){
                doRecording("mystream");
        private function doRecording(sID:String) {
            isRecording = true;
            streamID = sID;
            publishCamera();
        private function stopRecording() {
            ns.close();
            isRecording = false;
            trace("Finished recording " + streamID);
        private function onAsyncError(event:AsyncErrorEvent):void{
                trace(event.text);
        private function publishCamera() {
            ns = new NetStream(nc);
            ns.client = new CustomClient();
            ns.addEventListener(NetStatusEvent.NET_STATUS, onNetStatus);
            ns.addEventListener(AsyncErrorEvent.ASYNC_ERROR, onAsyncError);
            ns.attachCamera(cam);
            trace("Publishing Stream...");
            ns.publish(streamID, "record");
...What am I missing?
Thanks,
-dan
Message was edited by DanMITRE.

Hi Dan,
Unfortunately, I don't know of a tutorial that builds a custom client that publishes to DVRCast, but Graeme Bull created a great video tutorial that should help:
http://fmsguru.com/showtutorial.cfm?tutorialID=25
Before Adobe published the DVRCast app, Graeme played around with FMLE3 and figured out what calls it was making to the server and built his own DVRCast app. I know this is the inverse of what you want to do, but watching him reverse engineer FMLE's calls to the server will show you how to make your own publishing client.
Also, you check out the DVRCast code at rootinstall\applications\dvrcast_origin\scripts to see exactly what the DVRCast app expects the publishing client to call (and what it expects the subscribing client to call).
Roughly:
The DVRCast docs have a code example on page 11 that calls DVRSetStreamInfo. After the publisher calls DVRSetStreamInfo with the name of the DVR stream and calls NetStream.publish("streamname", "record"|"append"), the subscribing client calls DVRGetStreamInfo to get the name of the DVRStream. The subscribing client then passes the name of the DVRStream in a call to DVRSubscribe. Finally, the subscribing client calls NetStream.play("streamname", 0, -1) to play the stream.
I'll get a tutorial up as soon as I can (unless someone beats me to it), but unfortunately I have to hit some deadlines today on other projects.
HTH,
Jody

Similar Messages

  • [iphone] Custom Icons in Tab Bars - Not Working

    I'm trying to use my own icons on the Tab Bar because the Standard Icons do not fit with what what my menus display.
    I've tried saving them as 30x30 black and white .png files, but for some reason the simulator and the device display the icon as a blue square. They will not show the .png.
    I've also tried saving it as a .jpg and no dice. Anyone have insight as to why this is?

    Here is a procedure that I used to create the tab icons using Photoshop. I am not a photoshop expert in any way so if there may be a shorter approach. The qist is to create a grayscale image with a mask layer, no background and export to png with transparency. After scouring the net for tips and suggestions, I gathered some pointers on twitter and iphone sdk message boards and narrowed down this procedure. So all credit to the original authors! Sorry - I did not keep track of them.
    1 You need to create a single layer grayscale image and not worry about how the tab is displayed when it is active (blue background) and gray (inactive). That's handled in the SDK.
    Create a grayscale image and save it s jpeg or gif. Delete the background completely
    2. Open this image and select all and copy the image to your clipboard. Ensure that you can view the layers/channels/paths window (in Photoshop go to the WINDOW menu and check layers).
    3. In the layers/channels window, you will see the layer labeled as "background"
    (notice the lock icon on the right extreme)
    4. Convert this "background" to a mask layer - double click on the lock icon.
    A new layer window will pop up. click ok.
    5. select the channels tab, and add an alpha channel by clicking on the small icon on the lower border of the layer/channels window -looks like circle within a rectangle. (it should say "save selection as channel" when you "mouseover" this icon. This message will not be displayed if you have not copied your original image to the clipboard.
    6. You should now see two channels listed (Gray and Alpha).
    7. Select the Alpha channel and paste from clipboard
    8. ensure that both channels are selected for display and Invert the image -- will change colors - reddish tinge
    9. Save for web devices, select transparency and png format and save
    You can now drag this ping into xcode!
    Sundar

  • Customized strings in iPad viewer not working?

    Hello,
    per request of client i've tried to change one string in viewer for iPad. So i've created template in DSP App Builder, modified this template on my computer, choose this file in App Builder and prepared another build (V28). Unfortunately, i still see old original string (i've double tested that i'm downloading new version of app). When i now check DPS App Builder, it just says "Asset stored on server", so i asume, that everything goes smoothly on this side.
    Any similar experience with customized strings?
    Thanks
    Martin

    Everything was done from scratch with V28.
    1. 10. 2013 v 16:14, Bob Bringhurst <[email protected]>:
    Re: Customized strings in iPad viewer not working?
    created by Bob Bringhurst in Digital Publishing Suite - View the full discussion
    That's odd. It worked for me when I tested it. Perhaps you should try moving the current xml file to a different folder, downloading a new version, copying and pasting, and rebuilding.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5728130#5728130
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5728130#5728130
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5728130#5728130. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Digital Publishing Suite at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Custom field in BP_PDBGP table not getting updated

    Hi,
    i am working in Contract management in SRM 7.0 Pack 6. I have aadded a custom field in partner table which appears in the partner table of contract header. It is a checkbox. when i check it the value gets saved in BBPPDBGP table for the first time after that if i try to uncheck it the value is not getting updated. I checked in the BBP_DOC_CHANGE_BADI, the value which is getting passed is correct but it doesn't update the databse accordingly.
    Any suggestions? is this a standard bug?
    Neha

    Hi Virendra,
    Thanks a lot for your suggestion.
    Where should i check? If the data passing to BBP_DOC_CHANGE_BADI is correct then that means at the webdynpro side there should not be any problem and as per the standard after doc_change also it should save properly. i also checked the badi there is not dependent coding done over there. DOC_SAVE badi is also inactive for contract business object. Hence, i am not getting any clue where could be the problem.
    Let me know if you want more details inorder to analyse this problem.
    Thanks &Regards,
    Neha

  • Custom Navigation bar not working. Apple can't seem to help

    After watching many videos on people customizing their Navigation bars on Iweb, I decided to do the same for my website. If you go to the home page of my site I can click on any link and have no problem. However, once I am off of the home page I cannot get any of the other links to work. I took my mac to the apple store and they showed me how to fix it. But it didn't help. Nor has there been any useful advice from calling their tech support. Any ideas on how to fix this would be appreciated.
    Rev. Paul

    So if you have a custom made nav bar that works okay on the home page, but not on the other pages of your site, did you remember to go and hyperlink your nav bar on the other pages of your site and not just your home page, or did you forget?
    That is one reason why they will not work, if you forgot to hyperlink - you either have to hyperlink first and then copy and paste or do each page individually - it is time consuming, but is the price you pay for having a custom nav menu.
    A url would be nice so we can see what is going on.

  • Web Viewer embedded (custom domain) and button url not work!!! (Urgent!!!)

    Many sorry for this question - we have a Web Viewer embedded (custom domain) that have all url (button with open in browser) that not work!
    On tablet (Apple + Android) the button work great but on web viewer they do not work!
    Any ideas to solve?
    I see it: Where to place add externalLinksOpen : 'window' to FrameService?
    web viewer URL links

    Any ideas to solve?

  • Custom Logi task flow is not working

    I created a custom task flow for webcenter spaces login and deployed it using extending webcenter spaces, added it to one of my custom resource catalogue and then added it to the spaces login page. The login process works fine but the problem is that i am Evaluating an EL to check if the user falls under a particular group and if true then redirect him to a particular space. When i try login for the first time it authenticates but even though the user belongs to the desired group, the EL is still evaluated to "false", which in turn returns truw if i try login for the second time. i think the WCSecurityContext is not working for the first time. Any guesses why? or is there a different problem in the implementation. The EL is "#{WCSecurityContext.userInGroup['XYZ']}" where XYZ is one of the groups in OID.
    Urgent Help required..............
    Thanks in advance

    try
    securityContext.userInRole instead of WCSecurityContext

  • Custom built page bookmark is not working

    Hi,
    We have used Captive 2 to built course & publishing it
    for SCORM 1.2 for eLearning output.
    Some of the custom built interactivities page with more than
    one step in it, bookmarking is not working. It skips the bookmark
    for those interactive pages.
    Is there are solution to avoid this ?
    Thanks.
    Regards
    Chetan

    Hi,
    Thanks for the feedback. It is like that until we turn on
    report for particular slide nothing get reported to LMS (including
    bookmark).
    If this is the case then i have course which has some
    interactive pages along with assessment. I want to just report the
    scores for assessment pages and not the other interactive practice
    pages. If i turns on reporting for other pages for bookmarking
    purpose my score get updated which is not required.
    Is there any way I can bookmark each interactive page &
    normal page without updating the score ?(excluding assessment)
    Thanks.
    Chetan

  • Customer JSF Component Value Expression not work

    why my customer tag not work,
    in my jsp
    <q:my formatString="yyyy/mm/dd" current="#{LoginBean.date}"></q:my>the isLiteralText() always return true, and I can't get the correct value, #{LoginBean.date} is returned.
    bellow is my tag source.
    can anyone help me.
    package jsf;
    import javax.el.ValueExpression;
    import javax.faces.component.UIComponent;
    import javax.faces.webapp.UIComponentELTag;
    public class MyCustomerTag extends UIComponentELTag {
        private String formatString;
        @Override
        public String getComponentType() {
            return "COMPONENT_TYPE";
        @Override
        public String getRendererType() {
            return "COMPONENT_TYPE";
        @Override
        public void release() {
            super.release();
            setFormatString(null);
        @Override
        protected void setProperties(UIComponent component)  {
            if (!(component instanceof UIDatePicker))
                throw new IllegalArgumentException("Component "+
                    component.getClass().getName() +" is no UIDatePicker");
            component.setValueExpression("current", current);
            System.out.println(current.getExpressionString());
            System.out.println(current.isLiteralText());
            System.out.println((String) component.getAttributes().get("current"));
         * @return the formatString
        public String getFormatString() {
            return formatString;
         * @param formatString the formatString to set
        public void setFormatString(String formatString) {
            this.formatString = formatString;
        private ValueExpression current;
         * @return the value
        public ValueExpression getCurrent() {
            return current;
         * @param value the value to set
        public void setCurrent(ValueExpression current) {
            this.current = current;
    }

    I do not know what your native is, but there's quite a huge difference between "custom" and "customer". Look it up in your dictionary.

  • In custom Masthead logoff functionality is not working properly

    Hi ,
    We have customized Masthead based on standard SAP par  “com.freescale.navigation.masthead"
    I am explaining issue with example.
    1)     User logon to Portal.
    2)     He is under “System Administrator -> Support” page.
    3)     He press “Sign Out” link which is provided in custom masthead.
    4)     User log off from the portal.
    5)     But Address bar is showing following URL
    6)     “https://(portal-server) /irj/portal?NavigationTarget=ROLES://portal_content/administrator/system_admin/system_admin_role/com.sap.portal.system_admin_ws/com.sap.portal.support/com.sap.portal.support_desk ”
    7) Ie. When user again Log on he directly jumps to the
    “System Administrator -> Support” page.
    I want to remove the NavigationTarget part from the address bar when user Log Off. So that when user logon again he should able to see the default role after log on.
    HeaderView.jsp is having following code :
    For “Sign Out” link , I am calling Javascript function. openLogoffMsg()
    function openLogoffMsg()
    <%if (!isPreview){%>
        if (EPCM.getUAType() == EPCM.MSIE)
            var val = window.showModalDialog('<%=GetLogoffConfirmMsgURL(componentRequest)%>', '', '<%=LOGOFF_CONFIRM_MSG_ARGS_IE%>');
            if (val == 'logoff')
               logoff();
        else
            window.open('<%=GetLogoffConfirmMsgURL(componentRequest)%>', '<%=LOGOFF_CONFIRM_WINDOW_NAME%>', '<%=LOGOFF_CONFIRM_MSG_ARGS_NS%>');
    <%}%>
    function logoff()
        EPCM.raiseEvent("urn:com.sapportals.portal:user", "logoff", "");
        document.forms["logoffForm"].submit();
    <form name="logoffForm" style="display:none" action="<%=GetLogoffURL(componentRequest)%>" method="POST">
         <input type="hidden" name="logout_submit" value="true"></input>
    </form>
    private String GetLogoffURL(IPortalComponentRequest request)
        IPortalComponentURI logoffURI = request.createPortalComponentURI();
        return logoffURI.toString();
    Thanks in Advance.
    Thanks and Regards,
    Shrikant

    Hi Shrikant,
    In masthead par file there is LogInRedirect.jsp which is responsible for getting logon URL and display logon page back in browser after logoff is done. This jsp inturn calls getPortalURL function. This function is present in logon par file (umLogoffPage.jsp). If you have made changes in logon par file make sure that this jsp has that function.
    Have a look at these two par files and make sure these functions are these.
    Regards,
    Vishal
    PS: Reward points if answer is helpful

  • Custom IKM Knowledge Modules are not working with Group By Clause

    Hi All,
       I am facing an issue with custom IKM knowledge modules. Those are IKM Sql Incremental Update and IKM Sql Control Append.
    My Scenario is
    1. Created an interface with table on source and temporary datastore with some columns in target.
    2. In the Interface on the target i defined one column as UD1 and other column as UD2  for which group by to be implemented .
    3. Customized  IKM Sql Incremental Update  with " Group by " by making  modification in my IKM Sql Incremental Update
    detail step "Insert flow into I$ table"  i.e., i replaced like this whereever i find this <%=odiRef.getGrpBy()%> API
    Group By
    <%=snpRef.getColList("","[EXPRESSION]","","","UD1")%>,
    <%=snpRef.getColList("","[EXPRESSION]","","","UD2")%>
    Up to UD5.
    . Here in the place of [EXPRESSION] i passed column names for UD1 similarly other column name for [EXPRESSION] of UD2.
    4.Made all the proper mappings and also selected the KM's needed for that interface like CKM Sql ,IKM Sql Incremental Update.
    5. Executed the Interface with global context.
    Error i am getting in this case is :
    Caused By: java.sql.SQLSyntaxErrorException: ORA-00979: not a GROUP BY expression
      at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
      at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
      at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
      at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
      at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
      at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
      at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)
      at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1115)
    Here the columns in the select clause are there in Group By also.
    I did the same scenario using IKM Sql to file append .In that case i am able to do it. But not with the above mentioned KM's. Please let me know if any one know it or tried with this, as it is
    high priority for me.
    Please help me out.
    Thanks,
    keerthi

    Hi Keerthi,
    If your are transfering data from Oracle to Oracle (I means source is oracle Db and target is also oracle DB) then use below KM's and group by will come automatically based on the key values you selected on interface target datastore
    1) CKM Oracle
    2) LKM Oracle to Oracle (DBLINK)
    3) IKM Oracle Incremental Update (MERGE)
    Hope this will helps to resolve your issue
    Regards,
    Phanikanth

  • Customer Exit variable of Query not working in View

    Hi,
    I have a customer exit variable in my query to calculate the last 6 month period on Calendar month. I have used 0CMONTH for the same and then using offset of 6 on its value range to get it.
    Now, I have many views based on this query, which should ideally be having the same filter condition for the calendar month, but it is not happening. Although, it is working fine for the query! The views do not seem to be catching the selection correct.

    Hi there,
    As far as I Know, yes they exist. The only difference here, is that you build a query with a selection screen, and  you execute the query with some selection parameters, and therefore all customer exit variables, offsets, etc, will be read and changed at the runtime execution of the query, and you can rearrange your query visualization drilling down free char., making filters, etc. and storing that visualization in a view.
    If you save your view and execute it afterwards, you'll get the same selection parameters to input, the same offsets, etc, that you have with the query, but with a visualization stored by you.
    So that should have been working.
    Diogo.

  • Customer Exit  ---  Select statement is not working

    Hi All,
             I am working on Master Data Text Datasource customer exit. Reading only restricted records using select statement if it is valid then those records move into I_T_DATA. If not they are not going to read.
           I have written the following code .
    Data : ls_rotextstr2 TYPE ROTEXTSTR2. '' Extrct Struct Name
    *&Assigning  values language and chart of accounts to variables
    Data : lc_zspras     TYPE SKAT-SPRAS VALUE 'E',
           lc_Zktopl     TYPE SKAT-KTOPL VALUE 'GCOA',
           lc_zsaknr     TYPE SKAT-SAKNR.
    LOOP AT I_T_DATA INTO ls_rotextstr2.
    gi_tabix = SY-TABIX.
    SELECT SINGLE SPRAS KTOPL SAKNR FROM SKAT INTO
    (lc_zspras, lc_Zktopl, lc_zsaknr)
    WHERE SPRAS = lc_zspras
    AND   KTOPL = lc_Zktopl.
    IF SY-SUBRC EQ 0.
    MODIFY I_T_DATA FROM ls_rotextstr2.
    ENDIF.
    ENDLOOP.
    Here select statement reading all records like other than 'EN" and 'GCOA' and  going to Subrc condition.
    Please some one take a look at the programme and tell me where I am making mistake. I just want the records that are language = 'EN' and Chart of Accounts = 'GCOA'.
    Your suggestions are very help full to me,
    Thanks
    Ganesh.

    Hi,
    Apply the following changes :
    Data : ls_rotextstr2 TYPE ROTEXTSTR2. '' Extrct Struct Name
    Data : lc_zspras TYPE SKAT-SPRAS VALUE 'E',
    lc_Zktopl TYPE SKAT-KTOPL VALUE 'GCOA',
    lc_zsaknr TYPE SKAT-SAKNR.
    LOOP AT I_T_DATA INTO ls_rotextstr2.
    gi_tabix = SY-TABIX.
    SELECT SINGLE SPRAS KTOPL SAKNR FROM SKAT INTO
    (lc_zspras, lc_Zktopl, lc_zsaknr)
    WHERE SPRAS = lc_zspras
    AND KTOPL = lc_Zktopl.
    IF SY-SUBRC NE 0.
    DELETE I_T_DATA INDEX gi_tabix.
    CONTINUE.
    ENDIF.
    ENDLOOP.
    hope it works...
    regards,
    Raju

  • Customer exit for calweek is not working

    Hi,
    I have written a customer exit to derive calweek from a calday. But its not displaying the correct value.
    Can u please let me know if there is any error in the code.  The return value for calweek is a single value.
    CASE I_VNAM.
    WHEN 'zfclweek'.
    DATA : zday like sy-datum.
    IF I_STEP = 2.
          LOOP AT I_T_VAR_RANGE INTO L_S_VAR
          WHERE VNAM = 'ZFCLDAY'. ((ZFCLDAY  is also a customer exit to derive date and its working fine )
    ENDLOOP.
            zday = L_S_VAR-LOW .
            zday = zday + 1.  ( i need week of the next day of ZFCLDAY )
    CALL FUNCTION 'DATE_GET_WEEK'
            EXPORTING
              DATE               = zday
           IMPORTING
              WEEK               = xweek
          EXCEPTIONS
           DATE_INVALID       = 1
    OTHERS             = 2
          IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
          l_s_range-low  = xweek.
          l_s_range-sign = 'I'.
          l_s_range-opt  = 'EQ'.
          append l_s_range to e_t_range.
    exit.
        endif.
        clear l_s_range.
        clear zday.
        clear xweek.
    endcase.

    Hi,
      I have changed my code as follows. But when i run the report its showing, "variable contains invalid values :
    please do me the needful.
    CASE I_VNAM.
    WHEN 'zfcweek'.   " it is a customer exit variable on calweek
    IF I_STEP = 2.
    LOOP AT I_T_VAR_RANGE INTO L_S_VAR
    WHERE VNAM = '0fper'.    " curent fiscal period
    endloop.
    YEAR = L_S_VAR-LOW+0(4) .
            PER = L_S_VAR-LOW+4(3).
            IF per = 01.
                 per = 12.
                 year = year - 1.
             else.
            PER = PER - 1.
            endif.
            CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET'   " need to calculate first day of last fiscal period
              EXPORTING
                I_GJAHR              =  YEAR
                I_PERIV              = 'Z1'
                I_POPER              = PER
      I_MONMIT             = 00
             IMPORTING
               E_DATE               =   FDAY.
    EXCEPTIONS
      INPUT_FALSE          = 1
      T009_NOTFOUND        = 2
      T009B_NOTFOUND       = 3
      OTHERS               = 4
            IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
            ENDIF.
            CALL FUNCTION 'DATE_GET_WEEK'                  " to calculate the calweek of the first day of last fiscal period
            EXPORTING
              DATE               = FDAY
           IMPORTING
              WEEK               = xweek
           EXCEPTIONS
             DATE_INVALID       = 1
    OTHERS             = 2
          IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
          l_s_range-low  = xweek .
          l_s_range-sign = 'I'.
          l_s_range-opt  = 'EQ'.
          append l_s_range to e_t_range.
        endif.
        clear l_s_range.
        clear year.
        clear fday.
        clear per.
    endcase.

  • Custom report definition file (.rdf) not working in release 12

    I have created a custom report XXX_VENDORS.rdf and uploaded to the server. While executing the concurrent program, it asks for XXX_VENDORS.rep file. How can I execute an .rdf file in Release 12?

    While executing the concurrent program, it asks for XXX_VENDORS.rep file.rdf files should work with R12. The CM would ask for the .rep if it could not find the .rdf file. Please make sure you have uploaded the file to <PROD>_TOP/reports/<lang> directory.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for