Search found 194 matches

by thurmy34
Tue Jun 16, 2020 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status compiled
Replies: 1
Views: 10846

Status compiled

Hi all
I would like to know if any of you have had the following problem :
Sometimes some jobs (after an execution ok) have their status returns to compiled.
We have to do a clear status to solve the issue.
Thank you
by thurmy34
Sun May 17, 2020 2:54 am
Forum: General
Topic: API datastage Python
Replies: 2
Views: 11903

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]
by thurmy34
Sun May 10, 2020 5:19 am
Forum: General
Topic: API datastage Python
Replies: 2
Views: 11903

API datastage Python

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
by thurmy34
Wed Jan 29, 2020 12:52 am
Forum: General
Topic: Job aborting due to empty parameters from sequence
Replies: 3
Views: 11890

Hi,

Sorry for the delay, I missed the notification.
Your answer is the one that i was afraid of, even if my previous post was incomplete.

We have two behaviours:

1) Relaunch ok without any actions
2) Relaunch ok after a clear status of the aborted instance

Thank you.
by thurmy34
Thu Jan 23, 2020 4:13 am
Forum: General
Topic: Job aborting due to empty parameters from sequence
Replies: 3
Views: 11890

Job aborting due to empty parameters from sequence

Hi,

When calling a parallel job from a job sequence, sometimes the job fails because its parameters are empty. The job sequence and the parallel job are multi-instanced.

When we try again it works.
by thurmy34
Wed Dec 25, 2019 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connector Oracle Error
Replies: 7
Views: 7080

Hi
The mydate column is a date.
The select was launched with sqldeveloper.
Thanks
by thurmy34
Thu Dec 19, 2019 1:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connector Oracle Error
Replies: 7
Views: 7080

The following sql

Code: Select all

select ID,TO_CHAR(MYDATE, 'DD/MM/YYYY hh24:mi:ss'),cast(MYDATE as timestamp) from MYTABLE where ID=1
gives this

Code: Select all

1	00/01/3948 00:00:00	31/12/47 00:00:00,000000000
Like I said i'm using RCP so i don't declare any datatypes
by thurmy34
Wed Dec 18, 2019 5:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connector Oracle Error
Replies: 7
Views: 7080

In fact the problem comes from a fals date (00/01/3689) in a timestamp column.
To handle that i have to declare the column in varchar(10).
Thanks
by thurmy34
Mon Aug 12, 2019 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inserting decimal in Postgresql
Replies: 0
Views: 3036

Inserting decimal in Postgresql

Hi We can't insert values in decimal (numeric) columns in a postgresql database using datastage. Via ODBC we have this error ODBC_NOMTABLE,0: ODBC function "SQLExecute" reported: SQLSTATE = 22018: Native Error Code = 0: Msg = [IBM (DataDirect OEM)][ODBC PostgreSQL Wire Protocol driver]Inva...
by thurmy34
Mon Aug 12, 2019 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Postgresql JDBC
Replies: 2
Views: 3701

Hi,
The class_names for POSTGRESQL is org.postgresql.Driver.
I'm using the driver postgresql-42.2.6.jre6.jar.
Regards
by thurmy34
Mon Aug 12, 2019 2:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Postgresql JDBC
Replies: 2
Views: 3701

Postgresql JDBC

Hi
I would like to use the jdbc connector with postgresql.
I have dwonloaded the jdbc driver (postgresql-42.2.6.jar)
I know i have to fill the fill isjdbc.config but i don't know how (CLASS_NAMES part)

Thank you.
by thurmy34
Sun Jun 23, 2019 10:15 am
Forum: General
Topic: Check in datastage
Replies: 14
Views: 24359

Hi
You can manually lock and unlock them yourself --> Can you tell me more about this ?
Thanks
by thurmy34
Sat Jun 22, 2019 6:49 am
Forum: General
Topic: Check in datastage
Replies: 14
Views: 24359

Hi UCDI
To be honest with you i don't understand your answer.
What is DS Locking ?
Thanks
by thurmy34
Sun Jun 16, 2019 9:19 am
Forum: General
Topic: Check in datastage
Replies: 14
Views: 24359

Hi
What do you think of using the C API (DSLockJob)?
Regards.
by thurmy34
Tue Jun 11, 2019 5:15 am
Forum: General
Topic: Check in datastage
Replies: 14
Views: 24359

Hi
We are using gitlab as cvs.
What we want do to is locked the job even nobody is on it in a client.
Thank you.