SQL 2005 to SQL 2012 Replication for SSRS

I recently successfully implemented one-way log shipping from a production SQL 2005 database to a new SQL 2012 database in the hopes that I can use the 2012 database to run SSRS 2012 on it.
Unfortunately, the 2012 database is kept offline since log shipping between two DIFFERENT SQL versions can only be done in a NO RECOVERY mode.  (Standby mode is NOT available which would make the SQL 2012 read only and therefore workable for SSRS
2012.)
Does anyone have any suggestions on if there is another method on how to achieve this?

Yes, You can try replication. I hope you've latest service pack upgrade for SQL 2005.
http://msdn.microsoft.com/en-us/library/ms143699.aspx
BOL:-
A Subscriber to a transactional publication can be any version within two versions of the Publisher version. For example: a SQL Server 2005 Publisher can have Subscribers running SQL Server 2005, SQL Server 2008 (including SQL Server 2008 R2), or SQL Server
2012; and a SQL Server 2012 Publisher can have Subscribers running SQL Server 2005, SQL Server 2008 (including SQL Server 2008 R2), or SQL Server 2012.
-Prashanth
-Prashanth

Similar Messages

  • Upgrade Process from SQL 2005 to SQL 2012

    Hi All,
    I have gone thru multiple threads and would like to understand some steps in detail for me to upgrade SQL 2005 to SQL 2012.
    Below is my understanding and questions around it, I would be setting up a new environment with OS 2007/2008 with SQL 2012:
    Environment Readiness - Ensure new environment is ready with Win 2007/2008 with SQL 2012 Server
    Run Upgrade Advisor on the new environment and point to SQL 2005 instance
    Find the breaking/discontinued changes to be done before or After Upgrade
    <Question>: Over here I would like to know what should be our approach to make the required changes
    <Question>: Obviously I should not be making changes directly on the Production SQL 2005 server, then in that case should I take a backup/restore on the new SQL Server 2012 and then make the required changes to the database objects
    like (Table schema(changing column names/datatypes etc.), Stored Procedure, Functions & Views)
    <Question>: When I do a backup/restore I would also get the data along with it, so is this a recommended approach or should we only run/use the table schema creation scripts, fix the issues identified by UA and then do an Table to Table import,
    any thoughts on this ?
    <Question>: If I have to do a table to table Import then I should ensure there's a downtime during the Import or would I have any other better approach          
    So, basically my questions are around the approach of fixing the issues identified by UA and moving the database to SQL Server 2012 environment, I have around 300 databased to me upgraded.
    Please do let me know what should be a good/proven approach ? Pl. do let me know if you would need any more details from me.
    ---Umesh

    Thanks all for the replies.
    I am trying summarize what I have understood here:
    Document SQL Server 2005 environment details, Is there any tool which could give us all relevant details
    I would take the backup from the SQL Server 2005 Production environment and then restore the same in a test environment which again has SQL Server 2005 and Run Upgrade Advisor on that
    Probbaly run SQL Profiler as well to find out the deprecated changes to be done
    I should fix all the breaking, discontinued changes on the Test system identified by UA
    I should fix all the deprecated changes on the Test system identified by SQL Profiler
    Steps 3 & 4 should give me the changed scripts for all database objects (i.e. Table Schema, Stored Procedures, Functions & Views)
    <Question> Perform test, I understand this acitivity test can be captured by having SQL profiler running in the background on the SQL Server 2005 production environment where we can identify some days in a week or a month where maximum activity is
    expected to ensure we cover most the scenarios, let me know is this approach looks fine or is there a better approach
    Now, with regards to acutal upgrade I need to identify a time window where in less activity is done during which I could have a downtime for the actual SQL Server 2005 production environment
    Post downtine, I should do a BackUp for all databases from SQL Server 2005 production environment
    Test on environment readiness of SQL Server 2012 can be compared against the documentation done as part of the first Step
    <Question> Ideally I should a restore first in the new environment which has SQL Server 2012
    <Question> Then run the Scripted changes where we fixed all the breaking, discontinued & deprecated changes
    <Question> Does above sequence of Step 9 & 10 make sense or is there a better approach of doing it
    <Question> Post Upgrade and running of changed scripts, I should run the Upgrade Advisor again and see if everything looks fine
    <Question> Perform test again which we ran on SQL Server 2005 Test environment
    <Question> These steps should complete the Upgrade process.
    Please do let me know if the above sequence look ok to all of you and does it really work in a practical scenario, do let me know your feedback or any change in sequence/process or any other tools that can be used here.
    Thanks Again ...

  • Gathering physical memory for SQL 2005..SQL 2014

    Hi All,
    I'm trying to write a query to gather physical memory across my SQL servers (from SQL 2005 to SQL 2012).
    However, the sys.dm_os_sys_info DMV (the column for physical memory) is not the same after the switch to SQL 2012+.
    Here is the original query:
    SELECT
    @@SERVERNAME AS ServerName,
    CASE WHEN LEFT(CAST(serverproperty('productversion') as char), 1) = 9 THEN '2005'
    WHEN LEFT(CAST(serverproperty('productversion') as char), 4) = 10.0 THEN '2008'
    WHEN LEFT(CAST(serverproperty('productversion') as char), 4) = 10.5 THEN '2008R2'
    WHEN LEFT(CAST(serverproperty('productversion') as char), 2) = 11 THEN '2012'
    END AS MajorVersion,
    SERVERPROPERTY ('productlevel') AS MinorVersion,
    SERVERPROPERTY('productversion') AS FullVersion,
    SERVERPROPERTY ('edition') AS Edition,
    SERVERPROPERTY('collation') as Collation,
    cpu_count as CpuCount,
    physical_memory_in_bytes/1024/1024 as PhysMemMB
    FROM [sys].[dm_os_sys_info]
    If I run that on SQL 2014, it fails because 'physical_memory_in_bytes' is now called 'physical_memory_kb'
    I tried to do an IF..THEN..ELSE:
    IF (cast(serverproperty('productversion') as char) like '11.%')
    Then change the query accordingly but it would fail because i guess when it tried to parse the whole code, one of the T-SQL variations would have a column that did not exist in that particular version of SQL Server.
    Is there a way I can get physical memory across SQL 2005..SQL 2012 or rewrite the T-SQL above to be able to run on both?
    Thanks in advance

    Oh it seemed like you are asking SQL Server memory. the name for physical memory column ha changed only in SQL Server 2012. I wrote below script  just first run select SERVERPROPERTY('ResourceVersion')  to get exact resource database version of
    SQL Server 2012 and then replace it in below script
    IF cast ( SERVERPROPERTY('ResourceVersion') as char (10) )= '11.00.2000'--2012 resource database version
    select (physical_memory_kb/1024)as Physical_mem_MB from sys.dm_os_sys_info
    else
    select (physical_memory_in_bytes/1024/1024) as physical_mem_MB from sys.dm_os_sys_info
    Edit: A more optimized query
    If cast (LEFT( CAST(SERVERPROPERTY('ResourceVersion') AS VARCHAR(20)),2) as INT) in ('11','12')
    select (physical_memory_KB/1024) as Physical_Mem_MB from sys.dm_os_sys_info
    --else it uses for 2005-08R2
    else select (physical_memory_in_bytes/1024/1024) as Physical_Mem_MB from sys.dm_os_sys_info
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Articles
    Hi Shanky,
    Doesn't work and that's what I meant in my initial post..when I run that code against a SQL 2012 instance, it parses fine but when I execute it I get:
    Msg 207, Level 16, State 1, Line 6
    Invalid column name 'physical_memory_in_bytes'.

  • Conversion from SQL 2005 to SQL 2012 Express

    Looking to move a small database from SQL 2005 to SQL 2012 Express - can a 2005 backup file be restored to a newly created 2012 Express database file?

    Are you using 2005 express? Yes, you can do that
    http://technet.microsoft.com/en-us/library/ms177429.aspx
    Note that if you restore a SQL Server 2005 or SQL Server 2008 database to SQL Server 2012, the database is automatically
    upgraded. 
    Also you
    cannot
    do a  cross
    edition restore i.e. from enterprise edition (2005) backup to 2012 express
    Satheesh
    My Blog

  • Convert SSIS SQL 2005 to SQL 2008

    Hi!
    We have problem converting our SSIS package from SQL 2005 to SQL 2008.
    When we try to to open our SSIS package from SQL 2005 in SQL 2008 BIDS we get an error.
    We don´t get the old BPC tasks in Visual Studio 2008 just the new ones, can this be the problem? And how can we solve this?

    All,
    Usually, User can use MS migration tool for converting DTS to SSIS.
    Here are something user needs to do
        1. after convert, user should replace Some custom tasks from 4.2 version to 7M version.
        2. Sometimes MS migration tool makes wrong conversion like connection. We need to fix it manually.
        3. If user is using some specific tasks like Data mining tasks, Migration tool doesn't support
            This is the only case that user should create package again.
        Except #3 case, all existing packages could convert to SSIS package easily,
        I converted a customers 4.2 DTS packages to 7 version recently and converting one package only took 5 minutes -10 minutes including test.
        As I know, SAP is preparing HOW TO DO as WebCast very soon.
        Please wait a little bit more.
    Thank you
    James
    For the answer of this thread, sometimes you need to restart SSIS services at Appserver after you MS patches  or add new tasks ,  I think it is a bug of MS but please try it.

  • SSRS 2012 rendering issue/Enabling Anonymous access - Upgraded SSRS from SQL 2005 to SQL 2012.

    Hi,
    I just recently upgraded SQL 2005 SSRS to SQL 2012 SSRS. Everything is working great other than small issue.
    Sounds like some authentication issue. SQL 2005 SSRS - IIS, we enabled anonymous access and we never had this problem. SQL 2012 SSRS /WIN 2008 R2 -  I am not sure how to enable anonymous access.
    If anyone can help me on this? I really appreciate your help.
    Thanks,
    Vel
    Vel Thavasi

    Hi Vel,
    According your description, you want to know how the enable anonymous access to SSRS 2012. Right?
    In SSRS 2008 or later version, we are not using IIS any more. If we want to configure the authentication, we need to configure in RSReportServer.config. This file locate at:
    <drive>:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\ReportServer
    However, in SSRS 2012, Anonymous authentication is not supported on report server. Please see:
    Authentication with the Report Server
    In this scenario, we need to custom an authentication type to achieve the "Anonymous" goal. Please refer to the link:
    Configure Custom or Forms Authentication on the Report Server
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Logshipping from SQL 2005 to SQL 2012

    I have a 2005 primary sql database (production-constantly updated).  I would like to have (pseudo) real time copy in a secondary 2012 sql server instance. I want to run SSRS 2012 on this new secondary server.  The end goal is to have users
    access 2012 SSRS (uninterrupted) on the secondary server with a copy of "real-time" data from the primary 2005 server.
    I plan to implement log shipping between the two servers.  Do I have to restore using NO RECOVERY?  I have read that I can not use STANDBY mode when restoring between 2005->2012.  If so, is there a way to implement this without taking the
    secondary sever offline?
    Any other suggestions, on how to implement this?
    Thanks.

    Hi....
    It should work for sure..  We have done exactly the same as you're proposing, log shipping from 2005 to 2012. Its always possible lower to higher but higher to lower is not possible.
    Nothing will happen to SSRS.
    Note : that we weren't using the SQL Server Log Shipping features, but our own custom scripts to do the backup/restore.  
    Please read the below links for more details and reference....
    http://sqlblog.com/blogs/greg_low/archive/2011/01/12/log-shipping-between-versions-perhaps-2005-to-2008.aspx
    http://msdn.microsoft.com/en-us/library/cc645954.aspx
    http://msdn.microsoft.com/en-us/library/cc645954.aspx#KeepOldSecondaryAsNewPrimary
    http://msdn.microsoft.com/en-us/library/cc645954.aspx#SwitchToOrigPrimary
    http://redmondmag.com/articles/2010/06/28/log-shipping-logins-sql-server.aspx
    http://sql-channel.com/2011/10/31/how-to-create-a-user-on-a-secondary-server-database-for-logshipping-in-standby-recovery-mode/
    Regards
    Raju R
    Raju Rasagounder MSSQL DBA

  • SQL 2005 to SQL 2014

    The following MSDN reference
    http://msdn.microsoft.com/en-us/library/ms143393%28v=sql.120%29.aspx says
    SQL Server 2014 supports upgrade from the following versions of SQL Server:
    SQL Server 2008 SP3 or later
    SQL Server 2008 R2 SP2 or later
    SQL Server 2012 SP1 or later
    However, in our testing, it is possible to upgrade from SQL 2005 SP4 to SQL 2014.  There are no messages or detection errors when doing so.  Will the final release of SQL 2014 support upgrading from SQL 2005 directly or will there be detection
    added to the installation to prevent it?

    Hello,
    SQL Server 2005 won’t be supported as a valid upgrade path when SQL Server 2014 RTM is released as the article you posted states. The behavior you are seeing with the CTP version of SQL Server 2014 maybe is part due to some binaries of the SQL Server 2012
    version still in use on the CTP version.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Has anyone upgraded sql 2005 to sql 2008 and win 2008 Netweaver 7.0, ECC 6?

    We are currently running the following landscapes
    Netweaver BI 7..0 on windows 2003 , sql 2005,
    ECC 6.0 on windows 2003, sql 2005
    SAP Portal 7 on windoes 2003 , sql 2005
    And would like to plan the migration to windows 2008, sql 2008 IE 7.0
    I just wanted to get some feedback regarding if someone has already done this and how you all went about to upgrade? Issues you encountered, things to avoid, all that good stuff
    Without doing much research yet, and having just completed the migration from 32bit OS to 64bit and sql 2000 to sql 2005, I had to perform a NEW install of SAP on parallel servers , export from 32bit and import to 64bit servers
    When we upgrade to windows 2008 and sql 2008, will we ALSO require to do a NEW install of SAP? just like what I just finished?
    Please advise?
    Regards & Thank You in Advance
    Maria

    Hello Maria,
    Refer to http://www.microsoft.com/sqlserver/2008/en/us/upgrade.aspx
    Also you can refer to SAP guide for database upgrade to SQL server 2008 ,just go to the followng link
    http://service.sap.com/instguides --> Other Documentation --> Database Upgrades --> MS SQL Server
    Hope it helps
    Rohit

  • Restoration at sql 2005 from sql 2000 backup.

    Hi experts,
    Is it possible to restore a backup taken from sql 2000 database to sql 2005 database?
    And how about attaching datafiles of sql2000 into sql 2005 server?
    Thanks and Regards,
    Amit Jana.

    > Is it possible to restore a backup taken from sql 2000 database to sql 2005 database?
    Yes its possible.
    > And how about attaching datafiles of sql2000 into sql 2005 server?
    Same method of attach/deattach.
    But recommanded you first install 2000 instance restore database and do inplace sql 2005 upgrade.
    Why you can't follow recommanded mothed ?
    Regards,
    Nikunj Thaker

  • Issues in restoring ReportServer DB from SQL 2005 to SQL 2008 R2

    Hello,
    I am trying to upgrade reporting services for my project from SSRS 2005 to SSRS 2008 R2. I have already taken backup of ReportServer and ReportServerTempDB databases and the encryption keys in Reporting Services Configuration Manager.
    The database is also restored successfully in SQL Server 2008 R2. Since reporting services was not installed in SQL Server 2008 R2, I have installed it separately and noticed that "Install but do not configure report server" was the only option
    available during the installation process.
    After this, when I open Reporting Services Configuration Manager to change the report server DB, and select the restored ReportServer DB, the report mode is showing as "unknown" instead of "Native". Due to this, I am unable to restore
    SSRS.
    It would be great if someone can guide me on what is missing and how it can be corrected.
    Thanks,
    Harshad ----------------------------------------------------------- Please mark as answer if the post helped you.

    Hi HarshadR,
    According to your description, your restored report server database can be recognized in Reporting Services Configuration Manager. Right?
    In Reporting Services, for upgrading a report server database manually, we can just go to the Reporting Services Configuration Manager, open the Database tab, select a database, add click apply, report server will upgrade the report server schema automatically.
    In this scenario, does it throw any error message when you apply the restored database as report server database? We suggest you drop the restored old version report server database and restore again, then apply it as report server database in SSRS 2008R2.
    Reference:
    Upgrading a Report Server Database
    Considerations for Upgrading Reporting Services
    If you have any question, please feel free to ask.
    Bets Regards,
    Simon Hou

  • Updaing SQL 2005 Report Builder Reports (based on Report Models) to SQL 2012 Report Builder Reports?

    We are upgrading from SQL 2005 to SQL 2012 directly (no SQL 2008 to be installed).  We have many SSRS Reports written in Report Builder 1.0 against Report Models generated from an OLAP datasource.  In SQL 2012, Report Models can no longer
    be created or edited.  I have found many posts on this topic, including this: 
    http://social.msdn.microsoft.com/Forums/en-US/896522da-45c3-46c0-848a-16f8f02ab051/how-to-upgrade-report-models-from-report-builder-1020-to-30. which the 'answered' response states: 
    SQL Server 2012 Reporting Services does not include tools for creating or updating report models. Although you can continue
    to use existing report models as data sources in SQL Server 2012 Reporting Services reports you should consider updating your reports to remove their dependency on report models.
    But I cannot locate any instructions/documentation, etc. on how to go about "updating your reports to remove
    their dependency on report models.".  How do I take existing Report Builder 1.0 reports that point to Report Models and upgrade them to the new SQL 2012 without Report Models?  Is there a way to convert them?  Or, do they need to be rewritten
    from scratch?  If there is a link to these instructions, please post as I cannot locate it any where.  Thank you.

    Katherine thank you for helping with this.  Here is what I have tried:
    On the Report Manager (2012) site, I created a new OLAP data source.  And when I test the connection, I get the pop up "Connection created successfully."
    I then pointed my Report Builder (v1.0) report to this new Data Source (from Report Manager site, selected 'Manage' for the report, from Data Sources, selected Browse and drilled down to the new Data Source I created and selected Apply). 
    Now when I try to View the report, I receive the following error:
    An error has occurred during report processing. (rsProcessingAborted) Query execution failed for dataset 'paramDataSet'. (rsErrorExecutingCommand) The SemanticQuery element at line 7, column 279 (namespace http://schemas.microsoft.com/sqlserver/2004/10/semanticmodeling)
    cannot appear under Envelope/Body/Execute/Command.
    I then exited IE and reopened the Report Manager site.  I opened Report Builder 3.0,, selected Open and opened this same report.  Idrilled donw to Data Sources and  right clicked on dataSource1 (the only one listed) and selected Data
    Source Properties.  I kept the same name, but selected the new shared datasource I created (New DataSource), and selected OK.
    Next, I drilled down to Datasets.  There are two listed, dataSet and paramDataSet (yes, this report has parameters).  I right clicked on the dataSet and selected dataSet properties, and see that it points to dataSource1 (which is the dataSource
    I just pointed to my New DataSource).  I cancelled and checked the Data Source for paramDataSet, and it also points to dataSource1.  Selected cancel and went back to the main dataSet.
    So both datasets point to the new DataSource I created.
    If I select Run, I get the following error: 
    I select OK and right click on dataSet and select Refresh Fields and get this error:
    Can you (anyone) please explain what I am doing incorrectly?  Thank you.

  • SQL 2005 & 2012

    We have a server with SQL 2005 on it.  We just installed SQL 2012.  When I look in the services there is also an instance called SQLEXPRESS.  When I go into the control panel to uninstall a program I do not see any SQL Express installed. 
    I have stopped the SQL express instance and am trying to start the SQL 2005 and SQL 2012 instances at the same time.  We need the 2005 to be started to be able to look at the current system and 2012 needs to be started at the same time as we are
    trying to redo the system in SQL 2012.  Does anyone know why we can not start both instances at once.  If one is running and I try and start the other instance I get "Windows could not start the SQL Server (MSSQL2012) on Local Computer. 
    For more information, review the System Event log.  If this is a non-Microsoft service, contact the service vendory, and refer to service-specific error code 10048."  When I look in the System event log I see the following "The SQL Server
    (MSSQL2012) service terminated with service-specific error Only one usage of each socket address (protocol/network addres/sport) is normally permitted."  Can anyone give me some information as to what the problem may be.  Thanks in advance.

    I have previously tried stopping 2005 and 2012 and starting one before the other, while rebooting the server in between.  However, I always got the same error regardless of which SQL was started first.
    Thanks for the information/link.  I stopped all SQL, started 2012, and then tried to start 2005 using the link you provided.
    Most of it appears to be OK until I get near the end of the output and then I see the following errors:
    (1) error:  26023, Severity: 16, State: 1
    Server TCP provider failed to listen on [ 'any' <ipv6> 1433].  Tcp port is already in use.
    (2) error: 17182, Severity: 16, State 1
    TDSSNIClient initialization failed with error 0x2740, status code 0xa.
    (3) error: 17182, Severity: 16, State: 1
    TDSSNIClient initialization failed with error 0x2740, status code 0x1.
    (4) error:  17826, Serverity: 18, State: 3
    Could not start the network library because of an internal error in the network library.  To determine the cause, review the errors immediately preceding this one in the error log.
    (5) error: 17120, Severity: 16, State 1
    SQL Server could not spawn FRunCM thread.  Check the SQL Server error log and the Windows event logs for information about possible related problems.
    In looked in the event logs I see the errors above and a warning (at the same time stamp) that says: "MSDTC encountered an erro (HR=0x80000171) while attempting to establish a secure connection with system".
    In looking in the event log for SQL 2012 (since 2005 is not running) I do not see any errors.

  • Sql server 2005 to sql server 2012

    Dear All,
    I have migrated my Production server from Sql 2005 to Sql server 2012..
    While executing some process I felt some differences in values (decimal point)
    Can anyone can suggest what would be the issue ll be ??
    Samith C Valsalan There is no Wrong time to do Right thing :) Please mark it as an answer/helpful if you find it as useful.

    Hi Samith C Valsalan,
    According to your description, as other post, you need to post more details for analysis. In addition, after you migrating SQL Server 2005 database to SQL Server 2012, if you converting the data type from decimal or numeric to float, it
     can cause some loss of precision. For the decimal or numeric data types, SQL Server considers each specific combination of precision and scale as a different data type. DECIMAL(2,2) and DECIMAL(2,4) are different data types. This means that
    11.22 and 11.2222 are different types though this is not the case for float. For FLOAT(6) 11.22 and 11.2222 are same data types.
    There is an similar example which is posted by dat, you can review the following article.
    http://blog.sqlauthority.com/2007/08/29/sql-server-difference-and-explanation-among-decimal-float-and-numeric/
    Regards,
    Sofiya Li
    TechNet Community Support

  • Database restore from SQL 2000 to SQL 2005 for SBO 2005B

    Hi Everyone,
    I am facing some problems in regards to the restore of SBO Database from SQL 2000 to SQL 2005.
    Let me explain you the problem.
    See I am using SAP B1 2005B with patch level 38 in my laptop with SQL 2000. I have made an company in this and done work in it as a production company and now I want to restore this company in the server which has SQL 2005. How to do it.
    I have taken a backup in my laptop from SAP B1 Server Suite Manager which has SQL 2000 and sucessfully backed up but when I am trying to restore in the server which has SQL 2005 I am getting the following error in SQL 2005 in server :-
    Restore failed for Server 'DXBAP001'.  (Microsoft.SqlServer.Smo)
    System.Data.SqlClient.SqlError: Directory lookup for the file "C:\Program Files\Microsoft SQL Server\MSSQL\data\SBO_DCHAR.mdf" failed with the operating system error 3(The system cannot find the path specified.). (Microsoft.SqlServer.Smo)
    Please let me know the solution for it.
    Thanks in Advance.
    Regards,
    Kawish Junaid Mazhari

    Hi,
    In SQL 2005 create a database and name as the 200 one was (though any name would do).  when you create the database note the location of the .mdb and .ldf file.
    once this had created right click on your new database > tasks > restore database
    in the new window select from device and point it to your .bak file created from your 2000 system, ensure you put a tick in the restore box on the new line.
    in the options tab tick overwrite database, and, change the file locations in the restore as directory to the file locations of the new database.  the file names must be the same too.
    you can change the original file names after the restore.
    that should do the trick.
    thanks,
    mike

Maybe you are looking for

  • Problem when load more swf files work with xml files into my movie

    hi ; I have one flash file & more of swf files which work with xml files . when I load one swf file into my flash file  and remove it and load anther one on the same movieclip in my flash file it load the old swf file. when i load one on movieclip an

  • How can we download tally accounting softwar ?

    tally is india's popular accouting software. we wont it work in apple ipad2

  • BAPI or RFM for Travel & Expenses Data (TRIP)

    Hi, I need a RFM OR BAPI for travel and expenses where the input will be only personal no.It should display all the trip data Thanks in Advance Hema

  • RIM BBM security encryption still secure?

    Can somebody provide me with an e-mail address or answer the following question: Hello, As a long time Blackberry RIM customer i have an inquiry regarding RIMs security concession to countries in the Middle East and Asia. Countries like Saudi Arabia

  • Save page layouts

    How about an option in the print module to save the single page layout with a permanent link to the photos included? That would enable you to work out a layout and print size for each photo before you even start with your usual workflow (develop, cro