Search found 53125 matches

by ray.wurlod
Tue Mar 19, 2013 2:40 am
Forum: General
Topic: Unlocking the datastage jobs
Replies: 16
Views: 7028

Log out the Designer session and wait. The lock will be cleaned up after a short while (maybe as long as 15 minutes).
by ray.wurlod
Tue Mar 19, 2013 2:39 am
Forum: General
Topic: Login Problem
Replies: 7
Views: 6902

What do you infer from the first "paragraph" of the error message? Everything you need to diagnose this one is there.
by ray.wurlod
Tue Mar 19, 2013 2:37 am
Forum: General
Topic: Controlling the execution of Jobs in Datastage Sequence
Replies: 6
Views: 1893

The specification was that "only one country will be processed at a time".

While that does not invalidate your design, you've over-fulfilled the requirement.
by ray.wurlod
Mon Mar 18, 2013 8:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to change metadata datatype in Job using RCP
Replies: 1
Views: 1264

You cannot make any change without naming the column involved. That does not preclude you from using RCP for other columns, of course. If the data type change can be implicit, then a Copy stage is the simplest solution. If you want a more generic design, make use of the fact that a specification in ...
by ray.wurlod
Mon Mar 18, 2013 8:53 pm
Forum: General
Topic: XML Input Stage Error
Replies: 5
Views: 1162

Learning Tip

When diagnosing look on both sides of where the error is actually reported.
by ray.wurlod
Mon Mar 18, 2013 8:49 pm
Forum: General
Topic: Controlling the execution of Jobs in Datastage Sequence
Replies: 6
Views: 1893

Code: Select all

Nested Condition  ---->  JobA1
#jpCountry# = "A1"

Nested Condition  ---->  JobA2
#jpCountry# = "A2"
Even if the job is multi-instance it can be called from different Job activities with different invocation IDs - possibly the country.
by ray.wurlod
Mon Mar 18, 2013 3:16 pm
Forum: General
Topic: XML Input Stage Error
Replies: 5
Views: 1162

Seems to me the heart of your problem is
A '<' character cannot be used in attribute 'xmlns:ns2', except through <
by ray.wurlod
Mon Mar 18, 2013 3:15 pm
Forum: General
Topic: Send email while rejecting Records
Replies: 16
Views: 3415

That's why I took the approach that I described (it works in both server and parallel jobs).
by ray.wurlod
Mon Mar 18, 2013 3:14 pm
Forum: General
Topic: QC database
Replies: 12
Views: 2027

If you have an ODBC driver for QC, then the ODBC Connector stage would be favourite. If not, then you probably have to either create your own stage, or have the database dump data in some flat file format that you can read with Sequential File stage.
by ray.wurlod
Mon Mar 18, 2013 3:11 pm
Forum: General
Topic: Controlling the execution of Jobs in Datastage Sequence
Replies: 6
Views: 1893

Only ever one country, or possibly both? Either way you set up parameter(s) in the sequence to specify which country/countries, and use trigger expressions - possibly in Nested Condition activities - to specify what is to occur. Is there any dependency (for example country A2 runs only after country...
by ray.wurlod
Mon Mar 18, 2013 1:15 pm
Forum: General
Topic: Password Encryption and Decryption in Datastage
Replies: 1
Views: 2331

No.

By default encrypt uses AES-128 encryption. With the kind of hardware DataStage runs on, you'd need centuries to crack these.
by ray.wurlod
Mon Mar 18, 2013 3:38 am
Forum: General
Topic: looping jobs
Replies: 13
Views: 3119

You need to test this within the loop, or construct a list based on the status before entering the loop.
by ray.wurlod
Mon Mar 18, 2013 3:37 am
Forum: General
Topic: give a variable as end parameter in loop start activity
Replies: 6
Views: 1564

Have the server job place the value into its User Status area. In the sequence refer to the activity variable $UserStatus (for the activity that runs the server job) to get that value. This can appear directly in any field that can contain an expression and which is downstream of the server job acti...
by ray.wurlod
Sun Mar 17, 2013 11:59 pm
Forum: General
Topic: Send email while rejecting Records
Replies: 16
Views: 3415

I thought you might have worked "Spamalot" into the thread somewhere there, Craig. :lol:

Especially as it's playing in Denver (Buell Theater) next week.
http://www.denvercenter.org/buy-tickets ... about.aspx
by ray.wurlod
Sun Mar 17, 2013 11:58 pm
Forum: General
Topic: How to Read zip file ?
Replies: 9
Views: 2736

Another possibility is that you have a 32-bit unzip utility on your Engine. To unzip more than 2GB you require a 64-bit-capable unzip utility.