Search found 511 matches

by clarcombe
Tue Jul 17, 2012 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Fileset,Fileset or Dataset for Reference
Replies: 9
Views: 4183

I have discovered the use of lookup filesets, the fact being that the fileset is present across all nodes automatically.
by clarcombe
Mon Jul 16, 2012 7:33 am
Forum: General
Topic: Sending a query to Oracle via a routine
Replies: 3
Views: 1384

Sending a query to Oracle via a routine

I am trying to port (and modify) a routine to call Oracle, originally created in Unix, to Windows. The routine was more complex in Unix as it did a specific job so the sql was fixed. Trying the same thing in Windows always returns the value 32 (which is wrong) and a system return code of 1. I can't ...
by clarcombe
Fri Jun 29, 2012 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CFF Stage issues
Replies: 5
Views: 2625

Thanks Ray, An interesting alternative which I began to implement then stopped.I really want to avoid the counting and substring techniques as the structure may well change and would make it difficult to maintain. So it appears then, that the multiplication of lines in CFF is normal. Luckily the CFF...
by clarcombe
Thu Jun 28, 2012 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CFF Stage issues
Replies: 5
Views: 2625

CFF Stage issues

I have to import a Cobol text file and structure into Datastage. The structure has multiple occurs in, some of which are nested Fields Occurs 30 Occurs 6 Occurs 140 Occurs 5 Fields I am experiencing several issues 1) I had to import the decimals e.g. +00568 as strings as they were blank otherwise. I...
by clarcombe
Thu Jun 07, 2012 2:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ABAP Parameter Passing Error
Replies: 2
Views: 2137

Re: ABAP Parameter Passing Error

This was resolved in the Build Extraction Object screen. When you click on this, you can then modify the conditions associated to each table.
by clarcombe
Tue Jun 05, 2012 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ABAP Parameter Passing Error
Replies: 2
Views: 2137

ABAP Parameter Passing Error

I am unable to pass my parameters to my ABAP job. The ABAP job has been modified by an ABAP developer as we weren't able to perform the task in Build Query When the job runs in trace mode we get SELECT WHERE "MANDANT" = '220' AND "OBJECTCLAS" = ' ' AND "UDATE" = 0000000...
by clarcombe
Wed Apr 18, 2012 6:53 am
Forum: General
Topic: Client Installation Error 8.7 Windows
Replies: 7
Views: 3705

I have checked with other consultants and they have managed to install it on Win7 Pro as long as its 64 bit.

Also I have tried the install under the isadmin user but I still have no success
by clarcombe
Wed Apr 18, 2012 5:49 am
Forum: General
Topic: Client Installation Error 8.7 Windows
Replies: 7
Views: 3705

I have created isadmin as an administrator and read the quickstart guide. Is there any other document I should read ?

Thanks
by clarcombe
Wed Apr 18, 2012 4:55 am
Forum: General
Topic: Client Installation Error 8.7 Windows
Replies: 7
Views: 3705

Client Installation Error 8.7 Windows

I am trying to install Client and Server on one PC for a demonstration but I get the following error Error The specified credentials for InfoSphere Information Server must be valid and must refer to a user with administrative privileges. Resolution proposed Check that the supplied user name and pass...
by clarcombe
Fri Feb 24, 2012 7:35 am
Forum: General
Topic: Ignore warnings in Sequence job loop
Replies: 3
Views: 2347

Of course!!

I forgot that I had set the run of the sub sequence to conditional. I have changed that now and added a force abort on SQL check of the table.

Thanks for your assistance
by clarcombe
Fri Feb 24, 2012 5:35 am
Forum: General
Topic: Ignore warnings in Sequence job loop
Replies: 3
Views: 2347

Ignore warnings in Sequence job loop

I have a job which operates thus Sequence Select Group to process Process Subgroup 1 to 10 in order Loop 1 to 10 Call SubSequence1 Call SubSequence2 Call Various Jobs End Loop Finish. This is the Datastage schematic calling various sub jobs I have deselected all the Log Warnings/Log Reports and Auto...
by clarcombe
Wed Dec 14, 2011 5:01 am
Forum: General
Topic: Extracting order of execution of objects from DSX file
Replies: 4
Views: 2411

Ray, thanks for that. Thats what I needed.

As for the compiled dsx, I meant a job that has been compiled and exported as a dsx (so will have the Universe Basic in )as opposed to a job that has just been saved with no previous compilation.
by clarcombe
Tue Dec 13, 2011 10:36 am
Forum: General
Topic: Extracting order of execution of objects from DSX file
Replies: 4
Views: 2411

Extracting order of execution of objects from DSX file

It has been requested that we create an excel spreadsheet with all of the job sequences and parallel jobs in order of execution Thus S1 - J1- OCI In - OCI Out S1 - J2- DS In - OCI Out - DS Out S2 - S3 S3 - J3 - FF In - OCI Out etc At present my colleague is doing this by hand and we have tens of job...
by clarcombe
Mon Oct 17, 2011 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: <FIELD> in input data set 0. Design Time Info error
Replies: 6
Views: 16058

And make sure there are no fields in the output of the copy stage. The copy stage must be entirely RCP.
by clarcombe
Sat Sep 10, 2011 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connection to Access 2007
Replies: 3
Views: 1586

Re: ODBC connection to Access 2007

Yes the Access database is on the same server and I can access it as a ODBC DSN using Excel