Delta are pointing Old BW system instead of new BW system

Hi,
We are doing upgrade and as part of upgrade BI 7.0 we have copied existing BW system into new BW system.
I have a extracted data from R/3 to BI system.All the full loads went through successful except Delta data load into BI system.
Delta data source are pointing Old BW system instead of new BW system.
I have checked RSA7 where all the deltas are pointing to Old BW system instaed of new BW syste.
I beleive some thing might have happend during System copy from Old BW system to New BW system.
Please correct me if i am wrong about my scenario
I would like to delete delta init which is pointing to BW old system and would like to do new delta .
For that i would like to delte entries in R/3 source table ROOSPRMSF,ROOSPRMSC.
In BW side RSSDLINIT and will extract data using full update and then will do delta init without data transfer and do delta on it.
Please some advise me which is best way
to check with basis do ask them to correct it,other wise deleting deltafrom delta queue.
Its urgent

Hi,
You have to check the TRFCQOUT table to see if the Delta queues are still pointing to the old system ID.
Using ABAP program you can change the System ID. you can use the below code by creating a custom report( executable Program) you can change the System ID's . You should have done this before pulling delta's
anyway, you can try to change and see if you can pull deltas.
Tables:  TRFCQOUT, RFCATTRIB.
Data:  count type i.
parameters:
       ssystem like trfcqout-dest obligatory default 'Production System Id here',
       tsystem like RFCATTRIB-rfcdest obligatory default 'Non Production System Id here',
       tmod as checkbox default 'X'.
if ( sy-sysid = 'R/3 Production system id here' or sy-sysid = 'BW production system id here' ).
  write:/ 'You are not permitted to run this program in production.'.
  stop.
endif.
if tmod = 'X'.
  Select count( * ) into count from TRFCQOUT where dest = ssystem.
  if sy-subrc <> 0.
    write:/  'Cannot process request, return code ', sy-subrc.
    stop.
  else.
    write:/ count, 'entries in TRFCQOUT will be converted.'.
  endif.
else.
This will update the qRFC queue by changing all specified queues
related to a source logical system to a target logical system.
This enables the copied systems to remain consistent without
having to run any loads.
  UPDATE TRFCQOUT SET   DEST = tsystem
                  WHERE DEST = ssystem.
  if sy-subrc <> 0.
    write:/ 'Examine return code not equal to zero.'.
    stop.
  else.
    write:/ sy-dbcnt, 'entries were updated in table TRFCQOUT.'.
  endif.
endif.
Thanks

