How to Fetch (Home directory/Port Number/Instances) Using the dcmctl tool

Hi All,
Is itpossible to get the Home directory name/Port number/Instances running using the dcmctl.bat file.This file comes under oracle 9ias/dcm/bin.This is Very Urgent
Regds,
G Sreekumar

Don't believe so. The only informative option is getstate -v
///note that you should NOT run dcmctl with a running EMCTL (EM Website)

Similar Messages

  • How can I add to an existing path using the pencil tool?

    This probably seems like a rather elementary question, but
    whenever I draw a path using the pencil tool, reselect it,
    hover over the endpoint, and the click and drag to extend
    the line off into a different direction, Illustrator will often
    (but not always) erase the existing path and leave only the
    new one that I drew.
    To wit:
    In step 1 above, I draw a line with the Pencil tool.
    In step 2 above, I reselect the line from step 1, hover over the endpoint, and then continue to draw further.
    However, as can be seen in step 3, the line from step 1 disappears after I draw the new path.
    I am aware of the pencil setting, "Edit selected paths", and I have checked it to edit selected paths
    within 12 pixels for the above example. What I am doing in the above example, and what I
    want to do, is to be able to add more paths onto an existing one using the pencil tool,
    rather than have a completely new path being drawn every time I lift up my pen to finish
    drawing the previous path.
    I also realize that I can do this with the pen tool; but the pen tool is a more
    precise tool (and somewhat more cumbersome), and I prefer to have more
    of the rough-handed look from time to time.
    Finally, I also know that I can use the direct selection tool to select endpoints
    from two different paths and then join them using the join command;
    but this seems to be more trouble than it's worth in many cases, especially
    if I want to do it frequently for a more long and complicated line.
    Am I expecting too much out of Illustrator?
    Is my idea of how to use the existing tools wrong in this case?
    Is there some piece of knowledge I'm missing?
    I'm on Illustrator CS5, Mac OS X 10.6.8, using a Wacom Intuos4 tablet.
    However, I have confirmed the above on Illustrator CS4 for Mac as well.
    Any help or comments would be much appreciated.
    Jeff

    Thanks @rcraighead - the Live Paint process seems a bit overkill for simply adding
    a new path onto an existing pencil path, but I did try the first idea you suggested,
    which was tracing a bit over the last part of the existing path and then continuing
    on to extend the path. It's a bit imprecise because the existing path gets slightly
    modified, but it seems to work pretty well all in all. Nice idea indeed - thanks a million.
    I also found that in AI CS5, I can use the selection tool to select all of the paths
    in this case and then join them using the join command. I thought I needed to
    select individual anchor points for this to work, but it actually works really
    well, better than I thought. I seem to recall that previous versions of Illustrator
    were a lot more picky with the Join command, but then again this might just
    have been my lack of understanding.
    I'm curious to know what other solutions to the above problem that other users
    might have, so I will leave this question unanswered for a bit...
    but I will use your initial technique described - it seems to work
    pretty well, in absence of other options Many thanks again for your timely help.
    Jeff

  • How do I link to another anchored page using the point tool?

    Hello
    I am using the point tool (arrow tool) to link to anchors in my current page.  Is there a way of linking to anchors using the tool in another page (in others words one that I am not working on) or does it need to be done manually?
    Thank you
    Jake

    Arrow Tool???  Which arrow tool do you mean?
    Named anchors are deprecated in modern HTML standards.  To create links to content on the same page, set up some Div IDs like this.
    <section id="one">
         Content one goes here...
    </section>
    <section id="two">
         Content two goes here...
    </section>
    <section id="three">
         Content three goes here...
    </section>
    LINKS ON SAME PAGE:
         <a href="#one">Link 1</a>
         <a href="#two">Link 2</a>
         <a href="#three">Link 3</a>
    LINKS ON DIFFERENT PAGE:
         <a href="page_name.html#one">Link 1</a>
         <a href="page_name.html#two">Link 2</a>
         <a href="page_name.html#three">Link 3</a>
    Nancy O.

  • How do I a smallint SQL database value using the Database tools?

    I'm using the Database Toolset with Labview 7. I'm building up a parameterized Query to a Stored Procedure in my SQL Database. It doesn't appear that smallint output types are supported because zero is always loaded into the variable.
    Is this correct? I'm I doing something wrong?
    Feedback welcome... thanks!

    It's probibly not an issue with datatypes since LV has far more datatypes than most databases. What exactly are you trying to do? Are you getting the 0 when running the stored procedure? Could you perhaps post a bit of code (LV and SQL) that demonstrates the issue?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • How to test if a port number is already in use ?

    Hi,
    How can I know if a given port is already is use by another program ? I have wrote a TFTP Server in Java that is working on (of course) port 69. The problem, is that I have to start the server with admin rights, because it uses port 69. I then have to start another program (with user rights) and I have to be sure that the TFTP server is running. So how can I test if the port number 69 is already in use, i.e my TFTP Server is already running ?
    Thanks
    Chris

    I should add a few things, because it would actually be simple to test this with a simple
    Socket s = new Socket("localhost",69);
    If I had a IOException, it is almost sure that the server is not running on port 69. Now even if I start the server, i.e the thread to listen on 69, if I do a port scan or use the above code, I have as reponse that there is nothing on port 69. Why this ? It is because I use DatagramSocket ? Or because the port becomes active only after the first exchange of data ?
    Thanks
    Chris

  • How to create /home directory in a diferent disk ?

    I installed Solaris 11-11-11 on a x4640 with 4 disks:
    How to create /home directory in a diferent disk ?
    Edited by: user1502 on Apr 25, 2012 1:51 PM

    I'm confused. It looks like you already have /home configured:
    <pre># zpool status
    pool: home
    state: ONLINE
    scan: none requested
    config:
    NAME STATE READ WRITE CKSUM
    home ONLINE 0 0 0
    c4t3d0 ONLINE 0 0 0
    errors: No known data errors
    # zfs list
    NAME USED AVAIL REFER MOUNTPOINT
    home 86K 134G 32K /home
    ...</pre>
    What is the problem? Looks like you already have /home configured. Are you sure automounter is not running?
    Try this:
    <pre>zfs set mountpoint=none home
    rm -rf /home
    zfs set mountpoint=/home home</pre>

  • "Home directory is already in use"

    Recently, we have been getting an error on several student laptops during login, that the "home directory is already in use". We have only been able to resolve the issue by deleting and remaking the account and home directory on the server. We have determined that the user has not been logging into their account from multiple machines.
    Any thoughts on where this problem is coming from or how to resolve it?

    Delete the .mcxlc file at the root of the user's network home.
    Be sure to let Apple know that your are having trouble. Assuming the user is using portable home directories and letting his syncs finish, he should not be getting this message.
    Also note there is checkbox in Workgroup Manager / Accounts / Advanced called "Allow simultaneous login on managed computers", but it only works for login with a AFP/SMB home. You may want to check or uncheck this depending on your needs.

  • When I point my browser to the administration port number, I get the message "Forbidden"

    I installed the iPlanet Calendar Server (iCS) and supplied a TCP port number
    for the admin port. However, when I tried to access the Calendar Server
    administration interface from Netscape Communicator by typing in the URL<BR>
    <P>
    http://server-name:port<BR>
    <P>
    where server-name was
    the name of the Calendar Server and port
    was the port number, I got the
    message "Forbidden."
    <P>
    I checked to make sure that the port number, "22392" was specified in the
    server.conf file
    in the line<BR>
    <P>
    service.http.admin.port "22392"
    <P>
    I also checked to make sure that admin service was enabled in the
    server.conf file in the line<BR>
    <P>
    service.http.admin.enable "yes"
    <P>
    Even after checking these, I was still unable to access the Calendar Server
    administration interface.
    <P>
    At this time, there is no graphical administration interface for iCS 2.x.
    For this reason, you need to execute all commands for the Calendar Server from
    the command line. For some command-line administration tools, you need to
    specify the port number.
    <P>
    For more details on command-line utilities and syntax, please see the
    iPlanet Calendar Server: Administration Guide at<BR>
    <P>
    http://developer.iplanet.com/docs/manuals/calendar/ics21/ag/calagxa.htm#1005537

    '''Try the Firefox SafeMode''' to see how it works there. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    * You can open the Firefox 4.0+ SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    '''''If it is good in the Firefox SafeMode''''', your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes
    ''When you figure out what is causing that, please let us know. It might help other user's who have that problem.''

  • Just got an iphone 4, but have a dell computer at home.  I plan to use the calendar on the phone.  How can I download my contacts and calendar onto my home computer to make sure there is a back up in case the phone is lost?  Thanks!

    I just got an iphone 4, but use a dell computer (microsoft) at home.  I plan to use the phone's calendar.  How do I backup my calendar and phone contacts on my desktop as a safety net in case the phone is lost or destroyed.  Thanks.

    The iphone is designed to be synced to your cpmputer regularly.
    Sync your contacts and calendars as designed.
    iPhone User Guide (For iOS 4.2 and 4.3 Software)

  • I purchased Adobe Acrobat XI Pro - Student and Teacher Edition but cannot activate it even after it has deactivated and replaced my old Acrobat 8. How do I get a serial number and activate the product?

    I purchased Adobe Acrobat XI Pro - Student and Teacher Edition but cannot activate it even after it has deactivated and replaced my old Acrobat 8. How do I get a serial number and activate the product?

    I have the same  problem. Have paid. Messages say I have downloaded it but the file is inaccessible apparently download is somewhere on my hard disk. How do I find it?? Is there not help at an Adobe phone service. If so what is the number to call??
    Roger Broughton

  • How Can You Track Your Ipod If Lost Using The Serial Number

    How Can You Track Your Ipod If Lost Using The Serial Number?

    The find my iphone app has nothong to do with it.
    That app simply allow you to find other devices using your ipod.  It has nothing to do with fining the device on which it is installed.
    If you set up the find my ipod feature that is built into your ipod and the ipod is on and it is connected to wi-fi and it has not been restored, then you may be able to get an approximate street address using icloud.
    Othrewise, it cannot be tracked.

  • IMessage detached from my phone number. How do I reattached as phone number to be the default?

    When I send. Text message to another iPhone it is sent via my email address. How would I reattach my phone number to be the default to send and receive the texts? I recently did change my Apple ID password. When accessing settings app on my phone under iMessages there is a send &amp; receive option, however I am unable to select the phone number to create as a default.

    Hi there Xjbleasdale,
    You may find the information in the article below helpful.
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/ht5538
    -Griff W.

  • How do i detect DAQ device number programatticaly using Visual Basic (not using MAX)?

    how do i detect DAQ device number programatticaly using Visual Basic (not using MAX)?

    Several of the CWDAQ objects have Device (the device number), DeviceName, and DeviceType properties that I think will give you the information that you're looking for. For more information, look in the index of the Measurement Studio reference for Device, DeviceName, and DeviceType.
    - Elton

  • How to remove a Java instance from the config tools

    Hi,
    I would like to remove a java instance from the config tool since that server does not exist anymore.  Is there a way?
    Please le me know.
    Thanks
    Jean

    Jean,
    I think you can do this if you remove the entries of your Instance from instance.properties file located under the below path.Take a backup of the file first then do the changes and Restart the server once done.
    /usr/sap/SID/JCInstanceno/j2ee/cluster/instance.properties
    Hope this helps.

  • How to avoid Java Studio Creator 2 to use the regional settings?

    How to avoid Java Studio Creator 2 to use the regional settings to select the language that will be used to display the IDE in a certain language?
    My country settings are set to Belgium (French) but I want to have my IDE running in English.
    What should I change in the defautl properties of JSC2 to avoid this behaviour?
    Please, don't tell me to change my regional settings, it is not a valid answer :-)
    Best regards,
    Abdelkrim BOUJRAF

    just modify creator.conf in directory etc/
    add: -J-Duser.language=en
    in the netbeans_default_options line:
    like this:
    netbeans_default_options="-J-Duser.language=en -J-Xms96m -J-Xmx384m -J-XX:PermSize=32m -J-XX:MaxPermSize=128m -J-XX:+CMSClassUnloadingEnabled -J-XX:+CMSPermGenSweepingEnabled -J-Xverify:none -J-Dnetbeans.javacore.background_scanning=true -J-Dsunappsrvint.home=\"C:\Program Files\Sun\Creator2\SunAppServer8\""

Maybe you are looking for