Search found 27 matches

by newtier
Wed Nov 18, 2009 6:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to timestamp conversion
Replies: 22
Views: 31770

What solution did you use - all that extra work using stage variables or the proper StringToTimestamp function syntax that Kryt0n helped out with? ... One which Neena provided, as i dont wanna store am/pm in table and also wanna store it in 24 hrs format.. She provided a perfect solution. But thank...
by newtier
Wed Jul 22, 2009 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PxCFF Stage - how to set null default values for decimals
Replies: 4
Views: 4392

In the "Edit Row" for that column, under Properties | Nullable, add the Available properties to add: Null Field Value. Set the value to whatever that is the "exact length" as specified in the Length field. For instance, if Length=7, Scale = 2, set the value to 000000.00 (9 bytes)...
by newtier
Wed Jul 22, 2009 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC:Warning
Replies: 3
Views: 3132

We started getting the warnings on 2 columns when we added the 2 columns to the Exclude Values | Exclude as Value in the CDC stage. The before/after you the exact same table definition. Even if all the records match (no deltas), it still issues the warnings once for each column in the Exclude list. ...
by newtier
Fri Jul 11, 2008 3:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC query tool
Replies: 6
Views: 3215

In the $dshome/../branded_odbc directory are 2 sub-directories: example and demo. In there are corresponding utility programs you can run: example and demoodbc. I use these all the time to test ODBC connection. For example: demoodbc -uid fred -pwd ethel MY_DNS_CONNECTION_NAME You can use fake userid...
by newtier
Thu Aug 16, 2007 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage server connection
Replies: 8
Views: 5261

we have this same error aftre a restart of the server. so user should be ok(connection was fine before restart). I however think that the restart was done incorrect, mix up between root-user and datastage-admin-user stopping and starting the processes. Could this cause this problem, and if so, how ...
by newtier
Tue May 01, 2007 12:16 pm
Forum: General
Topic: Job disappeared after migrating with Version Control
Replies: 4
Views: 2568

Job Disappeared - patch

We received a client-side patch from IBM for this. It is an "every other" promotion error.

Recommend opening an issue with IBM and get the benefit of your support $. Below is an e-case you can reference:

ecase 451945
by newtier
Wed Mar 07, 2007 12:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SOX compliance for DataStage environments
Replies: 10
Views: 5485

Logging in with an expired unix id huh, wow, harry potter is real :o We are on AIX and do not have that "issue". If your password is expired on Unix, you don't get in. (In fact that has been true for several versions back of DataStage.) My guess is there is an environmental hole your site...
by newtier
Wed Oct 25, 2006 1:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using ftp stage
Replies: 6
Views: 8188

Our workplace should be "dignified and meaningful first, efficient second". --Ernst Schumacher (Hmm...Interesting choice for your signature) Please do not get hung up on semantics. As Craig noted, yes you CAN accomplish transferring a file with the FTP stage. As Ray points out, the FTP sta...
by newtier
Tue Aug 08, 2006 1:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_loadlibrary:error in dlopen
Replies: 8
Views: 6067

We just experienced a similar issue on a newer install. The issue was that ORACLE_HOME was not getting set properly in dsenv. (Root cause was related to /etc/oratab not having a valid entry on this server.) "dot" the dsenv ( . ./dsenv) then check the environment variables. Make sure ORACLE...
by newtier
Fri Jul 14, 2006 12:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project structure
Replies: 5
Views: 2781

The answer for you really depends on factors for you company, such as how many jobs, how many different applications (business projects), and how you need to handle securtity. Just keep in mind other factors, such as DataStage upgrades, patches, etc, that must must do things for "every project&...
by newtier
Fri Jul 14, 2006 12:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cleaning up project
Replies: 13
Views: 5286

I would bet the script identifies alot of job logs that are huge. You can tie the job number of the hash file name to an actual job name using some DataStage functions. How many jobs to you have in your project(s)? Some good practices: 1) Set your jobs (in Director | Job | Clear log) to each have an...
by newtier
Sat Jul 01, 2006 12:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date conversion
Replies: 10
Views: 4064

ray.wurlod wrote:Venkat's solution will not work in a server job because the StringToDate() function is only available in parallel jobs. :oops: ...
Or omit the function call, and in the ORAOCI stage make sure the generated SQL (or you add in user-defined SQL) has the TO_DATE() function for that column.
by newtier
Fri Jun 30, 2006 11:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting Packed decimal data type from A flat file
Replies: 21
Views: 7890

We just went through this exercise. In addition to the multiple routines available for the various COBOL COMP formats, you can also use the CFF stage. It works GREAT! (But requires a little time to learn.) Import your COBOL copy book to save some time (I think it has to be a .cfb file, something lik...
by newtier
Fri Jun 30, 2006 11:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling SQLServer StoredProc
Replies: 6
Views: 3467

Re: tested from within sqlserver

There is also a stored procedure stage that you can put inline in your job flow.
by newtier
Fri Jun 30, 2006 11:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call a webservice from Datastage version 7.1
Replies: 7
Views: 6236

Re: How to call a webservice from Datastage version 7.1

Does anyone have any information on what approach to follow to call a webservice from datastage version 7.1? i am aware that RTI is the answer to it but of what i know, RTI is supported only from version 7.5 I do not work on datastage so i have some basic queries. I have heard that you can call a j...