Search found 125 matches

by csrazdan
Thu Nov 14, 2013 11:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Accept timed out retries " Warning from Px job
Replies: 2
Views: 2830

ulab - You must be running a serious backlog.. Replying a question after 7 years...
by csrazdan
Thu Nov 14, 2013 10:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cognos cube build through Datastage
Replies: 1
Views: 1863

Help me upderstand... what is DataStage contribution here... Is DataStage used to call above command?
by csrazdan
Thu Mar 03, 2011 12:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle EE to oracle connector
Replies: 9
Views: 7134

Just out of curiosity: Why would you convert from Oracle EE to Oracle Connector? My assumption is Oracle connector will be faster then ODBC connection but it will be slower then Native connectivity like Oracle EE. Same is true for DB2 connector also.
by csrazdan
Wed Mar 02, 2011 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValid using Date
Replies: 7
Views: 22949

Are you writing this code in a Stage Variable? Looks like that since I see the Stage Variable name in your code and not link name. I am surprised you can even able to compile this code on Windows. We had a similar code and job would not even compile on AIX in 8.x environment though it would run fine...
by csrazdan
Wed Mar 02, 2011 11:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load 0.5 million records into DB2 stage
Replies: 3
Views: 2589

If your database is not partitioned you do not have option of using DB2EE Stage. If you are on 7.x version your only option is to use DB2 API stage unless you decide to use ODBC. For 8.x you have an option of using Common Connector stage which sits somewhere in between DB2EE and DB2 API Stage as far...
by csrazdan
Wed Jun 27, 2007 10:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job log not available.
Replies: 12
Views: 4829

In this particular case it's the CATEGORY index on DS_JOBS that appears to be out of date. That's (my guess) why "the job is not being found in the category". ... Hi Ray, I have done the reindexing on my Dev env. And you'd be surprise to hear that after the reindexing, not a single job wa...
by csrazdan
Wed Jun 06, 2007 11:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: table definition
Replies: 9
Views: 6939

Yes Ebcdic to ASCII What you are looking at is data file. Why you need is COBOL Copybook to create metadata and this metadata will be used to read data file using CFF stage. Using CFF stage you can also convert data from BINARY to ASCII. COBOL copybook is a simple text file which you can read using...
by csrazdan
Wed Jun 06, 2007 11:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE step execution terminating due to SIGINT
Replies: 2
Views: 7465

Re: ORCHESTRATE step execution terminating due to SIGINT

Hi, When I run the job I am getting following error.There is no clue in the log.(some times its working fine).Please anybody can help. Sorce is Dataset and some transformations and loading in to Netezza database. ERROR: ORCHESTRATE step execution terminating due to SIGINT Parallel job was aborted T...
by csrazdan
Tue Jun 05, 2007 11:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Connection breaks out
Replies: 5
Views: 6268

Hi Craig, Sorry for my ignorance! Is that in the Environment variables of the Administrator do I find the Inactivity Timeout? If yes where in the Environment variables? If no where in Adminsitrator? It is on the General tab of your DataStage Administrator client. You can also set it to "Do not...
by csrazdan
Tue Jun 05, 2007 11:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator stage - counts
Replies: 7
Views: 7220

Re: Aggreagator atge

Hi All, There is a requirement where i need to find count(A) group by(B). A and B are two columns in the file. The aggregator stage is allowing me to grp. by B , but how can I find the count of A as the count rows property of the aggregator stage does not allow me to specify the column name. Lookin...
by csrazdan
Tue Jun 05, 2007 11:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Connection breaks out
Replies: 5
Views: 6268

You set the Inactivity Timeout in the Adminstrator for the server instance, and must be 'dsadm' (or equivalent) to change it. ... Just want to add... You will have to recycle DataStage engine for new Inactivity Timeout to take effect. Also if a job is locked you can try unlock it yourself. In most ...
by csrazdan
Tue Jun 05, 2007 3:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing input 1 row as multiple rows to the target db
Replies: 9
Views: 4119

I kept my first post short enough that I thought it would show in its entirety. Just write your column to a file and use spaces as your line terminators, then read that file using space as a terminator. That way, DS will read each word from your original column as a separate line. This is really go...
by csrazdan
Tue Jun 05, 2007 3:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing input 1 row as multiple rows to the target db
Replies: 9
Views: 4119

Thanks Arndw for your response but, I can't see your response as I am not a Paid member. If you can please post the complete message here that will be really helpful for me. csrazdan, Input row is space delimited between words. I need to write each word as a row to the target database. there is ano...
by csrazdan
Tue Jun 05, 2007 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing input 1 row as multiple rows to the target db
Replies: 9
Views: 4119

Questions: 1. You have to insert each word in table as a column or as a row? 2. If columns, them what has to be done if number of words are more than columns? 3. What is delimiter between the words? Is it space? 4. Does the file contain only this field or it has some other column also. In short want...
by csrazdan
Tue Jun 05, 2007 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle call failed; sqlcode = -900; message: ORA-00900: inva
Replies: 5
Views: 5002

The delete stmt works fine in toad and also I have created a DataStage job just to delete the rows and it works fine, looks like it doesnt work in OPEN command! I'm not questioning your delete statement. What I want to know is if you can create procedures on this database? I'm not sure but it looks...