New deployment

I have updated deployments to existing targets in the past as I inherited a TS/LV project. Now I am about to put a deployment on a new, out of the box PC and I have a new deployment license for it.
I've installed Max on the target and the build is set to create an installer and a runtime systems. Is there any else I should put there or does the build take care of it all if my project files are correct?
Thanks,
jvh

Hello, Everything you need to know is in the Teststand Reference manual in Chapter 14
http://digital.ni.com/manuals.nsf/websearch/D4A50986EECCF7218625757C00697617
Thanks,
National Instruments

Similar Messages

  • Weblogic fails to start after new deployment

    Hello,
    We are experiencing problems after a new deployment please see the log snippet below.
    <Jun 14, 2012 4:14:30 PM PDT> <Error> <HTTP> <BEA-101017> <[weblogic.servlet.internal.WebAppServletContext@6248fe00 - appName: 'SPLWeb', name: '/spl', context-path: '/spl'] Root cause of ServletException.
    java.lang.ClassCastException: javelin.java.JavaClassFile
         at javelin.CPL.getJavaFile(CPL.java:698)
         at javelin.java.JavaScope.findType(JavaScope.java:2252)
         at javelin.java.JavaScope$UnitScope.findType(JavaScope.java:390)
         at javelin.java.JavaScope$UnitScope.resolveUnqualifiedTypeName(JavaScope.java:347)
         at javelin.java.JavaScope$UserTypeScope.resolveUnqualifiedTypeName(JavaScope.java:688)
         Truncated. see log file for complete stacktrace
    Thank you,

    Hi,
    Is in your application <prefer-web-inf-classes> is true or false?
    This issue generally occurs when there is double class loaded (duplicate Classloading).
    so, give it a try by setting
    <prefer-web-inf-classes>true</prefer-web-inf-classes> in weblogic.xmlGD,
    Ashish

  • New Deployment of Exchange Server 2013.

    Hello All,
    Good Day !!
    We are planning to install Exchange 2013  Mailbox and Client Access on single server ( Windows Server 2012 Standard).
    Currently Active Directory roles runs on windows server 2008R2 Sp1.
    Its a new deployment for exchange as currently we are using Godaddy email server ( Can we migrate all our emails from Go daddy to our exchange Server).
    Also confirm  current active directory will support the installation and deployment of Exchange Server 2013.
    How much HDD, RAM and  CPU cores are required to support exchange Server Mailbox and Client Access roles( Users are 30 ).
    How many Static IP's and SSl certificates are required for exchange.
    Atlast as i said its new deployment please suggest if anything else is missing from my end. 

    Hello,
    I recommend using professional cheat-sheet articles for Exchange 2013 sizing:
    http://www.msexchange.org/articles-tutorials/exchange-server-2013/planning-architecture/exchange-2013-sizing-cheat-sheet-part1.html
    http://www.msexchange.org/articles-tutorials/exchange-server-2013/planning-architecture/exchange-2013-sizing-cheat-sheet-part2.html
    The server's requirements depend on many factors ie. number of emails received/sent, mailboxes sizes etc.
    In addition your AD environment's level supports Exchange 2013 deployment. You will need only prepare your schema and forest for Exchange installation. You will need also at least one public IP address and SSL certificate for that server.
    Hope it helps,
    Adam
    CodeTwo: Software solutions for Exchange and Office 365
    If this post helps resolve your issue, please click the "Mark as Answer" or "Helpful" button at the top of this message. By marking a post as Answered, or Helpful you help others find the answer faster.

  • New deploy child domain certificate server didn't publish root trust certificate to the client

    Child domain certificate didn't install into child domain workstation.
    https://support.microsoft.com/en-us/kb/281271?wa=wsignin1.0
    Certification Authority configuration to publish certificates in Active Directory of trusted domain
    Any advise?
    Thanks.

    Hi,
    >>New deploy child domain certificate server didn't publish root trust certificate to the client
    Is this an enterprise root CA or standalone CA?
    If it is an enterprise root CA, it will automatically use Group Policy to propagate its certificate to the Trusted Root Certification Authorities certificate store for all users and computers in the domain. If it is an standalone CA, we can configure GPO
    to distribute the certificate.
    Regarding how to use policy to distribute certificates, the following article can be referred to for more information.
    Use Policy to Distribute Certificates
    https://technet.microsoft.com/en-us/library/cc772491.aspx
    We can run command gpupdate/force to immediately update group policy and then we can refresh the certificates in certmgr.msc to see if the certificate will come up.
    Besides, for certificate questions, we can also ask for suggestions in the following forum.
    Security
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=winserversecurity
    Best regards,
    Frank Shen
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • New deployment 4.0 vs 4.1

    We will be implementing a new deployment of WAAS at 5 sites to start in the next month. Does anybody have any recommendations whether to use 4.0.x or 4.1.x to start? Can anybody speak to 4.1's stability comparied to 4.0?
    Thanks,
    Patrick

    Patrick,
    4.0.19 is running on a ton of networks and I consider it very stable. 4.1.1a has a TON of new features, but it's a little newer. I would weigh the new features against the slightly higher risk of newer code. Do you want additional features like additional application acceleration for HTTP, NFS, WMS Live Stream splitting, Centralized Print, Transparent CIFS (huge difference).
    If your going with a new deployment, I'd probably recommend using 4.1.x, however you will probably perform at least one software upgrade in the next few months as the code stabilizes.
    Hope that helps,
    Dan

  • New Deployment Error when deploying Jersey-based web app to 11gR1

    while deploying my JAX-RS (Jersey) web app to WL 11gR1, I get the following exception:
    SEVERE: [failed to localize] no.root.res.in.res.cfg()
    <Aug 13, 2009 4:02:10 PM EDT> <Error> <HTTP> <BEA-101216> <Servlet: "JAX-RS REST Servlet" failed to preload on startup in Web application: "NTM_REST".
    com.sun.jersey.api.container.ContainerException: [failed to localize] no.root.res.in.res.cfg()
         at com.sun.jersey.server.impl.application.WebApplicationImpl.processRootResources(WebApplicationImpl.java:718)
         at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:590)
         at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:383)
         at com.sun.jersey.spi.container.servlet.ServletContainer.initiate(ServletContainer.java:377)
         at com.sun.jersey.spi.container.servlet.ServletContainer$InternalWebComponent.initiate(ServletContainer.java:242)
         Truncated. see log file for complete stacktrace
    >
    Since all of the Jersey jars are now in WEB-INF/lib, I am assuming this might have something to do with either missing information in the web.xml or the weblogic.xml, but not sure..
    Has anyone here ever created and deployed a JAX-RS web app to weblogic? I am not sure what to try next to fix this. Thanks for any assistance.

    I was able to fix this part of my deployment problem by including the Jersey jars in the WEB-INF/lib directory.
    Although I have gotten further, now I have a second deployment problem that I will attempt to fix before creating a new post!

  • New Deployment: SE: Installing Lync Components Error Installing OcsMcu.ms

    New SE Lab Deployment: 1 Windows 2008 DC, 1 x 2008 R2 Lync Server.
    I get the following error when going through the Installing Lync Components Process:
    Error returned while installing OcsMcu.msi(ASMCU), code 1603. Please consult log at C:\Users\Nav\AppData\Local\Temp\Add-OcsMcu.msi-ASMCU-[2012_11_20][20_13_58].log
    The events show the following:  
    Product: Microsoft Lync Server 2010, Conferencing Server -- Error 27761. Error 0x80070002 (The system cannot find the file specified) granting access to 'RTC Component Local Group' on MACHINE\SYSTEM\CurrentControlSet\Services\MediaPerf\Performance\Parameters
    performance counters.
    How do I get past this error?

    I have tried to run this package manually from the disk.
    It starts the installation then during the early stages of the install i get the error message asking me to insert the disk.
    When I try and install seperate components i get the following error message:
    Product: Microsoft Lync Server 2010, Conferencing Server -- Error 27761. Error 0x80070002 (The system cannot find the file specified) granting access to 'RTC Component Local Group' on MACHINE\SYSTEM\CurrentControlSet\Services\MediaPerf\Performance\Parameters
    performance counters.

  • Windows security always check failure when open new deployed app on Sharepoint site

    Each time when I click new app which is deployed by VS2013, it will popup an windows security check form.When I using administrator account to login , it can't take affect.The check form will always be here because the account is not avaliable to this
    app I think. I can use the account to do any operation in this sharepoint site, but just can't open this new developed app. Anybody know the root cause?

    Hi,
    Did you use the same account with the App creator(the account which deployed the app)? You can use the app creator to check whether it works.
    Could the other accounts access the apps? You can use the other accounts to check whether it works.
    To quickly and accurately find the issue, you can check the event log and ULS log to see if anything unexpected occurred.
    For SharePoint 2013, by default, ULS log is at
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Building new deployment server to replace current server 2003 deployment box

    My current deployment server is running server 2003 with MDT 2010 Version: 5.1.1642.01  and Waik 6.1.7600.16385 (x86) I am in the process of building a server 2008 R2 x64 box which will be replacing the 2003 box. I am just trying to figure out the best,
    smartest and easiest way to go about getting all of this set up. I want to use all the most up to date tools such as MDT 2013 and the latest version of Waik which i have already downloaded. Should i use the same deployment share or start over from scratch?
    any recommendations tips and directions would be much appreciated.
    Thank You
    Thomas Graci

    Hi,
    For WAIK, it has changed to WADK(Windows Assessment and Deployment Kit), which contains all of the tools that you need to customize, assess, and deploy Windows operating systems to new computers.
    Here is the reference:
    Windows Deployment with the Windows ADK
    Windows ADK Overview
    If possible please just set up MDT 2013 with the same deployment share as the share contains most of the available resources. Here is a reference I can found out to install and configure MDT 2013 on a Windows server 2012 R2, hope this may help:
    Installing and configuring MDT 2013 on Windows Server 2012 R2
    Please 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 more information regarding MDT 2013, please take a look at the below link:
    Microsoft Deployment Toolkit
    Best regards
    Michael Shao
    TechNet Community Support

  • Cisco ACS questions for new deployment

    Hi all, I am designing a new Cisco ACS deployment to handle AAA services for all our network devices. I have read the user guides and I understand the different deployment scenario's. However, what i could not find in the user guide, were answers to the questions below...
    Number of AAA clients, using command authorisation, that a single ACS server can handle?
    Does a Large Add-On license (for more than 500 nodes) need to be purchased for every ACS server, or does one license cover the whole deployment?
    How is AAA load-balancing performed? Does each AAA server need to be defined individually on every Network device? Or is there some intelligence build in to the AAA servers so that they can distribute the load themselves? Or can a load balancer be used like you can with Cisco ISE PSN nodes?
    Thanks
    Mario

    Supported number of clients depends on License for example
    The base license is required for all deployed software instances and for all appliances. The base license enables you to use all ACS functions except license-controlled features, and it enables standard centralized reporting features.
    The base license:
    Is required for all primary and secondary ACS instances.
    Is required for all appliances.
    Supports deployments that have a maximum of 500 NADs.
    The following are the types of base licenses:
    Permanent—Does not have an expiration date. Supports deployments that have a maximum of 500 NADs.
    Evaluation—Expires 90 days from the time the license is issued. Supports deployments that have a maximum of 50 NADs.

  • Certificates expired, new deploy throws exception, then launch again =works

    Our certificate to sign our JWS deployed jars is about to expire so we signed them with a new cert and in development when we re-deploy with the new jars the JWS client throws exceptions. But if you launch it again it will work, but ONLY from the web browser the desktop shortcut link will stay broken forever. Now upon being fixed by a 'launch from webpage twice' the desktop shortcut becomes fixed.
    1st Launch after deploying with new cert:
    Java Console:
    #### Java Web Start Error:
    #### JAR resources in JNLP file are not signed by same certificate
    Application Error(pop up window) > Details(button):
    Has three tabs, "Launch File", "Exception",  "Console".
    "Exception":
    ...<the launch file pasted>...
    </jnlp> ]
         at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source)
         at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source)
         at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
         at com.sun.javaws.Launcher.launch(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    "Console":
    Java Web Start 1.6.0
    Using JRE version 1.6.0 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\MY_LOGIN
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    m:   print memory usage
    o:   trigger logging
    p:   reload proxy configuration
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    0-5: set trace level to <n>
    #### Java Web Start Error:
    #### JAR resources in JNLP file are not signed by same certificateI have tried deleting all of the *pack.gz files and removing the old jars so Jardiff won't try to create a delta across keys (should it matter?).  And that didn't change anything.
    Message was edited by:
    javaunixsolaris

    1.) are you using version based downloading ? (if so,
    you would need to bump the version on all the
    resigned jars.)=Yes and I DID NOT bump the version. TODO
    2.) do you specify <offline-allowed> ? If it is
    specified, new jars will only be downloaded the first
    time if the server responds within 1.5 seconds that
    an update is available.=No.
    3.) What version of Java Web Start are you using ?
    If you are specifying some jars as "lazy", they might
    not be updated immeadiately for some older versions.
    Also if you are using JDK 6, you can specify <update
    check="always"/> to insure update is always checked
    for w/o timeing out in 1.5 seconds as may be the
    case if the default <update check="timeout"/> is
    used.=6.0; <update check="always" policy="always"></update>; we do have some lazy jars TODO I'll try that next.
    Thx Andy all good things to try. Here's our production JNLP (currently pre-new-cert): https://www.trustamerica.com/TCAdvisorII/tcAdvisor.jnlp

  • New Deployment: Outlook Can Send but not Receiving Messages

    We are in the process of setting up/testing a new installation of Exch 2013 for the first time. We created a Send Connector (Used MX records option) and left Receive connectors as is. We set up a test user in AD, then created mailbox with valid email
    address. We are using Outlook 2010 (on Windows7) to connect to Exchange, which was successful (use the automatic , not manual configure option).
    From Outlook, we can send an email to external address successfully. We cannot receive an email. We check the webmail account provided by our email host and the email is in the account.
    Note, with this same email host, we used the POP connector in EXCH2003 to get our email. We wanted to use SMTP to receive email in Exchange 2013. Could this be an issue at our email host (could they require POP connection)  OR is there a service will
    need to enable/add in EXCH and if so where is it?
    Also, we used the Microsoft Connectivity Analyzer for this test user and both SMTP Inbound and SMTP Outbound passed.
    One thing we just noticed is that the mailbox for the testuser must contain a few messages because of its usage report..Outlook just can't pick them up maybe...How can we tell if the mailbox has our test emails in it?
    Another odd thing  is that within Outlook, under Mailbox Cleanup, it shows that the Inbox should has a size of 12KB, which would be about the size of our test messages to it:
    Since our posting..we have looked at the mailbox using OWA and the Inbox has nothing in it there either. We tested internal email between this test user and the Administrator account and we can send and receive into the Inbox, both in OWA and Outlook, just
    fine...We did a search on the mailbox using the EAC and it did not find anything.

    We have MX records pointing to our domain that we use for email, but I do not think to our Exch2013 Server. We use them now with Exchange 2003. When I do NSLookup for our domain name it returns (2) MX records from our email host that I would expect,
    as they have always been there since the exch2003 box.
     NSLookup does not return mail.domainname.com on the list of MX records.  If I ping mail.domainname.com, it returns the public static IP address of our exchange server given to us by our ISP...but is that because I added that A Record today?
    I do not understand your statement... "To receive mail you must post your domain in the form of an MX record". Maybe there is something I need to add at my web host (Network Solutions)?? Do I manually add a MX record called mail.domainname.com? 
    Like here circled in red (I did not add it yet):  If I need to do this, I am unsure of the priority number? I don't want to interfere with our EXCH 2003 server while doing this testing.

  • Got Profile Manager working with Mtn Lion, but Apple's new deployment methodology has complicated things substantially - need help!

    Hello,
    We recently (a month or so ago) were able to set up OSX Server/Profile Manager/Workgroup Manager on Mtn Lion, and deploy to Mac desktops (deploy 802.1x settings and certs)
    When we upgraded the OSX Server to Mavericks, everything changed - PM is different in this version.  In order to enroll devices in PM it seems you need a Device Enrollment token, to get one you need to export a public key & add it to an MDM server on Apples website & in order to do that you need to create an account with Apple.  To create that account you need your Apple Customer # & a ‘work email address’ that is not already used.  Then you have to fill out a form & wait for Apple to approve it.
    We have plans to utilize MDM at some point in the future, but for now, Profile Manager works fine - are we forced to utilize MDM in order enroll devices using profile manager with Mavericks/OSX Server 3.1.1?
    Thanks for any and all help,
    -Drew

    Can anyone help with this?
    Do I *have* to use MDM with OSX Server 3.1.1 in order to use PM?
    Thanks,
    -Drew

  • New Deployment - Webservice returns an error

    Hello All,
    I've just setup a new orchestrator 2012 R2 server.
    When trying to connect to the webservice, I get the following error:
    The server encountered an error processing the request. The exception message is 'An error occurred while executing the command definition. See the inner exception for details.'. See server logs for more details. The exception stack trace is:
       at System.Data.EntityClient.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior)   at System.Data.EntityClient.EntityCommandDefinition.Execute(EntityCommand entityCommand, CommandBehavior
    behavior)   at System.Data.EntityClient.EntityCommand.ExecuteReader(CommandBehavior behavior)   at System.Data.EntityClient.EntityCommand.ExecuteScalar[T_Result](Func`2 resultSelector)   at System.Data.Objects.ObjectContext.ExecuteFunction(String
    functionName, ObjectParameter[] parameters)   at Microsoft.SystemCenter.Orchestrator.WebService.OrchestratorContext.OnContextCreated()   at invoke_constructor()   at System.Data.Services.DataService`1.CreateProvider()  
    at System.Data.Services.DataService`1.HandleRequest()   at System.Data.Services.DataService`1.ProcessRequestForMessage(Stream messageBody)   at SyncInvokeProcessRequestForMessage(Object , Object[] , Object[] )   at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object
    instance, Object[] inputs, Object[]& outputs)   at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&
    rpc)   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc& rpc)   at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)
    I don't get where this is comming from..
    The management service and runbook service run under a different account.
    Both accounts are local admin on the server and have admin rights within the runbook designer.
    Can someone help me with some guidance as to how to troubleshoot this issue?
    Thanks!
    Filip

    Hello Stefan,
    The account that the application pool is running under is the same as the one that is running the Management Service.
    I've enabled failed request tracing and browsed to the service again.
    The following warning is shown:
    -MODULE_SET_RESPONSE_ERROR_STATUS
    ModuleName
    IsapiModule
    Notification
    EXECUTE_REQUEST_HANDLER
    HttpStatus
    500
    HttpReason
    Internal Server Error
    HttpSubStatus
    0
    ErrorCode
    The operation completed successfully.
    (0x0)
    ConfigExceptionInfo

  • New Deployment for Enterprise

    I have a project to develop, and I want to do in APEX.
    What are the tips you give me? Where to start?
    thanks

    This looks like the web app does not resolve the ejb reference properly. I suspect there is a mismatch on jndi name mapping.
    Could you show the snippet of web.xml and sun-web.xml of how this web app reference this ejb, i.e. the <ejb-ref> element.
    And also the portion of ejb-jar.xml and sun-ejb-jar.xml of how this ejb is declared in global jndi name space, i.e. the <ejb> element.

