Search found 174 matches

by hsahay
Sun Jun 02, 2013 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date time arithmatic in 8.1 parallel
Replies: 3
Views: 2115

date time arithmatic in 8.1 parallel

Hi I need some help with date time arithmetic. I have read a lot of threads and read all about the various date and time functions but have not been able to figure out how to achieve what i need. My table has the following two fields - start_date start_time The initial date and time values will be p...
by hsahay
Mon Jan 14, 2013 12:40 pm
Forum: General
Topic: Using FTP stage without file structure
Replies: 2
Views: 1069

Thanks ArndW.

But one would still need to know the record length for all the different files that may come in via FTP.

I guess i will have to look at a non datastage solution.
by hsahay
Mon Jan 14, 2013 11:29 am
Forum: General
Topic: Using FTP stage without file structure
Replies: 2
Views: 1069

Using FTP stage without file structure

Hi guys

Wondering if there is a way to FTP files, using FTP stages, without knowing anything about their internal structure ?
by hsahay
Mon Jan 07, 2013 4:33 pm
Forum: General
Topic: Trouble importing - Job cannot be found in the repository
Replies: 7
Views: 6139

Ray - Thanks for pointing me in the right direction. Apparently the local repository and XMETA had gone out of sync which is probably why we were getting the error. I deleted the category containing the jobs from DS Designer and that i think deleted only the local unix files. Then after reading your...
by hsahay
Mon Jan 07, 2013 3:51 pm
Forum: General
Topic: Trouble importing - Job cannot be found in the repository
Replies: 7
Views: 6139

Okay. Will do. But just for my knowledge, can you please let me know what is causing this error during import ? I even deleted the entire category in which these jobs are supposed to be imported into - so there is, theoretically, no trace of those jobs left in our target server and yet i am getting ...
by hsahay
Mon Jan 07, 2013 3:43 pm
Forum: General
Topic: Trouble importing - Job cannot be found in the repository
Replies: 7
Views: 6139

Thanks Ray ...but we are on 8.1

Correct me If i am wrong, but I think SyncProject is available only on 8.5 and above.
by hsahay
Mon Jan 07, 2013 3:26 pm
Forum: General
Topic: Trouble importing - Job cannot be found in the repository
Replies: 7
Views: 6139

Trouble importing - Job cannot be found in the repository

Here is a strange problem that i am encountering and i'd appreciate if someone can help resolve it. I Export a bunch of jobs from server A. There are say 5 jobs. jobA jobB ... ... JobE. Then i try to Import them into Server B. While importing, i get error - jobA cannot be found in the repository. Sa...
by hsahay
Mon Dec 17, 2012 10:51 am
Forum: General
Topic: Problem with DataStage logs and how to clear them
Replies: 6
Views: 3494

Thanks for the reply.

I cannot even the director to set options. I believe the log is so huge and my director hangs up(Not Responding). Please let me if there are any alternative approaches.

Thanks.
by hsahay
Sun Dec 16, 2012 9:05 am
Forum: General
Topic: Problem with DataStage logs and how to clear them
Replies: 6
Views: 3494

Problem with DataStage logs and how to clear them

Problem: I have a Master_Sequence with jobs A,B,C as follows.. Master_Sequence:A-->B-->C My sequence and jobs with in the sequence, run 50 times a day in parallel with different invocation ID's. Logs will be created as follows. Master_Sequence.1 Master_Sequence.2 Master_Sequence.3 . . . . . Master_S...
by hsahay
Wed Nov 14, 2012 10:44 am
Forum: General
Topic: Disaster Recovery by taking an image of the server
Replies: 2
Views: 1819

Thanks Ray but my Unix admin assures me that when he drops the image on this new server it will be the exact replica of the old server...same everything including machine name, ip address etc ...
by hsahay
Wed Nov 14, 2012 10:29 am
Forum: General
Topic: Disaster Recovery by taking an image of the server
Replies: 2
Views: 1819

Disaster Recovery by taking an image of the server

Hi We have a datastage 8.1 installation on an AIX 6.1 machine which is actually a LPAR on an IBM P570 server. We are thinking of taking an image of our server which can be dropped on another server for the purpose of disaster recovery. Our fall back plan is to take weekly backups of the production p...
by hsahay
Mon Jun 04, 2012 5:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Ouput Reject Records from DB2 Connector
Replies: 5
Views: 2215

Yes.

Here is my design..

Source_DataSet-->Copy Stage-->DB2 Connector----RejectLink--->Sequential File---Reject Link---->Sequential File.

Thanks.
by hsahay
Mon Jun 04, 2012 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Ouput Reject Records from DB2 Connector
Replies: 5
Views: 2215

Hi Ray, Thanks for the reply. I tried having a reject link to the sequential file I'm trying to capture the reject records in to. I was unable the see the records except the error code which I have checked in the db2 connector stage. If I don't check either error code or error text, my view data is ...
by hsahay
Sun Jun 03, 2012 10:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Ouput Reject Records from DB2 Connector
Replies: 5
Views: 2215

How to Ouput Reject Records from DB2 Connector

I went through resolved topic How to Ouput Reject Records from DB2 Connector to Flat File. I could be missing something but, I'm unable captute actual records except error code and/or error text either dataset ot file. I have RCP enabled in my job and in administartor. Problem: 1. I have 10 records ...
by hsahay
Sat Jun 02, 2012 7:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Flattening a multi record type text file
Replies: 1
Views: 1409

Flattening a multi record type text file

Hi I need to flatten a mainframe like text file. There are 3 record types: Header (1st byte is an 'A') Segment (1st byte is a '$') Detail (1st byte is numeric) Input Axxxxxxx $yyyyyyy 01detaaa 02detbbb 03detccc Azzzzzzz $jjjjjjj 01detddd Desired Output Axxxxxxx$yyyyyyy01detaaa Axxxxxxx$yyyyyyy02detb...