Search found 14 matches

by JSWARBRI
Tue Jun 26, 2012 3:02 am
Forum: General
Topic: Datastage Log in Password Encryption
Replies: 2
Views: 2326

Datastage Log in Password Encryption

Hi, We were carrying out penetration tests on our network and as I logged into datastage the IP packet was captured. In this packet was both the username and password in clear text. We are not currently using SSL, as we did a default install of InfoSphere and this is without SSL enabled. I've checke...
by JSWARBRI
Tue Mar 30, 2010 7:59 am
Forum: General
Topic: Change data Capture Warning[api/transfer_rep.C:1832]
Replies: 8
Views: 5211

You're getting this warning because you don't have the column "PD_GRD_EFF_DT" in your before dataset.
by JSWARBRI
Mon Mar 29, 2010 10:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup error
Replies: 10
Views: 6448

I have many lookup links... How can I know which link to select.... It is not in log .... And I am getting Ignoring duplicate warning for 5 times.. You can only select one link when choosing the option "Multiple rows returned from link". If more than one link is producing this warning, yo...
by JSWARBRI
Wed Feb 04, 2009 4:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trouble with stage xml output
Replies: 5
Views: 2284

Hi bebel_lvm

I just had exactly the same problem this morning, and found a solution that works.

The reason it is putting the two CD_SUPP keys together is because the other information (NOM_SUPP) contains the same data.

Therefore you need to make NOM_SUPP the key and not CD_SUPP

thanks
by JSWARBRI
Tue Dec 20, 2005 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hi
Replies: 5
Views: 2055

Smashing, works a treat, cheers mate.

I am in the same place and will be til end of Jan.

Being as diplomatic as I can, Project is OK, with a few issues still to iron out.

I remember our open "something" and it will be with the other in the next day or two.
by JSWARBRI
Tue Dec 20, 2005 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hi
Replies: 5
Views: 2055

Aye up Arnd, Hope you're keeping well. I written this: Handle = DSAttachJob("JxDSSFCRSynTAMNAGRP01", DS.LOGFATAL) Ans = DSGetLinkInfo(Handle, "OCI_T1_OFF_STRUCT_REF", "Ln_In_T1_NDS_OFF_STRUCT_REF", DSJ.LINKROWCOUNT) Dummy = DSDetachJob(Handle) But I get the following er...
by JSWARBRI
Tue Dec 20, 2005 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hi
Replies: 5
Views: 2055

Hi

Sequencers and Triggers

Hi,

I have a job that is called from a sequencer and reads from a table.

If the read produces no rows, I want to stop the sequencer, if it produces rows I want it to run the next job.

Is there a way to do this with in the sequencer??

Thanks,
John
by JSWARBRI
Wed May 25, 2005 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE Open Command
Replies: 15
Views: 8373

Hi dsxdev,

I tried this in SQL Plus and it works fine. However, it still does not work in the DataStage job.

Thanks.
by JSWARBRI
Wed May 25, 2005 3:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE Open Command
Replies: 15
Views: 8373

Yes, its a working job, until I put the DELETE statement in.

It is parsed correctly, as one of the error messages above mentions the parameter:

OCI_T1_NDS_OFF_LINKS,1: ExecuteImmediate failed for:
'DELETE FROM DBADSSDEV.T1_NDS_OFF_LINKS'
by JSWARBRI
Wed May 25, 2005 2:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE Open Command
Replies: 15
Views: 8373

Hi Jay,

Yes, all the parameters are defined. It is a job that was working, until the DBA took away all truncate privileges :cry:

Thanks
by JSWARBRI
Tue May 24, 2005 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE Open Command
Replies: 15
Views: 8373

ORACLE Open Command

I'm trying to use the Open Command to perform a delete on an oracle table as truncate privileges have not been given for the DB. But I cannot get it to work. The statement I am entering is: 'DELETE FROM #GDSSSchemaOrcl#.T1_NDS_OFF_LINKS' and these are the errors I'm getting: OCI_T1_NDS_OFF_LINKS,1: ...
by JSWARBRI
Tue Jan 27, 2004 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create Sequential File from BASIC
Replies: 8
Views: 2957

Thanks everyone.

Works perfectly.

Days of frustration and pulling my hair out is over ;)
by JSWARBRI
Fri Jan 23, 2004 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create Sequential File from BASIC
Replies: 8
Views: 2957

Create Sequential File from BASIC

Hi, I have a job that reads data from a DB and creates a <filename>Interim.dat file. An after routine is then called which then reads the Interim.dat file and creates an XML file. The only parameter is the filename. How do I create the file <filename>.xml?? I tried using: OpenSeq InputArg:".xml...