Search found 38 matches

by cnu
Fri Aug 01, 2008 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DatrTime in SQLSERVER
Replies: 13
Views: 4295

DatrTime in SQLSERVER

Hi:

I am gettting the date from source oracle as mm/dd/yyyy.
I need a same format in the target also.
In the target SQLServer we have Datetime.

Please let me know the conversion syntax in the transformer.

Thanks
cnu
by cnu
Fri Aug 01, 2008 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server name in Oracle enterprize stage
Replies: 6
Views: 2178

Server name in Oracle enterprize stage

Hi:
the error is select privileges.
I will work with DBA on that.

Thanks
cnu
by cnu
Fri Aug 01, 2008 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server name in Oracle enterprize stage
Replies: 6
Views: 2178

Server name in Oracle enterprize stage

Hi:
the error is select privileges.
I will work with DBA on that.

Thanks
cnu
by cnu
Thu Jul 31, 2008 12:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server name in Oracle enterprize stage
Replies: 6
Views: 2178

UserId and Password

Hi Thanks !!
Added the Server and specify the user name and passowrd also as user=user,password=password.It fail to connect when i click on View Data button.
But i am able to connect to the database by using same.
Is that way of passing user and password is correct.Please advice me.

Thanks
cnu
by cnu
Thu Jul 31, 2008 11:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server name in Oracle enterprize stage
Replies: 6
Views: 2178

Server name in Oracle enterprize stage

Hi: I am using the Oracle enterprise stage tp read the daya from Oracle database.I am wondering where can give the server name in the stage. In the properties tab there is DB Options and DB Options mode. I am using the Userdefined SQL option. In DB Option there is User and password only to enter. Wh...
by cnu
Tue Jul 29, 2008 2:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Target table is Sql Server
Replies: 2
Views: 1747

Target table is Sql Server

Hi:
Target stage Database is SQL Server.
I did't find the SQL server stage in Datastage7.5 Version.
Please let me know which stage can i use to load the data in the target table.

Thanks in Advance
Cnu
by cnu
Thu Jul 24, 2008 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error occurred in call to ORPHCallActivePluginInitialize().
Replies: 1
Views: 3856

Error occurred in call to ORPHCallActivePluginInitialize().

Hi :

I am using the Storedprocedure stage between the transformer and join stage.
Calling the stored procedure,while running it giving a following error.

Error occurred in call to ORPHCallActivePluginInitialize().

Thanks in advance
cnu
by cnu
Wed Jul 23, 2008 1:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date to the timestamp
Replies: 6
Views: 1298

Hi:
The problem is resolved.

Thanks
cnu
by cnu
Wed Jul 23, 2008 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date to the timestamp
Replies: 6
Views: 1298

Hi:
Thank for quick response.

Source is Sequential file,target is sybase.
Target column defiend as timestamp.

Thanks
cnu
by cnu
Wed Jul 23, 2008 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date to the timestamp
Replies: 6
Views: 1298

Hi:
Thank for quick response.

Source is Sequential file,target is sybase.
Target column defiend as timestamp.

Thanks
cnu
by cnu
Wed Jul 23, 2008 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date to the timestamp
Replies: 6
Views: 1298

Date to the timestamp

Hi:

Date is coming like 5/10/2008 from the source.in the target has a column as timestamp .
But my requirement is load the date which is coming from the source 5/10/2008 to the target.Can you let me know how i can transfer in the transformer.

Thanks
cnu
by cnu
Sun Jul 20, 2008 7:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job need to run hourly schedule
Replies: 10
Views: 8035

Re: Datastage job need to run hourly schedule

Hi Craig Hulett :

For the scheduling Job from the director cron and cron tab is required right?

Thanks
cnu
by cnu
Sat Jul 19, 2008 1:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting date from dd/mm/yy to yyyy/mm/dd in parallel
Replies: 5
Views: 1577

Re: Converting date from dd/mm/yy to yyyy/mm/dd in parallel

Hi:

I want 19 when year from source is 99,98,90 etc.when ever sourc year is
08,07,03 etc it should pass 20 .

Please how can i resolve this requiremt.

Thanks
cnu
by cnu
Sat Jul 19, 2008 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert and update the data in the sqlserver200 table
Replies: 3
Views: 1240

Insert and update the data in the sqlserver200 table

Hi: I am loading the data from flat file and load the data in sqlserver target table. My requirement is insert the record,if already record is there uodate the record without duplicate inserting or record. Which stage can use in the target side.Database is sqlserver. And please let me know which opt...