Search found 281 matches

by snassimr
Sat Jun 25, 2005 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing SP wth routine
Replies: 6
Views: 1215

Executing SP wth routine

Hi !

I want to code in VB calling for SP from another server in MS SQL SErveer .

Thank you
by snassimr
Sat Jun 25, 2005 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File size
Replies: 14
Views: 4002

I don't succeed . I try with :

$INCLUDE SYSCOM FILEINFO.INS.IBAS
OPEN '','fff' TO fff
ELSE STOP 'CANT OPEN FILE'
PRINT FILEINFO(fff,FINFO$TYPE)

from help and get error with FILEINFO()

I need the information from DS via routine or somthiing
by snassimr
Thu Jun 23, 2005 3:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File size
Replies: 14
Views: 4002

I juct want to know the size I dont use it . I use Dynamic Hash File
by snassimr
Thu Jun 23, 2005 2:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File size
Replies: 14
Views: 4002

Hash File size

Hi !

Is there way to know hash file size (include its directories created by DS) from DS DEsigner or Manager or Director or Administartor ?
by snassimr
Thu Jun 23, 2005 2:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Runing On Several Tables
Replies: 7
Views: 1376

"scripting something to execute the sp "

How to do this ?
by snassimr
Wed Jun 22, 2005 4:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Runing On Several Tables
Replies: 7
Views: 1376

My sp Inserts one row into 5 table . Is there is way to call sp within VB code
by snassimr
Tue Jun 21, 2005 10:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Category and SubCategory
Replies: 6
Views: 1864

Thanks a lot
by snassimr
Tue Jun 21, 2005 10:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Category and SubCategory
Replies: 6
Views: 1864

Ok . But how to create Category in Category ... Name SubCategory. The second level in Category Hierarchy
by snassimr
Tue Jun 21, 2005 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Category and SubCategory
Replies: 6
Views: 1864

Category and SubCategory

I try to find out if I can to create Category in Category in Designer. I have many jobs and only one level of Categories not enouth for me .

Interesting to know if anybody have the same problem and how you have solved the issue.
by snassimr
Tue Jun 21, 2005 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Runing On Several Tables
Replies: 7
Views: 1376

Te sp will be invoked from batch . Is there is way to do it from Datastage ?
by snassimr
Tue Jun 21, 2005 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Runing On Several Tables
Replies: 7
Views: 1376

SQL Runing On Several Tables

Hi ! I have question . I have asked it before but havent got reasonable answer. After I run 5 Jobs with Sequencer . I want to Enter each of 5 Tables specific row with with specific key. I wrote sp but "Stored Procedure Stage" have to be with Output or Input Link and I want to run the sp an...
by snassimr
Thu Jun 16, 2005 10:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MS OLE DB Error
Replies: 1
Views: 779

MS OLE DB Error

Hi !

MS OLE DB stage I get Error :

JobName..JobStage(Transformer in my case): OutputLink:Array 9 has invalid row(s).

What does it mean ?
by snassimr
Tue Jun 14, 2005 12:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datetime and Timestamp
Replies: 5
Views: 1134

Yes . I see in DS that the column defined as Timestamp (Length - 23 , Scale 3) .

I build the Timestamp in format yyyy/mm/dd hh:nn:ss but it still doesnt work. I see that DS doesnt conveert it before entering it to target table as it happens with smalldatetime case
by snassimr
Tue Jun 14, 2005 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datetime and Timestamp
Replies: 5
Views: 1134

How I can to do cast ?
by snassimr
Tue Jun 14, 2005 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datetime and Timestamp
Replies: 5
Views: 1134

Datetime and Timestamp

Hi !

I use datetime type in SQL Server and in DS it defined as timestamp.
When i bring char that I used eirlier for smalldate time I get warning :

results of SQLColAttributes(CustBrthdate) gave MetaData mismatch
COLUMN.TYPE Expected = Timestamp Actual = Char

Any ideas ?