ETL Benchmarks. Version corrigée V 1.1. Comparing. DATASTAGE SERVER 7.5 DATASTAGE PX 7.5 TALEND OPEN STUDIO INFORMATICA 8.1.

Størrelse: px
Starte visningen fra side:

Download "ETL Benchmarks. Version corrigée V 1.1. Comparing. DATASTAGE SERVER 7.5 DATASTAGE PX 7.5 TALEND OPEN STUDIO INFORMATICA 8.1."

Transkript

1 Pg 1 Version corrigée V 1.1 Comparing DATASTAGE SERVER 7.5 DATASTAGE PX 7.5 TALEND OPEN STUDIO INFORMATICA PENTAHO DATA INTEGRATOR info@manapps.tm.fr

2 Pg 2 This document is published under the Creative Commons license: You are free: to Share to copy, distribute, display, and perform the work to Remix to make derivative works Under the following conditions: Attribution. You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work). For any reuse or distribution, you must make clear to others the license terms of this work. The best way to do this is with a link to this web page. Any of the above conditions can be waived if you get permission from the copyright holder. Apart from the remix rights granted under this license, nothing in this license impairs or restricts the author's moral rights.

3 Pg 3 Table of Contents You are free:... 2 Under the following conditions:... 2 Table of Contents... 3 General comments... 5 Hardware Configuration... 6 Test 1: File Input Delimited > File Output Delimited... 7 Scenario:... 7 Test results: Test 2: File Input Delimited > Table MySQL Output Scenario: Test results: Test 3: Table Oracle Input > File Output Delimited Scenario: Test results: Test 4: File Input Delimited > Table Output Oracle BULK Scenario: Test results: Test 5: File Input Delimited > Transform > File Output Delimited Scenario: Tests result: Test 6: Table Input Oracle > Aggregation > Table Output Oracle (ELT) Scenario: Test results: Test 7: Tables Input Oracle > Transformation > Tables Output Oracle (ELT) Scenario: Test results: Test 8: File Input Delimited > Sort > File Output Delimited... 59

4 Pg 4 Scenario: Tests result: Test 9: File Input Delimited > Aggregate > File Output Delimited Scenario: Tests result: Test 10: File Input Delimited > Lookup > File Output Delimited Scenario: Tests result: Test 11: File Input Delimited > Lookup > File Output Delimited && rejects Scenario: Tests result:

5 Pg 5 General comments This document constitutes Version 1.1 of the ETL Benchmark, as version 1.0 showed inaccurate tests results for the PowerCenter solution powered by Informatica, as our tests were carried out with inadequate settings for this product. An expert from Informatica suggested adapted settings, and the same tests were run again on the same environment, in order to preserve the benchmarking basis between all compared ETL tools. Use of the correct settings on the Informatica PowerCenter solution greatly improve the results obtained by this solution on the same ETL benchmark tests, as detailed in this corrected version of our benchmark. This Version 1.1 of the benchmark thus includes the updated results and comparison between all tested tools, and Annexe1 details the changes in the use of the Informatica software. We are open to comments from all tested editors, but also to other publishers, and are ready to give access to our testing conditions in order to allow them to verify the results obtained by their products and to suggest applicable best practices. For the tests with DataStage PX, we used 2 nodes to take advantage of the dual cores and of the parallelization feature of the tool. Results: Even if it is difficult to give results for this kind of benchmark, and we think that each test is different, some people ask us to give a global synthesis of those tests. Global performance: As requested by some people after the issue of version 1.0 of this ETL Benchmark, we have assigned, for each test, a specific number of points to the tested solutions (5 points to the best, 4 to the second 1 to the fifth). According to this scenario, results are as follows: o First: Informatica (353 points) o Second: Talend Open Studio (333 points) o Third: IBM Datastage PX 7.5 (239 points)

6 Pg 6 o Fourth: IBM Dataserver 7.5 (199 points) o Fifth: Pentaho Data Integration (148 points) Below are the detailed results: TOS PDI IBM DS 7.5 IBM DS PX 7.5 INFA PWC Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Total Open Source ETL & Parallelization: Pentaho Data Integrator claims the first position here. It is easier to parallelize with PDI. We did however fine some issues with the way the tool lets you to parallelize all the components, but some results are inconsistent. Hardware Configuration OS: Windows XP Pro SP2 CPU: Intel Core2 Duo 2 GHz JVM 1.6.0_87 RAM: 4 Go

7 Pg 7 Test 1: File Input Delimited > File Output Delimited Scenario: Reading X lines from a file input delimited and writing in a file output delimited. File input delimited extract:

8 Pg 8 TALEND OPEN STUDIO Job name: file_input_delimited file_output_delimited Job Schema of file_input_delimited

9 Pg 9 PENTAHO DATA INTEGRATION Job name: file_input_delimited file_output_delimited Job Schema of file_input_delimited

10 Pg 10 DATASTAGE SERVER Job name: file_input_delimited file_output_delimited Job Schema of file_input_delimited

11 Pg 11 DATASTAGE PX Job name: PX_file_input_delimited file_output_delimited Job Schema of file_input_delimited

12 Pg 12 INFORMATICA Job name: file_input_delimited file_output_delimited Job Schema of file_input_delimited

13 Pg 13 Test results: Test 1: File Input Delimited > File Output Delimited Statistics: Lines TOS ,00 7,80 39,10 162,09 PDI ,00 15,50 83,80 417,80 IBM DS 7.5 2,00 4,00 12,50 66,00 IBM DS PX 7.5 3,40 12,00 40,00 150,00 INFA PWC ,00 7,00 18,00 74,00 Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS , ,99 0,51 1,54 0,9

14 Pg ,14 0,32 1,02 0, ,58 0,41 0,93 0,47 Test 2: File Input Delimited > Table MySQL Output Scenario: Reading X lines from a file input delimited and writing into a table output MySQL. Comments: DataStage 7.5, DataStage PX 7.5 and Informatica are not tested for this use case. To begin, the test has been done with default parameters. To optimize the performances, the commit parameter has been learned. To finish, the job has been parallelize. To parallelize with TOS 2.4.1, we just have to cut through our file input delimited (With the header and the limit parameters) and parallelize two sub-jobs. With PDI 3.0.0, we just have to increment the number of copy. TOS permits to use the extended insert, which is a MySQL feature. This feature limits the number of database accesses and increases the performances. With this feature, TOS is 6 times faster.

15 Pg 15 TALEND OPEN STUDIO Job name: file_input_delimited table_output_mysql Job (Multi-Thread Execution checked on Job Settings) Schema of file_input_delimited

16 Pg 16 PENTAHO DATA INTEGRATION Job name: file_input_delimited table_output_mysql Job Schema of file_input_delimited

17 Pg 17 Test results: Test 2: File Input Delimited > Table MySQL Output Statistics: Lines TOS ,26 144,50 731,78 PDI ,90 151,80 843,90 TOS with Extended Insert 2,60 25,00 129,00 Number of lines TOS PDI TOS Extended Insert ratio compared with TOS ,98 0, ,05 0, ,15 0,18 Test 3: Table Oracle Input > File Output Delimited Scenario:

18 Pg 18 Reading X lines from a table output Oracle and writing into a file output delimited.

19 Pg 19 TALEND OPEN STUDIO Job name: table_input_oracle file_output_delimited Job Schema of table_input_oracle

20 Pg 20 PENTAHO DATA INTEGRATION Job name: table_input_oracle file_output_delimited Job SCHEMA VIEWER NOT POSSIBLE Schema of table_input_oracle

21 Pg 21 DATASTAGE SERVER Job name: table_input_oracle file_output_delimited Job Schema of table_input_oracle

22 Pg 22 DATASTAGE PX Job name: PX_table_input_oracle file_output_delimited Job Schema of table_input_oracle

23 Pg 23 INFORMATICA Job name: table_input_oracle file_output_delimited Job Schema of table_input_oracle

24 Pg 24 Test results: Test 3: Table Oracle Input > File Output Delimited Statistics: Lines TOS ,25 6,26 14,25 PDI ,78 21,20 37,40 IBM DS 7.5 4,00 11,00 19,00 IBM DS PX 7.5 4,00 8,00 15,00 INFA PWC Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS ,12 1,78 1, ,39 1,76 1,28 0, ,62 1,33 1,05 0,63

25 Pg 25 Test 4: File Input Delimited > Table Output Oracle BULK Scenario: Reading X lines from a file input delimited and writing into a table output Oracle BULK.

26 Pg 26 TALEND OPEN STUDIO Job name: file_input_delimited table_output_oracle_bulk Job

27 Pg 27 PENTAHO DATA INTEGRATION Job name: file_input_delimited table_output_oracle_bulk Job Schema of file_input_delimited

28 Pg 28 DATASTAGE SERVER Job name: file_input_delimited table_output_oracle_bulk Job Schema of file_input_delimited

29 Pg 29 DATASTAGE PX Job name: PX_file_input_delimited table_output_oracle_bulk Job Schema of file_input_delimited

30 Pg 30 INFORMATICA Job name: file_input_delimited table_output_oracle_bulk Job Schema of file_input_delimited

31 Pg 31 Test results: Test 4: File Input Delimited > Table Output Oracle BULK Statistics: Lines TOS ,36 22,12 49,66 PDI ,60 30,60 72,70 IBM DS 7.5 3,00 18,00 40,00 IBM DS PX 7.5 6,00 27,00 55,00 INFA PWC Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS ,6 0,69 1,38 0, ,38 0,81 1,22 0, ,46 0,8 1,11 0,22

