ColdFusion 9 Web Server Configuration Tool  problem

I am using:
ColdFusion 9.01
Oracle iPlanet Web Server 7.0.13
Windows 2008 R2 Standard
When I try to use the Web Server Configuration Tool, I get the following message:   warning "connectors/nsapi/intel-win64/prebuilt/jrun_nsapi.dll".  Could it be an incompatability with the versions of software that I am using?  Has anyone successfully configured ColdFusion 9.01 with Oracle iPlanet Web Server 7.0.13?
I can't get past this message (see below).
The wsconfig.log file has the following:
02/14 00:39:57 debug Parsing Sun ONE Web Server (iPlanet) configuration file G:\Program Files\Oracle\WebServer7\https-CFAdmin\config\magnus.conf
02/14 00:39:57 debug Parsing Sun ONE Web Server (iPlanet) configuration file G:\Program Files\Oracle\WebServer7\https-CFAdmin\config\obj.conf
02/14 00:39:57 error connectors/nsapi/intel-win64/prebuilt/jrun_nsapi.dll
java.io.FileNotFoundException: connectors/nsapi/intel-win64/prebuilt/jrun_nsapi.dll
    at jrunx.connectorinstaller.JarUtils.extractToFile(JarUtils.java:72)
    at jrunx.connectorinstaller.CIUtil.extractConnector(CIUtil.java:274)
    at jrunx.connectorinstaller.iPlanetInstaller.installConnector(iPlanetInstaller.java:136)
    at jrunx.connectorinstaller.ConnectorInstaller.installConnector(ConnectorInstaller.java:341)
    at jrunx.connectorinstaller.ConnectorInstaller.doIt(ConnectorInstaller.java:275)
    at jrunx.connectorinstaller.ConnectorInstaller.main(ConnectorInstaller.java:765)

I'm using  Solaris 10 SPARC, iPlanet 7.0.15, and I'm not going to use Apache!
Note: I made a slight modification to the LD_LIBRARY_PATH_64 reference in the startup script for iPlanet.
You have to do this to make the virtual server use the 64-bit libraries.
vi /sun/webserver7/https-<config_name>/bin/startserv
look for this line:
    LD_LIBRARY_PATH_64="${SERVER_LIB_PATH_64}:${SERVER_JVM_LIBPATH}:${LD_LIBRARY_PATH_64}"; export LD_LIBRARY_PATH_64
and change it to this line:
    LD_LIBRARY_PATH_64="${SERVER_LIB_PATH_64}:${SERVER_JVM_LIBPATH}:${LD_LIBRARY_PATH_64}:/us r/sfw/lib/sparcv9"; export LD_LIBRARY_PATH_64
I'm moving from CF8 ENT to CF9 ENT.
Here's the problem: iPlanet virtual server is configured for 64-bit operation; the connector in CF9 is 32-bit.
Question: What Program is Making this file ---> libjrun_nsapi.so ??
I'm assuming CF is creating it, so try to follow my logic here.....
CF9 doesn't want to produce libjrun_nsapi.so in 64-bit mode.
The file is located here:
/opt/coldfusion9/runtime/lib/wsconfig/1/libjrun_nsapi.so
Instead it spits out a 32-bit file....
# file libjrun_nsapi.so
libjrun_nsapi.so:       ELF 32-bit MSB dynamic lib SPARC32PLUS Version 1, V8+ Required, dynamically linked, not stripped, no debugging information avail
It's supposed to look something like this:
# file libjrun_nsapi.so
libjrun_nsapi.so:       ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped
I found out that when I use CF8, the installer asks for 64-bit configuration during install,
AND the initial startup makes the 64-bit connector.
In CF9...no such menu item; it doesn't mention 32/64 bit anything.
How do you force CF9 to produce a 64-bit libjrun_nsapi.so file?
This creates the 32-bit file...
cf_root/runtime/bin/wsconfig -server coldfusion -ws sunone -dir /sun/webserver7/<config-name>/config -coldfusion -v
When I add -ws64 it breaks the script....
cf_root/runtime/bin/wsconfig -server coldfusion -ws64 sunone -dir /sun/webserver7/<config-name>/config -coldfusion -v
How do you force CF9 to produce a 64-bit libjrun_nsapi.so file?
FYI:  I grabbed the libjrun_nsapi.so file from my CF8 ENT install, and used it in my CF9 ENT install.
No errors from the web server, but it's running dirt-slow now.
Could be the file because the libjrun_nsapi.so was created to connect with CF8, not CF9 !?
How do you force CF9 to produce a 64-bit libjrun_nsapi.so file?

