Unable to create workspace / worskpace folder

Hi,
I am unable to find the command line administration client dtrshell.bat on my WebAS sneak preview SP15 installation.What is the exact location of it?
Instead I tried even with Administrator user to create Workspace / Workspac folder from Repository browser,at the root level , as well at lower levels. It gives an error saying
<b>Creating sub folder is not allowed because workspace folder is not modifiable.</b>
any clues?

Hi,
as far as I know, start the DTR command line tool like this:
1) install Java 1.4.2 on your workstation
2) enable DTR Admin Plugin:
   - go to the installation directory, e.g. C:\Program Files\SAP\ navigate to JDT\eclipse\plugins\com.tssap.dtr.client.eclipse.admin
   - rename the file "plugin.xml.disabled" into "plugin.xml"
3) start DTR command line:
   - in the same directory (with windows command line) you can either use dtr.bat (and the commands you'd like to execute, e.g. show open activities of user YXZ: "dtr.bat acts -U XYZ -o" and then enter your user and password in the java popup,
or dtr.shell, login with your user and password in the java popup, and then you can enter the commands into the command line.
As you get the error message "folder is not modifiable" make sure you have write access to the
installation directory and to the folder where you put your workspace when you first started the Developer Studio.
Regards,
Cornelia

Similar Messages

  • Adobe Media Encoder - Unable to create workspace folders

    I am on a new macbook pro system using Creative Cloud. I am using Premiere Pro and have been trying to open up AME, but everytime is says "unable to create workspace folders." I have tried trashing the preferences and no luck. Also I have done the cloud cleaner and re-installed Premiere Pro several times and no luck. Any help to get it working would be great.

    I just had this problem as well. I was ignoring that message, but then my workspace was a small black box with no other ui interface. So I really had two problems going at once (pref error and workspace interface missing).
    I quit Media Encoder, went to (myuser)/library/preferences and set the permissions for every user to read/write (although Im not sure if this actually did anything, because I also did the next step).
    Then I navigated to (my user)/library/preferences/adobe and deleted the Adobe Media Encoder prefs folder. Then reopened the app, and everything was golden. No message, and my interface returned to normal.

  • Unable to create the temporary folder. Error 183 when starting Distiller

    New information discovered - see end of message!
    Full error message is (window title is Acrobat Distiller):
    "Unable to create the temporary folder
    Error: 183 - cannot create a file when that file already exists."
    I have no idea what file or what folder it is referring to. This is on an x86 Vista notebook and the message comes up when starting the notebook and also if you manually start Distiller 8. Updating did not help, nor did turning off the UAC, or running Distiller as Administrator. In the latter case, Distiller will open correctly, but the next time you need to use it, it fails. With the UAC turned off, the behavior is for it to show the Distiller window for a fraction of a second and close immediately. I also gave the user full rights to the C:\Program Files\Adobe folder and lower. Made no difference.
    Coincidental with this is that the PDFMOfficeAddIn.dll add-in will not enable in Word - when it is checked, and I hit OK, I get the message:
    "The connected state of Office Add-Ins registered in HKEY_LOCAL_MACHINE cannot be changed."
    All of this is going on when logged in as an administrator. I have seen folks post about this issue, but no answers that actually fiux the problem, just suggest what I have already tried. Anyone seen this one?
    The user is highly mobile, so I am not going to have a chance to work on her computer again until next week.
    NEW INFO
    I tried removing and reinstalling as administrator and the problem remains. However while trying to troubleshoot, I discovered some more details.
    The message is being thrown when acrotray.exe is started as a process in HKLM\Software\Microsoft\Windows\Current Control Set\Run and then tries to run acrodist.exe (which fails, BTW). If I don't let it run there and run acrotray,exe as administrator, then acrodist.exe runs as a process without an error. Additionally, stopping it from running in the registry, and then starting MS Word, the Acrobat add-in does load and even though there is an error thown, it still creates the PDF! I have other Vista 32 notebooks running various Acrobat versions with no problems.
    Another key thing I found out is that Acrobat started throwing the error after an HP Scanjet 8400 and its software were installed. I tried explicitly giving the user (already an administrator) full rights to the Acrobat, HP and Read IRIS directories. Did not help the problem. I have to think that there is some interaction there, but sure don't know what it is.

    what i did to eliminate that error message, i don't think it eliminated th
    e problem but now i can reboot and log in OK, was 2 things:
    i went into my system registry and unchecked to start at startup and then disavled it.
    i also had to go to each adobe icon, right click, go to properites, and than make all selections set to be administator.

  • I have 2 auxillary disk drives for my MacBokk Pro. Time Machine uses one for backup and I use the other for storage, but I am unable to create a new folder or drag and drop files or folders to the aux drive.

    I am unable to create a new folder on either of my auxillary disk drives.  I can access the files and folders that were there when I transferred one of the drives from a PC.  Time machine uses one for backup and I want to use the other to store photos which are large files.  An help would be appreciated.

    Thanks for the reply.  If I reformat the drive will I be able to access the files on it from the MAC.  I do not share the drive with a PC.  The files were originally created on a PC which I no longer use.  I do want to continue to access the files put there by the PC.  I would like to not have to copy them over to the MAC hard drive just to use them.  The second aux drive is new and works fine because it was formatted by the MAC.  I can drag and drop files there and work with just as if they were on the internal drive.

  • Unable to create a new folder in Applications

    Hi,
    For some reason I am suddenly unable to create folders in my Applications folder. Also, if I try to put anything into the Applications folder I am prompted to authorise. I don't know much about permissions in Unix but I have seen on some other threads that the following is required if I need some help:
    drwx---r-x+ 207 root wheel 7038 May 13 09:08 /Applications
    0: group:everyone deny addfile,delete,add_subdirectory,deletechild,writeattr,writeextattr,chown
    1: group:everyone deny delete
    2: user:(me) allow list,addfile,search,add_subdirectory,deletechild,readattr,writeattr,readextattr,writeextattr,readsecurity
    3: group:admin allow list,addfile,search,add_subdirectory,deletechild,readattr,writeattr,readextattr,writeextattr,readsecurity
    Can anybody help?
    Regards,
    Stuart

    Hi Stuart
    If you haven't updated yet, I suggest you install 10.5.2.
    If and only if the output of ls -le looks still the same as in your first post (please check that before doing anything!) you could try the following:
    Open a Terminal window and paste the following commands seperately (first line, Enter, second line, Enter and so on). The first command will ask you for a password.
    sudo chmod -a# 3 /Applications/
    sudo chmod -a# 2 /Applications/
    sudo chmod -a# 0 /Applications/
    sudo chmod 755 /Applications/
    sudo chown root:admin /Applications/
    This will change the permissions on your machine to the same permission set as I have on /Applications/.
    PLEASE NOTE:
    I don't know what you have installed in your Applications folder. This could adversely affect other applications on your system. In other words: There's no guarantee from my side. If you want assistance before doing this, I invite you to contact me via email in my profile. We could have an iChat or a Skype session in 7 hours.
    --greg

  • Unable to create a new folder in document library of SharePoint 2010

    Hi There,
    Need some help regarding an issue which is occurring after migration from SP 2007 to 2010.
    We have recently migrated a site to SP 2010, after migration whenever i tried to create a new folder in a document library it gives me an error message below
    SPException: Can not find the form to create default data for the list
        Microsoft.SharePoint.Utilities.SPUtility.ThrowSPExceptionWithTraceTag (UInt32 TagId, ULSCat traceCategory, resourceId String, Object [] resourceArgs) 28098007 
        Microsoft.SharePoint.ApplicationPages.ListFormRedirect.InitializeQueryStringMembers () 1764 
        Microsoft.SharePoint.ApplicationPages.ListFormRedirect.OnLoad (EventArgs e) +25 
        System.Web.UI.Control.LoadRecursive () 66 
        System.Web.UI.Page.ProcessRequestMain (Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 2428
    All the document libraries which are created with the custom list template has this problem. 
    Moreover, I have verified and found Upload.aspx page is available in Forms folder of a document library. 
    Can someone help me in resolving this issue.
    Thank you in advance.
    Vikram
    vikram padigala

    Hi,
    All the document libraries which are created with the custom list template has this problem. 
    Did you mean you had a custom library template?
    Did the issue occur in the library which created use the out of the box template, such as use the Document Library template?
    You can check with the OOB template library to test whether they had the same issue.
    If the OOB template library works well, the issue may be related to the custom library template.
    You can try to recreate a new custom template to check whether it works.
    To quickly and accurately find the issue , you can also check the event log and ULS log to see if anything unexpected occurred.
    For SharePoint 2010, by default, ULS log is at
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Unable to Create a custom folder in Discoverer Administrator

    Hi,
    I have a discoverer report which is based on on standard query(Which cant be modified).The requirement is to add a new column to it which doesn't exist in that folder.I can create a custom folder and add the column to the report,but the problem is whenever i create the folder and hit the Validate SQL button it is throwing the error " *The custom SQL entered is not valid SQL statement - ORA-00942: table or view does not exist* "
    I have all the privileges for the user and when I am trying to validate the existing queries ,it is throwing the same error .
    Discoverer Version - 4 i
    Oracle Application - 11.5.9
    Appreciate your help .
    Thanks ,
    Vijay

    Hi,
    Creating new folders should be done when you are logged on as an application user.
    If your application user does not have admin access to the EUL then log on the Disco Admin as the EUL owner and grant full admin privileges to an applications user or responsibility.
    Then logon to Disco Admin with that user or responsibility. You should then be able to create and import folders.
    Rod West

  • CS3 - Unable to create a new folder - Help anyone!

    When I try to create a new folder in the Files Panel I keep getting an error message saying ' Sorry, creating a new folder failed'. Can anyone help me resolve this issure as I can't go forward with the trainning without it.
    many thanks
    Diane

    wardess wrote:
    When I try to create a new folder in the Files Panel I keep getting an error message saying ' Sorry, creating a new folder failed'. Can anyone help me resolve this issure as I can't go forward with the trainning without it.
    many thanks
    Diane
    I don't know what the issue could be but you don't necessarily HAVE to create a new folder through the site panel. You can create a new folder anywhere and put it in the site folder. The site panel IS important if you need to move files around. If you don't move files around within the site panel the links wont update.

  • Unable To Create and/or Rename Folders on DFS Shares

    Hi
    We have a Windows 2008 Storage Server that we use as a data server. About 100 folders are shared on our network and we use DFS to collect these shares into manageable shared units.
    The network comprises 35 Windows 7 clients and one Vista client and a couple of XP machines. These are on a Windows Active Directory that presently comprises three domain controllers: 2003, 2008 and 2012 R2. The network comprises just one site and one subnet.
    This setup has worked fine for many years (we've had an Active Directory domain since 2001).
    As soon as I replaced our Windows XP clients with the Windows 7 clients I have been seeing some strange network issues.
    The most bizarre, and the most unwelcome is that when staff try to create new folders or rename existing ones they will sometimes not be allowed to. The problem is intermittent and I have no idea what may be causing it.
    The folder rename issue was encountered when we still used XP but I fixed that by disabling the caching of thumbnails. The error message that appears states the folder is in use. I have used Computer Management on the storage server and looked at Shared
    Folders > Open Files and have determined that no files were open when this issue occurred.
    When staff are unable to create a new folder they see the following message:
    I have tried various things to troubleshoot this with the help of a TechNet Community Support person in the Windows 7 forums
    here.
    To summarise we have tried using Process Monitor to capture the events and I am quite happy to upload this if anyone would like to see it.
    We tried the registry edits detailed in
    this MS article.
    I have created a dedicated firewall rule that allows all traffic on TCP ports 137, 138, 139 and 445.
    Another respondent suggested checking out Slow-Link mode but this has not been triggered.
    Does anyone have any ideas what may be causing this, please? The network worked like a dream before the Windows 7 clients were introduced, when XP was used.
    Thanks!

    Hi,
    As you just upgarded to Windows 7, please make sure SP1 is also installed on all systems and install the following hotfix rollup for Windows 7 SP1:
    An enterprise hotfix rollup is available for Windows 7 SP1 and Windows Server 2008 R2 SP1
    http://support.microsoft.com/kb/2775511/en-us
    There was a known issue on Windows 7 which affected shared folders, that newly created or deleted files are not reflect in network folder immediately, which seems similar to your error. If issue still exists after SP1 and hotfix rollup please help confirm:
    1. If this issue occurs only on DFS folder in accessing with \\domain.com\namespace. Could you reproduce the same issue in accessing \\server\sharefolder?
    2. Will the same issue occurs after disabling Offline Files if it is enabled. 
    If you have any feedback on our support, please send to [email protected]

  • Cannot create a new folder on desktop.

    Hello. When I am trying to create a new folder on desktop (right click->new->new folder) it gives me error message (i dont have english version of windows 8.1 so I had to translate it):
    Item wasnt found.
    Item is no longer placed in <%3 NULL:OpText>. Check the location of item and try again the action.
    Can somebody help me?

    Hi,
    As Ed mentioned before, are you able to create folder in other places?
    It is usually caused by incorrect delection of some registry entries, maybe accidently by yourself or by some registry cleaner\anti-virus software\bad-coded programs you installed recently.
    So quick fix is that you can restore the PC to a previous state with restore point if you have. (please note that you will lose some recent settings)
    You can also run sfc/scannow to check and fix if there're some missing system files.
    Or try the registry fix mentioned in the following link (Please first backup your registry, any incorrect changes on registry will cause serious damage)
    http://answers.microsoft.com/en-us/windows/forum/windows_8-files/using-windows-8-i-am-unable-to-create-a-new-folder/689e60e7-753b-4bfd-bc70-a5dad04e257d
    Yolanda Zhu
    TechNet Community Support

  • I keep getting this error in Dreamweaver when I am trying to upload my website?  Can you tell me what I am doing wrong?  here is the error message: /html - error occurred - Unable to create remote folder /html.  Access denied.  The file may not exist, or

    I keep getting this error in Dreamweaver when I am trying to upload my website?  Can you tell me what I am doing wrong?  here is the error message: /html - error occurred - Unable to create remote folder /html.  Access denied.  The file may not exist, or there could be a permission problem.   Make sure you have proper authorization on the server and the server is properly configured.  File activity incomplete. 1 file(s) or folder(s) were not completed.  Files with errors: 1 /html

    Nobody can tell you anything without knowing exact site and server specs, but I would suspect that naming the folder "html" wasn't the brightest of ideas, since that's usually a default (invisible) folder name existing somewhere on the server and the user not having privileges to overwrite it.
    Mylenium

  • Time capsule won't back up - Unable to complete backup. An error occurred while creating the backup folder. Any ideas?

    I have tried all the resets, the firmware is the latest version, the green light is on.
    But I get this message "Unable to complete backup. An error occurred while creating the backup folder."
    Any ideas?

    Do setup again.. but make sure both your wireless and your ethernet have ipv6 turned on to local link.
    Done this OK, but no idea about IPv6 - something new to me and rather Appley I think?
    Unplug the WAN for the moment.. Just LAN port TC to the MBPr ethernet via thunderbolt.. (thunderbird was the kids puppet series.. Thunderbirds are go!!). Done - New real people Thunderbirds movie coming out soon I believe!!!
    Reset the TC again.. sorry.. !! You're welcome ... done.
    Make sure the ethernet now has an IP address.. 10.0.1.2 - Yep - done that - on ethernet anyway ...
    You need to open the network preferences to find out. Yep - that's good ...
    ****** I then reconnect the TC WAN to the router - is this right?
    And then I think I start going round in circles ... boot, reboot, restart, reboot again ...
    The final result is green light on TC, but error message when trying TM is "Backup disk is not available".
    Then open the airport utility and you should be able to setup the TC.
    Do as little setup as possible and then run the TM backup and see how it goes.
    I have managed to get Thunderbird to LAN on TC to create a folder on TC and copy a file onto it.
    So I guess the drive is working - it must be the software, settings or perhaps even the operator that isn't quite so clever ...
    I named network RFG, named device RFGTC.  RFG network shown as IP 192.168.0.72
    Wireless router is BT Homehub 3 with IP of 192.168.0.254 - is this issuing new IP addresses when rebooting TC?
    I have three wireless networks here - the BT Homehub3 wireless, the TC wireless, and also a D-link power socket ethernet thingy for an ethernet connection to the telly - DHP-W310AV which is also wireless link.  All are effectively connected to the BT Homehub - is there a conflict there?
    Have several times achieved in Airport Utility schematic with internet shown as green, RFGTC shown as green, light on TC green, but no TM backup run ... "backup disc not available."
    And there are no tall building around here to hurl myself off ... at least you can go to Sydney Harbour bridge - not too far away ... it was my son in Sydney that persuaded me to scrap Windows and go Apple ... it's all his fault ...

  • HT3275 I get the following message - "Time Machine could not complete the backup."  "Unable to complete backup."  "An error occurred while creating the backup folder.""

    I get the following message - "Time Machine could not complete the backup."  "Unable to complete backup. An error occurred while creating the backup folder."" 
    This MAC is partioned with Windows 7 with only  50 gig devoted to Windows so my son can play Flight Simulator X on the machine. 
    I have a WD Passport External Hard Drive for the Back Up
    I have spoken with WD Tech Support and they have been fantastic but I still keep getting this message.  Any thought?
    Maxx

    Reboot the TC.. it sometimes gets lost on the network.. are you still actually using 10.6.8 as the problem is more prevalent on Lion and ML it seems is no better.
    You might find reset of the TC is needed. change the names to short, no spaces pure alphanumeric.
    Reset the TM to the new name.. use the A4 in Pondini's great KB.
    http://pondini.org/TM/Troubleshooting.html

  • HT3275 Got the message "Unable to complete backup. An error occurred while creating the backup folder."

    My time machine backup has stopped working. I received an error message that is not one listed on the support page: "Unable to complete backup. An error occurred while creating the backup folder."  I am on a new MacBook pro running Mountain Lion and using a 1 TB Passport drive as a time machine backup. Running DiskUtility finds no problem on the Passport.

    See #C10 in Pondini's excellent Time Machine Troubleshooting.
    http://pondini.org/TM/Troubleshooting.html

  • Unable to create virtual folder. Too many folders

    Hi,
    We are getting this error while trying to create new folder in UCM (even trying directly from UCM throws same error)
    oracle.stellent.ridc.protocol.ServiceException: Unable to create virtual folder. Too many folders
    Has anyone experienced this? If yes, please let us know how you resolved it.
    Thanks!

    You don't "store" anything in contribution folders. They are just webdav access points. I recommend zero folders personally.
    If you want to upload files using webdav, then I suggest using one staging folder, where files can enter the system. When the document is workflowed and/or verified, it is moved out of the folder. It's more likely however that you'll need a few access points for various types of content as each folder enforces specific metadata.
    Now I imagine you are after a way to store all the HR bits and pieces of one person together as a unit. Some people use Content Folios. Personally, I'd just use a metadata field that contains the ContentID of the person's master record. Any new content for that person just gets the master ContentID stamped on it. Just search for that ContentID to get all their stuff.
    Regarding best practices, there are lots of quality blogs floating around. Stellent/Oracle don't talk about best practice because each system is used by their clients in a unique way... well, that's what they say.

Maybe you are looking for

  • Is it possible to put another Mac Os x on boot camp

    Dear all, Is it possible to install on boot camp lower version of OS X(mountain lion), if I have Mavericks 10.9.4?

  • Incoming Payment Discount

    Greetings Gurus... I need to generate a report to show the incoming payment discount taken during cash application to customers.  For example, a customer has an invoice for $100, they pay only $99, the AR clerk puts $1 discount in the Incoming Paymen

  • SQL Developer startup is very slow

    I'm finding that the first time I start SQL Developer it takes between 3 mins 30 and 4 mins to start up. This seems far too long. It's installed on a Windows 7 PC in it's own folder in Program Files. What's causing it to be so slow? - virus scanning,

  • Total number of users with valid passwd

    Hi all, what is the way to check the total number of users (existing on my SAP system) with a valid passwd? I know how to find the total number of users but I just need the info for the valid passwd. Thanks in advance, Loukas

  • Can we run the Transfer rule activation in parllel ?

    HI All, As part of BI system refresh I need to activate the transfer rules for three of the source systems by tunning the report RS_TRANSTRU_ACTIVATE_ALL . I have many systems and each one taking around 1-2 hours and my doubt now whether I can go for