Search found 231 matches

by DS_SUPPORT
Mon Sep 16, 2013 10:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connector received Oracle error code ORA-1406
Replies: 14
Views: 20952

Hi Chulett,

In oracle database column size is [20][4] Number.

ArndW,
Currently i am using like that only.
by DS_SUPPORT
Fri Oct 26, 2012 1:29 am
Forum: General
Topic: Passing value to parameter
Replies: 3
Views: 1888

Call the routine using Routine Activity, and Introduce a Job Activity and call the actual job. The job activity will show all the available job parameters. For the parameter you are interested in, select the Routine Activity.$returnvalue
by DS_SUPPORT
Mon Sep 17, 2012 9:31 am
Forum: Site/Forum
Topic: My account expired -- Renewed but it didnt become effective?
Replies: 2
Views: 5679

Resolved, Sent a mail to membership.director@dsxchange.com and it was taken care.
by DS_SUPPORT
Mon Sep 17, 2012 8:38 am
Forum: Site/Forum
Topic: My account expired -- Renewed but it didnt become effective?
Replies: 2
Views: 5679

My account expired -- Renewed but it didnt become effective?

I renewed my membership last week, but it didn't become effective. Now my membership has expired. I have sent reminder mails to rick@dsxchange.net, but no response.

Any idea whom to contact, and how to proceed now?
by DS_SUPPORT
Mon Apr 16, 2012 9:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed Files Dictionary getting corrupted
Replies: 2
Views: 1857

Hashed Files Dictionary getting corrupted

In our project all the hashed files were created using Directory path option, and so all the hashed files were created in different directory apart from the project folder. Suddenly, we found out all the dictionary items (D_* files) were missing from the hashed file directory, and we have restored t...
by DS_SUPPORT
Wed Aug 24, 2011 6:24 am
Forum: General
Topic: Datastage Installation on OEL6 Linux but Project not created
Replies: 5
Views: 6422

We are installing 8.1 Version with NLS option enabled. We have inspected the Installation logs files. It shows some warnings related to NLS and the following error messages Aug 22, 2011 4:38:17 AM , INFO: com.ibm.is.install.core.DSUnixProcess IInstallCore90002:Command: sh nls.install, env = [ASBHOM...
by DS_SUPPORT
Tue Aug 23, 2011 3:48 am
Forum: General
Topic: Datastage Installation on OEL6 Linux but Project not created
Replies: 5
Views: 6422

Have anyone faced similar issues while installing IBM Information Server on OEL Linux OS Servers.. Please post your suggestions on this issue
by DS_SUPPORT
Tue Aug 23, 2011 3:26 am
Forum: General
Topic: Datastage Installation on OEL6 Linux but Project not created
Replies: 5
Views: 6422

Datastage Installation on OEL6 Linux but Project not created

We have installed Services and Metadata Repository on one Server. In this server the installation went fine without any issues. We installed ENGINE on another server. Installation completed successfully but the default project was not created. Also Projects folder was also not created under /ds1/pr...
by DS_SUPPORT
Tue Feb 08, 2011 2:41 am
Forum: General
Topic: Purpose of Telnet Service
Replies: 2
Views: 2875

Thanks Ray
by DS_SUPPORT
Mon Feb 07, 2011 9:20 pm
Forum: General
Topic: Purpose of Telnet Service
Replies: 2
Views: 2875

Purpose of Telnet Service

Our IT Team has raised some security concerns about the information published by TELNET banner. They want to know 1) What is the purpose of Telnet Service, Why it is required for IBM Infosphere Server? 2) Can we disable the Telnet Service in the Server? And My understanding on telnet Service is, it ...
by DS_SUPPORT
Thu Oct 21, 2010 10:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conversion of Timestamp field
Replies: 4
Views: 3134

Hi Ray,

For my Target i am using DRS stage,so i am using the meta SQL %DateTimeIn() ,which doesn't handle the microseconds part.

So we tried like %DateTimeIn()%Concat(Microseconds),but we got the error as "ORA-01849: hour must be between 1 and 12"
by DS_SUPPORT
Wed Oct 20, 2010 12:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conversion of Timestamp field
Replies: 4
Views: 3134

Conversion of Timestamp field

Hi,

can any one tell us how to covert a timestamp field which contains microseconds in it.

My input is coming as :25-MAY-10 01.19.11.968986 PM

we want Output in the format of 2010-05-25 13:19:11.968986

How to handle micro seconds conversion.
by DS_SUPPORT
Wed Feb 03, 2010 4:39 am
Forum: General
Topic: Replace space character with new line character in UNIX file
Replies: 3
Views: 2555

Just replace the space with Char(10), you will get your required output.

Code: Select all

Ereplace(MyString, " ", Char(10)) 
Or
Convert(' ',char(10),MyString) 
I didnt test this code, please do the required changes.
by DS_SUPPORT
Wed Jan 06, 2010 4:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To identify jobs in a project and not in another.
Replies: 5
Views: 3057

Get the jobnames from DS_JOBS from both the projects and compare it in excel or anyother tool. SELECT NAME FROM DS_JOBS WHERE NAME NOT LIKE '\\%'; You can use this query either in universe stage or you can use it in Administrator Command prompt directly. For saving the results from Adminstrator Comm...
by DS_SUPPORT
Sun Dec 27, 2009 11:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I remove numeric values from a string?
Replies: 4
Views: 2542

Welcome to Dsxchange.

You have posted the question in wrong forum, Please post it in correct forum to get appropriate answers.