Search found 42189 matches

by chulett
Mon Nov 29, 2004 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE Enterprise Stage
Replies: 6
Views: 2424

Check for a Transaction Size option in the stage, that sets the number of rows to commit at any one time. At least on the server side. You may also want to look for some $APT configuration parameters to set, I seem to remember reading about them here. Search the forum for 'commit' and see what turns...
by chulett
Mon Nov 29, 2004 3:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Renaming a category
Replies: 1
Views: 956

While it's really not all that difficult to move jobs to a new Category, the SQL to do the rename was recently posted to the forum, so I would say... yes, it's possible. :wink:
by chulett
Mon Nov 29, 2004 3:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What are the new things in Datastage 7.5
Replies: 2
Views: 1066

Read the readme. :? There's all kinds of good information in there, including a whole section on What's New.
by chulett
Mon Nov 29, 2004 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Certification
Replies: 7
Views: 3340

Search is your friend. :wink: As mentioned in this post and on ADN, there is something in the works.
by chulett
Sun Nov 28, 2004 8:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To run a job with job parameters...........
Replies: 11
Views: 5988

Very true and excellent advice, especially the part about recognizing if all parameters are being prompted for. Only problem is with the stages in the Shared Container. From what I recall, they won't have any 'default' values in their parameter fields, so you won't know about mismatches there until ...
by chulett
Sat Nov 27, 2004 1:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get job name which log not cleared
Replies: 7
Views: 1260

Actualy we hacve faced problem in DS server few days back , one person run DS job with NO limit option and around 100000 log entry created and as result serevr hang , so I want to monitor DS job , Log must be 3 days only . That's not going to help when someone runs jobs with no warning limit that c...
by chulett
Fri Nov 26, 2004 7:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To run a job with job parameters...........
Replies: 11
Views: 5988

Welcome aboard! Hard to say what your problem might be without seeing the actual job. At first blush, the problem would seem to be that you might have the parameters mixed up, sending the wrong values to the wrong stages. That would be the first thing I would triple-check, especially the passwords a...
by chulett
Fri Nov 26, 2004 10:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get job name which log not cleared
Replies: 7
Views: 1260

You are probably better off making sure that all of your jobs have their Auto-Purge settings correct so that this happens automatically. There is a post here with discussion of the issue plus code for a routine that will update the settings for you.
by chulett
Fri Nov 26, 2004 9:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_loadlibrary Error in using Oracle 9i stage in DataStage7
Replies: 2
Views: 729

As noted by Roy - change the section of the SHLIB_PATH that references your Oracle Home to look like this: $ORACLE_HOME/lib32:$ORACLE_HOME/lib You need to make sure the 32bit libraries come first. I'm not even sure you need the second 'lib' statement, and 'rdbms/lib' is not something I've needed on ...
by chulett
Thu Nov 25, 2004 5:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage error: Unable to bind socket to uvrpc port.
Replies: 4
Views: 2777

Well, besides the fact that we're in the wrong forum and you've marked this as an issue with PX jobs, you've got a Windows problem not a DataStage problem. You need to take some of the keywords of the messages you've posted and slap them into Microsoft's online Knowledge Base and see what turns up. ...
by chulett
Thu Nov 25, 2004 9:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge stage doesn't match documentation
Replies: 4
Views: 1256

Two ways. What happens when you open the stage and click on the Help button inside it? That should bring up specific help for the stage. There should also be a merge.pdf file available in your Docs folder where you installed the client.
by chulett
Thu Nov 25, 2004 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems with Oracle OCI Load Stage
Replies: 7
Views: 2318

More than likely. It could be related to the fact that you are mixing 8i and 9i. To be honest, I've never had an occasion to even try the Automatic mode, we use the Manual mode exclusively. We have scripts that work through the large collection of extracted files we pull out of CDC and this gives us...
by chulett
Thu Nov 25, 2004 8:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle 11 Apps (PACK) and detecting deleted records
Replies: 6
Views: 2059

If you can't use CDC, then it seems like there are only two other options that I can think of... not that there may not be others, of course. The first would be the triggers you mentioned earlier. It would take some effort to get setup, but then you would have complete control over how it was implem...
by chulett
Thu Nov 25, 2004 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Missing Stage - how to find or install
Replies: 1
Views: 715

It could mean it's not installed, but since there are ways to customize the palette... Does this stage not show up for anyone or just not for you? You can check in the Manager to see if it shows the stage. Check under the 'Stage Types / Server / Processing' category to see if the Sort stage shows th...
by chulett
Thu Nov 25, 2004 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge stage doesn't match documentation
Replies: 4
Views: 1256

Make sure you're not looking at the help page for a Parallel stage. They're all in there, even if you don't have a license for the product. It does tend to confuse people every now and then. :? Look at the color of the header and the background image there...