Documents Linked to SAP Notification

Hi All,
On an SAP Notification I have configured a tab for the screen area 092 DMS LInks.
Is there any way to make the All Versions button the default when you are creating, changing, or viewing a notification.
Currently it is always coming up in the Current Version option.
Thanks,
Bill Pickett

Hi Bill,
by debugging the coding which is responsible for the display of the linked document info records I found a possible reason for the behavior in the following coding:
Main Program     SAPLCV140
Source code of   LCV140U22
FUNCTION         CV140_LINKS_SCREEN                                                                      
*load actuell or all version in display screen
    READ TABLE gt_tdwot WITH KEY dokob       =  pf_dokob
                                 set_version = '1'.
    if  sy-subrc = 0.
      lf_set_version = 'X'.
      gf_actuell_show = 'X'.
To correct this behavior I would kindly ask you to change the customizing in transaction DC10 for document types under 'Define object links' and set the value for field 'Document Version' to '1' too. Afterwards the display of object links should be set to   
'Current versions' as default. 
To grant that allways the currenct screens and authorizations were called please maintain also the value "1" into the "Authorization" column. For further informations on this maintainance please see the SAP note 1066915. It's important that you not enter the mentioned screen number wihtout the leading "1" as this number is added automatically by the system (e.g. object MARA 1201 maintain like MARA 201). You can do this in customizing under:                                                                               
Transaction SPRO > Cross-Application-Component > Document Management > Control Data > Define screen for object links
If you need the dynpro number or object you will find all standard SAP objects and their screen number in function module CV130 (Screens) by transaction SE80. Please maintain all necessary SAP objects.
Best regards,
Christoph

