Set Ip address

Hi everyone, i´m doing a DHCP service, but i have a problem, i can´t set the new IP address that the server give to client, i have treat with different classes, but the only thing that i can do is get de Ip address, but i need to set it in the client machine.
any idea?
thanks

Then you should either pick another language or pick another project. Java is totally unsuitable for this task. You'd have to either call native libraries or invoke a platform-specific executable.

Similar Messages

  • Using a variable in netsh command to set ip address on NIC

    hi friends
    i wrote an script which gets an input & use that variable to set ip address on NIC. but actually it doesn't set ip address. may you please help me.
    my script contains:
    $VMNumber=Read-Host "please enter your VM number (for example 2)"
    Netsh interface ipv4 set address NIC static 192.168.1.$VMNumber

    1. I do not thing that the use of netsh is a right way.
    2. You will need a table with MAC address in first column and IP address in second to correctly map IP address to computer. MAC addresses are unique identification.
    3. Follow this article including comments and adapt scripts to your task
    http://www.powershellpro.com/powershell-tutorial-introduction/powershell-wmi-methods/
    HTH
    Milos
    hi Milos
    thank a lot for your useful answer.
    but let me say that my need has nothing to do with MAC address.
    in my test lab, i need an script which asks the administrators to enter their VM number & it saves this input as a variable & set is as the last octet in their VM IPV4 Address.
    so can we tell it as a rule that variables we create in powershell, can't be used inside non cmdlets (inside legacy cmd commands) ?

  • I have an Apple ID with a single  e mail address. I want to set multiple addresses in the same ID. Can I? If so how?

    I have an Apple ID with a single  e mail address. I want to set multiple addresses in the same ID. Can I? If so how?

    Howdy there johnzcarp,
    As I understand it you want to have more than 1 email address under your Apple ID. You can have what are called Alternate Email addresses associated with your Apple ID and this article will help you get those setup:
    Manage your Apple ID primary, rescue, alternate, and notification email addresses
    Alternate email address
    You can add one or more alternate email addresses for use with Apple services such as Game Center, FaceTime, Find My Friends, iMessage, and OS X notifications.
    Go to My Apple ID (appleid.apple.com).
    Select “Manage your Apple ID” and sign in.
    Add an alternate address:
    Select Add Email Address, then enter your alternate address. Apple will send a verification email to that address. Didn't receive the email?
    Follow the instructions in the email to verify the address.
    Edit an alternate address:
    Select Edit next to the address, then enter the new address. Apple will send a verification email to that address. Didn't receive the email?
    Follow the instructions in the email to verify the address.
    Delete an alternate address: Select Delete next to the address.
    Thank you for using Apple Support Communities.
    Take care,
    Sterling

  • "command disabled" when setting IP address on AIR-LAP1252G-A-K9

    Hi, I am trying to set ip address on cisco ap AIR-LAP1252G-A-K9 using the "lwapp" command but get message "command is disabled"
    I am connecting via console cable to ap. I have already reset ap to defaults.
    Not sure why I'm getting this error "command disabled" Any help would be much appreciated. Thanks

    This is a hidden command so don't try using a ?  Since your ap is a 1252, like Rasika mentioned, use lawapp instead of capwap.... you need to erase the nvram.
    The other way is this method:
    Hold reset for over 30 seconds to get to ROMMON
    ap:delete flash:private-config
    ap:delete flash:private-multiple-fs
    ap:boot
    Your AP will be factory default
    Thanks,
    Scott
    Help out other by using the rating system and marking answered questions as "Answered"

  • Unable to set ip address via enableStatic method on wmiobject

    hi friends
    i am creating a powershell script which performs many customization which one of them is setting ip address on my only network adapter which its default name is Ethernet in windows server 2012.
    (note: i do know there are new cmdlet to do this easily in PS 4.0, but i need to perform that via wim methods so that i be able to run that script on my win 2008 server as well), so i need something to work in both PS 2.0 & 4.0
    its about 3 hours i am struggling with codes but encounter different errors.
    because in get-wmiobject win32_networkAadapterconfiguration command, we don't have "NetConnectionID" which refers to displayname of the network adaptor, we cannot refer to that network adaptor directly in win32_networkAadapterconfiguration
    command.
    so after verifying , i found that index property exist in both win32_networkAadapter & win32_networkAadapterconfiguration commands via which i can reach what ia want
    i have to first create a $NIC variable using win32_networkAadapter & then use it in 2nd command on the basis of index, but i end up with the following error.
    where i am wrong in the code? any help please
    thanks in advanced

    hi friends
    i am creating a powershell script which performs many customization which one of them is setting ip address on my only network adapter which its default name is Ethernet in windows server 2012.
    (note: i do know there are new cmdlet to do this easily in PS 4.0, but i need to perform that via wim methods so that i be able to run that script on my win 2008 server as well), so i need something to work in both PS 2.0 & 4.0
    its about 3 hours i am struggling with codes but encounter different errors.
    because in get-wmiobject win32_networkAadapterconfiguration command, we don't have "NetConnectionID" which refers to displayname of the network adaptor, we cannot refer to that network adaptor directly in win32_networkAadapterconfiguration
    command.
    so after verifying , i found that index property exist in both win32_networkAadapter & win32_networkAadapterconfiguration commands via which i can reach what ia want
    i have to first create a $NIC variable using win32_networkAadapter & then use it in 2nd command on the basis of index, but i end up with the following error.
    img here
    where i am wrong in the code? any help please
    thanks in advanced
    >> where i am wrong in the code?
    Right at the beginning, where you assign the Format-Table's output to a variable.
    Cmdlets with the verb Format are intended to output data to the display only - there are few exceptions, but Format-Table is no exception.
    To understand what I'm telling you, run these commands after those in your question:
    $nic_index.gettype()
    and
    $nic_index[0].gettype()
    and see that this variable is not what you expect it to be.
    hi thanks, so what is the solution?

  • "Set IP Address.vi" crashes with Error 56 (timeout)

    I use a CompactRIO-9014 controller with LabVIEW 8.5 on a Windows Vista laptop. The cRIO communicates with the laptop over a crossover cable. I am trying to do system replication using the "Set IP Address.vi" to assign an IP address to my cRIO. The MAC address supplied to the VI is gathered correctly from the "Find All Targets.vi". The hostname used for the cRIO is the name assigned to it in Measurement and Automation Explorer. I downloaded the "Set IP Address.vi" from the LabVIEW Real-Time Module --System Replication Tools(Version 8.x), dated 08/17/2006. The same problem was located on www.ni.com > Search > Set IP Address.vi problems. There, a responder stated that the user should seek the most recent version of the System Replication Tools, and the problem should be therefore corrected. However, my 08/17/2006 version still has this error, and I cannot find a more recent version on www.ni.com.
    A sample program that exercises this VI is attached as Replicate 04.vi.
    Is there a user out there who has encountered this problem and found a solution?
    Thanks,
    Ben
    Attachments:
    Replicate 04.vi ‏25 KB

    Have you tried:
    ftp://ftp.ni.com/support/labview/labview_rt/SystemReplication/RTSystemReplication8x.zip
    it seens to be from 2008.

  • How to set endpoint address using UTL_DBWS

    Hi,
    I have been struggling to invoke a web service in the Oracle 10g database using UTL_DBWS. Now I reached a point where I need to set an endpoint address using UTL_DBWS to complete the invoking process, I try to use UTL_DBWS.Set_Target_Endpoint_Address to do this, but SQL*Plus is returning an error saying Set_Target_Endpoint_Address must be declared.
    Am I calling the wrong function? If so which function should I call to set endpoint address in UTL_DBWS? I have all the necessary jar files installed and the right grants to access this package.
    any hint would be appreciated.
    Thanks.

    Did you try using 'UTL_SMTP.WRITE_DATA'?
    Like:
    DECLARE
    con UTL_SMTP.CONNECTION;
    BEGIN
    con := UTL_SMTP.OPEN_CONNECTION('alpha.beta.com');
    UTL_SMTP.HELO(con, 'gamma.com');
    UTL_SMTP.MAIL(con, '[email protected]');
    UTL_SMTP.RCPT(con, '[email protected]');
    UTL_SMTP.OPEN_DATA(con);
    UTL_SMTP.WRITE_DATA(con,'Importance: HIGH'||UTL_TCP.CRLF);
    END;I have not tested the code. I am not sure if it is going to work in your case.

  • Send bulk mails to a set of addresses

    Hi,
    I need to start my coding with the independent tool notification engine. So I need to do a bit R & D into writing an application which sends bulk mails to a set of addresses (could be in thousands).So how to send mails to addresses so that the system does not hog, nor should it long time to send such mails.
    Any one got the solution, please help me.
    Thanks
    Ramya

    Hi,
    As Martin mentioned, you can use transport rule to achieve your requirement ,
    The following screenshot for you reference:
    Thanks.
    Niko Cheng
    TechNet Community Support

  • Can I set the address format for individual contacts?

    I have some foreign friends and would like to set the address format for their individual cards correctly. I can't seem to find a way to do this. I will be taken aback if this can't be done - I think the old Claris contact product did that.
    Anyone with any answer?
    Bryan

    Hi Bryan,
    When in edit mode, can you right click on the address field and change the country format there? I'm not on a Mac at the moment to double check, but that's what you do in OS 10.4 so I'd be surprised if it were changed in 10.5.
    Edit: Here's picture to demonstrate what I'm referring to:
    !http://www.ampersandbox.com/imprint/change-address-format.jpg!

  • WLST setting the address of a machine

    Can anyone explain the following to me:
    cd("/") # Go to domain root mbean
    machine=create("unix","UnixMachine")
    cmo=machine
    cmo.setAddress("1.1.1.1") # FAILS???!!?? WHY?
    cmo.setName("Success") # SUCCESS
    cmo.setNotes("It doesn't make much sense") # SUCCESS
    cmo.setPostBindGID("Success") # SUCCESS
    cmo.setPostBindEnabled(1) # SUCCESS
    cmo.setPostBindUID("Success") # SUCCESS
    cmo.setPostBindUIDEnabled(1) # SUCCESS
    Why does setAddress fail? Is this a bug/oversight or is it something i'm doing wrong? I would have thought you would be able to set any of the MBean attributes like this. is there anyway to set the address using cmo like the above?
    I can do this though:
    cd("/Machines/unix")
    set("Address","1.1.1.1")
    but i'd prefer not to.
    Edited by jstbriggs at 03/08/2007 1:51 AM

    Jacob Briggs <> wrote:
    Can anyone explain the following to me:
    cd("/") # Go to domain root mbean
    machine=create("unix","UnixMachine")
    cmo=machine
    cmo.setAddress("1.1.1.1") # FAILS???!!?? WHY?
    cmo.setName("Success") # SUCCESS
    cmo.setNotes("It doesn't make much sense") # SUCCESS
    cmo.setPostBindGID("Success") # SUCCESS
    cmo.setPostBindEnabled(1) # SUCCESS
    cmo.setPostBindUID("Success") # SUCCESS
    cmo.setPostBindUIDEnabled(1) # SUCCESS
    Why does setAddress fail? Is this a bug/oversight or is it something i'm
    doing wrong? I would have thought you would be able to set any of the
    MBean attributes like this. is there anyway to set the address using cmo
    like the above?
    I can do this though:
    cd("/Machines/unix")
    set("Address","1.1.1.1")
    but i'd prefer not to.I'm doing it with:
    set("ListenAddress","1.1.1.1")
    Why don't you prefer that if I may ask?
    B
    Schelstraete Bart
    [email protected]
    http://www.schelstraete.org

  • Exception setting SOAP address to $CHANGE-WHEN-DEPLOY$:

    Am trying to call the Credit Rating Service using the 10.1.2 version of BPEL engine using the JDeveloper Designer. Have no problems calling the Credit Rating Service through the console tester but when my BPEL process called SynchBPELProcess2 calls the credit rating service I get the following error:
    Your test request generated the following exception/fault:
    com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}bindingFault}
    messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
    parts: {{summary=exception setting SOAP address to $CHANGE-WHEN-DEPLOY$: no protocol: $CHANGE-WHEN-DEPLOY$; nested exception is:
         java.net.MalformedURLException: no protocol: $CHANGE-WHEN-DEPLOY$}}
    Is there some additional configuration that needs to be done to get around this or am I missing a step somewhere. Ran into this while going step by step with the Order booking tutorial and so decided to try with a separate project.
    BPEL File Attached below:
    <!--
    // Oracle JDeveloper BPEL Designer
    // Created: Tue Apr 12 18:57:43 GMT+05:30 2005
    // Author: 121401
    // Purpose: Synchronous BPEL Process
    -->
    <process name="SynchBPELProcess2" targetNamespace="http://xmlns.oracle.com/SynchBPELProcess2" xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20" xmlns:ns1="http://services.otn.com" xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bpelx="http://schemas.oracle.com/bpel/extension" xmlns:client="http://xmlns.oracle.com/SynchBPELProcess2" xmlns:ora="http://schemas.oracle.com/xpath/extension" xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"><!-- ================================================================= --><!-- PARTNERLINKS --><!-- List of services participating in this BPEL process --><!-- ================================================================= -->
    <partnerLinks><!--
    The 'client' role represents the requester of this service. It is
    used for callback. The location and correlation information associated
    with the client role are automatically set using WS-Addressing.
    -->
    <partnerLink name="client" partnerLinkType="client:SynchBPELProcess2" myRole="SynchBPELProcess2Provider"/>
    <partnerLink name="CreditRatingService" partnerLinkType="ns1:CreditRatingService" partnerRole="CreditRatingServiceProvider"/>
    </partnerLinks><!-- ================================================================= --><!-- VARIABLES --><!-- List of messages and XML documents used within this BPEL process --><!-- ================================================================= -->
    <variables><!-- Reference to the message passed as input during initiation -->
    <variable name="inputVariable" messageType="client:SynchBPELProcess2RequestMessage"/><!--
    Reference to the message that will be returned to the requester
    -->
    <variable name="outputVariable" messageType="client:SynchBPELProcess2ResponseMessage"/>
    <variable name="invokeCR_process_InputVariable" messageType="ns1:CreditRatingServiceRequestMessage"/>
    <variable name="invokeCR_process_OutputVariable" messageType="ns1:CreditRatingServiceResponseMessage"/>
    </variables><!-- ================================================================= --><!-- ORCHESTRATION LOGIC --><!-- Set of activities coordinating the flow of messages across the --><!-- services integrated within this business process --><!-- ================================================================= -->
    <sequence name="main"><!-- Receive input from requestor.
    Note: This maps to operation defined in SynchBPELProcess2.wsdl
    -->
    <receive name="receiveInput" partnerLink="client" portType="client:SynchBPELProcess2" operation="process" variable="inputVariable" createInstance="yes"/><!-- Generate reply to synchronous request -->
    <assign name="Assign_1">
    <copy>
    <from variable="inputVariable" part="payload" query="/client:SynchBPELProcess2ProcessRequest/client:input"/>
    <to variable="invokeCR_process_InputVariable" part="payload" query="/ns1:ssn"/>
    </copy>
    </assign>
    <invoke name="invokeCR" partnerLink="CreditRatingService" portType="ns1:CreditRatingService" operation="process" inputVariable="invokeCR_process_InputVariable" outputVariable="invokeCR_process_OutputVariable"/>
    <reply name="replyOutput" partnerLink="client" portType="client:SynchBPELProcess2" operation="process" variable="outputVariable"/>
    <assign name="Assign_2">
    <copy>
    <from variable="invokeCR_process_OutputVariable" part="payload" query="/ns1:rating"/>
    <to variable="outputVariable" part="payload" query="/client:SynchBPELProcess2ProcessResponse/client:result"/>
    </copy>
    </assign>
    </sequence>
    </process>
    WSDL Attached below :
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="SynchBPELProcess2"
    targetNamespace="http://xmlns.oracle.com/SynchBPELProcess2"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:client="http://xmlns.oracle.com/SynchBPELProcess2"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         TYPE DEFINITION - List of services participating in this BPEL process
         The default output of the BPEL designer uses strings as input and
         output to the BPEL Process. But you can define or import any XML
         Schema type and us them as part of the message types.
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <types>
              <schema attributeFormDefault="qualified"
                   elementFormDefault="qualified"
                   targetNamespace="http://xmlns.oracle.com/SynchBPELProcess2"
                   xmlns="http://www.w3.org/2001/XMLSchema">
                   <element name="SynchBPELProcess2ProcessRequest">
                        <complexType>
                             <sequence>
                                  <element name="input" type="string"/>
                             </sequence>
                        </complexType>
                   </element>
                   <element name="SynchBPELProcess2ProcessResponse">
                        <complexType>
                             <sequence>
                                  <element name="result" type="string"/>
                             </sequence>
                        </complexType>
                   </element>
              </schema>
         </types>
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         MESSAGE TYPE DEFINITION - Definition of the message types used as
         part of the port type defintions
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <message name="SynchBPELProcess2RequestMessage">
              <part name="payload" element="client:SynchBPELProcess2ProcessRequest"/>
         </message>
         <message name="SynchBPELProcess2ResponseMessage">
              <part name="payload" element="client:SynchBPELProcess2ProcessResponse"/>
         </message>
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         PORT TYPE DEFINITION - A port type groups a set of operations into
         a logical service unit.
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <!-- portType implemented by the SynchBPELProcess2 BPEL process -->
         <portType name="SynchBPELProcess2">
              <operation name="process">
                   <input message="client:SynchBPELProcess2RequestMessage" />
                   <output message="client:SynchBPELProcess2ResponseMessage"/>
              </operation>
         </portType>
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         PARTNER LINK TYPE DEFINITION
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <plnk:partnerLinkType name="SynchBPELProcess2">
              <plnk:role name="SynchBPELProcess2Provider">
                   <plnk:portType name="client:SynchBPELProcess2"/>
              </plnk:role>
         </plnk:partnerLinkType>
    </definitions>

    Lasts monday I downloaded a version (10.1.2 release, not preview/beta 3) which has the same filename and file size of the 10.1.2 GA release which is available right now.
    I don't think the problem is in the PM, because i can run bpelc/obant to build my processes. however when i build them with the Eclipse plugin, it won't change the location of the wsdl (keep saying $CHANGE_WHEN_DEPLOY$).

  • How to set FROM ADDRESS for EMAIL activity in Process Flow

    Hi all,
    Can any one tell how to set(which address) FROM ADDRESS for EMAIL activity in Process Flow?
    Thanks,
    Suvvi

    Did you set what OWB guide says:
    To execute a process flow with an email activity, you may need to access different host machines and ports. New security measures implemented in Oracle Database 11g Release 1 restrict access to hosts and ports. You must explicitly grant access to hosts and ports that the email activity accesses using the DBMS_NETWORK_ACL_ADMIN package.
    For example, the user OWBSYS needs to send an email through the mail server mail.example.com using port 25. The DBA must perform the following steps:
    1. Create an Access Control List (ACL) for the user OWBSYS using the following command:
    EXECUTE DBMS_NETWORK_ACL_ADMIN.CREATE_ACL
    (’acl_for_owb_cc.xml’,’ACL for Control Center’,’OWBSYS’,’CONNECT’);
    The ACL has no access control effect unless it is assigned to network target.
    2. Assign the Access Control List (ACL) to a network host, and optionally specify a TCP port range. Use the following command:
    EXECUTE DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL (’acl_for_owb_cc.xml’,’mail.example.com’,25)
    3. Commit the changes made using the COMMIT command.

  • Set default address when card contains several

    If someone in your address book has multiple email addresses, how do you set which address is the primary one to which email is sent? (Or does it go to all addresses?)

    never answered... just cleaning up unanswered questions

  • Can i set up address book from existing list ?

    i want to set up address book from existing list
    in addition to address i want to include phone #, email

    Can you provide more information? Are you trying to gather data via a form to built an address book? You can make a form and ask for people phone number, email, address... I'm not sure what is your 'existing list'. Is it in an excel document? You would have to merge the data collected via the form manually to you existing list.
    Gen

  • DF Profi II Set Slave Address.

    What is the content of the telegram the DF PROFI II board sends when it is a master and the Set Slave Address is Sent from the configurator II software?  I am designing a slave with a settable address and can't get this function to work.  All I get a is "fault" in the Status. I've tried numerous combinations and am now leaning towards the DF Profi II isn't sending the correct telegram to SAP 55. I don't have a bus analyzer so I was hoping someone here might know.
    Any Help with this would be appreciated.
    Regards
    John

    Hi Dirk
    Thank you for your response.
    The Set Slave address dialog is available in configurator II under the online menu selection. It is only available if the gsd has Set_Slave_Add_supp=1. I was hopoing someone has a bus analyzer and can tell me what the content of the telegram is that they see. It should be minimum of 4 bytes
    byte 0  New Slave address
    byte 1  Ident HI
    byte 2  Ident Lo
    byte 3  future change address not allowed.
    If anyone has a bus analyzer and can tell me what they recieve on SAP 55 when they hit they try to set slave address it would help me out.
    Regards.

  • I made the fatal mistake of allowing iCloud to handle my @mac mail account. I had set this address up with aliases and never had a problem.  Ever since iCloud has been handling it I have had problems. It seams impossible to claim my account back from iClo

    I made the fatal mistake of allowing iCloud to handle my @mac mail account.
    I had set this address up with aliases and never had a problem.
    Ever since iCloud has been handling it I have had problems.
    It seams impossible to claim my account back from iCloud. How can it be achieved or has Apple set a booby trap?

    iCloud is the successor to MobileMe. MobileMe shuts down forever tomoorrow.
    If you only want to use the email portion of your previous MobileMe account you can. You do not have to use all the other features of iCloud, just like you didn't have to use all the other features of MobileMe.
    The email account has not really changed at all. Just the server address it comes from.
    The sending emails problem you are having, is this on your Mac in Mail, in webmail at iCloud.com or on your iOS device?
    When it doesn't succeed in sending, what does it do? Any error message?
    What mail server settings are you using in Mail? What version of Mac OS X are you using?

