Multiple init in COPA

HI !
I have account based COPA Datasource which pulls data for 5 controlling area of the same operating concern .
I can do 5 init with different selection on controlling area . But will the delta pull data for this 5 controlling area ?
I have tried to run a single init with these 5 controlling area and the load failed .
Moreover , if I do 5 different init then delta will be pulled from the last time stamp . In that case there is a possibility od data inconsistency.
Please suggest .
Should I have to create diiferent DS for different controlling area ?

HI,
    Init delta with five different selection condition if sucessful then delta for this five selection condition will get combined.
No issues will be in that.
Hope this helps for you
Thanks,
Arun

Similar Messages

  • Are multiple inits with different selection criteria possible for LO

    Extractor 2lis_02_itm?
    Thanks
    Reddy

    Hi
    we use the multiple init scenario whenever there are huge data volumes for initialization and just to get the set up tables filled up in case of LO extraction, with minimum downtime (as the downtime can take upto 2-3 days) so as not to affect the users and also risk losing data, we do multiple inits to reduce the downtime and get the set up tables filled up.
    Yes in your extractor you can but be careful the selection crieteria does not overlap
    Hope this helps
    Anand Raj

  • Multiple INITs

    Is it possible to do multiple INITs with differing selection critera in an InfoPackage?
    Ashmith Roy

    Hi Ashmith,
    Yes, it is possible to do more than one init, provided you are using non-overlapping selection criteria. Take a look at this link for more info:
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a65dce07211d2acb80000e829fbfe/content.htm
    Hope this helps...

  • Preventing Multiple Init problem

    Hello,
    This is something I should already now, but I have myself stumped.
    I have a servlet that has some static instance variables to some singleton objects, and some Strings and some other objects, which get initialized in the init() method when my servlet gets loaded. When another instance of my servlet is created, I don't want it to re-initialize those objects. For most of them it would be okay, but there are a few that would cause problems. So, I was wondering what would be a good way to ensure that a servlet only initialized certain instance variables once, and any future servlet instances would skip that initialization and use the values that were already initialized by the first instance? I wrote the following test program:
    public class TestBool
         static boolean testBool;
         static String testString;
         public static void main(String[] args)
              Thread main = Thread.currentThread();
              System.out.println( (testString == null ? "true":"false") );
              testString = "no";
              try
                   main.sleep(30000);
              catch(Exception e)
                   e.printStackTrace();
    }I then ran it once, then ran another instance of it, but the second instance seems to reset that testString to null when it runs, so they both output "true"... I am also assuming that both instances I ran were running in the same JVM. So, I am assuming the same thing may happen to my servlets. Any advice and/or expertise would be greatly appreciated! Thanks!

    I am using a multi-threaded servlet, but from my
    understanding, it is still possible to end up with
    more than one instance of a multi-threaded servlet if
    there is enough load on the server that it needs to
    create another instance to serve all the requests.
    (Let me know if that is incorrect).According to the servlet spec, the container must use only one instance of a multi-threaded servlet class. Load does not impact this because the server can create more threads - another instance would not help. However, it's probably safer to code defensively because it's possible that your servlet could be changed later to a single thread servlet and who knows if all servlet engines follow the spec.
    I guess
    my real question is, when it goes to create another
    instance... will the static declarations reset the
    references to null, or should I be able to check if
    fooString is null and skip initialization if it is not
    null?The static declarations are initialized when the class is loaded, so object creation has no impact. To be super-safe, you should synchronize the code that initializes the variables. In my previous post I synchronized on the object but it should have been on the class.
    public void init(ServletConfig config) throws ServletException {
          if (fooString == null) {
                synchronized (FooServlet.class)
                    if (fooString == null) {
                        fooSingleton= SingletonClass.getInstance();
                        fooString = config.getInitParameter("fooValue");
    }All of this is probably more safety than you need! There should be only one instance of the servlet, and this code handles multiple instances being created concurrently. As long as the app is not distributable across multiple JVMs, then you should be ok.

  • Multiple Init Requests

    Hello Experts
    I have a scenario where i have to load data into two different targets with one infosource.
    I am loading the data into cube A (Init and Delta from the past one month) Now i have the requirement where i hve to load the data into the different Target with the same infosource.
    But i couldnt able to do the Second Init for the second data target. How can i achieve this. i created the new infopackage but still i cant do that. any help is really appreciated
    regards
    Srikanth

    Hello Everyone
    Thanks for everyone for giving informative replies. I am loading the data into two different targets with one infosource. we have some different routines for both the cubes in update rules. So we require different data in two different targets. As suggested in the discussion, i can delete the init request and do it again for second target but if i do that how can i do the delta for first target.
    In case if i delete the init request and do the init update for the <b>second target</b>, then when i want to do the delta for the <b>first target</b> will i face any problem.
    Regards
    Srikanth

  • Multiple Init Delta

    Hai friends,
    I have a requirement where data from a infocube needs to be staged into 2 different ODS. Now the flow is such that the data from infocube should be first staged to ODS1(A part of data in the infocube) and then data from Infocube should be staged to ODS2(This data is different from what is updated in ODS1) and in its update rules am referring to the data in ODS1.
    Now if i do a full upload its working fine.
    How do i initliaze the delta ?
    If i create 2 infopackages with data targets in one as ODS 1 and in other as ODS2 and initialize the delta, in the delta infopackage it takes the latest init selections.
    Hope my requirement is clear.
    Kindly suggest what i can do ?
    Regards,
    Neha Solanki

    You want to do load to ODSs based on condition right.This you can achieve in routine.
    Now you want to look up ODS1, but for what ??? You would have got the entire data in that datapackage itself.You can access this data while loading itself.
    Why bother lookup the data same data after loading.
    If your requirement is still the same then you can try the below :
    If you want delta I dont think so that can be done.
    You can may be think of full load to one of the ODS from which you need to look up if no. of records is less and do delta to the other one.In this case you need to do init to only one of the ODS.
    Hope this helps.

  • Installing and/or networking multiple single user copies of PSE

    I run pse7 on a single machine using xp home. I bought it as a download and do not have a physical copy of the source program. I have now bought a second machine and would like to install pse7 on it using windows 7 home. I have several questions:
    1. How do install pse7 on the new machine?
    2. How do I copy my present catalog to the new machine?
    3. Can the catalog be treated as a shared resource so I can add/delete/edit files from either machine?

    Hi,
    Is there only a single user encounter this issue?
    If only a single user has this issue, try to move the mailbox to another database and check the result.
    Thanks.
    Niko Cheng
    TechNet Community Support

  • Multiple copies of bookmark folders appear with different contents in each one; I'm trying to sync bookmarks on 3 computers

    That's pretty much it: I have a lot of bookmark folders, and when I tried to replace xmarks with sync, and began to sync additional computers, multiple non-identical copies of the bookmark folders began to appear; it would seem that 3 of each appeared, but they were not all the same, as if some bookmarks within folders were distributed across multiple identically named folders. What's up?

    That's pretty much it: I have a lot of bookmark folders, and when I tried to replace xmarks with sync, and began to sync additional computers, multiple non-identical copies of the bookmark folders began to appear; it would seem that 3 of each appeared, but they were not all the same, as if some bookmarks within folders were distributed across multiple identically named folders. What's up?

  • Duplex printing of multiple copies of single page

    I really like that the settings for printing are retained so you can leave it set to duplex rather than having to select it each time. Although I do get caught with not resetting the number of copies on occasion. I do a lot of printing and like to conserve paper.
    The problem is when duplex is set and I print multiple copies of a single page, it prints on both sides of the paper. When printing two copies I get one page printed on two sides instead of two pages printed on one side.
    I know the easy answer is reset the duplex setting. But it should print correctly regardless. Has anyone had this problem and found how to deal with it other than resetting duplex?

    If these settings are in the printer driver (which they most likely are) then you'd have to contact the driver manufacturer. Perhaps there are multiple "double-sided" settings. For instance, if there is "duplex" as one option and "two-sided" as another option in the driver, then perhaps one indicates all copies will be printed double-sided even on the same page (as you're experiencing), whereas the other would print multiple two-sided copies. This, however, is very driver-dependent behavior. I'd recommend checking to see if there's an update available for your printer driver that might either clear the problem or provide a clearer option setting for the print jobs.

  • How do I get a servlet configured with init parameters

    When I try to add a set of <init-param> parameters to a servlet it seems
              like the weblogic server is trying to load it as a bean, which since its not
              a bean it can't do. I get the following error trace when I start the
              server:
              C:\bea\wlserver6.0sp1>set
              PATH=.\bin;C:\orant\bin;C:\WINNT\system32;C:\WINNT;C:\
              WINNT\System32\Wbem;C:\MSSQL7\BINN;C:\Program Files\Microsoft Visual
              Studio\Comm
              on\Tools\WinNT;C:\Program Files\Microsoft Visual
              Studio\Common\MSDev98\Bin;C:\Pr
              ogram Files\Microsoft Visual Studio\Common\Tools;C:\Program Files\Microsoft
              Visu
              al Studio\VC98\bin;"C:\Program
              Files\Mts";C:\PROGRA~1\NETWOR~1\PGP;C:\MSSQL7\BIN
              N;C:\jdk1.2.2\bin;
              weblogic.xml.dom.ChildCountException
              at weblogic.xml.dom.DOMUtils.getElementByTagName(DOMUtils.java:147)
              at weblogic.xml.dom.DOMUtils.getValueByTagName(DOMUtils.java:128)
              at
              weblogic.servlet.internal.dd.ParameterDescriptor.<init>(ParameterDesc
              riptor.java:45)
              at
              weblogic.servlet.internal.dd.ServletDescriptor.<init>(ServletDescript
              or.java:79)
              at
              weblogic.servlet.internal.dd.WebAppDescriptor.<init>(WebAppDescriptor
              .java:171)
              at
              weblogic.servlet.internal.dd.DescriptorLoader.initialize(DescriptorLo
              ader.java:288)
              at
              weblogic.servlet.internal.dd.DescriptorLoader.<init>(DescriptorLoader
              .java:230)
              at
              weblogic.servlet.internal.HttpServer.loadWARContext(HttpServer.java:4
              73)
              at
              weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:421)
              at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
              at weblogic.j2ee.Application.addComponent(Application.java:126)
              at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:115)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
              oymentTarget.java:283)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
              oymentTarget.java:109)
              at
              weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServe
              r.java:76)
              at java.lang.reflect.Method.invoke(Native Method)
              at
              weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
              eanImpl.java:562)
              at
              weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
              .java:548)
              at
              weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
              ionMBeanImpl.java:285)
              at
              com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              55)
              at
              com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              23)
              at
              weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
              at
              weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
              at $Proxy27.addWebDeployment(Unknown Source)
              at
              weblogic.management.configuration.WebServerMBean_CachingStub.addWebDe
              ployment(WebServerMBean_CachingStub.java:985)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
              oymentTarget.java:269)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
              loymentTarget.java:233)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
              ments(DeploymentTarget.java:194)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
              DeploymentTarget.java:158)
              at java.lang.reflect.Method.invoke(Native Method)
              at
              weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
              eanImpl.java:562)
              at
              weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
              .java:548)
              at
              weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
              ionMBeanImpl.java:285)
              at
              com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              55)
              at
              com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              23)
              at
              weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
              at
              weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
              at $Proxy26.updateDeployments(Unknown Source)
              at
              weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
              yments(ServerMBean_CachingStub.java:2299)
              at
              weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
              er(ApplicationManager.java:240)
              at
              weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
              nManager.java:122)
              at java.lang.reflect.Method.invoke(Native Method)
              at
              weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
              eanImpl.java:562)
              at
              weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
              .java:548)
              at
              weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
              ionMBeanImpl.java:285)
              at
              com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              55)
              at
              com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              23)
              at
              weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
              at
              weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
              at $Proxy19.start(Unknown Source)
              at
              weblogic.management.configuration.ApplicationManagerMBean_CachingStub
              .start(ApplicationManagerMBean_CachingStub.java:435)
              at
              weblogic.management.Admin.startApplicationManager(Admin.java:1030)
              at weblogic.management.Admin.finish(Admin.java:491)
              at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:429)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:170)
              at weblogic.Server.main(Server.java:35)
              >
              <Apr 3, 2001 3:42:32 PM EDT> <Notice> <WebLogicServer> <WebLogic Server
              started>
              <Apr 3, 2001 3:42:32 PM EDT> <Notice> <WebLogicServer> <ListenThread
              listening o
              n port 7001>
              <Apr 3, 2001 3:42:32 PM EDT> <Notice> <WebLogicServer> <SSLListenThread
              listenin
              g on port 7002>
              <Apr 3, 2001 3:42:38 PM EDT> <Error> <HTTP> <HttpServer(1112581,null default
              ctx
              ,ajrserver) found no context for "GET /CommonOpinionAdmin2?verifyinstall=
              HTTP/1
              .1". This should not happen unless the default context failed to deploy.>
              The distribution file is not a WAR file, but a JAR file. I need to to just
              do what it does if I don't specify any init-param's which is to pass them
              when the servlet does get loaded, or load it as a servlet from a jar file
              instead of a bean.
              How do I configure weblogics to run my servlet with init parameters.
              Thank You,
              Anthony Rizzolo
              

    I'll answer my own problem. It turns out that you can't put multiple
              <param-name> and <param-value> pairs within a single <init-param>. I
              assumed that you could since none of the examples had more than one
              parameter I didn't realize that you had to specify multiple <init-param>
              tags if you had multiple parameters.
              Anthony Rizzolo
              "Anthony Rizzolo" <[email protected]> wrote in message
              news:[email protected]...
              > When I try to add a set of <init-param> parameters to a servlet it seems
              > like the weblogic server is trying to load it as a bean, which since its
              not
              > a bean it can't do. I get the following error trace when I start the
              > server:
              >
              > C:\bea\wlserver6.0sp1>set
              > PATH=.\bin;C:\orant\bin;C:\WINNT\system32;C:\WINNT;C:\
              > WINNT\System32\Wbem;C:\MSSQL7\BINN;C:\Program Files\Microsoft Visual
              > Studio\Comm
              > on\Tools\WinNT;C:\Program Files\Microsoft Visual
              > Studio\Common\MSDev98\Bin;C:\Pr
              > ogram Files\Microsoft Visual Studio\Common\Tools;C:\Program
              Files\Microsoft
              > Visu
              > al Studio\VC98\bin;"C:\Program
              > Files\Mts";C:\PROGRA~1\NETWOR~1\PGP;C:\MSSQL7\BIN
              > N;C:\jdk1.2.2\bin;
              >
              > weblogic.xml.dom.ChildCountException
              > at
              weblogic.xml.dom.DOMUtils.getElementByTagName(DOMUtils.java:147)
              > at weblogic.xml.dom.DOMUtils.getValueByTagName(DOMUtils.java:128)
              > at
              > weblogic.servlet.internal.dd.ParameterDescriptor.<init>(ParameterDesc
              > riptor.java:45)
              > at
              > weblogic.servlet.internal.dd.ServletDescriptor.<init>(ServletDescript
              > or.java:79)
              > at
              > weblogic.servlet.internal.dd.WebAppDescriptor.<init>(WebAppDescriptor
              > .java:171)
              > at
              > weblogic.servlet.internal.dd.DescriptorLoader.initialize(DescriptorLo
              > ader.java:288)
              > at
              > weblogic.servlet.internal.dd.DescriptorLoader.<init>(DescriptorLoader
              > .java:230)
              > at
              > weblogic.servlet.internal.HttpServer.loadWARContext(HttpServer.java:4
              > 73)
              > at
              > weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:421)
              > at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
              > at weblogic.j2ee.Application.addComponent(Application.java:126)
              > at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:115)
              > at
              > weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
              > oymentTarget.java:283)
              > at
              > weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
              > oymentTarget.java:109)
              > at
              > weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServe
              > r.java:76)
              > at java.lang.reflect.Method.invoke(Native Method)
              > at
              > weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
              > eanImpl.java:562)
              > at
              > weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
              > .java:548)
              > at
              > weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
              > ionMBeanImpl.java:285)
              > at
              > com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              > 55)
              > at
              > com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              > 23)
              > at
              > weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
              > at
              > weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
              > at $Proxy27.addWebDeployment(Unknown Source)
              > at
              > weblogic.management.configuration.WebServerMBean_CachingStub.addWebDe
              > ployment(WebServerMBean_CachingStub.java:985)
              > at
              > weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
              > oymentTarget.java:269)
              > at
              > weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
              > loymentTarget.java:233)
              > at
              > weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
              > ments(DeploymentTarget.java:194)
              > at
              > weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
              > DeploymentTarget.java:158)
              > at java.lang.reflect.Method.invoke(Native Method)
              > at
              > weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
              > eanImpl.java:562)
              > at
              > weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
              > .java:548)
              > at
              > weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
              > ionMBeanImpl.java:285)
              > at
              > com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              > 55)
              > at
              > com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              > 23)
              > at
              > weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
              > at
              > weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
              > at $Proxy26.updateDeployments(Unknown Source)
              > at
              > weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
              > yments(ServerMBean_CachingStub.java:2299)
              > at
              > weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
              > er(ApplicationManager.java:240)
              > at
              > weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
              > nManager.java:122)
              > at java.lang.reflect.Method.invoke(Native Method)
              > at
              > weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
              > eanImpl.java:562)
              > at
              > weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
              > .java:548)
              > at
              > weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
              > ionMBeanImpl.java:285)
              > at
              > com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              > 55)
              > at
              > com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              > 23)
              > at
              > weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
              > at
              > weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
              > at $Proxy19.start(Unknown Source)
              > at
              > weblogic.management.configuration.ApplicationManagerMBean_CachingStub
              > .start(ApplicationManagerMBean_CachingStub.java:435)
              > at
              > weblogic.management.Admin.startApplicationManager(Admin.java:1030)
              > at weblogic.management.Admin.finish(Admin.java:491)
              > at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:429)
              > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:170)
              > at weblogic.Server.main(Server.java:35)
              > >
              > <Apr 3, 2001 3:42:32 PM EDT> <Notice> <WebLogicServer> <WebLogic Server
              > started>
              >
              > <Apr 3, 2001 3:42:32 PM EDT> <Notice> <WebLogicServer> <ListenThread
              > listening o
              > n port 7001>
              > <Apr 3, 2001 3:42:32 PM EDT> <Notice> <WebLogicServer> <SSLListenThread
              > listenin
              > g on port 7002>
              > <Apr 3, 2001 3:42:38 PM EDT> <Error> <HTTP> <HttpServer(1112581,null
              default
              > ctx
              > ,ajrserver) found no context for "GET /CommonOpinionAdmin2?verifyinstall=
              > HTTP/1
              > .1". This should not happen unless the default context failed to deploy.>
              >
              > The distribution file is not a WAR file, but a JAR file. I need to to
              just
              > do what it does if I don't specify any init-param's which is to pass them
              > when the servlet does get loaded, or load it as a servlet from a jar file
              > instead of a bean.
              >
              > How do I configure weblogics to run my servlet with init parameters.
              >
              > Thank You,
              > Anthony Rizzolo
              >
              >
              

  • Best way to configure iTunes on network server for multiple macs

    Hi all
    Currently have a Mac Mini (late 2006 Tiger) running iTunes library on my QNAPTS239pro Network attached storage. It works great.
    On Monday I am getting a new iMac and MacBook Pro (i.e. with Snow Leopard).
    What is the best way for iTunes to be configured from each Mac to use the same library on the NAS?
    Ideally, I want to add music from any of the macs (usually from CD not the store) and have a single library updated on the NAS. I don't want multiple sync'd copies - that's a back up night mare.
    Any thought appreciated.
    Kind regards
    Andrew

    it's a rather old article but click here for one possible setup scenario.
    JGG

  • COPA initialisation while users are working on OLAP system (SAP R3)

    Hi,
    I would like to execute a delta initialisation, for COPA flow, while the users are working on SAP R3 (during the day) and I would like to know if it is possible.
    thks.

    Hi
    It is possible to run a init for COPA datasource, but you might impact the performance on the R/3 side which of-course depends on volumes
    Regards

  • Inventory Init Problem

    Hello
          I have some problem for Init request,there is very much data while data schedule in BI side.and i have only 3 to 4 hours to take init and data fill from setup table to bi(Schedule).so what i do.kindly provide solution for that problem

    Hi,
           Generally, you need to parallelize your init ranges first in R/3.   You can follow the same in BW Infopackages by doing multiple init with different ranges, so that the jobs can parallely run.  There is one more scenario wherein you can do Init without data transfer in BW (given that you have done your Init with some ranges in R/3 Side to fill setup tables) and continue your deltas.  Then perform your full loads with some ranges to run in parallel when there is smaller load on servers.  Finally do the repair full request and continue your deltas.  Hope it should provide you some answers of minimizing your down time.
    Thanks
    Kishore

  • Multiple initialization

    Hi all,
    i had a query regarding the multiple initialization as i know that this is use to improve the performance. for ex: if der is 5 year of data v can init by year wise n inprove the loading performance. i want to know whether v can perform multi init to the flat files also n what r the steps to follow while perfroming the process.
    Thanks & Regards
    KK

    Hi,
       You can do that. if you have  a huge data then you can do multiple init with different selections, keep your file in App.server to improve  load performance.
    Regards
    Sankar

  • Init to deltas

    hello,
    Suppose i have inits scheduled for 01.01.2004 to 12.07.2005(doc.date) for purchasing datasources.
    When the inits are successful(after the setup run in r/3 with no selection condition). i will schedule delta on a daily basis.
    Will this delta also pull in records for dates from 12.07.2005 onwards?
    What do i need to do to include data till current date when the delta's are running fine with above selections?(both on r/3 & bw side?)
    Can someone give a detail procedure for the same.
    regards,

    "In case if i have done inits using doc date range(till 12.07.05), and then have scheduled delta on daily basis,
    this delta will pull all the records which have changed in the specified range( in the init) and also the new records from 12.07?"
    <i>Will upload only the changed data(data lying in the spcefied date range) and no new data</i>
    "also if i need to track changes done to these new records(after 12.07) in future, what exactly i need to do?"
    <i>What exactly you want to trace?</i>
    "Do i need to again schedule inits?, but then with what range? i don't want to repeat the data already in the cube!!"
    <i>Aby you cannt have multiple init load in a single data target. So i would suggest you to do inti load with out spciefying any date range. That will do init upload till date and then delta upload will continue uploading changed data and as well as new records of any date.</i>
    Rohini

