Search found 12 matches

by BIDSDEV
Tue Feb 19, 2013 2:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to LDAP
Replies: 16
Views: 11107

Hi All,

It looks the actual problem is with the URL i am using in the code , with the same code after replacing the URL with its IP address problem is resolved and i can connect as many times as required

Thank you so much for the suggestions

Regards
Aj
by BIDSDEV
Fri Feb 15, 2013 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to LDAP
Replies: 16
Views: 11107

Hi Ernie, This is our First Java program that we are calling from DataStage I tried searching your blog, to find a sample code that connects to Active directory , but couldn't find it Can you please guide me to find the sample code for AD When i say it works sometimes- It happened to me that when we...
by BIDSDEV
Fri Feb 15, 2013 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to LDAP
Replies: 16
Views: 11107

Hi All, With the help from one of my Java associate , we have managed to get the Java code to connect to Active Directory. Below is the code which tests the connection to Active Directory import java.util.Hashtable; import javax.naming.Context; import javax.naming.NamingException; import javax.namin...
by BIDSDEV
Tue Dec 18, 2012 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output Generation
Replies: 4
Views: 1894

Hi All,

I managed to sort this requirement by using Looping in Transformer stage

I did pivot the source data using Transformer and then created the XML in normal method

Thanks Ernie for your reply


Regards
Aj
by BIDSDEV
Thu Dec 13, 2012 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output Generation
Replies: 4
Views: 1894

Hi Ernie, Thanks for the reply Just for clarification, do you want me to pivot the data before loading into XML Also my target XML structure doesn't look like it is repeating in proportion to number of Accesory elements Please let me know if we have any other way to handle this ( I will pivoting opt...
by BIDSDEV
Thu Dec 13, 2012 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output Generation
Replies: 4
Views: 1894

XML Output Generation

Hi All, Below is our Source REFERENCE MODELCODE OPTIONCODE Acc1 Acc2 AUDA11001 8X1AA4 4025100 YES-A-B YES-1-2 AUDA11002 8X1ABC 4025200 NO-C-D YES-3-4 Below is our Target XML <?xml version="1.0" encoding="UTF-8"?> <body> <vehicle> <specifications> <REFERENCE>AUDA11001</REFERENCE> ...
by BIDSDEV
Fri Dec 07, 2012 9:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to LDAP
Replies: 16
Views: 11107

Thanks Mike

I will speak to my LDAP admin on Monday.

I will also try for other means of solving this

Can I get any suggestion to deal this comfortably

( I was given a suggestion to use Java class, but I don't have any experience in writing that Java class )


Regards
Aj
by BIDSDEV
Fri Dec 07, 2012 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to LDAP
Replies: 16
Views: 11107

Hi Mike,

Thanks for the reply

Can you please let me know from where can i get third party ODBc driver (Do I need to get that from LDAP admin )

Thanks
by BIDSDEV
Fri Dec 07, 2012 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to LDAP
Replies: 16
Views: 11107

Hi All, I found the below ways to connect to "LDAP" and fetch files 1. Use a third-party ODBC driver to access your LDAP server 2. Use a Java Stage in the Designer client to use Java Naming and Directory Interface (JNDI) to pull data from the LDAP enabled directories. The Java Stage is par...
by BIDSDEV
Thu Dec 06, 2012 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to LDAP
Replies: 16
Views: 11107

Hi All, sorry for delay in response Actually i didn't find a resource from client side who can help me with this task Unfortunately i couldn't get any Java resource to get this right. ( My lack of Java experience is also closing the doors) I was looking at some of the older posts and they refer to u...
by BIDSDEV
Thu Nov 29, 2012 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to LDAP
Replies: 16
Views: 11107

Hi Vinod,

Thanks for the message.

I don't have any of the below details apart from leap user name and password

I have also never used Java client

Do we need to install any Java packages in this

Regards
Ram
by BIDSDEV
Thu Nov 29, 2012 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to LDAP
Replies: 16
Views: 11107

Connecting to LDAP

Hi All, We have a requirement to get data from LDAP server via Datastage. What are the steps that needs to be followed to get data from LDAP? Is there any plug in in Datastage 8.7 for this task I have gone through some of the posts here and couldn't get much out of them Can you please guide me Regar...