Maybe you are looking for

  • Adobe Acrobat printer not installed in Vista

    I installed Adobe Acrobat 9 in windows XP and Vista. In XP installed properly and can covert to PDF. In Vista installed properly but can't find the Adobe printer in printers, when I open File ---> Print from any application can't found Adobe PDF. But

  • EPSON NX415:  Computer cannot detect scanner at all

    I just upgraded to snow leopard and bought this new printer, an Epson NX415 All-in-One printer. The printing and copying works fine, but I cannot use the scanner at all. When I finished installing the scanner driver, I immediately got this pop-up mes

  • COLD BACKUP DATABASE CLONING with +ASM

    Hi, I need some help to clone the database using Cold backup with +ASM. Can somebody help me on this Here is the steps we did on Source Database. 1. Copied all the $ORACLE_HOME from Source to TARGET. 2. Created pfile from spfile. 3. Created backup co

  • Question: Singapore and Malaysia not available as an option in First Implementation

    Hi, I am going through the available countries during the editing of the project scope in First Implementations and can't find Singapore and Malaysia as options in the list. Please help. Thank you. Liew

  • Unknown host exception when weblogic is a https client to another server

    Hi, I have weblogic 6.1 sp2. My program connects as a client using https protocol. For this the classes provided by wls are used . The key , cert and ca files are of weblogic available in wlserver6.1\config\mydomain demokey.pem, democert.pem and ca.p