Search found 221 matches

by VCInDSX
Fri Sep 07, 2007 9:48 am
Forum: General
Topic: XML Metadata Import Error in Multiclient Environment
Replies: 2
Views: 1526

XML Metadata Import Error in Multiclient Environment

I thought this might be helpful for anyone who might run into this issue in the future. I had 7.5.2 designer in my desktop and worked on XML Output jobs with no issues while using the XML Metadat importer Recently I happened to install 8.0.1 client on this same box and therefore got the multi-client...
by VCInDSX
Fri Sep 07, 2007 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output format problem
Replies: 5
Views: 3151

The first expected xml output file generated from xmlspy tool with 2 input records. i.e. for 1st sale_date it generate 2 Lineitem and for 2nd sale date it generate 2 Lineitem. My output should look like this format. But from datastage xml output stage, I am able to generate incorrect format, Please...
by VCInDSX
Thu Sep 06, 2007 12:00 pm
Forum: General
Topic: Not able to view the jobs list under the job category
Replies: 4
Views: 2273

Just i am able to see Jobs and under it i am not able to view the list. You mean, you are able to see a folder called "Jobs" but not the actual jobs that you have created...... Was this working before? What are the changes that happened in the Server/Client? (Upgraded, Migration, Cleanup ...
by VCInDSX
Thu Sep 06, 2007 11:26 am
Forum: General
Topic: Not able to view the jobs list under the job category
Replies: 4
Views: 2273

Are you able to view the jobs in the tree when you do a "File/Open" (to open existing jobs) or when you create a new job and do a "File/Save"?
by VCInDSX
Thu Sep 06, 2007 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What does a generic job exactly means?
Replies: 7
Views: 2873

From your description, i believe your "Original Designers" wanted to have one-job-does-all solution. If you do a search on Runtime column propagation you will find a wealth of threads on this topic. I have pulled a few from my notes (when i was looking for similar information a few weeks a...
by VCInDSX
Thu Sep 06, 2007 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in transformer stage during compilation
Replies: 3
Views: 2469

Hi, There are variants of this issue in the other threads. I had some of these errors on a New 8.0.1 Windows Datastage server http://www.dsxchange.com/viewtopic.php?t=112487 Could you review your Compiler settings on the server and post here? Items of interest would be APT_COMPILEOPT APT_LINKOPT I s...
by VCInDSX
Wed Aug 29, 2007 11:07 am
Forum: Site/Forum
Topic: Type Conversations or Conversion in Tutorial Title
Replies: 0
Views: 2388

Type Conversations or Conversion in Tutorial Title

Hi Group, I wanted to checkout the Videos in the Learning Center and while scrolling through the table of contents in the following page http://www.dsxchange.com/learningcenter/premium.php i came across the following item " Type Conversation " in the Modify Stage Tutorial. Is the word &quo...
by VCInDSX
Wed Aug 29, 2007 9:08 am
Forum: General
Topic: Joiner, union etc
Replies: 10
Views: 4418

Ah... so, if I do continue using Server jobs, I'll have to code my subroutines. And these transformations will be available in Parallel jobs. Can I run Parallel jobs on my local machine (containing Source, Datastage, Target)? Well, as long as you have Enterprise Edition Server and you can create pa...
by VCInDSX
Wed Aug 29, 2007 8:31 am
Forum: General
Topic: DSSetServerParams parameters in V 8
Replies: 0
Views: 1612

Hi Group, Got a response from IBM Support group this morning. In case anyone else runs into this issue.... I saw a few posts where there were queries about specifying port numbers while connecting.... In 8.0.1, the DSSetServerParams call parameters are (domain, username, password, server). Username ...
by VCInDSX
Tue Aug 28, 2007 1:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error in DataMigration job type
Replies: 1
Views: 839

To give an update on this one, a fix suggested by support was to change the compiler options as given below Change APT_COMPILEOPT from -W/TP -W/EHa -DAPT_USE_ANSI_IOSTREAMS -c -W/Zc:wchar_t- to -W/TP -W/EHa -DAPT_USE_ANSI_IOSTREAMS -c and APT_LINKOPT from -s -W/dll -W/base:0x50000000 -W/Zc:wchar_t- ...
by VCInDSX
Fri Aug 24, 2007 3:03 pm
Forum: General
Topic: Difference between DataStage7.5X2 and 8.0
Replies: 2
Views: 1541

Re: Difference between DataStage7.5X2 and 8.0

Hi Arun,
You have a wealth of information in one of the earlier posts by vmcburney on this one. You should be able to get more with a search.
viewtopic.php?t=107277

Thanks and good luck
by VCInDSX
Thu Aug 23, 2007 5:50 pm
Forum: General
Topic: Handling Business Rules Metadata in Datastage
Replies: 2
Views: 4491

Handling Business Rules Metadata in Datastage

Hi Group, Being a novice to Datastage I have benefited a lot from this site and the various topics being discussed here. Thanks for the good work. So far, I have worked on the XML Pack of Datastage in generating XML files out of Database tables. I have tried a few test applications that read from fl...
by VCInDSX
Thu Aug 23, 2007 12:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xml Validation in XML Input Stage against a given schema
Replies: 7
Views: 4790

Also in the "Validation Settings" tab make sure you enable "Log Reject errors" and in the "Validation Error Mappings", select "Reject" for "Fatal" and "Error" types. This sends the error messages to the log. Please download and refer the &q...
by VCInDSX
Thu Aug 23, 2007 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xml Validation in XML Input Stage against a given schema
Replies: 7
Views: 4790

Re: Xml Validation in XML Input Stage against a given schema

Hi harshada, Did you try adding the schemaLocation to the header? xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:defns="http://tempuri.org/sdnList.x...
by VCInDSX
Wed Aug 22, 2007 3:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error in DataMigration job type
Replies: 1
Views: 839

Compilation error in DataMigration job type

Hi, This is my first attempt at a parallel job to load data and this is a new Datastage 8.0 server on Windows. I am trying to load a flat file into a database table in a Parallel job. Before doing that I wanted to try loading this into a Dataset. I picked "Data Migration Job" and provided ...