Similar Messages

  • Where are my old apps? Not on new phone.

    I tried transferring my 4s to my 5s with icloud and didn't move 90% of my apps. I tried it again backing up to the computer from 4s then restoring from computer to 5s, again 90% are missing, only the same few apps moved over besides the new ones that came with 5s.  Now if I look at either phone in itunes, all my apps are pictured on the right side (under apps) but nothing is listed on the left side where they all used to be listed. Same with the 5s, the few apps are listed on the right side but there is nothing listed under Apps on the left side.
    Where are all the apps I bought--practically all where bought from the Apple app store. How can I get them and put them on my 5s? Is it because they aren't 64bit? I thought the 5s could handle both. I really need these apps.
    Help!

    Thanks Steve for that quick response!  From other unrelated comments I've read, Apple never helps with password problems, always says, "We don't keep your passwords, so there's no way we can help you with passwords."  But since this is actually more related to PURCHASED-apps not appearing in iTunes, then maybe they would have a more helpful attitude regarding that.
    However, the joke is on me, as I think I was taking gail-from-maine's sentence too literally where she wrote, "
    Sign into iTunes with the Apple ID that you purchased the apps with."  She probably meant different family members might have different IDs/different phones, so make sure you're using the correct one for whichever phone.
    Because I went ahead & used my CURRENT ID/PIN, & followed her directions so far, & yes, whew!, there are 222 apps showing in iTunes.  However, they ALL show the little cloud on them, which gail said means they are NOT on the Mac.  But they ARE on the Mac, under User > Music > iTunes > Mobile Applications.  So I'm cornfused.
    I also notice that some of the apps (in the long list under Mobile Applications/Mac) show a "Creation Date" of 12/31/69 (!!) so I don't know how/why it says that as my clock/time/date is correct/current. Might that be causing a problem?  There appears to be no way to change that "Creation Date" in "Get Info."
    Another question, what happened to the way you could move/re-arrange the location of the apps in iTunes according to screen/pages on the phone?  (with OSX Lion & iTunes 11.1.5, it simply shows all the apps in iTunes in 27 rows of 8 apps each row, but I see no way -- YET -- to rearrange them by different phone-screens/locations, the way it used to show them in older iTunes & you could move them around to where you wanted them to show up on your phone).
    FWIW, I did try doing as gail-from-maine said, "Click on them [in iTunes] to download them [the ones with the clouds on them] to the Mac," (in the lower right of the iTunes page, it has the option/button to "Download ALL"), but it didn't do anything, just a quick blink like flutter/action on iTunes page & no indication that anything was downloading.
    I'd rather have the copies that are already on the Mac under Mobile Applications put on the phone, since they are the ones with CONTENT in them through the last backup, right?  (I don't even know if the 222 apps showing in iTunes actually have any CONTENT in them???)
    As you can tell, I'm not an experienced iTunes user, never cared for that software much.

  • How to delete old source system assignment and assign new source system.

    Hi Experts,
    I have bunch of datasource which are pointing to source system A (when I see it in RSA1). Recently all the datasources which are in source system A has been moved to source system B.
    Now I have replicated all the datasources from the source system B. But in RSA1, still I am seeing the datasources which are pointing to sourcesytem A. I want this to be pointed to source system B.
    Is there a way to do this?.  I have searched in forum and found that this ned to be done manually. Do i need to do it for all the datflows? Is there any thing we can do when running BDLS?.
    Please let me know if you need more inputs.
    Thanks a lot for you suggessions. Eagerly waiting for valuable suggessions.
    Thanks and Regards,
    Saravanan Payani.

    Hi Anindya,
    Thanks for your quick reply. I want to keep the data what ever there in the cube as of now. From now on I want to extract data from new source system.
    Basis team ran the BDLS but i don't see any changes. Still my datasources are pointing to OLD source system.
    Background : I have an infocube for which the datasourec is ZCRM_MKT_001, which is available at  source system IRDCLNT001. Now the above datasource has been moved to new source system IRXCLNT001. As my datasource is moved to new source system, I want the data from the new source system.
    My issue : But when i expand the data flow of the infocube in RSA1to the lowest node, against the datasource i can still see the source system as IRDCLNT001 (which is old) under 'Object Information' column. I want this to be pointed to my new source system that is IRXCLNT001.
    Is there any way to arrive at this?.
    Thanks for your time on this.
    Thanks and Regards,
    Saravanan Payani.

  • Lightroom is using Photoshop CC(2014) as the external editor.  How do I get it to point to Photshop CC instead?  Since I'm a CC subscriber, both versions are installed on my computer.

    Lightroom is using Photoshop CC(2014) as the external editor.  How do I get it to point to Photshop CC instead?  Since I'm a CC subscriber, both versions are installed on my computer.

    JimHess wrote:
    I just don't see why you would want both Photoshop CC and Photoshop CC 2014 installed.
    Jim, when PS CC 2014 became available, it was installed by the CC App alongside the existing PS CC app, rather than replacing it. For new subscribers who joined after PS CC 2014 was released, that's the only version that was installed (though the option to install PS CC is available via the Previous Version function of the CC App). Thus on my Windows system I have both versions installed automatically (because I started to subscribe before CC 2014 was released), whereas on my newer MBP only PS CC 2014 was installed because I installed it after CC 2014 was released.

  • HT3910 i have erased my partition completely. now i am not getting the installation started when i quit the disk utilities..instead i get an option to restore my system. and i have no restore points on my system so eventually my mac dosent get installed..

    i have erased my partition completely. now i am not getting the installation started when i quit the disk utilities..instead i get an option to restore my system. and i have no restore points on my system so eventually my mac dosent get installed
    please help me out

    I can't do that since I do nothing with Windows.
    It sounds like it was hacked to run XP and then makes it not run OS X now.
    Only thing I can suggest is to repartition the hard drive to a single HFS+, GUID partition and see if that allows you to install OS X.
    Allan

  • Itunes points to wrong files - points to random system files instead of mp3

    I noticed this about a year and a half ago when my ipod would have an error that some of the files couldnt be transfrered. Upon further inspection, it seems itunes occasionally gets confused about where files are located. The files will look fine in itunes but wont play. If I right click on them and chose "show in finder" the file that should be an mp3 in my library, is actually pointed at ical/contents/resources/italian.Ipoj/iCal Help/gfx/priority.gif
    Which is totally bonkers. It's a totally random operating file.
    Now I could go in and delete and re-import these files. Eventually that is what I have ended up doing in the past. But now it's happened to about 700 files (out of about 18,000) and it would take a century for me to go through each track and find out which ones that has happened to.
    I know there are some applescripts out there for missing and dead tracks, but I can't seem to find one that just checks that we're pointing to the CORRECT file. keep in mind, these correct files actually are where they are supposed to be. Itunes is just linking to the wrong files.
    Message was edited by: James Campbell

    I am experiencing the same problem and after restoring from backup I either still have some wrong pointers or the problem is returning.
    One way to find out which tracks are pointing to random files is to sync your whole music library either in one go if it's small enough or in parts to an iphone or ipod. You will then get a dialog with all the files that won't play on the device.
    How do I relink them manually? Can't work it out.

  • I blew my motherboard on an old computer and hooked my old hard drive to the new computer and want to transfer my bookmarks to the new drive but cannot find where they are located on the old drive--any help?

    My motherboard went bad on my old computer, but the hard drive was OK. I purchased a new computer and hooked my old hard drive to it through a usb adapter. I would like to import or copy my bookmarks from the old hard drive to my new one, but I cannot find where they are. I was unable to determine this from searching articles on the web. Be advised that my old hard drive is basically nothing but a storage place for files at this point. My old operating system was windows XP, and my new system is Windows Home Premium.

    https://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile
    Your old Profile is located here in Win XP and W2K: <br />
    ''drive'':\Documents and Settings\''Windows login user name''\Application Data\Mozilla\Firefox\Profiles\''profile_name''

  • I just updated to 10.8.4 and my mail program is showing a series of boxes with AAAAs inside them instead of the email addresses. Also when on Safari web pages are displaying the same AAAAAs instead of type. Firefox displays fine. Can someone help me?

    I just updated to 10.8.4 and my mail program is showing a series of boxes with AAAAs inside them instead of the email addresses. Also when on Safari web pages are displaying the same AAAAAs instead of type. Firefox displays fine. Can someone help me?

    Restart your Mac and immediately hold down the Shift key when you hear the startup chime to boot into Safe Mode. Keep holding the Shift key until you see a progress bar towards the bottom of the screen. You can let go of the Shift key at that point.
    OS X asks you to log in (you will get this screen on a Safe Mode boot even if your Mac is set to automatically log in). Let the Mac finish booting to the desktop and then restart normally. This will clear Font Book's database and the cache files of the user account you logged into in Safe Mode.
    Next, close all running applications. From an administrator account, open the Terminal app and enter the following command. You can also copy/paste it from here into the Terminal window:
    sudo atsutil databases -remove
    Terminal will then ask for your admin password. As you type, it will not show anything, so be sure to enter it correctly.
    This removes all font cache files. Both for the system and the current user font cache files. After running the command, close Terminal and immediately restart your Mac.

  • In ESS we are getting SAP GUI screens instead of web screens??

    Hi,
    How the problem has come up---
    We have transferred the production data and OS into test server and changed the test server IP address to production IP address after shutting down the production server.
    Which means that now ITS/ESS will be pointing to the new copied server. After this when this new server was shutdown and old production was started the ESS/ITS points back to the original production server.
    Now the problem is that When we execute any transaction from ESS we are getting SAP GUI screen instead of Web screen.
    Can somebody tell me why this is happening.
    Any pointers to this will be highly appreciated.
    Thanks and Regards,
    Varun

    First off...what version are you on (backend)? Also, how did you "switch" your ITS instance?A little more info and we will solve this for ya. =)

  • X-FI and 4 point Digital Speaker system

    I have the Cambridge Soundworks speaker system that has digital inputs. I know its an older system but i am wondering if there is any other way to enable the 4 point digital without having to resort to analog cables?
    The only option under the digital settings are headphones and 2/2. speakers. Did Creative forget about the Cambridge line that supports 4 speaker digital?
    I have tried different settings including configuring for 4/4. speakers and enableing digtal yet my 2 front speakers are carrying all 4 channels.
    if there is not a solution.. can anyone tell me where i can get the analog cables for a 4. speaker system?
    I got rid of mine a long time ago once I upgraded to the Soundblaster LIVE! X-Gamer.
    Other then that the X-FI sounds awesome.. just wish i had my digital 4 point surrond.
    thanks

    Well, the Li've! and Audigys use a proprietary 4-pole connector which can carry 8-channels, while also being compatible with 3-pole 2-channel stereo-minijack-like SPDIF. I am not really sure about it, but the Flexijack is most probably a normal 2-channel connector.
    If anyone has this configuration testing would be enlightening. You should be able to get the 2 front speakers to work properly, but the rears may be the problem. (And do the 4-channel test, because the FPS will default to copy the front sound to the rears if there is no rear input ).
    But the question is, would quality be better? I doubt it, the DACs in the FPS2000 are quite old and I think their SNR will actually be lower than the ones on the X-Fi.
    Also, I don't think EAX will be different with or without the digital connection. It worked fine with my Li've! card and I had no problems.

  • Delta Setup/Link  Broke After System Refresh in Sandbox with Prod

    Hi All,
       We have done the System Refresh for Sandbox with Production in BW. After that, we tried to load 0FI_GL_4 Delta and it failed with 'Queue 0FI_GL_4 is not available in the Source System' in Monitor. It means something went wrong in System Refresh process and the Delta setup broke. The 'Status' traffic light for 0FI_GL_4 DataSource is in RED in 'BW Delta Queue Maintenance' (RSA7) in R/3 system. When I display this Status (Red traffic light) it says 'There are still no parameters available for the delta transfer'.
       Since the Delta link broke, I have deleted the 0VENDOR_ATTR Master Data DataSource in RSA7 in R/3 and Initialized the Delta in BW for this 0VENDOR_ATTR and it completed successfully and now 0VENDOR_ATTR Master Data DataSource in RSA7 in R/3 is in GREEN.
       But, we have GL InfoCube which has 120 million records and if we initialize the Delta it will take atleast 7-10 days. It will take atleast 2 weeks for all the InfoCubes and ODS's.
      How could we restore the Delta setup/link and the Status of the DataSources will turn into GREEN in RSA7 in R/3, PLEASE ?
    Thanks in advance.

    Hi,
    Ask your BASIS team to run BDLS. That should take care of the problem. It'll repoint the delta queues to the correct source system. With the refesh the delta DS will point to the system it was refreshed from, hence the problem.
    Cheers,
    Kedar

  • Issue in retrival of Old Appraisal system template

    Dear Expert,
    landscape :ecc 6 , business package 1.41
    Currently i am facing a problem in ESS/MSS regarding extracting old appraisal template.the scenario is currently old and new (objective setting and appraisal ) both are available at server . i activated old appraisal system but again system is no extracting appraisal data of the subordinates ,using path data Mss -> Team - > Personnel development -> Appraisals .
    then i created an iview with BSP using HAP_Document but system is extracting new appraisal templete rather than old one.
    Please let me know the solution as it is an urgent .
    Edited by: Sadia Kamal on Jul 31, 2011 5:55 PM

    Dear Expert,
    I took the follwoing steps
    1. In the customization i use the subcomponent Appraisal Systems, this corresponds to the switch position <SPACE>.
    2. in the portal content i create a new iview using template BSP based view, i gave the BSP application name : HAP_Document and start page name : Documents_todo.htm (for create purpose) , Documents_recieved_open (for display purpose)
    3. in the customization i define the Iview path .
    then execute the system , in the case of creation system showing new appraisal templates and in the case of view system is not showing the appraisals against employees .
    Please advise wht to do .

  • Can anyone offer some advice i am looking to upgrade the OS system on one of my macbook pro's, currently running os10.4.11, I would like to upgrade to OS10.5? how would I go about this, and is there a cost, for what is an old operating system now?

    Can anyone offer some advice i am looking to upgrade the OS system on one of my macbook pro's, currently running os10.4.11, I would like to upgrade to OS10.5? how would I go about this, and is there a cost, for what is an old operating system now?

    Since your Mac probably came with 10.4, there is no longer a way to get 10.5 Leopard install media. IF it has the requirements, you may be able to upgrade to 10.6 Snow Leopard by buying the boxed install media at the Apple Store for $30.
    System requirements are found here: http://support.apple.com/kb/SP575
    General support can be found here: http://www.apple.com/support/snowleopard/

  • When syncing iPod touch to MacBook, I have selected to sync only events newer than 360 days. Yet I get message that sync will change 8000 events on "this computer"  most of which are years old and many are recurring events.  I'm afraid to proceed

    When syncing iPod touch to MacBook, I have selected to sync only events newer than 360 days. Yet I get message that sync will change 8000 events on "this computer"  most of which are years old and many are recurring events.  I'm afraid to proceed with sync. 

    Having the same problem here. As a first time mac user, Apple has certainly made a bad first impression.
    For me, the issue seems to occur when transferring files between computers that are connected to the same access point (when transferring files from wired computers on the network there is no issue). My vista laptop and every laptop I have tried has worked perfectly fine with this access point so I am 100% convinced it is the mac. Basically when I copy the files, after about 100mb, I am unable to access anything on the local network or internet until I restart Airport. The weird thing is that even though I am unable to access anything, the airport utility says it is connected. I might also note that the wireless signal strength is full.
    If I can't get this figured out in a few days, this computer is going back to the store where it came from and I will officially label myself anti-mac. This type of issue is just unacceptable for something so main stream.

  • Switching from Old Appraisal System to Management By Objective (MBO)

    Dear fellow practitioners,
    I have a requirement to switch or migrate from the OLD appraisal system to the NEW appraisal system (MBO).
    Does anyone have any information of the implications of switching the value of REPLA in T77SO from blank to 'A' or 'X' when the old appraisal system is already configured previously and is to be replaced by the new appraisal system with similar business requirements?
    There is an existing appraisal catalog configured for the old appraisal system. How do I migrate the Appraisal Models in the Appraisal Catalog of the OLD Appraisal system to the NEW Appraisal Catalog in MBO?
    I have not been able to find much information with regards to this. Therefore, many thanks in advance to anyone who can shed some light or provide some references to this matter.

    Hello,
    have a look at note 728542
    It was planned to use the switch to replace the appraisal functionality in only one of the applications; technically it's turned out, this was not possible.
    For using the usual functionality for appraisals in training and event management (TEM), HAP00 REPLA has to be set to space.
    All other settings: X, T, A will cause problems.The reason is that many transactions of TEM delegate work to the central appraisal component and there the swith to MBO functionality is done (in the case X, T and A).
    It is however possible to use MBO functionality for personnel appraisals. The transactions of MBO have to be used 'directly'.
    These transactions are not part of the menu but can be added to the favorites list.
    PHAP_ADMIN_PA
    PHAP_CHANGE_PA
    PHAP_CREATE_PA
    PHAP_PREPARE_PA
    PHAP_SEARCH_PA
    PHAP_CATALOG_PA
    There is no recommended way to load historical appraisal data. You will have to write a customer-specific program for this purpose.
    It depends on your specific requirements whether you really need the data in R/3. For example, if you need the data for reporting, it may be easier to load the legacy data directly into BW. If you need them for program logic, e.g. to default values for new appraisals, you could consider loading the data into a customer table and read that table in your implementation of an appropriate user exit.
    Hope this help
    Sarah

