Search found 92 matches

by harshada
Mon Jul 21, 2008 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date from Julian Date CCYYDDD
Replies: 3
Views: 4042

Date from Julian Date CCYYDDD

Hi, I need to convert the Julian Date to date of format 'YYYYMMDD'. I read in the forum that the DateFromJulianDay should work and give the date in format 'YYYY-MM-DD'. My input date is 2008354 (CCYYDDD) so this should be 2008-12-19. I used DateFromJulianDay(StringToDecimal(Trim(INP_2.DATEP))) but g...
by harshada
Tue Apr 15, 2008 2:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter not resolvable error
Replies: 5
Views: 3025

resolved

Thanks Ray,

That was the poroblem .. after installing NLS things are working fine..

thanks
by harshada
Wed Apr 09, 2008 9:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter not resolvable error
Replies: 5
Views: 3025

Parameter not resolvable error

Hi, We have migrated DS to a new server. I have exported the whole project and imported the same in the new server. When I run the job from the director it gives me following error... Parameter not resolvable: DSProjectMapName Parameterization error: Parameterization failed. I could not find much ab...
by harshada
Tue Sep 11, 2007 2:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETL Server space problem
Replies: 5
Views: 2218

Maximum number of PROCESSES allowed per user
by harshada
Tue Sep 11, 2007 2:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETL Server space problem
Replies: 5
Views: 2218

Check the maxuproc id on unix with the help fo the command lsattr -EHl sys0 | grep maxuproc This gives the maximum processes allowed and check the number of processes running for your DataStage job. if it exceeds the maxuproc id then one usually gets the fork() failed error. Try to kill some of the ...
by harshada
Wed Aug 29, 2007 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using file pattern option in the sequential file
Replies: 3
Views: 1983

>##E TOIX 000138 17:59:20(001) <Sequential_File_0> At least one filename or data source must be set in APT_FileImportOperator before use.
from this error what i gather is that you should atleast provide part of the file name
example : C:\folder\partfile*.txt
by harshada
Tue Aug 28, 2007 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xml Validation in XML Input Stage against a given schema
Replies: 7
Views: 4783

Hi, Thanks a lot Ernie.. that would be really helpful. I will surely try the server job. In the meanwhile i would like to ask sumthing else too. My sample XML file is as follows: <?xml version="1.0" standalone="yes"?> <sdnList xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst...
by harshada
Fri Aug 24, 2007 2:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xml Validation in XML Input Stage against a given schema
Replies: 7
Views: 4783

Thanks V for the help 1)In "Validation Settings" tab ' log reject errors' are checked 2) we tried all possible combinations of Fatal Error Warning setting , not working. We have a defined a reject link from the XML Input Stage , no supposed rejects are captured here. 3) we did go through t...
by harshada
Thu Aug 23, 2007 10:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xml Validation in XML Input Stage against a given schema
Replies: 7
Views: 4783

Hi, Yes I tried xsi:schemaLocation="Yourschema.xsd" in the namespace declaration. Still the validation is not happening. Could you plz tell me when Validate schema is checked; what kind of validations are performed? For e.g. if a new tag is added in the input XML file, which is not present...
by harshada
Thu Aug 23, 2007 3:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Weired Join Stage problem.
Replies: 15
Views: 6275

sorry about the previous post

'' We had a similar kind of problem , but our join keys were Char8 and Varchar8 . THe result as has already been mentioned is weird. "
by harshada
Thu Aug 23, 2007 3:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Weired Join Stage problem.
Replies: 15
Views: 6275

We had a similar kind of problem , but our join keys were Char(8) and Varchar(8) . THe result as has laready been mentioned is weird.
So we made both the join keys data type same and have followed the same principle in every job that has a JOIN Stage , to keep join keys data type same ( even lenght)
by harshada
Thu Aug 23, 2007 3:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xml Validation in XML Input Stage against a given schema
Replies: 7
Views: 4783

Xml Validation in XML Input Stage against a given schema

I have an XML input file to be parsed into a flat file/DBMS. I need to validate the input XML file against a XSD schema file. XML Input Stage Details --------------- Include namespace declarations - Checked Validate Schema - Strict Namespace declaration: xmlns:soapenc="http://schemas.xmlsoap.or...
by harshada
Thu Aug 23, 2007 3:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xml Validation in XML Input Stage against a given schema
Replies: 0
Views: 744

Xml Validation in XML Input Stage against a given schema

I have an XML input file to be parsed into a flat file/DBMS. I need to validate the input XML file against a XSD schema file. XML Input Stage Details --------------- Include namespace declarations - Checked Validate Schema - Strict Namespace declaration: xmlns:soapenc="http://schemas.xmlsoap.or...
by harshada
Fri Aug 17, 2007 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Fork faile - Previous posts didn't help much
Replies: 8
Views: 6081

We once got a fork failed error , similar to what you have mentioned. The problem was that the MAXUPROC id had reached its limit. The system engineers had to reset this value in unix box and restart it.
by harshada
Thu Aug 09, 2007 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot view data in Sequential stage
Replies: 8
Views: 3419

try specifying 'Field Delimiter' = end instead of 'Record Delimiter'=end