Obiee11.1.1.5.0 sampleapp_10722 deployment on windows issue

hi i have installed obiee 11.1.1.5.0 installation type ENTERPRISE after the installation i have checked the status of installed components using
cmd
C:\OBI11G\instances\instance1\bin\opmnctl start
C:\OBI11G\instances\instance1\bin\opmnctl status
showing alive
but when i tried to deploy sampleapp_10722 on windows using the source
http://www.oracle.com/technetwork/middleware/bi-foundation/downloads/sampleapp107-deploymentguide-435786.pdf
untill everything went fine untill instanceconfig.xml
i have a doubt since in the document it has mentioned that
Make sure you have all the following tags (in green below) in the file, within the existing <ServerInstance> tag. Some of these entries may already be present in your file. Ensure that entries are made only once and are in appropriate locations.
Some of these entries may already be present in your file
<ServerInstance>
<SpatialMaps><LayerDataLayout><MaxRecords>1000</MaxRecords></LayerDataLayout></SpatialMaps>
<LightWriteback>true</LightWriteback>
<ps:Catalog xmlns:ps="oracle.bi.presentation.services/config/v1.1">
<ps:UpgradeAndExit>false</ps:UpgradeAndExit>
<ps:UpdateAccountGUIDs>UpdateAndStartNormally</ps:UpdateAccountGUIDs>
</ps:Catalog>
<LogonParam>
<TemplateMessageName>LogonParamSQLTemplate</TemplateMessageName>
<MaxValues>100</MaxValues>
</LogonParam>
<SubjectAreaMetadata>
<DictionaryURLPrefix>/metadatadict/</DictionaryURLPrefix>
</SubjectAreaMetadata>
</ServerInstance>
since i have checked my instanceconfig.xml file no enteries have been found so what i have done is copied the above complete xml entry in to my instanceconfig.xml file
my doubt
1) is it correct that i have copied the above files in instanceconfig.xml file
2) if it is wrong what is the solution
when i have stopped bi services and restarted bi services my webbrowser redirected with this message
Error 500--Internal Server Error
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.5.1 500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
when i checked opmnctl status
C:\>C:\OBI11G\instances\instance1\bin\opmnctl status
Processes in Instance: instance1
--------------------------------------------------------------+---------
ias-component | process-type | pid | status
--------------------------------------------------------------+---------
coreapplication_obiccs1 | OracleBIClusterCo~ | 9852 | Alive
coreapplication_obisch1 | OracleBIScheduler~ | 9340 | Alive
coreapplication_obijh1 | OracleBIJavaHostC~ | 8252 | Alive
coreapplication_obips1 | OracleBIPresentat~ | N/A | Down
coreapplication_obis1 | OracleBIServerCom~ | N/A | Down
why both presentation services and biserver status showing down how to resolve this issue??????????

You need to get rid of the ps: in the tags. Also, the UpdateAccountGUIDs tag only needs to be run if you have added new users or made changes. After that, that line can be commented out.
<ServerInstance>
<SpatialMaps><LayerDataLayout><MaxRecords>1000</MaxRecords></LayerDataLayout></SpatialMaps>
<LightWriteback>true</LightWriteback>
<Catalog>
<UpgradeAndExit>false</UpgradeAndExit>
<UpdateAccountGUIDs>UpdateAndStartNormally</UpdateAccountGUIDs>
</Catalog>
<LogonParam>
<TemplateMessageName>LogonParamSQLTemplate</TemplateMessageName>
<MaxValues>100</MaxValues>
</LogonParam>
<SubjectAreaMetadata>
<DictionaryURLPrefix>/metadatadict/</DictionaryURLPrefix>
</SubjectAreaMetadata>
</ServerInstance>

