Search found 42189 matches

by chulett
Wed Jul 11, 2007 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File stage
Replies: 11
Views: 2800

How, exactly, are you "reading 4 files" in your Server job?
by chulett
Wed Jul 11, 2007 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert these character &#8356;,€,ß,â,ä,ü,û,&#368; in
Replies: 6
Views: 2275

The key is in your NLS_LANG (and probably LC_CTYPE) environment variable setting. In order for the conversion to happen properly, Oracle needs to know the source character set is different from its native character set. Otherwise, everything is moved over unconverted and thus can become invalid in t...
by chulett
Wed Jul 11, 2007 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML stage
Replies: 1
Views: 599

Have you read the 'XML PACK' pdf document in the Docs directory on your PC?
by chulett
Wed Jul 11, 2007 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Way to implement queries btw two different source systems
Replies: 5
Views: 1076

I personally would go for 'a' and have done so many times. Push back on the restriction that you are "not allowed" to create tables on the source. You should be using a 'connection account' to access the source, a functional user created specifically for your ETL processes and not an existing owner ...
by chulett
Wed Jul 11, 2007 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to delete a job?
Replies: 4
Views: 1138

Re: How to delete a job?

karthikgk0705 wrote:it gave error msg like "could not find exclusive log for the job"

Like but not exactly like. :?

The key, as noted, is to take the actual error message and search this site for it. You'll find plenty of references to it.
by chulett
Wed Jul 11, 2007 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Account is Locked
Replies: 6
Views: 3054

Well, I sincerely doubt that was the actual 'fix'. I'd wager that in the time it took to arrange and perform the DataStage bounce, the lock either resolved itself or a DBA on the other end of the Oracle alert logs resolved the problem for them.
by chulett
Tue Jul 10, 2007 11:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fetching two databases from single database Stage
Replies: 2
Views: 869

Only via the same mechanism you would use outside of DataStage - a dblink.
by chulett
Tue Jul 10, 2007 10:08 pm
Forum: General
Topic: web Services
Replies: 4
Views: 1310

From the way the original post is phrased, I'd make no assumptions about knowledge "about web services and services in general". Perhaps something like this would help someone get started.
by chulett
Tue Jul 10, 2007 1:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with timestamp
Replies: 16
Views: 7100

I've never heard of nor seen any such thing. A timestamp carried all the way through your job should not be an issue nor 'round up' in any fashion. But then I'm running 7.5.1A not 7.5.2 at the moment. Rather than continuing to chase the wild gooses, I'd suggest you contact your official support prov...
by chulett
Tue Jul 10, 2007 1:02 pm
Forum: General
Topic: Limiting access to only view the job log.
Replies: 10
Views: 2916

Ah... forgot about that little wrinkle. Usually that's considered a Bad Thing, but here... not so much. :wink:

'Super' Operator role, eh? Nice to know.
by chulett
Tue Jul 10, 2007 12:17 pm
Forum: General
Topic: Limiting access to only view the job log.
Replies: 10
Views: 2916

Such as?
by chulett
Tue Jul 10, 2007 12:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle - Upsert (Update then Insert)
Replies: 6
Views: 2176

Again, how many records are there total in your target file? I doubt it's getting 'hung up' but rather just taking a long time to perform a full table scan for each record. How long did you let it run before you decided it was stuck? Best at this point to enlist your DBA to either trace your session...
by chulett
Tue Jul 10, 2007 11:39 am
Forum: General
Topic: Limiting access to only view the job log.
Replies: 10
Views: 2916

You'll need to find some other mechanism to deliver log information to them, something other than Director as you've already noted. I don't believe there is any such mechanism built into the Client tools that would allow log looking but not job running.
by chulett
Tue Jul 10, 2007 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing bind variable to the SQL file in BEFORE SQL
Replies: 3
Views: 1383

You'd need to put the contents of the file there rather than the filename itself. Then a job parameter can be used for the #TABLE_NAME# in the DML if you like.
by chulett
Tue Jul 10, 2007 11:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: attaching MORE THAN ONE link to jOB ACTIVITY
Replies: 5
Views: 1505

Shouldn't be a problem. Are you sure you are dragging the link in the 'right' direction - from the Job Activity stage to the downstream stage?

What doesn't work about it, exactly? Is any error generated?