Search found 6797 matches

by DSguru2B
Fri Aug 25, 2006 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unrecognized argument error. ODBC Enterprise stage
Replies: 15
Views: 4468

Try giving the schema along with the table name.
by DSguru2B
Fri Aug 25, 2006 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP stage error
Replies: 5
Views: 1460

There seems to be a ftp config problem on the unix side.
PASV mode in ftp is usually used when accessing through a firewall.
May be the PASV mode is disable by your admin.
Request him for details and let us know.

GL 8)
by DSguru2B
Fri Aug 25, 2006 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date transformation
Replies: 3
Views: 1323

What kind of date transform do you need ? There are many ways. You have routines in the SDK, you can write your won server routines, have a shell manipulate the date as a before job routine. Advice: Research the manual, you will find alot ways to do that. Moreover the forum is rich with such questio...
by DSguru2B
Fri Aug 25, 2006 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to SQL Server from DS EE 7.5.1A UNIX
Replies: 3
Views: 1004

To add on:
Instead of SQL SERVER mentioned in the .odbc.ini and the uvodbc.config you can have the desired name of the connection.
by DSguru2B
Fri Aug 25, 2006 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: hi
Replies: 6
Views: 1880

Please restate the problem if possible.

I dont mean to object on english being your second language.
by DSguru2B
Fri Aug 25, 2006 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Track duplicate rows in the source data
Replies: 4
Views: 1943

There are many ways done in Server to resolve the Duplicacy issue. If you give a search you should be able to find routines written by the posters. Click HERE

In parallel there is a remove duplicate stage.

Good luck
by DSguru2B
Fri Aug 25, 2006 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job running no result
Replies: 9
Views: 4912

There is some problem in your routine.
As Andrw mentioned you need to debug it from there. There doesnt seem to be any problem in the job.
May be the sub-routine is doing a DB call or running some procedure that is resulting in a deadlock.
by DSguru2B
Fri Aug 25, 2006 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error : out of memory space.
Replies: 3
Views: 1281

Memory space error in which kind of job. A job that is writing into a Seq file, a table, etc.

Please give details. Posting such statements would lead no one anywhere.
by DSguru2B
Fri Aug 25, 2006 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Track duplicate rows in the source data
Replies: 4
Views: 1943

If you have an oracle source or any DB table then you can filter within the select statement. To find if there are any duplicate values in TABLE_B alone (if there is a primary key then there will be no duplicates) type the following: SELECT COUNT(*), COLUMN_A, COLUMN_B FROM TABLE_B GROUP BY ...
by DSguru2B
Fri Aug 25, 2006 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job running no result
Replies: 9
Views: 4912

How exactly are you doing your insert and updates.
Does the error response come after you stop the job or while it is running and it returns and error.
Can you post the exact error from the log as well.
by DSguru2B
Fri Aug 25, 2006 12:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieve Warning messages at run time
Replies: 17
Views: 4544

Routines in DataStage are nothing but lines of Universe Basic Code. Get any guide that outlines help in Universe basic and you will get the hang of it. There are plenty of basic routines on this site as well, which have pretty good documentation. Have a strong cup of coffee, search and go through th...
by DSguru2B
Thu Aug 24, 2006 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage server Maintainence
Replies: 24
Views: 11163

See, i am not exactly sure about datasets. Never faced a problem as such. Think we need some more experienced advice.
by DSguru2B
Thu Aug 24, 2006 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage server Maintainence
Replies: 24
Views: 11163

Cant you use unix rm command. I am not exactly sure with PX datasets weather you require orchadmin commands or just the unix rm command would suffice. Can you go in the command line and try deleting one file ?
by DSguru2B
Thu Aug 24, 2006 2:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage server Maintainence
Replies: 24
Views: 11163

Offcourse you can. You can clear all files, even delete them at the unix level. For log files, there was a job on ADN that was built to clear all the log files. I am not exactly sure if its still there. 7 days is just a suggestion, you can do it 10 days, 15 days, whatever you like. Its known as the ...
by DSguru2B
Thu Aug 24, 2006 1:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 API
Replies: 3
Views: 975

When you hit run, a window appears, you can set the warn limit there in the gui representation. From command line you can use

Code: Select all

dsjob -run -warn 1 PROJECTNAME JOBNAME