Search found 42189 matches

by chulett
Fri Nov 14, 2008 11:33 am
Forum: General
Topic: Import data into MSAccess
Replies: 8
Views: 2143

As long as your sql is correct, it doesn't matter what your column names are in the stage. They usually match, of course, allowing the stage to generate the DML but with custom sql all things are possible. And since dashes are invalid in column names in a job, you don't have much choice there. Still...
by chulett
Fri Nov 14, 2008 10:58 am
Forum: General
Topic: Import data into MSAccess
Replies: 8
Views: 2143

Can you... quote the field names in your sql?
by chulett
Fri Nov 14, 2008 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where is a DS job stored in the unix server
Replies: 9
Views: 3408

No, because it won't help. There is no "script", everything is stored in database tables in the repository. You need to export/import job designs from a client PC to implement change management. Search the forums for "dscmdexport" and "dscmdimport" for previous conversations on the subject. Now, if ...
by chulett
Fri Nov 14, 2008 8:44 am
Forum: IBM QualityStage
Topic: How to contact IBM professional Help
Replies: 3
Views: 2037

Sure, but that depends entirely on what kind of support your company has purchased, if any. It could be with IBM directly or through a third-party. You need to ask your management.
by chulett
Fri Nov 14, 2008 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSADM user can not add projects
Replies: 11
Views: 2641

OK, what about Ray's query?
by chulett
Fri Nov 14, 2008 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fork failed
Replies: 4
Views: 2011

"Space" in a fork error is memory space, not scratch space. It could mean disk, however, if you ran out of swap space on the node. Check with a SysAdmin for the time the job ran.
by chulett
Fri Nov 14, 2008 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading a fixed widtjh file
Replies: 3
Views: 1150

AFAIK, you need to 'read' all columns, even the ones you don't 'need'. And make sure their 'Display' size is correct in the stage as that is what drives how many bytes it reads per record.
by chulett
Fri Nov 14, 2008 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML input and Output stages in PX
Replies: 8
Views: 5658

Sounds like you haven't setup the XPath Expressions correctly. How did you generate them? Manually or did you import the metadata from an xsd or dtd? How much XML experience do you have?
by chulett
Fri Nov 14, 2008 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: high availability for IIS 8.x?
Replies: 16
Views: 3810

Well... Disaster Recovery is different from High Availability. It's one thing to rebuild / transfer everything from one server to another (typically physically separated) to failing specific applications from one node of a cluster to another. You should be able to search for "high availability" as I...
by chulett
Thu Nov 13, 2008 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where is a DS job stored in the unix server
Replies: 9
Views: 3408

How about you tell us why you think you need to know this? What problem are you trying to solve that you think this information will help with?
by chulett
Thu Nov 13, 2008 11:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot create file
Replies: 2
Views: 1785

In other words, make sure you've specified a valid directory path and hashed file name, and that you have permissions to create files in that directory.
by chulett
Thu Nov 13, 2008 11:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: License issue: Connection issues related to licenses
Replies: 17
Views: 4847

If I knew that, I would have posted the answer. Perhaps wrong, but I'm assuming the process isn't the same anymore in the 8.x release, something I don't have access to. I'm sure someone else will wander along and help out. If no-one does, then open a case with your official support provider and post...
by chulett
Thu Nov 13, 2008 11:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchadmin dump commad
Replies: 2
Views: 3563

Re: Orchadmin dump commad

bikan wrote:I want to know that what is output of command which is getting returned to routine A.

Execute it yourself from the command line. You'll have your answer.
by chulett
Thu Nov 13, 2008 6:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer Restartability
Replies: 5
Views: 1289

This particular feature being discussed is at the Activity level in a Sequence job. For your other (unrelated) question, please start a new post here.