32 Pg 32 Test 5: File Input Delimited > Transform > File Output Delimited Scenario: Reading X lines from a file input delimited and writing in a file output delimited after some changes. Changes list: Comments: The field `rate` content is multiplied by 100. The new field `name` is a concatenation (`firstname`+ +`lastname`). The fields `address` content is converted to uppercase. Pentaho Data Integration hasn t any graphic component to transform data. Thus, we have to use a custom code component. The used language is JavaScript. The four others ETL got a transformer to do this. Talend Open Studio got a custom code too, named tjavarow or tperlrow.

33 Pg 33 TALEND OPEN STUDIO Job name: file_input_delimited transformation file_output_delimited Job Schema of file_input_delimited Schema of file_output_delimited

34 Pg 34 tmap

35 Pg 35 PENTAHO DATA INTEGRATION Job name: file_input_delimited transformation file_output_delimited Job Schema of file_input_delimited Schema of file_output_delimited

36 Pg 36 JavaScript Custom Code Select Values Select Values

37 Pg 37 DATASTAGE SERVER Job name: file_input_delimited transformation file_output_delimited Job Schema of file_input_delimited Schema of file_output_delimited

38 Pg 38 Transformer

39 Pg 39 DATASTAGE PX Job name: PX_file_input_delimited transformation file_output_delimited Job Schema of file_input_delimited Schema of file_output_delimited

40 Pg 40 Transformer

41 Pg 41 INFORMATICA Job name: file_input_delimited transformation file_output_delimited Job Schema of file_input_delimited

42 Pg 42 Schema of file_output_delimited

43 Pg 43 Mapping

44 Pg 44 Tests result: Test 5: File Input Delimited > Transform > File Output Delimited Statistics: Lines TOS ,30 8,50 43,10 183,13 PDI ,30 51,00 259, ,10 IBM DS 7.5 2,00 10,00 56,00 178,00 IBM DS PX 7.5 4,75 11,33 41,00 155,00 INFA PWC ,00 6,00 17,00 74,00 Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS ,07 1,54 3,65 2, ,18 1,33 0, ,02 1,3 0,95 0, ,16 0,97 0,84 0,4

