DMS - Original file drawing

When creating DIR in DMS i am attaching a Autocad drawing file. Some of the users who are viewer of this DIR have Autocad installed on their desktop while others do not have Autocad installed on their desktop. For users/viewers who have autocad installed they should be able to open the original/attached file in the native application i.e. autocad whereas for others the original/attached file should be opened through SAP viewer.
In define workstation application,  if i put %AUTO% for display i.e. Application type. Will it work? If not what should be done.

Dear
For viewing autocad file in SAP ECL viewer you have to check setting in SPRO
Steps:
SPRO--->General Data >Define Workstation Application>Select ACD(Autocad file type)-->Clcik   Define workstation application in network --> Add new Entry -->
Type    ||        Appl       ||       AT         ||        Description     ||            Application(path and program name)
PC         ||     ACD       ||     1       ||     Autocad      ||       EAIWeb.webviewer2D.1 %SAP-CONTROL%
PC         ||     ACD       ||     2       ||     Autocad      ||      %auto%
PC         ||     ACD       ||     3       ||     Autocad      ||      %auto%
This will solve your problem
Regards
Tushar Dave
Edited by: Tushar Dave on Aug 3, 2009 1:08 PM

Similar Messages

  • DMS Original File Display issue

    Hello All,
    This is regarding Original File dispaly issue in DMS. User is using CV04N transaction to download the file. After going in the DMS screen user is selecting the file, Right Click & select the option "Copy to". Then user select the option to save the file on Desktop. If required user change the description of the file & save it on Desktop.
    But when he tries to open that file from the desktop, file is not diaplayed & does not give any error. In some cases file is taking more than 10 mins to open the file.
    This issue is faced by only two users whereas on my laptop file is displayed properly without any issue.
    What could be the reason behind this? Waiting for your valuable reply.
    Thanks
    Pravin

    Hi,
    As it happens after saving the file it si probably the local system issue.Please check if the application is not corrupt or you are using the latest version of the same.
    Thanks
    Amulya

  • DMS:Original file path overriding configuration ?

    Hi,
    Running 4.6c. We use vault method for originals. We have configured data carrier type "Server,frontend" -> PC and are maintaining a path as c:\ for the temporary files. We also have configured 'frontend computers' by putting in the entry as 'Default' data carrier.
    Example: Using CV01N, one person Bob, creates a DIR - 100, checks in the original into the vault and saves the DIR. When another person Frank, using CV02N opens DIR - 100, tries to change the original, there is a pop-up with two fields: 1. Data Carrier (blank with a drop down option) and 2. Original: displays the full path of the first person's PC as C:\Document and Settings\Bob\SapWorkDir\<temp. file name>.
    Issue-we get a 'ftp:subcommand local error' for Frank when trying to access the original. We also observed that sometime, it would actually create the path C:\Document and Settings\Bob\SapWorkDir\<temp. file name> for Frank on Frank's PC!!
    Is the original overriding the configuration? Should it not create the temporary file in C:\ as we have configured in DC20?
    Any help would be appreciated.
    Thanks

    Hi Athol,
    Appreciate your helpful input for my query. I tried setting up the profile and have a couple of questions:
    1. Define profiles -> Determine definitions for applications. Is the 'Work Directory' the field to configure the path e.g C:\?
    2. Since we have the vault configured, I assume that I use the vault value in the Define profiles -> Determine definitions for applications -> Storage Category
    3. Define profile -> Determine definitions for applications -> Default values, does anything need to be checked. There are three attributes Display, Print and Display in WWW.
    Would appreciate if you can clarify the above.
    Thanks!

  • How to maintain keywords for a original files in DMS?

    Hi,
    How to maintain a Keywords for all original files which are already available in content server? I have done the following steps for full-text search(content search) with in originals.
    1.Configured RFC from TREX to R/3
    2.Created SSR with VERITY search engine
    3.Configured MIME types in DMS
    4.Indexing has been done
    5.We ran RSTIRIDX program as a background job.
    After doing above all for activating full text search in CV04N,  The text box search text is enabled, how ever when we try to search for a text in original we are getting the message:"No documents found with these selected parameters".
    Awaiting for your valuable response.
    Thanks
    Prasad

    Hi Prasad,
    could you please test the search behavior also in transaction SKPR07 because this transaction offers different tools for testing and analysing the TREX search. The class for DMS is DMS_PCD1.
    Best regards,
    Christoph

  • Digital Signature on Original File

    Hi Friends,
    I have a requirement which I am explaining below:
    There are various status for a document and workflow is triggered for each status.  I want to add the Diginal signature of person after he approves / select the status for that document thru workflow on Original file.
    If there are multiple pages on the original file I want to add the Diginal signature of person on each page. And also I want to put stamp on below the signature on each page.
    Can it be possible. If so Pls. let me know how to do or where can I get the material.
    Regards,
    Sai Krishna

    Hi Sai Krishna,
    Yes, both your requirements are feasible to achieve in SAP DMS but via different approaches.
    1. For implementing digital signature, the steps are as follows:
    Configuration section:SPRO>Reference IMG>CA Components>Approval
    -Define individual authorization group
    -Define individual signatures
    -Define signature strategy
    -Define individual signatures to the above signature strategy
    -Define signature sequence(if there are more than 1 group involved for approval)
    -Define users and restrictions(signature assigned to relevant users)
    -Define document status(of document type) or which signature strategy must come into effect
    NOTE: Digital signature is status driven(hence its not possible to have it for each original part as desired by you)
    2. For implementing stamp feature
    Stamp feature is part of 'Redlining Tools' suite.You may add stamp by clicking on the stamp icon in Redlining Tools section of a original(in the edit mode). Provide the necessary details that you need to appear in the stamp. After creating the stamp, from the Favorites section choose the stamp needed and insert the same onto the original drawing.
    Hope this helps.
    Regards,
    Pradeepkumar Haragoldavar
    Edited by: Pradeepkumar  Haragoldavar on May 31, 2010 7:39 AM

  • How to delete the check_in or check_out original file of a document.

    hello,
    using function 'BAPI_DOCUMENT_CHANGE2' delete a original checked in or checked out.following code:
    data: lv_objkt like aeoi-OBJKT,
          lv_doknr like draw-doknr,
          lv_dokar like draw-dokar,
          lv_doktl like draw-doktl,
          lv_dokvr like draw-dokvr,
          lv_slen type i.
    lv_dokar = 'DRW'.
    lv_doknr = '00000000000155'.
    lv_doktl = '000'.
    lv_dokvr = '-'.
      data:
    **..... Document data DATA:
      ls_doc LIKE bapi_doc_draw2,
    **..... Indicator for change relevance
      ls_docx LIKE bapi_doc_drawx2,
    **..... Bapi return structure
      ls_return LIKE bapiret2,
    **.... Originals that are checked in simultaneously
      lt_files LIKE bapi_doc_files2 OCCURS 0 WITH HEADER LINE.
      ls_doc-documenttype = lv_dokar.
      ls_doc-documentnumber = lv_doknr.
      ls_doc-documentversion = lv_dokvr.
      ls_doc-documentpart = lv_doktl.
      lt_files-deletevalue = 'X'.
      lt_files-documenttype = lv_dokar.
      lt_files-documentnumber = lv_doknr.
      lt_files-documentversion = lv_dokvr.
      lt_files-documentpart = lv_doktl.
      CALL FUNCTION 'BAPI_DOCUMENT_CHANGE2'
      EXPORTING:
      documenttype = ls_doc-documenttype
      documentnumber = ls_doc-documentnumber
      documentpart = ls_doc-documentpart
      documentversion = ls_doc-documentversion
      documentdata = ls_doc
      documentdatax = ls_docx
      IMPORTING:
      return = ls_return
      TABLES:
       documentfiles = lt_files.
    Did an error occur ??
      IF ls_return-type CA 'EA'.
        ROLLBACK WORK. MESSAGE ID '26' TYPE 'I' NUMBER '000'
      WITH ls_return-message.
      ELSE.
        COMMIT WORK.
      ENDIF.
    execute this code,but original file was not deleted.
    what reason?
    pls help me.

    this problem has been resolved.it isn't a problem.who want to know how to be solved,pls contact me by email.

  • WebDocuments: Cannot open original files

    Hello,
    We are testing WebDocuments - BSP,which is used to retrieve data from SAP - DMS(Document Management System).
    When we try to open any original file in any one of the documents, we get exception. All other functions are working all right. Can anybody help me with this problem?
    Thanks in advance,
    Sergey

    Hi Ali,
    Thanks for your answer, it helped us a lot. We solved the problem with original files - it was content server error. Now we are trying to implement WebDocuments in another SAP system and got error message when starting WebDocuments:
    Business Server Page (BSP) error
    What happened?
    Calling the BSP page was terminated due to an error.
    SAP Note
    The following error text was processed in the system:
    Exception Class CX_FQDN
    Error Name 
    Program CX_FQDN=======================CP
    Include CX_FQDN=======================CM002
    ABAP Class CX_FQDN
    Analyze CHECK
    Line 10 
    Long text -
    Error type: Exception
    Your SAP Business Server Pages Team
    Do you know what does it mean? We made exactly the same actions as in the first SAP system, so what can be the problem?
    Thanks a lot,
    Sergey

  • Original file name problem

    Hi all,
    Got this wierd problem with DMS.
    I am opening (in change mode) an excel document stored in our DMS for editting, then I check it back in again. When I check it back in again and save, the orignal file name is getting the temp folder name appended to it!
    In CV02n I have setup a Temp working directory for files, e.g. N:\Mydocs. Lets say my document is called "Requirements.xlsx" , everytime I open the document, make some changes and check it back in again SAP is adding the temp directory name to the original file name... after 3 or 4 check out/ins the file name is now "MydocsMydocsMydocsMydocsRequirements.xlsx"!!!
    How do I stop SAP appending the folder name to the original file name?

    Doh!
    I've just figured out my own problem.
    The temp working directory setup in CV02n did not have a "\" on the end of the path... so SAP thinks it's a name not a location.
    changing the Temp working directory to N:\Mydocs\ solved the problem.

  • Remnants of original file structure in library

    While most of my photos have been re-arranged in the new library by roll name, when I look in the library via finder, I see that there are still some photos that remain in the original Date named folders.
    These photos also now ALL seem to appear under a new roll number that was created automatically during the iPhoto 06 upgrade, regardless of when the said photos were originally created.
    All of these photos were at some time modified by photoshop CS.
    The question is:
    Should/can I delete the remnants of the original file structure from my library (the date named folders, as seen in finder), now that it appears that most everything has been moved from the date based folders to the "Original" and "Modified" folders?

    Hey deejaybee - I had the same issue a while back, in my case the new roll (and hence the leftover folders) contained more than 1000 images!
    Best advice is don't delete the remnants in the Finder, not until they contain no images at all. Check the images in the new roll within iPhoto, delete them from there if you're sure (which will in turn remove them from the remnant Finder folders), then delete the empty Finder folders.
    In iPhoto:
    1 Click on the Library in the Source list, opt to Sort by Film Roll and scroll to the new roll created by the upgrade.
    2 Check each image in the new roll against where it should be in your Library. Prior to the v6 upgrade, each of these photos originally existed in another, earlier, roll (created when you first imported them) and those original rolls will now contain either duplicates of the photos in the new roll, 'original' pre-edit versions of the photos in the new roll or - more worryingly - no copy of the photos at all. If you can't quickly locate the original roll:
    a Select a photo in the new roll and click the 'i' button in the bottom left corner of the iPhoto window to show you the date the photo was taken;
    b Click the calendar button (to the right of the 'i' button) and select the exact date you just found;
    c If you're still in Library / Film Roll view, you'll now see just the rolls containing photos from that date; the selected photo should originally have existed in one of these and others from the same shoot should still be there.
    In your case you say all the photos in the new roll had at some point been modified in Photoshop; what you should be looking out for then is the 'original' copies of those photos, if you keep / kept them (so you can always 'Revert to Original' if you don't like your edits). If not the originals then at the very least ensure that those new roll photos still exist in the original roll(s) in their edited form.
    If you can't locate the photos in the original roll(s) at all, and you wish to keep them, don't delete the copies in the new roll! Either leave them in the new roll or, in full Library / roll view (i.e. with the calendar button not selected) select & drag them from the new roll to the roll they were originally in.
    As an example, in my case many of the photos in the new roll were unedited 'originals'. The edited versions of these still existed where they should have in their original rolls, and for these edited versions the 'Revert to Original' menu option was still available, but selecting it did nothing - because the original photos had somehow become orphaned, hence iPhoto moving them to the new roll, to draw the to my attention. I dragged the originals back to the correct rolls and deleted the edited versions - I can always recreate edits from an original photo, but I can never recreate the original photo once it's gone.
    Once you've emptied the new roll completely, by either dragging the photos back to another roll or by simply deleting them, the remnant Finder folders will also be empty and can then safely be deleted.
    Hope this doesn't sound all too pedantic; out of my 1000+ photos, a large proportion of them were not to be found elsewhere in my Library and I would have lost rather a lot by simply deleting them without consideration...

  • About DIR and original file correlative table?

    Hello,
    I want to retieve  documents' origial files in batches  whether check in kpro or not from correlative table(DRAW,DMS_PH_CD1,DMS_DOC2LOIO,DMS_PHIO2FILE,DMS_DOC_FILES,DMS_PHF_CD1,etc.),
    but I didn't wholely understand the relation about document tables.how to know that original file 's statu is check in or check out or initial.
    please help me.
    thank you.
    best regards.
    pangyanting.

    Hi,
    you can use the Report: DMS_KPRO_CHECK1
    Or built your own report by using the function module CV120_KPRO_MASTER_DATA. Check the field protected in the return table ptx_data.
    There are also ways to get what you want via function module SDOK_PHIO_PROPERTIES_GET.
    BAPI are also available see SAP documentation in [note 766277|https://service.sap.com/sap/support/notes/766277].
    regards,
    Steffen

  • Digital Signature tool to Embed Approver signature on PDF Original Files

    Hi,
    Good Day...!
    We have implemented SAP DMS and configured workflow for DMS. When it reaches certain status workflow will be triggered and send workitem to the Approver. If approver can approve or reject based on his review on the original document. If he approves DIR will directly go to released status. Once Approver approves Digital signature has to popup and it has to embed approvers signature on the Original file.
    Is there any third party tools available in the market or can any body provide some inputs how to achieve.
    Please share your experience, if anybody has implemented the same.
    All original files we are using will be in PDF format.
    Note: Our requirement is Approver's signature has to embed on to the Original file when he approves the document.
    Thanks & Regards,
    Prasad.

    Hi,
    Please find details on digital signature in DMS
    Prerequisite
    1)You must have Authorization object {}C_SIGN_BGR to be set (ask basis team to do the same) for the digital signature.
    2)Following  are the authorization object for Documents (If you have all access to the authorization object will be very good, mainly a & b must).
    a) C_DRAW_TCD
    b) C_DRAW_TCS
    c) C_DRAW_STA
    d) C_DRAW_BGR
    e) C_DRAW_DOK
    f) C_DRAD_OBJ
    How to config for Digital Signature in DMS
    The required settings are made under
           a)Document Management ->Approval?->Define individual Signature .
           b)Document Management ->Approval?->Define Signature strategy .
    2.   Assign a signature strategy to the document status .
    3.   Also the required settings are made in customizing under
          Document Management - Control data - Define Document Types (DC10) - Define document status.
         Assign a signature strategy to the document status (As per point no.1 in sign start).
    4.  Save the changes.
    5.  Create DIR
    6.  In DIR once the Document status is set for required digital signature, the system informs you that a digital signature is required. Yellow warning will come, enter two times.
    7.  The Digital Signature dialog box appears. Enter your comment in the text field. Select the individual signature that is assigned to your authorization group in the Signatures to be              executed section and enter the password .Then save it again.6) you can see this digital signaure again, in cv03n, go to top menu Environment --> digital signature.  You will get all the details. 
    Thus the Digital signature process has been completed.
    With help of Transaction code SU01 ,in user tab enter your user name and press F7 check first and last name if it is correct its well and good or else go to change mode and enter correct one, save it.Because while making digital signature using user ID and password it is must or else it will give an error.
    Additionally check the help link for more details.
    http://help.sap.com/saphelp_470/helpdata/en/83/acd928db1c11d397d3080009c17b92/content.htm
    Regards,
    Deepak Kori

  • Applescript for replacing Original Files with aliases from an Organized Library.

    Hi, all I am new to Applescript and the support community. I am working on developing a script that takes a folder and replaces its original music content with aliases from an organized Library. Let me explain a little better.. I have a list of project folders that all contain folders and original music. My company uses iTunes to store and organize their music. Once iTunes has imported the music and has made a copy of the original file and organizes it accordingly we create an alias within the iTunes Library and manually drag and drop the aliases into our Project folders. I have a Script that reverts the aliases with the orginal file and the coding is
    Code starts here---
    set f to choose folder
    ProcessAlias(f as string)
    -- replacess all alias files in the passed folder path (string)
    on ProcessAlias(this_folder)
    -- get list of folders in this_folder
    set utid to AppleScript's text item delimiters -- store old delimiters
    set AppleScript's text item delimiters to {return}
    tell application "Finder"
    set folder_listing to every folder of folder this_folder as string
    end tell
    set AppleScript's text item delimiters to utid -- restore old delimiters
    if folder_listing is "" then
    set folder_list to {}
    else
    set folder_list to paragraphs of folder_listing
    end if
    -- process folder_list
    repeat with sub_folder in folder_list
    ProcessAlias(sub_folder) -- send each folder back to this subroutine
    end repeat
    -- get list of alias files and process them
    tell application "Finder"
    set alias_files to every file of folder this_folder whose kind is "Alias"
    repeat with this_alias in alias_files
    try -- error if broken alias
    set orig_item to original item of this_alias
    set item_dest to container of this_alias
    move orig_item to item_dest with replacing
    end try
    end repeat
    end tell
    return -- you can return a listing of moved originals if you want
    end ProcessAlias
    Basically I need the revers of this process. The objective is to save space and continue to let iTunes organize and copy files for us. I already have made a script that generates aliases into the subfolders of iTunes organized Library withour replacing the file that iTunes created. I also made a script that takes the itunes library and dumps all the aliases into a designated folder. I thought this may be helpful for drawing aliases to files that are in our project folder but seem to be stuck.
    I was thinking maybe if I took my iTunes and made all the aliases all into one folder to draw aliases from would make it easier. I'm not sure but it seems like there should be some easy way of doing this. Any suggestions would be greatly appreciated.

    Also Script above is for reverting aliases into original files as posted by Eatalay of this forum.

  • Help! (please :) I have a 1GB iPod that's loaded with music for which my computer can no longer find the original files-due to external mass storage crash during recent move. Is there a way to import iPod music back into my iTunes library on computer???

    Help! (please I have a 1GB iPod that's loaded with music for which my computer can no longer find the original files-due to external mass storage crash during recent move. Is there a way to import iPod music back into my iTunes library on computer???

    Or If there is any purchased music then you can try to transfer purchases
    http://support.apple.com/kb/ht1848
    If you're in the US you can reload purchased music
    http://support.apple.com/kb/ht2519

  • Song and Artist Info missing under itunes but not in the original file, and putting track number next to certian songs. Help

    i recently updated my itunes...today i opened it up and moticed abuout 100 songs missing...they are now at the bottom of itunes song list with a number next to them with information mission such as this the example below
    01 human                                                                 (this song should have the killers name as artist and cd title, etc)
    01 hosanna     hillsong united                                 (this song should have the cd title to it)
    02 lay me down                                          burning light
    02 leave out all the rest
    02 let it be                       the beatles
    03 papercut
    when i go under the original folders and files in the itunes folder everything is normal no missing info, etc. but under itunes orgnising its picking and choosing the same songs and putting the track number next to it and others songs in the same cd not. plus info missing. under the infor when i click right button all info missing there...but not under original file.
    please help

    A response on this subject from another post:
    It could be that you have inadvertently imported these CDs into iTunes as part of a compilation. If so, the artists won't show in the artists menu on the iPod.
    To check, highlight the tracks on one of the offending artists CDs in iTunes, right click and select "get info". This brings up a multiple song info window, and from there you can check if you have 'yes' in the box marked "part of a compilation".
    If you have, select 'no' instead and click 'ok'. Do this with any CD that has this issue. This will alter the info in iTunes, and you should then connect your iPod and synchronize the changes.
    The problem arises because the information contained on the Gracenote CD Data Base (where iTunes gets all it's album/artist/track info from), is sometimes incorrect. It can show CDs as compilations when in fact they are not.
    ramstigo wrote:
    I had an earlier post on this subject with a similar problem. I tried what you suggested and it worked indeed. You can select the artists from your Ipod on Itunes and after highlighting the artists/albums affected, click NO on the compilation box and the issue is resolved: the artists appear on the list.
    Thank you so much!!!!.

  • My iTunes account says that it cannot locate the original file for all of my songs.  My iPhone still has all the music and is able to play the songs, if I sync and backup my iphone will the songs be replaced with the empty copies from my itunes library?

    So basically I tried to back up my itunes library to my external hard drive and when I followed the instructions and then went to play a song it said Orginal file cannot be found. It said that for all of the songs. I'm not sure how to fix what I did, I already tried consolidating and all of that stuff and it didn't locate the files.  I'm guessing that I somehow deleted the original songs along the way.  I synced my iPhone without knowing what I did and surprisingly all of the music is still on my phone.  So now that I've completely screwed up my iTunes account, I need to know how to get all my music back onto my iTunes account and have that library only on my external hard drive, not my computer. Everything looks fine on my iTunes besides the fact that it cannot locate the files but what I'm afraid of is me syncing and backing up my iPhone and then being left with no music because it syncs to the empty songs.  How can I fix this? and if I can't fix my iTunes library is there anyway for me to still be able to backup my iphone and all the music on it, without erasing my music?

    Well I'm not sure if I correctly backed up my itunes library because when trying to open itunes from that back up it keeps saying original file not found. Okay this is going to sound confusing but bear with me.  I "backed up" my itunes, meaning I just dragged and dropped the iTunes folder into my external hardrive, and then I changed the destination on iTunes to open from my external hardrive.  It was working fine when I did that, however I did that just on my own, I didn't know about consolidating the files or any of that so I hadn't done that before copying the folder to my external hard drive. I can't remember but I'm pretty sure I deleted the iTunes folder after I had copied it to my external hardrive. So I did that and it was working fine, I was able to open my itunes with my external hardrive.  BUT yesterday I thought that I hadn't done it correctly because I didn't consolidate the files and all that, so I wanted to be more thorough and do that, I followed the steps to do that but when I did that I think it got all the files from my computer and not from my external hard drive so it basically didn't find anything on my computer because I had deleted them. And like an idiot, I replaced the iTunes folder on my external hard drive (the one I did correctly the first time), with the one I did wrong. So I believe I pretty much deleted all the music files from both my external hard drive and my computer. Please correct me if I'm wrong?
    I believe getting all my music back on my itunes is a lost cause. BUT I still have all my songs and stuff on my iPhone. My question is, if I plug my phone into my computer and sync it, will it erase all my songs from my phone? A little more info, my iTunes still has the names and stuff of all my songs, they just can't be played because the files are missing, my iPhone doesn't need to erase and sync when I plug in my phone because it's already synced to my computer. What I'm afraid of is when I plug in my phone to backup and sync, will it erase my music because it can't find the files on my computer or external hard drive anymore? Or will it just leave the songs because they're already there (on my phone) and only sync the new songs that I've downloaded? I just need to know is my iTunes still going to be functional as far as me being able to backup my phone?
    I have a lot of songs purchased from iTunes but a lot (like 60%) are from CDs that I no longer have. So re-downloading my music would only account for 40% of my library.

Maybe you are looking for