Informatica Workflow hung/waits.

We have Informatica version 8.6.0 HF4 and OBIA 7.9.6. We are facing a weird issue with Informatica workflows hanging/waiting in recent months.
Informatica session completes quick, but workflow takes long time to recognize last session finished. So it waits for long time to finish workflow. Sometimes the time difference between last session completion and workflow completion time can be in hours. Not sure, what is causing workflow to wait.. I know for sure there is no lock on target database.
Also this behavior is random. It happens on intermittently on different workflows at different timings. There is no specific pattern to narrow down to root cause.
Did any of you face this issue in your environment? Appreciate your time for response.
Thanks,
Ash

Hi,
Let me tell you the real story:
Our server architecture consists of two servers:
Windows Server 2008 R2 (64-bit) platform with the following installed:
- SQL Server 2008
- DAC 10.1.3.4.1
- OBIEE 11g
- BI Apps (Financial Analytics) 7.9.6.3
- Informatica Server 9.1.0 HotFix 2
Windows Server 2003 Enterprise Edition SP2 (32-bit) platform with the following installed:
- Informatica Clients (i.e. Workflow Manager, Repository Manager, Designer and Workflow Monitor)
And thus the ODBC Relational Connection is configured in Informatica Client machine (Workflow Manager) which is a 32-bit platform.
Any idea?

