Search found 82 matches

by gomez
Fri Jun 01, 2007 5:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ABAP Extract GUI
Replies: 6
Views: 3433

Launch install.exe from client folder of the SAP R/3 PACK for DataStage
by gomez
Thu May 31, 2007 4:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SAP R/3 - Win32 error in LoadLibrary of dsidoc.dll
Replies: 5
Views: 3052

Well I got help from Ascential support. Figured out dsidoc.dll depends on the existence of dsrpc32u.dll and dssapucum.dll which were not registered on my machine
Once I registered them, the jobs ran fine
by gomez
Wed May 30, 2007 11:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connecting to Designer - slow
Replies: 4
Views: 1779

I have WAS and IIS/DataStage on one server. The metadata repository is on SQL server 2005 and this resides on a different server. Will that be a cause? Operating system is Windows 2003 server for both the server machines.

Thanks
by gomez
Fri May 25, 2007 5:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connecting to Designer - slow
Replies: 4
Views: 1779

Connecting to Designer - slow

When I connect to Designer /Adminstrator or any DS client on 8.0.1, it takes a few minutes to autherniticate It is frustrating sometimes and we are not able to figure out why this takes a long time. This was not the case with 7.5 or earlier versions. We even tried turning off the virus check just to...
by gomez
Fri May 25, 2007 5:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Authentication problem in DataStage 8
Replies: 16
Views: 10191

Setting up a user in DataStage 8.0.1 involves the following 4 steps: (1) On the IIS Admin console, set the Suite Role for the user(eg Suite Administrator/ Suite User) as appropriate (2) On the IIS Admin console, set the Component Role for the user(eg DataStage and QualityStage User/Administrator etc...
by gomez
Mon May 21, 2007 11:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SAP R/3 - Win32 error in LoadLibrary of dsidoc.dll
Replies: 5
Views: 3052

SAP R/3 - Win32 error in LoadLibrary of dsidoc.dll

Hi: I have installed SAP PACK for R/3 for IIS 8.0.1 I have a job which reads from iDoc and writes to a sequential file The connection details to SAP are tested since I am able to fetch the metadata for iDoc However, When I run the job, I get the following error ds_loadlibrary: Win32 error in LoadLib...
by gomez
Wed Apr 25, 2007 10:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Authentication problem in DataStage 8
Replies: 16
Views: 10191

Which type of User registry are you using to authenticate - Internal User Registry/ OS Registry / LDAP ?

I used Internal User registry and had no problems loggin in. Did you configure the user through the IIS Admin console with the required privileges/ roles?


IHTH
by gomez
Wed Apr 25, 2007 10:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LDAP Security in IIS
Replies: 3
Views: 3080

LDAP Security in IIS

Hi: I am having problems configuring IIS to use LDAP registry. I have been following the Admin guide in setting this up. While install, the user registry is chosen to be OS registry. Then I configured LDAP security at the WAS administration console. I set up an user as Administrator, Confirgurator, ...
by gomez
Thu Apr 19, 2007 8:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file lookup fails - double quotes
Replies: 7
Views: 1851

Thanks chulett! I am using a Row merger stage in the job. Figured out just now that this is where the quote character was getting inserted. Instead of the default quote character " in the Format tab of Row merger, I now gave 000. And the hash file does not get any double quotes in the data. Tha...
by gomez
Thu Apr 19, 2007 6:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file lookup fails - double quotes
Replies: 7
Views: 1851

Yes, I compared using View Data option and I could see double quotes enclosing the varchar data (key) fields
by gomez
Thu Apr 19, 2007 5:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file lookup fails - double quotes
Replies: 7
Views: 1851

Thanks for the quick response! I am creating the hash file from a SQL 2000 table. There are a couple of active stages inbetween - Row merger and transformer. In the transformer, I use CRC32 function on the incoming record and load the keys and output of CRC32 function into the hash file. CRC32 colum...
by gomez
Thu Apr 19, 2007 5:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file lookup fails - double quotes
Replies: 7
Views: 1851

Hash file lookup fails - double quotes

Hi I have created a hash file with 6 columns as keys, 5 of them are of Varchar and 1 SmallInt. When I try to do the lookup using the hashfile, the lookup doesnt return any records even though there is a match from the source. I compared the data between the source sequential file and hash file. The ...
by gomez
Fri Mar 30, 2007 2:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert / Update records LDAP - DataStage v.8.0
Replies: 7
Views: 4490

Hi DSGuru2B. Can you please elaborate on your reply on having ADAM as "stand-alone" ?
by gomez
Thu Mar 29, 2007 1:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert / Update records LDAP - DataStage v.8.0
Replies: 7
Views: 4490

Thanks DSGuru2B for researching on this. I came to know we can do writes using ADAM. I am yet to read about it fully though.

I am not even sure right now if I can use SQL queries with ADAM or use command line functions to work. Has anyone come across this?

Appreciate any clue on this!

Thanks
by gomez
Thu Mar 29, 2007 11:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert / Update records LDAP - DataStage v.8.0
Replies: 7
Views: 4490

Insert / Update records LDAP - DataStage v.8.0

Hi: I read DataStage 8.0 services provides complete connectivity to LDAP http://www.dsxchange.com/viewtopic.php?t=96758&highlight=ldap Can someone please elaborate on that? Right now I am able to read data from LDAP. We are also looking at insert/updates on LDAP using DataStage. I still havent f...