Search found 198 matches

by tbtcust
Mon Dec 14, 2009 12:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: web service application not releasing memory segments
Replies: 3
Views: 1500

web service application not releasing memory segments

Hi all. We have a web service application with 30+ jobs in it. When it is deployed the server slowly starts to crawl to the point of being unusable. There are a bunch of memory segments taken by dsadm that do not get released. The only way to clean them up is to reboot. Has anyone seen this issue be...
by tbtcust
Tue Dec 08, 2009 2:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDate does not match format '%yyyy-%mm-%dd %hh:%nn:%s
Replies: 7
Views: 12525

data example: |xxx|xxx|2009-12-15|xxx|xxx| target data type: Date length 10 append a zero time to cause an error as well. to validate the date I removed the ODBC stage add a Seq Stage and wrote all records to a file that passed the test below. All records passed. IsValid('Date', lk_SourceFile.DateFl...
by tbtcust
Tue Dec 08, 2009 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDate does not match format '%yyyy-%mm-%dd %hh:%nn:%s
Replies: 7
Views: 12525

Thanks for replying craig. I had the same concerns you mentioned in your reply so I delete all but one record from the file and have confirmed the data. Still receiving the message.

Any suggestions from anyone would be greatly appreciated.
by tbtcust
Tue Dec 08, 2009 12:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDate does not match format '%yyyy-%mm-%dd %hh:%nn:%s
Replies: 7
Views: 12525

StringToDate does not match format '%yyyy-%mm-%dd %hh:%nn:%s

Hi all. I am loading a DB2 table via the ODBC stage The source file is ascii text and the source field is varchar 255 The dates in the field are in yyyy-mm-dd format In the transformer stage I am using the following code: StringToDate(Trim(lk_SourceFile.DateFld),'%yyyy-%mm-%dd') The job fails with t...
by tbtcust
Tue Nov 03, 2009 2:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenate/append a single string that resides in one file.
Replies: 5
Views: 1520

Thank you ray. Since the Seq Stage can handle files patterns I thought there could be a solution.
by tbtcust
Tue Nov 03, 2009 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenate/append a single string that resides in one file.
Replies: 5
Views: 1520

Concatenate/append a single string that resides in one file.

Hello all. I need to concatenate/append a single string that resides in one file to every record in three separate text files. These three file have very similar names. I need to be sure that all records remain in their respective files. Is it possible to have one job handle all three files without ...
by tbtcust
Mon Jul 13, 2009 3:59 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Sources and Analysis Settings items are missing
Replies: 0
Views: 2159

I reread the original post and thought it was not clear. I want to created a host computer named TEST. When I navigate to do so, i.e., Home--> Configuration--> Sources--> Click On Host Computer Name I only see Home -->Configuration. The "Sources" selection is missing. This is a new install...
by tbtcust
Sun Jun 07, 2009 5:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Export/Importing environment variables on the admin client
Replies: 2
Views: 1706

Thank you. ray and chulett. That worked.
by tbtcust
Thu May 21, 2009 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scheduled dsexport.exe will not end
Replies: 10
Views: 5585

I'm sorry chulett. There is a key part I forgot to add to the original post. I am not signed on to IIS server when the job is started. It runs at 3 AM.

Any additional comments would be appreciated. Thanks.
by tbtcust
Wed May 20, 2009 12:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scheduled dsexport.exe will not end
Replies: 10
Views: 5585

Absolutely works for the whole project. I have been doing it at the command line for awhile now and just need to automate and schedule

I tried dscmdexport and it works at the command line but in a scheduled Sequence job I received a "failed to attach to project" message
by tbtcust
Wed May 20, 2009 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scheduled dsexport.exe will not end
Replies: 10
Views: 5585

Apologies. I omitted the fully qualified path for dsexport.exe and forgot the DataStage server name. For clarity I changed ProjectName.dsx to DSexportOuptputFileName.dsx D:\IBM\InformationServer\Clients\Classic\dsexport.exe /H=999.99.99.9:9080 /U=DsAdmin /P=pwrd DataStageServerName/ProjectName C:\My...
by tbtcust
Wed May 20, 2009 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scheduled dsexport.exe will not end
Replies: 10
Views: 5585

Thanks chulett. I'm trying to schedule this to run off hours when no one is using DataStage. Do you think this is possible?
by tbtcust
Mon May 18, 2009 12:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scheduled dsexport.exe will not end
Replies: 10
Views: 5585

Scheduled dsexport.exe will not end

I have scheduled a Sequence job that has an Execute Command Stage that runs the following command dsexport.exe /H=999.99.99.9:9080 /U=DsAdmin /P=pwrd ProjectName C:\MyFolder\ProjectName.dsx This job starts but never ends. The dsx file is created but no DataStage objects are sent to the output. DsAdm...
by tbtcust
Tue May 12, 2009 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deleting /tmp/* caused "score file deleted" warnin
Replies: 11
Views: 4221

Thanks chulett. This is very helpful