Problem in bulk creation of Virtual machines using .csv file

Hello Guys
the problem is self-explanatory so i only put the screen shot here:
import-csv D:\2.csv |
ForEach-Object { new-vm -Name $_.VMname -MemoryStartupByte $_.memory -Path 'c:\testfolder' -NewVHDPath $_.myvhdpath -NewVHDSizeBytes $_.myvhdsize }
the error message is :
New-VM : Cannot bind parameter 'MemoryStartupBytes'. Cannot convert value "1024MB" to type "System.Int64". Error: "Input string was not in a correct format."
At C:\Untitled2.ps1:2 char:82
+ ... oryStartupByte $_.memory -Generation 2 -Path 'c:\testfolder' -NewVHDPath $_.myvh ...
+                    ~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [New-VM], ParameterBindingException
    + FullyQualifiedErrorId : CannotConvertArgumentNoMessage,Microsoft.HyperV.PowerShell.Commands.NewVMCommand
New-VM : Missing an argument for parameter 'Name'. Specify a parameter of type 'System.String' and try again.
At C:\Untitled2.ps1:5 char:8
+ new-vm -Name
+        ~~~~~
    + CategoryInfo          : InvalidArgument: (:) [New-VM], ParameterBindingException
    + FullyQualifiedErrorId : MissingArgument,Microsoft.HyperV.PowerShell.Commands.NewVMCommand
i usually search before asking problems but here i really don't know what to search about this certain situation.
i guest there must be something related to variables in powershell !
thanks in advanced

That's all there is. The $x now contains the number you want.
¯\_(ツ)_/¯
no, you didn't guide me.
i asked you where is the location of your writings :
$num='1732Mb' 
[scriptblock]::Create($num).Invoke()[0]
$x=[scriptblock]::Create($num).Invoke()[0]
$x.GetType()
in my code :
import-csv D:\2.csv |
ForEach-Object { new-vm -Name $_.VMname -MemoryStartupByte $_.memory -Path 'c:\testfolder' -NewVHDPath $_.myvhdpath -NewVHDSizeBytes $_.myvhdsize }
how i must use these two codes along with eachother? i understand them separatly but how to use them together?
if i was instead of you & i wanted to guide someone, i would help him in this way:
1- first type this block:
2- then write this
3- then write this
4- at the end your final script would be ......