Similar Messages

  • DAC as schedular tool for Informatica workflows(Not for OBIApps repository)

    I have to use DAC as administrative / scheduler tool for Informatica workflows. Earlier, I configured the same for OBI Apps. It's running fine. Now I am not refering to Oracle_BI_DW_Base.rep which is the inbuilt repository provided with OBI Apps. I have to run my workflows through DAC. I have gone through the below listed steps to achieve the same,
    1) Created New USER
    2) Used that user to configure DAC connection as well as for DAC repository tables. (am not sure whether it is a best practice or not)
    3) Created a new Source System Container. (no containers were there initially)
    4) I have folder in Informatica as "MyRep", so I created task logical and physical folders with the same name in DAC (Tools => Seed Data =>........)
    5) Created new Subject Area, tables, tasks, performed Synchronize Tasks.
    5) Set up informatica servers, Physical Data Sources. Tested them, no flaws.
    6) Added new Execution Plan.
    7) Assigned Subject Area to it.
    8) Clicked on "generate" button in parameters section of execution plan. No Parameters generated. Now got into confusion.
    *9) I couldn't find my tasks listed in ORDERED TASKS tab.*
    10) Clicked on BUILD. Then got error message as below,
    MESSAGE:::No tasks were found to build this execution plan.
    Please do let me know what is the wrong step here.
    Thanks,

    Thanks Ahsan, it solved my problem.
    I forgot to set Configuration Tags properly, later Assembled the subject area. Cheeeeeeerrrrrrsss... It's working
    Edited by: ABT on Dec 19, 2011 9:49 PM

  • Informatica Workflow not able to connect to source database.

    Hi,
    I have completed the installation of OBI Apps.All the test connections are working fine and I have also configured the Relational Connection in Informatica Workflow.The passwords,username and connect string are correct.Still when I run a ETL all the tasks that need to connect to source database fail.I checked the session logs of those workflow and it gave me following error:
    READER_1_1_1> DBG_21438 Reader: Source is [UPG11i], user [obiee]
    READER_1_1_1> CMN_1761 Timestamp Event: [Fri Sep 05 18:01:37 2008]
    READER_1_1_1> RR_4036 Error connecting to database [
    Database driver error...
    Function Name : Logon
    ORA-12154: TNS:could not resolve the connect identifier specified
    Database driver error...
    Function Name : Connect
    Database Error: Failed to connect to database using user [obiee] and connection string [UPG11i].]
    From DAC I am able to connect to the databases.There seems to be some problem in the relational connections.What are the drivers involved and where should they be installed.
    Please help.
    Thanks and regards,
    Soumya.

    Hi,
    I think you need to check you connections in the Work flow manager. So, i'd suggest you to follow this below section again. Your error clearly shows that there is problem with the connections.
    "4.13 Configuring Relational Connections In Informatica Workflow Manager" in Installation & Configuration guide.
    Post back here, if you find any problems.
    Thanks,

  • How do full and incremental Informatica workflow differ?

    Hi:
    I've read that a custom Informatica workflow should have full and incremental versions. I've compared the incremental and full versions of several seeded OBIA workflows, but I cannot find how they differ. For example, when I look at the session objects for each workflow they both have a source filter that limits a date field by LAST_EXTRACT_DATE.
    Can someone shed some light on this?
    Thanks.

    To answer your question, they differ in various ways for various mappings. For most FACT tables which hold high volume transactional data, there may be a SQL override in the FULL session that uses INITIALEXTRACT_DATE and a different override in the INCREMENTAL (does not have Full Suffix) that uses LASTEXTRACT_DATE. For dimension tables, its not always required that you have a different logic for FULL versus incremental.
    Also, all FULL sessions (even if they have the same SQL) will have a BULK option turned on in the Session properties that allow a faster load since the table is usually truncated on FULL versus Incremental. As a best practice, for FACTS, it is best to have a FULL versus INCREMENTAL session. For Dimensions, depending on the volume of transactions or the change capture date field available, you may or may not have different logic. If you do a FULL load, however, it is better to use BULK to speed up the load.
    if this is helpful, please mark as correct or helpful.

  • Informatica Workflow Manager ODBC Relational Connection for ETL in DAC

    In Informatica Workflow Manager, I have created a Relational Connection of type ODBC and specified Connect String as "DSN=BIEEDW" where "BIEEDW" is the System ODBC DSN already set pointing to a SQL Server 2008 database.
    However, when the ETL run in DAC, the following error occurs in Session log files showing that the database and driver cannot be located:
    MAPPING> CMN_1569 Server Mode: [UNICODE]
    MAPPING> CMN_1570 Server Code page: [MS Windows Traditional Chinese, superset of Big 5]
    MAPPING> TM_6151 The session sort order is [Binary].
    MAPPING> TM_6156 Using low precision processing.
    MAPPING> TM_6180 Deadlock retry logic will not be implemented.
    MAPPING> TM_6187 Session target-based commit interval is [10000].
    MAPPING> TM_6307 DTM error log disabled.
    MAPPING> TE_7022 TShmWriter: Initialized
    MAPPING> DBG_21075 Connecting to database [DSN=BIEEDW], user [bieedw02]
    MAPPING> CMN_1761 Timestamp Event: [Wed May 22 01:29:17 2013]
    MAPPING> CMN_1022 Database driver error...
    CMN_1022 [
    [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
    Database driver error...
    Function Name : Connect
    Database driver error...
    Function Name : Connect
    Database Error: Failed to connect to database using user [bieedw02] and connection string [DSN=BIEEDW].]
    Any hint in setting the Connect String for ODBC Relational Connection?

    Hi,
    Let me tell you the real story:
    Our server architecture consists of two servers:
    Windows Server 2008 R2 (64-bit) platform with the following installed:
    - SQL Server 2008
    - DAC 10.1.3.4.1
    - OBIEE 11g
    - BI Apps (Financial Analytics) 7.9.6.3
    - Informatica Server 9.1.0 HotFix 2
    Windows Server 2003 Enterprise Edition SP2 (32-bit) platform with the following installed:
    - Informatica Clients (i.e. Workflow Manager, Repository Manager, Designer and Workflow Monitor)
    And thus the ODBC Relational Connection is configured in Informatica Client machine (Workflow Manager) which is a 32-bit platform.
    Any idea?

  • Trigger informatica workflow using Process chain

    Hi Gurus,
    Please guide me how trigger the informatica workflow using the process chains.
    Please give me the steps to create ....
    Thanks in Adwance...
    Babu

    Duplicate thread.
    See:
    /thread/601213 [original link is broken]

  • Informatica Workflow  "Succeeded" even correspsonding session Failed.

    We have installed following,
    obiee 10.3.1.4,
    DAC 10.3.1.4,
    BIApps 7.9.6,
    Informatica 8.6
    we are trying to run HRMS full load from DAC. But in Informatica workflow monitor "SDE_ORA_PayrollFact_Full" session FAILED but corresponding Workflow "SDE_ORA_PayrollFact_Full" status shows as "Succeeded". Since Informatica Workflow was Succeeded,DAC marks that job as Succeeded.
    So question is why Informatica shows Work-flow as "Succeeded" even corresponding session status is in failed status?
    Thanks,
    slokam

    Frustrating isn't it?
    Open Workflow Designer and locate the workflow SDE_ORA_PayrollFact_Full. Go to Tools and select Workflow Desinger. Drag the SDE_ORA_PayrollFact_Full worfklow into the work area. Double click the session that is failing and ensure the following checkboxes are clicked: (1) Fail parent if this task fails, (2) Fail parent if this task does not run.
    Hope this helps.
    - Austin

  • Informatica workflow architecture - question

    One of my MANAGER recently discussed with me regarding a process improvement for migrating only the required session not the entire workflow. For example, if a workflow has 50 sessions. He is suggesting to convert all session tasks into a child workflows; i.e if a workflow has 10 sessions there will be one parent workflow to trigger the 10 child workflows. In this way, he said that if there any changes for one session we can make only in one workflow and move that changes.
    I am not convinced with this, please provide your suggestions.

    The drive in which I installed informatica ran out of disc space. So I found this in the error log SF_34125 Error in writing storage file [C:\Informatica\9.0.1\server\infa_shared\Storage\pmservice_Domain_ssintr01_INT_SSINTR01_1314615470_0.dat].  System returns error code [errno = 28], error message [No space left on device]. Then I tried to shut down the integration service and then freeup some space on the disc. I got the following message in the log file LM_36047 Waiting for all running workflows to complete.SF_34014 Service [INT_SSINTR01] on node [node01_ssintr01] shut down. Then when I tried to start the integration service again, I got the following error Could not execute action... The Service INT_SSINTR01 could not be enabled due to the following error: [DOM_10079] Unable to start service [INT_SSINTR01] on any node specified for the service After this I am not able to find any entry in the log file for the integration service. So I went to the domain log to find out more details. I found these in the domain log DOM_10126 Request to disable [SERVICE] [INT_SSINTR01] in [COMPLETE] mode.DOM_10130 Stop service process for [SERVICE] [INT_SSINTR01] on node [node01_ssintr01].LIC_10040 Service [INT_SSINTR01] is stopping on node [node01_ssintr01].SPC_10015 Request to stop process for service [INT_SSINTR01] with mode [COMPLETE] on node [node01_ssintr01].DOM_10127 Request to disable service [INT_SSINTR01] completed.DOM_10126 Request to disable [SERVICE] [Repo_SSINTR01] in [ABORT] mode.DOM_10130 Stop service process for [SERVICE] [Repo_SSINTR01] on node [node01_ssintr01].LIC_10042 Repository instance [Repo_SSINTR01] is stopping on node [node01_ssintr01].SPC_10015 Request to stop process for service [Repo_SSINTR01] with mode [ABORT] on node [node01_ssintr01].DOM_10127 Request to disable service [Repo_SSINTR01] completed.DOM_10115 Request to enable [service] [Repo_SSINTR01].DOM_10117 Starting service process for service [Repo_SSINTR01] on node [node01_ssintr01].SPC_10014 Request to start process for service [Repo_SSINTR01] on node [node01_ssintr01].SPC_10018 Request to start process for service [Repo_SSINTR01] was successful.SPC_10051 Service [Repo_SSINTR01] started on port [6,019] successfully.DOM_10118 Service process started for service [Repo_SSINTR01] on node [node01_ssintr01].DOM_10121 Selecting a primary service process for service [Repo_SSINTR01].DOM_10120 Service process on node [node01_ssintr01] has been set as the primary node of service [Repo_SSINTR01].DOM_10122 Request to enable service [Repo_SSINTR01] completed.LIC_10041 Repository instance [Repo_SSINTR01] has started on node [node01_ssintr01].DOM_10115 Request to enable [service] [INT_SSINTR01].DOM_10117 Starting service process for service [INT_SSINTR01] on node [node01_ssintr01].SPC_10014 Request to start process for service [INT_SSINTR01] on node [node01_ssintr01].DOM_10055 Unable to start service process [INT_SSINTR01] on node [node01_ssintr01].DOM_10079 Unable to start service [INT_SSINTR01] on any node specified for the service.DOM_10126 Request to disable [SERVICE] [INT_SSINTR01] in [COMPLETE] mode.DOM_10130 Stop service process for [SERVICE] [INT_SSINTR01] on node [node01_ssintr01].LIC_10040 Service [INT_SSINTR01] is stopping on node [node01_ssintr01].SPC_10015 Request to stop process for service [INT_SSINTR01] with mode [COMPLETE] on node [node01_ssintr01].DOM_10127 Request to disable service [INT_SSINTR01] completed.DOM_10126 Request to disable [SERVICE] [Repo_SSINTR01] in [ABORT] mode.DOM_10130 Stop service process for [SERVICE] [Repo_SSINTR01] on node [node01_ssintr01].LIC_10042 Repository instance [Repo_SSINTR01] is stopping on node [node01_ssintr01].SPC_10015 Request to stop process for service [Repo_SSINTR01] with mode [ABORT] on node [node01_ssintr01].DOM_10127 Request to disable service [Repo_SSINTR01] completed.DOM_10115 Request to enable [service] [Repo_SSINTR01].DOM_10117 Starting service process for service [Repo_SSINTR01] on node [node01_ssintr01].SPC_10014 Request to start process for service [Repo_SSINTR01] on node [node01_ssintr01].SPC_10018 Request to start process for service [Repo_SSINTR01] was successful.SPC_10051 Service [Repo_SSINTR01] started on port [6,019] successfully.DOM_10118 Service process started for service [Repo_SSINTR01] on node [node01_ssintr01].DOM_10121 Selecting a primary service process for service [Repo_SSINTR01].DOM_10120 Service process on node [node01_ssintr01] has been set as the primary node of service [Repo_SSINTR01].DOM_10122 Request to enable service [Repo_SSINTR01] completed.LIC_10041 Repository instance [Repo_SSINTR01] has started on node [node01_ssintr01].DOM_10115 Request to enable [service] [INT_SSINTR01].DOM_10117 Starting service process for service [INT_SSINTR01] on node [node01_ssintr01].SPC_10014 Request to start process for service [INT_SSINTR01] on node [node01_ssintr01].DOM_10055 Unable to start service process [INT_SSINTR01] on node [node01_ssintr01].DOM_10079 Unable to start service [INT_SSINTR01] on any node specified for the service.Then I tried shutting down the domain and restarting the informatica service again. I got the following error when the Integration service was initializedDOM_10115 Request to enable [service] [INT_SSINTR01].DOM_10117 Starting service process for service [INT_SSINTR01] on node [node01_ssintr01].SPC_10014 Request to start process for service [INT_SSINTR01] on node [node01_ssintr01].SPC_10009 Service process [INT_SSINTR01] output [Informatica(r) Integration Service, version [9.0.1], build [184.0604], Windows 32-bit].SPC_10009 Service process [INT_SSINTR01] output [Service [INT_SSINTR01] on node [node01_ssintr01] starting up.].SPC_10009 Service process [INT_SSINTR01] output [Logging to the Windows Application Event Log with source as [PmServer].].SPC_10009 Service process [INT_SSINTR01] output [Please check the log to make sure the service initialized successfully.].SPC_10008 Service Process [INT_SSINTR01] output error [ERROR: Unexpected condition at file:[..\utils\pmmetrics.cpp] line:[2118]. Application terminating. Contact Informatica Technical Support for assistance.].SPC_10012 Process for service [INT_SSINTR01] terminated unexpectedly.DOM_10055 Unable to start service process [INT_SSINTR01] on node [node01_ssintr01].DOM_10079 Unable to start service [INT_SSINTR01] on any node specified for the service. I tried creating a new integration service and associating it with the same repository. Even then I got the same error. So I tried creating a new repository and a new integration service. Even then I got the same error. What might be the workaround to start the integration service?

  • Informatica - Workflow Logs: How to remove INFO "VAR_27014 [Warning!...

    Hi, this is my first post here, so plz excuse any mistakes :)
    I'm using Informatica PowerCenter 7.1.4. Every time there is a new workflow log created, for each session, there is set of parameters logged with the name and value pairs.
    INFO : TM_6292 : (372964|1) Session task instance [S_SESSION]: VAR_27021 [Parameter file [ConfigFiles/properties.pmf] opened for session [S_SESSION].].
    INFO : TM_6292 : (372964|1) Session task instance [S_SESSION]: VAR_27014 [Warning! Found an unused name and value pair [DBConnectionStringStage = /@] in parameter file[ConfigFiles/properties.pmf].].
    Is there any option, to switch this logging level off? Or only those kind of messages (VAR_27014)?
    Sometimes the values includes some passwords, and our admins have problems with this.
    I've tried changing the parameter ErrorSeverityLevel=Error in a pmserver.cfg, but it doesn't affect above INFO messages. I've also changed the same parameter for the repository server - still nothing.
    Hope you could give me any solution or a workaround.
    Thanks,
    Blazej

    Hi, this is my first post here, so plz excuse any mistakes :)
    I'm using Informatica PowerCenter 7.1.4. Every time there is a new workflow log created, for each session, there is set of parameters logged with the name and value pairs.
    INFO : TM_6292 : (372964|1) Session task instance [S_SESSION]: VAR_27021 [Parameter file [ConfigFiles/properties.pmf] opened for session [S_SESSION].].
    INFO : TM_6292 : (372964|1) Session task instance [S_SESSION]: VAR_27014 [Warning! Found an unused name and value pair [DBConnectionStringStage = /@] in parameter file[ConfigFiles/properties.pmf].].
    Is there any option, to switch this logging level off? Or only those kind of messages (VAR_27014)?
    Sometimes the values includes some passwords, and our admins have problems with this.
    I've tried changing the parameter ErrorSeverityLevel=Error in a pmserver.cfg, but it doesn't affect above INFO messages. I've also changed the same parameter for the repository server - still nothing.
    Hope you could give me any solution or a workaround.
    Thanks,
    Blazej

  • Workflow in Waiting status..

    Hi Friends,
         I am executing a workflow from an reprot using function module.
    but when i have checked the log then i found that the header workitem (workflow) is in waiting state.
    what can be the reasons behind it...
    Thanks Dev

    Is it Dialog workitem or check if it missing any mandatory parameters.
    Are you using SAP_WAPI_EXECUTE_WORKITEM or SAP_WAPI_DECISION_COMPLETE ?
    Sometimes, Workflow behaves weird where you can try synchronizing the buffer (SWU_OBUF) and check the status.

  • Re: Error while using Web services for working with Informatica workflow

    Hi All,
    I am getting below error when i am calling Informatica wokrflow using Web Services HUB.
    able to establish connection with the informatica server.
    please can any one help out me in this.
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
    faultSubcode:
    faultString: java.lang.NullPointerException
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}stackTrace:java.lang.NullPointerException
    at org.apache.axis.message.SOAPEnvelope.addHeader(SOAPEnvelope.java:230)
    at org.apache.axis.client.Call.invoke(Call.java:2789)
    at org.apache.axis.client.Call.invoke(Call.java:2501)
    at org.apache.axis.client.Call.invoke(Call.java:2424)
    at org.apache.axis.client.Call.invoke(Call.java:1835)
    at AI.Informatica.proxyclasses.DataIntegrationServiceSoapBindingStub.startWorkflow(DataIntegrationServiceSoapBindingStub.java:1101)
    at AI.Informatica.javasrc.GSS_Informatica.start_workflow(GSS_Informatica.java:745)
    at AI.Informatica.javasrc.GSS_Informatica.execute(GSS_Informatica.java:1384)
    at AI.Informatica.javasrc.GSS_Informatica.main(GSS_Informatica.java:382)
    {http://xml.apache.org/axis/}hostname:win2k3sami
    java.lang.NullPointerException
    at org.apache.axis.AxisFault.makeFault(AxisFault.java:104)
    at org.apache.axis.client.Call.invoke(Call.java:2504)
    at org.apache.axis.client.Call.invoke(Call.java:2424)
    at org.apache.axis.client.Call.invoke(Call.java:1835)
    at AI.Informatica.proxyclasses.DataIntegrationServiceSoapBindingStub.startWorkflow(DataIntegrationServiceSoapBindingStub.java:1101)
    at AI.Informatica.javasrc.GSS_Informatica.start_workflow(GSS_Informatica.java:745)
    at AI.Informatica.javasrc.GSS_Informatica.execute(GSS_Informatica.java:1384)
    at AI.Informatica.javasrc.GSS_Informatica.main(GSS_Informatica.java:382)
    Caused by: java.lang.NullPointerException
    at org.apache.axis.message.SOAPEnvelope.addHeader(SOAPEnvelope.java:230)
    at org.apache.axis.client.Call.invoke(Call.java:2789)
    at org.apache.axis.client.Call.invoke(Call.java:2501)
    ... 6 more
    Thanks in advance.
    Mahesh.

    Hi All,
    I am getting below error when i am calling Informatica wokrflow using Web Services HUB.
    able to establish connection with the informatica server.
    please can any one help out me in this.
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
    faultSubcode:
    faultString: java.lang.NullPointerException
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}stackTrace:java.lang.NullPointerException
    at org.apache.axis.message.SOAPEnvelope.addHeader(SOAPEnvelope.java:230)
    at org.apache.axis.client.Call.invoke(Call.java:2789)
    at org.apache.axis.client.Call.invoke(Call.java:2501)
    at org.apache.axis.client.Call.invoke(Call.java:2424)
    at org.apache.axis.client.Call.invoke(Call.java:1835)
    at AI.Informatica.proxyclasses.DataIntegrationServiceSoapBindingStub.startWorkflow(DataIntegrationServiceSoapBindingStub.java:1101)
    at AI.Informatica.javasrc.GSS_Informatica.start_workflow(GSS_Informatica.java:745)
    at AI.Informatica.javasrc.GSS_Informatica.execute(GSS_Informatica.java:1384)
    at AI.Informatica.javasrc.GSS_Informatica.main(GSS_Informatica.java:382)
    {http://xml.apache.org/axis/}hostname:win2k3sami
    java.lang.NullPointerException
    at org.apache.axis.AxisFault.makeFault(AxisFault.java:104)
    at org.apache.axis.client.Call.invoke(Call.java:2504)
    at org.apache.axis.client.Call.invoke(Call.java:2424)
    at org.apache.axis.client.Call.invoke(Call.java:1835)
    at AI.Informatica.proxyclasses.DataIntegrationServiceSoapBindingStub.startWorkflow(DataIntegrationServiceSoapBindingStub.java:1101)
    at AI.Informatica.javasrc.GSS_Informatica.start_workflow(GSS_Informatica.java:745)
    at AI.Informatica.javasrc.GSS_Informatica.execute(GSS_Informatica.java:1384)
    at AI.Informatica.javasrc.GSS_Informatica.main(GSS_Informatica.java:382)
    Caused by: java.lang.NullPointerException
    at org.apache.axis.message.SOAPEnvelope.addHeader(SOAPEnvelope.java:230)
    at org.apache.axis.client.Call.invoke(Call.java:2789)
    at org.apache.axis.client.Call.invoke(Call.java:2501)
    ... 6 more
    Thanks in advance.
    Mahesh.

  • DAC task shows as Running when in fact Informatica workflow is completed

    Good day,
    My environment:
    Dac Build AN 10.1.3.4.1.20090415.0146 , Windows 2003 Server Release 2
    Informatica 8.1.1. SP5 0129 135 (R117 D86) , Windows 2003 Server Release 2
    I am having two separate issues with a DAC execution plan.
    1.     During the runtime of DAC execution plan some SDE mapping which were completed in Informatica still being displayed with status ‘Running’ in DAC. As a result not all SIL mapping get executed. I am able to unit test this mapping (both SDE and SIL), so the problem is not with Informatica.
    2.     Even though the execution plan was generated with an option for both FULL and Incremental tasks each time I submit the execution plan the FULL mapping gets executed. $$LAST_UPDATE_DATE variable is defined in both Informatica and DAC.
    Any help is greatly appreciated.
    Thank you,
    Maxim

    What version of BI Applications are you on? Also, have you applied all the DAC patches? I recall there was a DAC bug and an associated patch related to this. Check this metalink note:
    OBIA DAC ETL Execution Plan does not complete even though all steps are complete [ID 848117.1]
    If this was helpful, please mark as answered.

  • Informatica Workflow fails because of TEMP tablespace

    Hi,
    I am trying to do a Complete Oracle 11.5.10 load. However my execution plan fails because the SDE_ORA_Payroll_Fact fails. The error in the session log is as follows:
    READER_1_1_1> RR_4035 SQL Error [
    ORA-01652: unable to extend temp segment by 128 in tablespace TEMP
    From the error message it is very clear that the Source Qualifier is unable to select the data from the source tables. i have increased the TEMP tablespace too however I keep getting the error. Because of this error my other mappings are also Stopped. Any solutions to this problem?

    Hi,
    Would you not want to use the following parameters to say load one fiscal year at a time?
    Analysis Start Date
    The start date used to build the day dimension and to flatten exchange rates and costs lists.
    $$ANALYSIS_START, $$ANALYSIS_START_WID
    Default : Jan 1, 1980
    Analysis End Date
    The end date used to build the day dimension and to flatten exchange rates and costs lists.
    $$ANALYSIS_END, $$ANALYSIS_END_WID
    Default : Dec 31, 2010
    Thanks,
    Chris

  • Why Task failing in DAC shows as completed in Informatica Workflow monitor?

    Hi BI Guru's,
    I have a task( 'SIL_TimeDimension_MCalDay' and its detail Task is 'Create Index INDEX W_MCAL_DAY_D_P1' )in DAC that shows 'Failed' .
    The same task( i.e 'SIL_TimeDimension_MCalDay') shows 'Succeded' in Workflow_monitor.
    Any thoughts ?
    Regards,
    JK

    To check the data-integrity:
    - Find the target table(s) for the task
    - Determine which index is failing
    - In the DAC go to the "Design" view tab and click the Indicies tab, query for the index that failed (note whether or not that index is unique, it is a checkbox in the edit sub-tab). Click the columns sub-tab and find the columns the index is attempting to create an index on.
    - Write a query that will return the records that are breaking the index:
    For example: If I have a table named EMPLOYEE and I'm trying to create a unique index on a FIRST_NAME column and a EMP_NUMBER column I would write the following SQL:
    SELECT FIRST_NAME, EMP_NUMBER, COUNT(*) FROM EMPLOYEE GROUP BY FIRST_NAME, EMP_NUMBER HAVING COUNT(*) > 1;
    Hope this helps!
    Edited by: Austin W on Sep 16, 2009 10:00 AM

  • Error in Workflow wait for event node

    Hello Experts,
    I am working on one QM notification. I shall explain the scenario first:
    1) User will take the usage decision on inspection lot in QA11. When user will take decision and save inspection lot BUS2045 event USAGEDECISIONMADE will be triggered and initiate my workflow here.
    2) After workflow initiation system will create notification and send to approver, but here i have wait step in my workflow for BUS2078 - Created (Notification).
    wait for Event step
    BO: BUS2078
    EV: CREATED
    I am posting error below:
    Error when starting work item 000000294361
    Error when processing node '0000000060' (ParForEach index 000000)
    Error when creating a component of type 'Wait Step'
    Error when creating an event item
    Error within method CL_SWF_RUN_WIM_EVENT->_CREATE_WORKITEM_CONTAINER
    Error within method CL_SWF_RUN_WIM_EVENT->_GET_INIT_WORKITEM_CONTAINER
    Workflow 000000294361 wait step 0000000060: No valid object ID in container element 'Notification
    Node 60 - wait for event step.
    Re.,
    Guri

    Hi,
    Based on your description what I felt is you are making use  of a wait step in which you have choose to wait till BUS2078 event CREATED is occured ... right.. Now can you please clear me that where and how this event will triggered.
    or is it some thign like you are making use of event creator step and in this case, When ever you are making use of the eventcreator  step and a BOR object inside it make sure that specific BOR object is already instatitaed in the workflow container , if it is instantiated then only it will try to identify the instance  or the BOR and it will try to rasie the event.
    Regards
    Pavan

