Only one PI per server object!

As the result of a SR for a problem we were having, it appears that oracle lite does not support more than one publication item being created even in different applications/publications for the same server table/view
10.2 only objects if you try to create the PIs in the same application, but in some cases it does seem to cause problems internally depending on the order things are done in. In 10.3 it will prevent you creating the second PI
Our problem is in relation to progressively replacing one application with another having identical content, but using queue based items rather than fast refresh, and so need to have both running at the same time, but using the same table names on the client so the software works for both, and there are some work arounds in 10.2 i can use to hide any symptoms.
I however see this as a potential limitation for the future (generic ref data tables needed in a number of apps is the obvious one). Does not seem to be documented, has anyone else heard about this?
NOTE allowing multiple PIs in different apps based on the same server object has been put in as an ER
Edited by: GaryW on Dec 19, 2008 12:55 PM

Hi Richard,
Each object type requires its own class.  You can compile as many class into one dll, though.

Similar Messages

  • Can see only one photo per page. How to revert to multiple images per page?

    First noticed on my iMac and now on my Macbook (10.4.9)--I'm no longer seeing a month's worth of photos on a single page. Only one photo per page, sometimes with miniature ones in the top border. I thought it was simply an inadvertent click on by part and easily corrected. But all attempts on both computers and reading of Help index haven't led to restoration of an entire page of photos and elimination of the annoyance. I'm wondering now if something I downloaded might have altered iPhoto program itself, making it impossible to view large numbers of photos at the same time. Any suggestions appreciated.
    Cap

    Cap,
    This view, with the one photo big and the thumbnail strip across the top, is what happens when you double-click a photo with "Edit in: Main Window" set in the Preferences. There should be a button visible that says either Done or Return, to exit edit mode and return you to the library. If you still see only one photo, use the size slider in the lower right corner to reduce the photo size and get more thumbnails on the page.
    If, for some reason, you can't exit the edit mode, you may have a corrupt preference file. Quit iPhoto. Use the Finder to navigate to Macintosh HD/ Users/ (your user name)/ Library/ Preferences/ com.apple.iPhoto.plist and move that file to the Trash. Launch iPhoto, and you should be returned to the main viewing mode. You'll have to go in the Preferences and reset them to your liking.
    Regards.

  • HT1386 Error message says only one library per device. My previous computer crashed and now I want to sync with new computer. How do I overcome the error message?

    Error message says only one library per device. My previous computer crashed and now I want to sync with new computer. How do I overcome the error message?

    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities

  • Can I switch between Illustrator and Photoshop? (I am subscribing to only one product per month)

    Can I switch between Illustrator and Photoshop? (I am subscribing to only one product per month)

    Absolutely. Just change the sim card and the APN details in the settings. You can do this either manually if you know them or just sync with iTunes after changing the sim and the details will sync. Once you have done it once for each network the device seems to remember the details.

  • I write a mail and send it but when there is only one word per line. What do I wrong?

    I write many word per line but when I send it will turn to be only one word per line

    Did you check the HTML code of that message to see if tags like "span" or "p" or "div" were added or other CSS code to limit the width?

  • Filtered the data to get only one data per day

    Hi,
    From the excel file below I have Power (from Hg Lamp) vs date.
    I would like to filtered the data to have only one data per day. So when there are many data for one day, I want the data with Max Power (and delete the others).
    In the test vi below I filtered data by compared the data 1 by 1. So I reduced the number of data but I still have date with many data.
    I would like to count the number of data per days and keep the data with max power, but I don't know how to do it.
    If you have any ideas...
    Thanks
    Geof
    Attachments:
    Test.xls ‏227 KB
    Test.vi ‏48 KB

    I did it
    Thanks
    Attachments:
    Test.vi ‏48 KB

  • ISV embedding database with one instance per server limitation

    Hi All,
    As an ISV, it would be nice for Oracle to provide a better embedding solution than a silent install then having to script the creation of, or restore the database. Not because it's too complicated for an ISV to script, but purely for speed reasons. It's much faster to copy pre-loaded data files onto a machine than to create empty data files, load the data in, perform an analyze and any other scripts on the database. Dems just my thoughts.
    However, my real issue is regarding the 'one instance per server' install limitation. As an ISV, if I choose to embed Oracle XE in my application - how can I 'guarantee' that my product can be installed on any given server. Picture this:
    - We submit a proposal/ tender for a license to our software.
    - Client, in conjunction with their IT dept adds internal costs, identifying servers that will run on, responsibilities, project plans (the whole works) etc.
    - Client gets signoff from their management and pays for license.
    - Client goes to install our software using Oracle XE just to find that another ISV has their software with Oracle XE embedded installed on the server.
    - Client either has to find/ buy another server, or we lose the license. Either way, client is unhappy.
    Am I missing something here? Is anyone else anticipating this problem?
    Brad

    Hi Florin,
    Thanks for the response.. a good suggestion and our schema would be < 1GB so size would hopefully not be a problem. However, as soon as we plug into another appliation's Oracle XE implementation - we've potentially lost control of the database and it loses it's "embedded" nature. Probably not a huge problem if it's an application independant implementation of Oracle XE by an IT person, but if it's another ISVs embedded database - the dramas could start.
    We effectively put our user's database within the control of another application who may not have considered the possibility of our data residing there. eg. They could do a 'drop-all' and we lose our database. Or tune the database right down and our application suffers. Or the user uninstalls that application and it decides to automatically remove Oracle XE (after all, that ISV thought it was an embedded application, right?). Do you see the potential issues?
    Perhaps Oracle XE isn't as attractive for ISVs as first thought... I guess at the heart of the issue is the fact that Oracle XE isn't really an embedded database. It's just a database you can [silently] install with your application and then becomes a general db on the machine.

  • Only one pushdown per DF in BODI 11.7?

    We have a pretty complex ETL process with dozens of DFs that are liberally sprinkled with data_transfer transforms, added by the original developers with the intent of getting SQL to push down to the SQL Server 2005 where the data is stored. According to "display optimized SQL", it appears that most of them are not pushing down. In fact, I built a very simple DF based on sys.objects and sys.columns with one-column query transforms going to data_transfers then to another query transform that combines the two forks by selecting one of the columns that is then pushed to the target table. If I delete either one of the forks the other pushes down with an INSERT a SELECT b FROM c format, but when I have both forks in the DF, only one or the other will push down.
    It seems like there is some kind of configuration parameter that is limiting pushdown functionality but I can't figure out what it is. I've read up on things that prevent push-downs, messed with different configs trying to see if anything made a difference, and finally created an ultra-simple DF to demonstrate the problem. I'm out of ideas, and this is killing our performance- our big ETL process is running in 10 hours every day, but if we fixed this it might run in a third of the time.
    Thanks for your help.

    Odd. I have no problems viewing all the tracks on an album, whether I'm viewing by album or by artist. And I can't seem to force a situation where I get only a subset and a "next" button. What Mac model are you running, and what screen resolution?
    Regards.

  • Best way to have only one  instance of an object in web application.

    Hello,
    I defined a class that provides services to my web application: subscribes user, check if user already subscrubed etc. The objects don't need to save any session information. So it is like a Stateless Session Bean (from what I've read about Session beans).
    The webapp is small and I don't want to use EJBs.
    What would be the best way to have one instance of the above class in my webapp ?
    Would making the class static be a good method ? Using a factory ?
    Is there a way to put in web.xml something that asks the container to instantiate an object that is not a servlet and place it in Application scope, so that I cann retrieve it whenever required in my app ?
    Other suggestions ?
    Thank you,
    Vlad.

    Hi
    The best way to have only one instance is use the singleton pattern. The idea is : the class has a private
    contructor, a public static method that returns an instance of this object and a static member that is false if not any instance and true if there si an instance.
    To obtain one instance you can do some like
    MyObject ob=MyObject.getIntance();
    this method inspect the static member and returns null if true. If false set to true and return the object
    via the private constructor.
    You can lear more at book of Gramma .... (gang of four)
    Hope this helps

  • Permit only one access per user on guest portal Cisco ISE

    Hi,
    Could you please help me to figure it out if it´s possible to create a guest account on cisco ISE which permit only one concurrent access?
    We don't want to have multiple devices registering with the same account, just one different account for each device.
    Thanks,

    Hi Gino,
    You  can restrict guests to having only one device connected to the network  at a time. When guests attempt to connect with a second device, the  currently-connected device is automatically disconnected from the  network.
    This is a global setting affecting all Guest portals.
    Step 1 Choose Administration > Web Portal Management > Settings > Guest > Portal Policy.
    Step 2 Check the Allow only one guest session per user option.
    Step 3 Click Save.

  • Only one account per mac

    Originally, i'd used my intel macmini with my music match login and everything worked fine.
    Then i created a new user for my wife and her different music match login on the macmini.
    Finally, I have tried to setup my 2011, 15" MacPro laptop to be my main mac with my music match but it refuses to scan new music rips on this laptop.
    When I changed the macmini to my wife's different music match account, I'd gotten some weird dialog saysing something like, You can only use one computer for your main music match and if you change you will not be able to use it for 90 days. This didn't make sense, then but now it does!
    How can I fix this? We have paid for two different accounts but only one (my wife's) now accepts any non-iTunes store music!
    I still have my thousand CDs if I have to re-rip all of my music but obviously, I don't want to if I don't have to.
    Am I SOL because I gave her my old MacMini???
    Is there some way I can deactivate MY account on her MacMini WITHOUT deactivating her account on that mac, as well? I don't want to make things worse!
    Do I have to delete the thousand album CDs and re-rip all of it, again?
    Somebody, please help!!!
    This is a real problem for our Family Pack MobileMe to iCloud transition! It just doesn't seem to work!

    joeatch2,
    Sync the iTunes Store content from your work machine to your iPod or iPhone.
    Authorize the home machine for your account. Connect the iPod or iPhone and go to the File menu and choose "Transfer purchases from "iPod or iPhone's name""
    Sync the home content to the iPod or iPhone.
    Authorize the work computer for the home account. Connect the iPod or iPhone and go to the File menu and choose "Transfer purchases from "iPod or iPhone's name""
    Hope this helps,
    Nathan C.

  • Only One PO per RFQ

    Hi Experts,
    In our process, all the PO's are created with reference to a RFQ. Can anyone have an idea on how to restrict the PO creation in the way that only ONE purchase order can be created by RFQ, meaning that after one PO is created with ferecente to RFQ #1, a second PO should not be able to be created with reference to the sane RFQ #1
    Is there any system messages or config that can be done?
    Regards.
    Joules

    You cannot restrict this, this is standard system behavior, there is no customizing setting in spro for this or a message type.
    You can consult ABAP consultant if there is any BADI or exit to control this function.

  • Message KI249 assign only one true cost account object

    Hi SAP gurus,
    I am trying to create a sales order by assigning an internal order for which revenue posting (cost element category 11) is allowed (revenue posting box checked). But system only is picking up profit center assigned to internal order and not treating internal order as real account assignment. If I enter internal order system gives me an error "message no KI249 enter only one true account assignment"
    I was able to post FB50 with the same revenue cost element to the same internal order.
    Can you please help me with this.
    James.

    Hi,
    Actually after some more research we determined that if we enter plant to the revenue items which are entered in the contract we are not able to enter order to which revenue should be booked. But we if remove plant we can enter the order and revenue is booked to real internal order.
    But we need to enter plant becuase tax cannot be calculated if don't enter plant.
    so what is the relationship between plant and internal order in this case? Why am I not able to enter order if I enter plant. system .
    gives an error "enter only one true account assignment" I don't get this error if I don't enter plant.
    Thanks,
    Ravi.

  • Make a PDF so it's contents are just one image (i.e. only one image per page)

    Hello,
    I am trying to put a watermark on a pdf and make sure that it can only be removed by actually having to photoshop it out.
    I Have gotten as far as to where the watermark is an object on the page (see attached picture).  However if someone really wanted to they could go into the contents bar and delete the xobject.  I want to somehow merge the two x-objects together so if you delete it the whole page is gone.
    The only way I've figured how to do this is by saving all the pages as jpegs and then re combining them.  It works, but it creates a huge file.  I would really like to be able to do something simpler preferably using the action wizard.
    Does any one have any recommendations?  It seems like there has to be a way to make a watermark extremely hard to remove.
    Thanks

    Why not encrypt the file with a password to prevent it from being edited?
    If you want the file to be composed of images, what you're doing is the
    right thing, but maybe it can be automated a bit better.

  • Is it possible to have only one line per item in InfoView document list?

    Hi,
    my customer is complaining about InfoView (Document list) wasting too much screen estate. For each list item (report, folder etc.) InfoView displays two lines, one for the name and one for the description. Is it possible to configure InfoView to display one line only, leaving out the description?
    Regards
    Joern

    Hi Joern,
    You can set the user preferences  to not display the description in the section: Document List Display
    Regards,
    Julian

Maybe you are looking for