Search found 15603 matches

by ArndW
Sat Aug 01, 2009 8:01 am
Forum: General
Topic: HI
Replies: 1
Views: 964

adisheshu.dwh - you have managed to break an incredible amount of DSXchange forum rules and recommendations in a single post. - Please post meaningful subject lines, "HI" is not a good choice. - You posted in the "FAQ Discussion" forum, which is meant for frequently-asked-questio...
by ArndW
Sat Aug 01, 2009 6:50 am
Forum: General
Topic: sybase EE abort
Replies: 3
Views: 906

There will be more error message that are more helpful than the one you posted. Do you mean a different DataStage userid or a different Database userid?
by ArndW
Sat Aug 01, 2009 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting the Current timestamp with fractional milliseconds
Replies: 5
Views: 4122

Why not use the derivation of "CurrentTimestampMS()", that works for me.
by ArndW
Sat Aug 01, 2009 3:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to open project '<project_name>' - -1002
Replies: 12
Views: 5497

Craig - you got it correctly, the BASIC stages will only run on a node where the engine is installed; I missed that the original poster is running in a distributed environment.
by ArndW
Sat Aug 01, 2009 3:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting the Current timestamp with fractional milliseconds
Replies: 5
Views: 4122

You will need to declare your Timestamp column with the extended attribute of "microseconds" in order to store fraction seconds.
by ArndW
Fri Jul 31, 2009 10:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 8.1 IBM InformationServer first time login error
Replies: 20
Views: 9353

Is there a dsrpcd process running on Box2? Have you tried to connect to "Box2:9080"? Just enter the domain, userid and password and click on the dropdown list to see if the connection works.
by ArndW
Fri Jul 31, 2009 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 8.1 IBM InformationServer first time login error
Replies: 20
Views: 9353

Strange that the posts are being "cropped". Basically, I think you need to use Box2:9080 instead of Box2:31538
by ArndW
Fri Jul 31, 2009 10:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Problem with transformer stage
Replies: 5
Views: 2963

What is the date modified of the ""/opt/aCC/include_std/iosfwd" file? Did they change the compiler yesterday or install a patch to the OS (or DataStage)?
by ArndW
Fri Jul 31, 2009 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in while running configuration file
Replies: 7
Views: 5077

Not permission on the node file, but permissions to the nodes referenced by the file (the fastnames).
by ArndW
Fri Jul 31, 2009 10:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to write the orchadmin command output to a file
Replies: 11
Views: 5050

I just tried it with DataStage 8.0 on AIX and my output file contained the output of the command. What OS are you on?
by ArndW
Fri Jul 31, 2009 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to open project '<project_name>' - -1002
Replies: 12
Views: 5497

I think that IBM support is going to ask you the same thing that Craig just did. Try to write a simple job with a pass-through BASIC transform stage and see if you can get that to run.
by ArndW
Fri Jul 31, 2009 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 8.1 IBM InformationServer first time login error
Replies: 20
Views: 9353

Premium membership dues keep the site alive; whether or not you sign up depends upon the value you place on the forum for your use.
But in this case I've marked my previous post to be visible, since the quoted text used up all the "free" words.
by ArndW
Fri Jul 31, 2009 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 8.1 IBM InformationServer first time login error
Replies: 20
Views: 9353

octogun wrote:...
DataStage Repository Interface
Failed to connect to DataStage Server:
Box2:31538, project uv
username and/or password incorrect 80011
...
I just saw this - I think you should be entering your "Box2:9080" instead of "Box2:31538"!
by ArndW
Fri Jul 31, 2009 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Problem with transformer stage
Replies: 5
Views: 2963

Do other jobs with transform stages compile? If "no", I would suspect a bad compiler version or bad compiler installation. If "yes" then you might have become the unlucky owner of a newly discovered bug.
by ArndW
Fri Jul 31, 2009 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to write the orchadmin command output to a file
Replies: 11
Views: 5050

Are your two examples done by the same user in the same session? Have you checked the contents of the "Temp" file without a "grep" to see what actually gets put in there?