How to Transfer TCA  to other database based on date or year range.

Hi Experts,
I want to transfer TCA current year's information only to the other database in 11.5.10.2 version. Please help if someone can refer to any procedure/document for transferring TCA from our current productoin database to another test instance. I want to limit the TCA transfer to current year's information only. Would be good to have date range syntax for that filter.
Thanks
Asif

Any help on this please.
Thanks
Asif

Similar Messages

  • How to get the most current file based on date and time stamp using SSIS?

    Hello,
    Let us assume that files get copied in a specific directory. We need to pick up a file and load data. Can you guys let me know how to get the most current file based on date and time stamp using SSIS?
    Thanks
    thx regards dinesh vv

    hi simon
    i excuted this script it is giving error..
       Microsoft SQL Server Integration Services Script Task
       Write scripts using Microsoft Visual C# 2008.
       The ScriptMain is the entry point class of the script.
    using System;
    using System.Data;
    using Microsoft.SqlServer.Dts.Runtime;
    using System.Windows.Forms;
    namespace ST_9a6d985a04b249c2addd766b58fee890.csproj
        [System.AddIn.AddIn("ScriptMain", Version = "1.0", Publisher = "", Description = "")]
        public partial class ScriptMain : Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTARTScriptObjectModelBase
            #region VSTA generated code
            enum ScriptResults
                Success = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Success,
                Failure = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Failure
            #endregion
            The execution engine calls this method when the task executes.
            To access the object model, use the Dts property. Connections, variables, events,
            and logging features are available as members of the Dts property as shown in the following examples.
            To reference a variable, call Dts.Variables["MyCaseSensitiveVariableName"].Value;
            To post a log entry, call Dts.Log("This is my log text", 999, null);
            To fire an event, call Dts.Events.FireInformation(99, "test", "hit the help message", "", 0, true);
            To use the connections collection use something like the following:
            ConnectionManager cm = Dts.Connections.Add("OLEDB");
            cm.ConnectionString = "Data Source=localhost;Initial Catalog=AdventureWorks;Provider=SQLNCLI10;Integrated Security=SSPI;Auto Translate=False;";
            Before returning from this method, set the value of Dts.TaskResult to indicate success or failure.
            To open Help, press F1.
            public void Main()
                string file = Dts.Variables["User::FolderName"].Value.ToString();
                string[] files = System.IO.Directory.GetFiles(Dts.Variables["User::FolderName"].Value.ToString());
                System.IO.FileInfo finf;
                DateTime currentDate = new DateTime();
                string lastFile = string.Empty;
                foreach (string f in files)
                    finf = new System.IO.FileInfo(f);
                    if (finf.CreationTime >= currentDate)
                        currentDate = finf.CreationTime;
                        lastFile = f;
                Dts.Variables["User::LastFile"].Value = lastFile;
                Dts.TaskResult = (int)ScriptResults.Success;
    thx regards dinesh vv

  • How to transfer log files into Database Table.

    Hello,
    I have a requirement. My Front end is Oracle Application. If any user deletes the data from front end screen. One log file should be generated. That file will save in one folder in my server. And That log file consists which code is deleted.
    And the user name who deleted the code, time and deleting status..
    Now my requirement is i have to develop a report to display the log file data. But i dont have a database table to retrieve the data. The data consists Log files.
    How to transfer the Log files in DB table.
    I need a data in DB table to develop a report.
    Thanks...

    How do I ask a question on the forums?
    SQL and PL/SQL FAQ
    is application 3-tier

  • How to run report from other database

    hi,
    i have an application running on oracle 10g forms (many forms & reports),i want to run a report from other database using a form,it should be run on this application & same report server. so if it is possible so tell me how can i do this ?
    thxs

    If you have another Oracle database you can use the following command to create a link to it from the one you are currently logged into
    CREATE PUBLIC DATABASE LINK my_db_link
    CONNECT TO other_oracledb_usernane IDENTIFIED BY other_oracledb_password
    USING 'remote_oracledb_name';
    When you issue this command the 'remote_oracledb_name' must exist in your TNSNAMES.ORA file so that the remote database can be 'found'
    If this is still not enough info I would suggest that you talk to someone on your DBA team to help set up the link.
    Mark

  • How to transfer my old email database to new computer

    I just bought new Macbook Pro and want to transfer my old email database from my old Macbook Air to this new Macbook Pro without using migration assistant. I don't want all content transfer but only email database.

    I could not find the Database of Mail, where is exactly mail database located in Mac Hard drive, do we have to unhide like windows?

  • How to transfer purchased and other music onto the itunes library

    I was just wondering how do i  transfer new purchased music nd other music onto itunes library

    iTunes purchases by:
    iTunes Store: Transferring purchases from your iPhone, iPad, or iPod to a computer
    Other music by using a third-party program like one of those discussed here:
    Copy music from Ipod to new computer...: Apple Support Communities

  • How to get value from a metric based on date, without effecting other colum

    Hi
    I have 2 metrics say Revenue and Total Revenue and Date Dim
    For a selected date in the prompt, Revenue should be shown for that date, where as Total Revenue should be shown for the past 15 days, based on the date in the prompt.
    How can I achieve this?
    Cheers
    Edited by: OBIAS on Feb 28, 2013 4:57 PM

    Set a presentation variable in the Date Dim prompt, P_DATE.
    Within the request, edit the formula for Revenue to be...
    FILTER("Revenue" USING ("Date" = @{P_DATE}))
    And set the formula for Total Revenue to be something like...
    FILTER("Total Revenue" USING ("Date" between TimestampAdd(SQL_TSI_DAY, -15, @{P_DATE}) and @{P_DATE}))
    JB

  • How to replicate schema to other database

    Hi,
    I have a database of version 11.2.0.3 and running on version Enterprise Version 5.
    On this database, I have a application which resides on a schema called -> APPS (Size of it being 8G)
    I need to setup the same schema in a DR site and replicate the whole data continuously so that if there is an issue in primary site, I can switch to the DR site.
    I cannot setup a Dataguard (physical standby) configuration in this database as there is another application which resides on this database and that application basically does the replication by itself to the DR site (The application is Oracle Content Management)
    I am thinking of 3 options. Appreciate if you could please suggest me the best option and also pointers on how to implement them.
    1. Set up Materialized View in both Primary and DR database schema so that the schema gets refreshed continuously
    2. Implement streams and replicate the data across the schema's (Both from Primary db to DR and viceversa)
    3. Move this application (schema) to a new database with Physical Standby Dataguard configuration.
    Since the schema is of a very small size (8G), i want to try options 1 and 2 before trying option 3. i.e. creating new db altogether.
    Thanks!

    877343 wrote:
    I need to setup the same schema in a DR site and replicate the whole data continuously so that if there is an issue in primary site, I can switch to the DR site.- If you need Disaster Recovery Solution ->
    3. Move this application (schema) to a new database with Physical Standby Dataguard configuration. Oracle Data Guard provides the management, monitoring, and automation software
    infrastructure to create and maintain one or more standby databases to protect Oracle data from
    failures, disasters, errors, and data corruptions. Data Guard is unique among Oracle replication
    solutions in supporting both synchronous (zero data loss) and asynchronous (near-zero data loss)
    configurations. Administrators can chose either manual or automatic failover of production to a
    standby system if the primary system fails in order to maintain high availability for mission
    critical applications.
    - If you have good knowledges in "Materialized View"(More Developer Role than DBA).
    1. Set up Materialized View in both Primary and DR database schema so that the schema gets refreshed continuously- Streams -> complicated for beginners.
    2. Implement streams and replicate the data across the schema's (Both from Primary db to DR and viceversa)+
    Try Oracle Golden Gate!!!

  • How to deploy wsdl+xsd to database based MDS in SOA 11g

    I am going to migrate our soa solution based on oracle soa suite version 10. We are using a file based repository in that solution and it is copied to the server and exposed to the application server as a virtual path.
    I wan't to use the MDS instead, but can not figure out to upload all my schemas and contracts !
    Any help would very much be appreciated.
    Regards,
    jan

    You can put it anywhere you like, just update the properties accordingly. If you put it elsewhere, you will need to update the value of mds.repository in the build.properties file.
    You can even update the build.xml to copy the content from SVN or CVS or any other version control tool and create a jar file.
    Basically the build.xml is a custom written ant which invokes the Oracle provided ant (ant-sca-deploy.xml) and for deploy action you need to provide a jar as input to the Oracle ant. So it is upto you how you want to manage the files on your machine or version control and how you build a jar out of it and pass to ant-sca-deploy.xml

  • How to transfer file between others phone by blothoth

    Pla give me solosion

    "thats not true.."
    How so?  He said "Bluetooth on iOS devices is used to connect speakers, headphones, some keyboard and a few other devices. It is normally not implemented to transfer data between phones."
    This is entirely correct.

  • How to transfer photos onto a windows- based computer

    How can I transfer photos from an iPad 2 onto a windows PC?

    To copy photos to your computer that were taken with the iPad, copied to it via the camera connection kit, or saved from emails/websites then see this page -  on a PC you can use the windows camera wizard
    To copy photos that were originally synced from a computer you will need a third-party app such as Simple Transfer which can copy them off via your wifi network. But as photos are 'optimised' when they are synced to the iPad, any that you then copy back to a computer may not be exactly the same as they originally were on your computer.

  • How to transfer files from other pc mass storage device to imac?

    I have photos transfered from Windows7 on a mass staorage device for my friend who owns an iMac computer.  Is there any way to transfer these from the device to the Mac? 
    Thank you.  Marianne

    With iTunes.  Download and read the iPhone manual.

  • How to transfer an application and Database from Pre-Prod to Prod

    Hi,
    Could any please help by giving the method to transfer the Application and Dabase from Pre-Production to Production.
    Thanks

    Depends on what version you are on. If it is 11.1.2 then you can use LCM to transfer the atrifacts including data. in 11.1.1.X you can also use LCM but you would have to export and then import the data itself.
    You could also use the migration wizard in EAS to migrate the artifacts and then export and import data.
    Or you could go the file system route. First create the app and DB from EAS, Stop both the source and target apps and then do a file system copy to copy the artifacts.
    I've not tried it, but if this is a BSO cube, you could possibly back it up through the backup utilities in EAS the restore it to the new server

  • How can i connect to a Database Server (live data)?

    hi,
    i'm trying to figure out how i can create a dashboard that's connected to live data coming from a Database server.  i have the username and password and the DB name, but can't find a direct way from within SAP dashboard design where i can make the connection.
    MUST i go through XML?
    i know other tools like Tableu that allow direct connections to the server.
    is this possible?

    Hi Sam
    Please refer to the tutorial http://scn.sap.com/docs/DOC-7946 and under "Connecting to Data Sources" section you will get the step by step guidance of various data connectivity options..
    Basically the options available under Data > Connections > Add and Query Browser in Dashboards 4 are your options.
    If you want to write direct SQL to get data you have to use add-ons InfoBurst like InfoBurst infosol.com/solutions/infoburst/
    Runali

  • How to enter values to a database table with data type 'LCHR'?

    Hello All,
    I have created a database table with five fields, of which the last field is 'Value' field in which i have to enter text with a maximum of 1000characters. I have also specified a 'Length' field preceding the 'Value' field.
    The datatype specified for the 'Length' field is 'INT2' and for the value field is 'LCHR' with length 1000.
    When i tried inserting values to the table through a report, the report is giving an error that 'Literals that take up more than one line are not permitted', which means 255characters.
    Also, when i entered a short text which is less than 250 characters to the 'Value' field,, the report is working fine and the table entry is visible.
    Can anyone help me in this?
    It would be really helpful if you explain how to use 'LCHR' data type in tables and how to enter values to such a field with more than 255characters.
    Thanks in Advance,
    Shino

    Hi shino,
    Alternatively,
    you can use STRING instead of LCHR.
    I too have tried with LCHR and am facing the same issue.. i am not sure why its coming..
    i have tried STRING and its working perfectly.
    wa-key_field = 'IN4'.
    CONCATENATE  'Long text over 200 chars length '
                  'another Long text over 200 chars length '
                  'another Long text over 200 chars length '
                  INTO wa-long_text.
      wa-len = strlen( wa-long_text ).
      INSERT zshino_table from wa.
      SELECT * FROM zshino_table INTO table it.
      clear wa.
      LOOP AT it INTO wa.
          WRITE:/ wa-len, '  ' , wa-long_text.
      ENDLOOP.
    Also, remember to set the type of the database field as String.
    hope this was of some help,
    thanks and regards,
    Sagar.

Maybe you are looking for

  • Black screen, powers up without hitting power button

    After 6 months my iMac G5 20" rev. B working fine (other than failing to sleep automatically - will sleep display but hard drive does not power down) I'm having problems. The screen goes black and I cannot re-boot: I get power but the screen either s

  • ITunes 7.1 and Windows XP

    I just upgraded from iTunes 7.0.2 to 7.1.0.59 and i cannot play music. iTunes throws an error and forces me to shut down the application. I can play a video, but the audio is horrible. When i use the new Quicktime 7.1.5 to play a song or video, all i

  • Synchronous 4xAI, 3xAO over RTSI

    Hello! My task is to control a hardware with 3 AO channels an read back produced data at 4 (minimal 1) AI channel simultaniously. I´ve got two PCI-cards: PCI NI 6711 for one of the AO channels and a PCI NI 6110 for the rest. Both are connected over R

  • Implementing cost sheets in BW

    Hi, We are planning to provide cost sheets from BW. I need to understand the following: 1 - What are the datasources needed to implement the cost sheets. 2 - Cost sheet is prepared from costs for a particular product/material from a production order.

  • TOC completely destroyed on export

    Hi, has anybody's TOC ever turned out like this when exported to PDF? Thanks!