Maybe you are looking for

  • Hierachy in OBIEE 11g

    Hi, I want to know if there is a peculiar features in OBIEE 11g. Is it possibile to load all levels of a hierarchy in cache when I start a report or an analysis? Because I need to drill inside a hierarchy but each time OBIEE makes again the physical

  • Problems with lighting in After Effects CC using Mavericks

    I recently upgraded to Mavericks this week and installed the Adobe patch so that AE CC will work properly. I am having issues in a comp where I have an ambient light placed in the comp with no keyframes throughout the comp. As I scrub through the tim

  • Spry select list code to wire it to html data table SET column?

    I am making a page based on Figure 15-14, Pg 878, in David Power's book, "Dw CS4 with CSS, Ajax and PHP. I have two separate html data tables hidden in the page, one for the specialties drop down select list and the other for the teachers master/deta

  • BPM in red status in RWB--Very urgent

    Hi all, I did post installation for PI and its successfully working. In run time workbench everything in green status except the business process engine.It indicates red color.Is there any configuration should we need to do? Please tell if there is a

  • How to Test AIR 1.5

    Sorry if this seems slightly off center, but I blame Adobe, not myself. Trying to determine the true status and positioning of AIR amongst the various Flex forums and projects for an outsider is practically impossible. So, I will be brief. In Septemb