API datastage Python

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
thurmy34
Premium Member
Premium Member
Posts: 198
Joined: Fri Mar 31, 2006 8:27 am
Location: Paris

API datastage Python

Post by thurmy34 »

Hi
I try to use python with datastage.
I found this link https://github.com/reijnnn/IBM-DataStage-API.
I can't connect to datastage not matter what i tried.Error 80011 wrong password
Do you have any advice ?
Thank you
Hope This Helps
Regards
jhmckeever
Premium Member
Premium Member
Posts: 301
Joined: Thu Jul 14, 2005 10:27 am
Location: Melbourne, Australia
Contact:

Post by jhmckeever »

Hi thurmy34,

Can you tell us which example you're trying? What version of Python are you using? Can you show us the traceback in case that helps point the way?

Your best initial resolution might come from raising an issue on the library, if you think that might be in error:
https://github.com/reijnnn/IBM-DataStage-API/issues

J.
Last edited by jhmckeever on Sun May 17, 2020 7:28 am, edited 1 time in total.
<b>John McKeever</b>
Data Migrators
<b><a href="https://www.mettleci.com">MettleCI</a> - DevOps for DataStage</b>
<a href="http://www.datamigrators.com/"><img src="https://www.datamigrators.com/assets/im ... l.png"></a>
thurmy34
Premium Member
Premium Member
Posts: 198
Joined: Fri Mar 31, 2006 8:27 am
Location: Paris

Post by thurmy34 »

Hi
I tried the first one get_projects_list.
My version is
Python 2.7.5 (default, Jun 11 2019, 14:33:56)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-39)] on linux2

On windows it works ...

Thanks.


[/code]
Hope This Helps
Regards
Post Reply