Similar Messages

  • Windows Intune support deployment for windows phone (8.1) *.appx files

    Hi
    We are trying to deploy a windows phone 8.1 appx file with intune (over sccm console). the appx file is signed with a valid symantec certificate.
    the installation of the app fails, either when we upload the file as "Required" (so pushing it automatically to the devices) or when we make the app on the company portal app available. 
    in the sccm console the deployment status says failed -> unkonwn error.
    when we use .xap file of an windows 8.0 app, it works like a charm and the xap file is signed with the same certificate.
    My question is, is there no support for publishing windows phone 8.1 appx files on Intune? Or what can it be?
    Thanks for any hints

    UPDATE
    According to these links and the comments from Mitch Denny, can somebody confirm that .appx files (company apps) cannot be deployed/installed on windows phone 8.1 yet?
    http://blogs.technet.com/b/windowsintune/archive/2014/05/12/what-s-coming-next-with-windows-intune.aspx
    http://blogs.technet.com/b/windowsintune/archive/2014/04/28/availability-of-update-to-windows-intune-for-windows-phone-8-1-and-samsung-knox-standard.aspx
    I would really appreciate if someone can confirm me this, because im struggling with this since days and there is no official statement from MS.
    Thanks

  • Crystal Report XI R2 Sp6 - Deploy on Windows 7

    i'm trying to deploy CR XI R2 on p.c. with windows 7 32bit/64bit
    i'have buil a setup package with contains a reference to "CrystalReports11_5_NET_2005.msm"
    i have installade this package on my test machine and i try to use my local web app to print
    (i have reference to:
                        <add assembly="CrystalDecisions.CrystalReports.Engine, Version=11.5.3700.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
                        <add assembly="CrystalDecisions.ReportSource, Version=11.5.3700.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
                        <add assembly="CrystalDecisions.Shared, Version=11.5.3700.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
                        <add assembly="CrystalDecisions.Web, Version=11.5.3700.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/></assemblies>
    application don't work
    it's possible that i can't deploy on windows 7?
    tahnk you

    It would be really nice to have more than just "application don't work :-("
    CR XI SP 6 is supported on WIN 7. But, more info is required;
    What error messages are you getting?
    What's the behavior?
    What do you actually see?
    What are the symptoms?
    What is the version of crpe32.dll on your development computer and the Win 7 computer?
    The more info you give, the more likely it is we will be able to resolve it.
    Ludek

  • On deployment, Param window says"The report requested requires further info

    Development environment has Windows 7 VS2010 with Crystal Service pack 2 (just upgraded). The web application is .Net 3.5 32bit. The production environment is windows 2003 - IIS6.0. The target database is SQL Server express 2008 .
    On the page load, the database logon info is applied. Session variable is used for persistence. This is working fine on the development side. On the Production side, the report cannot be loaded and it prompts for the parameters with the logon info. The logon info has been applied to the tables in the report dynamically.
    I have upgraded to the latest service pack in the hope to fix this issue. Also the Cancel button on the parameter window does not show on development or production. I downloaded the modules utility to check the difference in the loaded dll's and found out that
    CRYSTALDECISIONS.REPORTAPPSERVER.PROMPTING.dll gets loaded on development but does not get loaded on production.... Help please!

    Yes, You are right about the SQL Server Native Client Driver. The 32 bit driver was installed on the deployment machine ( Windows 2003 server 32 bit with SQL Server 32 bit ).
    But the development machine is  window 7 64 bit with 64 bit sql server. On the development machine the driver is SQLNCLI10 installed but Crystal Reports is refrencing SQLNCLI even if the SQL Server Native CLient 10 is selected. I am not sure why it is doing that. Any ideas??
    Current status is that after installing Crystal Reports 2008 on deployment machine, changed the driver to SQLNCLi10.dll, the reports are working.
    But reports cannot be deployed directly from development machine to deployment machine... the driver needs to be changed on the deployment server.  The SQLNCLI10 (64bit) is present on the devlopment machine. Do I need to install the 32bit version of the SQL Server Native Client 10. Any ideas about this?
    Thanks a lot for the help.

  • Is it possible to deploy a Windows LV application to the MAC?

    Does anyone know if it's possible to deploy a Windows L.V. application to the MAC?  An option in application builder?  A cross-compiler?  Or... am I thinking too much.  Does the L.V. application simply resolve it's library calls differently while on the MAC?
    Solved!
    Go to Solution.

    http://www.ni.com/mac/labview.htm
    Luis A. Mata C.
    Ing. Electrónico
    Anaco - Venezuela

  • Remote deploys from Windows to Linux fail with deployment plans on WLS 10.0

    Hi there,
    We're using WLS 10.0.1 running in a RHEL environment (actually CentOS release 4.7 for development), and attempting to perform remote deploys from Windows work stations using the weblogic.Deployer ant task.
    It works fine when not using deployment plans, or when performing a remote deploy from a unix based work station such as a Mac. However, introducing a deployment plan causes a failure only when run from Windows.
    The log trace follows:
    weblogic.Deployer -debug -remote -verbose -upload -noexit -name obpservices -source C:\work\obf\ver4.0\services\target\obpservices.war -targets obEnterpriseServer -adminurl t3://wlsdev:7001 -user weblogic -password ******** -redeploy -plan C:\work\obf\ver4.0\services/src/runtime/deployment-plans/steves-deployment-plan.xml
    weblogic.Deployer invoked with options: -debug -remote -verbose -upload -noexit -name obpservices -source C:\work\obf\ver4.0\services\target\obpservices.war -targets obEnterpriseServer -adminurl t3://wlsdev:7001 -user weblogic -redeploy -plan C:\work\obf\ver4.0\services/src/runtime/deployment-plans/steves-deployment-plan.xml
    [WebLogicDeploymentManagerImpl.<init>():103] : Constructing DeploymentManager for J2EE version V1_4 deployments
    [WebLogicDeploymentManagerImpl.getNewConnection():146] : Connecting to admin server at wlsdev:7001, as user weblogic
    [ServerConnectionImpl.getEnvironment():288] : setting environment
    [ServerConnectionImpl.getEnvironment():291] : getting context using t3://wlsdev:7001
    [ServerConnectionImpl.getMBeanServer():239] : Connecting to MBeanServer at service:jmx:t3://wlsdev:7001/jndi/weblogic.management.mbeanservers.domainruntime
    [ServerConnectionImpl.getMBeanServer():239] : Connecting to MBeanServer at service:jmx:t3://wlsdev:7001/jndi/weblogic.management.mbeanservers.runtime
    [DomainManager.resetDomain():36] : Getting new domain
    [DomainManager.resetDomain():39] : Using pending domain: false
    [MBeanCache.addNotificationListener():96] : Adding notification listener for weblogic.deploy.api.spi.deploy.mbeans.TargetCache@359df4
    [MBeanCache.addNotificationListener():103] : Added notification listener for weblogic.deploy.api.spi.deploy.mbeans.TargetCache@359df4
    [MBeanCache.addNotificationListener():96] : Adding notification listener for weblogic.deploy.api.spi.deploy.mbeans.ModuleCache@375edb
    [MBeanCache.addNotificationListener():103] : Added notification listener for weblogic.deploy.api.spi.deploy.mbeans.ModuleCache@375edb
    [ServerConnectionImpl.initialize():171] : Connected to WLS domain: obportal_domain
    [ServerConnectionImpl.setRemote():482] : Running in remote mode
    [ServerConnectionImpl.init():161] : Initializing ServerConnection : [email protected]9a
    [BasicOperation.dumpTmids():691] : Incoming tmids:
    [BasicOperation.dumpTmids():693] : {Target=obEnterpriseServer, WebLogicTargetType=server, Name=obpservices}, targeted=true
    [RedeployOperation.setupPaths():86] : in place redeploy: false from moduleArchive: C:\work\obf\ver4.0\services\target\obpservices.war
    [RedeployOperation.setupPaths():95] : redeploy src path: C:\work\obf\ver4.0\services\target\obpservices.war
    [BasicOperation.deriveAppName():140] : appname established as: obpservices
    <20/10/2009 10:47:57 AM EST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating redeploy operation for application, obpservices [archive: C:\work\obf\ver4.0\services\target\obpservices.war], to obEnterpriseServer .>
    [ServerConnectionImpl.upload():658] : Uploaded app to /opt/bea/user_projects/domains/obportal_domain/servers/AdminServer/upload/obpservices
    [BasicOperation.dumpTmids():691] : Incoming tmids:
    [BasicOperation.dumpTmids():693] : {Target=obEnterpriseServer, WebLogicTargetType=server, Name=obpservices}, targeted=true
    [BasicOperation.loadGeneralOptions():608] : Delete Files:false
    Timeout :3600000
    Targets:
    obEnterpriseServer
    ModuleTargets={}
    SubModuleTargets={}
    Files:
    null
    Deployment Plan: \opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices\plan\steves-deplo
    yment-plan.xml
    App root: \opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices
    App config: \opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices\plan
    Deployment Options: {isRetireGracefully=true,isGracefulProductionToAdmin=false,isGracefulIgnoreSessions=false,rmiGracePeriod=-1,retireTimeoutSecs=-1,undeployAllVersions=false,archiveVersion=null,planVersion=null,isLibrary=false,libSpecVersion=null,libImplVersion=null,stageMode=null,clusterTimeout=3600000,altDD=null,altWlsDD=null,name=obpservices,securityModel=null,securityValidationEnabled=false,versionIdentifier=null,isTestMode=false,forceUndeployTimeout=0,defaultSubmoduleTargets=true,timeout=0}
    [BasicOperation.execute():425] : Initiating redeploy operation for app, obpservices, on targets:
    [BasicOperation.execute():427] : obEnterpriseServer
    [RedeployOperation.initializeTask():55] : Starting task with path: \opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices\app\obpservices.war
    java.io.FileNotFoundException: \opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices\plan\steves-deployment-plan.xml (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at weblogic.deploy.internal.adminserver.operations.AbstractOperation.parsePlan(AbstractOperation.java:1027)
    at weblogic.deploy.internal.adminserver.operations.AbstractOperation.execute(AbstractOperation.java:133)
    at weblogic.management.deploy.internal.DeployerRuntimeImpl$2.run(DeployerRuntimeImpl.java:816)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.management.deploy.internal.DeployerRuntimeImpl.performDeployerActions(DeployerRuntimeImpl.java:810)
    at weblogic.management.deploy.internal.DeployerRuntimeImpl.redeploy(DeployerRuntimeImpl.java:568)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at weblogic.management.jmx.modelmbean.WLSModelMBean.invoke(WLSModelMBean.java:443)
    at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
    at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
    at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:248)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:153)
    at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:63)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:153)
    at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:443)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10.run(AuthenticatedSubjectInterceptor.java:377)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor.invoke(AuthenticatedSubjectInterceptor.java:375)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:310)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)
    at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:479)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:475)
    at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:59)
    at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:1016)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    [ServerConnectionImpl.close():334] : Closing DM connection
    [ServerConnectionImpl.close():354] : Unregistered all listeners
    [ServerConnectionImpl.closeJMX():374] : Closed JMX connection
    [ServerConnectionImpl.closeJMX():386] : Closed Runtime JMX connection
    [ServerConnectionImpl.closeJMX():398] : Closed Edit JMX connection
    Note the file path that cannot be found: "\opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices\plan\steves-deployment-plan.xml ".
    Of course this file does actually exist when the correct path separators are used.
    Is this a bug? Is there anything we can do about it? The chances of us upgrading WLS are very remote unfortunately.
    Thanks in advance,
    Steve C

    This is something you should definitely file an Oracle support ticket for. It's entirely possible there's a patch for this.

  • Microsoft Business Contact Manager 2013, addiiton MSSQL NT Service accounts and Sysprep deployment on WIndows 7

    Hi all,
    I'm running into a problem when trying to sysprep and deploy a Windows 7 image with Business Contact Manager pre-install during the audit mode. Before anyone shouts, I have posted the main question in the Windows 7 deployment forum, but I would like some
    additional help as to what the "NT Service" Accounts are for with regards to the BCM insatalltion
    During the installation of BCM, we get an installation of MSSQL, and during this installation MSSQL creates three user accounts used by the "NT Service" account:
    MSSQL$MSSMLBIZ
    MSSQLFLDLauncher$MSSMLBIZ
    ReportServer$MSSMLBIZ
    When you run 'sysprep' with generalise option, and use the CopyProfile in the Specialise pass, sysprep copies the profile information from the last 'changed' profile. Whilst this should be the Administrator profile (as far as I can see), what is happening
    is that the profile from 'ReportServer$MSSMLBIZ' is being used.
    The rule of thumb when using the CopyProfile option is to ensure that only ONE account is present - i.e. the current administrator profile. The easy option is therefore just to delete the MSSQL accounts.
    In the current state of play, even after I deploy the generalized image (with the copied 'ReportServer$MSSMLBIZ' account), I end up with only three users when looking at
    "Manage --> Local User and Groups" (the Administrator, Guest (disabled) and HomeGroupUser$ user), so all the above "NT Service\MSSQL" accounts disappear during the sysprep process in any case.
    I'm not sure what the effect will be on BCM for the end user. Does anyone have any suggestions as to what might be the best course of action.
    Cheers
    Chris
    Chris

    I don't suppose anyone has got any cluse about these users, what they do and how best to then deploy BCM as part of an image?
    Chris

  • Deployment software windows update

    HI,
    I created a deployment software windows update 
    I sent it to the station -in the monitor  ,It shows me that it has been installed
    But the station did not receive a warning of something installed, I looked in software center and there does not appear in the package I spread the message.
    Where can I make sure it is installed?
    thanks
    אם תגובתי פתרה את בעייתך - לחץ/י, על &quot;סמן כתשובה&quot; ליד סימן ה V הירוק.

    I do not see the updates in View installed updates
    אם תגובתי פתרה את בעייתך - לחץ/י, על &quot;סמן כתשובה&quot; ליד סימן ה V הירוק.
    The first place to look for any deployment status is logs . logs can help you what is going behind the scenes.there is no point always looking at software center if something not working. You never provide the sufficient/correct information about your problem.
    Did you deploy software update ? if so ,how ? using SUP method or application or package ? troubleshooting steps varies for each method.
    if SUP,look at updatedeployment.log,updatestore.log
    if package,look at execmgr.log
    if application,look at appdiscovery.log,appenforce.log,appintent.log.
    Eswar Koneti | Configmgr blog:
    www.eskonr.com | Linkedin: Eswar Koneti
    | Twitter: Eskonr

  • Deployment of Windows 8.1 Pro while maintaining OEM Licence

    Hi All
    I was wondering if someone could help me.
    The company I work for will be purchasing 50 new laptops for our sales team. These laptops will come with windows 8.1 Pro OEM installed.
    My question is; can I re-deploy a Windows 8.1 image containing my companies bespoke software whilst retaining the OEM licences? If so, how would I go about this?
    I have setup a WDS server and already have an image with the software on that does work when I boot to the server, but obviously I need to register windows. But the licence key is unattainable. 
    Any help would be much appreciated.
    Kind Regards,
    Cx~

    Hi Cx,
    We can deploy our laptop by customize a Windows 8.1 image.
    Regarding the activation,it doesn't like windows 7 OEM .
    If you use a  OEM image,we can activate your system using OEM license.
    But if you use Windows 8.1 Pro without OEM version,I think we should purchase Volume license key to activate your system.
    Regards,

  • System task 'policyevaluator_unlock ' returned error code 0x8000fff in windows pacth deployment on windows 7 by sccm 2012 Sp1

    hi All,
    I have faced mentioned error in Win7's ccmexec.log file doing windows pacth deployment on windows 7 by sccm 2012 Sp1
    system task 'policyevaluator_unlock ' returned error code 0x8000fff
    Kirpal Singh

    Thanks for reporting this symptom. We investigated and found that this error occurs when user unlocks the workstation. Due to this error, ccmexec service doesn’t request for user required policies when user
    unlocks the workstation. We will investigate and address this symptom. Other than user unlock, all other user policy scenarios will be functioning as expected. The client will process user policies when user logs on as well as in the regular user policy polling
    schedule”.
    BC

  • Ow can I find the platform to deploy in Windows Universal?

    ow can I find the platform to deploy in Windows Universal?

    Hi,
    Hope you trying to find device on which the App is running.Simple Way to find out the device in which an universal application is running like surface or Phone.
     using Windows.Security.ExchangeActiveSyncProvisioning;
    var device = (new EasClientDeviceInformation().OperatingSystem != "WindowsPhone") ? "I am Windows" : "I am Window Phone";
    Regards,
    Selva Ganapathy K

  • Unable to deploy a Windows 8.1 image using WDS name and approve!

    Hello,
    Hopefully some of you residing Windows 8.1/2012R2 WDS experts are able to answer this question that has been tormenting me for 3 weeks now!
    I have been trying to deploy a custom Windows 8.1 image to a test VM using an answer file and WDS for a mostly unattended process (outside of selecting the image to apply).
    The image and installation process actually works flawlessly if I let WDS handle all known and unknown clients.  The problem comes when I try to "name and approve" the stations.  All I do is enter the name and leave everything else blank
    and/or at their default settings but it always fails no matter the tweaks I've been trying to apply to the answer file, UnsecureJoin true or false with the credentials and whatnot does not matter.  For the sake of simplicity, I'll post the "specialize"
    portion of my answer file which worked using UnsecureJoin without name and approve here:
    <settings pass="specialize">
    <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Identification>
    <UnsecureJoin>true</UnsecureJoin>
    </Identification>
    </component>
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <ComputerName>%MACHINENAME%</ComputerName>
    <RegisteredOrganization>Organization</RegisteredOrganization>
    <RegisteredOwner>Utilisateur</RegisteredOwner>
    </component>
    <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <InputLocale>1009:00001009</InputLocale>
    <SystemLocale>en-US</SystemLocale>
    <UILanguage>fr-FR</UILanguage>
    <UserLocale>en-US</UserLocale>
    </component>
    </settings>
    The error I retrieved from C:\Windows\panther\setuperr.log is: "[DJOIN.EXE] Unattended Join: At least one of JoinWorkgroup/JoinDomain must be specified: 0x57".  Thus, I retry with name and approve but by specifying the JoinDomain with the
    %MACHINEDOMAIN% value as such:
    <Identification>
    <UnsecureJoin>true</UnsecureJoin>
    <JoinDomain>%MACHINEDOMAIN%</JoinDomain>
    </Identification>
    This seems weird since WDS should already have this information which is specified in the WDS server properties.  Still, I add the requested information and try again which then gives me the following error fetched from C:\Windows\debug\NetSetup.log:
    "NetpGetDomainData: Failed to find the domain data: 0x6e"
    Anybody else ran into this and know the fix for it?
    Also, as an additional note, not sure if it is relevant, but doing only "Approve" will not work at all either as it gives me the following error when I attempt to do so: "The name provided is not a properly formed account name." despite
    the fact that I've formatted it to use "CVL%MAC" which should pass by fine.

    Hi,
    Firstly, I need to confirm how the name setting got passed? Because according to my test, if the device named uncorrectly, it would prompt the error and couldn't go to next step:
    As far as I know, the naming standard is different between Device Identity and ADDS server naming policy, the second naming policy should be like: %61username%#
    Therefore, please check your PC device name if there is any problem with it. You can also refer to the contents of the link below for more details about Naming Standard:
    http://programming4.us/desktop/21662.aspx
    Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    For another problem, Unsecure join, according to the contents of the link below. since Vista, shared computer password is a dynamically generated, no need to assign the password manually.
    http://technet.microsoft.com/en-us/library/cc730845(v=ws.10).aspx
    Roger Lu
    TechNet Community Support

  • BIzTalk schema exposed as wcf service deployment in WIndows server which dont have bizTalk installed

     Hi All,
    I am deploying my Biztalk wcf service (exposed from Schema) in SIT environment which dont have BizTAlk installed. But BizTalk is installed in One server and Webservices are there in another server.
    When I browse the service, it is throwing errors as below.
    Retrieving the COM class factory for component with CLSID {9D0E435E-4CCE-4536-83FA-4A5040674AD6} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
    [COMException (0x80040154): Retrieving the COM class factory for component with CLSID {9D0E435E-4CCE-4536-83FA-4A5040674AD6} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).]
       Microsoft.BizTalk.Adapter.Wcf.Runtime.TransportProxySingleton..cctor() +23
    So please advise me on this. Am I going in correct way? Is it possible like this or do we need to install BizTalk for BizTAlk wcf services also in that environment?
    Thanks in Advance

    Hi,
    If you wish to deploy BizTalk WCF services onto another server, you can do so but you need to install BizTalk
    there. This is needed because some dlls are needed for the BizTalk WCF services such that it can point effieciently to the receive location in another server (where actual BizTalk application is running). Also the BizTalk runtime is needed in the other server
    and hence you need to just install BizTalk on the other server.
    Now if your other server is in the DMZ, then you might not go with the above option of installing BizTalk
    over there. In that case you need to install Microsoft ISA server (Internet Security and Application Server) and configure your DMZ with that. In that case you can host your BizTalk WCF services over there and make it point to the actual receive locations
    on your BizTalk server.
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • Windows Deployment Services - Windows 8.1 Deployment Failure (Required Driver could not be Installed)

    Hello everyone,
    Give you a little background on the hardware/software which we are running to do a Windows 8.1 Deployment, we have an VM of Windows Server 2008 R2 with Windows Deployment Services installed and configured correctly. For the boot image it's a Windows 8.1
    WIM and as for the Install Image we have a base image of Win 8.1 with all drivers installed for an HP EliteBook 8540w , we Syspreped and then capture the image using the W2K capture on PXE to capture and upload the image to the server. This is where we first
    ran into the problem of connecting to the server and had to inject the lan drivers to have network connectivity. After the image was uploaded to the server, we thought to try and run a deployment of that image on an identical laptop. PXE boot into that Image,
    it asks for domain credentials which are accepted it begins the installation process and fails at "Windows installation cannot continue because a required driver could not be installed"?
    We just set up client logging on the server and it is useless it just says that the driver is missing, but what driver is missing? There are thousands, which one?
    Another forum has this issue:  http://social.technet.microsoft.com/Forums/windows/en-US/4cf0b378-09d0-4e0b-bc6e-3d898b668f98/during-deployment-windows-installation-cannot-continue-because-a-required-driver-could-not-be?forum=w8itproinstall

    Hi,
    Please first check the solution here:
    Error: Windows installation cannot continue because a required driver could not be installed
    http://support.brainwaregroup.com/kb/article/AA-00702/0/Error%3A-Windows-installation-cannot-continue-because-a-required-driver-could-not-be-installed.html
    Also, please try to find out Setup logs from the client computer, and we can see the details in the Setup log:
    If the failure occurs in Windows PE before the disk configuration page of the WDS client is completed, you can find the logs at the
    X:\Windows\Panther folder. Use Shift+F10 to open a command prompt, and then change the directory to the location.
    If the failure occurs in Windows PE after the disk configuration page of the WDS client is completed, you can find the logs on the local disk volume at the
    $Windows.~BT\Sources\Panther folder. The local disk volume is usually the drive
    C. Use Shift+F10 to open a command prompt, and then change the directory to the location.
    Kate Li
    TechNet Community Support

  • Machine deployed from Windows 8.1 media with Update slipstreamed prompting for installation of KB2919355

    I'm preparing a "Windows 8.1 Update" OS deployment in SCCM and have encountered an issue.
    Here's what I did:
    Downloaded SW_DVD9_SA_Win_Ent_8.1_64BIT_English_-2_MLF_X19-49847.ISO from the Volume Licensing site
    Extracted install.wim from the ISO
    Mounted the WIM with DISM to add the KB2959977 package (as directed
    here, using
    these instructions)
    Deployed the image with SCCM
    After imaging a VM and booting it, I went into Windows Update and was prompted to install "Windows 8.1 Update for x64-based Systems (KB2919355)". It is my understanding the media I used should have the Windows 8.1 Update integrated into it. Can
    anyone explain why Windows Update is offering this update to be installed?
    Edit: Here's the output of "dism /image:mount /Get-Packages" ran against the WIM which confirms the KB2919355 package is applied to the WIM:
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.16384
    Image Version: 6.3.9600.17031
    Packages listing:
    Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~6.3.9600.16384
    State : Installed
    Release Type : Language Pack
    Install Time : 18/03/2014 9:30 AM
    Package Identity : Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~6.3.9600.16384
    State : Installed
    Release Type : Foundation
    Install Time : 22/08/2013 2:46 PM
    Package Identity : Microsoft-Windows-Security-SPP-Component-SKU-Enterprise-GVLK-Package~31bf3856ad364e35~amd64~~6.3.9600.16384
    State : Installed
    Release Type : Feature Pack
    Install Time : 18/03/2014 9:51 AM
    Package Identity : Package_for_KB2919355~31bf3856ad364e35~amd64~~6.3.1.14
    State : Installed
    Release Type : Update
    Install Time : 18/03/2014 10:20 AM
    Package Identity : Package_for_KB2919442~31bf3856ad364e35~amd64~~6.3.1.8
    State : Installed
    Release Type : Update
    Install Time : 18/03/2014 9:55 AM
    Package Identity : Package_for_KB2932046~31bf3856ad364e35~amd64~~6.3.1.5
    State : Installed
    Release Type : Feature Pack
    Install Time : 18/03/2014 10:20 AM
    Package Identity : Package_for_KB2937220~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Update
    Install Time : 18/03/2014 10:20 AM
    Package Identity : Package_for_KB2937592~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Feature Pack
    Install Time : 18/03/2014 10:20 AM
    Package Identity : Package_for_KB2938439~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Feature Pack
    Install Time : 18/03/2014 10:20 AM
    Package Identity : Package_for_KB2938772~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Update
    Install Time : 18/03/2014 10:20 AM
    Package Identity : Package_for_KB2939471~31bf3856ad364e35~amd64~~6.3.1.0
    State : Installed
    Release Type : Update
    Install Time : 18/03/2014 10:20 AM
    Package Identity : Package_for_KB2949621~31bf3856ad364e35~amd64~~6.3.2.0
    State : Installed
    Release Type : Hotfix
    Install Time : 18/03/2014 10:20 AM
    Package Identity : Package_for_KB2959977~31bf3856ad364e35~amd64~~6.3.1.1
    State : Installed
    Release Type : Update
    Install Time : 16/04/2014 11:19 PM
    The operation completed successfully.

    This is explained in this KB article, where it states:
    The MSDN and VLSC updated ISOs do not contain the complete set of fixes that are offered from Windows Update. Therefore, Windows Update and WSUS will offer the KB2919355 update again to computers that are deployed by using the images in these ISOs. This
    is expected and does not result in the full reinstallation of the Windows 8.1 Update but only one smaller component of it. The rest of the update will not be downloaded or reinstalled.
    Hope this helps,
    David
    Windows Outreach Team - IT Pro
    The Springboard Series on TechNet

Maybe you are looking for

  • Where can I get another install disk for my mac book pro?

    Where can I get another install disc for macbook pro?

  • Windows XP rewrote my Mac.

    Hi, I posted this under intel iMac but it was suggested I come here for help. I've pieced together all the info from that post. My sister was using my computer and wanted to use Windows XP Professional Service Pack 2 in VMWare so booted a CD of Windo

  • Copy Pricing Conditions from Sales Order to Billing

    Hi, Is there anyway to copy pricing conditions for item level from Sales Order to Billing Document at the time of creation of Billing Document. Thanks

  • Is Lightroom 5.2 fully compatible with PS CS6?

    Based on http://forums.adobe.com/thread/1308132?tstart=0 I decided to add each question seperately: Hello, I'm quite interested in buying Lightroom 5.2. I tried the RC which ran out now. Yet, I have a several questions that I can't really find good c

  • How to Left Justified Mapping

    Hi All, I have a requirement where in my source structure has a field which is right justified, I need to convert it to a Left justified value. Is there any predefined function in XI for doing this. Please help. Thanks, Vishal.