45 Pg 45 Test 6: Table Input Oracle > Aggregation > Table Output Oracle (ELT) Scenario: Mod). Reading X lines from tables input Oracle and writing into another tables output Oracle (ELT Comments: Only Talend Open Studio permits to use an ELT mod. Informatica got the Push Down Optimization, but I didn t find this feature on the tool.

46 Pg 46 TALEND OPEN STUDIO Job names: ELT table_input_oracle aggregate_group_by_age_count table_output_oracle Job (ELT) Schema of table_input_oracle

47 Pg 47 PENTAHO DATA INTEGRATION Job name: table_input_oracle aggregate_group_by_age_count table_output_oracle Job SCHEMA VIEWER NOT POSSIBLE Schema of table_input_oracle

48 Pg 48 DATASTAGE SERVER Job name: table_input_oracle aggregate_group_by_age_count table_output_oracle Job Schema of table_input_oracle

49 Pg 49 DATASTAGE PX Job name: PX_table_input_oracle aggregate_group_by_age_count table_output_oracle Job Schema of table_input_oracle

50 Pg 50 INFORMATICA Job name: table_input_oracle aggregate_group_by_age_count table_output_oracle Job Schema of table_input_oracle

51 Pg 51 Test results: Test 6: Table Input Oracle > Aggregation > Table Output Oracle (ELT) Statistics: Lines TOS ,24 1,4 1,69 PDI ,26 22,26 47,80 IBM DS 7.5 2,40 8,00 13,67 IBM DS PX 7.5 8,00 12,00 17,50 INFA PWC Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS ,44 1,94 6,45 3, ,9 5,71 8,57 2, ,28 8,09 10,36 2,36

52 Pg 52 Test 7: Tables Input Oracle > Transformation > Tables Output Oracle (ELT) Scenario: Reading X lines from tables input Oracle and writing into another tables output Oracle (ELT Mod) after some changes.

53 Pg 53 TALEND OPEN STUDIO Job name: table_input_oracle elt table_output_oracle Job (ELT) Schema of table_lookup_oracle Schema of table_input_oracle

54 Pg 54 PENTAHO DATA INTEGRATION Job name: table_input_oracle elt table_output_oracle Job SCHEMA VIEWER NOT POSSIBLE Schema of table_lookup_oracle SCHEMA VIEWER NOT POSSIBLE Schema of table_input_oracle

55 Pg 55 DATASTAGE SERVER Job name: table_input_oracle elt table_output_oracle Job Schema of table_lookup_oracle Schema of table_input_oracle

56 Pg 56 DATASTAGE PX Job name: PX_table_input_oracle elt table_output_oracle Job Schema of table_lookup_oracle Schema of table_input_oracle

57 Pg 57 INFORMATICA Job name: table_input_oracle elt table_output_oracle Job Schema of table_lookup_oracle

58 Pg 58 Schema of table_input_oracle Test results: Test 7: Tables Input Oracle > Transformation > Tables Output Oracle (ELT) Statistics: Lines TOS ,99 23,26 52,72 PDI ,35 201,60 382,60 IBM DS ,70 65,00 116,00 IBM DS PX ,00 30,50 47,50 INFA PWC Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS ,4 2,12 2,5 0, ,67 2,79 1,31 0, ,26 2,2 0,9 0,27

59 Pg 59 Test 8: File Input Delimited > Sort > File Output Delimited Scenario: Reading X lines from a file input delimited and writing in a file input delimited sorted. Sorts list: Comments: Order by the integer field `age` ASC. Order by the string field `firstname` ASC. Order by the fields `age` and `firstname` ASC. With the version used, I can t do sort in memory with Pentaho Data Integrator. But the feature is present on latest version. On Talend Open Studio, with a large volume ( and ), we have to use the component texternalsort which use GNU sort, a sort software.

60 Pg 60 TALEND OPEN STUDIO Job names: file_input_delimited sort_on_age file_output_delimited file_input_delimited sort_on_firstname file_output_delimited file_input_delimited sort_on_firstname_and_age file_output_delimited Job Schema of file_input_delimited

61 Pg 61 PENTAHO DATA INTEGRATION Job names: file_input_delimited sort_on_age file_output_delimited file_input_delimited sort_on_firstname file_output_delimited file_input_delimited sort_on_firstname_and_age file_output_delimited Job Schema of file_input_delimited

62 Pg 62 DATASTAGE SERVER Job names: file_input_delimited sort_on_age file_output_delimited file_input_delimited sort_on_firstname file_output_delimited file_input_delimited sort_on_firstname_and_age file_output_delimited Job Schema of file_input_delimited

63 Pg 63 DATASTAGE PX Job names: PX_file_input_delimited sort_on_age file_output_delimited PX_file_input_delimited sort_on_firstname file_output_delimited PX_file_input_delimited sort_on_firstname_and_age file_output_delimited Job Schema of file_input_delimited

64 Pg 64 INFORMATICA Job names: file_input_delimited sort_on_age file_output_delimited file_input_delimited sort_on_firstname file_output_delimited file_input_delimited sort_on_firstname_and_age file_output_delimited Job Schema of file_input_delimited

65 Pg 65 Tests result: Test 8: File Input Delimited > Sort > File Output Delimited Sorted by Age Statistics: Sorted by age Lines TOS ,44 15,73 188, ,03 PDI ,63 32,85 155,95 668,20 IBM DS 7.5 4,20 60,70 267,70 IBM DS PX 7.5 4,00 16,25 64,50 492,67 INFA PWC ,00 13,00 50,00 201,00 Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS ,51 2,92 2,78 3, ,09 3,86 1,03 0, ,83 1,42 0,34 0,26

66 Pg , ,48 0,2 Test 8: File Input Delimited > Sort > File Output Delimited Sort By First Name Sorted by firstname Lines TOS ,69 18,05 168, ,20 PDI ,40 31,20 157,15 739,20 IBM DS 7.5 6,00 58,00 426,00 IBM DS PX 7.5 4,00 16,00 57,00 624,00 INFA PWC ,00 13,00 51,00 223,00 Statistics: Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS ,01 3,55 2,37 2, ,73 3,21 0,89 0,72

67 Pg ,93 2,53 0,34 0, , ,58 0,21 Test 8: File Input Delimited > Sort > File Output Delimited Sort By First Age, Name Statistics: Sorted by age & firstname Lines TOS ,33 17,40 225, ,00 PDI ,22 29,27 159,10 842,20 IBM DS 7.5 7,33 60,00 360,00 IBM DS PX 7.5 4,50 16,33 59,00 582,50 INFA PWC ,00 13,00 49,00 211,00 Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS ,42 5,51 3,38 3, ,68 3,45 0,94 0, ,71 1,6 0,26 0,22

68 Pg , ,58 0,21

69 Pg 69 Test 9: File Input Delimited > Aggregate > File Output Delimited Scenario: Reading X lines from a file input delimited, achieving an aggregation and writing the operations result in a file output delimited. 1 Group by the field `age`; Operation: COUNT. 2 Group by the field `age`; Operations: COUNT, SUM(rate), AVG(rate), MIN(rate), MAX(rate). 3 Group by the field `firstname`; Operations: COUNT. Comments: When the output flow is too big (aggregate by firstname with big volume here), we have to use the tsortedaggregaterow on Talend Open Studio. This component sorts rows before the aggregation. On this case, Pentaho Data Integrator failed.

70 Pg 70 TALEND OPEN STUDIO Job names: file_input_delimited aggregate_group_by_age_count file_output_delimited file_input_delimited aggregate_group_by_age_count_sum_avg_min_max file_o utput_delimited file_input_delimited aggregate_group_by_firstname_count file_output_delimit ed Job Job using the texternalsortrow component

71 Pg 71 Schema of file_input_delimited Schema of file_output_delimited file_input_delimited aggregate_group_by_age_count file_output_delimited

72 Pg 72 PENTAHO DATA INTEGRATION Job names: file_input_delimited aggregate_group_by_age_count file_output_delimited file_input_delimited aggregate_group_by_age_count_sum_avg_min_max file_o utput_delimited file_input_delimited aggregate_group_by_firstname_count file_output_delimit ed Job Schema of file_input_delimited Schema of file_output_delimited file_input_delimited aggregate_group_by_age_count file_output_delimited

73 Pg 73 DATASTAGE SERVER Job names: file_input_delimited aggregate_group_by_age_count file_output_delimited file_input_delimited aggregate_group_by_age_count_sum_avg_min_max file_o utput_delimited file_input_delimited aggregate_group_by_firstname_count file_output_delimit ed Job Schema of file_input_delimited Schema of file_output_delimited file_input_delimited aggregate_group_by_age_count file_output_delimited

74 Pg 74 DATASTAGE PX Job names: PX_file_input_delimited aggregate_group_by_age_count file_output_delimited PX_file_input_delimited aggregate_group_by_age_count_sum_avg_min_max fi le_output_delimited PX_file_input_delimited aggregate_group_by_firstname_count file_output_deli mited Job Schema of file_input_delimited Schema of file_output_delimited file_input_delimited aggregate_group_by_age_count file_output_delimited

75 Pg 75 INFORMATICA Job names: file_input_delimited aggregate_group_by_age_count file_output_delimited file_input_delimited aggregate_group_by_age_count_sum_avg_min_max file_o utput_delimited file_input_delimited aggregate_group_by_firstname_count file_output_delimit ed Job Schema of file_input_delimited Schema of file_output_delimited file_input_delimited aggregate_group_by_age_count file_output_delimited

76 Pg 76 Tests result: Test 9: File Input Delimited > Aggregate > File Output Delimited Group by age (count) Statistics: Group by Age (Count) Lines TOS ,62 6,99 30,05 124,16 PDI ,70 26,53 134,30 466,50 IBM DS 7.5 2,00 6,00 21,00 128,00 IBM DS PX 7.5 4,00 6,50 21,33 78,00 INFA PWC ,00 5,00 8,00 27,00 Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS ,35 3,23 6,45 4, ,8 0,86 0,93 0,72

77 Pg ,47 0,7 0,71 0, ,76 1,03 0,63 0,22 Test 9: File Input Delimited > Aggregate > File Output Delimited Group by Age (Count, Sum(Rate), Avg(Rate), Min(Rate), Max(Rate)) Group by Age (Count, Sum(Rate), Avg(Rate), Min(Rate), Max(Rate)) Lines TOS ,84 7,44 37,61 139,12 PDI ,60 25,20 138,30 426,00 IBM DS 7.5 2,00 11,00 50,00 184,00 IBM DS PX ,25 15,33 33,50 254,33 INFA PWC ,00 6,00 12,00 38,00 Statistics: Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS ,1 2,38 13,39 2, ,39 1,48 2,06 0, ,68 1,33 0,89 0,31

78 Pg ,06 1,32 1,91 0,27 Test 9: File Input Delimited > Aggregate > File Output Delimited Group by FirstName (Count) Group by FirstName (Count) Lines TOS ,86 7,89 198,79 928,08 PDI ,70 29,70 162,30 544,00 IBM DS 7.5 2,00 14,00 68,00 424,00 IBM DS PX 7.5 4,50 11,00 40,00 505,00 INFA PWC Statistics: Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS ,14 2,33 5,23 4, ,76 1,77 1,39 1, ,82 0,34 0, ,59 0,46 0,54 0,092

79 Pg 79 Test 10: File Input Delimited > Lookup > File Output Delimited Scenario: Reading X lines from a file input delimited, looking up to another file input delimited, for 4 fields using id_client column. Writing the jointure result into a file output delimited.

80 Pg 80 TALEND OPEN STUDIO Job name: file_input_delimited file_lookup_delimited file_output_delimited Job Schema of file_input_delimited Schema of file_lookup_delimited

81 Pg 81 Schema file_output_delimited tmap Component

82 Pg 82 PENTAHO DATA INTEGRATION Job name: file_input_delimited file_lookup_delimited file_output_delimited Job Schema of file_input_delimited Schema of file_lookup_delimited

83 Pg 83 Schema of file_output_delimited Mapping Component

84 Pg 84 DATASTAGE SERVER Job name: file_input_delimited file_lookup_delimited file_output_delimited Job Schema of file_input_delimited

85 Pg 85 Schema of file_lookup_delimited Schema file_output_delimited

86 Pg 86 Transformer Component

87 Pg 87 DATASTAGE PX Job name: PX_file_input_delimited file_lookup_delimited file_output_delimited Job Schema of file_input_delimited

88 Pg 88 Schema of file_lookup_delimited Schema file_output_delimited Transformer Component

89 Pg 89 INFORMATICA Job name: file_input_delimited file_lookup_delimited file_output_delimited Job Schema of file_input_delimited Schema of file_lookup_delimited

90 Pg 90 Schema file_output_delimited Transformer Component

91 Pg 91 Tests result: Test 10: File Input Delimited > Lookup > File Output Delimited Lookup rows ~7MB Lookup rows ~7MB Lines TOS ,45 6,39 28,72 108,37 PDI ,14 21,40 87,60 288,90 IBM DS 7.5 5,00 10,60 33,00 139,00 IBM DS PX 7.5 5,00 12,20 40,00 122,00 INFA PWC ,00 11,00 32,00 116,00 Statistics: Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS ,86 3,45 3,45 3, ,35 1,66 1,91 1, ,05 1,15 1,39 1,11

92 Pg ,67 1,28 1,13 1,07 Test 10: File Input Delimited > Lookup > File Output Delimited Lookup rows ~34MB Lookup rows ~34MB Lines TOS ,9 8,89 32,36 115,67 PDI ,90 24,50 97,40 291,10 IBM DS ,00 33,00 56,00 195,00 IBM DS PX 7.5 7,00 13,00 40,00 122,00 INFA PWC ,00 11,00 33,00 122,00 Statistics: Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS ,03 7,18 1,79 1, ,76 3,71 1,46 1, ,01 1,73 1,24 1, ,52 1,69 1,05 1,05

93 Pg 93 Test 10: File Input Delimited > Lookup > File Output Delimited Lookup rows ~68MB Statistics: Lookup rows ~68MB Lines TOS ,86 14,26 38,6 121,44 PDI ,50 32,20 116,60 487,25 IBM DS ,30 80,00 102,00 203,00 IBM DS PX 7.5 9,25 15,00 40,00 123,00 INFA PWC ,00 12,00 35,00 142,00 Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS ,47 6,93 0,94 0, ,26 5,61 1,05 0, ,02 2,64 1,04 0, ,01 1,67 1,01 1,16

94 Pg 94 Test 10: File Input Delimited > Lookup > File Output Delimited Lookup rows ~365MB Lookup rows ~365MB Lines TOS ,51 69,1 199,26 557,1 PDI IBM DS ,00 407,00 496,00 973,00 IBM DS PX ,00 30,00 55,00 134,00 INFA PWC ,00 14,00 42,00 141,00 Statistics: Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS Failed 6,53 0,42 0, Failed 5,89 0,43 0, Failed 2,49 0,28 0, Failed 1,75 0,24 0,25

95 Pg 95 Test 11: File Input Delimited > Lookup > File Output Delimited && rejects Scenario: Reading X lines from a file input delimited, looking up to another file input delimited, for 4 fields using id_client column. Writing the jointure result into a file output delimited and the output rejects into another files output delimited. 1 Filter rejects: `age` content < 18 2 Filter rejects: `age` content < 18 and inner join reject Comments: Talend Open Studio and DataStage Server are the more ergonomic tools to manage the expression filter rejects and inner join rejects (with the Transformer component (tmap on Talend Open Studio)). For DataStage PX, Pentaho Data Integrator and Informatica, we have to use filter components. Talend Open Studio, Informatica and DataStage Server are the more ergonomic tools to manage the expression filter rejects and inner join rejects. For DataStage PX, Pentaho and Data Integrator, we have to use filter components.

96 Pg 96 TALEND OPEN STUDIO Job name: file_input_delimited file_lookup_delimited file_output_delimited rejects_file_output_delimited Job Schema of file_input_delimited Schema of file_lookup_delimited

97 Pg 97 Schema of file_output_delimited (age>=18) Schema of file_output_delimited (age<18) = Schema of file_ output _delimited tmap Component

98 Pg 98 PENTAHO DATA INTEGRATION Job name: file_input_delimited file_lookup_delimited file_output_delimited rejects_file_output_delimited Job Schema of file_input_delimited Schema of file_lookup_delimited

99 Pg 99 Schema of file_output_delimited Schema of file_output_delimited (age<18) = Schema of file_ output _delimited

100 Pg 100 Mapping Component DATASTAGE SERVER Job name: file_input_delimited file_lookup_delimited file_output_delimited rejects_file_output_delimited Job Schema of file_input_delimited

101 Pg 101 Schema file_lookup_delimited Schema of file_output_delimited Schema of file_output_delimited (age<18) = Schema of file_ output _delimited

102 Pg 102 Transformer Component

103 Pg 103 DATASTAGE PX Job name: PX_file_input_delimited file_lookup_delimited file_output_delimited rejects_file_output_delim ited Job Schema of file_input_delimited

104 Pg 104 Schema file_lookup_delimited Schema of file_output_delimited Schema of file_output_delimited (age<18) = Schema of file_output_delimited

105 Pg 105 Transformer Component

106 Pg 106 INFORMATICA Job name: file_input_delimited file_lookup_delimited file_output_delimited rejects_file_output_delimited Job Schema of file_input_delimited

107 Pg 107 Schema file_lookup_delimited Schema of file_output_delimited Schema of file_output_delimited (age<18) = Schema of file_output_delimited Transformer Component

108 Pg 108 Tests result: Test 11: File Input Delimited > Lookup > File Output Delimited && rejects Lookup rows ~7MB + Filter 18 years Statistics: Lookup rows ~7MB Lines TOS ,51 6,74 29,55 101,65 PDI ,30 17,10 78,40 305,00 IBM DS 7.5 6,00 10,50 36,00 144,00 IBM DS PX 7.5 7,00 14,00 41,00 137,00 INFA PWC ,00 10,00 33,00 120,00 Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS ,19 3,97 4,64 3, ,54 1,56 2,08 1, ,65 1,22 1,39 1, ,42 1,35 1,18

109 Pg 109 Test 11: File Input Delimited > Lookup > File Output Delimited && rejects Lookup rows ~34MB + Filter 18 years Statistics: Lookup rows ~34MB Lines TOS ,26 9,28 32,44 111,98 PDI ,80 20,50 81,50 310,00 IBM DS ,60 34,00 57,00 173,00 IBM DS PX 7.5 7,50 14,25 44,67 155,20 INFA PWC ,00 10,00 34,00 126,00 Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS ,83 6,71 1,76 1, ,21 3,66 1,54 1, ,51 1,76 1,38 1, ,77 1,54 1,39 1,13

110 Pg 110

111 Pg 111 Test 11: File Input Delimited > Lookup > File Output Delimited && rejects Lookup rows ~68MB + Filter 18 years Statistics: Lookup rows ~68MB Lines TOS ,2 15,22 38,31 126,63 PDI ,10 32,35 111,35 319,05 IBM DS ,00 68,00 95,00 220,00 IBM DS PX 7.5 9,00 18,00 51,00 153,33 INFA PWC ,00 14,00 34,00 130,00 Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS ,38 6,47 0,88 0, ,13 4,47 1,18 0, ,91 1,7 1,33 0, ,52 1,74 1,21 1,03

112 Pg 112 TALEND OPEN STUDIO Job name: file_input_delimited file_lookup_delimited file_output_delimited rejects_and_innerjoin_rejects _file_output_delimited Job Schema of file_input_delimited

113 Pg 113 Schema of file_lookup_delimited Schema of file_output_delimited (age>=18) Schema of file_output_delimited (age<18) = Schema of file_output_delimited Schema of file_output_delimited (inner join rejects) = Schema of file_output_delimited

114 Pg 114 tmap Component

115 Pg 115 PENTAHO DATA INTEGRATION Job name: file_input_delimited file_lookup_delimited file_output_delimited rejects_and_innerjoin_rejects _file_output_delimited Job Schema of file_input_delimited Schema of file_lookup_delimited

116 Pg 116 Schema of file_output_delimited Schema of file_output_delimited (age<18) = Schema of file_output_delimited Schema of file_output_delimited (inner join rejects) = Schema of file_output_delimited

117 Pg 117 Mapping Component DATASTAGE SERVER Job name: file_input_delimited file_lookup_delimited file_output_delimited rejects_and_innerjoin_rejects _file_output_delimited

118 Pg 118 Job Schema of file_input_delimited Schema of file_lookup_delimited

119 Pg 119 Schema file_output_delimited Schema of file_output_delimited (age<18) = Schema of file_output_delimited Schema of file_output_delimited (inner join rejects) = Schema of file_output_delimited

120 Pg 120 Transformer Component

121 Pg 121 DATASTAGE PX Job name: PX_file_input_delimited file_lookup_delimited file_output_delimited rejects_and_innerjoin_rej ects_file_output_delimited Job Schema of file_input_delimited

122 Pg 122 Schema of file_lookup_delimited Schema file_output_delimited Schema of file_output_delimited (age<18) = Schema of file_output_delimited Schema of file_output_delimited (inner join rejects) = Schema of file_output_delimited

123 Pg 123 Transformer Component

124 Pg 124 INFORMATICA Job name: file_input_delimited file_lookup_delimited file_output_delimited rejects_and_innerjoin_rejects _file_output_delimited Job Schema of file_input_delimited

125 Pg 125 Schema of file_lookup_delimited Schema file_output_delimited Schema of file_output_delimited (age<18) = Schema of file_output_delimited Schema of file_output_delimited (inner join rejects) = Schema of file_output_delimited Transformer Component

126 Pg 126 Test 12: file_input_delimited >_file_lookup_delimited > file_output_delimited rejects && innerjoin_rejects_file_output_delimited Lookup rows ~7MB Lookup rows ~7MB Lines TOS ,42 5,65 24,63 106,78 PDI ,60 13,00 59,80 327,60 IBM DS 7.5 6,00 10,00 30,00 137,00 IBM DS PX 7.5 9,00 15,25 47,33 146,00 INFA PWC ,00 12,00 33,00 121,00 Statistics: Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS ,83 4,22 6,34 2, ,3 1,77 2,7 2, ,43 1,22 1,92 1, ,07 1,28 1,37 1,13

127 Pg 127 Test 12: file_input_delimited >_file_lookup_delimited > file_output_delimited rejects && innerjoin_rejects_file_output_delimited Lookup rows ~34MB Statistics: Lookup rows ~34MB Lines TOS ,16 8,74 30,34 120,53 PDI ,26 19,30 72,25 319,60 IBM DS ,00 35,50 63,00 189,50 IBM DS PX ,00 16,00 44,00 150,00 INFA PWC Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS ,75 6,73 6,73 1, ,21 4,06 1,83 1, ,38 2,08 1,45 1, ,65 1,57 1,24 1,05

128 Pg 128 Test 12: file_input_delimited >_file_lookup_delimited > file_output_delimited rejects && innerjoin_rejects_file_output_delimited Lookup rows ~68MB Statistics: Lookup rows ~68MB Lines TOS ,98 15,18 38,49 126,57 PDI ,30 27,35 79,00 413,45 IBM DS ,49 90,40 108,00 231,00 IBM DS PX ,00 19,00 49,00 134,00 INFA PWC Number of lines TOS PDI DataStage 7.5 DataStage PX 7.5 Informatica ratio compared with TOS ,21 3,51 1,18 0, ,8 5,96 1,25 0, ,05 2,81 1,27 0, ,27 1,83 1,06 1,04

129 Pg 129 Annex 1: Informatica settings and results This annex presents the settings changes made by Informatica and limitations they have found Comments and amendment done on the basic PowerCenter installation: *** Since the 'benchmark' machine is a tiny laptop with limited ressource (XP 32bit, Core2 Duo CPU and 3,43 GB of RAM) we've done following change: - Auto-Memory deactivation: MaxMem at 0 in the Default Session Config - High Availability storage deactivation: EnableHAStorage at No for the 'Integration Service - Metadata Manager and Reporting Service deactivation *** Configuration amendments : - Unix environment variable INFA_DEFAULT_DOMAIN added - Custom variable FileRdrTreatNullCharAs on the Integration Service added (NULL character are encountered in source data files) *** Standard Oracle 10g ( ) Database installation with: sga_max_size=164mb pga_aggregate_target=115mb Comments and "best-practices" for the tests: Test 1: File Input Delimited > File Output Delimited - dynamic partitioning at 2 with more than 5 millions rows This is a Disk Bounded test Test 2: File Input Delimited > Table MySQL Output Not Applicable Test 3: Table Oracle Input > File Output Delimited - no partitioning as it's too small in volume and short in time Test 4: File Input Delimited > Table Output Oracle BULK

130 Pg commit size at dynamic partitioning at 2 with 2 millions rows This is a Disk Bounded test Test 5: File Input Delimited > Transform > File Output Delimited - function "CONCAT(CONCAT(firstname,' '),lastname)" is replaced by "firstname ' ' lastname" - dynamic partitioning at 2 with more than 5 millions rows This is a Disk Bounded test Test 6: Table Input Oracle > Aggregation > Table Output Oracle (ELT) - no partitioning as it's too small in volume and short in time Oracle database is not 'tuned' for ELT mode Test 7: Tables Input Oracle > Transformation > Tables Output Oracle (ELT) - commit size at no partitioning as it's too small in volume and short in time Oracle database is not 'tuned' for ELT mode Test 8: File Input Delimited > Sort > File Output Delimited - sorter memory adjustment This is a memory limited test at 20 millions rows (2 pass sort are required) and also disk limited sometime Test 9: File Input Delimited > Aggregate > File Output Delimited - dynamic partitioning at 2 with more than 5 millions rows in source - aggregator memory adjustment This is a CPU bounded test Test 10: File Input Delimited > Lookup > File Output Delimited - dynamic partitioning at 2 with more than 5 millions rows in source or lookup - lookup memory adjustment - lookup in the flow with hash partitioning point This is a CPU bounded test Test 11: File Input Delimited > Lookup > File Output Delimited && rejects - use of router in place of filters - dynamic partitioning at 2 with more than 5 millions rows in source - lookup memory adjustment - lookup in the flow with hash partitioning point This is a CPU bounded test Test 12: file_input_delimited >_file_lookup_delimited > file_output_delimited rejects && innerjoin_rejects_file_output_delimited - use of router in place of filters - dynamic partitioning at 2 with more than 5 millions rows in source - lookup memory adjustment - lookup in the flow with hash partitioning point This is a CPU bounded test

PARALLELIZATION OF ATTILA SIMULATOR WITH OPENMP MIGUEL ÁNGEL MARTÍNEZ DEL AMOR MINIPROJECT OF TDT24 NTNU

PARALLELIZATION OF ATTILA SIMULATOR WITH OPENMP MIGUEL ÁNGEL MARTÍNEZ DEL AMOR MINIPROJECT OF TDT24 NTNU PARALLELIZATION OF ATTILA SIMULATOR WITH OPENMP MIGUEL ÁNGEL MARTÍNEZ DEL AMOR MINIPROJECT OF TDT24 NTNU OUTLINE INEFFICIENCY OF ATTILA WAYS TO PARALLELIZE LOW COMPATIBILITY IN THE COMPILATION A SOLUTION

Læs mere

IBM Network Station Manager. esuite 1.5 / NSM Integration. IBM Network Computer Division. tdc - 02/08/99 lotusnsm.prz Page 1

IBM Network Station Manager. esuite 1.5 / NSM Integration. IBM Network Computer Division. tdc - 02/08/99 lotusnsm.prz Page 1 IBM Network Station Manager esuite 1.5 / NSM Integration IBM Network Computer Division tdc - 02/08/99 lotusnsm.prz Page 1 New esuite Settings in NSM The Lotus esuite Workplace administration option is

Læs mere

Project Step 7. Behavioral modeling of a dual ported register set. 1/8/ L11 Project Step 5 Copyright Joanne DeGroat, ECE, OSU 1

Project Step 7. Behavioral modeling of a dual ported register set. 1/8/ L11 Project Step 5 Copyright Joanne DeGroat, ECE, OSU 1 Project Step 7 Behavioral modeling of a dual ported register set. Copyright 2006 - Joanne DeGroat, ECE, OSU 1 The register set Register set specifications 16 dual ported registers each with 16- bit words

Læs mere

Vores mange brugere på musskema.dk er rigtig gode til at komme med kvalificerede ønsker og behov.

Vores mange brugere på musskema.dk er rigtig gode til at komme med kvalificerede ønsker og behov. På dansk/in Danish: Aarhus d. 10. januar 2013/ the 10 th of January 2013 Kære alle Chefer i MUS-regi! Vores mange brugere på musskema.dk er rigtig gode til at komme med kvalificerede ønsker og behov. Og

Læs mere

Basic statistics for experimental medical researchers

Basic statistics for experimental medical researchers Basic statistics for experimental medical researchers Sample size calculations September 15th 2016 Christian Pipper Department of public health (IFSV) Faculty of Health and Medicinal Science (SUND) E-mail:

Læs mere

DET KONGELIGE BIBLIOTEK NATIONALBIBLIOTEK OG KØBENHAVNS UNIVERSITETS- BIBLIOTEK. Index

DET KONGELIGE BIBLIOTEK NATIONALBIBLIOTEK OG KØBENHAVNS UNIVERSITETS- BIBLIOTEK. Index DET KONGELIGE Index Download driver... 2 Find the Windows 7 version.... 2 Download the Windows Vista driver.... 4 Extract driver... 5 Windows Vista installation of a printer.... 7 Side 1 af 12 DET KONGELIGE

Læs mere

Privat-, statslig- eller regional institution m.v. Andet Added Bekaempelsesudfoerende: string No Label: Bekæmpelsesudførende

Privat-, statslig- eller regional institution m.v. Andet Added Bekaempelsesudfoerende: string No Label: Bekæmpelsesudførende Changes for Rottedatabasen Web Service The coming version of Rottedatabasen Web Service will have several changes some of them breaking for the exposed methods. These changes and the business logic behind

Læs mere

IBM WebSphere Operational Decision Management

IBM WebSphere Operational Decision Management IBM WebSphere Operational Decision Management 8 0 29., WebSphere Operational Decision Management 8, 0, 0. Copyright IBM Corporation 2008, 2012. ........... 1 :......... 1 1: Decision Center....... 3 1

Læs mere

Portal Registration. Check Junk Mail for activation . 1 Click the hyperlink to take you back to the portal to confirm your registration

Portal Registration. Check Junk Mail for activation  . 1 Click the hyperlink to take you back to the portal to confirm your registration Portal Registration Step 1 Provide the necessary information to create your user. Note: First Name, Last Name and Email have to match exactly to your profile in the Membership system. Step 2 Click on the

Læs mere

how to save excel as pdf

how to save excel as pdf 1 how to save excel as pdf This guide will show you how to save your Excel workbook as PDF files. Before you do so, you may want to copy several sheets from several documents into one document. To do so,

Læs mere

Vina Nguyen HSSP July 13, 2008

Vina Nguyen HSSP July 13, 2008 Vina Nguyen HSSP July 13, 2008 1 What does it mean if sets A, B, C are a partition of set D? 2 How do you calculate P(A B) using the formula for conditional probability? 3 What is the difference between

Læs mere

Black Jack --- Review. Spring 2012

Black Jack --- Review. Spring 2012 Black Jack --- Review Spring 2012 Simulation Simulation can solve real-world problems by modeling realworld processes to provide otherwise unobtainable information. Computer simulation is used to predict

Læs mere

Online kursus: Content Mangement System - Wordpress

Online kursus: Content Mangement System - Wordpress Online kursus 365 dage DKK 1.999 Nr. 90213 P ekskl. moms Wordpress er et open-source content management system, som anvendes af mere end 23% af verdens 10 millioner mest besøgte hjemmesider. Det er et

Læs mere

PMDK PC-Side Basic Function Reference (Version 1.0)

PMDK PC-Side Basic Function Reference (Version 1.0) PMDK PC-Side Basic Function Reference (Version 1.0) http://www.icpdas.com PMDK PC-Side Basic Function Reference V 1.0 1 Warranty All products manufactured by ICPDAS Inc. are warranted against defective

Læs mere

User Manual for LTC IGNOU

User Manual for LTC IGNOU User Manual for LTC IGNOU 1 LTC (Leave Travel Concession) Navigation: Portal Launch HCM Application Self Service LTC Self Service 1. LTC Advance/Intimation Navigation: Launch HCM Application Self Service

Læs mere

Microsoft Dynamics C5. version 2012 Service Pack 01 Hot fix Fix list - Payroll

Microsoft Dynamics C5. version 2012 Service Pack 01 Hot fix Fix list - Payroll Microsoft Dynamics C5 version 2012 Service Pack 01 Hot fix 001 4.4.01.001 Fix list - Payroll CONTENTS Introduction... 3 Payroll... 3 Corrected elements in version 4.4.01.001... 4 Microsoft Dynamics C5

Læs mere

The X Factor. Målgruppe. Læringsmål. Introduktion til læreren klasse & ungdomsuddannelser Engelskundervisningen

The X Factor. Målgruppe. Læringsmål. Introduktion til læreren klasse & ungdomsuddannelser Engelskundervisningen The X Factor Målgruppe 7-10 klasse & ungdomsuddannelser Engelskundervisningen Læringsmål Eleven kan give sammenhængende fremstillinger på basis af indhentede informationer Eleven har viden om at søge og

Læs mere

Help / Hjælp

Help / Hjælp Home page Lisa & Petur www.lisapetur.dk Help / Hjælp Help / Hjælp General The purpose of our Homepage is to allow external access to pictures and videos taken/made by the Gunnarsson family. The Association

Læs mere

Brug sømbrættet til at lave sjove figurer. Lav fx: Få de andre til at gætte, hvad du har lavet. Use the nail board to make funny shapes.

Brug sømbrættet til at lave sjove figurer. Lav fx: Få de andre til at gætte, hvad du har lavet. Use the nail board to make funny shapes. Brug sømbrættet til at lave sjove figurer. Lav f: Et dannebrogsflag Et hus med tag, vinduer og dør En fugl En bil En blomst Få de andre til at gætte, hvad du har lavet. Use the nail board to make funn

Læs mere

ECE 551: Digital System * Design & Synthesis Lecture Set 5

ECE 551: Digital System * Design & Synthesis Lecture Set 5 ECE 551: Digital System * Design & Synthesis Lecture Set 5 5.1: Verilog Behavioral Model for Finite State Machines (FSMs) 5.2: Verilog Simulation I/O and 2001 Standard (In Separate File) 3/4/2003 1 ECE

Læs mere

On the complexity of drawing trees nicely: corrigendum

On the complexity of drawing trees nicely: corrigendum Acta Informatica 40, 603 607 (2004) Digital Object Identifier (DOI) 10.1007/s00236-004-0138-y On the complexity of drawing trees nicely: corrigendum Thorsten Akkerman, Christoph Buchheim, Michael Jünger,

Læs mere

Engelsk. Niveau C. De Merkantile Erhvervsuddannelser September 2005. Casebaseret eksamen. www.jysk.dk og www.jysk.com.

Engelsk. Niveau C. De Merkantile Erhvervsuddannelser September 2005. Casebaseret eksamen. www.jysk.dk og www.jysk.com. 052430_EngelskC 08/09/05 13:29 Side 1 De Merkantile Erhvervsuddannelser September 2005 Side 1 af 4 sider Casebaseret eksamen Engelsk Niveau C www.jysk.dk og www.jysk.com Indhold: Opgave 1 Presentation

Læs mere

Statistical information form the Danish EPC database - use for the building stock model in Denmark

Statistical information form the Danish EPC database - use for the building stock model in Denmark Statistical information form the Danish EPC database - use for the building stock model in Denmark Kim B. Wittchen Danish Building Research Institute, SBi AALBORG UNIVERSITY Certification of buildings

Læs mere

CS 4390/5387 SOFTWARE V&V LECTURE 5 BLACK-BOX TESTING - 2

CS 4390/5387 SOFTWARE V&V LECTURE 5 BLACK-BOX TESTING - 2 1 CS 4390/5387 SOFTWARE V&V LECTURE 5 BLACK-BOX TESTING - 2 Outline 2 HW Solution Exercise (Equivalence Class Testing) Exercise (Decision Table Testing) Pairwise Testing Exercise (Pairwise Testing) 1 Homework

Læs mere

SAS Corporate Program Website

SAS Corporate Program Website SAS Corporate Program Website Dear user We have developed SAS Corporate Program Website to make the administration of your company's travel activities easier. You can read about it in this booklet, which

Læs mere

DK - Quick Text Translation. HEYYER Net Promoter System Magento extension

DK - Quick Text Translation. HEYYER Net Promoter System Magento extension DK - Quick Text Translation HEYYER Net Promoter System Magento extension Version 1.0 15-11-2013 HEYYER / Email Templates Invitation Email Template Invitation Email English Dansk Title Invitation Email

Læs mere

Overfør fritvalgskonto til pension

Overfør fritvalgskonto til pension Microsoft Development Center Copenhagen, January 2009 Løn Microsoft Dynamics C52008 SP1 Overfør fritvalgskonto til pension Contents Ønsker man at overføre fritvalgskonto til Pension... 3 Brug af lønart

Læs mere

Trolling Master Bornholm 2012

Trolling Master Bornholm 2012 Trolling Master Bornholm 1 (English version further down) Tak for denne gang Det var en fornøjelse især jo også fordi vejret var med os. Så heldig har vi aldrig været før. Vi skal evaluere 1, og I må meget

Læs mere

Titel: Barry s Bespoke Bakery

Titel: Barry s Bespoke Bakery Titel: Tema: Kærlighed, kager, relationer Fag: Engelsk Målgruppe: 8.-10.kl. Data om læremidlet: Tv-udsendelse: SVT2, 03-08-2014, 10 min. Denne pædagogiske vejledning indeholder ideer til arbejdet med tema

Læs mere

MSE PRESENTATION 2. Presented by Srunokshi.Kaniyur.Prema. Neelakantan Major Professor Dr. Torben Amtoft

MSE PRESENTATION 2. Presented by Srunokshi.Kaniyur.Prema. Neelakantan Major Professor Dr. Torben Amtoft CAPABILITY CONTROL LIST MSE PRESENTATION 2 Presented by Srunokshi.Kaniyur.Prema. Neelakantan Major Professor Dr. Torben Amtoft PRESENTATION OUTLINE Action items from phase 1 presentation tti Architecture

Læs mere

Aktivering af Survey funktionalitet

Aktivering af Survey funktionalitet Surveys i REDCap REDCap gør det muligt at eksponere ét eller flere instrumenter som et survey (spørgeskema) som derefter kan udfyldes direkte af patienten eller forsøgspersonen over internettet. Dette

Læs mere

Accessing the ALCOTEST Instrument Upload Data - NJSP Public Website page -

Accessing the ALCOTEST Instrument Upload Data - NJSP Public Website page - Accessing the ALCOTEST Instrument Upload Data - NJSP Public Website page - www.njsp.org Public Information Access Public Information Page Selection Within the Public Information Drop Down list, select

Læs mere

Basic Design Flow. Logic Design Logic synthesis Logic optimization Technology mapping Physical design. Floorplanning Placement Fabrication

Basic Design Flow. Logic Design Logic synthesis Logic optimization Technology mapping Physical design. Floorplanning Placement Fabrication Basic Design Flow System design System/Architectural Design Instruction set for processor Hardware/software partition Memory, cache Logic design Logic Design Logic synthesis Logic optimization Technology

Læs mere

Terese B. Thomsen 1.semester Formidling, projektarbejde og webdesign ITU DMD d. 02/11-2012

Terese B. Thomsen 1.semester Formidling, projektarbejde og webdesign ITU DMD d. 02/11-2012 Server side Programming Wedesign Forelæsning #8 Recap PHP 1. Development Concept Design Coding Testing 2. Social Media Sharing, Images, Videos, Location etc Integrates with your websites 3. Widgets extend

Læs mere

LESSON NOTES Extensive Reading in Danish for Intermediate Learners #8 How to Interview

LESSON NOTES Extensive Reading in Danish for Intermediate Learners #8 How to Interview LESSON NOTES Extensive Reading in Danish for Intermediate Learners #8 How to Interview CONTENTS 2 Danish 5 English # 8 COPYRIGHT 2019 INNOVATIVE LANGUAGE LEARNING. ALL RIGHTS RESERVED. DANISH 1. SÅDAN

Læs mere

Backup Applikation. Microsoft Dynamics C5 Version 2008. Sikkerhedskopiering

Backup Applikation. Microsoft Dynamics C5 Version 2008. Sikkerhedskopiering Backup Applikation Microsoft Dynamics C5 Version 2008 Sikkerhedskopiering Indhold Sikkerhedskopiering... 3 Hvad bliver sikkerhedskopieret... 3 Microsoft Dynamics C5 Native database... 3 Microsoft SQL Server

Læs mere

Engelsk. Niveau D. De Merkantile Erhvervsuddannelser September Casebaseret eksamen. og

Engelsk. Niveau D. De Merkantile Erhvervsuddannelser September Casebaseret eksamen.  og 052431_EngelskD 08/09/05 13:29 Side 1 De Merkantile Erhvervsuddannelser September 2005 Side 1 af 4 sider Casebaseret eksamen Engelsk Niveau D www.jysk.dk og www.jysk.com Indhold: Opgave 1 Presentation

Læs mere

Teknologispredning i sundhedsvæsenet DK ITEK: Sundhedsteknologi som grundlag for samarbejde og forretningsudvikling

Teknologispredning i sundhedsvæsenet DK ITEK: Sundhedsteknologi som grundlag for samarbejde og forretningsudvikling Teknologispredning i sundhedsvæsenet DK ITEK: Sundhedsteknologi som grundlag for samarbejde og forretningsudvikling 6.5.2009 Jacob Schaumburg-Müller jacobs@microsoft.com Direktør, politik og strategi Microsoft

Læs mere

Financial Literacy among 5-7 years old children

Financial Literacy among 5-7 years old children Financial Literacy among 5-7 years old children -based on a market research survey among the parents in Denmark, Sweden, Norway, Finland, Northern Ireland and Republic of Ireland Page 1 Purpose of the

Læs mere

Linear Programming ١ C H A P T E R 2

Linear Programming ١ C H A P T E R 2 Linear Programming ١ C H A P T E R 2 Problem Formulation Problem formulation or modeling is the process of translating a verbal statement of a problem into a mathematical statement. The Guidelines of formulation

Læs mere

IBM WebSphere Operational Decision Management

IBM WebSphere Operational Decision Management IBM WebSphere Operational Decision Management 8 0 45., WebSphere Operational Decision Management 8, 0, 0. Copyright IBM Corporation 2008, 2012. ........... 1 1:........ 2....... 3 Event Runtime...... 11...........

Læs mere

Sortering fra A-Z. Henrik Dorf Chefkonsulent SAS Institute

Sortering fra A-Z. Henrik Dorf Chefkonsulent SAS Institute Sortering fra A-Z Henrik Dorf Chefkonsulent SAS Institute Hvorfor ikke sortering fra A-Å? Det er for svært Hvorfor ikke sortering fra A-Å? Hvorfor ikke sortering fra A-Å? Hvorfor ikke sortering fra A-Å?

Læs mere

Bilag. Resume. Side 1 af 12

Bilag. Resume. Side 1 af 12 Bilag Resume I denne opgave, lægges der fokus på unge og ensomhed gennem sociale medier. Vi har i denne opgave valgt at benytte Facebook som det sociale medie vi ligger fokus på, da det er det største

Læs mere

Boligsøgning / Search for accommodation!

Boligsøgning / Search for accommodation! Boligsøgning / Search for accommodation! For at guide dig frem til den rigtige vejledning, skal du lige svare på et par spørgsmål: To make sure you are using the correct guide for applying you must answer

Læs mere

Central Statistical Agency.

Central Statistical Agency. Central Statistical Agency www.csa.gov.et 1 Outline Introduction Characteristics of Construction Aim of the Survey Methodology Result Conclusion 2 Introduction Meaning of Construction Construction may

Læs mere

CHAPTER 8: USING OBJECTS

CHAPTER 8: USING OBJECTS Ruby: Philosophy & Implementation CHAPTER 8: USING OBJECTS Introduction to Computer Science Using Ruby Ruby is the latest in the family of Object Oriented Programming Languages As such, its designer studied

Læs mere

Danish Language Course for International University Students Copenhagen, 12 July 1 August Application form

Danish Language Course for International University Students Copenhagen, 12 July 1 August Application form Danish Language Course for International University Students Copenhagen, 12 July 1 August 2017 Application form Must be completed on the computer in Danish or English All fields are mandatory PERSONLIGE

Læs mere

RentCalC V2.0. 2012 Soft-Solutions

RentCalC V2.0. 2012 Soft-Solutions Udlejnings software Vores udvikling er ikke stoppet!! by Soft-Solutions RentCalC, som er danmarks ubetinget bedste udlejnings software, kan hjælpe dig med på en hurtigt og simple måde, at holde styr på

Læs mere

IBM WebSphere Operational Decision Management

IBM WebSphere Operational Decision Management IBM WebSphere Operational Decision Management 8 0 49., WebSphere Operational Decision Management 8, 0, 0. Copyright IBM Corporation 2008, 2012. ........... 1 :......... 1 Miniloan........ 3 1:........

Læs mere

CERTIFIKAT CERTIFICATE

CERTIFIKAT CERTIFICATE CERTIFIKAT CERTIFICATE GODKENDELSE NR. / APPROVAL NO.: 04/00141 UDSTEDT / DATE OF ISSUE: 31-10-2017 UDLØBER / EXPIRY DATE: 30-10-2022 Dette certifikat er udstedt i henhold til bekendtgørelse nr. 1007 af

Læs mere

frame bracket Ford & Dodge

frame bracket Ford & Dodge , Rev 3 02/19 frame bracket 8552005 Ford & Dodge ITEM PART # QTY DESCRIPTION 1 00083 8 NUT,.50NC HEX 2 00084 8 WASHER,.50 LOCK 3 14189-76 2 FRAME BRACKET 4 14194-76 1 411AL FRAME BRACKET PASSENGER SIDE

Læs mere

Status på det trådløse netværk

Status på det trådløse netværk Status på det trådløse netværk Der er stadig problemer med det trådløse netværk, se status her: http://driftstatus.sdu.dk/?f=&antal=200&driftid=1671#1671 IT-service arbejder stadig med at løse problemerne

Læs mere

Unitel EDI MT940 June 2010. Based on: SWIFT Standards - Category 9 MT940 Customer Statement Message (January 2004)

Unitel EDI MT940 June 2010. Based on: SWIFT Standards - Category 9 MT940 Customer Statement Message (January 2004) Unitel EDI MT940 June 2010 Based on: SWIFT Standards - Category 9 MT940 Customer Statement Message (January 2004) Contents 1. Introduction...3 2. General...3 3. Description of the MT940 message...3 3.1.

Læs mere

applies equally to HRT and tibolone this should be made clear by replacing HRT with HRT or tibolone in the tibolone SmPC.

applies equally to HRT and tibolone this should be made clear by replacing HRT with HRT or tibolone in the tibolone SmPC. Annex I English wording to be implemented SmPC The texts of the 3 rd revision of the Core SPC for HRT products, as published on the CMD(h) website, should be included in the SmPC. Where a statement in

Læs mere

IPTV Box (MAG250/254) Bruger Manual

IPTV Box (MAG250/254) Bruger Manual IPTV Box (MAG250/254) Bruger Manual Når din STB (Set top Box) starter op, bliver der vist en pop up boks på skærmen, hvor du kan åbne EPG ved at trykke på F2 (Nogle bokse kan fortælle at den har brug for

Læs mere

United Nations Secretariat Procurement Division

United Nations Secretariat Procurement Division United Nations Secretariat Procurement Division Vendor Registration Overview Higher Standards, Better Solutions The United Nations Global Marketplace (UNGM) Why Register? On-line registration Free of charge

Læs mere

3D NASAL VISTA 2.0

3D NASAL VISTA 2.0 USER MANUAL www.nasalsystems.es index index 2 I. System requirements 3 II. Main menu 4 III. Main popup menu 5 IV. Bottom buttons 6-7 V. Other functions/hotkeys 8 2 I. Systems requirements ``Recommended

Læs mere

Splunk Cookbook Lab Workshop

Splunk Cookbook Lab Workshop Splunk Cookbook Lab Workshop Cookbook Lab 1 1. Splunk installation 2. First time login 3. Set the port-number to port 80. a. Please select menu Manager System settings General settings b. Change port from

Læs mere

Introduction Ronny Bismark

Introduction Ronny Bismark Introduction 1 Outline Motivation / Problem Statement Tool holder Sensor calibration Motion primitive Concatenation of clouds Segmentation Next possible pose Problems and Challenges Future Work 2 Motivation

Læs mere

3D NASAL VISTA TEMPORAL

3D NASAL VISTA TEMPORAL USER MANUAL www.nasalsystems.es index index 2 I. System requirements 3 II. Main menu 4 III. Main popup menu 5 IV. Bottom buttons 6-7 V. Other functions/hotkeys 8 2 I. Systems requirements ``Recommended

Læs mere

Subject to terms and conditions. WEEK Type Price EUR WEEK Type Price EUR WEEK Type Price EUR WEEK Type Price EUR

Subject to terms and conditions. WEEK Type Price EUR WEEK Type Price EUR WEEK Type Price EUR WEEK Type Price EUR ITSO SERVICE OFFICE Weeks for Sale 31/05/2015 m: +34 636 277 307 w: clublasanta-timeshare.com e: roger@clublasanta.com See colour key sheet news: rogercls.blogspot.com Subject to terms and conditions THURSDAY

Læs mere

The River Underground, Additional Work

The River Underground, Additional Work 39 (104) The River Underground, Additional Work The River Underground Crosswords Across 1 Another word for "hard to cope with", "unendurable", "insufferable" (10) 5 Another word for "think", "believe",

Læs mere

Microsoft Development Center Copenhagen, June Løn. Ændring

Microsoft Development Center Copenhagen, June Løn. Ændring Microsoft Development Center Copenhagen, June 2010 Løn Microsoft Dynamics C5 20100 Ændring af satser r på DA-Barsel Contents Nye satser på DA-barsefra DA-Barsel...... 3 Brev 6 2 Nye satser på DA-barsel

Læs mere

Forskning og udvikling i almindelighed og drivkraften i særdeleshed Bindslev, Henrik

Forskning og udvikling i almindelighed og drivkraften i særdeleshed Bindslev, Henrik Syddansk Universitet Forskning og udvikling i almindelighed og drivkraften i særdeleshed Bindslev, Henrik Publication date: 2009 Document version Final published version Citation for pulished version (APA):

Læs mere

Trolling Master Bornholm 2015

Trolling Master Bornholm 2015 Trolling Master Bornholm 2015 (English version further down) Panorama billede fra starten den første dag i 2014 Michael Koldtoft fra Trolling Centrum har brugt lidt tid på at arbejde med billederne fra

Læs mere

Trolling Master Bornholm 2013

Trolling Master Bornholm 2013 Trolling Master Bornholm 2013 (English version further down) Tilmeldingen åbner om to uger Mandag den 3. december kl. 8.00 åbner tilmeldingen til Trolling Master Bornholm 2013. Vi har flere tilmeldinger

Læs mere

TM4 Central Station. User Manual / brugervejledning K2070-EU. Tel Fax

TM4 Central Station. User Manual / brugervejledning K2070-EU. Tel Fax TM4 Central Station User Manual / brugervejledning K2070-EU STT Condigi A/S Niels Bohrs Vej 42, Stilling 8660 Skanderborg Denmark Tel. +45 87 93 50 00 Fax. +45 87 93 50 10 info@sttcondigi.com www.sttcondigi.com

Læs mere

Opera Ins. Model: MI5722 Product Name: Pure Sine Wave Inverter 1000W 12VDC/230 30A Solar Regulator

Opera Ins. Model: MI5722 Product Name: Pure Sine Wave Inverter 1000W 12VDC/230 30A Solar Regulator Opera Ins Model: MI5722 Product Name: Pure Sine Wave Inverter 1000W 12VDC/230 30A Solar Regulator I.Precautions 1. Keep the product away from children to avoid children playing it as a toy and resultinginpersonalinjury.

Læs mere

Danish Language Course for Foreign University Students Copenhagen, 13 July 2 August 2016 Advanced, medium and beginner s level.

Danish Language Course for Foreign University Students Copenhagen, 13 July 2 August 2016 Advanced, medium and beginner s level. Danish Language Course for Foreign University Students Copenhagen, 13 July 2 August 2016 Advanced, medium and beginner s level Application form Must be completed on the computer in Danish or English All

Læs mere

Strings and Sets: set complement, union, intersection, etc. set concatenation AB, power of set A n, A, A +

Strings and Sets: set complement, union, intersection, etc. set concatenation AB, power of set A n, A, A + Strings and Sets: A string over Σ is any nite-length sequence of elements of Σ The set of all strings over alphabet Σ is denoted as Σ Operators over set: set complement, union, intersection, etc. set concatenation

Læs mere

Informationsteknologi Åben distribueret databehandling Referencemodel: Arkitektonisk semantik Tillæg 1: Computerbaserede formler

Informationsteknologi Åben distribueret databehandling Referencemodel: Arkitektonisk semantik Tillæg 1: Computerbaserede formler Dansk Standard Tillæg DS/ISO/IEC 10746-4/Amd.1 1. udgave 2002-06-04 Informationsteknologi Åben distribueret databehandling Referencemodel: Arkitektonisk semantik Tillæg 1: Computerbaserede formler Information

Læs mere

Trolling Master Bornholm 2014

Trolling Master Bornholm 2014 Trolling Master Bornholm 2014 (English version further down) Ny præmie Trolling Master Bornholm fylder 10 år næste gang. Det betyder, at vi har fundet på en ny og ganske anderledes præmie. Den fisker,

Læs mere

Hvor er mine runde hjørner?

Hvor er mine runde hjørner? Hvor er mine runde hjørner? Ofte møder vi fortvivlelse blandt kunder, når de ser deres nye flotte site i deres browser og indser, at det ser anderledes ud, i forhold til det design, de godkendte i starten

Læs mere

Barnets navn: Børnehave: Kommune: Barnets modersmål (kan være mere end et)

Barnets navn: Børnehave: Kommune: Barnets modersmål (kan være mere end et) Forældreskema Barnets navn: Børnehave: Kommune: Barnets modersmål (kan være mere end et) Barnets alder: år og måneder Barnet begyndte at lære dansk da det var år Søg at besvare disse spørgsmål så godt

Læs mere

DEKRA hereby grants the right to use the ENEC KEMA-KEUR certification mark.

DEKRA hereby grants the right to use the ENEC KEMA-KEUR certification mark. CERTIFICATE Issued to: Applicant: ALIT S.r.l. ia Padania 6 20853 Biassono (MB) - ITALY Manufacturer/Licensee: ALIT S.r.l. ia Padania 6 20853 Biassono (MB) - ITALY Product(s) : Electronic controlgear for

Læs mere

Informationsteknologi Multimedieanvendelsesformat (MPEG-A) Del 2: Anvendelsesformat for MPEGmusikafspiller

Informationsteknologi Multimedieanvendelsesformat (MPEG-A) Del 2: Anvendelsesformat for MPEGmusikafspiller Dansk standard DS/ISO/IEC 23000-2 CD-rom 1. udgave 2008-03-07 Informationsteknologi Multimedieanvendelsesformat (MPEG-A) Del 2: Anvendelsesformat for MPEGmusikafspiller Information technology Multimedia

Læs mere

Trolling Master Bornholm 2014

Trolling Master Bornholm 2014 Trolling Master Bornholm 2014 (English version further down) Den ny havn i Tejn Havn Bornholms Regionskommune er gået i gang med at udvide Tejn Havn, og det er med til at gøre det muligt, at vi kan være

Læs mere

Trolling Master Bornholm 2013

Trolling Master Bornholm 2013 Trolling Master Bornholm 2013 (English version further down) Tilmeldingerne til 2013 I dag nåede vi op på 77 tilmeldte både. Det er lidt lavere end samme tidspunkt sidste år. Til gengæld er det glædeligt,

Læs mere

Trolling Master Bornholm 2015

Trolling Master Bornholm 2015 Trolling Master Bornholm 2015 (English version further down) Sæsonen er ved at komme i omdrejninger. Her er det John Eriksen fra Nexø med 95 cm og en kontrolleret vægt på 11,8 kg fanget på østkysten af

Læs mere

Remember the Ship, Additional Work

Remember the Ship, Additional Work 51 (104) Remember the Ship, Additional Work Remember the Ship Crosswords Across 3 A prejudiced person who is intolerant of any opinions differing from his own (5) 4 Another word for language (6) 6 The

Læs mere

The purpose of our Homepage is to allow external access to pictures and videos taken/made by the Gunnarsson family.

The purpose of our Homepage is to allow external access to pictures and videos taken/made by the Gunnarsson family. General The purpose of our Homepage is to allow external access to pictures and videos taken/made by the Gunnarsson family. Formålet med vores hjemmesiden er at gøre billeder og video som vi (Gunnarsson)

Læs mere

Skriftlig Eksamen Beregnelighed (DM517)

Skriftlig Eksamen Beregnelighed (DM517) Skriftlig Eksamen Beregnelighed (DM517) Institut for Matematik & Datalogi Syddansk Universitet Mandag den 7 Januar 2008, kl. 9 13 Alle sædvanlige hjælpemidler (lærebøger, notater etc.) samt brug af lommeregner

Læs mere

l i n d a b presentation CMD 07 Business area Ventilation

l i n d a b presentation CMD 07 Business area Ventilation l i n d a b presentation CMD 07 Business area Ventilation 1 Ventilation Sales LTM June 4 097 MSEK EBIT LTM June 449 MSEK 11,0% Two Divisions ADS 85% Comfort 15% YTD June 07 % Sales +31 Nordic countries

Læs mere

Shooting tethered med Canon EOS-D i Capture One Pro. Shooting tethered i Capture One Pro 6.4 & 7.0 på MAC OS-X 10.7.5 & 10.8

Shooting tethered med Canon EOS-D i Capture One Pro. Shooting tethered i Capture One Pro 6.4 & 7.0 på MAC OS-X 10.7.5 & 10.8 Shooting tethered med Canon EOS-D i Capture One Pro Shooting tethered i Capture One Pro 6.4 & 7.0 på MAC OS-X 10.7.5 & 10.8 For Canon EOS-D ejere der fotograferer Shooting tethered med EOS-Utility eller

Læs mere

Skriftlig Eksamen Kombinatorik, Sandsynlighed og Randomiserede Algoritmer (DM528)

Skriftlig Eksamen Kombinatorik, Sandsynlighed og Randomiserede Algoritmer (DM528) Skriftlig Eksamen Kombinatorik, Sandsynlighed og Randomiserede Algoritmer (DM58) Institut for Matematik og Datalogi Syddansk Universitet, Odense Torsdag den 1. januar 01 kl. 9 13 Alle sædvanlige hjælpemidler

Læs mere

Fejlbeskeder i SMDB. Business Rules Fejlbesked Kommentar. Validate Business Rules. Request- ValidateRequestRegist ration (Rules :1)

Fejlbeskeder i SMDB. Business Rules Fejlbesked Kommentar. Validate Business Rules. Request- ValidateRequestRegist ration (Rules :1) Fejlbeskeder i SMDB Validate Business Rules Request- ValidateRequestRegist ration (Rules :1) Business Rules Fejlbesked Kommentar the municipality must have no more than one Kontaktforløb at a time Fejl

Læs mere

Feedback Informed Treatment

Feedback Informed Treatment Feedback Informed Treatment Talk in your work groups: Discuss how FIT can make sense in your work context. Discuss benefits and challenges of using FIT in your work place. Generate questions for Susanne

Læs mere

Projekt DATA step view

Projekt DATA step view Projekt DATA step view Af Louise Beuchert Formål Formålet med dette projekt, er at sammenligne tid/ressourcekonsekvenser ved at køre SASjobs på data hentet som henholdsvis en fysisk kopi af data filen

Læs mere

IBM Software Group. SOA v akciji. Srečko Janjić WebSphere Business Integration technical presales IBM Software Group, CEMA / SEA IBM Corporation

IBM Software Group. SOA v akciji. Srečko Janjić WebSphere Business Integration technical presales IBM Software Group, CEMA / SEA IBM Corporation IBM Software Group SOA v akciji Srečko Janjić Business Integration technical presales IBM Software Group, CEMA / SEA Service Oriented Architecture Design principles and technology for building reusable,

Læs mere

Website review groweasy.dk

Website review groweasy.dk Website review groweasy.dk Generated on September 01 2016 10:32 AM The score is 56/100 SEO Content Title Webbureau Odense GrowEasy hjælper dig med digital markedsføring! Length : 66 Perfect, your title

Læs mere

ArbejsskadeAnmeldelse

ArbejsskadeAnmeldelse ArbejsskadeAnmeldelse OpretAnmeldelse 001 All Klassifikations: KlassifikationKode is an unknown value in the current Klassifikation 002 All Klassifikations: KlassifikationKode does not correspond to KlassifikationTekst

Læs mere

BILAG 8.1.B TIL VEDTÆGTER FOR EXHIBIT 8.1.B TO THE ARTICLES OF ASSOCIATION FOR

BILAG 8.1.B TIL VEDTÆGTER FOR EXHIBIT 8.1.B TO THE ARTICLES OF ASSOCIATION FOR BILAG 8.1.B TIL VEDTÆGTER FOR ZEALAND PHARMA A/S EXHIBIT 8.1.B TO THE ARTICLES OF ASSOCIATION FOR ZEALAND PHARMA A/S INDHOLDSFORTEGNELSE/TABLE OF CONTENTS 1 FORMÅL... 3 1 PURPOSE... 3 2 TILDELING AF WARRANTS...

Læs mere

Feedback Informed Treatment

Feedback Informed Treatment Feedback Informed Treatment Feedback Informed Treatment Principles: Couples, Families, Groups, and Mandated Clients Where is the distress? To whom does the feedback refer? Multiple voices in the room Systemic

Læs mere

JOHN LENNON (DANISH EDITION) BY CYNTHIA LENNON

JOHN LENNON (DANISH EDITION) BY CYNTHIA LENNON JOHN LENNON (DANISH EDITION) BY CYNTHIA LENNON READ ONLINE AND DOWNLOAD EBOOK : JOHN LENNON (DANISH EDITION) BY CYNTHIA LENNON Click button to download this ebook READ ONLINE AND DOWNLOAD JOHN LENNON (DANISH

Læs mere

MultiProgrammer Manual

MultiProgrammer Manual MultiProgrammer Manual MultiProgrammeren bruges til at læse og skrive værdier til ModBus register i LS Controls frekvensomformer E 1045. Dansk Version side 2 til 4 The MultiProgrammer is used for the writing

Læs mere

Trolling Master Bornholm 2016 Nyhedsbrev nr. 3

Trolling Master Bornholm 2016 Nyhedsbrev nr. 3 Trolling Master Bornholm 2016 Nyhedsbrev nr. 3 English version further down Den første dag i Bornholmerlaks konkurrencen Formanden for Bornholms Trollingklub, Anders Schou Jensen (og meddomer i TMB) fik

Læs mere

CERTIFIKAT CERTIFICATE

CERTIFIKAT CERTIFICATE CERTIFIKAT CERTIFICATE GODKENDELSE NR. / APPROVAL NO.: 04/00140 UDSTEDT / DATE OF ISSUE: 31-10-2017 UDLØBER / EXPIRY DATE: 30-10-2022 Dette certifikat er udstedt i henhold til bekendtgørelse nr. 1007 af

Læs mere

Microsoft Dynamics C5. Nyheder Kreditorbetalinger

Microsoft Dynamics C5. Nyheder Kreditorbetalinger Microsoft Dynamics C5 Nyheder Kreditorbetalinger INDHOLDSFORTEGNELSE Indledning... 3 Uddybning af ændringer... 4 Forbedring vedr. betalings-id er... 4 Ændringer i betalingsmåder (kreditorbetalinger)...

Læs mere

Listen Mr Oxford Don, Additional Work

Listen Mr Oxford Don, Additional Work 57 (104) Listen Mr Oxford Don, Additional Work Listen Mr Oxford Don Crosswords Across 1 Attack someone physically or emotionally (7) 6 Someone who helps another person commit a crime (9) 7 Rob at gunpoint

Læs mere

Sikkerhedsvejledning

Sikkerhedsvejledning 11-01-2018 2 Sikkerhedsvejledning VIGTIGT! Venligst læs disse instruktioner inden sengen samles og tages i brug Tjek at alle dele og komponenter er til stede som angivet i vejledningen Fjern alle beslagsdele

Læs mere