Powershell : unable to change directory

HI All,
I have connected an external drive which is called (e:) to my laptop and trying to get into one of the dir on this exteranl drive but my command is not working. I have got the right prompt which is e:\> but how to get into a different folder?
the folder is called cmd.talk and i am doing the following:
e:\>cd:\cmd.talk
but is not working. It comes back to e:\ promt.
Thank-you
SQL 75

I think you just need to take out the ":\" between cd and cmd.talk.
Your command would read this way: cd cmd.talk

Similar Messages

  • FTP Adapter Unable to change directory 'inputDir'

    Hi all. I'm trying to put the file into BPEL Process, transform and put it to the output directory like in tutorial 129.FTPAdapter FTPDebatching. But I've got this message:
    <bindingFault xmlns="http://schemas.oracle.com/bpel/extension">
    <part name="code">
    <code>550</code>
    </part>
    <part name="summary">
    <summary>file:/C:/OraHome_1/integration/orabpel/domains/default/tmp/.bpel_FTPDebatch0ing_1.0.jar/FTPDebatchingOutput.wsdl
    [ Put_File_ptt::Put_File(po) ] - WSIF JCA Execute of operation 'Put_File' failed due to: Error changing directory in the host.
    Change working directory to /outputDir in the server failed. ;
    nested exception is: ORABPEL-11431 Error changing directory in the host.
    Change working directory to /outputDir in the server failed.
    Check the error stack and fix the cause of the error.
    Contact oracle support if error is not fixable.</summary>
    </part>
    <part name="detail">
    <detail>550 /outputDir: The system cannot find the file specified.</detail>
    </part>
    </bindingFault>
    What am i must to do?

    Hi Varun,
    Review of the ftp protocol specification
    http://www.w3.org/Protocols/rfc959/
    http://www.w3.org/Protocols/rfc959/5_Declarative.html
    shows that LIST command
    LIST
    125, 150
    226, 250
    425, 426, 451
    450
    500, 501, 502, 421, 530
    does not have 550 code among the codes which are supposed to be returned by ftp server in response
    to ls command. So, it looks like the ftp server running on AIX platofrm violates the ftp protocol specification.
    As a result bpel ftp adapter returns an error and the process goes off-line.
    Solution:
    Apply patch 4508850.
    If for any reason the official patch does not work, then apply the patch manually using the following steps:
    1. Stop OC4J_BPEL
    2. Create the following directories:
    $O_H\integration\orabpel\system\classes\oracle\tip\adapter\file\inbound
    $O_H\integration\orabpel\system\classes\oracle\tip\adapter\ftp\inbound
    3. Copy the following files
    FileSource.class, PollWork.class, FTPSource.class
    from the patch to
    $O_H\integration\orabpel\system\classes\oracle\tip\adapter\file\inbound\FileSource.class
    $O_H\integration\orabpel\system\classes\oracle\tip\adapter\file\inbound\PollWork.class
    $O_H\integration\orabpel\system\classes\oracle\tip\adapter\ftp\inbound\FTPSource.class
    4. Restart OC4J_BPEL
    Cheers,
    Anirudh Pucha

  • I am trying to create a master password on a new machine, but all I get when I hit enter is this message: "Unable to change Master Password".

    Pretty much as per the question, when I try and set up a master password, the error message says "Unable to change Master Password". There isn't one to start with, so I'm just wanting to set one for the first time.

    Did you copy any files from another computer to the profile folder on that new computer?
    Do you already have saved passwords?
    *Tools > Options > Security: Passwords: "Saved Passwords" > "Show Passwords"
    If you haven't then try to delete the key3.db file and possibly logins.json and signons.sqlite in the Firefox profile folder.
    Note that all saved passwords are lost when you delete these files.
    You can use this button to go to the currently used Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

  • Unable to change WINS workgroup on new Macbook Air (Lion)

    Hi all,
    Just brought home a new Macbook Air 13.  Was loving it until I started digging into networking.
    Have found that i am unable to change the default workgroup in the WINS tab of networking.  The default is simply "WORKGROUP"
    In the automatic profile it is greyed out, but lets you type in a different name.  That change is not saved though and is immediately discarded when you click OK.
    Through some online research i found that others who have had this problem solved it by recreating that automatic profile and changing the name in the new one they create.  When I do that, the workgroup name is no longer greyed out, but changing it is still not saved.  As soon as I click on OK, the changes are immediately reverted.
    I also found some advice online that suggested I needed to tweak setting in the Directory Access utility which could be found in Applications > Utilities.  I found no such utility.  Wiki states it was renamed to Directory Utility, but that was not there either.  I did however find a 'directory utility' in System > Library > Core Services.  Opening that showed the following services:  Active Directory, LDAPv3, and NIS.
    No SMB or CIS which I am assuming are the services required for WINS and workgroup related settings.
    Any thoughts?

    This might be a timing or propagation issue.
    The settings I tried all last night to "save" - suddenly took hold sometime this morning.  I made a lot of changes and did a lot of tests, wish I could tell you which one finally did the trick... but given the 8 hours it took to kick in there is simply no way for me to know.

  • Unable to change File Type for specific file extensions

    Under Preferences->File Types different file extensions are assigned a file type e.g. The file extension .pkb is assigned the file type of PL/SQL. The file type of PL/SQL then opens the Code editor.
    I have a user who would prefer to open .pkb files in the SQL Worksheet editor but I am unable to change the file type to SQL Script as the option is greyed out.
    How do I change the File Type for these extensions? Is there a preferences file I need to change?
    Version: 3.2.20.09
    Thanks for your help.

    Hi,
    There is no preference but it turns out you can manually edit one of the preferences.xml files to force PL/SQL types to use the SQL worksheet editor. For SQL Developer 3.2.20.09.87 that file is system3.2.20.09.87\o.sqldeveloper.11.2.0.9.87\preferences.xml and will be located (on Windows 7, for example) in directory C:\Users\<userid>\AppData\Roaming\SQL Developer
    No guarantee this will work in future versions of the product, but for now you can add the following two xml blocks...
    For example, for .pls, add to <extensionToContentTypeMap ...>
                <Item>
                   <Key>.pls</Key>
                   <Value>TEXT</Value>
                </Item>
    and <userExtensionList>
                <Item>
                   <docClassName>oracle.ide.db.model.SqlNode</docClassName>
                   <userExtensions class="java.util.ArrayList">
                      <Item class="oracle.ide.config.DocumentExtensions$ExtInfo">
                         <extension>.pls</extension>
                         <locked>false</locked>
                      </Item>
                   </userExtensions>
                </Item> I researched this a while back after reading through some forum thread where someone claimed the PL/SQL file extensions got opened in the SQL editor in his environment, but without stating any specific release information. Possibly it worked for him then due to different product behavior (whether intentional or a bug), or perhaps even due to the technique described above.
    Regards,
    Gary
    SQL Developer Team

  • I am unable to change my AD password in Lion

    We have two installs of Lion running right now at my company, and we are both unable to change our Active Directory passwords through System Preferences, Users & Groups, Change Password. 
    This is the error we are receiving:
    "Your system administrator may not allow you to change your password or there was some other problem with your password. Contact your system administrator for help."
    We do have password strength requirements, but we are both following those rules.  All my Snow Leopard people are still able to change passwords.
    Any ideas?

    Not sure why, but this has issue has been resolved by itself.  For weeks it didn't work, and now it does.  I am going to blame this one on our AD server.

  • FSL-04017 Unable to change group. ID: 505. Operation not permitted

    while i'm installing Solution manager 4.0 with oracle 10g in linux enterprise 4,after the 23rd phase which is "install instance basics" i recived the following error
    INFO 2007-06-25 12:02:25
    Working directory changed to /tmp/sapinst_exe.3484.1182753067.
    INFO 2007-06-25 12:02:25
    Working directory changed to /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS.
    INFO 2007-06-25 12:02:25
    Working directory changed to /tmp/sapinst_exe.3484.1182753067.
    INFO 2007-06-25 12:02:25
    Working directory changed to /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS.
    INFO 2007-06-25 12:02:26
    Working directory changed to /tmp/sapinst_exe.3484.1182753067.
    INFO 2007-06-25 12:02:26
    Working directory changed to /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS.
    WARNING[E] 2007-06-25 12:02:26
    FSL-02015 Node /proc/sys/kernel/cad_pid does not exist.
    WARNING[E] 2007-06-25 12:02:26
    FSL-02015 Node /proc/sys/kernel/cap-bound does not exist.
    WARNING[E] 2007-06-25 12:02:26
    FSL-02015 Node /proc/sys/fs/binfmt_misc/register does not exist.
    INFO 2007-06-25 12:02:27
    Copied file '/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/inifile.xml' to '/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/inifile.14.xml'.
    INFO 2007-06-25 12:02:27
    Copied file '/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/inifile.xml' to '/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/inifile.15.xml'.
    INFO 2007-06-25 12:02:40
    Copied file '/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/keydb.xml' to '/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/keydb.8.xml'.
    INFO 2007-06-25 12:02:41
    Execute step createInstanceDirectories of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0.
    INFO 2007-06-25 12:02:55
    Working directory changed to /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS.
    INFO 2007-06-25 12:02:55
    Working directory changed to /tmp/sapinst_exe.3484.1182753067.
    INFO 2007-06-25 12:02:55
    Working directory changed to /tmp/sapinst_exe.3484.1182753067.
    INFO 2007-06-25 12:02:55
    Working directory changed to /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS.
    INFO 2007-06-25 12:02:55
    Creating instance directories for instance IND/DVEBMGS00...
    INFO 2007-06-25 12:02:56
    File system node /usr/sap/ccms/IND_00 exists already. Nothing to do.
    INFO 2007-06-25 12:02:56
    File system node /usr/sap/IND/put exists already. Nothing to do.
    INFO 2007-06-25 12:02:56
    Account indadm already exists.
    INFO 2007-06-25 12:02:56
    Account 507 already exists.
    INFO 2007-06-25 12:02:56
    Account 507 already exists.
    INFO 2007-06-25 12:02:56
    Account sapsys already exists.
    ERROR 2007-06-25 12:02:56
    MUT-03025 Caught ESyException in Modulecall: Could not set effective group. Operation not permitted.
    ERROR 2007-06-25 12:02:56
    FSL-04017 Unable to change group. ID: 505. Operation not permitted
    ERROR 2007-06-25 12:02:56
    FCO-00011 The step createInstanceDirectories with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|createInstanceDirectories was executed with status ERROR .
    thks & Rgds
    George Varghese

    Hi
    Well, it is not advised to do it manually, the logged in user (sidadm)
    should have the permissions, the reason being it is required at several points of time and with several folders..
    However, for learning purpose, here is the syntax to be given in command line-
    chgrp -R groupname <directoryName> (for all subdirectory - recursive)
    I gave this jsut to cross verify, please assign the access rights (add to admin group) and then continue installation,
    Revert for queries,
    Cheers
    Senthil

  • Unable to change the data in PSA

    Hello All,
    I have a delta failure because of invalid characters in one of the field and now i wanted to change the PSA. I have deleted the request from all data targets and started changing the error record, it is not showing all columns from PSA hence i am unable to change the data in required field.
    Could you please let me know how will i see all columns from PSA. Thanks
    Regards,Ashok

    Hi Ashok,
    To increase/decrease the number of columns that are displayed on the menu from the Settings option select Change display variants
    Also if you want to see say all the failed records you can sort the order of the data using the Status column

  • Unable to change the data source of SAP system

    Dear all,
    We have install SAP netweaver EHP1 standalone java on oracle 10.2.0.5 on windows 2008 R2.
    while installation i have given the central SLD system as solman,
    By mistake i have deleted the system from SMSY.. now when i createed the system manually i am unable to change the data resource as SLD due to this i can start my SMD configuration
    Request please let me know how to resolve this issue.
    Thanks
    Paresh

    Hi Paresh,
    You can proceed with deleting your SAP system from SMSY (along with connected technical content such as AS Java definition) and the run the LANDSCAPE FETCH through transaction SMSY_SETUP to have the correct definition of your SAP system in SMSY.
    Following this, you could use the addon Landscape Verification (a new thing I learnt today!!!)  to check the correctness of transaction SMSY. The following link details the Landscape verification 1.0 for SolMan:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e093b3ce-c034-2d10-01bc-b51f1691d3da?quicklink=index&overridelayout=true
    Hope this helps sort out your issue.

  • Unable to change Profile picture in Windows 8

    I recently upgraded to Windows 8.  The upgrade imported a picture from my Windows 7 Skype, and now I am unable to change the profile picture.  There is no menu at the top in Windows 8, which prevents me from changing the profile picture.
    What are my options for correcting this, and also how does one sign out of Skype in Windows 8?
    Thanks so much.

    Although I'd love to provide a proper response, unfortunately I too have only questions, which I'd hope someone could answer. "Opening Skype and clicking on the picture" isn't as helpful as one would hope. With Windows 8 -- in either mode, through either Google Chrome or IE10 -- there is not only no menu or options with either right or left clicking, but no clear way to change a profile picture through any other means. I've tried everything I could think of -- literally wasting HOURS trying to change this thing. Googling the question gets me only fixes that don't appear to apply. In fact, the lack of coherent help regarding anything having to do with Windows 8 is nothing short of mindboggling -- and I consider myself a pretty good finder-of-information normally!!! I read elsewhere in these forums (unfortunately lost to me now that I have signed in) that it may be a problem relating to whether my browser is 32 or 64 bit (if I read it right). I have since tried to load Chrome in 64 bit.... probably unsuccessfully, given I still can't seem to do much differently. Being a bit of a techno-dud I don't know how to check which version I now have as even with the "about:version" function, the reply isn't definitive to my untrained eye (unless WOW64 means something?). I need things somewhat dummied down. I'm totally new to both Windows 8 and Skype (and for that matter Google Chrome, having always been a Firefox fan, which apparently is not working properly for Windows . ANY help that might be available would be greatly appreciated in making this experience less frustrating. Thank you for whatever you can do!!!

  • Unable to change "Your name" in BIS

    I have my Gmail account set up in BIS and everything is working perfectly, however, I am unable to change the "Your name:" field to anything other than what's already there.  I've tried deleting the account and re-adding it in there from the web site as well as from my BB to no avail.  When I change the field, I don't get an error and I receive a message saying "Email account successfully updated." but it doesn't stay.  For some reason, just my last name is in there (i.e. Smith) but I would like to change the "Your name:" field to my full name:  John Smith.
    Is there something I'm doing wrong?  TIA!

    What did your mobile operator have to say about it? This seems to be a problem specific to them. They can disable most of the fields your BIS account.
    WhackBerry_

  • Unable to change setings, was in Siri, got 'jammed'

    This 'Senior' got jammed-up. Unable to change settings, settings unresponsive and am stuck in Siri. Problem happened IN SIRI, now can't change settings to even access the Siri option.
    SETTINGS WON'T LET ME ACCESS OPTIONS 'below level of Wallpaper'.  Swipe won'r allow to go to any other screen in settings.
    This happened in SIRI and I can't even disable 'turn-off' Siri 
    Unable to close applications on bottom of screen as well, as usually done.
    The 'voice mode' is on, and that is what jammed everything up.
    The only appications which show 'open on screen are' Messages,Phone, Settings and Safari, Mail, Music,  and I am prevented from 'closing them'.
    I did a turn-off, began again with the apple logo but can't reset.
    Can't get past the first screen in my apps. 
    I BELIEVE it is a SIRI problem but can't change settings other than 'Airplane Mode through Wallpaper.'
    I bet there is someone who would help a 'Grandma'!
    What on Earth IS wrong?!!! and how can I get 'out of it' without going to the Apple Store.
    Tiny store ,International Record  as "Smallest Apple Store in the World", Santa Rosa, California..and they aren't much interested in giving-up that claim to fame!
    it's usually like the 'final boarding of Noah's Ark in there" and NOT a fun place to be!!!
    Sue,
    Superwhiff

    User's Group,
    Immediate help from randers4 got me 'back in business'. I would have not beieved I could have done this without a trip to the store and a distant appointment date.
    Things seemed messed-up beyond my ability to affect any change!
    Alone, this would not have been possible.  I feel I learned a great deal about the IOS 5 system's Siri quirks.
    This is what it is all about.
    People helping others who know less than they do!
    Gratitude is such a small word,
    this was monumental for me to have done even with the assistance of another person.
    Superwhiff,
    Sue from Santa Rosa

  • Unable to change Date Created in Metadata

    Please help with my first post...
    Unable to change Date Created field in Metadata.
    I am a newspaper photographer sending .jpg pics with captions to my office from my iMac. They are viewed at the office on Windows PCs using SCC MediaGrid.
    When changing Date Created in Metadata Invalid Format warning appears "Format should be ISO 8601 XML compliant, that is YYYY-MM-DDThh:mm[:ss][tz] (eg 2006-07-11T13:14:30-07:00)"
    If 2009-09-26, for example, is entered then exported pictures opened up in Photoshop or shown on SCC MediaGrid do not display the date.
    To get dates to show up I first have to open a pic in Photoshop, go to File Info, enter 26/9/09 in Date Created and Save As.
    Next I have to Import this into Aperture where the Date Created shows as "20090926".
    Using Lift Metadata and Stamp Metadata the date can be transferred to other pics.
    Now when I export these pics the date does show up in Photoshop and SCC MediaGrid.
    Can Date Created be typed straight into field in Aperture?...Very important when pics go into archive on a server.
    Also if I hit Return key in a Metadata Caption, to type on the next line, both lines will appear as one with a small square in-between them when viewed on SCC MediaGrid on a Windows PC.
    Thanks in anticipation.

    Nick I don't generallt use the IPTC metadata, so I'm not sure I will be too much help.
    What version of Aperture are you using? I tried both things and I didn't have any problems with the latest version of Aperture on my Mac.
    I was able to enter a date into "Date Created" both with and without the time-zone adjustment. Can you tell us the exact string you tried to enter into the "Date Created" and exactly when you get the error? I tried to enter my time zone (eastern US) as "-5:00", but Aperture wouldn't let me enter the 5 and popped up the error message when I typed that key. I had to use "-05:00".
    As for the caption, when I hit return, Aperture ends my edit. I cannot reproduce your described behavior of actually getting a new-line into the field. I suspect your problem (although I don't know how you get to your problem) is one of the following:
    1) The IPTC standard doesn't tell if the software should use a Unix-style end-of-line (which is a line-feed), or a DOS/Windows style end-of-line (which is carriage-return followed by line-feed). Aperture may put in the Unix-style and your Windows programs don't know what to do with it.
    2) The IPTC standard does indicate the end-of-line style, but either Aperture or your other programs don't follow it.
    or
    3) IPTC Metadata doesn't actually support end-of-line, so Aperture should not allow you to enter multiple lines, but it has a bug so it does allow you to do that.
    Can you tell us where exactly you are editing the caption? I tried it in the inspector pane (on the left) in the "Metadata" tab, and then I hit the "IPTC" button at the bottom of the tab.
    nathan

  • Unable to change font color from white

    In any new or previously saved Pages documents, I am unable to view the font. I know the text is there, because when highlighted, the text shows as white, but I am unable to change it to any other color. This has never been a problem before. Ideas? Would this have something to do with not updating to iWork'09?

    Welcome to Apple Discussions
    If you're not running the latest versions & Software Update says your software is up to date, make sure the applications are where the installer initially put them. The updaters are very picky. If the location is not where the updater is programmed to look or if the folder doesn't have the name the updater looks for, it will not work. The applications cannot be renamed or moved. They must be in the iWork '08 or iWork '09 folder in Applications. That iWork folder must be named iWork '08 or iWork '09. If it doesn't have the '08 or '09 Software Update won't find them & the updaters won't work.

  • Unable to change status in messages

    Hey guys,
    Okay, so I am unable to change my status in messages or do anything for that matter.
    My friends messages app looks different then mine and she actually has more options then me. It will not let me set to online status or anything, it's like disabled and I cannot figure it out. Also when I send a message from my mac, it will say my email when my friend recieves the message but then if I send it from my iphone it says my number, so it starts two different conversations.
    This is annoying and when I called tech support they had no idea what I was talking about.
    Any smart apple users out there

    The new Messages app in Mountain Lion has two aspects. It integrates most of the features of the old iChat program (using AOL and Jabber transport mechanisms among others, which include the concept of on/offline status) with Apple's new iMessage transport mechanism (which doesn't).
    Your phone-to-phone message are probably going through yet a third transport mechanism, SMS. You can set your phone to use iMessage transport to eligible recipients by going to Settings > Messages, turning iMessage to "ON", and including your AppleID (~email address) in "Receive At" along with your phone number.
    We are told that when iOS6 is released this fall it may help combine the multiple conversations. It is not yet clear how.

Maybe you are looking for