Search found 12 matches

by bangorlad@hotmail.com
Tue Nov 15, 2005 6:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database Security - Nt Athentication
Replies: 1
Views: 892

Database Security - Nt Athentication

Hi,
Is there any way a job can implement NT Authentcation rather than having to submit a username and password to access MS SQL Server?
Thanks.
by bangorlad@hotmail.com
Mon Oct 24, 2005 11:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: user defined sql not working
Replies: 3
Views: 1456

user defined sql not working

Hi, I have an odbc stage where I firstly want to delete records which are resident within the input based on a particular field and then insert them. The SQL is; DELETE FROM db_UK_Directory.dbo.tbl_Contact WHERE intOUID = intOUID; INSERT INTO db_UK_Directory.dbo.tbl_Contact(intOUId, vchrFunction, vc...
by bangorlad@hotmail.com
Wed Oct 19, 2005 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Probably very simple answer
Replies: 6
Views: 2186

Thanks, I will try some of those and get back to you.
by bangorlad@hotmail.com
Wed Oct 19, 2005 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Probably very simple answer
Replies: 6
Views: 2186

Probably very simple answer

hi, I'm sure there is a very simple answer to this but I am going to ask anyway. I have a comma delimited file which has five fields per line. However, on some lines several fields can be missing (even the commas) and the job won't run. This is what the job log tells me, 'A2000_PopulatePCMTable..PCM...
by bangorlad@hotmail.com
Thu Oct 06, 2005 3:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing .xls or .mdb files in a Unix directory
Replies: 18
Views: 9596

I think that you are missing the point battaliou. My remit is to transpose a host of dts packages from SQL Server into Ascential datastage. The reaoning behind this are a range of high level audit and securiity issues. I could also use a similar implementation as you are describing but this would be...
by bangorlad@hotmail.com
Wed Oct 05, 2005 9:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running sp's through SQL Server
Replies: 9
Views: 4214

Thank you, that was very helpful.
by bangorlad@hotmail.com
Wed Oct 05, 2005 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running sp's through SQL Server
Replies: 9
Views: 4214

You may have noticed that I am using a UNIX implementation of Datstage and do not have direct access to osql. Are you suggesting that I write a shell script that remotely calls a script on the database server that runs osql. If you could tell me how to do this and give me the code, I would be very g...
by bangorlad@hotmail.com
Wed Oct 05, 2005 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running sp's through SQL Server
Replies: 9
Views: 4214

Yes, I know that you can call an sp throuugh an ODBC stage but what if you just want the stage do conduct a piece of SQL work i.e truncate a table, drop a table, create a table, etc rather than using the sp to output data.
by bangorlad@hotmail.com
Wed Oct 05, 2005 5:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing .xls or .mdb files in a Unix directory
Replies: 18
Views: 9596

Thanks. I was just wondering whether it would be a sensible idea to have a section within the forum on known issues/things you can't do within the Datastage family of products. This would help people like me, who are fairly new to the application from spending hours searching for answers where there...
by bangorlad@hotmail.com
Wed Oct 05, 2005 4:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing .xls or .mdb files in a Unix directory
Replies: 18
Views: 9596

If the drivers are available to Ascential through DataDirect, why don't they port with Datastage? Datadirect have obviously seen the requirement as they wouldn't have bothered writing the sequelink drivers in the first place. Sorry, I am just a bit vexed that I and my colleague have to spend days tr...
by bangorlad@hotmail.com
Wed Oct 05, 2005 3:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running sp's through SQL Server
Replies: 9
Views: 4214

Running sp's through SQL Server

Does the stored procedure stage suepport SQL Server. The only database vendor I can access is ORACLE. If this is the case, is there any other way of running SQL without having to define any input or output.
by bangorlad@hotmail.com
Wed Oct 05, 2005 2:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing .xls or .mdb files in a Unix directory
Replies: 18
Views: 9596

Hi, I was just wondering if you managed to resolve your connection problems. I am having the same issues and have been trawling the web for an answer. The best I have come up with, are the Sequelink set of drivers from Datadirect (who actually provide the ODBC drivers for Datastage) but at quite a c...