BDLS: importing request back to dev

Hi,
I have a problem and i hope Experts may help me.
We are upgrading BW from 3.1 to 7.0. I have followed the instructions in  http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/805eefcd-5428-2d10-c0ab-dc27a95b2c81?QuickLink=index&overridelayout=true.
We have done a system copy from old BW to a new one. Changing both BW and R/3 system name.
I've created a change request to save the objects before running BDLS. Unfortunatelly, our basis has created R/3 source system with a different name in R/3 and in BW. So we had to deleted it and we lost the infopackages and transfer rules.
Now i'm trying to recover the objects importing the request but it's not working.
I've created an entry in Tools => Conversion of Logical System Name . There is anything else to configure? The request import must be by stms transaction?
I notice that Object directory entries is missing. Does this affect anything? Have we miss some step?
How should we configure the transport path if we are saving object from dev and re-importing to dev?
Could anyone help me, please?
Thanks.
Edna.

Hello Edna,
It doesn't matter that the system name is different. If you have created the entry in Tools --> Conversion of Logical system name, you should be ok. Mind that the assignment must be unique, See note 910393
I would suggest opening a message to SAP telling them in details exactly what has been configured. They should help you.
I had a similar issue very recently. What I did was:
Deleted and recreated the ERP source system in RSA1 and replicated from it using the 3.x version of data sources instead of the 7.x versions
After that, I imported the transport that I had created from another BW system, which was using a source ERP system that was replicating the same datasources with my copied BW syste,
My scenario was scenario B3 of note 886102. I am not sure which is your scenario , this is why I say that you should tell SAP exactly what you did.
regarding the transport path, just do a two system configuration. You can use a virtual system as the target system so that your transport can be exported and then you can add it manually in the stms queue and import it.
In my case, I had to create a local transport first and then created a transport of copies which included the objects of the local transport. I then exported that transport of copies and a cofile and datafile were created.
I hope this helps
Andreas
P.S Open a message to SAP!

