Search found 185 matches

by Developer9
Thu Oct 29, 2015 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External string too long..Job Aborted
Replies: 3
Views: 5090

External string too long..Job Aborted

Hi, While I am testing my jobs in latest version 11.3 I got below error ..In version 8.5 job is running fine (I am using same data file ) seqfile >>>xfm >>>ds APT_CombinedOperatorController,xx: External string too long. Imported only 100 out of 125 external characters. Ignoring last 25 characters up...
by Developer9
Thu Oct 29, 2015 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage SFDC Pack - Experiences and pointers
Replies: 9
Views: 6261

In Current version 8.5 ,we selected Batch size "10000" Below is the log SFDC_Test,0: Sent 10,000 records to Salesforce SFDC_Test,0: Information: Wait for: 30 seconds SFDC_Test,0: This batch 1 completed SFDC_Test,0: This batch 2 completed SFDC_Test,0: Loading finished. 212,233 rows are load...
by Developer9
Wed Oct 28, 2015 10:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage SFDC Pack - Experiences and pointers
Replies: 9
Views: 6261

Recently we installed Version 1.5 for 11.3 in Unix While Testing our jobs we found that In Director log ,there is no information about the record counts (for successful runs also) SFDC_Test,0: <No message available> @rkashyap , Were you able to figure out the issue while discussing with IBM support ...
by Developer9
Fri Aug 28, 2015 11:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage Variables Logic to check for a specific pattern
Replies: 3
Views: 1519

Hi Ray, In the Remove duplicate stage ,I used EMP_NO,EMP_TYPE as keys and performed hash partition on these keys and choose option to Duplicate to Retain 'Last' and SET EMP_STATUS "NEED LOGIC " I was able to get these 2 records out Emp_HistID |Emp_NO|EMP_TYPE| EMP_STATUS 100*7 100 H NEED L...
by Developer9
Wed Aug 26, 2015 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage Variables Logic to check for a specific pattern
Replies: 3
Views: 1519

Stage Variables Logic to check for a specific pattern

Hi, I have the following requirement that I am working on to implement the solution Input Emp_HistID| Emp_NO|EMP_TYPE 100*1 100 H 100*2 100 RH 100*3 100 H 100*4 100 R 100*5 100 R 100*6 100 RH 100*7 100 H 100*8 100 R 100*9 100 V 100*10 100 RH Required output : Emp_HistID |Emp_NO|EMP_TYPE| EMP_STATUS ...
by Developer9
Thu Jul 16, 2015 2:55 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Webservice job hanging
Replies: 1
Views: 16762

Webservice job hanging

I have a webservice which delete records from a table and the job hangs when it encounters certain records. It just does not do anything from that point. I compared the records for anamolies but couldnt find any compared to the ones that process successfully. I ran it through SOAP UI client and get ...
by Developer9
Tue Jul 14, 2015 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Transformer execution order
Replies: 12
Views: 7122

Very useful information , Thanks to everyone.
by Developer9
Tue Jul 14, 2015 11:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Transformer execution order
Replies: 12
Views: 7122

ArndW, Thanks for the reply , This answer looks simple but is also why i debate with myself. Considering the Stage variables can be used inside constraints , shouldn't the execution order be dynamic? first Check if a SV is used inside a constraint if yes then process SV before Constraints. And if no...
by Developer9
Tue Jul 14, 2015 10:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Transformer execution order
Replies: 12
Views: 7122

Parallel Transformer execution order

I know this question is asked many many times , i see 2 answers 1. SV, Constraints, Derivations 2. Constraints , SV, Derivations. I tried for this in IBM documentation and couldn't find it anywhere. I personally feel its SV, Const and Derivations for the reason why process all the SV's for all input...
by Developer9
Thu Jun 25, 2015 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Portugese character issue
Replies: 4
Views: 2526

Thanks for the reply, I am using the same character set in the seq file also , i tried textpad , notepad++ and Ultra edit all of them show the same issue
by Developer9
Wed Jun 24, 2015 11:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Portugese character issue
Replies: 4
Views: 2526

Portugese character issue

I am using oracle connector to extract data, using the NLS mapping specified by the database owner (ASCL_ISO8859-15). When i do a view data in the oracle connector stage the data looks fine , but when i open the text file after extracting the data looks messed up eg(Funcionário1). Could anyone th...
by Developer9
Wed May 27, 2015 1:56 pm
Forum: General
Topic: Execute multiple cp commands in a Sequence job
Replies: 6
Views: 1876

@Chulett, Draft Design : Start Loop <----------------------- End Loop | | | | uv_activity ---------------------------Exec_Activity In uv_activities define variables like below uv_timestamp time_stamp logic uv_file1 filename1 uv_file2 filename2 ..so on Exec_Activity cp sourcedir uv_file1.txt target d...
by Developer9
Wed May 27, 2015 9:03 am
Forum: General
Topic: Execute multiple cp commands in a Sequence job
Replies: 6
Views: 1876

There is no wildcard pattern ..Each file is generated by individual job. 1.Alternative I can think is having a seperate link for each file UV -->Execute activity (file1) UV -->Execute activity (file2) UV -->Execute activity (file3) 2.Looping ?Can I implement this way? Start loop -->Read file1 -->gen...
by Developer9
Wed May 27, 2015 8:42 am
Forum: General
Topic: Execute multiple cp commands in a Sequence job
Replies: 6
Views: 1876

Execute multiple cp commands in a Sequence job

Hi, I have the following requirement and I need input for designing of my job copy multiple files from source to target directory with timestamp added to the Filename. Current design to copy single file in a sequence UserVariable_Activity (Generate timestamp)----> Execute Command Activity (cp source...
by Developer9
Mon May 04, 2015 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to determine association between statement parameters
Replies: 2
Views: 7769

Unable to determine association between statement parameters

Hi , I am getting the following error while updating data in SQL server database using ODBC connector stage UPDATE SCHEMA.TABLE SET EMP = ORCHESTRATE.EMP , COLC = 'N' WHERE EMP = 1 AND COLA = ORCHESTRATE.COLA AND COLB = ORCHESTRATE.COLB AND COLC = ORCHESTRATE.COLC Warning message : TABLE: Unable to ...