Change deployment target

Hi everybody,
I had OBIEE 11.1.1.7 deployed on Weblogic 10.3.6.
Later I added ODI 11.1.7 to the same domain.
I created a new server (odi_server1) which host ODI related deployments (odi_agent and odi_console).
Today I noticed odi_server1 also hosts all the deployments from OBIEE (ie anlytics, bioffice, bipubblisher, etc.).
I dont need / want these duplicate deployments, so I tried to retarget the deployments with weblogic.Deployer. ie
java weblogic.Deployer -adminurl http://localhost:7001 -user weblogic -password mypassword -name bioffice -deploy -targets bi_server1
as pointed out here here
but I get error "no source specified or operation".
Any clue about why I get duplicate targets?
How can I remove them?
Regards,
  Corrado

Hi Corrado,
How did you add the new servers..? using domain configuration wizard, or have you used cloning..?
Regards,
Mohab

Similar Messages

  • IPad Packager - iOS Deployment Target problem

    Hello,
    I've been working on an iPad app (using CS5), got everything in place, i.e. apple dev account, all my details cleared to sell apps, got my development app working great on my iPad.
    BUT...
    When I'm trying to upload the finished version using Application Loader I get the following message:
    This bundle is invalid. When supporting iPad only, the iOS Deployment Target must be 3.2.
    There is no way to set the deployment target in the flash CS5 settings, I've looked on various forums but can't find any answers to this. Can't believe I've got to this last step and I'm hit with this. Are adobe bringing any fixes out for this?
    Any Ideas please???
    cheers
    K

    Awesome -- I wish I could mark as "Answered" for this post -- Kevkong1971 I really really really appreciate being shown that post.  Of course you can search and search but if you don't find the right one.....  Well thanks..
    I thought I would distill the answer and post again for those who need it.  Here is the proceedure I followed (gleaned entirely from the work of others) And yes, it does work.  I have both of my "iPad" only apps now up for Apple's review.
    Here you go:
    this is a copy and paste of something I popped up on my personal weblog---------
    The following post addresses the “you must target a minimum of IOS 3.2” when you try to publish an app you’ve written with Adobe Tools and targeted “iPad Only”.
    So thanks to the guys on the Adobe Forums, there are a lot of posts so I hope to distill it down for anyone who needs and also for myself (for future apps!)
    Step 1: Copy your .IPA file to a MAC
    Step 2: Rename file to .zip
    Step 3: Extract contents of .zip
    Step 4: Pull out the “yourApplication.app” file from the “Payload” folder you extracted
    Step 5: Right click on .app file and select “show package contents”
    Step 6: Edit the info.plist file
    Step 7: Change the “MinimumOSVersion” entry to 3.2
    Step 8: Close and Save
    Step 9: Download THIS .PY Python script you will need to make your .xcent file authentic
    Step10: write your .xcent file using pico or your favorite pure-text editor.  Just create this file from scratch and name it yourApplication.xcent As Follows:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
        <key>application-identifier</key>
        <string>10DIGITCODE.YOUR.DOMAINAND.APPLICATIONNAMEHERE</string>
        <key>get-task-allow</key>
        <true/>
    </dict>
    </plist>
    step 11: assuming the .py file you just downloaded and .xcent file you just created above are in the same directory execute the following in the terminal:
    python gen_entitlements.py 10DIGITCODE.COM.YOURDOMAINAND.APPNAMEHERE yourAppName.xcent
    OK So far so good.  Now you have a valid .xcent file, and you have fixed your .plist.  Now you have to put them together and resign with your credentials.  To do this execute the following in your terminal:
    /usr/bin/codesign -f -s "iPhone Distribution: YOUR NAME" "--resource-rules=/Users/yourusername/Desktop/yourAppName.app/ResourceRules.plist" --entitlements "/Users/yourusername/Desktop/yourAppName.xcent" "/Users/yourusername/Desktop/yourAppName.app"
    Note:  The “iPhone Distribution: YOUR NAME” needs to match your distribution certificate in your keychain.  Open KeyChain and make sure you type it exactly as it is in there.
    step 12: Right click the .app file and select “compress”
    step 13: upload your app!!!
    Hope that helps someone!!
    Cheers,
    Tommy

  • Use of Build Specifications for TestStand deployment Target

    Hi everyone,
    I currently use NI Internet Toolkit in one of my VI to build a code module for TestStand.
    The matter is that de deployment target doesn't have the NI Internet Toolkit.
    So I would like to build the VI in such a way the deployment target wouldn't need the Toolkit to use the VI.
    Does anyone knows a way to that ?
    Thanks to all...
    Solved!
    Go to Solution.

    I got some matter with my outputs types (string array):
     - It generates an error while creating the dll with .NET interop.
     - Couldn't manage with share library .dll cause of array bounds couldn't be specified (array of array of char).
    Thus I just change my data type to be of simple types, and it working quite well...
    Thanks to Mr Dennis Knutson !

  • Need to change the targeting group of a Rule or monitor after a alert is created.

    Hi All,
    I have created many alerts and they are working fine. Currently due to business requirement we have installed Windows server 2012 operating systems in our production environment. But we have targeted the
    "Windows server 2008 r2 full operation system" group as per the below screen shot. As we now have to import the management pack for Windows server 2012 as well.
    What we have planned is to change the targeting group from "Windows server 2008 r2 full operation system"
    to "Windows server operating system group" so the alert / monitor or rule will target all windows server which has been discovered in SCOM rather that only the servers running Windows server 2008 r2.
    I was also not able to set overrides for this as that server was not coming under Windows server 2008 r2 full operation system as it was a Windows server 2012 agent.
    I can also go ahead and create new alerts but i have created custom of 1000 alerts and i cannot go ahead and re create them.
    Is there any way to change them. If yes Can i do a bulk change via powershell ?
    Below is the screenshot of what i really want. Can any on e please help.
    Gautam.75801

    You can't really change the target class of a monitor in a sealed vendor pack. If this is your own custom pack, then you can change the target class no problem, but this would need to be done on the unsealed XML (using VSAE or some other authoring tool).
    Then you can seal the pack and re-import (should be upgrade compatible, since you are just changing the target).
    I'm not familiar with this particular monitor in your screenshot, but it looks like this should probably target Exchange? If this is the case, then I would recommend targeting the closest typed class that the monitor should run against. In this case, some
    type of Exchange class that is already in the Exchange management pack.
    Otherwise, you can also create your own custom class for targeting, which I describe in detail on my blog.
    Here are all my sample VSAE fragments.
    Here is an example of
    using the Application Component base for your new class.
    Here is an example of
    using Local Application base for your new class.
    Jonathan Almquist | SCOMskills, LLC (http://scomskills.com)

  • What is the significance of the Assembly Deployment Target and Feature Scope?

    Hello,
    We have created a project as Farm Solution (not sandbox).
    Under project properties we can see an option for Assembly Deployment Target : GAC or WebApplication.
    I know that GAC will deploy the dll to windows\assemblies and WebApplication will deploy to website/bin folder.
    Now, we add a feature to the project; in here we can see a dropdown for scope with options as: Farm; Web; Site; WebApplication. I know that depending upon what option is chosen; the feature can then be activated by going to the respective manage features
    option via SharePoint front end UI.
    Can you tell me what is the significance of the Assembly Deployment Target and Feature Scope?

    >>Can you tell me what is the significance of the Assembly Deployment Target and Feature Scope?
    Feature scope can be decided based on the type of artifacts you will be building
    Check the below link for what type of artifacts can be build at different levels of scopes
    http://msdn.microsoft.com/en-us/library/ms454835(v=office.14).aspx
     wrt to Assembly Deployment Target depends on what type of components you are deploying through your solution which will be specified in manifest.xml. There are advantages
    if you deploy the components to web application rather GAC like all Apppools will not get recycled, avoiding IIS reset etc. But if you have 3rd party dlls and feature receivers which need to deployed along with the solution then its advisable to deploy to
    GAC
    http://trentacular.com/2009/06/sharepoint-differences-between-global-and-web-application-targeted-solution-deployment/
    https://www.captechconsulting.com/blog/james-brocato/sharepoint-without-the-gac
    Hope this helps.
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • Problem when changing the target quantity for a contract

    Hello,
    I have a problem when i try to change the target quantity for a contract through the BAPI 'BAPI_CONTRACT_CHANGE'.
    I filled the tables 'item' and 'itemx' with new values. the BAPI 'BAPI_CONTRACT_CHANGE' returns no error, but after using the BAPI 'BAPI_TRANSACTION_COMMIT' I get an info message from SAP and the modification does not pass.
    In debugger I could locate the error. In fact, the appeal of FM 'ME_UPDATE_DOCUMENT is done with a table XEKKN with the new values of the quantity and a KZ code equal to ' I ' to insert, then it must have the value ' U 'for update .
    Is someone can help me to solve this problem?
    Thank you in advance.

    Have you tried selecting the page, and then changing the theme directly on that page?

  • Changing default target namespace for a JPD

    Hi,
    Is there a way in Workshop 8.1 to change the target namespace used when a WSDL
    is generated from a JPD? Currently, Workshop uses http://www.openuri.org. I
    have tried to use the @common:target-namespace annotation in my JPD, but that
    appears to only be valid for JWS files. Is there a way to globally set the default
    target namespace for an entire Workshop project?
    Thanks,
    Nick

    And to just make it more clear :
    and here is the SAP help on the subject:
    Transport Layer in ABAP Workbench
    The Change and Transport System supports the distribution of development work on large projects across multiple SAP Systems.
    The packages in each development system are grouped into one transport layer.
    The transport layer determines whether objects are assigned to a local or transportable change request.
    Use
    Each of your SAP development systems is assigned a transport layer as its standard transport layer. If you use Extended Transport Control, you can assign different standard transport layers to certain clients.
    You can define at the most one consolidation target for each SAP System and transport layer.
    When you create a package, it is assigned the standard transport layer of the SAP System.
    If you want to assign a different transport layer to a package, you require the administration authorization for the Change and Transport System.
    The objects in a package automatically have the transport attributes defined for the corresponding transport layer.
    If a consolidation route originating in their SAP System is defined, then the objects are assigned to a transportable request, and transported into the consolidation target when it is released.
    If a consolidation route is not defined, the objects are assigned to a local request, and are not transported.
    Customizing settings are not assigned to a package. They have the transport attributes of the standard transport layer of the system or client.
    It is best to assign a package a standard transport layer for which a consolidation route originating in the development system is defined.
    To display and maintain the transport layers and routes, use the Transport Management System (transaction STMS).
    Only the system adminstrator can make changes.
    Caution:
    The tables TSYST, DEVL, TWSYS, TASYS are no longer productive as of Release 4.0A and cannot be maintained.
    Best regards,
    Menelaos

  • [FlashPro CC & AIR] Icons are reset each time I change the target Air Platform

    Hi guys,
    I have an annoying bug with my Flash CC : I'm building an Air app and each time I change the target platform (either Android or iOS or Windows) the <icon> tag is cleaned... so I have to set all the icons files again. Each and every time. All the icons.
    Is it a known bug ? Is there a fix ? Is it a feature ? I tried to uninstall and clean all the cache, it does nothing. I have Flash CC on my work computer and on my laptop and the problem is on both computers...
    I have the latest version of Flash CC and it's not linked to an Air version.
    Thanks in advance for your help !

  • Changing the Target data store dynamically

    Hi,
    I have a requirement to load same kind of data into 12 different target tables. Client maintains data in period vise, i.e. Jan data in a table TABLE_01, Feb data in TABLE_02, Dec data in TABLE_12 etc. The structures of all these tables are same.
    My program will process only one period’s data at a time and processed data will be loaded into a table TABLE_SRC. After this, according to the processing period, I need to post the data into the target tables TABLE_01, TABLE_02 etc. i.e. if the data is for period Jan then to TABLE_01, data is for period Feb then to TABLE_02 and so on.
    For accomplishing the same, I need to create 12 different interfaces. So is there any way to accomplish the same using a single interface by changing the target data store dynamically? I am looking for a solution other that creating procedures.
    Any Help is appreciated.
    Thanks in advance.
    DJ

    Yes, it is possible....
    1) at the target datastore use a variable at resource
    2) create a query that returns all target tables in a source tab (procedure step)
    3) at target tab, call the interface scenario send the query result as parameter.
    That will allow you execute the same interface for disitnct targets.
    Does it help you?

  • Powershell Script to change the target destination on a shortcut file.

    Hi All,
    I am in a middle of a new file server implementation and have come across a problem where the items on the old file server has been archived and moved to another server and in place a shortcut is left at the original location. The current target of those
    shortcut is going to be changed and thus I need to change the Target destination on those various shortcuts files. I am new to powershell and will really appreciate if someone can assist me with a powershell script for the below steps:
    To find all shortcut files (Excel, word, powerpoint and other types) whose current target destination is \\abcserver\z\abcpath
    Change the Target destination to \\xyzserver\z\abcpath on the shortcut file and apply the change.
    Effectively only change shortcut files whose current target begins with "\\abcserver\" and change to "\\xyzserver\"
    Search for the next shortcut and continue changing it.
    Hope the above makes sense and appreciate the assistance.
    Thanks!

    Did you look?
    https://www.google.com/?gws_rd=ssl#newwindow=1&q=powershell+change+shortcut+path
    ¯\_(ツ)_/¯

  • JMS sub-deployment targeted to cluster

    Hello,
    I have read at the Oracle documentation that we can use a sub-deployment within a JMS module targeted only to a single JMS Server. But I have an application that create JMS resources with deploy descriptors (Application modules) and target the sub-deployment to a cluster with two machines, each machine has a JMSServer. It seems to work (I see them on the JNDI tree on both machines). This is the jms.xml:
    Do you also use sub-deployment targeted to a cluster or I shouldn't? Thank you in advance ;)
    I am using webLogic version 10.3.4.0
    <?xml version="1.0" encoding="UTF-8"?>
    <wls:weblogic-jms xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-jms"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-jms http://xmlns.oracle.com/weblogic/weblogic-jms/1.1/weblogic-jms.xsd">
         <wls:quota name="InboundMessageQuota">
              <wls:bytes-maximum>1000000</wls:bytes-maximum>
              <wls:messages-maximum>10000</wls:messages-maximum>
         </wls:quota>
         <!-- Factories -->
         <wls:connection-factory name="InboundMessageConnectionFactory">
              <wls:sub-deployment-name>InboundMessage</wls:sub-deployment-name>
              <wls:jndi-name>jms.InboundMessageConnectionFactory</wls:jndi-name>
              <wls:security-params>
                   <wls:attach-jmsx-user-id>false</wls:attach-jmsx-user-id>
              </wls:security-params>
         </wls:connection-factory>
         <!-- Queue's -->
         <wls:uniform-distributed-queue name="InboundMessageQueue">
              <wls:sub-deployment-name>InboundMessage</wls:sub-deployment-name>
    <wls:delivery-params-overrides>
    <wls:delivery-mode>Non-Persistent</wls:delivery-mode>
    </wls:delivery-params-overrides>
    <wls:delivery-failure-params>
    <wls:redelivery-limit>0</wls:redelivery-limit>
    </wls:delivery-failure-params>
              <wls:jndi-name>jms.InboundMessageQueue</wls:jndi-name>
         </wls:uniform-distributed-queue>
    </wls:weblogic-jms>

    Technically, cluster targeting a distributed destination is supported, and it'll work as long as your can be absolutely assured that the cluster will never host additional JMS servers - perhaps from future projects, or due to integrating third party products. Otherwise, your distributed destinations will end up creating instances on JMS servers where they don't belong - a common mistake that can be tough to diagnose and untangle. I highly recommend staying with the best practice of using a subdeployment that references exactly the intended JMS servers. Note that a subdeployment can reference more than one JMS server.
    See [url  http://download.oracle.com/docs/cd/E17904_01/web.1111/e13738/best_practice.htm#JMSAD455] WL JMS Configuration Best Practices
    Hope this helps,
    Tom

  • Deployment target

    In my iphone ,pad universal application , i have set the minimum deployment target iOS 5.1 in xcode->target->genral->deployment target ios 5.1.
    My interface builder documents are-
    open in -xcode 5.0
    Build for project deploment- default deployment target 5.1
    view as- ios 7.1 and later.
    I have to fix it's deployment target from lower 5.1 to higher 7.0, how we will do it .
    Due to updation of ios 7 to ios 7.0.4, i am having trouble in app launch. Apple review team send us rejection issues like-
    However, we found that your app exhibited one or more bugs, when reviewed on both iPad running iOS 7.0.4 and iPhone 5s running iOS 7.0.4, on both Wi-Fi and cellular networks, which is not in compliance with the App Store Review Guidelines.
    please give us solution if it's possible to set the higher limit of deployment target for xcode 5.0.1 iphone,ipad application.
    thanks.

    Apple didn't appear to say anything about your deployment target. Apple said there were bug.

  • FDMEE - Change registered target HFM application

    Hello Experts,
    In FDMEE (11.1.2.3.100) is it feasible to change the target application once registered as target within FDMEE.
    Eg. If I have identical HFM applications HFMAPP1 and HFMAPP2 (for testing different approaches), and HFMAPP1 is registered in FDMEE as target and there are ~20 locations and 25 rules associated with all the mappings in place. Load into HFMAPP1 from FDMEE is smooth. Is it possible to load the same data into HFMAPP2 by changing some property or name within FDMEE. Believe this was possible in earlier versions of FDM by changing the integration settings.
    Thanks,
    Venki.

    Hi,
    you can change the Target Application within the location configuration.
    Bear in mind that you will have to create an Import format for HFMAPP2 and assign it to the location as well.
    Hope that helps
    Blog: akafdmee.blogspot.com
    Twitter: @akafdmee

  • Xcode 4.6 minimum supported deployment target

    Hi there.
    Before updating to xcode 4.6 i want to ask if 4.3 is still the minimum supported deployment target for iOS.I dont want to be suprised afte updating.
    Thank you.

    For reference: Xcode Versions ~ iOS - As of 1.28.13

  • Lowering deployment target of an existing iOS app

    I am wondering if it is possible to lower the deployment target of an existing iOS app in the app store.
    We want the initial release of our app to only target iOS 7+ users. We would then take time to ensure the iOS 6 version was up to par and ideally would be able to submit an update that lowers the deployment target to support iOS 6+ users.
    Does anyone know if this is possible? My collegue is concerned that the update will be rejected because of a past experience where he tried to narrow the supported devices from "Universal" to just "iPhone".

    I don't see why there would be a problem other than the code required to make it work.
    I'd like to see a verbatim copy of your friend's message from Apple because I also don't see why dropping support for some devices would cause rejection.

Maybe you are looking for

  • Apple TV Will Not Play iTunes Content

    This is my last resort. The notion of paying Apple thirty dollars for simple support is ridiculous. For several days now, I've been entirely unable to access any purchased content through my second generation Apple TV. No music, movies, or TV shows.

  • Java  web start and database

    Hi! I have a Java application that I have made into a Jar-file. Want to start this online using Java Web Start. The problem is that it has a connection to a Microsoft Access database, which must be registered to work (or does it?). Is there a way to

  • Lan drive for windows 8

    I have A26 ThinkCentre Destop, But in the Lenovo download the drive is unkonw 64bit cant install. please have and send this win8 lan drive for win8 64 bit

  • Getting last login dates and times for graphical/xwindows logins?

    Hi, How do I get the last login date and times for users who just use the GUI (and don't launch terminals)? So far such logins don't seem to show up when I do "last -f /var/adm/utmpx" or for wtmpx. What should I be using on solaris to get the last lo

  • Need help understanding mail import

    I've just upgraded to OS 10.4.6 from OS 9.1. I was using Outlook Express 5.0.6 in OS 9.1. After trying every possible solution that I can dream up or have read about, I am desperate for an answer. I have two potential Email programs that I could use