Similar Messages

  • Web server config tool problem

    Hi, I just installed coldfusion 702. At the end got an error
    that I need to manually configure web server through the tool. When
    I open the tool it does not show any existing servers. I have
    checked - IIS is running. I can access the localhost page.
    Coldfusion server is running. Checked that in control
    panel>administrative services>services. I have disabled all
    firewalls, antivirus, privacy service. I am using XP sp2. Have read
    through forums and tech notes - no luck. Any advise would be
    greatly appreciated. The wsconfig log shows the following error
    message:
    "error Could not connect to any JRun/ColdFusion servers on
    host localhost.
    Possible causes:
    o Server not running
    -Start Macromedia JRun4 or ColdFusion MX server
    o Server running
    -JNDI listen port in jndi.properties blocked by TCP/IP
    filtering or firewall
    on server
    -host restriction in security.properties blocking
    communication with server
    jrunx.connectorinstaller.NoServerException: Could not connect
    to any JRun/ColdFusion servers on host localhost.
    Possible causes:
    o Server not running
    -Start Macromedia JRun4 or ColdFusion MX server
    o Server running
    -JNDI listen port in jndi.properties blocked by TCP/IP
    filtering or firewall
    on server
    -host restriction in security.properties blocking
    communication with server
    at
    jrunx.connectorinstaller.CIJndi.findServers(CIJndi.java:477)
    at
    jrunx.connectorinstaller.CIJndi.<init>(CIJndi.java:141)
    at
    jrunx.connectorinstaller.CIJndi.<init>(CIJndi.java:147)
    at
    jrunx.connectorinstaller.ConnectorInstaller.parseArgs(ConnectorInstaller.java:228)
    at
    jrunx.connectorinstaller.ConnectorInstaller.<init>(ConnectorInstaller.java:56)
    at
    jrunx.connectorinstaller.ConnectorInstaller.main(ConnectorInstaller.java:750)"

    I am having this same problem. I have uninstalled Windows
    Defender and disabled Windows Firewall and no matter what I do, the
    wsconfig utility does not find any servers on localhost. I do get
    the Add/Exit buttons, but when I click Add, I don't get anything.
    I've modified C:/CFusionMX7/runtime/lib/security.properties
    to include:
    jrun.trusted.hosts=localhost,127.0.0.1
    Which jndi.properties should I look at?
    C:\CFusionMX7\runtime\lib\client\CLIENT-INF or
    C:\CFusionMX7\runtime\servers\coldfusion\SERVER-INF
    Should either of these files be modified?
    Restarting Coldfusion has not made a difference.

  • ColdFusion 8 Web Server Config tool fails

    The Web Server Configuration tool has worked in the past on
    my dev server under Sun ONE Java System Server, but it fails when I
    try to start the tool. The message returned is:
    exception in thread main java.lang.unsatisfiedlinkerror:
    sun.awt.windows.wcanvaspeer
    I've Googled this message and see that a few others have
    encountered the same issue, but did not see any resolution. Any
    help would be greatly appreciated.

    I am having this same problem. I have uninstalled Windows
    Defender and disabled Windows Firewall and no matter what I do, the
    wsconfig utility does not find any servers on localhost. I do get
    the Add/Exit buttons, but when I click Add, I don't get anything.
    I've modified C:/CFusionMX7/runtime/lib/security.properties
    to include:
    jrun.trusted.hosts=localhost,127.0.0.1
    Which jndi.properties should I look at?
    C:\CFusionMX7\runtime\lib\client\CLIENT-INF or
    C:\CFusionMX7\runtime\servers\coldfusion\SERVER-INF
    Should either of these files be modified?
    Restarting Coldfusion has not made a difference.

  • JRUN Upgrade for Web Server Config Tool

    Recently, I applied the latest connector update discussed in
    APSB07-02. Today, I attempted to create a connector to my new CF
    cluster and get the following error when using the Web Server
    Config tool:
    "The JRun server(s) found on host 127.0.0.1 must be upgraded
    to use this version of the Web Server Configuration tool"
    CF 7.0.2HF1
    JRun 4 Updater 6
    W2k3 SP1
    What update is it refering too?

    This issue was asked in 2007 but never answered.  It's now 2010 and I am experiencing the same problem.  I'm trying to add a new IIS web server for CF.  Running CF 7 and the web config tool worked 12 months ago.  Now it doesn't... saying the "Jrun server must be upgraded to use this version of the Web Configuration Tool".  I've done one jrun patch that I am aware of in the past few months.
    So now, does anyone have an answer as to what I have to do to get this thing to run????
    Thanks,
    ...Wes

  • Web server configuration failed with EPM 11.1.2.2 on Solaris 11

    Hi,
    When install & configured EPM 11.1.2.2, all components configuration success except web server configurations. In the
    /export/epm/Middleware/EPMSystem11R1/diagnostics/logs/
    [ERROR][EPMCFG-07236][oracle.EPMCFG][SRC_CLASS: com.hyperion.cis.config.ant.apache2.OHS2configurator]/export/epm/Middleware/user_projects/epmsystem1/httpConfig/ohs/config/OHS/ohs_component/httpd.conf wasn't found. OHS wasnt configured successfully, see oraInventory logs for more details"
    The /export/epm has around 1.1T free disk space, and it had been set WRX permission for the 'epm' user. Please advise what might cause the above issue?
    Thanks,
    Jenny

    Hi,
    The OHS installation was showed as "Complete" in the EPM installation. Yes, there was "/export/epm/Middleware/user_projects/epmsystem1/httpConfig" directory.
    Under "/export/epm/oraInventory/logs", it generated 4 files as "intsall*.log", "install*.out", "installActions*.log", and
    "installProfile*.log" when I'm trying to configure the web server again with cfgtool. The logs are pretty long, and I'm not sure if the bellow messages indicate space problem or not in the "install*.log"?
    [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.genericQueries.getFreeSpaceForHome] [tid: 11] [ecid: 0000Jz5F64TFw000jzwkno1Hr7bm000002,0] errorString:
    [2013-07-09T13:00:36.230-08:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.genericQueries.getFreeSpaceForHome] [tid: 11] [ecid: 0000Jz5F64TFw000jzwkno1Hr7bm000002,0] Exiting method executeHandler
    [2013-07-09T13:00:36.231-08:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 11] [ecid: 0000Jz5F64TFw000jzwkno1Hr7bm000002,0] Handler launch end: genericQueries.getFreeSpaceForHome
    [2013-07-09T13:00:36.231-08:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 11] [ecid: 0000Jz5F64TFw000jzwkno1Hr7bm000002,0] Handler returned status: SUCCES
    The "install*.out" had the error message as:
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (ohsInstance3355595679)]:Skipping instance registration
    ld.so.1: opmn: fatal: libcolntsh.sop.11.m1: open failed: No such filnctl startall: estarting opmn and all moracle.as.config.ProvisionException: Unable to start opmn
    at oracle.as.install.webtiercd.webtierconfig.util.CreateASInstance.createASInstanceWrapper(CreateASInstance.java:153)
    at oracle.as.install.webtiercd.webtierconfig.util.CreateASInstance.createStandaloneASInstance(CreateASInstance.java:84)
    at oracle.as.install.webtiercd.webtierconfig.actions.WebtierConfigurationAction.configureInstanceStandalone(WebtierConfigurationAction.java:590)
    at oracle.as.install.webtiercd.webtierconfig.actions.WebtierConfigurationAction.configureStandalone(WebtierConfigurationAction.java:441)
    at oracle.as.install.webtiercd.webtierconfig.actions.WebtierConfigurationAction.doExecute(WebtierConfigurationAction.java:174)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.Exception: Unable to start opmn
    at oracle.as.install.webtiercd.webtierconfig.util.CreateASInstance.startOpmn(CreateASInstance.java:228)
    at oracle.as.install.webtiercd.webtierconfig.util.CreateASInstance.createASInstanceWrapper(CreateASInstance.java:151)
    ... 13 more
    a or directornage[CONFIG] FAILED:Create and Start AS Instance (ohsInstance3355595679)
    y
    d processes[CONFIG] [Web Tier Configuration] [Create and Start AS Instance (ohsInstance3355595679)]:Unable to start opmn
    .[CONFIG] FAILED:Create and Start AS Instance (ohsInstance3355595679)
    ..Question Received:Unable to start opmn
    [CONFIG] [Web Tier Configuration]:Unable to start opmn
    oracle.as.config.ProvisionException: Unable to start opmn
    at oracle.as.install.webtiercd.webtierconfig.util.CreateASInstance.createASInstanceWrapper(CreateASInstance.java:153)
    at oracle.as.install.webtiercd.webtierconfig.util.CreateASInstance.createStandaloneASInstance(CreateASInstance.java:84)
    at oracle.as.install.webtiercd.webtierconfig.actions.WebtierConfigurationAction.configureInstanceStandalone(WebtierConfigurationAction.java:590)
    at oracle.as.install.webtiercd.webtierconfig.actions.WebtierConfigurationAction.configureStandalone(WebtierConfigurationAction.java:441)
    at oracle.as.install.webtiercd.webtierconfig.actions.WebtierConfigurationAction.doExecute(WebtierConfigurationAction.java:174)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.Exception: Unable to start opmn
    at oracle.as.install.webtiercd.webtierconfig.util.CreateASInstance.startOpmn(CreateASInstance.java:228)
    at oracle.as.install.webtiercd.webtierconfig.util.CreateASInstance.createASInstanceWrapper(CreateASInstance.java:151)
    ... 13 more
    opmnctgetting all the checkpoint properties..
    l startall: failed.m_checkpointData:{}
    Configuration:Web Tier Configuration failed
    Error while running Configuration.
    The configuration of Oracle WebTier and Utilities CD failed.
    outputFile:/export/epm/oraInventory/logs/installProfile2013-07-09_02-00-32PM.log
    The "install*Profile*.log" reported:
    Processor Architecture : sparcv9
    #The cycle speed of the CPU
    CPU Speed : 0.0 GHz
    #This is the number of CPUs available to the installer's JVM
    CPU Number : 512 Processors.
    #Available Swap space on this machine when installer started
    Available Swap Space : 0 MB.
    Somehow, it report the cpu speed as 0hz, and swap space also 0MB, but I have lots of swap space available(630G) shown from 'df -h' and 'swap -s'
    Thanks!

  • SQL Server Configuration Tools Disappeared

    I know I used to have Server Configuration Tools, but when I just looked for it, it seems like it has disappeared.  I'm looking at this.
    I'm getting this login error.
    I used to be able to reset SQL Server using the Configuration Tools, but now I can't reset it, and I can't login.
    Please help!!
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

    Hello,
    When you connect using SSMS ( SQL server management studio) in server name give like 
    hostname\mssqlserver--if it is default instance
    hostanme\instancename if it is named instance
    hostname\SQLEXPRESS is it is express edition
    now go to run tyoe services.msc look for SQL server services check if it starte dor not if not please start in try connection using above information
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Calling SQL Loader from ColdFusion Web Server

    We are trying to Load Data files into Oracle through a Cold Fusion Web Application. Users will browse to a local file on their computers, click a button, and our application will use SQL Loader to load the data into oracle. The ColdFusion web server is Unix and the 11g database server is Linux. When we run the ColdFusion code below we get a file not found error, the sqlldr executable cannot be found. Do we need to install an Oracle client or something on the ColdFusion Web server to get this to work?
    <cfexecute name="sqlldr" arguments="ADVDEMO@ADVDEMO/Transact2011 control=/space/users/www/advfiles/ControlFiles/BS/Bio_ControlFile.ctl" timeout="500"></cfexecute>

    'sqlldr' is part of Oracle server or (full) Oracle client software - NOT the OS - so indeed you need to install at least the client. Unfortunately 'sqlldr' is not part of the Instant Client, which is much smaller than the full client.
    Some guys tried to add 'sqlldr' manually:
    http://my.opera.com/onyxluo/blog/2007/12/28/add-sql-loader-into-oracle-10-instant-client
    Werner

  • Web server configuration

    Hi all,
    I am new to cold fusion and I want to have a stand alone cold
    fusion server with my IIS server on a different box. Is this
    possible? I have installed the product but it looks like it is
    pointing to the local IIS and I don't seem to have the option to
    select the web server that I want it to go ( I was using the web
    server config tool). Any ideas? I am using CF 7 Standard ed.
    Thanks!

    It is my understanding, but I have never done this, that you
    do it the
    other way around.
    You will need to copy the web server config tool to your IIS
    web server.
    Then run it there and point to the CF server.
    I suspect there are a few other pieces that will need to live
    on the web
    server but could not tell you what. But I do know that people
    do this
    without too much difficulty.

  • Re: Built-In Web Server Configuration vs Third-Party Web Server?

    Hi Guys,
    I am new to Coldfusion and I plan on setting it up within a Windows based environment for development purposes, I will eventually upload my files to a shared hosting service..
    Could I get a pros vs cons comparison of configuring Coldfusion using the Built-In Web Server vs a Third-Party Webserver such as Apache?
    My initial feeling is if I could keep the installation simple by using the self contained Built-In Web Server then why wouldn't I do that?  I'm guessing there must be more to it.  Please explain!
    Thanks in advance!

    The built-in web server is sufficient for local CF development. It's what I use nowadays.
    If you have web server-specific implementation details as part of your application, like URL rewriting, you'll want to use whatever web server will be used in production.
    Dave Watts, CTO, Fig Leaf Software
    http://www.figleaf.com/
    http://training.figleaf.com/

  • Configuration tool problem

    Hi,
    I tried to use Configuration Tool for VPN. When I open a *.vpn file the program says:
    Impossible to reach temp folder.
    I'm using Win7.
    Can you help me, please?
    Thanks

    Hey serenc2, Welcome to the Nokia Forums!
    Have you tried viewing this link which can help you to configure your VPN on Configuration Tool? 
    You can also try do the following steps to fix the problem:
    Disconnect the USB cable and connect it again.
    If you use a USB hub with an external power source, verify it has been switched on.
    If you use a USB hub, try connecting the phone directly to the computer.
    Inspect the USB cable for problems and replace if necessary.
    Ensure that you are using an original Nokia cable and the correct cable type for your phone.
    Verify that you have selected PC Suite USB mode in the phone.
    Disconnect the cable, reboot the computer, and try again.
    Note; The connection problems may occur if you have previously unplugged USB devices without using the system tray utility for ejecting devices.
    Also if a working connection suddenly stops working you can try to repair it using the functionality existing in Nokia Configuration Tool
    Start > Programs > Nokia > Nokia Configuration Tool 6.0 > Uninstall > Repair Nokia Configuration Tool.
    This option fixes missing or corrupt files, shortcuts and registry entries.
    OR
    Go to Add/Remove programs on Control panel (called Programs in Windows 7).
    Select Nokia Configuration Tool installation and click Change/Remove.
    From the dialog choose Repair.
    I hope this has helped!
    Sheldrick
    Press the 'Accept As Solution' icon if I have solved your problem, Kudos my post if my advice has helped you!

  • Connect to ColdFusion web server

    I just installed Dreamweaver CS 6 and would like to configure my web server, but can not find the place to connect the server.
    Can you please advice how to configure my Dreamweaver to work to connect the web server?
    Your help and information is great appreciated,
    Regards,
    Iccsi,

    Thanks for the information and help,
    Yes, I got it,
    Thanks again for helping,
    Regards,
    Iccsi,

  • Personal Web Server - Configuration Question

    Hi All,
    I am attempting to change the 'home directory' of the personal web server from the default to '\www'. Based on my understanding this can be done by simply editing 'httpd.conf'.
    However, I am unable to edit this file, or even make a copy of it. The account that I am using has got the 'administrator' check enabled, and when attempt to type 'su' in the console, and enter my password, it responds with 'sorry'.
    How does one therefore get enough permissions to edit this file?
    Regards
    Olaf

    You probably can't su to root in the terminal because root is disabled by default as a security measure. If you want to edit that file you can use sudo to execute a command as root. In the terminal try:
    sudo emacs httpd.conf
    and then enter your password. You'll probably have to save it to another location because of directory permissions and then copy it over or something. The rest is left as an exercise to the reader.

  • Server migration tool problem

    I'm trying to migrate a Windows 2003 SP2 (R1) to Server 2012 Essentials.  It won't allow migration until the Server Migration Tool is run on the old server.  However, it stops at the beginning of the process with an error that the DFS Replication
    service is not running.  But as far as I know, the DFS Replication service did not exist until Server 2003 R2.  How can I get around this?
    Thanks for any help.
    Ron Volkman
    Aurora Technology Solutions 

    The SourceTool log file looks like this:
    01/06/2013 22:14:22          Failed to get the value of the key OperatingSystemSKU. Error: System.Management.ManagementException: Not found
       at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.PropertyData.RefreshPropertyInfo()
       at System.Management.PropertyDataCollection.get_Item(String propertyName)
       at Microsoft.WindowsServerSolutions.SmallBusinessServer.Tools.MigrationPrep.Wizard.TaskPrerequisiteProvider.GetProperty(ManagementBaseObject obj, String keyName).
    01/06/2013 22:14:22          Current Server type: Windows2003
    01/06/2013 22:14:22          Failed to get the value of the key OperatingSystemSKU. Error: System.Management.ManagementException: Not found
       at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.PropertyData.RefreshPropertyInfo()
       at System.Management.PropertyDataCollection.get_Item(String propertyName)
       at Microsoft.WindowsServerSolutions.SmallBusinessServer.Tools.MigrationPrep.Wizard.TaskPrerequisiteProvider.GetProperty(ManagementBaseObject obj, String keyName).
    01/06/2013 22:14:22          Current Server type: Windows2003
    01/06/2013 22:14:22          Failed to get the value of the key OperatingSystemSKU. Error: System.Management.ManagementException: Not found
       at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.PropertyData.RefreshPropertyInfo()
       at System.Management.PropertyDataCollection.get_Item(String propertyName)
       at Microsoft.WindowsServerSolutions.SmallBusinessServer.Tools.MigrationPrep.Wizard.TaskPrerequisiteProvider.GetProperty(ManagementBaseObject obj, String keyName).
    01/06/2013 22:14:22          Current Server type: Windows2003
    01/06/2013 22:14:22          Failed to get the value of the key OperatingSystemSKU. Error: System.Management.ManagementException: Not found
       at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.PropertyData.RefreshPropertyInfo()
       at System.Management.PropertyDataCollection.get_Item(String propertyName)
       at Microsoft.WindowsServerSolutions.SmallBusinessServer.Tools.MigrationPrep.Wizard.TaskPrerequisiteProvider.GetProperty(ManagementBaseObject obj, String keyName).
    01/06/2013 22:14:22          Current Server type: Windows2003
    01/06/2013 22:14:27          Starting task Raise the functional level of the domain and forest
    01/06/2013 22:14:27              Starting Task: Raising domain and forrest functional level.
    01/06/2013 22:14:27              Domain name is: DC=asg,DC=local
    01/06/2013 22:14:27              current domain functional level is: 2
    01/06/2013 22:14:27              No need to change.
    01/06/2013 22:14:27              current forrest functional level is: 2
    01/06/2013 22:14:27              No need to change.
    01/06/2013 22:14:27          Task finished successfully
    01/06/2013 22:14:27          Starting health scan using MBCA engine..
    01/06/2013 22:14:33          Health scan: MBCA model has been imported.
    01/06/2013 22:14:35          Health scan: SBSMigrationPrep model is in the mbca model list.
    01/06/2013 22:14:35          Health scan: Invoking SBSMigrationPrep model at 01/06/2013 22:14:35
    01/06/2013 22:14:46          Health scan: invoke result: True
    01/06/2013 22:14:46          Health scan: scan end time: 01/06/2013 22:14:46, duration: 00:00:11.5937500
    01/06/2013 22:14:47          Health scan: 1 issues found.
    01/06/2013 22:14:47          1: id=1, title=DFS Replication Service is not running, description=DFS Replication Service is not running on this server. By default, this service is running and startup type is set to
    Automatic., severity=Error
    01/06/2013 22:14:47          1 error(s) and 0 warning(s) found during BPA scan
    01/06/2013 22:14:55          Writing migration ready flag to False
    01/06/2013 22:14:55          Writing time stamp to registry
    01/06/2013 22:14:55          Writing Errors and warnings count to registry

  • Web server default address problem

    When I installed the new Xserve with Leopard Server to replace an old G4 running OSX 10.3 server my default Web address changed from: http://xxxx.xxxx.xxx to http://xxxx.xxxx.xxx/groups/workgroup/
    I just want it to go back to the original way it was. I'm living in a Windows world and I'm the only Mac person here.
    Any help would be appreciated.

    I had the same problem this morning with a clean install of 10.5 Leopard Server.
    I called apple and spoke to a really good guy who ran through a diagnosis with me and advised that under server admin you have your default site built in, what to do is click on that original site then there is a little box under it where you are able to duplicate the site, click this, then basically make everything the same and try through safari and it should work, mine works perfect now.
    I asked him why this happens and a easy answer was oh its a glitch we aim to fix it as soon as possible.
    Hope this helps

  • Symantec Endpoint Encryption Web Server Configuration

    -We have 20 computer but still i cant configure how to connect window to xp? -.-...... i would prefer for window 7 all so i can create easily ... cuz they want this 1 computer share to 1 computer for printer like that........ suggest? change all window 7.... 
    -How to find license key in win xp and 7 ?
    -Next step i want my job easily for backup files of all computer.........but the thing is they want to private there files in sharing..... i want all of them pass their files in one computer..... i need tips ..... thank you for replying ..... "i dont want to go all computer and plug in the hard drive so hassle -.-"
    -can you gimme link for sound device installer because some of computer on their company have no sound....thank you for replying

    Hello my fellow Spiceworks Avengers,I am seeking your help in figuring out my move to the virtual world (better late than never) for one of my clients.I currently have a Lenovo Thinkserver TS140, which is a small business server and Windows Server 2012 R2 running directly on the bare metal. This was done before I knew much about virtualization, and now I look back and I wish I can smack myself across the head for not going virtual then...The server is running Active Directory/DNS and is our only Domain Controller, hosting our QuickBooks data file, and is acting as a File Server. Please don't judge me too harshly as I will be immediately changing this configuration once I go completely virtual (E.g. adding multiple VM's for each role).The TS140 has an LSI MegaRAID 9266-4i http://www.newegg.com/Product/Product.aspx?Item=N82E16816118173...

