In session log thier should not be a single error how will
u do
Answers were Sorted based on User's Feedback
Answer / guest
I think the session should run successfully.
regards
Sukanta
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mohith.dmdw
SOME TIMES WE CANNOT GIVE THE DATABASE CONNECTIONS PROPERLY IT DOESNT SHOWS ERRORS IN SESSION PLS CHECK THE DATABASE CONNECTIONS....
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajeshkumar
If "Stop on Error" value is zero, session will complete successfully. All erroneous data will go into bad file as rejected data. If "Stop on Error" value is 1, session will fail as soon as first error occur.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the types of schemas we have in data warehouse and what are the difference between them?
pmscmd startworkflow -sv <host name> -d <domain name> -u <user name> -p <password> -f <folder name> <workflow name> while running this command I got the error as "no gateway connectivity is provided for your domain name". So anyone please help me how to rectify this error?
Which means the first record should come as last record and last record should come as first record and load into the target file?
Consider a Phone Log table as below. It records all phone numbers that we dial in a given day. SOURCE_PHONE_NUMBER DESTINATION_PHONE_NUMBER CALL_START_DATETIME 1234 4567 01/07/2011 10:00 1234 2345 01/07/2011 11:00 1234 3456 01/07/2011 12:00 1234 3456 01/07/2011 13:00 1234 4567 01/07/2011 15:00 1222 7890 01/07/2011 10:00 1222 7680 01/07/2011 12:00 1222 2345 01/07/2011 13:00 Please provide an SQL query to display the source_phone_number and a flag where the flag needs to be set to Y if first called number and last called number are the same and N if the first called number and last called number are different. Desired Output: Source Number Is_Match 1222 N 1234 Y
how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
in source one table is there. id value --- ------ 1 a 2 b 3 c 1 d 2 e 1 f in target i want id value ---- ------ 1 a,d,f 2 b,e 3 f How to implement it in informatica without using normalizer transformation?
what are the types of facts with Examples?
connected and unconnected lookups?
when we dont use aggregator in mapping ?
What does cheating measurement mean?
if we have input eno 1,2,3,1,2,3 year 2001,2002,2003,2001,2002,2003 and sal 10000,20000,30000,20000,30000,40000 ex-output eno totsal 1 30000 2 50000 3 70000