Transport requests are modifiable after backtransport

Hello ,
I am SAP BI consultant and working on BW implemantation project.
Last week we have imported many transport request to quality system but because of some wrong transport from another team , Client has restored the backed of last week day 1.
So system is showing all those Transport request in modifiable status in Dev which we have already import to Q ( from day 2 to 5 ).
When I chekced the logs of transport request , it shows me logs of release from Dev and import to Q.
Please let me know Do we need to again reimport those Transport request to Q or it will not be required as log is showing import upto Q.
Will this work when we will move TR to Production system.
Please let me know as I am very new to BASIS.

Hi Sukhada,
From what you wrote I undrstand that your DEV system is restored.
First question is - did you do any development on day 2 to 5 ?
If no, you can just release transport requests again.
If development has been done on those days, everything should be still available on transport data files, so the first thing I would try is to go to STMS, add them to the dev queue and reimport. Don't know if that's gonna work though...

Similar Messages

  • Getting Lync enable users who are modified after specified time

    Getting Lync enable users who are modified after specified time
    Hi,
    I need to get all the Lync enabled users from Lync 2010 server who are modified after specified time.
    I have written a client with this below code for my purpose
    string
    dateString = "11/4/2014 11:19:10 PM";
    DateTime
    lastModifiedTime = DateTime.Parse(dateString, System.Globalization.CultureInfo.InvariantCulture);
    PSCommand command = new PSCommand();
    command.AddCommand("Get-CsUser");
    command.AddParameter("Filter",
    "WhenChanged -gt " + lastModifiedTime.ToString());
    powershell.Commands
    = command;
    Collection<PSObject> outPut = powershell.Invoke();
    But on calling Invoke method I am getting the below exception,
    Cannot bind parameter 'Filter' to the target. Exception setting "Filter": "Invalid cast problem for value: "11" type: "System.Nullable`1[System.DateTime]" query: "WhenChanged -gt 11/4/2014 11:19:10 PM" "17""
    Can anyone please point me what am I doing wrong.
    This command
    Get-CsUser -filter {whenchanged -gt
    "11/4/2014 11:19:10 PM"}
    when run directly on Windows Powershell works fine.
    Thanks in advance.
    Sandeep

    It appears you may be casting the date variable wrong. 
    If you have
    command.AddParameter("Filter",
    "WhenChanged -gt 11/4/2014 11:19:10 PM"
    And avoid the lastModifiedTime.ToString() addition, does it work?
    If so, it's just the way you're doing your date manipulation.
    Also, why convert from a string to a datetype and back for the datestring?  Are you trying to correct a timezone issue?
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications
    This forum post is based upon my personal experience and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • The transport request are pending in the import quene

    Hi the transport request are released from the development system and are showing pending in the production system

    Hi Shri,
    According to your query you have only two system landscape. If this is true then before import transport to prd from dev to import in send box which is test client. If everything is ok then you can import this transport in prd server with stms tcode.
    If you have any doubt pls mentioned here in details.
    Regards,
    Anil

  • Transport Request number missing after Remote client copy

    Hi,
       I have done a remote client copy with SAP_ALL .but after completing client copy i can find transport request numbers are not showing (SE10,SE09) for all the functional consultants. Plese help me to solve this issue, suggest me any solution
    Thanks
    Jyothish

    >    I have done a remote client copy with SAP_ALL .but after completing client copy i can find transport request numbers are not showing (SE10,SE09) for all the functional consultants. Plese help me to solve this issue, suggest me any solution
    If you did client specific customzing in those they are of course not found.
    Markus

  • Including transport request while modifying the custom table

    Hello Experts,
    I have a scnerio like, I have to insert/modify some records in my custom table. Now we want that these records should come under a transport request, so that we can track which records are for which user.
    I am developing a report and including a parameter for transport request in the selection screen. So the report will take TR number directly from selection screen, but how to include it for the records inserted.
    Regards,
    Harjeet

    Hello Altaf,
    I think you did'nt understood my issue. I am not using and transaction. I am creating a report program which inserts new entries into my custom table based on the flat file on my presentation server.
    Now I want these entries to be inside a transport request which is there in the selection screen.
    Hope this gives the clear idea of my specification.
    Regards,
    Harjeet

  • Unable to release transport request for modified Planning book from Dev Sys

    Hi All
    can someone advice on this:
    We have included a new key figure to our existing Planning book, which is already defined in Planning Area. This key figure is just getting shipping data for comparison and is not having any impact on macros also. We inserted key figure and set the attributes as output only and all looks good in Development system. But when we created transportation request and trying to release request it is giving error "Test Call of transport control program (tp) ended with return code 0208" Message no: TK094
    can any one advice on this
    KV

    Hello,
    Please check with Basis team. I think this is not related to planning book that you are trying to export. A look in the message text gives the following:
    Check the following points:
    Feasibility of the transport control program tp
    Parameter settings in the transport profile
    Availability of the transport directory and the subdirectories (cofiles, data, log, sapnames, bin)
    Write authorization for the subdirectories
    Write authorization for the files of the subdirectories cofiles, data, log, sapnames
    Release the request again when the error has been removed.
    Hope this helps.
    Warm regds,
    Ashutosh

  • Transport requests are not reflected in destination client

    Hi,
    I'm transporting a request contains the values from table
    V_T510F_B  Assign Pay Scale --> Currency  from Developement to Quality but it is not reflected in Quality server?

    hi,
    Please make sure that tables are not opened in both source and destinaiton server, as it will hold the locks on objects,
    Seconldy , sometimes it takes few minutes to reflect on the target server, wait for sometime then check the changes,
    Check the transport logs to make sure your request transported  successfully.
    Take the above precautions and reimport the request.
    Regards,
    SM

  • Re-transport the transport request to NQA server after system refresh

    Hi
    Users are moving the transport requests in NQA (quality server) using STMS tcode and Basis team is moving the trasnport requests using TP command in operating system level.
    There are some transport requests that are released and are moved only to NQA server but not in Production server.
    After the NQA refresh from Production server, we need to re-create the trasnport route for NQA server
    in NQA using SE06 and STMS.
    Now users want to re-transport the requests again in NQA server that was moved to NQA before the system copy but they are not able to make it.  In the transport queue, users are able to see their transport requests but they are not able to re-transport.
    When basis team try to move the same transport requests using TP command in operating system level, it failed with  error:
    - "Transport request is not in buffer".
    - x2n0v2:nqaadm 14> transport250_NQAu126 908807
    /usr/sap/trans/NDV/cofiles/K908807.NDV
    is this the correct cofile ?y
    cofile is K908807.NDV
    source system is NDV
    transport type is K
    transport name is NDVK908807
    Renamed to K908807.NDV.INTRANSIT on dbcindv
    Datafile copied to dbcinqa
    Cofile copied to dbcinqa
    -rw-rw-r--   1 nqaadm     sapsys       25606 Oct 29 11:13 /usr/sap/trans/NQA/data/R908807.NDV
    -rw-rw-r--   1 ndvadm     sapsys       25606 Oct 29 11:13 /usr/sap/trans/NDV/data/R908807.NDV
    -rw-rw-r--   1 nqaadm     sapsys         678 Dec  1 19:05 /usr/sap/trans/NQA/cofiles/K908807.NDV
    -rw-rw-r--   1 ndvadm     sapsys         678 Dec  1 19:05 /usr/sap/trans/NDV/cofiles/K908807.NDV.INTRANSIT
    Please compare the files before proceeding
    Do you wish to continue the import?y
    tp addtobuffer NDVK908807 NQA pf=TP_DOMAIN_NDV.PFL
    This is tp version 305.13.25 (release 46D) for ANY database
    Addtobuffer failed for NDVK908807.
      Cofile not existent or corrupted (datafile exists).
      If source system is available you may try to reconstruct
      the cofile using the command "createinfo".
    We used the following method to re-transport the requests to NQA server:
    "STMS --> Request -->Delete (the request number)" method delete the transport request from transport queue and from the cofiles/data directory of the operating system and then  " STMS --> extra-> other request-> add" allow us to put the transport request back to transport queue in NQA server. Once the transport requests are in queue, we can re-transport all of them one by one or in group.
    Question: Is it the right way to re-transport the request in NQA (first delete if from transport queue and then add and then re-import in NQA server).
    Id there is any other way to re-transport the requests, pls suggest us.
    Thanks
    Amar

    Amar,
    Depending on how many tarnsports you have and also if this is one time, what you can do is ask Basis guys to write a small script which adds to the buffer to your NQA system.
    Steps:
    1) under /usr/sap/trans/buffer rename the NQA buffer file.
    2) create a new empty file NQA (make sure permissions are identical)
    3) Provide the list of transports and ask Basis team to put it in a file at Unix level
    4) Run a script which will add to the buffer from the source file.
    5) From STMS refresh the NQA queue and you should see all the transports ready for import.
    Hope this helps.
    Thanks,
    Naveed
    Edited by: Naveed Qureshi on Dec 4, 2008 8:52 AM

  • Re-transport the transport request in Quality server after System refresh

    Hi
    Users are moving the transport requests in NQA (quality server) using STMS tcode and Basis team is moving the trasnport requests using TP command in operating system level.
    There are some transport requests that are released and are moved only to NQA server but not in Production server.
    After the NQA refresh from Production server, we need to re-create the trasnport route for NQA server
    in NQA using SE06 and STMS.
    Now users want to re-transport the requests again in NQA server that was moved to NQA before the system copy but they are not able to make it.  In the transport queue, users are able to see their transport requests but they are not able to re-transport.
    When basis team try to move the same transport requests using TP command in operating system level, it failed with  error:
    - "Transport request is not in buffer".
    - x2n0v2:nqaadm 14> transport250_NQAu126 908807
    /usr/sap/trans/NDV/cofiles/K908807.NDV
    is this the correct cofile ?y
    cofile is K908807.NDV
    source system is NDV
    transport type is K
    transport name is NDVK908807
    Renamed to K908807.NDV.INTRANSIT on dbcindv
    Datafile copied to dbcinqa
    Cofile copied to dbcinqa
    -rw-rw-r--   1 nqaadm     sapsys       25606 Oct 29 11:13 /usr/sap/trans/NQA/data/R908807.NDV
    -rw-rw-r--   1 ndvadm     sapsys       25606 Oct 29 11:13 /usr/sap/trans/NDV/data/R908807.NDV
    -rw-rw-r--   1 nqaadm     sapsys         678 Dec  1 19:05 /usr/sap/trans/NQA/cofiles/K908807.NDV
    -rw-rw-r--   1 ndvadm     sapsys         678 Dec  1 19:05 /usr/sap/trans/NDV/cofiles/K908807.NDV.INTRANSIT
    Please compare the files before proceeding
    Do you wish to continue the import?y
    tp addtobuffer NDVK908807 NQA pf=TP_DOMAIN_NDV.PFL
    This is tp version 305.13.25 (release 46D) for ANY database
    Addtobuffer failed for NDVK908807.
      Cofile not existent or corrupted (datafile exists).
      If source system is available you may try to reconstruct
      the cofile using the command "createinfo".
    We used the following method to re-transport the requests to NQA server:
    "STMS --> Request -->Delete (the request number)" method delete the transport request from transport queue and from the cofiles/data directory of the operating system and then  " STMS --> extra-> other request-> add" allow us to put the transport request back to transport queue in NQA server. Once the transport requests are in queue, we can re-transport all of them one by one or in group.
    Question: Is it the right way to re-transport the request in NQA (first delete if from transport queue and then add and then re-import in NQA server).
    Id there is any other way to re-transport the requests, pls suggest us.
    Thanks
    Amar

    No cross posting
    Read the "Rules of Engagement"
    Regards
    Juan

  • How to delete unreleased transport request where the objects are locked

    Hi Experts,
      I was created a transport request, but I am facing some probelms with taht request, now I want to delete transport request. I tried to delete them in SE10, I am getting message that the objects are locked. Please tell me how to delete unreleased transport requests where the objects belong to this transport request are locked.

    Hi,
    First go to transaction se03 Choose "Unlock Objects (Expert Tool)" option under "Requests/Tasks" and unlock your task,
    Than go to se10 and delete what you want.
    I hope it helps.
    Bulent

  • How can i delete a transport request?

    Hello:
    I only speak a little english. I wait that you can understand me.
    I have a transport request that is released. I make bad this request and i need delete it. But, when i go to se10 and I try to delete I recive this messagge:
    Request/task ____ already releaded (not modificable).
    How can I delete this request?
    Thank you very much.
    Report RDDIT076 is internal and should not be executed by customers.
    - Reported by Jason ORiordan
    Message was edited by: Suhas Saha

    Hi,
    It is easilly possible to delete the cofile and the datafile of the released transport request but why would you need to do that ?
    It is also possible to delete a transport request in the transport tables but it is a very bad idea and could even be seen as a temptative to hide a forbidden action in the system.
    It will be seen by a security audit as this would create a hole in the request order numbering.
    You would need to use direct database access to delete a released transport request.
    As I told you before, I would NOT do it as it is hasardous et may generate security audit problems.
    You can also destroy your transport system.
    Transport requests are stored in table E070.
    We only modify the e070 table after system copy by database refresh to reset the next transport request number. It is done by inserting a line in the table. We never delete inside this table.
    Use at your own risk !
    Regards,
    Raj.

  • Help..Transport request

    Hi All,
    Can anybody guide how to import transport reqests of diffrent sap landscape to my SAP landscape. List is also too log 500 nos. Is it possible? if yes plz tell me how to import these request. Plz reply ASAP.
    thanks and regards,
    Vikram

    Hi
         first copy all the data & co-files in the necessary directories as specified earlier.
    <b>Steps to Import a Request</b>
    1.     Go to Transport Management screen, using ‘STMS’  transaction code.
    2.     Go to Import queue. “Overview &#61664; Import (F5)”
    3.     Now in the import queues select the appropriate queue, into which the request has to be imported.
    4.     Then select the queue into which that particular request has to me moved. And refresh that queue to see latest updates. Then select for that particular request, and click that truck icon (import request).
    5.     And select the necessary options in the window and click “ok”.
    <b>Note</b>
    In synchronous mode, the request will assigned to a dedicated dialog or batch process, which is blocked until import has ended.
    In asynchronous mode, the request will not be assigned to any dialog or batch process, any work process which is in waiting state will handle that.
    <b>Conditional Imports</b>
    Conditional imports can be done at OS level commands with the number associated with ‘u’ describes the condition for transports; here Basis can select multiple options at a time.
    0     Imported transport requests are not deleted from buffer
    1     Ignore that the change request has already been imported
    2     Overwrite originals
    6     Overwrite objects in unconfirmed repairs.
    8     Ignore restrictions based on table classification
    9     Ignore the fact that the system is locked for this type of transport.
    At Application level (Transaction ‘STMS’) user can state the conditions while importing the request on following screen.
    6.     We will see truck icon in the request status.
    7.     After import is completed, we can see the return code of the request in ‘RC’ column. 
    8.     If the request ended with errors, then check the log files for details of the error.
    9.     If the request is terminated, then the corresponding data & co files are missing or some log file will be missing. If the data & file are place, try re-importing the request.
    hope this info helps!
    with regards,
    raj.
    <b><i>pls, award points</i></b>

  • Error within General Task: Register transport request in task list

    Dear all,
    I would like to register transports into a task list. When I try to do so I get the following error:
    Error RFC destination SPROJECT_GET_SMI_DATA_R: Projekt: ZCHARM_DQ
    Message no. /TMWFLOW/TASKLIST191
    Some one got an idea where the problem might be?
    Any help would be much appreciated.
    Best regards
    Daniel

    Hi Daniel,
    This error is reported in SDN blog /people/dolores.correa/blog/2009/07/22/change-request-management-scenario-usual-questions-and-known-errors
    in point 21
    21. Missing authorization for READ RFC connections
    Our default authorizations for remote READ RFC users (created in SMSY) do not allow us to read transport requests information. But READ RFC users are used extensively in Charm to get those information. It is a bug in SMSY which has not been fixed by now. So currently for such kind of messages we have to ask our customer to manually add appropriate authorizations (e.g. profile S_TMW_CREATE) to those READ RFC users.
    - Open transport requests are not marked as red when release them from task list.
    Note 1279558 - Red Question Mark Icon Missing from Charm Transport Release
    - "Error RFC destination SPROJECT_GET_SMI_DATA_R" when register outside transport requests into Charm.
    Please assign enough authorizations to all those READ RFC users on their DEV system (including client 000).
    - Cannot complete maintenance cycle due to "Error RFC destination /TMWFLOW/TL_COMPL_CHK_TR_WO_TL"
    Please assign enough authorizations to all those READ RFC users on their DEV system (including client 000).
    - Transport request information is missing in the result of Charm Reporting.
    Please assign enough authorizations to all those READ RFC users on their DEV system (including client 000). And after that they should re-execute background job SM:TMWFLOW_CMSSYSCOL to update those information on Solution Manager system again.
    Hope this helps,
    Dolores

  • Regarding Transport Request and related program names

    Hi All,
    I have a issue with picking Pro<b>gram Names</b> from <b>Transport Request</b> names.
    I am using <b>E071</b> table to pick up all the <b>Objects/Program Names</b> based on <b>TR's</b>.
    But for the <b>TR's</b> which are having <b>D-Modifiable status</b> i am not getting any entries from <b>E071</b> table.
    Can anybody give me alternate table which will give us All Program names under a T<b>R</b> based on T<b>R</b> for which status is <b>D</b>.
    Thanks in advance.
    Thanks,
    Deep.

    Hi Deep,
    When the transport request is not released (i.e it is in Modifiable status) all the objects are linked to the tasks under the transport request. So if you are trying to get all the objects in the transport request(in modifiable status), first you have to get all the tasks under the transport request and get the objects under each task from E071 table.
    You can get the taskes under the transport request by selecting from E070 table
    select * from E070 where STRKORR = <your transport request numer>
    then you can get all the objects for each task .
    - Kalyan

  • Copy by Transport Request issue

    Hi Everyone,
                   I have some transport requests in my development Client. all are functional related. My Functional people wanted me to move this to Quality client which is in the same server. I did that by using SCC1 Transaction. It ran successfully. But no Updation took place. What may be the reason?
                   To check this, i created a Z role in DEV(700) client and transported in the same way to QTY(800). This ran successfully and i could able to see my Zrole in the QTY client with authorizations i have assigned in DEV.this is also a Customizing request and all those previouslly transport request are also customizing request. then why the functional thing is not updating in the Quality client.
                  (Functional details: Company code available in 700 , not available in 800 even after importing TR)
    My QTY details from SCC4:
                 Client role :Test
                  Automatic Recording of changes
                  Cross customizing aloowed
                  Protction level 0:No restriction
    Regards,
    Siva

    Hi,
    Customizing request are client dependent. So you need to transport the requests.
    You have three data types in SAP system.
    1.Client dependent(some spro settings) 
    2.Client independent(Cross-client).
    3.Repositiry object.(like tables,reports)
    As client dependent settings are locked in customizing request, you need to import them in every client you need even they are in the same system. If it is a workbench request in which a report is locked then you need not to transport it because it is cross-client.
    Regards,
    vamshi.

Maybe you are looking for

  • Iphoto will not re-install after disappearing during a software update, any ideas why this happened?

    Before i ran the software update i had to iphoto icons in the launch pad, both had exactlly the same content so i just ignored it for a wile till i needed to update my photos, which i was hoping to do after the update. However when i restarted both i

  • Missing Set Types in CRM 5.0

    Hi Gurus, We are trying to create hierarchy/category in our standalone CRM 5.0 system. However, after creating a new (base) category under the hierarchy we created (no other hierarchy in system), we cannot find the text-related set types (COMM_PR_LGT

  • ESS WHO's WHO Functionality

    Hello everyone,                          Can anyone explain what is WHO's WHO functionality? Also where can I find the switch (name?) for Who’s Who functionality for Org Chart and Calendar?? I guess it is in T77SO but I am not familiar with the names

  • Adobe Reader X is not stable, it crashes on both of my computers

    I have installed the Adobe Reader X a few days ago. yesterday, after reading a pdf book for a few hours, the Adobe Reader was not responding when I press the next page keyboard key. On the screen, those pages after the current page shows as a little

  • UDF TO Supress the node

    Can somebody send the UDF to Supress the Node