JDI DCs available partially on TEST environment

Hi All,
I have got a typical scenario here.
    1. We had Portal DEV & Portal TEST fully configured.
    2. We developed various DC.
    3. We imported it to Consolidated System - Which got stuff on to TEST System.
    4. Due to some reasons, TEST system was totall reinstalled (vanishing the whole existing Data)
    5. After that we went to some more DCs development on DEV
    6. Now when we import the waiting queues into Consolidation, We see only few applications in TEST. I mean, i am unable to see couple off Portal Application DCs.
Anyone of you have any idea, why it could be like that. If not, Any way to get the remaining stuff to TEST using JDI import.
Thanks,
Raags

I would initialize the compartment to force a complete build/deploy.
Go to CBS, select the cons build space for your track, then select the 'Build Compartment' tab, and click 'Initialize Compartment' at the bottom.  That will clean everything out, re-check out all the DCs, and perform a complete build/deploy.
That should fix you up.

Similar Messages

  • Runtime error in F-48( Test environment error in SAPLGLT0 program )

    Hi Expert,
    i am getting the run time error while run the F-48 tcode in program "SAPLGLT0" and include "LGLT0FER"
    if i do the Extended program check of SAPLGLT0 program i am getting
    Test environment error like : The namespace of the program SAPLGLT0 has the setting "C" and cannot be tested A pssible cause for this is that an SAP program is being checked in a customer System
    How to correct that ? is any sap note available ?
    Thanks and Regards,
    GR

    Hi,
    Please check the following notes
    Note 1242773 - Getting short dump when doing GR for combined requisitions
    Note 1047059 - Run time error in migo/Goods receipt
    Regards,
    Jigar

  • Exchange Server 2010 SP3 test environment - email flow to/from internet

    Today I set up test environment for Exchange Server 2010 SP3 - domain controller running Windows Server 2008 R2 SP1, Exchange Server 2010 SP3 on Windows Server 2008 R2 SP1 and client computer running Windows 7 Pro SP1 x64 with Outlook Pro 2010 x64. These
    machines are VMs on vSphere 5.0 cluster made of 4 esxi 5.0 hosts.
    I have three years of experience in working with Exchange Server 2010 in my production environment but until recently I have not had enough resources to build a test environment. Does "testing" Exchange Server 2010 infrastructure have
    a real life purpose considering the fact that only internal email flow is possible since authoritative SMTP accepted domain is not hosted anywhere thus not visible to outside world. This limited email flow combined with absence of possibility to test
    ActiveSync, Outlook Anywhere, OWA from WAN, . . . really hurt and make Exchange Server rare technology that can not be tested completely before introducing something new into the production. Services that are not possible to test from the outside world are
    useless and whole point of Exchange-like technologies is availability from anywhere and from whatever device.

    I set up Internet Send Connector (by default this type of send connector uses DNS MX records to route email automatically). Having sent an email to my gmail account I did not receive it and in transport logs I saw that mx record was found successfully
    but there is the following line:
    2014-08-05T20:39:51.942Z,Internet Connector,08D17F000FE36010,1,,2a00:1450:4013:c01::1b:25,*,,"Failed to connect. Error Code: 10051, Error Message: A socket operation was attempted to an unreachable network 2a00:1450:4013:c01::1b:25"
    I tried also to send an email to my production email address (we have Symantec Messaging Gateway which is used as a smart host (antispam,antimalware,content filter appliance)) but then error is:
    2014-08-05T20:50:08.395Z,Internet Connector,08D17F000FE36019,1,,91.238.7.10:25,*,,"Failed to connect. Error Code: 10061, Error Message: No connection could be made because the target machine actively refused it 91.238.7.10:25"
    Telnet from test exchange to 91.238.7.10 on port 25 also is not working.

  • Getting BEA-000337 error in a TEST environment with no load at all.

    Hi,
    We're currently experiencing an unknown issue regarding the key BEA-000337. We've looked on the internet to understand what happens, but we are completely stuck.
    <Jan 30, 2009 3:23:29 PM CET> <Error> <WebLogicServer> <BEA-000337> <[STUCK] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "712" seconds working on the request "weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl@cc1102", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
    java.lang.Object.wait(Native Method)
    weblogic.rjvm.ResponseImpl.waitForData(ResponseImpl.java:81)
    weblogic.rjvm.ResponseImpl.getTxContext(ResponseImpl.java:108)
    weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:109)
    weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:335)
    weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252)
    xxx.yyy.sas.SASConnectorService_37hpy3_EOImpl_922_WLStub.getRoutingInfo(Unknown Source)
    xxx.yyy.tp.manager.SASManager.getRouting(SASManager.java:1071)
    xxx.yyy.tp.ccb.RetrievalOperatorProcess.execute(RetrievalOperatorProcess.java:139)
    xxx.yyy.tp.Process.baseExecute(Process.java:598)
    xxx.yyy.tp.Process.execute(Process.java:683)
    xxx.yyy.tp.TransactionService.execute(TransactionService.java:291)
    xxx.yyy.tp.TransactionService.executeProcess(TransactionService.java:241)
    xxx.yyy.tp.TransactionService.handleAction(TransactionService.java:476)
    xxx.yyy.tp.TransactionService.handleMessage(TransactionService.java:431)
    xxx.yyy.tp.mdb.TransactionManagerMDBBean.onMessage(TransactionManagerMDBBean.java:126)
    weblogic.ejb.container.internal.MDListener.execute(MDListener.java:429)
    weblogic.ejb.container.internal.MDListener.run(MDListener.java:674)
    weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
    weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    >
    On the internet everybody tells that the best thing to do is to extend the StuckThreadMaxTime. But we are executing only one single process on our own, on a test environment. So this can't be because WL is overloaded. When checking memory it is quite low (regarding its usual load), and there is a lot of available CPU.
    The strangest thing is that this error occurs as follow:
    An EJB is created correctly (we don't see issues in the logs), but this error occurs when we try to access it for the first time. I guess the SASConnectorService_37hpy3_EOImpl_922_WLStub class is our client proxy, that needs to call our real EJB on another instance of Weblogic. But we see no trace of that EJB on our distant server. It is fully reproducible, since everytime we launch it, we get that error.
    If anybody has a lead, or at least a clue, I take it.

    My guess -
    1) Networking issue
    2) A long transaction(could be global or your EJB transaction) that you do really need more than 10 mins to finish it.
    I would check netstat output for 1) and time the EJB transaction.
    If your server is not hang and still accepting request, you can actually ignore it. Or you can tune stuck thread max time higher(longer time allow for stuck warning) so this message will stop bugging.

  • SAP Licensing for a Test Environment

    One of our clients has created a test environment physically seperate from the Production environment (That is on two seperate machines). All their purchased SAP B1 licenses are being used in the production system. If you select additional licenses, they are only temporary and expire in 14 days from creation.
    How do you get valid licenses into the Test Environment that will always be active without having to reduce the licenses that are allocated to the Production system?

    Thank you all for your helpful answers.
    I understand about creating a test database in the Production system and it use of the same License Manager
    However this does not work if you are trying to test patches or major release upgrades because once you apply the upgrade / patch to the test database in the production environment the code base is now changed and the production database would then be updated.
    In order to isolate the test of upgrades, patch levels, major functionality etc., you need to build a separate environment on different hardware to do the testing. That is what we have done.
    Since the license server is not shared the separate test environment needs to have a license file that reflects its hardware key. 
    When I go to create that license file and I specify "Test System" for the system, the license file is only created with temporary licenses which inactivate in 14 days.
    I need to know if there is a way to create the license file without the licenses being inactivated and without reducing the number of licenses available to the Production System.

  • Lync Server Mirror using SQL 2012 Developer Edition in Test Environment

    I'm setting up a Lync Enterprise Frontend Pool in a Dev/Test environment using two SQL 2012 SP2 Developer Edition Servers. When I try and publish the topology and create the databases I am getting this error.
    System.MissingMethodException: Method not found: 'System.String Microsoft.SqlServer.Management.Smo.ExceptionTemplatesImpl.BackupToUrlNotSupported
    I have not been able to find any info on this error but it would appear the it has something to do with the fact these servers are developer edition. I was under the impression that developer edition included all features of the enterprise edition. Is that
    not true? Has anyone else seen this error when it attempts to create the mirror?
    Thanks
    Dave
    Dave Barker

    Hi Dave,
    Please refer to the official document, SQL 2012 SP2 Developer Edition is not listed in it.
    Click on the following links for more information.
    Database software support in Lync Server 2013
    http://technet.microsoft.com/en-us/library/gg398990.aspx
    Deploying SQL mirroring for Back End Server high availability in Lync Server 2013
    http://technet.microsoft.com/en-us/library/jj204992.aspx
    Best regards,
    Eric

  • SSL-Problems when setting up a test environment with Exchange

    Hello everyone,
    I am trying to set up a test environment with Exchange 2013 to learn how the stuff works. However, I am facing some problems due to the fact that Exchange is designed for use with SSL certificates. The main thing that makes problems is the connection with
    RPC over HTTP. I've used the MS remote connectivity analyzer to find out why it is not working and as I thought it is because of a missing SSL certificate (it seems the self signed doesn't work here). Now in order to get this working I just bought a certificate
    for "mydomain.com". Now here is the first problem: This certificate is NOT a wildcard certificate. So if I understood correctly it works for mydomain.com but it won't work for subdomain.mydomain.com. Is this correct? (First question)
    If this is correct I will probably another problem: As I said this is a learning-environment so the server is at home behind a router. This means: Only one WAN-IP. I think could get this working by forwarding everything to the Exchange Server (like mydomain.com
    goes to the WAN-IP where the router is forwarding everything like port 25 or 443 directly to the exchange Server). This way I wouldn't have any problems I think: mydomain.com has a valid SSL cert, it resolves to my WAN-IP which forwards everything to the internal
    Exchange Server. Now here is the problem: I plan to setup a SharePoint Server as well. I thought about using ARR (IIS) to make both available behind the same WAN-IP without using ports inside the url. Ideally the Exchange Server should then be available via
    "mail.mydomain.com". This will work fine with ARR but then I probably have SSL problems again? (second question)
    Do you have any ideas what I can do to solve such problems? Should I buy another certificate for mail.mydomain.com? But then I would need to buy several certificates (e.g. for autodiscover.mydomain.com to get this working as well). This can become very expensive...
    Thanks!
    Regards
    Christian

    Hi,
    For your first question, if there is a single certificate just for “mydomain.com”, it cannot work for subdomain.mydomain.com.
    Generally, antodiscover.domain.com is used to access the autodiscover service for external users. If you just need test users to access Exchange server from internal environment, it is not necessary to get a certificate for autodiscover.domain.com.
    Therefore, for your second question what I can ensure is that if all URLs that used to connect Exchange from internal and external are configured to mail.mydomain.com with all services(IIS,SMTP,POP,IMAP), there will be no certificate problems in Exchange
    side.
    Best Regards,
    Winnie Liang
    TechNet Community Support

  • Prepare Exchange 2010 Test Environment with Hyper V

    Hi 
    We are preparing a test environment to check the migration from Exchange 2010 to 2013 and to get familiarized with 2013. Created the VMs of existing Domain Controllers using D2V tool, looking for suggestion on  how to prepare the Exchange 2010 servers
    ( 2 X MB servers in 1 DAG and 2 X Hub/CAS servers in WNLB) in VM environment - either by creating VMs of existing physical servers using D2V without DB storage LUNs (Dial tone DBs) or prepare the Exchange 2010 servers from DCs created in test lab.  
    Thanks in advance

    There's got to be a question in here somewhere.  How about a guide to setting up Exchange 2010 that you can then use for a test environment:
    http://technet.microsoft.com/en-us/library/ff709381(v=EXCHG.141).aspx
    Now, if you are asking how to configure your test environment to mimic production, you should probably get directory exports of your users, groups, and contacts (rather than trying to remove a production domain controller to use as the initial domain controller
    in your test environment), since it allows you to connect between the two environments without jumping through huge numbers of hoops - it also allows you to send email between them, which can be useful when testing external connectors.

  • Revenue Recogntion - what is consequence of activating in test environment

    We are about to setup RR, we have a lot of transaction in test environment for the item categories we will use RR with. What is the consequence of this?
    We have no transactions for the type in production environment.
    Regards

    Hi Simon - there would be no effect on the earlier orders which use the Item category assigned for RR purposes - so even when you move to production, it becomes effective for all new orders created.
    However, while testing, find out what happens to:
    1) Orders processed which were created before RR set up
          a) partial orders processed before RR
          b) Full open orders processed before RR
    2) Orders processed which were created after RR set up
    when you see the order document flow, you get the results - also you need to check the accounting document to  ensure correct postings.
    cheers
    Nandu

  • Server 2008 R2 KMS Server - Creating in a test environment

    Hi
    I am looking to create a test environment that is a cut-down replica of the production environment so that upgrades and migrations can be trialled before being implemented into production.  The test environment will be isolated from the production network
    but will have internet access available.
    One of the things we will need is a KMS server - to activate test machines in the test environment, and to trial a production KMS server upgrade.
    Can we just clone the existing production KMS Server over into the test environment?  Will there be problems because it has the same identity as the production server?
    Thanks in advance

    Hi,
    Since each KMS key can be installed on up to six KMS hosts. You can configure another KMS host in you test environment.
    Not quite sure about the KMS host upgrade you referred. If you don’t want to update the OS, some patches will be required.
    For your information:
    Understanding KMS
    http://technet.microsoft.com/library/ff793434.aspx
    An update is available for Windows 7 and Windows Server 2008 R2 KMS hosts to support Windows 8 and Windows Server 2012
    http://support.microsoft.com/kb/2691586
    Update adds support for Windows 8.1 and Windows Server 2012 R2 clients to Windows Server 2008, Windows 7, Windows Server 2008 R2, Windows 8, and Windows Server 2012 KMS hosts
    http://support.microsoft.com/kb/2885698
    Hope this helps.

  • WLC + 3 x LAP Test environment equipment list recommendations....

    I'm currently building a test environment in order to practice for CCNP Wireless as well as perform client demo's.  I'm interested in the differences between the large controllers.  Does the less expensive 2400 provide for a similar configuration to the 4400, or 5500 series?  Also, I'm planning on getting 1142's to act as a Wireless Site Survey AP as well as setup a test environment to demonstrate roaming.  Any advice would be welcome!
    Regards,
    Justin

    +5 scott.
    Besides what Scott said, if you want to proceed with studying cisco wireless after done with CCNP you may need two controllers one of them would be 2508 but the other should be larger controller that supports some advanced features that are not available in 2508 (anchor termination for example).
    HTH
    Amjad
    Sent from Cisco Technical Support iPad App

  • Restore AD to test Environment

    Trying to restore two domain controllers to a test environment.
    I am unable to get the domain controllers to sync. One of the server is our FSMO roll holder. I recieve an errror when running the command netdom query fsmo
    How do I get the servers to start replicating to each other. Each server shows the domain is unavailable. DNS is not functioning on either server.

    Hi,
    According to your description, you have restored 2 Domain Controllers in your test environment, right? Would you please tell us how did you restore them?
    In addition, please check the DNS settings on both DCs, make sure that they both point to the primary DC as preferred DNS server.
    You can try to ping each DC to test the network connectivity.
    If there is no network connectivity issue, you can force replication between DCs through AD Sites and Services:
    Force Replication Between Domain Controllers
    http://technet.microsoft.com/en-us/library/cc816926(v=WS.10).aspx
    Best Regards,
    Amy

  • Correct idea to scale out testing environment and test service pack2 installation

    Hi
    I have a sharepoint 2010 farm it has one sharepoint server, one database server
    In one server  below services are running
    Central administration service
    SharePoint Server Search 
    User Profile Service 
    Microsoft SharePoint Foundation Web Application
    so i want to scale out this form  to
    1 application server
    1 web front end server
    1 Search server (index server)
    1 databse server
    here how i scale out to this form
    1)here how i move  sharepoint  server search service to new  index server and
    2) here how i move  Microsoft SharePoint Foundation Web Application to new webfront end server
    and in this single server  some web appllications are running also how i move these to new wf server
    i want to do like this  because i want to test service pack 2 installation, now  sharepoint version is : service pack1
    my actual production environment has
    2 application servers
    2 webfront end servers
    2 index servers
    1 databae server
    so this correct idea to scale out testing environment and test service pack2 installation
    adil

    Hi Adil,
    The link below describes how to scale SharePoint Web Front-End with only web applications and the search query server  out of one SharePoint server with all roles running.
    http://sharepointsolutions.com/sharepoint-help/blog/2011/02/how-to-scale-out-a-sharepoint-2010-farm-from-two-tier-to-three-tier-by-adding-a-dedicated-application-server/
    Now you have two SharePoint server with:
    Tier 1 – SharePoint Server dedicated as a Web Front-End (WFE) with only the web application(s) and the search query service running on it
    Tier 2 – SharePoint Server dedicated as an Application Server with all of the other service applications running on it, but no web applications or query service
    Tier 3 – SQL Server for the databases
    Then you would scale out WFE server with web applications from tier1. Now please install a new SharePoint server and join it to the existing farm and deploy it as Web Front Server. Enable the relevant services on Web Front servers per the topology picture
    below, and stop the services running on the old server.
    http://technet.microsoft.com/en-us/library/cc263044(v=office.14).aspx
    Regards
    Rebecca Tu
    TechNet Community Support

  • Workbook won't open after import into test environment - Function Related

    Hi Experts,
    We have a disco report that uses a custom database function. The function has been registered and is valid in the development environment and the report works fine.
    We have exported the business area, report and relevant functions from the development environment and imported them into the test environment (Using diso admin import/export tool) in the following order:
    1. Functions
    2. Business Area
    3. Workbook
    There were no errors during the import with the exception of a failed grant which was my logon and does not exist in the target environment.
    When I attempt to open the workbook in the test environment I receive the following error message: Item dependancy"" not found in the EUL. Attempt to open workbook failed.
    At first I though that this was a folder developer key issue because I did have to change the id of a folder that this report uses however I have re-synced the ID's by ensuring the eul id's were different and I have decompiled the workbook using the d51wkdmp tool and I have confirmed that the workbook is looking at the correct items.
    I noticed that the workbook had three function references so in the development environment I deleted the fields that used the functions and re-imported the workbook, guess what it worked OK meaning that the folder ID's etc... are ok and all in sync.
    I attempted to create a new workbook in the test environment that used the imported function. When I did I got an error message saying that there was too many parameters for the function, exactly the same process works in the development environment and the calculation creates ok. I checked the function definition in discover administrator (test environment) and the function is correct, parameters present and validates OK exactly the same as the dev environment however when I try to use it discoverer plus falls over!!!!
    Any ideas/pointers, at the moment I can't see how this can be anything except a bug in the import utility as the function is OK in Development and doesnt work in Test, we have used the standard export/import tools.
    Thanks
    Keith

    Hi Rod,
    This error is occuring with functions that only have 2 or 3 parameters. My standard install processes do use the refresh option.
    I have been following this up with Oracle Support and they have managed to replicate the bug in there environment. It has something to do with optional parameters, when you change all the parameters to required it works ok however I have other functions that have optional parameters that do work ok so it is clearly not just the presence of optional parameters that is causing the problem.
    This is the first time (and probably the last) that I have tried to do disco migration using the admin import tool I have always used the command line interface to automate installs in the past, as I havn't run into this before I would imagine the bug is not present in the command line tool.
    I will post an update when I hear back from Oracle Development on a fix.
    Keith

  • In app purchase is not working in testing environment in sandbox for the past 5 days. Please anyone know about this issue.

    in app purchase is not working in testing environment in sandbox for the past 5 days. Please anyone know about this issue.
    What i did
      1 . Added three products more to the existing in-app
      2 . Tested with sanbox
    i am getting the error "cannot connect to itunes store" with error code "0" when trying to purchase product in sandbox.
    Is sandbox is down?Please help guys..

    Apple's sandbox has been down practically all month. You can check the status here:
    http://sandbox.itunes.apple.com

Maybe you are looking for

  • Moving purchases done on an ATV in streaming mode to my PC

    I have chosen to use my ATV in streaming mode as I had many issues in Sync mode. Would appreciate some hints on the following challenge: I have purchased movies using my ATV. These purchased movies are not showing up in iTunes on my PC. How do I move

  • Any ideas why this won't work?

    I appreciate all the help this board provides. I've learned a ton coming here as I continue to grow my SQL knowledge. I need this query to look at the Work_order table and pull any lines that were closed during the prior day. Then I need it to look a

  • Calling Function Module in Update Task

    Hello Experts,                           Can anyone let me know about Calling Function Module in Update Task. Why do we use this " In Update Task "  ?? How do we Use ?? What is the Use... ?? Kindly let me know.... Thanks and Regards Pramod

  • Cannot sync my iPhone to my exchange server!

    I keep getting the same message over and over, "Cannot Get Mail The connection to the server failed." I need some help getting either my phone or the exchange server configured right.

  • Computer hangs

    I have a mid-2011 Intel 27 inch - the first ones that came out with the Thunderbolt port.  Several days ago, I was having problems working on a Final Cut Pro project - FCP was constantly crashing.  I rebooted the computer and all was well.  Then this