OBIEE 10.3.1.4.1 new import dw

Hello everybody
I am Joseph :
I have obiee 10.3.4.1 installed and i have imported some data in it for a demo
Now i want to truncate all these data and import new data from another customer,
it's been a while i have done this and i would like to know if it is possible ?
like if i was doing a new install with fresh data
just have the data and repository from the new company ?
thanks in advance !!!

Ok
thank you very much for your answers
My question can be view like : How to new full etl load for new oltp source ?
(Robin harris) here is more details :
Are you keeping the same repository? Are you putting in a different RPD file?
Actually i don't really know what would be better or what is possible ? I want a new demo for a new company with there own data. Don't want to re-install everything,This is the goal
Seems to be a good idea to have a new RPD (does this mean i will have data of both companies ?)
i have my databases like this:
dacdb DataWareHouse Administration Console Repository
domconfdb Domain configuration database (Informatica)
infrepdb Informatica Repository
obawdb Oracle Business Analytics Warehosue (DW)
Actually i think i must
1 Truncate everything in obawdb (old dw data demo for old customer)
2 Reconfigure connection to the new customer database (OLTP source - Transactional source) (in Informatica ? DAC ? and OBIEE Administration tool ?)
for the new full load ETL --> If someone can enumerate the steps ?
Is it all i need to do to set up my new demo environment ?
do i need to delete something in the repository (OracleBIAnalyticsApps.rpd) ? or create a new one ? or make new connection in Informatica and DAC ?
Muram : I think the table structure will be different cause of different companies. So i must delete table in RPD too ?!!
Thanks in advance