Maybe you are looking for

  • SCOM 2012 SP1 Installation failed

    Hello, I´m experiencing problems installing operations manager and I need some help. I´m trying to do this type of installation: Two servers: One for bbdd and reporting and the other one for Management Server and Web Console server. 2 server have win

  • How install Connector Server in IDM 8.1

    Hi, I have problem with installation of Connector Server. 1.I downloaded .msi package and made installation of Connector Server Windows Service Installer v1.0 on same server as IDM 8.1. Also .NET 3.5 was installed. 2.After that I downloaded ActiveDir

  • HT1338 Where do I enter the code to download Mountain Lion for free?

    I have obtained my password for a free mountain lion upgrade on my new computer but can not figure out where I go to input the information to download?

  • How do I import AVCHD from my Panasonic Camara to iMovie '11?

    How do I import AVCHD from my Panasonic Camara to iMovie '11? I know i did it once and for the life of me I cannot remember how!  I do not remember getting any additional software...  i am pretty sure iMovie '11 can do it on it's own.  I have a Panas

  • Table Trade-in clarification

    Yesterday I went to ST MATTHEWS KY (Store 333)  in Louisville and I was first denied the trade-in because the table I wanted to trade-in is not listed in your system, then I saw forums on BB and went back to the store again. The CSR called the manage