Similar Messages

  • Problem in importing request on PRD Server

    Hi,
    I am not a BASIS Guy and i am doing it on behalf of it. I had released the requets form Dev Client and then i am importing it to the PRD Server and i had used Tcode STMS  in which there is field specified import request . I clicked over it and then specified the client i.e. PRD  Server and then it gives the msg that IMPORT IS RUNNING .
    It has been almost 40 minutes now and it is a single report which is taking a lot of time to import.
    I had checked on the Cust & Development Client that it shows the request has been released successfully.
    Is there anything which i am doing wrong ? Please guide me for it....

    The below are the messages given :-
    Hi,
    I had checked the transport log in which there is following information present:-
    DEV        System DEV
               Checks at Operating System Level         23.12.2009 17:33:19    (0) Successfully Completed
               Pre-Export Methods                                 23.12.2009 17:33:24    (0) Successfully Completed
               Export                                                      23.12.2009 17:33:32    (0) Successfully Completed
               Transferring System                               24.12.2009 11:09:24    (0) Successfully Completed
              Import steps not specific to transport request
    PRD
    Selection for Import                                              23.12.2009 17:33:32    (0) Successfully Completed
    Copy File Between Transport Groups                 24.12.2009 11:09:24    (0) Successfully Completed
    Import steps not specific to transport request
    Edited by: nav009 on Dec 24, 2009 7:52 AM

  • [Solved] Can't Import ZFS Pool as /dev/disk/by-id

    I have a 4 disk raidz1 pool "data" made up of 3TB disks.  Each disk is so that that partition 1 is a 2GB swap partition, and partition 2 is the rest of the drive.  The zpool was built out of /dev/disk/by-id(s) pointing to the second partition.
    # lsblk -i
    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
    sda 8:0 0 2.7T 0 disk
    |-sda1 8:1 0 2G 0 part
    `-sda2 8:2 0 2.7T 0 part
    sdb 8:16 0 2.7T 0 disk
    |-sdb1 8:17 0 2G 0 part
    `-sdb2 8:18 0 2.7T 0 part
    sdc 8:32 0 2.7T 0 disk
    |-sdc1 8:33 0 2G 0 part
    `-sdc2 8:34 0 2.7T 0 part
    sdd 8:48 0 2.7T 0 disk
    |-sdd1 8:49 0 2G 0 part
    `-sdd2 8:50 0 2.7T 0 part
    sde 8:64 1 14.9G 0 disk
    |-sde1 8:65 1 100M 0 part /boot
    `-sde2 8:66 1 3G 0 part /
    I had a strange disk failure where the controller one one of the drives flaked out and caused my zpool not to come online after a reboot, and I had to zpool export data/zpool import data to get the zpool put back together.  However, now it is fixed, but my drives are now identified by their device name:
    [root@osiris disk]# zpool status
    pool: data
    state: ONLINE
    scan: resilvered 36K in 0h0m with 0 errors on Wed Aug 13 22:37:19 2014
    config:
    NAME STATE READ WRITE CKSUM
    data ONLINE 0 0 0
    raidz1-0 ONLINE 0 0 0
    sda2 ONLINE 0 0 0
    sdb2 ONLINE 0 0 0
    sdc2 ONLINE 0 0 0
    sdd2 ONLINE 0 0 0
    errors: No known data errors
    If I try to import by-id without a zpool name, I get this (its trying to import the disks, not the partitions):
    cannot import 'data': one or more devices is currently unavailable
    [root@osiris disk]# zpool import -d /dev/disk/by-id/
    pool: data
    id: 16401462993758165592
    state: FAULTED
    status: One or more devices contains corrupted data.
    action: The pool cannot be imported due to damaged devices or data.
    see: http://zfsonlinux.org/msg/ZFS-8000-5E
    config:
    data FAULTED corrupted data
    raidz1-0 ONLINE
    ata-ST3000DM001-1CH166_Z1F28ZJX UNAVAIL corrupted data
    ata-ST3000DM001-1CH166_Z1F0XAXV UNAVAIL corrupted data
    ata-ST3000DM001-1CH166_Z1F108YC UNAVAIL corrupted data
    ata-ST3000DM001-1CH166_Z1F12FJZ UNAVAIL corrupted data
    [root@osiris disk]# zpool status
    no pools available
    ... and the import doesn't succeed.
    If I put the pool name at the end, I get:
    [root@osiris disk]# zpool import -d /dev/disk/by-id/ data
    cannot import 'data': one or more devices is currently unavailable
    Yet, if I do the same thing with the /dev/disk/by-partuuid paths, it seems to work fine (other than the fact that I don't want partuuids).  Presumably because there are no entries here for entire disks.
    [root@osiris disk]# zpool import -d /dev/disk/by-partuuid/ data
    [root@osiris disk]# zpool status
    pool: data
    state: ONLINE
    scan: resilvered 36K in 0h0m with 0 errors on Wed Aug 13 22:37:19 2014
    config:
    NAME STATE READ WRITE CKSUM
    data ONLINE 0 0 0
    raidz1-0 ONLINE 0 0 0
    d8bd1ef5-fab9-4d47-8d30-a031de9cd368 ONLINE 0 0 0
    fbe63a02-0976-42ed-8ecb-10f1506625f6 ONLINE 0 0 0
    3d1c9279-0708-475d-aa0c-545c98408117 ONLINE 0 0 0
    a2d9067c-85b9-45ea-8a23-350123211140 ONLINE 0 0 0
    errors: No known data errors
    As another approach, I tried to offline and replace sda2 with /dev/disk/by-id/ata-ST3000DM001-1CH166_Z1F28ZJX-part2, but that doesn't work either:
    [root@osiris disk]# zpool offline data sda2
    [root@osiris disk]# zpool status
    pool: data
    state: DEGRADED
    status: One or more devices has been taken offline by the administrator.
    Sufficient replicas exist for the pool to continue functioning in a
    degraded state.
    action: Online the device using 'zpool online' or replace the device with
    'zpool replace'.
    scan: resilvered 36K in 0h0m with 0 errors on Wed Aug 13 22:37:19 2014
    config:
    NAME STATE READ WRITE CKSUM
    data DEGRADED 0 0 0
    raidz1-0 DEGRADED 0 0 0
    sda2 OFFLINE 0 0 0
    sdb2 ONLINE 0 0 0
    sdc2 ONLINE 0 0 0
    sdd2 ONLINE 0 0 0
    errors: No known data errors
    [root@osiris disk]# zpool replace data sda2 /dev/disk/by-id/ata-ST3000DM001-1CH166_Z1F28ZJX-part2
    invalid vdev specification
    use '-f' to override the following errors:
    /dev/disk/by-id/ata-ST3000DM001-1CH166_Z1F28ZJX-part2 is part of active pool 'data'
    [root@osiris disk]# zpool replace -f data sda2 /dev/disk/by-id/ata-ST3000DM001-1CH166_Z1F28ZJX-part2
    invalid vdev specification
    the following errors must be manually repaired:
    /dev/disk/by-id/ata-ST3000DM001-1CH166_Z1F28ZJX-part2 is part of active pool 'data'
    I would appreciate if anyone else had any suggestions/workarounds on how to fix this
    As I was typing this up, I stumbled upon a solution by deleting the symlinks that pointed to entire devices in /dev/disk/by-id (ata-* and wwn*).  I then was able to do a zpool import -d /dev/disk/by-id data and it pulled in the partition 2's.  It persisted after a reboot and my symlinks were automatically regenerated when the system came back up:
    [root@osiris server]# zpool status
    pool: data
    state: ONLINE
    scan: resilvered 36K in 0h0m with 0 errors on Wed Aug 13 23:06:46 2014
    config:
    NAME STATE READ WRITE CKSUM
    data ONLINE 0 0 0
    raidz1-0 ONLINE 0 0 0
    ata-ST3000DM001-1CH166_Z1F28ZJX-part2 ONLINE 0 0 0
    ata-ST3000DM001-1CH166_Z1F0XAXV-part2 ONLINE 0 0 0
    ata-ST3000DM001-1CH166_Z1F108YC-part2 ONLINE 0 0 0
    ata-ST3000DM001-1CH166_Z1F12FJZ-part2 ONLINE 0 0 0
    It would appear to be an issue with specifically importing non-whole devices by-id.  Although this was mainly rambling and no longer a question, hopefully this might help someone having issues re-importing a zpool by /dev/disk/by-id.
    Matt

    This just saved my morning Thank you!
    I was using Ubuntu 14.04 and after an upgrade to 3.13.0-43-generic it somehow broke... Anyhow now the zpool survives restarts again and I don't have to import it every time using partuuids.

  • Is it poosible to retrieve the request back from Production

    Hi Experts,
    Is it possible to retrieve the request back from Production.
    Regards,
    IFF

    Hi Vijay,
    Normaly in any scenario Transport Route will be configured only from DEV -> QA -> PRD and not the vice versa.
    If it is not vice versa is that possible.Please let me know.
    Thanx in Advance.
    Regards,
    IFF

  • Import request automatic in version ECC 6.0

    Hi,
    Now we are planning to do automatic transport from dev to qas. what is the meaning of automatic transport? How can i set this in my landscape.
    STMS route is dev-qas-prd .Please give me your valuable ideas.
    My Operational System is Unix and database DB2.
    Thanks

    Hai,
    The best way to automate transports is to write UNIX scripts and schedule them using crontabs.
    This will help to import requests to specified clients whenever you release a request in DEV system.
    Doing automatic import into QAS is acceptable. For importing into PROD systems it is better you do it since some request can be critical to business and should be done after office hours.
    Regards,
    Yoganand.V

  • How import prior Backed-Up Fox Favorities in multiple sub-folders rather than one at a time in Fox 6.0

    How do you import prior Backed-Up Fox Favorities. This involved many short-cuts and contained in multiple sub-folders.
    How can I import the whole folder library rather than one short-cut at a time from each folder.

    The favorites shortcuts were not IE but from Firefox. I had a operating system failure. So, after re-installing the operating system, I then had to re-install all applications anew.
    After installing Fox 6.0, the problem is my prior use of folders and sub-folders with many favorites shortcuts in each.
    It appears that I will need to start anew with creating a folder system in the new firefox application. Then take all of the favorites shortcuts, individually, out of folders and put them in a file in a row, in an antilog fashion. Then try to get Firefox to accept them in some fashion.
    I also do not know how to (1) export IE Favorites (2) in IE (3) to an HTML?
    I am just lost.
    Ijohn5

  • After clean install of Snow Leopard, Time Machine did not restore all files.  When I try to restore these files I get "Not enough disk space" error.  What do I need to do to get these important files back onto my Mac from my external hard drive??

    After clean install of Snow Leopard, Time Machine did not restore all files.  When I try to restore these files I get "Not enough disk space" error.  What do I need to do to get these important files back onto my Mac from my external hard drive?? 

    Janet.b wrote:
    About 3 years old...pretty dated now I guess.  Am thinking I may just need to have it upgraded by a Mac tech.
    For what the Apple Store's charge you can buy almost buy a new computer.
    Just for giggles I brought my old laptop in for a drive upgrade and asked, they wanted $600 for a drive that only cost $120 at the time and it was a slow 5,400 RPM drive. The new Mac's of a similar make were going for $1000.
    I did the drive replacement myself, got a faster drive of better quality for $300 instead.
    Then another time I asked for a RAM upgrade from 4GB to 8GB, they wanted to charge $400 + $35 for the labor.
    The same RAM is on Crucial.com for $90 and all I need is a 00 micro phillips screwdriver.
    So you see what's going on here.
    I think what you should do, if your out of warranty/AppleCare, is to call up the local PC tech guy who also does Mac's and have them fix you right up.
    They can offer more personalized care which you need. Clone your old drive to the new and everything.
    With Apple they are overworked at the Genius Bar and just place roadblocks so you buy a new machine instead.
    For instance, all new iMac's now have proprietary drive software installed on the hard drives for heat monitoring. So now the only choice a user has is to bring their iMac into a Apple Store for a very expensive drive upgrade, which a person then decides the money is better spent buying a new machine.

  • I downloaded CS6 Red Plug-In and added to Package Contents, replaced the current files with the new without backing up, now my RED footage thumbnails and color-correction don't WORK! How do I get my old importerRed file back!!?? HELP!

    I downloaded CS6 Red Plug-In and added to Package Contents, replaced the current files with the new without backing up, now my RED footage thumbnails and color-correction don't WORK! How do I get my old importerRed file back!!?? HELP!

    Try asking in the Premiere Pro  forum seems to be an Adobe Lab for Premiere Pro

  • How to get the "audio import option" back in Captivate 7

    I need to insert audio over 4 slides in a 43 slide presentaton.  How do I get the "audio Import option" back so I can do this?

    Hi there
    Look at the timing for the slide. If the slide duration is long enough to accommodate the audio clip you will not see this dialog. The only way I've ever seen it occur is to ensure that the slide duration is shorter than the audio clip.
    For example, try inserting a blank slide timed for one second. As long as the audio clip is longer than that, you should see the dialog when inserting the clip. But if the audio clip would play for three seconds and the slide itself is perhaps ten seconds long, there is no need to present the dialog.
    Cheers... Rick

  • Error in import request

    i am trying to import request, it was stopped with errors
    error code 8
    what may be possible reason, can anyone tell how to resolve this prob.

    Returncode 8 means "error on import" - you need to check the logfiles of the transport to see, what went wrong.
    Markus

  • I have been using the apple IPad camera connection kit and my photos can be viewed in the events... But the all imported folder is no longer there and the last import folder is empty. Is there any way to resolve this ang get my all imported folder back?

    I have been using the apple IPad camera connection kit and my photos can be viewed in the events... But the all imported folder is no longer there and the last import folder is empty. Is there any way to resolve this and get my all imported folder back? as well as get my last import functioning normally?

    Please please help me, if you know how.

  • How can I import a backing track from itunes to garageband? thanks!

    how can I import a backing track from itunes to garageband? Just trying to record over it. thanks!

    Reveal  iTunes in GarageBand in the Media Browser like this:
    Use the search field to find your song in iTunes, and drag the song from the m
    Media Browser to a real instrument track or an empty space on the Time Line.
    Or drag the song from the iTunes Application window to the desktop, and from the Desktop into the Time Line in GarageBand. Unfortunately you cannot drag directly from iTunes to Garageband.
    Regards
    Léonie

  • Transport request : tp check buffer for already imported requests

    Hi,
    I want to put a transport request on my prod. There was no problem on the quality. But on the prod, i have the message :
    "tp check buffer for already imported requests"
    and nothing appends.
    Do you have any idea how i can unlock this transport request ?
    Tx in advance.

    Hi,
    Use table E070. and display the Transport reqeust and double click on the request row.and in command prompt enter ' /h '. change status as unreleased.
    Regards
    Jana

  • Import a backed-up repository in Designer 9i

    Hi,
    I have a 9i repository on WinNT. From the Repository Administration Utility, I have taken a backup of the repository(Export) and stored it as .dmp file. Now i want to import the backed-up .dmp file to replace the existing repository. But the Import icon is not enabled to import the .dmp file. Can somebody tell me why this button is disabled. Is the process that i am doing the right one or can any of u suggest a way in which i can import the repository backup.
    thanks in advance
    regards,
    Vijay

    Vijay
    I would guess that you need to drop all the database objects before you can import. A good way to test this is to create a new repository owner and see if the import is enabled.
    Steve

  • Import Requests failed in CONS

    Hi
    I'm facing the problem of import requests being failed in CONS.
    The reason being for that is:
    <b>the import failed because not every request including follow-up requests were processed</b>
    I've checked the following things:
    a) idleStart  is set to false
    b) the corresponding track is OPEN
    c)  BUILD_TOOL_VM_ARGS is -Xmx748M.
    I cannot figure out the issue why, requests are failing
    Any pointers in this direction will be great help
    Thanks in advance
    Srikant

    Hi,
    By logging on to the CBS WebUI, check whether the property 'Request processing' of your buildspace is 'ON'. If not, select the buildspace and click 'Edit' to set it ON.
    Regards
    Srinivasan T

Maybe you are looking for