Maybe you are looking for

  • How do I take my credit card off my Apple ID

    Hey my name is James, and I went and used a visa gift card to by some music. and now that I went and I have no money left on it, I have no more further use for it. But it won't even let me get free apps, it says I have to fill in my credit card numbe

  • FTP Adapter ORABPEL-11407 Connection closed error.

    Hiiii friends I have configured the connection factory for FTP Adapter (not defined any connection pool). My BPEL process poll the ftp location to get the file. But no bpel instance is getting generated and domain.log shows the following error. Can y

  • MacBookPro external video with bootcamp issue

    I need some help figuring out how to use an external DVI monitor while running bootcamp xp pro. I have connected a monitor and an external keyboard and tried rebooting with it connected and also just closing the laptop, but cannot get any video to ap

  • Looking for the SAP Font used in Ads

    Hi, I am trying to make a wallpaper just like the SAP Ads that say " XXX RUNS SAP " but for the company I work for. But I have not got any luck finding the font. It is the same that in this page on the right upper corner that says: SAP COMMUNITY NETW

  • Posting inv. doc. using function module 'MB_CREATE_INVENTORY_DIFFERENCE

    Hi Gurus, I am posting inventory document using transaction using MI10 transaction. I am debugging the standard code and have put a breakpoint at function module 'MB_CREATE_INVENTORY_DIFFERENCE'. No pressing F8 after entering the debugger is taking m