Maybe you are looking for

  • How do YOU organize pages, create a site map, and use hyperlinks?

    I had to get out of bed to bring this up with you all; I couldn't stop thinking about this next learning curve. It is: How shall I organize the topics I have in my website? One extreme is to have all of the topics showing in all of the nav bars at th

  • Switching off "Organize by Conversation' so that it STAYS off.

    I'm constantly wrestling with the "Organize by Conversation" item in the View menu of Mail.  I turn it off in one mail box, only to find it remains on in others.  I take the time to turn it off in EACH AND EVERY mailbox, and a few minutes/hours/days

  • How to sovle the hardware error of the PCI-can2 card

    我将一台DP-51仿真器通过NI公司的PCI-CAN2通讯卡与PC连接,由DP-51发送一些简单的信息给PC,然后在MAX中的busmonitor中观察通讯是否正常.刚开始的时候一切都没问题,在busmonitor中可以正常的显示dp-51所发出的信息的内容.但发了几条信息以后PCI-CAN2卡突然显示错误,在MAX中自检失败,显示硬件错误7:打开can0或CAN1口的busmonitor则出现0x6ff62023(CANErrBadIntName)的错误信息:而DP-51上则显示sja1000

  • HTTP-XI-RFC. INTERFACE_REGISTRATION_ERROR

    Dear All, HTTP<>XI<>RFC scenario is working fine with RFC connected to (Discovery system) Client.001 with role as "Integration Server" but when we try to connect RFC to Client.200 with role as "Application Server" we are getting the INTERFACE_REGISTR

  • How do i create two ical accounts.

    I've recenly brought a new mac. But both my boyfriend and i want to sync our iphone to ical without recieving each others notifications. Is this posible? thanks