Search found 12 matches

by sree569
Tue Aug 30, 2011 7:24 am
Forum: General
Topic: Exporting a project at job level in DS 8.1
Replies: 1
Views: 1253

Exporting a project at job level in DS 8.1

Hi All, I am trying to export a project by job level. And I using the below command but its exporting all the dependent items, executables etc for a job. "c:\ibm\InformationServer\Clients\Classic\dsexport.exe" /d=server /u=userid /p=password /h=hostname /EXEC /JOB=jobname projectname jobna...
by sree569
Fri Feb 26, 2010 1:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Segmentation Fault - core dumped
Replies: 3
Views: 2680

Yes ArndW, I have connected to sql server before from datastage and was running some of my jobs.

I have created a new job to pull data for a table in the same server and its giving the above mentioned error
by sree569
Fri Feb 26, 2010 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Segmentation Fault - core dumped
Replies: 3
Views: 2680

Segmentation Fault - core dumped

Hi,

I am getting following error while connecting to Sql server fron Datastage.

'Segmentation Fault - core dumped'

Can you please let me know if you have faced this issue before.

Any help is greatly appreciated.

Thanks
Sree
by sree569
Tue Oct 21, 2008 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to get the count from the inputlink
Replies: 9
Views: 2782

Need to get the count from the inputlink

Hi,

I need to find the count of the records from the source Oracle stage which has SQL query in it.

Can we get any thing like to get count from the link.

Thanks for your help.

Sree
by sree569
Thu Aug 28, 2008 9:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicated key records from reference link
Replies: 1
Views: 1400

Duplicated key records from reference link

Hi, I have a primary i/p and reference i/p. both of them has same 2 key columns ex: primary Col1 Col2 Col3 1 A 123 1 B 456 1 C 768 1 D 345 Reference Col1 Col2 Col4 1 A XXX 1 B YYY 1 B ZZZ 1 C DDD o/p should be as Col1 Col2 Col3 Col4 1 A 123 XXX 1 B 456 YYY 1 B 456 ZZZ 1 C 768 DDD 1 D 345 Any help is...
by sree569
Mon May 12, 2008 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to connect MS access tables from datastage server editio
Replies: 6
Views: 4497

Hi Ray,

Thanks for your info. But when i use the ODBC stage in server jobs,what username/pwd do i need to specify..is it the servername userid.pwd or ms access DB username/pwd to access those tables.

Thanks
by sree569
Mon May 12, 2008 12:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to connect MS access tables from datastage server editio
Replies: 6
Views: 4497

How to connect MS access tables from datastage server editio

Hi All,

I have a job where I need to connect to the MS access tables in a different server and they are stored in a perticular folder in that server.
They are in .mdb format.

May I know if we can access them in any why using any of the stages.

Thanks for your help in advance.
by sree569
Tue Feb 19, 2008 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting start date and end date
Replies: 4
Views: 2165

Hi ray,

Thanks for your reply,but i can see only DSJobStartTimestamp for start date but i didnot find any for endtimestamp

Does any one know how to get only the end date for a job as timestamp

Thanks
by sree569
Mon Feb 18, 2008 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting start date and end date
Replies: 4
Views: 2165

getting start date and end date

Hi all,

I have a job,and i need to find the start date and end date of that job.
Means start date is for when the job has begun and end date is for when it completed.and i need these as 2 different coulmns.Could any one help me on this.

Thanks
For your help in advance.
by sree569
Thu Nov 29, 2007 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BLOB data getting truncated at the target
Replies: 4
Views: 2241

I should create a target table having blob and how can i do that in pl/sql
Can you please help me out in this

Thanks
Sree
by sree569
Thu Nov 29, 2007 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BLOB data getting truncated at the target
Replies: 4
Views: 2241

how can i solve

Is there any way that i can do it to get the data from source having blob fied to target of bolb field
by sree569
Wed Nov 28, 2007 1:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BLOB data getting truncated at the target
Replies: 4
Views: 2241

BLOB data getting truncated at the target

Hi All, I have one of my source column as BLOB and as oracle doesnt support BLOB i have used ODBC stage for both source and target and i need to bring the record from source to target.When I ran the job i am getting so many warning msgs as DSD.BCIGetNext call to SQLFetch returned informational messa...