Similar Messages

  • Having trouble with creation of a cloud service with multiple virtual machines using java sdk.

    I am creating a cloud service on azure with 2 virtual machines using java sdk API. Service created successfully.
    My input endpoint details are as follows.
    INPUT ENDPOINTS
    Head : 191.238.144.47:2400
    Head : 191.238.144.47:22
    Node0 : 191.238.144.47:43211
    For Head instance port 2400 is for HTTPS and port 22 is for SSH and for Node0 instance port 43211 is for SSH.
    But I am having problem with doing a ssh on Head instance. Sometimes it works sometimes doesn't. Same problem with HTTPS also.
    I have some application running over there but when i try to access it thru browser sometimes it works but most of the time doesn't. When I restart the instances from azure portal, its works after
    that(not always but most of the time). 
    Now I am confused what is going on there. I am creating cloud service and virtual machines using java sdk and setting input endpoints also. After creation of all instances i restart every instance programmatically .
    I am not sure whether restart is required or not. It must be something to do with input endpoints only but not able to get the right thing i guess. When i do the same thing thru azure portal(creation of cloud service with virtual machines and setting up input
    end points) everything works fine but not achieving the result when implementing it by java sdk API. Please help me.

    HI Nithin,
    Thanks for your reply. I am setting the endpoints after creating my instances using update call. Here's the code snippet.
    AzureService aServ = new AzureService(session);
     if(aServ.checkNameAvailability(clusterName)) {
               aServ.createHostedService(clusterName, "dbX cluster");         
             // Creating head instance
             aServ.createHead(clusterName, imgName, headType, userName, pswd);  
            // Setting end points for head node
             String name = "ssh";
             int port = 22;
             aServ.updateVMInputEndpoint(clusterName, "Head", name, port);
             // Restarting head instance
             aServ.restartVM(clusterName, "Head");
           String roleName = "Node";
           String tmpRoleName = "";
           for(int i=0; i<noi; i++) {
                      port = 43210+(i+1);
                      tmpRoleName = roleName + i;
                   // Creating node instance
                    aServ.createVM(clusterName, tmpRoleName, imgName, nodeType, userName, pswd);
                  // Setting end points for node instance
                   aServ.updateVMInputEndpoint(clusterName, tmpRoleName, name, port);
                  // Restarting node instance
                 aServ.restartVM(clusterName, tmpRoleName);
          // Method to update the input endpoint details 
          public void updateVMInputEndpoint(String clusterName, String vmName, String name, int port)
            throws Exception {
                    VirtualMachineGetResponse resp = computeManagementClient.getVirtualMachinesOperations().
                                                            get(clusterName, clusterName, vmName);
                    VirtualMachineUpdateParameters updateParameters = new VirtualMachineUpdateParameters();
                    //get the configuration list
                    ArrayList<ConfigurationSet> configlist = resp.getConfigurationSets();
                    //get inputendpoint list and update it
                    ArrayList<InputEndpoint> endpointlist = configlist.get(0).getInputEndpoints();
                    InputEndpoint inputEndpoint = new InputEndpoint();
                    inputEndpoint.setEnableDirectServerReturn(false);
                    inputEndpoint.setPort(port);
                    inputEndpoint.setLocalPort(port);
                    inputEndpoint.setName(name);
                    inputEndpoint.setProtocol(InputEndpointTransportProtocol.TCP);
                    endpointlist.add(inputEndpoint);
                    // Open port for https on head node
                    if(vmName.equals("Head")) {
                            inputEndpoint = new InputEndpoint();
                            inputEndpoint.setEnableDirectServerReturn(false);
                            inputEndpoint.setPort(2400);
                            inputEndpoint.setLocalPort(2400);
                            inputEndpoint.setName("https");
                            inputEndpoint.setProtocol(InputEndpointTransportProtocol.TCP);
                            endpointlist.add(inputEndpoint);
                    updateParameters.setConfigurationSets(configlist);
                    //required for update
                    OSVirtualHardDisk osVirtualHardDisk = resp.getOSVirtualHardDisk();
                    updateParameters.setOSVirtualHardDisk(osVirtualHardDisk);
                    updateParameters.setRoleName(resp.getRoleName());
                    OperationResponse updtResp = computeManagementClient.getVirtualMachinesOperations().update(clusterName, clusterName, resp.getRoleName(), updateParameters);
    And every time i am creating a new cloud service along with head and node instances. Region is "South Central US".
    I am setting ProvisionGuestAgent field to true at instance creation time. Thank you.

  • Can the boot camp partition be resized once windows is installed and running as virtual machine using vm fusion ware?

    I have macbook air partitioned 505/50 and running OSX and win 7 side by side as virtual machines using vm fusion.  Can the partition size be changed without starting over?

    Very helpful.  I started with vm ware to create a pseudo drive but could not import win 7 over home network.  mac has no immediate way to connect to network without adapter, and has no cdrom.  So i used boot camp to create partition, then made a bootable win7 iso file on a memory stick using win 7 usb/cdrom download tool from microsoft, and rEFIT to get mac to boot from the mem stick into the dos partition.  Then i ran vm fusion to import the win 7 partition as a virtual machine.  OSx and win 7 run side by side.
    Seems from what you say that sizing cannot be accomplished without deleting partition and starting over.  If I start over and just run vm fusion to create he win7 virtual machine, not sure how I would bet the minimum win 7 os into the ac.  Perhaps vm will boot from the mem stick using refit.  Do you know?

  • Problems With Data Alignment when spooling to a CSV file

    Dear members,
    I am spooling data to a csv file. My data contains 3 columns
    For example :
    col1 col2 col3
    USD,10000033020000000000000,-1144206.34
    The 2nd column is alphanumeric, it contains some rows which have only numbers and some which have numbers and alphabets.
    The 3rd column contains only numbers with positive or negative values.
    I am facing problem with alignment. when i open the spooled csv file then i find that the 3rd column is aligned to right .
    In the 2nd column, rows which have only numbers are right justified and rows which have alpha numeric data are left justified.
    I tried using the JUSTIFY function in sql plus but still it is not working for me.
    Can any body give your opinion on how to control the alignment in spooled csv files.
    Your responce is highly appreciated.
    Here is my code :
    WHENEVER SQLERROR CONTINUE
    SET TIMING off
    set feedback off
    set heading off
    set termout OFF
    set pagesize 0
    set linesize 200
    set verify off
    set trimspool ON
    SET NEWPAGE NONE
    col to_char(glcd.segment1||glcd.segment2||glcd.segment3||glcd.segment4||glcd.segment5||glcd.segment6) ALIAS CONCATENATED_SEGMENTS
    col CONCATENATED_SEGMENTS justify left
    col to_char(decode(glbal.currency_code,glsob.currency_code,
    (begin_balance_dr - begin_balance_cr) + (period_net_dr -period_net_cr),
    (begin_balance_dr_beq - begin_balance_cr_beq) + (period_net_dr_beq -period_net_cr_beq))) alias Total_Functional_Currency
    col Total_Functional_Currency justify left
    COlUMN V_INSTANCE NEW_VALUE V_inst noprint
    select trim(lower(instance_name)) V_INSTANCE
    from v$instance;
    column clogname new_value logname
    select '/d01/oracle/'|| '&&V_inst' ||'out/outbound/KEMET_BALANCE_FILE_EXTRACT' clogname from dual;
    spool &&logname..csv
    SELECT glsob.currency_code ||','||
    to_char(glcd.segment1||glcd.segment2||glcd.segment3||glcd.segment4||glcd.segment5||glcd.segment6) ||','||
    to_char(decode(glbal.currency_code,glsob.currency_code,
    (begin_balance_dr - begin_balance_cr) + (period_net_dr -period_net_cr),
    (begin_balance_dr_beq - begin_balance_cr_beq) + (period_net_dr_beq -period_net_cr_beq)))
    from gl_balances glbal , gl_code_combinations glcd , gl_sets_of_books glsob
    where      period_name = '&1' /* Period Name */
    and      glbal.translated_flag IS NULL
    and      glbal.code_combination_id = glcd.code_combination_id
    and      glbal.set_of_books_id = glsob.set_of_books_id
    and      glbal.actual_flag = 'A'
    and      glsob.short_name in ('KEC-BOOKS' , 'KUE' , 'KEU','KEMS', 'KEAL' , 'KEAL-TW' , 'KEAL-SZ' , 'KEAM')
    and glcd.segment1 != '05'
    and decode(glbal.currency_code , glsob.currency_code , (begin_balance_dr - begin_balance_cr) + (period_net_dr -period_net_cr) ,
    (begin_balance_dr_beq - begin_balance_cr_beq) + (period_net_dr_beq -period_net_cr_beq)) != 0
    and glbal.template_id IS NULL
    ORDER BY glcd.segment1 || glcd.segment2 || glcd.segment3 || glcd.segment4 || glcd.segment5 || glcd.segment6
    spool off
    SET TIMING on
    set termout on
    set feedback on
    set heading on
    set pagesize 35
    set linesize 100
    set echo on
    set verify on
    Thanks
    Sandeep

    i think you do not have to worry about your code when you say that the plain texts created are ok when opened on the notepad. it is on the excel that you will need some adjustments. not sure about this but you might want to read about the applying styles in the excel by going through it's help menu.

  • Transfer using CSV-files

    Hello!  In our project we discussing about possibility to use CSV-files to transfer information.
    Can I use CSV in PI ?

    Hi,
    Yes you can. Use File adapter to read and do a file content conversion on it. By doing it the CSV format will be converted to XML format in PI
    Lot of weblgs are available on this
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/sundararamaprasad.subbaraman/blog/2005/12/09/making-csv-file-lookup-possible-in-sap-xi
    /people/rahul.nawale2/blog/2006/07/18/java-mapping-an-alternate-way-of-reading-a-csv-file
    /people/swaroopa.vishwanath/blog/2005/06/24/generic-approach-for-validating-incoming-flat-file-in-sap-xi--part-1
    Regards
    Suraj
    Edited by: S.R.Suraj on Sep 30, 2009 9:18 AM

  • Problems PXE booting Gen 2 Virtual Machines after Upgrading to Windows Server 2012 R2

    My Current Setup: 
    I have two virtual machines set up with Hyper V on my Windows Server 2012 Server.
    VM1: Configured to boot from an ISO file and runs Clonezilla server. 
    VM2: Configured to PXE boot using a legacy network adapter, and with a passthrough 250Gb hard disk. 
    These two VMs are connected to an external Virtual Switch, which allows physical machines to PXE boot to the Clonezilla server. 
    For the past few months I have been using this setup for two purposes:
    1. To clone physical machines to the Clonezilla virtual server (as a backup).
    2. To restore those image to the second VM if I find that need to get access to the files on the original image.. 
    This has worked perfectly, except for the fact that the speed of the legacy network adapter on the second VM (which is required to PXE boot) is very slow. But I know this is because of the limitations in how the legacy adapter works... 
    Now my problem:
    I found out that Gen 2 VMs allow you to PXE boot without having use a legacy network adapter, allowing me to image back to the VM faster. So I upgraded the Server to Server 2012 R2 . I then created the same two virtual machines on the R2 server. I can still
    PXE boot the Gen 1 VM to the Clonezilla Server but I cannot get the Gen 2 VMs to PXE boot properly. They get an IP address from the Clonezilla Server but then just stop with the following screen. (note: I have disabled the Secure Boot). 
    Are Gen 2 VMs unable to pull down images from anything other than a WDS Server? 

    Hi J,
    >>Unfortunately WDS is not a solution for us as it is dependent on the PC being part of a domain
    If you would like to make the client not join to the domain, please check the box before “Do not join the client to a domain after an installation.”  In addition, make sure not to set the client to the domain in the unattend file and do not prestage
    the computer in AD. "
    It is quoted from following thread :
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/1026c3a9-0a10-4a58-a48f-5391659a96c8/wds-set-unattend-file-for-workgroup?forum=winserversetup
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Build Novell 6 on virtual machine using windows 2008 r2?

    Hello.It will work this configuration?Somebody tried this?i have a novell 6 server using a IBM machine and i bought a new DELL machine with windows 2008 R2 enterprise.I want to put Novell server on a virtual machine build with 2008 R2.Will work novell on virtual machine?or i will have problem with workstation to "see" the TREE?i heard that this could be a problem, that putting a novell on a virtual machine, workstations won't see the built TREE.I also have a problem with my actual Novell:when i puuted it with IP, it didn't work, so i let it with IPX/SPX.But i have windows 7 workstation and i cannot connect them to my NOVELL network.Please help me.

    On 30/11/2011 07:56, shtou wrote:
    > Hello.It will work this configuration?Somebody tried this?i have a
    > novell 6 server using a IBM machine and i bought a new DELL machine with
    > windows 2008 R2 enterprise.I want to put Novell server on a virtual
    > machine build with 2008 R2.Will work novell on virtual machine?or i will
    > have problem with workstation to "see" the TREE?i heard that this could
    > be a problem, that putting a novell on a virtual machine, workstations
    > won't see the built TREE.I also have a problem with my actual
    > Novell:when i puuted it with IP, it didn't work, so i let it with
    > IPX/SPX.But i have windows 7 workstation and i cannot connect them to my
    > NOVELL network.Please help me.
    By "Novell 6" do you perhaps mean NetWare 6 (Novell is the company not
    the product)? Does "6" imply 6.0 or 6.5? The latter is more suited to
    being virtualised.
    HTH.
    Simon
    Novell Knowledge Partner (NKP)
    Do you work with Novell technologies at a university, college or school?
    If so, your campus could benefit from joining the Novell Technology
    Transfer Partner (TTP) program. See novell.com/ttp for more details.

  • Problem to connect to VMware virtual machine in VMM

    I have a problem to connect to the VMware virtual machine console through the VMM Admin Console. I get the message "For a connection with this virtual VMware machine necessary ActiveX object is not installed. Would like you to install the VMware ActiveX element now?"
    If I click "yes", IE opens. To the installation of this ActiveX element I've added the web access side of the VMware-Host to the trustworthy sites in IE. I've also disabled the strengthened security configuration for IE. But it did not help.
    What can I still try?
    Thx

    The most common problem getting the activeX installed is that the VMware infrastructure web portal has not been setup completely. It is from that portal that the activeX is downloaded and installed. Ensure that the VMware infrastructure portal has been setup
    and configured for SSL. The Url we attempt to get theactiveX from is https://HostName/ui/plugin/msie/vmware-mks.cab
    Uhm, yea, that URL is invalid. Maybe it was for vCenter 3.x? or 4.0 only? Does not resolve on v4.1 :(
    If you are having trouble getting the activeX installed there are a couple of workarounds. One workaround is to install the VMWare Infrastructure Client onto your machine where you are running the VMM Admin Console. The Infrastructure Client installation
    installs VMWare's activeX along with its own client.
    Tried that... it doesn't use ActiveX anymore (still 4.1) so no go :(
    Another workaround is to login to the VMware Infrastructure Web Access portal and one time connect to a VM. This will also download and install the activeX and let it work.
    Tried that... it doesn't use ActiveX anymore (still 4.1) so no go :(
    So basically I need either the SCVMM guys to figure out to do this in the new version from vmware or I need some vmware experts to tell me where I can find this activex component...

  • Can't install my printer on Windows virtual machine using  Leopard OS

    Have just installed Leopard and Parrallels software. I cannot install my HP C3180 printer on the virtual windows machine. USB plug and unplug are not recognized and suspect it is because the printer is in use on the Mac OS side. How can I get the same printer to be connected and usable in both MAC and Windows virtual machines?

    I had exactly the same issue as you when I wanted to print from my iMac to a printer that was attached to a Windows 7 machine.
    I found the solution at an Apple Support page, located at "http://support.apple.com/kb/HT3049".
    What really solved my problem was the introduction of the user PASSWORD in the address line, like this:
    smb://user:password@workgroup/server/sharename
    Read the Apple Support page I mentioned carefully to better understand what you will be doing.
    I hope this helps you.

  • Windows server 2008 r2 virtual machine uses much less memory then it has assigned

    Guys,
    I had a virtual machine with windows 2008 r2 operating system, running sharepoint, on a server where it had 6gb RAM memory assigned.
    Now I bought a new server, which has 32 gb of ram. I moved my virtual machine there, and assigned 24gb of RAM.
    But after I started VM, in Windows Task Manager I see that system uses only about 6.5 GB of RAM assigned. That is not even close to 24gb, which it has available.
    Is there any power shell script or anything else available to increase virtual machine memory usage?
    Thank you. 

    Hi,
    I found a KB similar described with your issue- the Hyper-V host cannot allocate more memory to the virtual machine because there is not enough free disk space to extend the
    memory contents file, more detail symptoms please refer the following KB:
    Dynamic Memory allocation in a Virtual Machine does not change although there is available memory on the host
    http://support.microsoft.com/kb/2504962/en-us
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Failed to revert to VSS snapshot on the virtual hard disk '\\?\Volume{0f7b010b-f397-11e0-a76b-002655db9b10}\' of the virtual machine | Using HYPER-V 2008 R2

    Hi,
    I got this error on one of the VM (web server) backed up usng HYPER-V 2008 R2 and when I looked up, there is an microsoft hotfix for the same issue.
    Microsoft KB Hotfix:
    A backup of virtual machines fails when you use the Hyper-V VSS writer to back up virtual machines concurrently on a computer that is running Windows Server 2008
    http://support.microsoft.com/kb/971394
    But, the VM (web server) is running Windows 2008 R2 - SP1.
    Hotfix says - To apply this hotfix, your computer must be running one of the following operating systems:
    Windows Server 2008
    Windows Server 2008 Service Pack 2 (SP2)
    Does it mean it does not apply to Windows 2008 R2 | SP1 ?
    When I checked the :
    Swprv.dll version, it was higher than the one mentioned in the hotfix.
    Thanks for any help.
    -Ashwin

    Hi Ashwin,
    I am assuming that the VM(web server) is using SQL .
    Please try to disable SQL Server VSS Writer in services.msc , then retry WSB again .
    Hope this helps
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to Allow microphone and all hardware in Virtual Machine using Hyper-v

    I have recently installed Windows 10 preview in Windows 8.1 pro.
    How i can allow Microphone and all things in virtual machine from Hyper-v
    Thanks
    Thank You , Shan Ali Khan

    You connect to the VM using the RDP Client - connecting to the IP / name of the VM over the network.
    This enabled all device redirection by default.
    You can possibly use Enhanced Session Mode as well.  That again uses RDP under the hood.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • Can I Manage virtual machines using SCCM? What about Amazon ec2 instances?

    Hi All,
    As part of my lab environment, I would like to discover and manage virtual machines within ESXi platform and a few on Hyper-V. As part of this, 
    1] Do we need SC-VMM to create/discover/manage virtual machines or can this be done by using just SCCM 2012 module?
    2] Does SCCM provide any connectors to public cloud services (ex: Amazon EC2 or Google Cloud services)? Can this be done using SCCM? 
    Any help on this would be appreciated. thanks

    Thanks Jason.
    A few follow up questions just to make sure I understand you correctly:
    a] Statement: I understand SCCM can manage OS within any VM (I just realized my set up has discovered 2 VM's running Win 2008 OS via AD discovery method). My confusion began after going thru SC-VMM docs. I assumed, once you have SC-VMM set up, it will discover/manage
    either ESXi servers or Citrix or other vendor hypervisors and then discover VM's within the hypervisors. But as you said, SCCM can manage OS within any VM.
    b] Q: my sccm set up is part of domain 'A' and its discovering systems/users as part of domain 'A'. Is there a way to discover systems as part of domain 'B'? When I look into 'discovery methods' -> Active directory system discovery -> Add a new container
    -> path -> select a new container -> it selects only domain 'A'
    As a result I'm not able to add a secondary domain for system discovery. IS this how its supposed to be? Discovery runs only within one domain? (or) am I missing something here?
    c] When you said 'Yes, I do think (I'm not familiar with all things VMM though) that there is a connector to EC2', did you mean a connector from SCCM or a connector from VMM component?
    thanks again for all the help.

  • Trigger a BSOD on Hyper-V Virtual Machine using CrashonCtrlScroll

    Hi All,
    I need to trigger a Memory Check on a VM running under Hyper-V 2012 R1. Using "http://msdn.microsoft.com/en-us/library/ff545499.aspx" as a guide a I have tried using the standard
    Right CTRL + Scroll Lock + Scroll Lock as well as alternate keys, e.g. Left and Right ALT keys etc.
    Unfortunately I can't seem to trigger the Memory Check.
    Has anyone else attempted to do this?
    Essentially I am troublehshooting an issues ehere the vendor needs a complete memory dump to work out what is loaded at the time the issue occurs.
    Any help would be great.
    NSutton

    Hi Nathan,
    If the specified VM is Generation 2 virtual machine running on a Windows Server 2012 Hyper-V host, you'll need instead to create the CrashOnCtrlScroll registry key in the guest operating system in this location:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\hyperkbd\Parameters
    Either way be sure to reboot the guest operating system of your virtual machine once you have made any of the above registry changes so they can take effect.
    If your virtual machine is running Windows Server 2012 R2, you can use the new Debug-VM cmdlet of Windows PowerShell to bugcheck the virtual machine and generate a dump file. This cmdlet injects a non-maskable interrupt (NMI) into the guest operating system
    virtual machine which results in a bugcheck of the operating system. For the syntax and examples of using this cmdlet, see
    http://technet.microsoft.com/en-us/library/dn464280.aspx.
    Please let me know if this helps
    Thanks,
    Pankaj Joshi
    pankaj(MCT)

  • Upgrade pre-built Oracle Virtual Machine using  Siebel VM template

    Hello
    I'm planning to deploy a Siebel environment for testing purposes using Oracle Virtual Machines templates (http://www.oracle.com/technetwork/server-storage/vm/siebel-092480.html). this template has been made to deploy Siebel CRM SIA 8.1.1.ENU and i need the  8.1.1.7 version with ENU and ESN languages
    My main questions are:
    after complete the Siebel installation using this template (8.1.1 ENU), is it possible to upgrade to 8.1.1.7 version? is it possible to add ESN language?
    thanks and best regards!
    Francisco Ruiz
    Oracle Consulting Mexico
    Edited by: user733897 on 1/03/2013 11:59 AM

    Wilson
    Thanks by kind help, but im still face issues, the log indicates a license error but i already introduce the licenses codes but is still showing the error on login.
    ServerLog     ProcessCreate     1     00000d67513a0900:0     2013-03-08 20:45:59     Created server process (OS pid =      2525     ) for SCCObjMgr_enu
    ServerLog     ProcessCreate     1     00000d67513a0900:0     2013-03-08 20:45:59     Created server process (OS pid =      2542     ) for SMObjMgr_enu
    ServerLog     ProcessExit     1     00000d68513a0900:0     2013-03-08 20:56:35     SvrTblCleanup      2431     SBL-OMS-00103 Process 2431 exited with error - Error %1 initializing the license key
    ServerLog     ProcessCreate     1     00000d67513a0900:0     2013-03-08 20:56:35     Created server process (OS pid =      2656     ) for SvrTblCleanup
    ServerLog     ProcessExit     1     00000d68513a0900:0     2013-03-08 20:56:35     SvrTaskPersist      2432     SBL-OMS-00103 Process 2432 exited with error - Error %1 initializing the license key
    ServerLog     ProcessCreate     1     00000d67513a0900:0     2013-03-08 20:56:35     Created server process (OS pid =      2670     ) for SvrTaskPersist
    Another log file
    2021 2013-03-11 18:00:07 0000-00-00 00:00:00 -0700 00000000 001 ffff 0001 09 SvrTblCleanup 848297986 28037 1101329440 /u01/app/siebel/ses/siebsrvr/enterprises/siebel/siebel811/log/SvrTblCleanup_0809_848297986.log 8.1.1 [21111] ENU
    ObjMgrLicense     Error     1     00000005513e6d85:0     2013-03-11 18:00:07     (dmlicmgr.cpp (133)) SBL-DAT-00171: A license key for this software has expired.
    Please enter a new key to proceed, or contact your system administrator.
    GenericLog     GenericError     1     00000005513e6d85:0     2013-03-11 18:00:07     Object manager error: ([0] A license key for this software has expired.
    Please enter a new key to proceed, or contact your system administrator.(SBL-DAT-00171) (0x7500ab))
    GenericLog     GenericError     1     00000005513e6d85:0     2013-03-11 18:00:07     ( (0) err=2818155 sys=7667883) SBL-OMS-00107: Object manager error: ([0] A license key for this software has expired.
    Please enter a new key to proceed, or contact your system administrator.(SBL-DAT-00171) (0x7500ab))
    GenericLog     GenericError     1     00000005513e6d85:0     2013-03-11 18:00:07     (ccfom.cpp (568) err=2818151 sys=0) SBL-OMS-00103: Error 7667883 initializing the license key
    GenericLog     GenericError     1     00000005513e6d85:0     2013-03-11 18:00:07     (bsvcmgr.cpp (658) err=2818151 sys=0) SBL-OMS-00103: Error 7667883 initializing the license key
    GenericLog     GenericError     1     00000005513e6d85:0     2013-03-11 18:00:07     (smishell.cpp (342) err=2818151 sys=0) SBL-OMS-00103: Error 7667883 initializing the license key
    TaskConfig     TaskCfgParamError     1     00000005513e6d85:0     2013-03-11 18:00:07     ***********Dumping Parameters for the current task (848297986) because of errors**********

Maybe you are looking for

  • Apple TV and Time Capsule 802.11n -- idle timeout and group key stuff...

    I've been having some wireless issues since moving to a Time Capsule to provide my 802.11n service. I have my time capsule setup as an 802.11n only router, on a 5 ghz band only, with WPA2 security (AES-CCMP.) My reception is great -- but I've noticed

  • Printing Date with Calendar Object

    I am trying to print the current date of a calender object in a mm/dd/yyyy format. When I call system.out.println(now.getInstance()); and scroll through the console, it shows DAY_OF_MONTH=29, YEAR=2006, MONTH=6 for July 29, 2006. I realize months are

  • Can i use apple tv through my imac monitor?

    can i use apple tv through my imac?

  • Upgraded to 5.0.1 and now all keynotes are blank. Any ideas please?

    I just upgraded to iWork 09 and then as software update instructed, upgraded to 5.0.1.. Now any new keynote or any old keynote file opens, shows the slides in the slide organiser on the left but the main slide window is completely blank. I drag a pic

  • In Need of Consulting Service

    Hi, Does anyone know of a Novell Consultant in the Washington DC metro area who can provide expert consulting service? We want to implement Zenworks Server for monitoring and managing our servers, but will like to talk to an expert first. We are look