Maybe you are looking for

  • Maximum size HardDrive for Ultra 30

    Does anybody know what the maximum size harddrive is for an Ultra 30. I've been able to put a 40+ gig harddrive into an Ultra 5, but the Uktra 30 does not seem to accept a 38+ gig harddrive. It gives a trap error that I can't remember off hand. Thank

  • Upgrade window 2003 to Window 2008 R2 approach (Moss 2007)

    I have moss 2007 running window 2003 32 bit (1wfe and 1sql server). There quite a few customization that i dont know about. I need to move it to Window 2008 R2 or higher. Anyone have done this? I need a good approach with less risk and impact. I'll b

  • BI 4.1 SP2 IOMS integration with Sharepoint 2010

    I'm trying to configure SAP BI 4.1 SP2 with sharepoint 2010. After installation of BI 4.1 SP2 IOMS with Sharepoint 2010 i get the error message while trying to open a site page on Sharepoint browser. An unexpected error has occurred. Troubleshoot iss

  • Stack images in Bridge is not possible

    I,m trying to stack some images in Bridge, but the "stacking-menu" is not active. What am I doing wrong?

  • How can I permanently disable Excel's Compatiblity Checker?

    We're using the Excel 2003 format with VFP9. On opening Excel 2003 documents in the background Excel 2010 blocks because of its Compatibility Checker requiring an answer from the client which - as in the background - can not be given. So, is there an