Standard procedure to maintain two OWB application on the same database?

I have multiple states. I want to deploy all the states OWB mapping in one server.
My question is, Should we maintain seperate owbowner for each state? I need to create different workspace for each state. So, can i keep all the workspace in one owb owner? OR i should have each owb owner for each state?
Please suggest.

Hi Shrinika,
I don't see any reason to sepparate different "states" mapping implementation with workspaces.
Maybe it is better to implement for each "state" with sepparate project or even module (into the same project) into the same workspace.
At least in case multiple workspaces/projects (for each "state") you will have problem with integrating mappings into single processflow...
Regards,
Oleg

Similar Messages

  • Is it possible to have two DADs that access the same database?????

    Hello,
    Is it possible to have two DADs that access the same database?
    One DAD would be password protected with Authentication mode Per Package and the other DAD would not require a password/login
    If it is possible can you also give suggestions about how to do this
    Thanks
    Doug

    I HAD THE SAME PROBLEM WITH SHARING MY LIBRARY WITH MY SON. WHAT I DID WIAS CREATED A LIBRARY FOR HIS USE ONLY. IN ITUNES CLICK--FILE--NEW PLAYLIST AND THIS SHOULD ADD AN UNTILED PLAY LIST IN YOUR SIDE BAR. CLICK ON IT AND RENAME IT. HE CAN KEEP ALL OF HIS MUSIC IN THIS LIBRARY. SELECT ALL OF HIS MUSIC FROM YOUR LIBRARY AND DRAG IT INTO HIS. ONCE THIS IS DONE YOU CAN THEN REMOVE HIS SONS FROM YOU PLAY LIST. MAKE SURE YOU ONE REMOVE IT FROM YOUR PLAY LIST AND NOT DELETE THE FILE.
    HOPE THIS HELPS
    G4   Mac OS X (10.3.9)  

  • How can I maintain two tables content at the same time with SM30

    Hi all,
    I created two customizing tables that I would like to link together for maintenance in SM30. Table 1 is the header and table 2 can have multiple detail records.
    They are linked via the ID key field. I would like to run the Table Maintenance Generator on the first table in SE11 and be able to maintain both table data at the same time in SM30.
    How can I do that without any ABAP programming? Should I use Append or Include structure or else?
    Thank you for giving as much detail as possible.
    Regards,
    Sylvain

    Hi,
    You cant do it w/t abap programing.
    You can code in "EVENT" to achive the same.
    Open table maintainance generator of first table through se56 or se11.
    follow the path: environment>Modification>Event.
    Select sutaible event from drop down like Before Save... and do coding.
    In this way data will be saved in second table automatically when you save in first table.
    In case of any query, please revert.
    regards,
    Dhan

  • How to maintain two credit limits for the same customer.

    We have two lines of business for the same company code. One customer is trading in two lines of business.
    We want to maintain two credit limits for same customer. How is this possible.

    Hi,
    Credit Limits are assigned to customer master in a credit control area, so a customer can have different credit limits for the different credit control areas.
    (Please note that Credit Control Areas are normally assigned to company codes or sales area.)
    But if you are having only one credit control area, then only one credit limit can apply.
    However you can use the user exits to put any check you want for the customer. There are various user exits available for it like LVKMPTZZ,LVKMPFZ1,LVKMPFZ2 and LVKMPFZ3 in transaction SMOD
    Regards,
    Gaurav

  • Two ifs schemas on the same database?

    Can I use two different ifs schemas on the same oracle DB for two different IFS instances on two different machines? I don't want to run two databases due to memory issues, but I wanted to run two different ifs schemas (one for development/testing, and one for production). Are there any issues associated with this?

    I am not aware of any iFS-specific issues if you are running the database on a separate machine from your middle-tier iFS boxes.
    But you will have the standard problems of having one database for development and production (e.g. if you need to bring down the development database for any reason, you impact the production database, since they're the same).
    The only problem I can think of related to iFS is that you will be sharing one Context queue, so that if you have any documents loading in from your development environment which cause problems in the queue, your production iFS will suffer.

  • Can two datasources point to the same database?

    Can two unique datasource names point to the same MS Access Database?

    I got handed a directory of files to set up two coldfusion sites on a new server. What I have is two websites which both have a gallery page with identical contents, see Jembetat.com and SaharaAfricanGallery.com. In the the files I got in the Jembetat directory I have a single database "jembetat.mdb", in SahraAfricanGallery directory I have two databases "jembet.mdb" and "sahara.mdb" The Jembetat site refers to a dsn titled "Jembetat_accesscf_jembetat" pointing to the "jembetat.mdb"  and the sahara site to a dsn titled "sahara20049216_accesscf_jembetat". Interestingly enough I believe all three databases are identical. Currently I am pointing the jembetat dsn to the jembetat database in the sahara directory and the sahara dsn to the sahara database in the sahara directory. In my mind however if the client makes a change on one website then he would have to manually change it on the other unless I point poth dsn to the same directory.

  • Working with 2 DNN applications using the same database

    Hi,
    I have a client that needs 2 DNN web applications. I am hosting these on Azure. I have created the first one successfully and rather than create a second application and database, I was wondering if it is better to add the 2nd application as a child site
    of the first one. I know this is possible in the "Site Management" by adding a new site but how does it work for setting up the DNS.
    My first site would be set up as follows: myfirstsite.azurewebsites.net and I can set up the DNS to www.myfirstsite.com. If I add a second site as a child, then the url would be: myfirstsite.azurewebsites.net/mysecondsite. Could I then set up the DNS to
    point that url to www.mysecondsite.com? Would this be the way to do it or is it better to have 2 separate apps with 2 separate databases? I'm thinking in terms of hosting fees as well.
    Thanks
    rvenable

    Hello rob.venable,
    I understand that you would like to add your second DNN web application as a new site to the existing and would like to know how to setup the DNS.
    You will need to create a subdomain for your second application with reference to your exiting application and point the URL to the existing application.
    For eg, if you create a website with the CNAME
    www.mysite.net, you can create a sub domain to point out the new other application as
    www.mysite.net/subdomain
    You can refer to this link that will give you information on 'Mapping a custom subdomain to an Azure Website':
    http://blogs.msdn.com/b/waws/archive/2014/10/01/mapping-a-sub-domain-to-an-azure-web-site.aspx
    You can also refer to this link that will give you information on 'Mapping a custom naked domain to your Azure Website, a URL with no www':
    http://blogs.msdn.com/b/waws/archive/2014/10/01/mapping-a-naked-url-to-your-azure-web-site-url-with-no-www.aspx
    Mapping a custom domain to a Traffic Manager on Azure Websites
    http://blogs.msdn.com/b/waws/archive/2014/10/01/mapping-an-azure-web-site-custom-domain-to-a-traffic-manager-domain-name.aspx
    Mapping a custom domain with a special character to an Azure Website
    http://blogs.msdn.com/b/waws/archive/2014/10/01/mapping-a-custom-domain-with-a-special-character-to-an-azure-website.aspx
    Thanks,
    Syed Irfan Hussain

  • Two Web-tiers Sharing the same business layer - oc4j

    I am trying to produce a web application that effectively has two parts. The initial part is an administration system that is used for data entry, it is used within the intranet and must be hidden behind the firewall. The second part is a data search system that is accessible via the internet (i.e opened up through the firewall). Both these web apps should share the same data (one for add/edit of data and one for searching of data) My question is, how can two web applications share the same jar file (business layer - session and entity beans). Is it possible to setup the oc4j appserver to get the applications to us the same jar file?
    Also any ideas how I can hide one of the web applications from the public access, if I open up the port number on the firewall that the oc4j http server uses surely all of my web-apps will be visible via the internet.
    Not sure if this is the right forum for this kind of question as it is more of a design issue but any help would be most appreciated.

    Eddie/403640, you have probably solved your problem of sharing the same jar files. How did your solve it? As I see it, there is no problem at all.
    One way, the ordinary way, is to create an application with ejb modules and web modules. Your business layer are the ejb modules. Your web applications are the web modules. By default, all classes in a jar that is specified to be an ejb module in the application.xml of your application are visible to all your ejb modules and web modules; so are the libraries referenced by the Class-Path attribute in the META-INF/MANIFEST.MF of that ejb jar. If you have connector modules, all jars in the root directory of your .rar file will be available to all modules.
    In a word, the business layer is automatically shared by the web tiers in a j2ee application.

  • Collecting data from advantech-usb4704 with two different apps at the same time

    I wonder if I can access to Advantech-4704 with two different applications at the same time?
    I use this block in my vis.
    I have enough ports, but inputs are needed in completely different applications. Do I have to close one of them or can they run simultaneously?
    Thankyou!

    Dear gtu,
    as nathand said, usually it is not supported to access the same physical resource simultaneously from multiple programs. In case of DAQmx for instance, you will get an error message which says that the resource is already reserved. I suppose the same would happen with your driver, however it might be worth a try.
    One workaround could be however if you revise your applications and merge the codes if it is possible so that no concurent resource allocation takes place.
    Best Regards,
    Adam Cseh
    Applications/Systems Engineer
    National Instruments

  • How can i deploy two different versions of the same application on the same server??

    I have two different versions of an application. One is a released version. And another version under development. I need to port this version of the application to the same server. I'm using the same classes and packages(except for some new ones). Is it sufficient if i change the name of my ear(application name). Or should i change my code also.

    Hi
    You can repackage the new versions of ear,jar and war with different names. I hope that should work well.
    Cheers
    -pradeep

  • Two applications at the same time on M200?

    On the Amazon site (and other places I'm sure) it says about the M200:
    "With the optional Tablet Multi Dock station, you can plug in an external keyboard and monitor allowing you to run two different applications on separate screens at the same time."
    I've read through the documentation for both my M200 and the multidock and it doesn't seem to say how you do this. It seems odd when this is claimed to be a special thing you can do with the M200, that it doesn't say how you do it! Could someone enlighten me please?
    Many thanks

    Hi edspd
    I agree with Juan. Using tabletmultidock2 you can use many ports that are available there and all external devices can be connected on to docking station. There is also select bay drive. Like you know on every PC or notebook you can start a few different applications but using external monitor you can watch and control two of them at the same time using extended desktop option.
    Preinstalled TOSHIBA Mobile Extension tool allow you to adapt the right view on the external monitor. Before you can do this enable Display Change Service.
    Dear perplexed it is possible to manage it to work on the way that you want. I have saw it for a long time but I can not remember any more how it works. Please check all settings in Display Change Service tab (Mobile Extension) and under other tools (tablet settings and rotation utility).
    Bye

  • MacBook Pro Freezes while using more than two applications at the same time

    Over the last two weeks my MBP has been freezing every time i use two or more applications at the same time. For e.g. my whole system freezes from time to time when i use itunes and safari at the same time. This problem never existed before and has just started recently and is really annoying. What can i do to fix it?

    Rather than re-installing Safari have you tried simply "Resetting" it (head to "Reset safari" under the "Safari" menu). It is possible that something in your user folder that supports Safari is really the cause of the problem. Re-installing Safari won't deal with this, but re-setting it can.
    In fact the first thing you should try is simply choosing "Empty cache..". If your cache files are corrupted then this in itself could explain the behaviour.
    If you choose to do the Reset first try it with just "Empty cache" and "remove all website icons" selected. This will reduce the amount that you will "lose" in the process. (Cookies, history, etc). Add in additional options if the first attempt doesn't fix it.
    Cheers
    Rod

  • Can I install two different iPhoto applications on the same Mac?

    Can I install two different iPhoto applications on the same Mac?

    Please explain in more detail what you are wanting to do.
    Do you want to have two different versions of iPhoto, have two different Libraries or Share iPhoto with multiple users?
    Two different iPhoto versions (06 and 08, 08 and 09 for examples) is a problem and I say no because the older version can not use a Library that the newer version has modified. 
    For iPhoto support articles, see >  Apple - Support - Mac Apps - iPhoto
    To Share a Library with other users, see > iPhoto: Sharing libraries among multiple users
    To Move a Library, see > iPhoto '11: Move your iPhoto library to a new location

  • How do i sync two different ipads to the same computer, but maintain two seperate list of apps?

    How can I sync two seperate ipads to the same computer without the apps from one ipad being loaded on the other?

    Do this for each device. You can do this with all iTunes content as well. Apps, music, photos, books, movies - everything. You can have unique content on all of your devices.
    You may also want to turn off auto sync so that you do not have to wait for the iPad to sync and then go back and make these changes.
    Launch iTunes and go to Edit>Preferences>Devices - check the box at the bottom.... Prevent iPods, iPhones ....
    Then set up your sync preferences like this using Apps as the example.
    Connect the iPad to the computer and launch iTunes.
    Click on the iPad name on the left side under devices.
    Click on the Apps Tab on the right.
    Click on all of the apps that you want to sync to that iPad
    Click on the Sync Apps Heading.
    Click on Apply in the lower right corner of iTunes
    You may want to uncheck Automatically Sync New Apps under the Sync Apps list

  • I am trying to store music for two different iPods on the same computer, against two different Apple IDs. When I try and download content from the Cloud I get an error message?

    I am trying to store music for two different iPods on the same Windows 8 computer, and when I try and download content from the Cloud I get an error message. Is it possible to have two different Apple IDs on the same computer?

    Unfortunately you've discovered too late how important it is to maintain an up-to-date backup of your iTunes library (and all other data of value).  You could, before wiping the drive, have considered making use of a commercial data recovery service that could (albeit at considerable cost) have extracted your library from the hard disk, even if virus infected.
    In the absence of that option, you will need to restore the content of your library from its original sources:
    Depending on your location, you may be able to re-download any iTunes Store purchases that are still available on the Store
    Likewise, most digital purchases from Amazon (including auto-rip copies of purchased CDs) should be available from the Amazon Cloud and via the Amazon Music application - the same may be true of other commercial sources for digital downloads
    Content imported from your CDs will have to imported again
    The specific situation that you describe regarding the music imported from your friend's external HDD suggests that either the source is badly organized and/or originates from a source other than iTunes (other media players may use alternative tags for information like artist, title, album, etc. that are not wholly consistent with how iTunes handle these).  Without details of the issues you're seeing it is difficult to suggest a remedy other than going through the media album-by-album, track-by-track, and correcting the inconsistencies.
    In the absence of a backup or access to the original library data there is no option other than painstakingly recreating your library as described above.  As you do so, you'll now realize how important creating and maintaining backups are - in my case I have at all times three separate duplicates of my library, in two different locations, where none is ever more than a week old compared to the content of my master library.

Maybe you are looking for

  • How Can I Print A Unique Number on a Series of PDF documents?

    I have a weird question that I could not find an answer for via search previous questions. I essentaily have a PDF flyer that I want to print X copies of (where as X is a number, 50, 150, whateve amount I need at the moment). I want to have a unqiue

  • Laserjet pro mfp m127fw

    Ok....having a real issue: I am a tech trying to install this printer on a Windows 7 Home Premium Laptop (Dell Inspiron), 64 bit. 1) The printer is connected to the local home network...no problems 2) Via the IP address of the printer, I can access t

  • Oldest of Open items Overdue.

    Hi. in OVA8 customer has maintained "Oldest Open items ticked" Reaction "C" Status Blocked Ticked Days oldest items 180. so iam unable to create Delivery. Oldest open items are there for month 11.2009 in FBL5N but in credit & risk mgt, i have given 1

  • Any Oracle/Java/XML developers in Houston, TX interested in getting together ?

    I was just looking for some new collegues and friends. I am currenlty working in Houston, TX and I am interested in getting together with other professionals. If anyone is interested email me at [EMAIL][email protected][EMAIL] . Jason Long Enterprise

  • Database 11g upgrade - disable database vault option

    I am upgrading from Oracle 10.2.0.4 to 11g release 2 (Solaris 10) and I continue to get the following error: Database Vault option is enableed in Oracle Home: "/ora01/product/11.2.0/db_1". This option needs to be disabled prior to upgrade.I followed