Search found 173 matches

by prasad111
Tue Mar 24, 2009 2:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning :Missing record delimiter "\n", saw EOF in
Replies: 18
Views: 36766

Try using dos2unix command after sftp'ing the file from script

Code: Select all

In Linux
$dos2unix <file_name> 
In some unix systems[I guess in AIX]
$dos2unix <file_name> file_name.tmp
mv file_name.tmp <file_name>
by prasad111
Tue Mar 24, 2009 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to identify parent process for ORCHESTRATE
Replies: 2
Views: 4996

How to identify parent process for ORCHESTRATE

Hi, Is there a way to find the parent process for ORCHESTRATE Job: Parallel_testjob User: test The pid for the job is 32655 and the ORCHESTRATE is 32730, is there a way to find out the pid 32655 created the ORCHESTRATE process 32730. The reason for this in production, there are some run away jobs, n...
by prasad111
Sat Mar 21, 2009 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job gets hung
Replies: 2
Views: 1777

Yes, each ODBC Enterprise stage refer to seperate tables.
by prasad111
Fri Mar 20, 2009 5:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job gets hung
Replies: 2
Views: 1777

Job gets hung

Hi, The job design looks like /--------> Transformer ---> ODBC | external Source Stage --> XML -----> Transformer ---> ODBC | |\--------> Transformer ---> ODBC |\--------> Transformer ---> ODBC |\--------> Transformer ---> ODBC |\--------> Transformer ---> ODBC \--------> Transformer ---> ODBC All t...
by prasad111
Fri Mar 20, 2009 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Login issue in 8.1 after import/exporting the datastage jobs
Replies: 4
Views: 5490

We changed the ulimit value, after that we are not getting these errors
by prasad111
Thu Mar 19, 2009 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project Creation date/time
Replies: 14
Views: 5418

Yes for some projects it gave me the right answer, for some it gave me the dates which were modified (not created)......

I guess this is the only way, we can find the project created date for some project but not for all.
by prasad111
Thu Mar 19, 2009 3:49 pm
Forum: General
Topic: Project Name Character Limit
Replies: 3
Views: 2471

Thanks for the info.

I got those information by entering those many characters while creating the job.
In Version 8.x in table the datatype is Nvarchar2 .
by prasad111
Wed Mar 18, 2009 4:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project Creation date/time
Replies: 14
Views: 5418

Thanks for the reply. In project folder, ls -cl gives: $ ls -l VOC -rwxrwxr-x 1 dsadm dstage 260096 Mar 18 14:45 VOC $ ls -cl VOC -rwxrwxr-x 1 dsadm dstage 260096 Mar 18 14:45 VOC where, -c with -lt: sort by, and show, ctime (time of last modification of file status information) with -l: show ctime ...
by prasad111
Wed Feb 25, 2009 6:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project Creation date/time
Replies: 14
Views: 5418

Thanks for the reply.. Yes, I am confused..... I am not sure the open VOC is giving me the right value[or am I extracting the right value] Is the ProjectName=@ACCOUNT should be added at the beginning(as present in the code) -- if yes still gives me the current date time in the output. To elaborate.....
by prasad111
Wed Feb 25, 2009 4:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project Creation date/time
Replies: 14
Views: 5418

I changed from @ID to @ACCOUNT still no difference Call DSExecute("UV", "LIST.ITEM UV.ACCOUNT WITH @ACCOUNT='PROJECT_TEST' ", Output,SystemReturnCode) Output: FileMode~ 33277~ DATE_LAST_MODIFIED~ 02:02:30pm~ TIME_LAST_MODIFIED~ 02/25/09~ TIME_DATE_LAST_STATUS_CHANGE~ 50550~ DATE_...
by prasad111
Wed Feb 25, 2009 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project Creation date/time
Replies: 14
Views: 5418

Could you please help in getting the information regarding dynamic array $INCLUDE DSINCLUDE JOBCONTROL.H OPEN 'VOC' TO test.arr THEN PRINT "File Opened" ELSE ABORT STATUS stat FROM test.arr THEN PRINT stat field5 = stat<5,1,1> field15 = stat<15,1,1> field15= Oconv(field15, "MTHS"...
by prasad111
Wed Feb 18, 2009 12:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project Creation date/time
Replies: 14
Views: 5418

Thanks for the queries For LIST.ITEM UV_SCHEMA WITH SCHEMA_NAME='PROJECT_TEST' Output: PROJECT_TEST 001 23456 002 /Projects/PROJECT_TEST For LIST.ITEM UV.ACCOUNT WITH @ID='PROJECT_TEST' Output: PROJECT_TEST 007 DataStage\7.5\<<HOST_NAME>>\8117 011 /Projects/PROJECT_TEST I tried to look into the fold...
by prasad111
Tue Feb 17, 2009 7:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project Creation date/time
Replies: 14
Views: 5418

I see only these information in the UV_SCHEMA table

Schema. PROJECT_TEST
Owner.. 323434
Path... /opt//Ascential/DataStage/DSEngine/sql/project_test

is there any other information I should have seen?
by prasad111
Tue Feb 17, 2009 7:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project Creation date/time
Replies: 14
Views: 5418

Project Creation date/time

Hi, How to know when was project created?... There was a similar post... Question Based on this post Can anybody help me to understand, how to get the value for field #7. When I did LIST.DICT UV.ACCOUNT Type & Field......... Field. Field........ Conversion.. Column......... Output Depth & Na...
by prasad111
Mon Feb 16, 2009 5:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to send an email if file is not found on remote server
Replies: 4
Views: 1778

As you are already using the script, you can do this in two ways. 1) To answer your case 2, you are placing the file in etl/Projects/xxx/ftpfolder/input [I assume that you will have only file with filename FILE*] so after sftp if [ `wc -l etl/Projects/xxx/ftpfolder/input/FILE* | awk '{print $1}'` -e...