Search found 15603 matches
- Thu Dec 22, 2005 3:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: nls-read -delimited, column missing error
- Replies: 10
- Views: 9050
Have you tried to FTP to your own host to see if that works correctly? Is your target also a Windows machine or a UNIX machine or something else? Are you doing a binary or an ASCII/EBCDIC transfer? The reason for these questions is that the FTP stage as such works as expected so we are most likely l...
- Thu Dec 22, 2005 12:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSJobStartDate in Stage Variable calculation
- Replies: 9
- Views: 5720
- Thu Dec 22, 2005 10:11 am
- Forum: Site/Forum
- Topic: Grid Computing - donate spare CPU cycles to research
- Replies: 17
- Views: 6772
- Thu Dec 22, 2005 10:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: More than 1000 columns
- Replies: 2
- Views: 659
I'm sure I've seen tables with that many columns, so I don't think you've hit a hard limit; at least not a generally known one. Since your error is in the Transform is it likely that the reason lies in the processing you do instead of the number of columns. If your "view data" works then the transfo...
- Thu Dec 22, 2005 9:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: My routines locked need to release them
- Replies: 5
- Views: 1291
The deadlock daemon is a process called "dslockd". You most certainly did a kill -9 which killed the pid but left the lock in DataStage. I'll just comment that many threads warn about doing this. If your deadlock daemon is running then wait a couple of minutes and the lock will get released, the def...
- Thu Dec 22, 2005 9:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSJobStartDate in Stage Variable calculation
- Replies: 9
- Views: 5720
Craig - I didn't see your post until after I responded... we did think along the same lines, though. PCL is short for "Procedure Call" which is a complete call - pushing the current environment onto the stack, doing the call-by-ref/call-by-value substitutions, loading the called procedure into theth...
- Thu Dec 22, 2005 8:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSJobStartDate in Stage Variable calculation
- Replies: 9
- Views: 5720
Peter, you've found an interesting point. I wrote a test and analyzed it and found out that the DSJobStartDate macro gets converted to an internal variable lookup when used in a constraint or a derivation. But when it is assigned to a stage variable it will call a locally catalogued routine which is...
- Thu Dec 22, 2005 7:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What is DSUBINARY in a DSX export?
- Replies: 3
- Views: 1665
- Thu Dec 22, 2005 6:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reg: Table locks
- Replies: 2
- Views: 891
The only table level locking is done with a bulk load (I think that takes an exclusive table lock) and that is a function of the load method, not datastage so you can't do anything about it at the DS level. Normal inserts/upserts can be run concurrently and will not exclusively lock each other out -...
- Thu Dec 22, 2005 5:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to set time out period for a job run?
- Replies: 6
- Views: 1504
Vijay, you cannot do this type of functionality directly from the sequence which starts the job. Since it is waiting for the job it called to finish it isn't able to simultaneously check for it running too long. I would have your sequence start two actions in parallel, your job and a Routine Activit...
- Thu Dec 22, 2005 3:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: nls-read -delimited, column missing error
- Replies: 10
- Views: 9050
What is your separator and are you using quoted strings? This really is a common type of error that is easy to fix but sometimes hard to locate. Look at your data from outside of DataStage and make sure of what your data really contains on line 1 (hmmm.. do you have column names?) Are the quotes bal...
- Thu Dec 22, 2005 2:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to set time out period for a job run?
- Replies: 6
- Views: 1504
You can get a job's last start time and status from places such as the dsjob command line or within a BASIC program. If the 10 minute time limit is exceeded then you can issue a STOP command to that job. The approach you take is dependant upon where you wish to implement this logic - outside of the ...
- Thu Dec 22, 2005 2:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job is been accessed by another user
- Replies: 9
- Views: 2728
Jobs will get and hold certain locks; but I don't think that a metadata table definition gets locked by a job when it uses it. A normal kill signal is an interruptable one so that allows a process that gets this notification to cleanup up after itself. A kill -9 signal say "abort right now" and does...
- Thu Dec 22, 2005 2:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: No reason for Abort
- Replies: 4
- Views: 1080
- Thu Dec 22, 2005 2:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Evaluation Software.
- Replies: 2
- Views: 905
Hello Ranga, welcome to the forum! Unfortunately there is no public download from IBM or Ascential of any of the DataStage components. I think that you could try to contact your local Ascential/IBM representative and see about arranging a limited time-expired trial license but I don't know what the ...