Transport Framework for WebDynpro

Hi,
Can someone tell me how the Transport Framework actually works in WebDynpro. Can you deploy (to Production J2EE Engine/ Test J2EE Engine etc ) only at the Application Level and not at the Project Level.
In other words, If a WebDynpro project has 3 applications, I dont want to deploy all 3 applications everytime. Only the application I change I want to deploy. I know there is a option "Deploy and Tun Application" but I saw it builds the .ear file at the project level. Does this mean that everytime the whole project is deployed to the J2EE engine ? Can we deploy only a application ?
Thanks

Yes, when you deploy the application,  the entire project is rebuilt and deployed.  Reason why I say this is because I have two iviews in my development portal in the same page, both with automatic refresh.  They use applications within a common project.  When I deploy one application, the other application in the other iView breaks at the next refresh interval, because the build version is no longer the same.  This tells me that the entire project is rebuilt and deployed and not just the applications.  I don' think that you can just deploy the "application" as it is just a gateway to the webdypro program.  Sort of like a tcode in R/3.
Regards,
Rich Heilman

Similar Messages

  • Transport of activity from Quality to production for webDynpro Java applica

    Hi,
    can anybody tell me how do i go for transporting activity in webdynpro java applications from quality to production server.
    i have done some changes in webdynpro code  and deployed in quality system. i have created activity and now want to transport that to production so that the changed functionality should reflect in production system.
    Its urgent so your quick suggestion will be appreciated.

    Hi,
    can anybody tell me how do i go for transporting activity in webdynpro java applications from quality to production server.
    i have done some changes in webdynpro code and deployed in quality system. i have created activity and now want to transport that to production so that the changed functionality should reflect in production system.
    Its urgent so your quick suggestion will be appreciated.
    Hi Vijayalaxmi,
    Following are the steps for transporting the content from DEV to QA
    1. Check in the activity into DTR and activate it. Once it is activated successfully it will show green
    2. Now go to transport view and release the activity by drilling down in waiting... node.
    3. Once the activity is released it becomes available in the Consolidation tab of CMS.
    4. Import the activity in consolidation tab
    5. Assemble the components in the Assembly tab.
    Once you assemble an .SCA file is created in \usr\<SID>\trans\CMS
    6. Copy this file manually and deploy it using SDM in QA.
    Hope it clears your doubts
    Best Regards,
    Ravi

  • Popup for transport request in WebDynpro ABAP application

    Hi there,
    which function module can I use to prompt the user for the transport request in an WebDynpro ABAP application.
    In SAPGUI I found 'TR_ORDER_CHOICE_CORRECTION' to do this but I get a short dump when I call this one from a WebDynpro ABAP application ...
    Many thanks in advance!
    Regards,
    Steffen

    Thanks for your replay!
    The reason I get the short dump is the function modules I found call a dynpro screen inside for prompting for the request. I am not surprised this does not work for WebDynpro applications ....
    So I thought there is a generic function module for WebDynpro applications available or a WebDynpro component I can use for this ... Sure I could build it by myself but this does not seem to be the right way for me since this requirement seems to be of a generic nature.
    @Gaurav: I am interested to bring up a generic popup for prompting for the request. So I cannot use the flags to suppress the screen ...
    Best regards,
    Steffen

  • What is used for WebDynpro for ABAP?

    hi all friends,,
    what is used for WebDynpro for ABAP?
    Thanks,
    S.Suresh.
    Title was edited by:
            Alvaro Tejada Galindo

    Hi
    Web Dynpro for ABAP - Getting Started
    Web Dynpro for ABAP is SAP’s new standard UI technology for developing user interfaces in the ABAP environment. In the long term Web Dynpro for ABAP will be the successor of the traditional screen (“Dynpro”) based user interface technology which is based on the SAP GUI. Available with NetWeaver 7.0 (2004s) Web Dynpro for ABAP provides the same declarative UI development paradigm as Web Dynpro for Java directly out of the NetWeaver ABAP Application Server. Web Dynpro for ABAP allows the development of user interfaces directly within the ABAP Workbench (SE80) and the Web Dynpro runtime environment is a central part of the ABAP server and can be used in any SAP solution based on NetWeaver 7.0 (2004s) without the need of an additional server installation.
    Web Dynpro for ABAP allows the development of user interfaces in a declarative way by providing a mighty framework which abstracts the rendering technology from the core UI definition tasks. The Web Dynpro developer declares the layout and behavior of the UI without caring about HTML, JavaScript, browser specifics or the HTTP protocol. Instead the focus lies on designing graphically Web Dynpro components based on the Model View Controller model, which enforces a clear separation between the UI layer and the underlying business logic.
    This declarative Web Dynpro programming model enforces the developer to focus on the tasks of
    Designing the layout of the visible views (where should the table be placed, do I need tabs, how should the button look?)
    Declaring the flow and behavior of the application (flow between views, which event is triggered by which button click, etc)
    Defining the data binding (which internal table is displayed in a specific table, etc)
    Implementing the event handlers and controller methods.
    Without making any assumption about the used rendering technology, like which browser should be supported or if the Web Dynpro application will be later displayed in a web browser via HTML at all or in another kind of client with completely different rendering capabilities.
    The Web Dynpro Frameworks provides all important UI features directly out of the box:
    All elements (tables, buttons, trees, dropdown list boxes, etc) necessary for state of the art user interfaces are provided by the Web Dynpro Framework in the form of predefined UI element libraries.
    Complex features and behavior of UI elements.
    Internationalization of the UI. All visible strings in a Web Dynpro ABAP UI are handled by the translation system and are translated in the same translation environment like other ABAP language dependent resources. All texts are displayed automatically at runtime, dependent of the user’s credentials.
    Accessibility features are directly built into the framework and UI elements.
    A unified rendering engine generates at runtime the data which is sent to the specific client application, which is not limited to browsers but includes the NetWeaver Business Client.
    All this is available in the established environment of the ABAP application server and well known capabilities like the transportation and change management system, security environment, test and performance analysis tools or remote debugging can be used like in common ABAP development.
    Learn about the Web Dynpro for ABAP technology with the resources below, and post your related questions and answers to the Web Dynpro forum.
    Web Dynpro for ABAP: Sneak Preview  
    Download, License Key Documentation, and Installation Guide available here.
    Web Dynpro for ABAP: Tutorials for Beginners  
    SAP NetWeaver Product Management provides this set of tutorials for getting started with Web Dynpro for ABAP technology.
    SAP Help Portal: Web Dynpro for ABAP  
    This online SAP documentation goes into detail about Web Dynpro architecture and programming, Web Dynpro for ABAP administration and security, and more.
    Web Dynpro - Not Just for Java Developers Anymore   (PDF 3.8 MB)
    In this SAP Insider article, SAP Product Manager Karl Kessler describes the tools of Web Dynpro for ABAP and uses a simple flight report example to highlight new and updated tools in the familiar ABAP environment.
    Community Contribution: WDA Tutorial I - Getting Started with Web Dynpro for ABAP   (PDF 2.5 MB)
    Software Engineer Rich Heilman provides this step-by-step guide for developing a Web Dynpro for ABAP application.
    Going into Details
    Basic Concepts - Selection vs. LeadSelection  
    In this blog, Thomas Szuecs of the Web Dynpro for ABAP development team shows how selection and LeadSelection works in Web Dynpro for ABAP.
    Web Dynpro for ABAP: Recreate the SE16 Data Browser   (PDF 386 KB)
    In this tutorial, Thomas Jung of SAP NetWeaver Product Management shows how to create a data browser simulator using Web Dynpro for ABAP.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/80aef577-543f-2a10-d19c-d83a565efe37 [original link is broken]
    <b><REMOVED BY MODERATOR></b>
    Message was edited by:
            Alvaro Tejada Galindo

  • Jar file upload and transport in Java webdynpro

    Hi,
    I wanted to change do small chnage to the existing jar file in webdynpro jave application. I did change the jar file.
    Question: Please let me know how can i include this jar file into existing application back and how the transport happend for the same?
    do we need to copy paste the ne jar file(updated jar file) in local drive where it exists and do little chnage the application will create an activity. then move to test and prd  will that move the jar file as well?
    appreciate your prompt help.
    Thanks
    Rag

    hi rag,
    1) "Like this have couple projects for same application. Under two are Jars, under these two jars i have to update my changed jar. Then the file used in another project.
    I can see other project which is using this jar is seeing in webdynpro explorer.
    But two jar projects are not showing in webdynpro explorer, but they can see through Navigator after i imported into location NWDS."
    here it shows that two are external library files having the jar file in the library folder.
    2) "My request is i have changed the jar file from existing jar project and replaced it in local path where it is currently. but it didnt ask me the activity to deploy the same.
    In this part , im not clear like how you were able to change the jar file without checking out the external lib dc , in the external lib, as i told earlier if it was checked out then activity will not be asked,
    3) "so how do i update JAR file and delpoy into server. and where can i see the JAR file been updated in server? i am how to deploy into server."
    JAR file cannot be deployed directly the way you deploy a DC or Webdyn pro project.
    if you have changed the jar file , just build your webdynpro project that uses this jar file. and deploy the same . The new jar file gets deployed along with your webdynpro project.
    if you want to deploy jar file, then you have to create a wedynpro development component of type j2EE-Server--library .
    Then in Used Dcs add your external lib dcs assembly public part with build time dependency
    go throught this blog you will know more about external jar file and its usage at run time.... and how it is getting deployed to the server.
    https://scn.sap.com/people/bertram.ganz/blog/2008/11/24/how-to-use-external-jar-files-in-web-dynpro-development-components

  • Transport a deployed WebDynpro Flex Model from CE 7.1 to 7.0 Portal

    Hi Friends,
    i need to transport a deployed WebDynpro Flex Model from CE 7.1 to 7.0 Portal. Simple transport package Export/Import doesn't work.
    Thanks and regards!
    Micha

    Hi Michael,
    > so the problem is java 5.0 programs won't work on java 1.4 Runtime
    > Environment?
    This at least is one of the main differences. If you use JDK 5, there is an option to make it runnable on JDK 1.4, see http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/javac.html#crosscomp-example
    Anyhow, also the runtime environments that SAP provides probably will have changed. So the JDK used won't be the only restriction!
    > is the only way to solve this to develop it for both Runtime Environments?
    As CE 7.1 is not productive yet (or are you in the ramp-up?), at the moment there shouldn't be that massively problems with that?! Anyhow, I would expect the possibility to import 7.0 projects into CE 7.1 to rebuild them, even if I''m not sure if this already exists or will provided in the future.
    Hope it helps
    Detlev
    PS: If you are interested in using CE7.1 dev environment (NWDS) even with JDK 6, see /people/detlev.beutner/blog/2007/08/17/using-jdk-16-and-above-to-run-sap-netweaver-developer-studio-71

  • Error: ORA-16778: redo transport error for one or more databases

    Hi all
    I have 2 database servers"Primary database and physical standby" in test environment( before going to Production)
    Before Dataguard broker configuration , DG setup was running fine , redo was being applied and archived on phy standby.
    but while enabling configuration i got "Warning: ORA-16607: one or more databases have failed" listener.ora & tnsnames.ora are updated with global_name_DGMGRL
    Please help me how can i resolve this issue .Thanks in advance.
    [oracle@PRIM ~]$ dgmgrl
    DGMGRL for Linux: Version 10.2.0.1.0 - Production
    Copyright (c) 2000, 2005, Oracle. All rights reserved.
    Welcome to DGMGRL, type "help" for information.
    DGMGRL> connect sys
    Password:
    Connected.
    DGMGRL> show configuration
    Configuration
    Name: test
    Enabled: YES
    Protection Mode: MaxPerformance
    Fast-Start Failover: DISABLED
    Databases:
    prim - Primary database
    stan - Physical standby database
    Current status for "test":
    Warning: ORA-16607: one or more databases have failed
    DGMGRL> show database
    show database
    ^
    Syntax error before or at "end-of-line"
    DGMGRL> remove configuration
    Warning: ORA-16620: one or more databases could not be contacted for a delete operation
    Removed configuration
    DGMGRL> exit
    [oracle@PRIM ~]$ connect sys/sys@prim as sysdba
    bash: connect: command not found
    [oracle@PRIM ~]$ lsnrctl stop
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-OCT-2006 19:52:30
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    The command completed successfully
    [oracle@PRIM ~]$ lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-OCT-2006 19:52:48
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PRIM)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 08-OCT-2006 19:52:48
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PRIM)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PRIM_DGMGRLL" has 1 instance(s).
    Instance "PRIM", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@PRIM ~]$ lsnrctl stop
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-OCT-2006 19:54:46
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    The command completed successfully
    [oracle@PRIM ~]$ lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-OCT-2006 19:54:59
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PRIM)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    [oracle@PRIM ~]$ dgmgrl
    DGMGRL for Linux: Version 10.2.0.1.0 - Production
    Copyright (c) 2000, 2005, Oracle. All rights reserved.
    Welcome to DGMGRL, type "help" for information.
    DGMGRL> connect /
    Connected.
    DGMGRL> create configuration test as
    primary database is PRIM
    connect identifier is PRIM
    ;Configuration "test" created with primary database "prim"
    DGMGRL> add database STAN as
    connect identifier is STAN
    maintained as physical;Database "stan" added
    DGMGRL> show configuration
    Configuration
    Name: test
    Enabled: NO
    Protection Mode: MaxPerformance
    Fast-Start Failover: DISABLED
    Databases:
    prim - Primary database
    stan - Physical standby database
    Current status for "test":
    DISABLED
    DGMGRL> enable configuration
    Enabled.
    DGMGRL> show configuration
    Configuration
    Name: test
    Enabled: YES
    Protection Mode: MaxPerformance
    Fast-Start Failover: DISABLED
    Databases:
    prim - Primary database
    stan - Physical standby database
    Current status for "test":
    Warning: ORA-16607: one or more databases have failed
    DGMGRL> show database verbose prim
    Database
    Name: prim
    Role: PRIMARY
    Enabled: YES
    Intended State: ONLINE
    Instance(s):
    PRIM
    Properties:
    InitialConnectIdentifier = 'prim'
    LogXptMode = 'ASYNC'
    Dependency = ''
    DelayMins = '0'
    Binding = 'OPTIONAL'
    MaxFailure = '0'
    MaxConnections = '1'
    ReopenSecs = '300'
    NetTimeout = '180'
    LogShipping = 'ON'
    PreferredApplyInstance = ''
    ApplyInstanceTimeout = '0'
    ApplyParallel = 'AUTO'
    StandbyFileManagement = 'AUTO'
    ArchiveLagTarget = '0'
    LogArchiveMaxProcesses = '30'
    LogArchiveMinSucceedDest = '1'
    DbFileNameConvert = '/u01/app/oracle/oradata/STAN, /u01/app/oracle/oradata/PRIM'
    LogFileNameConvert = '/u01/app/oracle/oradata/STAN, /u01/app/oracle/oradata/PRIM'
    FastStartFailoverTarget = ''
    StatusReport = '(monitor)'
    InconsistentProperties = '(monitor)'
    InconsistentLogXptProps = '(monitor)'
    SendQEntries = '(monitor)'
    LogXptStatus = '(monitor)'
    RecvQEntries = '(monitor)'
    HostName = 'PRIM'
    SidName = 'PRIM'
    LocalListenerAddress = '(ADDRESS=(PROTOCOL=tcp)(HOST=PRIM)(PORT=1521))'
    StandbyArchiveLocation = '/u01/app/oracle/flash_recovery_area/PRIM/archivelog/'
    AlternateLocation = ''
    LogArchiveTrace = '0'
    LogArchiveFormat = '%t_%s_%r.arc'
    LatestLog = '(monitor)'
    TopWaitEvents = '(monitor)'
    Current status for "prim":
    Error: ORA-16778: redo transport error for one or more databases
    DGMGRL> show database verbose stan
    Database
    Name: stan
    Role: PHYSICAL STANDBY
    Enabled: YES
    Intended State: ONLINE
    Instance(s):
    STAN
    Properties:
    InitialConnectIdentifier = 'stan'
    LogXptMode = 'ASYNC'
    Dependency = ''
    DelayMins = '0'
    Binding = 'OPTIONAL'
    MaxFailure = '0'
    MaxConnections = '1'
    ReopenSecs = '300'
    NetTimeout = '180'
    LogShipping = 'ON'
    PreferredApplyInstance = ''
    ApplyInstanceTimeout = '0'
    ApplyParallel = 'AUTO'
    StandbyFileManagement = 'AUTO'
    ArchiveLagTarget = '0'
    LogArchiveMaxProcesses = '30'
    LogArchiveMinSucceedDest = '1'
    DbFileNameConvert = '/u01/app/oracle/oradata/PRIM, /u01/app/oracle/oradata/STAN'
    LogFileNameConvert = '/u01/app/oracle/oradata/PRIM, /u01/app/oracle/oradata/STAN'
    FastStartFailoverTarget = ''
    StatusReport = '(monitor)'
    InconsistentProperties = '(monitor)'
    InconsistentLogXptProps = '(monitor)'
    SendQEntries = '(monitor)'
    LogXptStatus = '(monitor)'
    RecvQEntries = '(monitor)'
    HostName = 'STAND'
    SidName = 'STAN'
    LocalListenerAddress = '(ADDRESS=(PROTOCOL=tcp)(HOST=STAND)(PORT=1521))'
    StandbyArchiveLocation = '/u01/app/oracle/flash_recovery_area/STAN/archivelog/'
    AlternateLocation = ''
    LogArchiveTrace = '0'
    LogArchiveFormat = '%t_%s_%r.arc'
    LatestLog = '(monitor)'
    TopWaitEvents = '(monitor)'
    Current status for "stan":
    Error: ORA-12545: Connect failed because target host or object does not exist
    DGMGRL>

    This:
    Current status for "stan":
    Error: ORA-12545: Connect failed because target host or object does not exist
    says that your network setup is not correct. You need to resolve that first.
    As for Broker setup steps how about the doc or our Data Guard 11g Handbook?
    It's 3 DGMGRL commands so I am not sure what 'steps' you need?
    Larry

  • How can i do the registeration of JStartup Framework for SDM installation

    when i do the registeration of JStartup Framework for a new SDM installation,an error occurred:
    Invalid parameter syntax "sdmhome"
       registerjstartup:
          Registration of JStartup Framework for this SDM installation
          usage:
             registerjstartup sdmhome=<...> msport=<...> jstartupdir=<...> mshost=<...> [logfile=<...>] [syntaxcheck=<...>] [logtoconsole=<...>]
    Syntax error. Return code: 12
    My Commandline as:
    SDM registerjstartup sdmhome="D:\user\sap\E01\DVEBMGS01\SDM\program",what is wrong with the commandline?

    Hope you are executing the commands in the following order:
    1. sdm jstartup “mode=standalone”
    2. sdm registerjstartup sdmhome=<...> jstartupdir=<...> mshost=<...> msport=<...>
    where:
            jstartupdir – the directory in which the JStartup Framework software is installed
            mshost – the host name of the message server
            msport – the port on which the message server waits for requests
    3. sdm jstartup “mode=integrated”
    by the way, which OS u r using?
    Regards,
    Ravi.

  • Suggestion for a good book for webdynpro for java

    Hi, I am new to this technology,and i know a little bit basics,but i want to learn in depth regarding Webdynpro For Java and my backend is SAP R/3
             can anyone suggest me  a good book for webdynpro for java

    Hi padma,
    Check this link.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#9">Web Dynpro Sample Applications and Tutorials</a>
    Re: Guides for new entrant to Webdynpro
    Regards,
    Mithu

  • Transport request for BW queries and roles.

    Hi All,
    we need to craete 20 bw queries on 4 multiproviders. We need to save 18 queries as workbooks in one role and the other 2 queries in other role.  Both the roles and queries does not exist and will be created in Developement environment.
    We just want to know how we can transport them in the quality environment. What is the right method to transport them.
    Can we transport all the object queries, workbooks and roles in number of transport requests so that if few queries or workbooks needs any changes then we do not have to transport all objects just the request which includes the changed objects.
    Thanks & Kind Regards,
    Hardeep

    Thanks a lot for all of you for your quick response. But i still have questions.
    If we create one transport for roles and one transport for each query then we will be having 21 transport requests. But the transport request on same multiprovider can lock the clacuated key figures and restricted key figures, if they are present in more than one query, it means they will be present in more than one transport requests, so they can be locked and trasport request will be failed.
    If i just create one transport request for all the objects roles, quaries & workbooks it will not loack any object, and transport request will not fail. But i have to transport all the objects again if i need to change one of the queries.
    Please let me know if there is a method that i can divide my queries as per multiprovider and can create transport requests as per multiprovider so that we can not lock calculated keyfigures and restricted key figures. Is workbooks can be published in the role in the same transport request. If it is and if in more than one transport request we are publishing the different workbooks to the same role, will it lock the role.

  • 2 Transport Request for a report

    Hi Experts,
    I am having 2 Transport requests for the same Z report (classical report).
    I have transported both of them to quality on after another with different modifications in both of them.
    Now i want to transport it to Production.
    I want to know do i need to transport both the requests or do i need to transport only the last
    Transport request to production ?
    Please help <removed by moderator>.
    Edited by: Thomas Zloch on Jun 16, 2011 10:33 AM

    Hi,
    As per SAP Best practice there shouldnt be any floating TRs in Quality system which are not moved to Production. Which means all the transports which move from Dev to Quality should be moved to Production. If there is any unwanted change which is moved due to a TR, then a correction request should be created & released to subsequent systems.
    Hence in your case move both the TRs in the same sequence to Production.
    Thanks,
    Best regards,
    Prashant

  • Transport target for business system not found in System Landscape Director

    Folks,
    We have new installed new PI 7.1 system and importing interfaces from the OLD XI 3.0 system in to new PID 7.1 system.
    We are getting following error when we try to import an interfaces in to new PID system:
    Import failed because of business system transfer object
    Communication component XID_FileSystem: Obligatory
    transport target for business system XID_FileSystem not found in
    System Landscape Directory
    We are yet to install PIQ system.
    All the interfaces in the old XID system have transport target of XIQ system.  I removed the  transport taget for the interface, but transport target is still showing in the Business system under transport target head.
    How can we overcome this issue as we will not have PIQ system atleast for two weeks.
    Thanks in advance,
    Regards
    Chandu

    Hi,
    You need to maintain Transport Groups and target for business systems while SLD transports between your XI system and PI 7.1
    Illustrated with DEv & PRD here.
    Procedure:
    1) Call Integration Builder screen on DEV Server with http://hostname:J2ee Port/rep
    2) Call SLD (System Landscape Directory) Component from the Integration builder
    Save all the Following .zip files on the Local Desktop
    3) Select the Software Component & say Export that you want to Export from DEV
    Server to Production server and which is going to use in the IR of XI
    4) Also Select the Product of the above SWC and say Export
    5) Select the Technical Systems (TS of XI & TS of the SAP R/3) and say Export
    6) Select the Business System(s) & say Export; those are associated with above Exported
    Technical systems.
    In Production Server
    1) Logon to the SLD of the Production Server.
    2) Create a Technical System and Business system which points to the Production SAP R/3
    3) Go to Administration TAB in the main page of SLD
    4) Select the Import option to Import the SWC , PRD, TS,& BS which we Exported Earlier in DEV Server
    5) Click on Browse and select the .zip files that is to Import into Production Server,
    Which were stored on the local desktop at the time of DEV Server Export
    And say Import Selected File Option
    By this we exported and imported the SLD Objects
    Now we have to create transport groups and transport targets in the Production server of SLD
    Creation of Transport Groups
    Edit GroupsGroup1) Select the Business systems 
    2) Click on New Group and give the name of the group as DEV_group & select the
    Corresponding Development serveru2019s integration Server
    3) Similar way create another group for Production serveru2019s business system as
    PRD_group and select the Production serveru2019s integration Server
    Creation of transport targets
    This is to Define which business systems in two different groups correspond to each other
    1) Select each Business system in the SLD and select transport TAB---click on
    Add/Change Target and select its corresponding target business system.
    For Example:
    If you select the business system of Production XI server means
    In the target you have to select group as DEVGROUP and the business system of Development XI server.
    Like this do the same for other business systems also
    Ex:
    BS_PRD_Integration Server----
    BS_DEV_Inetration Server
    How to create Transport Groups & transport Targets
    http://help.sap.com/saphelp_nw04/helpdata/en/ef/a21e3e0987760be10000000a114084/content.htm
    Regards
    Seshagiri

  • DBD: Error while trying to load the transport provider for odbc. Failed to load the library. System error: The specified module could not be found.

    Hello Everyone,
    We are getting an error while trying to create an Universe via Microsoft -> MS Analysis Services 2014 -> OLEDB for OLAP Provider under Connection in UDT -"DBD: Error while trying to load the transport provider for odbc. Failed to load the library. System error: The specified module could not be found."  We have installed BI 4.1 SP05 in our system. As per earlier posts in scn in BO XI 3.x this issue used to be for improper installation of Integration KIT but in our scenarion Integration KIT is within the BO 4.1 package so no seperate installation is required. Moreover I have checked whether all the driver is present under file: "C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer\drivers" and seems everything is fine. But still I am getting this error. One important point is we could use IDT because in IDT still we don't have option to connect with 'Microsoft Analysis Services - 2014 (XMLA)' as we are using Microsoft Analysis Services 2014 version.
    Kindly help if anyone has faced the same problem with SAP BO 4.1.
    Thanks and Best Regards,
    Ghosal

    Hello Everybody,
    The problem is solved now after installing "OLEDB drivers from SQL Server 2012 Feature Pack". We had OLEDB drivers that comes directly from SQL Server but that did not worked out in our case.
    Thanks for your support.
    Best Regards,
    Ghosal

  • Transport Parameters for FTP1.0

    While defining Communication Capability of a Remote trading partner i am confused what to put in these fields of Transport Parameter fields,i am using FTP1.0 transport protocol.Please comment on importance of these fields.
    Transport Parameter Values :
    Name Current Value
    polling interval 60
    base directory
    sender cipher suites
    receiver cipher suites
    sender channel mask None
    receiver channel mask None
    receiver proxy host
    receiver proxy port
    receiver proxy username
    receiver proxy password
    receiver proxy auth type
    receiver control port
    receiver data port
    receiver regular expression
    receiver read only
    receiver read ordered
    receiver read ordered timestamp source
    receiver read ordered timestamp format
    receiver read ordered timestamp offset

    Hi
    If you are trying to direct the outbound message to a local box (UNIX box) then it would be better to use the File 1.0 transport.
    For FTP you need to give the following information when creating the Transport Server
    Hostname - the hostname or ip address of a machine which has an FTP Server running.
    Username -
    Password -
    Apart from this, you need to populate the endpoint. This would be the directory into which you want the message to be put on the FTP Server machine. Note that the path would be relative to the directory into which the user is logged in during ftp session.
    The polling interval needs to be set for the Host Trading Partner Delivery Channel, but this has a default setting of 60 seconds. No other FTP parameters are needed to be changed under a simple scenario.
    I dont think the Status as disabled is being used by B2B. I checked in my environment and this also shows all endpoints to be in disabled status whereas these are working fine. Please ignore this column.
    For File and FTP you need to create your own endpoints.
    I have given some sample scenario case in the Thread : Re: [URGENT]Internal Delivery Channels of B2B
    [URGENT]Internal Delivery Channels of B2B
    Message was edited by: akthomas

  • Where can i get transport file for bc400's template programs to import

    hi
    where can i get transport file for bc400's template programs to import to miniwas
    would like to do the exercises for tw10 and tw12
    regards
    jan

    Thanks Spencer.
    I downloaded it, etc. and that didn't work. 
    It actually seems to work the same way as before I downloaded that driver, meaning, it prints but leaves it in the "# Document Pending" status.
    Since the wireless HP print server isn't working (No connectMgr.exe file) there's no connection and therefore the doc won't print.
    RE: Print/Server software out of date.  The software was working for many months after originally installing it on this laptop.  Then it just stopped.  Now it can't find the .exe file and that's odd.  
    If I could find that file I could just save it where it needed to be and I'd be good to go.
    Thanks for the help.
    Going to uninstall and reinstall again, just for fun.  I'll report back.
    J

Maybe you are looking for

  • I can't get iCal to stop importing

    I can't get iCal to shut down

  • User not shown in communications stream

    the original poster of a discussion is not shown  in the right window of the communications stream it just starts with "asked" further I cannot insert an image using IE8, the button to insert  is visible but inactive on the pop-up. I tried to attach

  • How to implement the function like this?

    I'm sorry, don't know why the previous post was approved then deleted. User visit http://aa.com/show?id=1  then the player plays 1.swf User visit http://aa.com/show?id=2  then the player plays 2.swf User can only see the url id, but can't see which s

  • Does CREATE_RULE_CLASS work in Standard Edition?

    Documentation reads, "Rules Manager is a feature of Oracle Database 10g Release 2, Standard and Enterprise Editions." However, when I run DBMS_RLMGR.CREATE_RULE_CLASS, I get "ORA-38493: feature not enabled: Exprerssion Filter index". Cause: An attemp

  • DW8 & table centering problems

    Hi All: I am trialing dw8. I typically create a 760 x 420 image in Fireworks with rollovers, etc. and export to an html file. In dw, I will turn that into a template and center it. For some reason, it doesn't want to center that table. www.bobgreen.c