Similar Messages

  • I have been sampling new imported drum loops. And if I adjust region to song or time strecth it updates the audio file in the library. How to stop this? I lost the original setting to one loop. automatically doing it ??

    I have been sampling new imported drum loops. And if I adjust region to song or time strecth it updates the audio file in the library. How to stop this? I lost the original setting to one loop. automatically doing it ??

    This "original file cannot be found" thing happens if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, or that the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout,or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use Ctrl-I to get info, then cancel when asked to try to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive letter has changed, it should be possible to reverse the actions.
    Alternatively, as long as you can find a location holding the missing files, then you should be able to use my FindTracks script to reconnect them to iTunes .
    tt2

  • New import parameter ATPCHECK to be added in func module - IMPACT?

    Hi !
    We are in the Realization phase of implementing SAP CRM, and also undercone a ECC 6.0 migration 3 months back. We are faced with the foll problem....
    Whenever a reservation is to be created from the CRM system a functional module u2018'CRM_SRV_LOG_PROCESS_RSRV' is called in the ERP system. Within this functional module, another functional module u2018MB_RESERVATION_CREATE_INTERNALu2019 is called. It is this functional module which actually creates a reservation and performs ATP check.
    In the ECC system a new import parameter ATPCHECK has been added in u2018MB_RESERVATION_CREATE_INTERNALu2019 functional module and this is not filled whereas in R/3 this parameter does not exist at all.
    This parameter needs to hold a value X for ATP to happen in THE ECC system.
    It is proposed to fix this problem by adding the parameter ATPCHECK with value X in the functional module 'CRM_SRV_LOG_PROCESS_RSRV' when 'MB_RESERVATION_CREATE_INTERNALu2019 is called.
    We have not modified any function modules so far, hence would like to know...
    1. Whether the proposed solution is correct?
    2. What would be the imact (things to watch out for) while carrying out changes in the function module?
    Would be grateful to get a reply.
    Thanks & Regards,
    Ajeetha.

    Hello
    I have referred to the systems ECC 6.0 and SAP 4.7. In SAP 4.7, function module MB_RESERVATION_CREATE_INTERNAL never had ATP check inbuilt. See below:
    ***************Start if Snap from 4.7*********************
    FUNCTION mb_reservation_create_internal.
    ""Lokale Schnittstelle:
    *"  IMPORTING
    *"     REFERENCE(I_RKPF) LIKE  RKPF STRUCTURE  RKPF
    *"     REFERENCE(TESTRUN) TYPE  BAPI2093_TEST OPTIONAL
    *"  EXPORTING
    *"     REFERENCE(RESERVATION) TYPE  BAPI2093_RES_KEY-RESERV_NO
    *"  TABLES
    *"      IT_RESB STRUCTURE  RESB
    *"      PROFITABILITYSEGMENT STRUCTURE  BAPI_PROFITABILITY_SEGMENT
    *"      RETURN STRUCTURE  BAPIRET2
    comments:
    - no availibility check*
    - no field selection*
    - no calender check*
    ***************End of Snap from 4.7*********************
    This is additional functionality provided in ECC 6.0 by giving additional parameters:
    ***************Start if Snap from ECC6*********************
    FUNCTION MB_RESERVATION_CREATE_INTERNAL.
    ""Lokale Schnittstelle:
    *"  IMPORTING
    *"     REFERENCE(I_RKPF) LIKE  RKPF STRUCTURE  RKPF
    *"     REFERENCE(TESTRUN) TYPE  BAPI2093_TEST OPTIONAL
    *"     REFERENCE(ATPCHECK) TYPE  BAPI2093_ATPCHECK OPTIONAL
    *"     REFERENCE(CALCHECK) TYPE  BAPI2093_CALCHECK OPTIONAL
    *"     REFERENCE(RESERVATION_EXTERNAL) TYPE  BAPI2093_RES_KEY-RESERV_NO
    *"       OPTIONAL
    *"  EXPORTING
    *"     REFERENCE(RESERVATION) TYPE  BAPI2093_RES_KEY-RESERV_NO
    *"  TABLES
    *"      IT_RESB STRUCTURE  RESB
    *"      PROFITABILITYSEGMENT STRUCTURE  BAPI_PROFITABILITY_SEGMENT
    *"      RETURN STRUCTURE  BAPIRET2
    ***************End of Snap from ECC6*********************
    So, I think there should not be any change which need to be made to these function modules.
    Thanks
    Amol Lohade

  • New import map in existing VRF

    Hello,
    On my PE, I defined a VRF. My VRF contains routes. Now, I want to create/modify a import map to filter/modify some routes. All new routes will pass through the new import map but not old ones. How can I do to reapply this route-map to all existing routes with the lowest impact ?
    I know some commands to do it, but I'm looking for the best one for a live network.
    For example, I perform following command :
    no route-target import X:Y and route-target import X:Y but I'm not sure it's the best one. It's worked.
    Rgds,
    Xavier

    doesn't seem to work.
    But actually I think it's automatic without any command. The bgp scan-time IMPORT timer seems to do the job.
    Xavier

  • How do I merge new imported photos into an existing event?

    How do I merge new imported photos into an existing event while using the latest version of iPhoto?

    You can merge two Events simply by dragging one to the other.
    You can move photos between Events by drag and drop or by first flagging them, then switching to Events View and selecting the target Event and going Events Menu -> Add Flagged Photos to selected Event.

  • The new Import Sequence feature causes Premiere Pro CC to CRASH!

    *** This was happening before the update, and the update to 7.01 has not fixed this issue.***
    I have a series of intros and end slates for a YouTube series.  I (kind of) love the new Import Sequence from Project feature, new in PPr CC.  But more often than not, trying to import a sequence from another project using the Media Browser causes Premiere to crash.  Can anyone else report whether this is NOT working for you, too.  I can imagine scenarios where you either don't use this feature, or haven't gotten around to it since the launch of CC. 
    Thanks in advance for anyone who is willing to test and verify whether this is a bug.
    Win7 64-bit
    ASUS g75vx Laptop
    i7-3630qm
    NVIDIA GTX-670mx, 3GB GDDR5
    16GB RAM

    Well, certainly one of my sequences (let's call it "A") always causes a crash.  Sequence B was NOT causing a crash last week.  Today sequence B started crashing (in 7.0).  So I updated to 7.01 and tried again.  Still crashing (always, now).  So I set out to create a new sequence C. 
    To create sequence C, I opened a successfully completed project from last week.  I Saved As... "New Opening Sequences".  Next, I cut away every sequence except for the sequence that holds the intro.  I did a Project > Remove Unused to get rid of all the footage, titles, etc.  Now I had a project that only contained Sequence C and it's linked media.  Nothing is offline.  Everything is in tact.
    Finally, I open the project I need to finish today.  I need to add the bumper to the front of the video.  So I navigate within the Media Browser to find the "New Opening Sequences" project.  I double click.  I get the yellow, dynamic link-like loading bar.  When the project media, bins and sequences appear, I double-click the sequence I want to impor.... KKKKKEHEHHE!!!  Crash.
    I'll restart to get you the exact error message...
    WOW!!!  I just left this window open to go get the exact error message for you.  I went through the same steps above.  It worked this time.  So to answer your question, Sequence C is also hit or miss.  This is the first successful attempt today (about 10 previous tries, restarts, etc).
    Definitely seems like a bug.  Can anyone else reproduce this crash?
    P.S. - Perhaps it's significant, perhaps not:  In all cases, A, B and C, these sequences have Dynamic Linked footage from After Effects (animations).  While they do have some live-action, they are primarily AE animations.  This may help you reproduce the crash.
    I'm also not running anything unusual.  Mainly the OS, a browser, Webroot SecureAnywhere (Anti-virus), Premiere.

  • LR3.2 Filmstrip does not update correctly for new imported images

    Installed 3.2 last week and today I did my first import.
    I downloaded from camera into a subfolder my photo folder as usually and then run synchronize on the photo folder in order for the images to appear in LR.
    After that everything looks as it used to but...
    However, when I scroll the filmstrip new thumbnails that enters into view does not have images, they are just grey.
    If i stop scrolling they vill update and show the images.
    It's however totally annoying because I can forget about scrolling to the images i want to take a look at because I don't know where they are.
    I have to guess and wait for the update.
    If I go back to images that I looked at before then the thumbnails are still there so once they been updated they stays so.

    So far I have made no changes to import settings and today I made two new imports.
    The first from card reader into my import folder.
    Then I selected my import folder in LR3,2 and run synchronize and all worked fine as it allways has done before.
    The second batch, captured using tethered capture onto my laptop, then transferred to an USB drive and then finally transferred to my import folder on my main computer.
    Then i run syncronize again
    This time I did not get the thumbnails as in my problem description.
    So something differ.
    Could it be that when the images was captured using tethered capture and the thumbnail was created etc on the laptop.
    It also put some metadata into the raw file that makes LR3 belive that a thumbnail already has been created for the file or something like that.
    Could that bee the reason to my problem?

  • Lightroom 6 new import steps?

    I'm struggling with Lightroom 6's new import steps. I import all my files into my catalog as dng.  I understand that LR6 no longer does the conversion on the fly, but first copies the proprietary raw file to disk, then converts it.  When I import files now in LR 6, there are a total of four operations that take place. First, proprietary raw files are copied to disk.  Next, three concurrent operations occur: building smart previews, building search index, and conversion to camera raw.  Of these concurrent operations, building previews always completes twice as fast as the other two operations.  So, with that said, here are my questions:
    How can LR6 build a preview of an image before it's done converting the image to dng?  And why would we want to see a preview based on a different raw format?  Once it's converted to raw with any custom import settings, won't it have to re-generate the preview (i.e. is this a resource-intensive, wasted step)?
    What is "building search index?"  This operation takes just as long as the raw conversion process, which - in my experience over the past couple days - takes about 2-3 times as long as it did in LR5 (so much longer in fact that I'm probably going to switch back until Adobe figures out how to rework this).  Can I turn this off, or make the action manual, or make it occur after raw conversion?

    I concur with this sentiment.  I shoot exclusively in raw format and importing and converting to DNG takes 3 times as long as it used to.  LR 5 used to read the raw image from my SD card and write the image to the hard drive in DNG format.  Now it reads the raw image from the SD card, writes it to the hard drive in the same format and then reads the image from the hard drive and writes it back to the hard drive as DNG format and then deletes the original raw image.  All of this reading/writing/deleting is tremendously slower.

  • LR is using meta data from previous edited photos on new imports

    LR is using meta data from previous edited photos on new imports-
    When I am importing new photos to a new catalog LightRoom gave all the photo settings that I had used on a previous catalogs photo I had to delete the catalog because I could not find an answer anywhere. Tried the deleteing and importing 3 times with same result.
    Once I did Start another new catalog and pressed reset on everything I could find it worked.
    What can I do if this happens again? Anybody know what setting that involves?

    On the right side of the Import screen, there's a heading "Apply during import". (If it doesn't show, right-click on the panel on the right and choose it from the menu.) One of its sub-fields is Metadata. That field and the Keywords field below it, I think are "sticky". You need to make sure that they contain the metadata that you want applied in your current import.
    It's almost always a bad idea to delete your catalogue or re-import images. Both those things fall at the very end of possible remedies because they cost you a lot of work, and there are almost always cheaper ways of solving your problem.
    Hal

  • IPad2 Sync with new imported CD's

    No longer will any new imported CD's into iTunes sync with iPad 2.  How to resolve?

    Thanx,
    I was thinking about this option, but I wasnot sure - as Microsoft notes to use it when the drive disappears from My Comupter forlder.
    I also noticed today that there are no DVD RAM driver in windows\system32\drivers. Annoyingly, Toshiba did not have the driver for Tecra and I found it in the downloads for the Satellite models .
    Eventually, after these installations my dvd drive crunched a CD I nicked as the *disk of death* .
    Still, it takes ca. 30 sec to recognize an unforamatted cd.
    Thanks again for the support,
    hweiss

  • OBIEE 11g SSL Configuration Issue : Unable to import the Server certs

    Hello All,
    We are trying to configure OBIEE 11.1.1.6.0 with SSL using Windows server 2003 (IIS) and facing some issues with that.
    Followed the document : OBIEE11g SSL Setup and Configuration [1326781.1]
    http://obieedue.blogspot.sg/2012/08/obiee11g-ssl-setup-and-configuration.html
    and also completed generating the required certificate signing request and keystores for SSL communication and sent it to the CA (IT Admin team) to to have the certificate signed by CA. The issue comes when I am trying to import the CA certificate (Root certificate) and Server Certificate into the Java Keystore.
    I am importing the Root CA Certificate first which is successfully added to the keystore.
    keytool -import -trustcacerts -alias mycacert -file cacert.pem -keystore mykeystore.jks -storepass Welcome1
    Trust this certificate? [no]: yes
    Certificate was added to keystore.
    But when trying to add the Server Certificate to the keystore using the command below :
    keytool -import -v -alias testserver -file server.cer -keystore mykeystore.jks -keypass Welcome1 -storepass Welcome1
    Certificate reply was installed in keystore
    I get the following error:
    keytool error: java.lang.Exception: Failed to establish chain from reply
    java.lang.Exception: Failed to establish chain from reply
    at sun.security.tools.KeyTool.establishCertChain(KeyTool.java:2662)
    at sun.security.tools.KeyTool.installReply(KeyTool.java:1870)
    at sun.security.tools.KeyTool.doCommands(KeyTool.java:807)
    at sun.security.tools.KeyTool.run(KeyTool.java:172)
    at sun.security.tools.KeyTool.main(KeyTool.java:166)
    Read many forums and tried to convert it to the PKCS#7 format and import the cert to the identity keystore, but was not successful in that either. I have also checked with the IT Admin team and found there is only one RootCA and no other intermediate CA's.
    Please advice if any one has similar issues or suggestions.
    Thanks in advance,
    SVS

    Hi,
    One obvious reason would be that you did not specify -trustcacerts, and the root CA is not included in the present server keystore. In that case, using the -trustcacerts option would solve the problem, if the root CA is indeed in the JDK cacerts.
    To print out the certificates present in the JDK cacerts, use the following command:
    keytool -list -keystore <JAVA_HOME>/jre/lib/security/cacerts -storepass changeit -v
    Then check if the root CA that signed your server certificate is present, and has not expired (in which case,you would need to re-import a newer one into cacerts).
    Another common reason for that error message is when you have used a proprietary CA to sign your server certificate. Then it would obviously not be in the JDK cacerts. The solution in that case is to import your proprietary root CA into the JDK cacerts, using the following command:
    keytool -import -keystore <JAVA_HOME>/jre/lib/security/cacerts -file yourRootCA.pem -storepass changeit -alias youralias
    A third reason for that error message is when your server was signed by an intermediate certificate. In that case, you would have received from your CA a chain of certificates. One way to solve this (not the only one, but this one works well): Prepend your intermediate CA file to your server cert file, and import the obtained concatenated file into the server keystore. Be careful, the intermediate CA must be BEFORE the server cert. Example:
    copy rootca.cer certchain.p7b
    type server.cer >> certchain.p7b
    The file certchain.p7b will be the concatenation of the intermediate CA and the signed server cert. Then import the newly created file under the key alias as follows:
    keytool -import -keystore serverks.jks -file certchain.p7b -alias yourkey -trustcacerts
    If you only prepend the intermediate root CA, you must make sure the the final root CA is in cacerts. But you can also prepend your whole chain of trust inside the server keystore.
    Regards,
    Kal

  • New Imports to iPhoto Are Saving to My External Hard Drive

    Recently purchased a Buffalo NAS 2TB external hard drive. I didn't realize at the time of purchase that Apple doesn't support NAS drives; although, I did find ChronoSync software that would allow me to back up my iMac to the Buffalo hard drive.
    After a successful backup of music, documents, and photos, for some reason when I upload new pics they are now saved on the Buffalo external hard drive and NOT my iMac which is where they should be going. When setting up the backup to the Buffalo originally, I only selected the folders that I wanted to backup (music, photos, documents, and applications). I made sure I only wanted those backed up; there was no need to backup my entire internal hard drive.
    When uploading new pics to iPhoto, I never selected anything to tell my iMac to save all new photos to the Buffalo external hard drive.
    So now when I open iPhoto on my iMac, it winds up missing three or four event folders that I recently uploaded (Christmas pics, etc) but when I open the "iPhoto Library" icon on my Buffalo hard drive, it shows everything (even the three or four event folders that my iMac "iPhoto Library" is missing).
    Any thoughts of what the problem is? When backing up my iMac, all I wanted to do was save my already existing pictures to an external hard drive. What I didn't want is for the Buffalo hard drive to "save" the entire iPhoto application (which is what I think it did).
    With all the problems I've been having with this NAS hard drive, I've since purchased a non-NAS hard drive and will be using Time Machine from here on out! The things you learn......
    Any help would be appreciated! Thanks in advance! Happy New Year!
    Gtrcoop

    iPhoto saves the files to the default Library when you import, and the default library is the last one opened.
    IF the one on your iMac is the default library and the files are turning up on the back up, the likely candidate for responsibility is the back up app, I'm afraid. I'd check the settings on that.
    Regards
    TD

  • New import from imoviehd6 file doesn't display in preview while skimming

    All i get is plain box. I have imported several hour of footage so far without any problems. I have seen others have different preview issues or it might be related. Any ideas on how to troubleshoot? This is my first real issue with imovie. I was holding breath until now. Nothing has changed on my system other than i downloaded JES video cleaner.
    I also want to add that if if drag footage to a project i can then see the footage.
    Message was edited by: Sheryl Kingstone

    Hello, Sheryl,
    Yes, iMovie 9 is supposed to save everything you do because it is designed to keep all the originals intact and just create references to your changes/edits. And, it is supposed to remember and 'save' all your edits to your project when you close it. However, if you have a crash or one of those 'iMovie has unexpectedly quit' episodes, all your edits from after the last save are lost. Another reason to like iMovie 6--you can save your movie whenever you want. Some people have experience loss of edits in iM 8/9 even if doing everything correctly; no crashes, but the new edits were not there when iMovie was reopened. I havent used it so I cannot speak from experience....just from reading here.
    And, I have been following your posts with Steve Mullen's re: quality of videos--what settings, interlacing, etc. It is very informative....I don't have to ask anything because you posted either my questions or answers to them!

  • IPhoto not saving new imports

    Suddenly when opening or trying to import photos I'm getting a new (actually my first) error message:
    An error occurred while trying to save your photo library.
    Some recent changes may be lost. Make sure your hard disk has enough space and that iPhoto is able to access the iPhoto Library.
    I have nearly 100gb space available and I'm not sure how to point iPhoto back to it's library. The library is still there, and the imported photos are in it if I 'Show Package Contents' but if I close iPhoto and reopen the event will be gone.
    Also my account has read/write privileges to the iPhoto library.
    Any thoughts?

    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Regards
    TD

  • New import error

    I've attempted to re-compile my objects and now there is a new error:
    IMP-00017: following statement failed with ORACLE error 29855:
    "CREATE INDEX "CITIES" ON "CITIES" ("LOCATION" ) INDEXTYPE IS "MDSYS"."SPAT"
    "IAL_INDEX""
    IMP-00003: ORACLE error 29855 encountered
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13203: failed to read USER_SDO_GEOM_METADATA table
    ORA-13203: failed to read USER_SDO_GEOM_METADATA table
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD_9I", line 7
    ORA-06512: at line 1
    Again, the demo mvdemo.dmp is an 8i exp and I'm attempting to import it into user scott in 9i.
    P.

    Hello. Thanks for the response.
    The import statement is:
    imp system/manager fromuser=scott touser=scott log=c:\tmp\log.txt file=c:\tmp\mvdemo.dmp
    I have user_sdo_index_metadata (priv= update, select,delete, insert) prior to importing it is empty.
    Pete

Maybe you are looking for

  • Photoshop will not open

    I am running Photoshop 14.2.1 with OSX 10.9.4. I updated Photoshop a half an hour ago and restarted the computer after the update. Still not working. Everytime I double click to open it, it comes up in error. This is a very short version of what is c

  • Extended Subject Area is throwing error

    Hi All, I am working on consolidation of OBIEE reports and create single RPD. We have OBIA as primary repository. One plant is on legacy system. We have created a new schema in EBS database and loaded data to this new schema. I created a new Physical

  • INSERT key does not toggle INSERT/REPLACE mode

    The INSERT key does not toggle between Insert and Replace mode. The enterabled items are always in insert mode. Does anyone know how to fix this? I'm using Forms 6i 6.0.8.17.1, web-deployed on Solaris 2.6 (64 bit).

  • Solved: AirPort Express and AirTunes Audio Distortion Connected to a Stereo

    *The problem*: Terrible sound distortion while using AirPort Express AirTunes features. Even when nothing was plugged in, there would be a buzzing noise. *The setup*: AirPort Express connected via 3.5mm stereo jack to a pair of computer stereo speake

  • Production order enhancement for batches

    We have a scenario where the batch expiration date of the produced material in the Production order = to the earliest expiration date of one of the component batches. Once the batches of the component are allocated in the Production order, we want do