Search found 21 matches

by yashwin.yaskhi
Wed Jan 13, 2010 6:17 am
Forum:
Topic: Exporting/Importing Operational Metadata
Replies: 5
Views: 3351

Hi Ernie, Thanks for the elaborate explanation. However, I still request for one small clarification from you. Suppose in the first production server, I generate OMD. (They will be stored in IBM\InformationServer\ASBNode\conf\etc\XmlFiles) Now, logging into second production server, is there a way I...
by yashwin.yaskhi
Wed Jan 13, 2010 1:19 am
Forum:
Topic: Exporting/Importing Operational Metadata
Replies: 5
Views: 3351

Thanks Ernie and Ray!
Is istool utility available in 8.0.1 version?
by yashwin.yaskhi
Tue Jan 12, 2010 7:10 am
Forum:
Topic: Exporting/Importing Operational Metadata
Replies: 5
Views: 3351

Exporting/Importing Operational Metadata

Hi all, Can anyone help me how to export operational metadata from 1 environment and import into another. The use case is this: In production we are implementing a 2nd LPAR on 1 of our 2 production machines. On this LPAR we will install a separate instance of x-meta. This 2nd LPAR will have the Meta...
by yashwin.yaskhi
Wed May 02, 2007 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Controller Problem
Replies: 1
Views: 1028

Controller Problem

Hi everyone, Since two days, my scheduled job is throwing this kind of strange error message: JobControl (): Controller problem: Error calling DSSetParam(JobRunDate), code=-4[ParamValue/Limitvalue is not appropriate] The reason I said strange because, it never threw this error and I have not changed...
by yashwin.yaskhi
Wed Apr 04, 2007 5:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Server Backup
Replies: 1
Views: 1158

DS Server Backup

Hi,

Is there a possibility that I can automate a DS job which runs a unix command to back up the DS server. I would like to know if theres a command to back up the DS server. Can anyone help me?

Thanks in advance
by yashwin.yaskhi
Tue Apr 03, 2007 11:19 am
Forum: IBM QualityStage
Topic: DS Job Abort
Replies: 1
Views: 1426

DS Job Abort

Hi,

Today morning, I found one of the scheduled jobs get aborted due to the following error:

Unexpected termination by Unix signal 9(SIGKILL)

Can anyone help me fix this?

Thanks,
by yashwin.yaskhi
Mon Apr 02, 2007 6:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Stage
Replies: 2
Views: 1311

Thanks a lot Chulett, I will refer that document.
by yashwin.yaskhi
Mon Apr 02, 2007 3:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Stage
Replies: 2
Views: 1311

XML Stage

Hi,
Can anyone please explain how I can tranform an .xml source file data into odbc database. This is the first time I am using xml source files. I am not sure which transformer to use. Can anyone suggest me how to pick up the xml source file. using folder or sequential file or XML input?

Thanks
by yashwin.yaskhi
Wed Mar 28, 2007 6:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling XML files using DataStage/RTI
Replies: 6
Views: 5100

Craig,

There is no specific rule that I must XML transformer stage. What is the disadvantage if I use that stage.

I tried dragging a link from XML Transformer stage to the database stage, but XML transformer stage has output settings tab where I can choose only from URL/file path or Text.

Thanks
by yashwin.yaskhi
Wed Mar 28, 2007 3:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling XML files using DataStage/RTI
Replies: 6
Views: 5100

Craig,

I mean in the XML transformer stage, I do not see any option to output it to a database. I see only output to a file here. We are using Netezza database. Hope this cleared your question.

Thanks for the reply
by yashwin.yaskhi
Wed Mar 28, 2007 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling XML files using DataStage/RTI
Replies: 6
Views: 5100

Handling XML files using DataStage/RTI

Hi All, I have a requirement where I need to implement a bi-directional data integration using parallel job. I get time clock data from the source in XML format. This should be transformed and loaded in our database. Again, any changes in this time clock data should captured from our database and ou...
by yashwin.yaskhi
Mon Mar 19, 2007 7:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Handling Properties
Replies: 1
Views: 5177

Null Handling Properties

Hi, I am trying to import data from source and write to a sequential file using parallel job. The source columns have nullable fields. I am getting the following warnings: 1) When checking operator: When validating export schema: At field "SLM_SLS_DLRS": Exporting nullable field without nu...
by yashwin.yaskhi
Fri Mar 09, 2007 1:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running Perl Scripts?
Replies: 1
Views: 1058

Running Perl Scripts?

Can we run Perl Scripts from DataStage Parallel Job(Before/After Sub-routine)?

Thanks in Advance,
by yashwin.yaskhi
Tue Feb 27, 2007 4:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Renaming a File with Current Date
Replies: 6
Views: 2340

Aparna, Thanks for your reply but let me be very clear this time. See, My Datastage job has a target which creates an external table. For your ref: create external table DB..Emp SAMEAS DB..Emp_v USING (DATAOBJECT ('/nz/hrms/data/target/Emp.txt') COMPRESS FALSE FORMAT 'text' DELIMITER '|' ); Now this...
by yashwin.yaskhi
Tue Feb 27, 2007 3:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Renaming a File with Current Date
Replies: 6
Views: 2340

And to be more precise, I am not using the command directly in unix client.
I using that command in a shell script which is placed in after-job sub routine of my ETL job