Similar Messages

  • OAF document link in workflow notifications

    Hi
    I am trying to attach an OAF page I developed into a custom workflow's notification. I defined a new attribute with document type and put JSP:/OA_HTML/OA.jsp?OAFunc=XXRM_ONAY_TALEP_GUNCELLEME as the value where XXRM_ONAY_TALEP_GUNCELLEME is my sswa jsp function's name.
    Then I put this new attribute into message body, with the option "Attach Content" selected. However when the notification arrives to the recipient, instead of an attachment link or the OAF page itself, there is only a text :
    "Attribute BOLMUDUYDOC refers to Framework Region JSP:/OA_HTML/OA.jsp?OAFunc=XXRM_ONAY_TALEP_GUNCELLEME"
    As this is an urgent matter, any help to resolve the issue will be greatly appreciated.
    Thanks
    Özgür

    I managed to get this link working by setting up a message attribute of type URL.
    I selected the 'Attach Content' flag, and set the value to JSP:/OA_HTML/OA.jsp?page=/{path to xml file from $JAVA_TOP}
    Cheers,
    Tim

  • Can't log into BOE system using SAP Authentication when using Document Link

    Hi all.
    We are setting up our dev SBOP 4.0 SP2 system and are working on getting everything configured to our requirements.
    What I am currently struggling with is the Document Link functionality.
    If you browse to a document (WEBI or Crystal) in the folder view in the BI Launchpad and right click and select Document View, the system presents a static link to the report. The problem is, when I execute that link in another browser window, the system prompts me with the default login screen that consists of the User Name and Password which utilizes the Enterprise authentication by default. Our login authentication is set to SAP everywhere else.
    I've already set the parameters for BILaunchpad.properties to allow us to log into the BOE server using our user IDs and that works without a problem. I've also configured the OpenDocument.properties file as well. Neither of these two files seem to have any impact on the screen I'm seeing when I try to use the Document Link. (And yes, I've restarted the tomcat server each time I've made a change to the config files.)
    I'm running out of ideas - have any of you encountered this issue before and do you have any suggestions?
    Thanks.
    -Brian

    Hi,
    i saw this also a couple of times that the changes to the "custom" folder wont take affect.
    Try the following:
    1. Stop the Tomcat
    2. Rename the properties file in the custom folder
    3. take a backup of the properties file from the config folder
    4. make the changes to the properties file in the config folder
    5. start tomcat
    Maybe this will solve the issue but if you deploy a new Fix Pack or Service Pack these Settings will get override.
    If this solved your problem i would recommend you open a Support Message with the SAP Support.
    Regards
    -Seb.

  • Open Document Link on PO Approval WF

    In the PO Approval Workflow, if you have the proper responsibility, an "open document" link is displayed that, when clicked, takes the user to a screen entitled "Notifications to Releases".
    This function is available to our Purchasing Super User responsibility but is not available for the Purchasing Approver responsibility. I'm trying to change that.
    Using help, I determined that the form associated with "Notifications to Releases" is POXPOERL. That form is assocated with the following functions and menus:
    FORM_NAME     FUNCTION_NAME     MENU_NAME
    POXPOERL     PO_POXPOERL     CHV_CHVSSWKB_FUNCTIONS     
    POXPOERL     PO_POXPOERL     PO_POXSTNOT_FUNCTIONS     
    POXPOERL     PO_POXPOERL     PO_POXPOVPO_FUNCTIONS
    POXPOERL     PO_POXPOERL     PO_PURCHASE_ORDERS_GUI
    POXPOERL     PO_POXPOERL     POS_INTERNAL_HP_MENU
    POXPOERL     PO_POXPPOERL_VIEW     PO_POXSTNOT_FUNCTIONS     
    POXPOERL     PO_POXPPOERL_VIEW     PO_REQUESTOR_GUI
    POXPOERL     PO_POXPPOERL_VIEW     PO_POXPOERL_FUNCTIONS
    POXPOERL     PO_POXPPOERL_VIEW     PO_POXBWVRP_FUNCTIONS     
    I've tried, under Functional Developer, to add several of these to the menu for Purchasing Approver. When they show up on the menu and I click them, I get a message stating: "You are not setup as a buyer. To access this form you need to be a buyer."
    All I want is for people to be able to see and use the "Open Form Command". Am I going about this the wrong way?

    I was probably not clear enough in my original question.
    We want people who are approvers - but not necessarily buyers - to be able to open the form from the link. I'm not set up as a buyer, but I have the Purchasing Superuser responsibility and I can open the form.
    I guess, bottom line... some more information on how to make links to eBiz forms work from WF would be helpful. I've not found much in the Oracle-supplied documentation that we have; I've read what's in the Developer's Guide and the Admin guide. Can anyone suggest a web link or two that might shed more light on the process?

  • How to get "Open Document " link

    Dear  Friends,
    I have customized a Requisition Notification based on PL/SQL documents and work flow concepts.
    I have created no.of requisitions to test. Each requisition have 3 persons involved say A ,B , C
    One for submitting ,other two for approval .
    After person B approves., it will go to C. till now  Everything working fine ,
    But In person C's notification list ,  the link called "Open Document " is missing to open the submitted requisition.
    Do I NEED TO SET UP ANY THING .
    How to resolve this .Any idea .Plz share.
    Let me know for any clarification.
    Thanks
    Aravinda.

    Dear friends
    It's solved.
    Just add Purchasing responsibilty to that user to whom  that "open document link " is not visible in the notification.
    Thanks
    Aravinda.

  • Unable to view documents posted in SAP

    Hi,
    I am unable to view documents posted in SAP.
    Steps that i folllow:
    1) I enter the tcode fbl1n.
    2) Fill  the details and execute
    3) Click on the document number
    4) Click on Environment -> Additional Assigment->Object Link
    After it displays error message You are not authorized to use transaction SDV
    I was able to view documents till yesterday.
    I have IXOS client installed on my system.
    Kindly let me know your valuable suggestions
    Regards,
    Yasmin

    I pressume that this is not authorization issue.
    Try check this..
    Does the parameter for you is same like your teammate? (Transaction SU3)
    To access the IXOS is there any custom table maintained to enter authentic user ID. Likely to chek with ABAPer.
    In order to reset your user buffer go to SU56 and from the menu you will have option to rest the buffer. Alternatively you can get Security guys to do it in SU01(depends on table entry)/PFCG/PFUD...
    Regards,
    Arpan Paik

  • Show 'Text' Document contents  instead of using Document Links

    I have a requirement from my customer that requires comments to be stored and display both on the planning layout and display instantly in query.
    I am aware that documents which type other than text is stored in BIN form, so my first approach is just to assume to work with document with type 'TEXT'.
    I am aware this can be partly achieved by using the document links, but are there ways to get round of using document "links"? We want to show <b>instantly</b> the content of the document when the layout is opened and when BW query with the right combinations of characteristic values are displayed.

    Yes, for bex, it works only in workbook.
    Check F.Group: SKWF_CONTENT. There are many FM for documents which you can use.
    Here are the VBA Code part for calling RFC FM :
    Public Function BW_DOCUMENT_READ()
      Application.ScreenUpdating = False
    ' Declaration
      Dim FuncCtrl As Object
      Dim ABAP_FUNC As Object
      Dim ABAP_TAB_E_DOCUMENT_PROPERTY As Object
      Dim ABAP_TAB_E_DOCUMENT_CONTENT As Object
      Dim Row As Object
    ' Class Declaration
      Set FuncCtrl = CreateObject("SAP.Functions")
    ' Transfer SapConnection
      FuncCtrl.Connection = SapConnection
    ' Setting ABAP Functions and parameters
    '   Func Name
        Set ABAP_FUNC = FuncCtrl.Add(ABAP_FUNC_NAME)
    '   Func Export Params
        ABAP_FUNC.Exports(ABAP_FUNC_EX_PARAM1) = SAP_QUERY_DESCP
        ABAP_FUNC.Exports(ABAP_FUNC_EX_PARAM2) = SapConnection.Language
    '   Excute Function
        CALL_ABAP_FUNC = ABAP_FUNC.Call
    '   Check Function Call return
        If ABAP_FUNC.Exception <> "" Or Not CALL_ABAP_FUNC Then
           Call COLLECT_MESSAGE(Msgtxt001 & ABAP_FUNC.Exception)
           'MsgBox Msgtxt001 & ABAP_FUNC.Exception
        Else
        ' Func Import Params
          BW_BEX_SUBTOTAL_TEXT = ABAP_FUNC.Imports(ABAP_FUNC_IM_PARAM1)
          BW_BEX_TOTAL_TEXT = ABAP_FUNC.Imports(ABAP_FUNC_IM_PARAM2)
          BW_DOC_URL_PREFIX = ABAP_FUNC.Imports(ABAP_FUNC_IM_PARAM3)
        ' Doc Content
          X_pos = 1
          ' Create Header for Doc content
            Call WRITE_DOC_TABLES(SHEET_NAME_DOC_CONT, X_pos, 1, "Document Nr.")
            Call WRITE_DOC_TABLES(SHEET_NAME_DOC_CONT, X_pos, 2, "Document Line Nr.")
            Call WRITE_DOC_TABLES(SHEET_NAME_DOC_CONT, X_pos, 3, "Document Content")
          ' Fill Doc content
            For Each Row In ABAP_FUNC.Tables(ABAP_FUNC_TABLE2).Rows
              X_pos = X_pos + 1
              Call WRITE_DOC_TABLES(SHEET_NAME_DOC_CONT, X_pos, 1, Row("DOCNR"))
              Call WRITE_DOC_TABLES(SHEET_NAME_DOC_CONT, X_pos, 2, Row("LINENR"))
              Call WRITE_DOC_TABLES(SHEET_NAME_DOC_CONT, X_pos, 3, Row("LINE"))
            Next
        ' Doc Properties
          X_pos = 1
          ' Create Header for Doc content
            Call WRITE_DOC_TABLES(SHEET_NAME_DOC_PROP, X_pos, 1, "Document Nr.")
            Call WRITE_DOC_TABLES(SHEET_NAME_DOC_PROP, X_pos, 2, "Property Name")
            Call WRITE_DOC_TABLES(SHEET_NAME_DOC_PROP, X_pos, 3, "Property Value")
            Call WRITE_DOC_TABLES(SHEET_NAME_DOC_PROP, X_pos, 4, "Language")
            Call WRITE_DOC_TABLES(SHEET_NAME_DOC_PROP, X_pos, 5, "Text Short")
            Call WRITE_DOC_TABLES(SHEET_NAME_DOC_PROP, X_pos, 6, "Text Long")
          ' Fill Doc Property
            For Each Row In ABAP_FUNC.Tables(ABAP_FUNC_TABLE1).Rows
              X_pos = X_pos + 1
              Call WRITE_DOC_TABLES(SHEET_NAME_DOC_PROP, X_pos, 1, Row("DOCNR"))
              Call WRITE_DOC_TABLES(SHEET_NAME_DOC_PROP, X_pos, 2, Row("NAME"))
              Call WRITE_DOC_TABLES(SHEET_NAME_DOC_PROP, X_pos, 3, Row("Value"))
              Call WRITE_DOC_TABLES(SHEET_NAME_DOC_PROP, X_pos, 4, Row("LANGU"))
              Call WRITE_DOC_TABLES(SHEET_NAME_DOC_PROP, X_pos, 5, Row("TXTSH"))
              Call WRITE_DOC_TABLES(SHEET_NAME_DOC_PROP, X_pos, 6, Row("TXTLG"))
             Next
        ' Infoobjects Text
          X_pos = 1
          ' Create Header
            Call WRITE_DOC_TABLES(SHEET_NAME_IOBJ_TEXT, X_pos, 1, "Infoobject Name")
            Call WRITE_DOC_TABLES(SHEET_NAME_IOBJ_TEXT, X_pos, 2, "Language")
            Call WRITE_DOC_TABLES(SHEET_NAME_IOBJ_TEXT, X_pos, 3, "Text Short")
            Call WRITE_DOC_TABLES(SHEET_NAME_IOBJ_TEXT, X_pos, 4, "Text Long")
          ' Fill Texts
            For Each Row In ABAP_FUNC.Tables(ABAP_FUNC_TABLE3).Rows
              X_pos = X_pos + 1
              Call WRITE_DOC_TABLES(SHEET_NAME_IOBJ_TEXT, X_pos, 1, Row("IOBJNM"))
              Call WRITE_DOC_TABLES(SHEET_NAME_IOBJ_TEXT, X_pos, 2, Row("LANGU"))
              Call WRITE_DOC_TABLES(SHEET_NAME_IOBJ_TEXT, X_pos, 3, Row("TXTSH"))
              Call WRITE_DOC_TABLES(SHEET_NAME_IOBJ_TEXT, X_pos, 4, Row("TXTLG"))
            Next
        End If
        Application.Worksheets(SHEET_NAME_DOC_CONT).Select
        Range("A2").Select: Selection.End(xlDown).Select
        MAX_NR_DOC = Selection.Value
        Cells.Select: Cells.EntireColumn.AutoFit
        Application.Worksheets(SHEET_NAME_DOC_PROP).Select
        Cells.Select: Cells.EntireColumn.AutoFit
        Application.Worksheets(SHEET_NAME_IOBJ_TEXT).Select
        Cells.Select: Cells.EntireColumn.AutoFit
    End Function
    Private Function WRITE_DOC_TABLES(SHEET_NAME, I_X, I_Y, I_TEXT)
      Application.ScreenUpdating = False
      Set DOC_POS = Application.Worksheets(SHEET_NAME)
      DOC_POS.Cells(I_X, I_Y).NumberFormat = "@"
      DOC_POS.Cells(I_X, I_Y).Value = I_TEXT
    End Function
    For the BW Web, you can searh in how to paper from Tobias Kaufmann. Or search for Doc: "WEB API REFERENCE". In that Doc, search for the topic: 'WEB DESIGN API FOR TABLES'. There you will get all info needed, about how to enhance BW Web application designer.
    There is no possibility for me to attach that doc here. sorry, you have to search it by your self, or send me your email.
    Hope it helps.
    Best Regards,
    Suan Liono

  • Authentification Open Document Link

    Hello
    I'm using WebI in BO Edge with SAP authentification. The Report has an open document Link to a Crystal Reports. The Databas configuration of this Report (CMC) is set to SSO.
    When I stert the WebI and click on the Link, a window pops up with a logon prompt.
    I it possible to avoid this second authentification?
    Regards
    Alex

    Hi Stratos
    Thx for your answer.
    I am using the hostname directly.
    Over CUID:
    http://boeserver500:8080/OpenDocument/opendoc/openDocument.jsp?siDocID=8811&sType=rpt&lsSZ_POSID=([param_value])
    Or over Document Name:
    http://boeserver500:8080/OpenDocument/opendoc/openDocument.jsp?sDocName=Material&sType=rpt&lsSZ_POSID=([param_value])
    Regards
    Alex

  • How do link with SAP SD?

    Hi GTS experts.,
    I am very new for GTS. I have got much more experience in SAP SD. How wil i start about GTS ? How do link with SAP SD?
    If any having any document , Pls guide to me
    Regards.,
    Lakshmanan.S

    Hi,
    You can goto the link (help.sap.com) - http://help.sap.com/saphelp_gts72/helpdata/en/b1/8dc5c62c885046ab71fdcddc6ad2c2/frameset.htm (GTS 7.2)
    This would give you a better understanding. Looking at the config guides after this is suggestive.
    You can also download a Business Process Guide for GTS and go through it. Helps you understand the Export and Import process and how GTS enables it. But its not restrictive i.e we can always make changes to cater to specific business needs.
    From SD<-> GTS point of view, Sales Orders (SD0A), Outbound Deliveries(SD0B) and Billing(SD0C) all can be mapped based on module specific and Business Process needs. Material Master and Customer master from master data point of view.
    Few other noted items include:-
    1. Document types
    2. Item Categories
    3. Partner Functions
    and many more.
    To start of with GTS has Organization structure wherein Company Codes - FTO and Plant - Legal Units are mapped. Storage location and plant combination can also me mapped.
    Regards,
    Abir

  • Trex: Indexing a document link.

    Hi everybody,
    I am trying to index some document links in my portal but TREX seems not to index. I have a folder with some documents and another folder with links to this documents. The documents have some properties and the links have a diferent type of properties. What I need is to create a taxonomy with the links classified using some of theri properties (not the document properties). When I index the link folder, the crawler return all the files but when I watch the index queue everything is at 0, no file is being proccessed.
    Thanks in advance.
    Gregori Coll Ingles.

    Gregori,
    what is the start condition of your indexes?
    http://help.sap.com/saphelp_nw2004s/helpdata/en/71/090e41bb0ff023e10000000a155106/frameset.htm
    James

  • Need a basic document link abt BO Webi

    Hi All,
    I am new to BO technology. If anyone share the basic document link abt BO Webi it will be a great help.
    Thanks in Advance
    Sathiya

    Hi,
    http://help.sap.com/businessObject/product_guides/   <select which product document you want>
    Cheers,
    Suresh ALuri.

  • Inserting/Embedding PDF documents to an SAP Adobe Form

    Hi all,
    We have a requirement to insert/embed an external PDF documents to an SAP Adobe Form.
    Please provide pointers in this regard.
    Thanks,
    Sandhya

    Tim, a change like this is really simple.
    Formcalc and javascript are pretty similar - when I started developing AIF a year ago, I knew nothing about either of them... not that I know a whole lot now...
    The Help in Livecycle designer is actually quite helpful when it comes to scripting. Also, there's a google group you can join where you can email questions for help.
    You would just call the form like you normall do. The code is placed INSIDE your form "under" your field. There is a script editor built in to Adobe - Click Pallettes -> Script Editor to see it.
    there are many events on which to place code - you will need to find an event that triggers early - such as Form:Ready etc...
    Here's an example I have with 2 radiobuttons and a text box. If my 'yes' radiobutton is chosen, I make my input box visible
    if ( yes.rawValue eq "1" ) then
    data.Page2.grp2.func.rb.ifyes.presence  = "visible"
    endif
    Same concept if my 'No' button is chosen
    if ( no.rawValue eq "2" ) then
    data.Page2.grp2.func.rb.ifyes.presence  = "hidden"
    endif
    Both of these scripts are in the "click" event of the radiobutton.
    Lastly, here's a link to a great resource on Scripting
    http://www.adobe.com/devnet/livecycle/articles/lc_designer_scripting_basics/lc_designer_scripting_basics.pdf
    Scripting, on a moderate to small scale, will make your life a bit easier. Don't try to do too much, otherwise you'll find AIF may be the wrong tool for what you're trying to do.

  • Automatic printing of a document linked to an Equipment

    Good day SAP Experts,
    I have a question which I hope there is a simple answer to within SAP.
    I have created some documents that are stored in a seperate pc and are linked to SAP PM equipments. (Transaction CV01N)
    I can follow the link from the equipment back to the document, open and view/change this document and also when the document is open, I can print it.
    So far so good, now is the tricky bit,  I create a PM work order for this Equipment, I can see there is a document linked to the equipment, so I want this documnet to be printed automatically when I release and print the work order.
    To put it simply, my request is similar to having received an email with an attachment, I want the attachment to be printed in full when I request the email to printed.
    In  the customising of DMS I have found :
    Application Type
    This key controls the processing of original application files with applications in document info records.
    Use
    For authorization purposes, you can define the following settings for each application, depending on the data carrier type:
    1 - Display
    2 - Change
    3 - Print
    But I cannot get option 3 to work or am I misunderstanding the use of "3-Print"
    Any help or guidance greatly appreciated.
    Leslie

    Hi Leslie
    The print function in workstation applications won't automatically print the documents attached to an equipment. This function is designed to allow you to print using the print button in a SAP DIR or from CV04N, not for automated printing when a work order is released. This would require either an ABAP enhancement or a product like Seal.
    The problem with linking a document to an equipment and printing it is that the equipment could have any documents linked including photos and numerous procedures or work instructions designed for different tasks. Unless all documents are relevant for all tasks, you could easily find yourself in a position where you end up printing 5 documents you don't need every time you release an order. This is the reason that the best technical solution is rather to link the document as a product resource tool to a maintenance order or task list. This indicates in SAP that the document is a tool required for that specific maintenance order or task and you can select different documents for different tasks and the order in which the documents should be used because without this the results could have serious safety impacts. I.e. ensure that the person follows the tag out procedure before trying to do another task on the equipment.
    Regards,
    Athol

  • 4.x: Document Link passing range parameter to a WebI rpt using BEx query

    I'm new to working with BEx queries, so I may use the wrong terminology.  I'm trying to create a document hyperlink from one WebI report to another.  Both are based on BEx queries, which I didn't create, nor do I have access to modify.  The BEx query for the target report has a parameter, Fiscal year/period, which is a range parameter.  The displayed value in a report or in pick lists is in the format "JUL 2010".  The key is in the format "K4/007/2010". 
    I have tried using the Document Link expert to configure passing the range parameter, but have been unsuccessful.  The typical result is an error message, ERR_WIS_30270, which is most likely the result of an incorrect format for passing the range.  I've not been able to locate adequate documentation that describes the syntax for passing a range value to a BEx parameter.  I've successfully created Document Links to reports using BEx queries that have a parameter that requires a single value, and I've done Document links in non-Bex reports in 3.1 without issues.
    Has anyone successfully passed a range value to a BEx paramter?   If so, what syntax did you use?
    The environment is BI 4.0, sp 2 (14.0.2.439)
    Edited by: Steve Green on Oct 7, 2011 8:04 PM

    Marianne,
    Thanks for the heads up on the fixpack.  I tried looking at the note # you sent, but a search of SAP Notes says that the note has not been released.  However, reviewing the Fixed Issues in fixpack 6 shows the following item:
    ADAPT01580012
    Link to a WebIntelligence report using syntax OpenDocument fails when target document contains a prompt
    based on a BEx variable of type Interval. Error message is "An internal error occurred while calling
    'answerPromptEx' API. (Error: ERR_WIS_30270)".
    Behavior is now correct and refresh operation takes into account interval answer passed in OpenDocument URL.
    Now we just need to upgrade to fp 2.6 to see if it resolves this issue.  I've also opened a ticket with support, so I'll see what they say.
    Edited by: Steve Green on Oct 12, 2011 7:27 PM

  • Web Application Designer - Redirect document link to external documents

    Dear all,
    within a Web report we actually show document links (master data) by setting the parameter
    DOCUMENT_ITEMS_MASTER_DATA in the corresponding Web Template to 'ON'.
    Clicking the document link icon the corresponding document out of the BW document store is shown
    This is standard.
    We now want to replace this functionality by presenting documents (one per master data entry) stored on the application server of the BW-system in a separate window; means - a click oh the document icon shall lead to an 'external' document.
    Is it possible to do this (f.e. using Javascript ?!)
    Thanks in advance
    Hagen

    Dear Hagen,
    I saw, that you worked and solved by your own the topic in
    http://scn.sap.com/thread/2066463
    Could you provide your solution--- we have the same request ( do not broadcast empty queries with empty results)
    Thanks,
    Thomas

Maybe you are looking for

  • How can I use Bluetooth

    I want to know about Bluetooth operating system How can I connect Bluetooth to other I phone And get video from them?

  • Cannot Format Hard Disks for Re-installation

    Hello, first post, I have a computer that stopped working and showed the folder icon with a question mark when attempting to boot the machine.  Since I was able to boot to internet recovery and things appeared normal aside from not being able to find

  • Doubt in Execute Rule Set Action

    Hi, I have seen the following documentation in help doc regarding Execute Ruleset action 'The Execute Ruleset and Execute Flow Ruleset rule script actions result in evaluating and executing another ruleset u2013 either a rete ruleset or a flow rulese

  • Workflow, capturing, and file sizes question

    I currently use FCE strictly for DV work, but need to upgrade to either FCE HD or FCP for use with HDV. My workflow now consists of capturing to a scratch disk, then archiving the captured DV file to an external HD for backup purposes and storing the

  • My book live issues

    Just bought 3tb My Book Live nas drive to use for backups. Finder can see the drive, but Time Machine can't and neither can Disk Utility. I am running OS 10.8.4 on a 27" Imac. I have done a factory restore on the disk to see if that made any differen