Redlining LAYER file .cgm Path Setting

Dear All,
Whenever i create & save redlining on AutoCAD Drawing in ECC 6.0(ERP 2005), it make a file with .cgm extension on my local system at following default path "C:\DOCUMENT AND SETTINGS", Is there a way that i can change that storage location to other path(e.g. C:\SapWorkDir\Acad)....If there is any configuration please reply me......
Waiting for your reply
Thanking You,
TUSHAR DAVE

Hi Dave,
you can change the path by maintaining another path for the used frontend type in
transaction DC20. Here you can maintain a specific path for each frontend type which is used to create a temporary copy or a cgm layer file, when you display an original.
Best regards,
Christoph

Similar Messages

  • Saving documents via Scripts: Get current file name and set save path/file type

    I am writing a script that will:
    -Make all layers invisible
    -Make a layer named "background" visible
    -Delete all the invisible layers
    -Save the docment as an EPS file (leaving the original document untouched)
    I am new to scripts and so have based my script by copying code from other scripts.
    Here is my code:
    var doc = app.activeDocument;
    var name = doc.name;
    var hide = function (){ // hide all layers (based on http://forums.adobe.com/thread/644267)
         var L=doc.layers.length;
         for (j=0;j<L;j++){  doc.layers[j].visible=false; }
    hide();
    // loop through all layers
    for (var i = 0; i < doc.layers.length; i++) {
                  // Create the illusrtratorSaveOptions object to set the AI options
        var saveOpts = new IllustratorSaveOptions();
        // Setting IllustratorSaveOptions properties.
        saveOpts.embedLinkedFiles = true;
        saveOpts.fontSubsetThreshold = 0.0
        saveOpts.pdfCompatible = true
    //Set up Variable to access layer name
              var currentLayer = app.activeDocument.layers[i];
    // Loop through the layers and make the back ground layer visible
              if (currentLayer.name == "Background") {
                        docName = name + currentLayer.name+".eps";
                        currentLayer.visible = true;
    // Delete Invisible Layers (based on http://www.cartotalk.com/index.php?showtopic=7491)
    var myDoc=app.activeDocument;
    var layerCount=myDoc.layers.length;
    for (var ii = layerCount - 1; ii >= 0; ii--) {
        var currentLayer = myDoc.layers[ii];
        currentLayer.locked = false;
        var subCount = currentLayer.layers.length;
        for (var ss =subCount -1; ss >= 0; ss--){
            var subLayer = currentLayer.layers[ss];
            subLayer.locked = false;
            if (subLayer.visible == false){
                subLayer.visible = true;
                subLayer.remove();
        if (currentLayer.visible == false){
            currentLayer.visible = true;
            currentLayer.remove();
    // Save Out Document with New Name
    var saveName = new File ( doc.path + "/" + docName );
    doc.saveAs( saveName, saveOpts );
    Everything works fine except:
    1) It saves the document with the name AdobeIllustratorBackground as opposed to the name of the document
    Also, I am not sure how to tell the script to save as EPS and to specify the save location.
    Could some one give me some pointers?          Thanks!

    Thanks! I changed my code to this:
    var title = doc.name;
    var title = title.substring(0, title.length - 3);
    And it now works! (The substring thing removes the .ai extenion).
    However, how do I get it to save it as an EPS? (I found this script that  saves as PNG, but I am not sure how to adapt it to EPS).
    Also, how do I set the file output path?
    Thanks for any help that can be offered.

  • ECL Viewer layer file

    Hi all,
    Can somebody tell me how and from where to set ECL Viewer layer file path to get rendlined layer file to front end pc.
    Pramod

    Hi Pramod
    The Redlining layers do not get saved in the SAP Working Directory (SAPWorkDir) as expected, if the SAPWorkDir contains a " . " (dot) in its path.
    The system saves a layer for an original application file as an additional file for the original application file in the same storage data as the original application file itself. Layers are saved as a transparent level in vector format (CGM
    I have tried this and also tried with other local drive. My observation is that layer get saved on the same path from where the drawing file is uploaded is SAP DMS.
    Please check
    Regards
    Yogesh
    Award points for useful answer
    Edited by: Yogesh  Pande on Dec 10, 2008 1:29 PM

  • Photoshop File with Layered Set to Multiply Not Honored in InDesign CS3

    I am placing a PSD file from Photoshop CS3, that has a reflection/shadow layer set to Multiply with an additional layer of the model set to Normal within Photoshop. When I place this PSD in InDesign CS3, the Multiply inside of the Photoshop file is not honored.
    Is this Normal Behavior?
    Thanks

    Hey all,
    I've encountered this same problem in CS3, and for the life of me, I thought I remember in CS2 that the layers were indeed honored--hence the advantage of using native PSD files in InDesign. This was so any effects (transparency or otherwise) would be carried over in the InDesign file, therefore removing the limitations of using legacy formats like TIFF or EPS, which did not allow this type of dynamic workflow.
    Give us your thoughts on this, as it has hindered a couple of jobs in CS3 which required the effects exactly as explained above by the OP.
    Thanks!
    Mikey

  • Cfolder do not respond while saving redlining layer

    Hi all,
    We have installed Cfolder 4.0 and ECL viewer 5.1.3 for viewing and redlining DWG , jt,.stl files.
    I have changed or created a redlining layer, and try to exit the ECL Viewer.When I press "finish viewer session", to save the layer the application goes into not responding mode.
    Please help.
    Hemant Patil

    hi hemant,
    check ur java version.
    <b>goto>> internet explorer>>tools>>sun java console.</b>
    latest version is <b>Java Plug-in 1.6.0_03</b>.
    after that log off c folder and again login. or still this problem occur then consult ur network team.
    thanks
    amit
    plz rewards point if answer useful

  • System.IO.File.Exists And set IIS

    Hi all.
    I want Check file exists in SharePoint webpart.
    So I found class the System.IO.File.Exists.
    ---source---
    string path = @"\\nar-cla500s3\memo\test\skill\print-001.xls";  <-- return only false
                try
                    if (System.IO.File.Exists(path))
                        Label.Text = "true";
                    else
                        Label.Text = "false";
                catch { }
    ----source-----
    If i wirte LocalPath(@"C:\memo\test\skill\print-001.xls), I Can get True.
    My all APP's processID is win\lx13040020, And win\lx13040020 can access <\\nar-cla500s3\memo\test\skill\print-001.xls>
    But I got only false...
    is this double hope problem? I want check exists from file server.
    I need your help, Thank you.

    Hi,
    I will not recommend to change the settings from IIS. This fixes your problem but might create more. Setting the value to 'disable' means impersonation not in action and all resources will be accessed using app pool account instead of currently logged in
    user. If you would run your code inside SPSecurity.RunWithElevatedPrivil... then you could bypass the impersonation without changing IIS settings. Now disabling the impersonation you add the risk of security breach as all users can access what app pool can
    access. For SharePoint site, I don't think you should change settings from IIS.
    Some useful links: 
    http://stackoverflow.com/questions/1061857/sharepoint-and-identity-impersonate-false
    http://extreme-sharepoint.com/2012/05/30/impersonation-elevation-of-privileges/
    Thanks,
    Sohel Rana
    http://ranaictiu-technicalblog.blogspot.com

  • Won't compile-even with correct path set up

    NEVER MIND - It helps when you don't have a typo in the application. :-(
    Please disregard this post.
    I've read the archives. I actually got everything to work fine on my desktop. I'm now trying to get the "Hello World!" application to compile on my lapttop. I am getting the standard "javac is not recognized . . ." error.
    I've checked my path set up. My javac.exe is in the bin file of the jdk1.6.0_02 folder in my C drive. I have my application in the C drive in a folder "Java"
    c:\Java>javac HelloWorldApp.java
    What am I missing? Yes, I've just started to learn this language and would appreciate all the patience and help I can get.
    Thanks,
    Gizelle
    Message was edited by:
    simplyGizelle

    Hi your classpath is not set when so you can go to the folder(bin) where
    javac.eze is and give the absolute path of the java file you want to comiple.

  • Crystal Report with text(csv) data file, can we set it as input parameter?

    Hi,
    I am a new user of Crystal Reports 2008.
    I have created a report with charts in it. The input data comes from a csv text file.
    Can I set the name of this text file as an input parameter?
    as I need to generate 44 similar reports with different text filenames(and data)?
    Thank you.
    Regards

    Brian,
    Thanks much.
    I did exactly what you said.
    Just to see any change, I first gave a bad report file name just to see if I am accidentally pointing to a different file,
    but I got an error saying report not found.
    Then I renamed my original datafile name and generated a report and it still generated one without giving an error.
    Then I also gave a junk name to the logoninfo and printed that name, the new name was assigned to logoninfo, but the code did not error out.
    It ended up generating the report.
    Now here is what I think is happening,
    1) The save data in report option seems to be still on even though I have turned it off in 2 locations
    a) file -> Report Options
    b) file -> Options -> Reporting tab.
    2) For some reason the logoninfo is getting ignored as well.
    Since I did not see any answers yesterday I posted a link to this thread on the .Net forum
    Crystal Report with text(csv) data file, can we set it as input param? C#
    and Ludek Uher says that I am connecting to the text file via a DAO database engine and so need to use the same code for changing the text file as for changing an Access database.
    But the link he gave me tells me to try the same thing that we have been trying..
    Here is my plan,
    1) I will first try and find out why my save data with report option is still on ( but it shows off in Crystal ).
    2) why is LogonInfo getting ignored.
    Meanwhile any suggestions from anyone are welcome.

  • Crystal Report with text(csv) data file, can we set it as input param? C#

    Hi,
    I am new to the forums and posted a question which belonged to the .net - SAP Crystal reports group.
    Can someone help me with my problem? following is the thread that I have started.
    Crystal Report with text(csv) data file, can we set it as input parameter?
    Thank you in advance.

    Looking at the original thread, you are connecting to the text file via the DAO database engine:
    "I added the text file as follow, new connection -> Access/Excell (DAO) -> select the file and the database type as text"
    Thus I would use the same code for changing the text file as for changing an Access database. See Kbase [1218178 - Error: "Logon failed" when connecting to Access database in .NET application|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233313338333133373338%7D.do] for more information. If that does not work, you may want to consider connecting via ODBC or feeding the data from the text file to and ADO .NET dataset and pointing the report at the dataset.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Unable to deploy a war file: could path length in a war file be an issue on WIN2K?

    Hi all,
    I am unable to auto deploy a web app as a war file but has no problem to auto deploy it as an exploded directory that I drop under the
    $PortalHome/config/mydomain/applications directory of the WebLogic Server installation.
    Portal Server runs under W2K.
    I noticed that the generated war file located under $PortalHome/config/mydomain/applications.wlnotdelete contains files which path is 10 level deep and may be over
    255 char.
    Could this be a problem?
    The error I got is:
    ####<Dec 27, 2001 3:29:13 PM PST> <Info> <HTTP> <EBRIDONNEAU> <portalServer> <main> <system> <> <101059> <[portalServer] Loading efs40 from WAR file:
    D:\Bea\wlportal4.0\.\config\portalDomain\applications\.wlnotdelete\wl_comp19136.war>
    ####<Dec 27, 2001 3:29:13 PM PST> <Info> <HTTP> <EBRIDONNEAU> <portalServer> <main> <system> <> <101031> <[WebAppServletContext
    (23419224,personalizedPortal,/personalizedPortal)] extracting classfiles to D:\Bea\wlportal4.0\config\portalDomain\applications\.wlnotdelete\WEB-INF
    \_tmp_war_portalServer_portalServer_personalizedPortal:>
    ####<Dec 27, 2001 3:29:20 PM PST> <Error> <HTTP> <EBRIDONNEAU> <portalServer> <main> <system> <> <101034> <[WebAppServletContext
    (23419224,personalizedPortal,/personalizedPortal)] failure extracting WAR classes>
    java.io.IOException: The system cannot find the path specified
         at java.io.Win32FileSystem.createFileExclusively(Native Method)
         at java.io.File.checkAndCreate(File.java:1162)
         at java.io.File.createTempFile(File.java:1247)
         at weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.java:95)
         at weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebAppServletContext.java:3359)
         at weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServletContext.java:3330)
         at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.java:854)
    <snip>
    Thanks for any input.

    Puthanampatti, thanks for responding.
    What is the complete command line to deploy the war to a managed server, not Admin Server ?
    Our thinking is to deploy an exploded war directory but copy the descriptor files first.
    What do you think ?

  • Function module to check if a given file/folder path is valid or not?

    Hi,
    I am using function modules GUI_DOWNLOAD and GUI_UPLOAD.
    Is there any function module to check if a given file/folder path is valid or not?
    Thanks.

    Hi Kumar ,
    REPORT  zdir_test.
    TYPE-POOLS: abap.
    DATA: v_dir TYPE string.
    DATA: v_bol TYPE abap_bool.
    v_dir = 'c:\sap\'.
    CALL METHOD cl_gui_frontend_services=>directory_exist
      EXPORTING
        directory            = v_dir
      RECEIVING
        result               = v_bol
      EXCEPTIONS
        cntl_error           = 1
        error_no_gui         = 2
        wrong_parameter      = 3
        not_supported_by_gui = 4
        OTHERS               = 5.IF NOT v_bol IS INITIAL.
      WRITE:/ 'Directory exists.'.
    ELSE.
      WRITE:/ 'Directory does not exist.'.
    ENDIF.
    Regards,
    Sachin M M

  • Photoshop Elements 13 (Mac) Organizer - Can't save file with version sets.

    I have spent many hours now trying to get Elements Organizer to save Version Sets when I've edited a photo. I've tried more or less every little thing you can find online without any luck. But just moments ago I found that if I move the file to my desktop everything works just fine. I then tried to edit files in a few other folders (also imported to my Organizer) and found that when ever the folder was named to something with a nordic letter in it (å, ä, ö) then I couldn't save my file with version sets (option greyed out) but if I moved that same file to another folder, well then everything worked as it's suposed to.
    I'm using the trial version of PSE 13 for Mac (Yosemite) and the full version is ordered and on it's way. But if this problem can't be fixed, I need to return that order and buy some other photo editing program.
    Can anyone help me with this problem? Is there perhaps a solution to this?
    Please, any help is much appreciated!

    I'm using the English version (as more or less always - Swedish is rarely an option). The thing is that I have never encountered this problem before in any other software I've been using, and certainly not in Aperture that I've been using up until now.
    I name my photo folders with a date and a few words, for ex. "2014-12-31 New Years in Stockholm" (but I normally write in Swedish). I use this method so that my folder that contains the original photos will be easy to find in even without any other software than Finder (or Windows Explorer if I connect my external drive to a Windows machine). I could change the name of all of my folders, or at least all of the folders with a name containing one or more of the letters Å, Ä or Ö to "force" PSE to work as it should, but why? This really shouldn't be a problem.
    I was hoping that their was a simple option or something like that that could fix this issue, but I guess not.
    If this problem lies in the software itself I will have to return it and look elsewhere (but where? Lightroom is certainly not an option if Adobe can't handle "normal" letters and Aperture is discontinued in a few months).
    Thank you for your reply!

  • Action script for batch-opening psd layer files flat? (alt+shift?)

    hi
    i am daily batch processing with an action script to make flat tiffs from psd layer files, like 10-100 files every couple of days in my workflow.
    until now i could not fine a solution to begin the batch processing-action with opening layer files FLAT.
    the reason is: i am working with huge files, 5-20GB .psb files, (16bit, ECI-RGB, 50x100cm, 300dpi) and it takes a couple of seconds to open with my pcie-SSD.
    that multiplies the time it takes to open 50 of such files. i would gain a lot of time, if photoshop cs6 would not open it with layers, but flat.
    there is a workaround i am using daily: (osx) hold alt+shift, then click on the layer file in the finder and cs6 opens it flat.
    but that did not work in the action script. it doesnt store the keyboard command alt+shift.
    any idea how i could save time and use the alt+shift command in the action script or any other solution please?
    thanks
    peter

    I just tried to record this using ScriptListener, and it didn't record it either.  No indo in the ExtendScript SDK on this either.  I don't think that this is possible at this time.  Maybe someone who know more than I do can find a way.

  • Get file name/path of current .cfm file...

    i am going to make a "tracking" script for a website.  my idea is to add a <CFINCLUDE> to every .cfm file on the server (right at the end, so it would be easier to remove when im done), and have the script that is included add a record to a database that contains the file name/path of the .cfm file.  for example, index.cfm will include trackscript.cfm, and after the index.cfm is processed, a database will have a record in it containing the file name/path for index.cfm.
    i am new to coldfusion, but i think i have everything figured out, except how to get the name of the file that will be added to the database.  is there some kind of function or variable available that will give me the filename of the currently executing .cfm file?

    I don't think sticking a <cfinclude> call into every file is really a very good way of doing this.
    You should have a look at using onRequestEnd() for this sort of thing.
    There are various variables in the CGI scope which one can use to build the originating URL of the current request; CGI.script_name and CGI.query_string are probably the most helpful here.  One can resolve the underlying file system path form a URL using expandPath().
    Adam

  • Get the file's path

    I am using the file upload component to choose a file. I need to save the file's path in database. The problem is that the attribute "fileName" which is blinded to this component contains the name of the file – not the file's path as I need. Could you please guide me how to reach the path of the chosen file? 
    Thanks ahead,

    This may be helpful.
    http://nsnotfound.blogspot.com/2007/08/nsimageview-and-image-filenames.html
    Eric

Maybe you are looking for

  • Is it possible to upgrade G62-361TX Notebook Processor and RAM?

    Hi Everyone, I have a question regarding UPGRADE! I am having G62-361TX model notebook, Processor of Core i3-370M, 3GB RAM (1 X 1GB & 2 X 2GB), 1GB ATI Mobility Rageon Premium Graphics Card, Windows 7 x64. 1. Is is possible to upgrade from Core i3-37

  • The pre-order of BO3

    i have pre-orderd BO3 and sony have send me a confermation masseg ok but weher is the BETA CODE and wehen they are gonna send me ? P.S : i have pre order it yasterday بالعربي انا امس شريت بلاك اوبس ٣ طلب مسبق لكن ارسلولي سوني بس رساله التاكيد حق الطل

  • Passport not picking up signal

    Hi everyone. I am looking at a passport on ebay. He is selling as parts because the phone doesnt pick up a signal for more than 5 seconds and then just shows "no network" after that. The seller said that he sent it back to blackberry and they sent it

  • How to cluster Petstore on WebLogic 8.1

    I created a cluster with both managed servers running on the same machine as the admin server. But I could only deploy petstoreadmin.ear. With the other opc.ear, petstore.ear files, the delpoyment takes forever. I got some warnings like, <XA resource

  • Watermark In LightRoom 5

    I go to export photos and when I go to the add watermark section it's grayed out, I can not select a watermark. How can i fix this? Thanks