Migration of Individual tasks in DAC

All,
Do we have an option to migrate(export & import) individual task, subject areas, etc rather than whole container in DAC.
jm

Might be. However, the level of detailed information in the DAC is minimal. Although I think there are a few scenarios where this could be pretty handy.
You would probably make a better case that an Informatica Mapping/Workflow is more of the "EBS Package" equivalent. And those can be exported and imported individually.

Similar Messages

  • Email notification to individual successful tasks in DAC

    Hi,
    Please suggest if we can send email notification to individual successful tasks in DAC. I appreciate your help.
    Thanks

    Hi,
    In Setup-->Email recipients--->Notification level=10 for the users.
    And restart the DAC server to effect the changes.
    Notification Level:
    The notification levels are as follows:
    ■Notification Level= 10
    Notifies recipient of success or failure of each task.
    ■ Notification Level= 5
    Notifies recipient of success of failure of the entire ETL process.
    ■Notification Level= 1
    Notifies recipient that ETL completed successfully.
    Thanks.

  • Error while creating a task for creating an generic task  /app/dac/CustomSQ

    Hi ,
    I have created a sql file in DAC server /app/dac/CustomSQLs/ ,just to fire an update sql in database
    In DAC task tab i have created a task with the following:
    Command for incremental load :/app/dac/CustomSQLs/DBNameBeforeLoad.sql
    Primary source :flatfileconnection
    target source:DBCONNECTION_OLAP
    Execution type:SQL FILE
    Task phase:GENERAL
    I created subject area and assembled ,then created a Execution plan.
    When i try to execute this EP ,it shows the following error in DAC log:
    ANOMALY INFO::: Error while creating a task for creating an generic task /app/dac/CustomSQLs/DBNameBeforeLoad.sql
    MESSAGE:::/app/dac/CustomSQLs/DBNameBeforeLoad.sql - invalide template name!
    EXCEPTION CLASS::: com.siebel.analytics.etl.etltask.TaskInitializationException
    com.siebel.analytics.etl.etltask.SQLFileTask.doInit(SQLFileTask.java:69)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.init(GenericTaskImpl.java:194)
    Does my above configuration is correct ..?

    verify the following settings:
    1. mapping of ECC plant and storage location and logical system number with the appropriate availability group code since this links the stock types in EWM to ECC org elements (SPRO -> EWM -> Interfaces -> ERP Integration -> Goods movement)
    2. ensure the availability group configuration is correct (SPRO -> EWM -> GR Process -> Configure availability group for putaway) - check all applicable nodes in this configuration since the availability group code is assigned in the pertinent storage types

  • Avoid needing to Open this Task to complete an individual Task

    I have built a custom workflow using SPD that starts a task process for different individuals to go and update columns associated with a document library. Basically they look at the document and select Reviewed when they are done. My problem is that I
    cannot find a way for their individual Task to be marked as completed once they have selected Reviewed. They still need to manually open the task and complete it by selecting the complete button. How can I make the selection of Reviewed fulfill the task obligation
    for each user? I have tried manipulating the Task behaviors in SPD but have not found the magic. Please help:)

    Hi,
    According to your description, I have done a test and I can re-appear your issue.
    It is by default that it jumps to the document when we click "Review".
    And we need to click "Open this Task" to complete an task.
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Print Individual task Lists from Project 2010

    Hi
    I have a routine which prints individual task lists from a Project Plan using VBA.  This routine is currently being piloted and they have advised that not all resources have a task list produced.  when I step through the code the Resource numbers
    appears in this order:
    1,3,18,7,8,9,11,12,13,14,18,19,20,21,22,23,24,25
    Task lists are produced for each of the above resources.  However this misses resource numbers 2,4,5,6,10,15,16,17 and I have no idea why.  I have supplied my code below.  Any advice/guidance appreciated.  You will note that the task
    lists are exported to a pre-defined spreadsheet template.
    Sub PrintResourceCharts()
    Dim xlApp As Excel.Application
    Dim xlRange As Excel.Range
    Dim rName As String
    Dim Tsk As Task
    Dim Res As Resource
    Dim Ass As Assignment
    Dim s As Worksheet
    Dim BookNam As String
    Dim Row As Integer
    Dim fName As String
    'Call SetSummaryTask - DB: commented out - run summaryname manually as required.
    Call Task_CF_To_Assignment_CF
    'Remove Existing Task List files from directory before creating new ones
    On Error GoTo Finish
    Kill "D:\Task List Templates\Task Lists\*.*"
    Finish:
    'Save File Location
    fName = "D:\Task List Templates\Task Lists\"
    'Start Excel and Create a new Workbook
    Set xlApp = CreateObject("Excel.Application")
    xlApp.Visible = True
    'Export Resource and Task details
    For Each Res In ActiveProject.Resources
    If Res.Assignments.Count > 0 Then
    Row = 5
    xlApp.Workbooks.Open ("D:\Task List Templates\Task List Template.xlsm")
    BookNam = xlApp.ActiveWorkbook.Name
    Set s = xlApp.Workbooks(BookNam).Worksheets(1)
    For Each Ass In Res.Assignments
    Set xlRange = s.Range("A5")
    If Ass.PercentWorkComplete < 100 Then
    With xlRange
    rName = Ass.ResourceName
    s.Range("A" & Row).Value = Ass.ResourceName
    s.Range("B" & Row).Value = Ass.TaskUniqueID
    s.Range("D" & Row).Value = Ass.Text1
    s.Range("E" & Row).Value = Ass.Start
    s.Range("G" & Row).Value = Ass.Finish
    End With
    End If
    Row = Row + 1
    Set xlRange = xlRange.Offset(Row, 0) 'Point to next row
    Next
    xlApp.Visible = True
    Application.DisplayAlerts = False
    If rName = "" Then
    GoTo Finished
    End If
    xlApp.ActiveWorkbook.SaveAs FileName:= _
    "D:\Task List Templates\Task Lists\" & rName & ".xlsm", FileFormat:= _
    xlOpenXMLWorkbookMacroEnabled, CreateBackup:=False
    rName = ""
    xlApp.ActiveWorkbook.Close savechanges:=False
    Application.DisplayAlerts = True
    End If
    Next
    Finished:
    xlApp.Application.Quit
    Set xlApp = Nothing
    MsgBox ("Individual Task Lists have now been produced....")
    End Sub

    Tony,
    You said you step through the code and it picks up resource 1. What happens when the loop gets to resource 2? Note: since resource 1 may have several assignments and stepping through them all could take some time, I sometimes use a stop statement in the
    outer loop to make it a little easier to "catch" what I'm looking for. For example, you could put this right after the For Each Res...
    If Res.ID = 2 then stop
    Then step through and see what happens.
    John

  • Change Capture For Siebel OLTP task in DAC running for more than 10 hours

    whole etl load used to complete in 2 hours (as on now siebel data having sample data). since last Friday Change Capture For Siebel OLTP task in DAC execution plan running for more than 10 hours. I am not able to trouble shoot the problem because no log for this task
    what could be the reason for this problem? how can I fix that problem?
    Appreciate your help
    Thanks
    Jay.

    Which ETL is it that is taking the longest (is it an SDE, SIL, PLP?). I have seen someOracle vanilla ETLs coded in a way that is very ineffective. Check the DAC and Informatica logs and find out which mapping it is and where the delay is (e.g. SQL, write to DB..etc).

  • Migration of Open Tasks when BPM Processes Change during major releases

    Hi
    This is the most often scenario faced by many project teams during Go-Lives of BPM Processes.
    We would like to migrate BPM tasks from older BPM processes to newer BPM process. And there is substantial changes done between two releases.
    Though I am aware that older BPM tasks created get suspended, is there way to do the following:
    1. Use any migration tools to migrate old BPM tasks to newer BPM task
    2. Simultaneously have both Older and Newer BPM Processes run in Environment, let them co-exist till the old BPM tasks get completed
    What is the recommended approach for these kind of situations, when its not possible to either of the above activities.
    Thanks and Regards,
    Srikant

    Hi Srikant,
    we were facing the same issues.  We have a solution for this, but it has some prerequisites to make it work.  I actually talked about it at the DSAG (German SAP User Group) conference (see blog) and promised the audience to blog about it in more detail, but haven’t yet found the time to do so.
    First very important is to understand how the life cycle works.  There are two very important documents to read:
    SAP Note 1865683
    SCN Artikel Understanding Business Process Lifecycle Management Features of SAP NetWeaver BPM
    With complex processes and major changes, it is very complex to maintain multiple versions.  If you read through the above mentioned documents that becomes very clear.  Also there are other complexities, for example code reuse, data, support desk issues or user training.  There are also some restrictions running multiple versions of the same process (SAP Note 1865683)
    So here is in short what we did.
    We keep all our process data outside the process context in a database including the state, i.e. the current process step.  When we deploy a new major version, we cancel all running process instances and then restart them with the new process model.  To restart processes we use the SAP scheduler which starts a process if a specific status value is found.
    If you don’t have your process data easily available you could use the process export function in the NWA.  The export is an XML file that you could possible parse, but I haven't actually tried this method.
    In the process model we have an exclusive choice gateway where can import a process to specific process step.  This happens right at start of the process.  The gateway evaluates the status value mentioned above to decide where to go.
    I hope to find the time to write the blog soon.  Here I could give you a complete example how we do the reimport of processes.
    I’m also very interested in other ways to achieve this, so this should be an interesting discussion.
    Regards
    Detlev

  • Re INACTIVATE TASK IN DAC

    Hi,
    I'm using the CRM Complete Industry - Siebel 8.0: execution plan for data load as we are using the siebel industry application.There are as many as 47 not required tasks..I want to inactivate the task from the execution plan as each time we run the ETL the tasks are failing,so because of that i'm not able to schedule the tasks as it stops when too many task fails.
    kindly suggest me how to inactivate tasks in DAC
    Thanks & Regards,

    These are the steps.
    1)Go to Tasks tab and heighlight your task or query the task.Click on the Edit tab in the bottom pane.Select Inactive checkbox for that task and save it.
    2)Check if that task has been assigned with any Parent Group(Task Group).If so you might disable Parent task as well by going to task groups and selecting inactive in the bottom pane of the highlighted tasks. Save it.
    3)Assemble your subject area and then build your EP.
    Run full load using the EP which you created.
    To verify that tasks has been removed you go to Execute -->Current Run-->Tasks -->Query that task ans see it is not getting listed.
    However I strongly disagree to disbale any tasks without debuggin it as it may cause data issue in many of the tables.
    Think what is best suited for your environment and situation.
    Please mark correct or helpfull if it helps.
    Regards,
    Veeresh Rayan

  • HT202297 Via iCloud, can individual "tasks" within Lists be re-ordered as now with IOS6?

    Being able to sort/order individual "Task" or "To Do" items is very important. This is now possible with IOS6 for my iPad and iPhone. I however, can see no way to make this work using the iCloud interface using a Windows (7) PC and Internet Explorer. One can drag these items around, but they return to where they came. Seems to be such an obvious oversight that I must be missing something simple?

    Being able to sort/order individual "Task" or "To Do" items is very important. This is now possible with IOS6 for my iPad and iPhone. I however, can see no way to make this work using the iCloud interface using a Windows (7) PC and Internet Explorer. One can drag these items around, but they return to where they came. Seems to be such an obvious oversight that I must be missing something simple?

  • Migrating 10g Human Task Bpel process to 11g - No task flow

    Hi All,
    I have migrated a bpel process that has a human task to 11g. I need to stipulate the uri so that it will show on the worklist.
    Apparently there is a file in the WEB-INF folder that i must reference. I went into the folder and there is many xml files(adfc-config.xml,faces-config.xml,trindad-config.xml, web.xml, weblogic.xml) there is no file generated from the migration. Hence how do i go about to get the correct uri and for the worklist to show.
    Below is an incomplete uri
    /workflow/ExceptionHandlerTaskForm//faces/adf.task-flow?_id=ExceptionHandler_WF_1_TaskFlow&_document=WEB-INF/

    failed to get solution

  • Other ways to accomplish Migration Assistant-like tasks?

    So, you know, kids get older, one goes off to college, the others want their own computer accounts instead of a single "Kids" account, etc. And then you get a new iMac...
    "Ah..." I thought, "Perfect opportunity to clean up the account structure and make things clean again..."
    So instead of running Migration Assistant from the outset, I configured the new iMac first. Create the User accounts, install the anti-virus SW, get everything set up the way I want.
    Next, I try out the Migration Assistant... Surprise surprise, even if I just want to use it to copy the Documents folder of one account on the old machine to an account on the new machine, it pops messages about replacing the existing account on the new machine and blah, blah, blah.
    Uh... no... that's not what I intended. I just want to suck over Documents, eMail, iTunes, iPhoto, iMovie libraries, bookmarks, address book contacts... I don't want to replace accounts! I have the new accounts set up the way I want them already...
    So what do I do instead? Do I have to do each of these steps manually at this point? Do I have to export bookmarks, push them to the Dropbox on the new machine, import them, export contacts, push them to the Dropbox on the new machine, import them, copy Documents through the Dropbox in a two-step process, etc., etc., etc., ad nauseum?
    Or is there some easier way to do this that's better thought-out than the Migration Assistant, which apparently wants to replace accounts wholesale and won't even let you copy stuff into the currently-logged-in account?
    Or is the easiest thing just to nuke the new machine's configuration, let the Migration Assistant blast it's way mindlessly through whatever it does, and then start deleting and reconfiguring the new machine OVER AGAIN?
    Thanks for any suggestions,
    Rodney
    27" iMac Core i7 2.93 GHz, Mac OS X (10.6.4), 8GB / 17" flat panel iMac G4, 1 GHz, Max OS X (10.5.11), 768MB

    I suggest that you start all over again, using Setup Assistant after restoring the new iMac to factory original conditions, & migrate only the user account(s) you want to keep on it from any older Macs you have.
    There are several good reasons Setup/Migration Assistant will not do what you want:
    1. It is undesirable for privacy & security reasons -- there would be no point in having separate user accounts protected by passwords if someone could use the utility simply to copy whatever they wanted from another user's account into their own. As far as the computer is concerned, each user account is a separate entity, entitled to the same level of privacy & security.
    2. Each user account has its own user preferences, application settings, & so on. There can be several thousand of these items for each user account. There is no way to merge them into one user account, so at best an account merge function would tediously have to ask which of these you wanted retained & which ones you wanted discarded on an item by item basis.
    3. Many popular apps (among them Mail, iTunes, iPhoto, & many browsers) save user data in application-specific master files or databases rather than in individual files. Again, there can be only one of these (at a time) for each user. (For example, while iTunes stores song files individually, user ratings, notes, & other user-specific items are stored in iTunes database files, one per user.) Since each application that does this has its own unique methods & formats, Setup/Migration Assistant would have to know about all of them to somehow merge them into one user account's master or database files, assuming that would even be possible to do without conflicts.
    The tips Pondini provided are the best you can do.
    Message was edited by: R C-R

  • How to migrate ARD 3 Tasks from PPC to Intel platform?

    I have been trying to move my ARD install from an old PPC 10.4 Server to a new VMWare ESX hosted Intel 10.5 Server.
    I've seen http://www.macosxhints.com/article.php?story=20080403105655929 which tells exactly how to do this and I have done this before from a PPC Server 10.4 to a PPC 10.4 Server.
    Now however when I try to do this none of my tasks appear in the new Intel 10.5 setup. I have seen notes that trying to move /Library/Preferences/com.apple.RemoteDesktop.plist from a PPC install of ARD3 to an Intel install of ARD3 will not work and I will have to rebuild the tasks.
    Could someone please verify if I have to rebuild all my tasks (a stupid thing to have to do mind you)or if there is a way to migrate my ARD3 install.
    Thanks,

    The tasks are stored in ~/Library/Preferences/Remote Desktop. Make sure that folder was copied correctly.

  • Migrating Several Individual Accounts to Teams

    We are a small company and currently have 8 Adobe CC Individual accounts, as Teams was not offered during our time of purchase. Is it possible to merge these accounts into a single teams account, or do I have to let them each individually expire once the billing cycle is complete?

    Hi brthomas,
    Based on your description, you suppose the DevDomain user IDs will disappear after moving the collection from the DevDomain to the TFSDomain since it changes the AD forest. I'd like to know whether DevDomain and UserDomain are two-way trusted.
    If DevDomain and UserDomain consists a AD forest. Then you can make two-way trust between TFSDomain and the AD forest, then you can migrate the team project collection from DevDomain to TFSDomain. Whether you can use UserDomain Accounts to login
    to the TFSDomain depends on the permissions of UserDomain Accounts to your TFS 2010 SP1 instance.
    As my understanding, you can allowing the TFSDomain to trust the DevDomain since the Objects in that container(AD forest) inherently trust each other and the security services located in that same container. However, you can also allow TFSDomian trust multiple
    user domains. To secure the migration succeed, you can also set up a test machine to have a test. Or backup the TFS 2010 sp1 team project collection databases before the migration.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Migrating from Individual to Company

    Hi,
    I recently put in a request to move from Individual to Company status for my developer account...has anyone else done this and know how long this process takes?
    Thanks,
    Felix

    2-3 weeks ago I emailed devprograms about this, and 2 days ago received the following reply (slightly abbreviated to avoid upsetting anyone at Apple):
    "Thank you for contacting the Apple Developer Connection regarding the iPhone Developer Program.
    Please accept our apologies for the delay in responding to your request.
    As per your request, we can arrange to switch your current enrollment from Individual to Company.
    Please be aware that your access to the iPhone Developer Program Portal will be temporarily disabled while we conduct the migration from an Individual to a Company type
    You will still be able to log in to the iPhone Dev Center and have access to all of the Registered iPhone Developer content on the iPhone Dev Center during the migration, but you will not have access to the iPhone Program Portal until the migration to Company type is complete.
    Please also not that you may be requested to fax in business documents for your company as well.
    If you would like us to migrate your enrollment to a company type then please let us know.
    Best regards,
    ..."

  • Migrate from Individual to Corporate with apps already in the App Store

    Hi,
    We're in the process of migrating our account from Individual to Corporate but we already have apps on the App Store. After a few calls to Apple, they still couldn't figure what would happen to our apps already for sale.
    I'm sure someone here went through this and could let us know what happens once your account has been upgraded to Corporate.
    Do you have to recreate all App IDs, certificates, provisioning? If so, can you still use the old one for the apps that were previously releases while your account was Individual?
    My biggest fear is that our apps get "invalidated" and that we have to re-submit them with the new information. What does happen to people that bought our apps? They will stop receiving updates (since the certificates and provisioning will be different)?
    Thanks!

    Hi ...
    The iBooks app comes pre installed on an iPad.
    If you can't locate the iBooks app, tap Settings > General > Reset > Reset Home Screen Layout
    If that didn't help, swipe left of the Home screen. Type   iBooks  in the search field.
    Using an existing Apple ID with the iTunes Store and Mac App Store

Maybe you are looking for