If you would be so kind as to post the error then someone might be able to guess as to the cause.regal wrote:...After that we import a modified version of jobs from a .dsx file. It gives us an error, so we have to drop the project...
Search found 15603 matches
- Tue Aug 11, 2009 12:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: cannot find a job number
- Replies: 5
- Views: 1730
Re: cannot find a job number
- Mon Aug 10, 2009 12:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date calculations inside DS
- Replies: 2
- Views: 1299
You need to refine your rules. Let us say you want to calculate from the 15th of one month to the 15th of next. What is the result if month 1 has 28 days and month 2 has 31, or if both have 30? The simplest method is to take the delta in days; if that really cannot be done then you would need to com...
- Mon Aug 10, 2009 10:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Comparing Two Data Values
- Replies: 4
- Views: 1468
The ICONV for a date function will only use the date portion, so you should truncate the timestamp, i.e.
Code: Select all
ICONV(FIELD(In.TimestampColumn,' ',1),"D4/DMY[2,2,4]")- Mon Aug 10, 2009 9:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Failed to establish datasource connection
- Replies: 11
- Views: 6934
They do have a per-cpu with no concurrent limit licensing option, but in this case they probably do not have that license.
SQL Server Licensing
SQL Server Licensing
- Mon Aug 10, 2009 8:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Bring Up the DataStage Server in Unix
- Replies: 8
- Views: 4517
- Mon Aug 10, 2009 5:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: consolidate the date ranges
- Replies: 15
- Views: 3169
- Mon Aug 10, 2009 4:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Bring Up the DataStage Server in Unix
- Replies: 8
- Views: 4517
- Mon Aug 10, 2009 3:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Bring Up the DataStage Server in Unix
- Replies: 8
- Views: 4517
This should be part of your boot sequence somewhere. The 3 commands required, if done manually, are: 1. /opt/IBM/IIS/WebSphere/AppServer/bin/startServer.sh server1 -username WasAdministratorUserId -password DoubleSecretProbation 2. /opt/IBM/IIS/InformationServer/ASBNode/bin/NodeAgents.sh start 3. cd...
- Sat Aug 08, 2009 1:19 am
- Forum: General
- Topic: Not able to create new project
- Replies: 2
- Views: 1088
- Fri Aug 07, 2009 9:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash Building job took longer than normal
- Replies: 18
- Views: 20683
- Fri Aug 07, 2009 7:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: uv -admin -start but dsprcd does not go up
- Replies: 5
- Views: 2902
- Fri Aug 07, 2009 5:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash Building job took longer than normal
- Replies: 18
- Views: 20683
- Fri Aug 07, 2009 4:55 am
- Forum: General
- Topic: remove duplicate
- Replies: 5
- Views: 1267
If you tell us what you've tried so far and what has or hasn't worked for you (i.e. convince someone that this is not an interview question) then I'm sure you will get quick assistance. Since someone is going to ask anyway, I will - why must you use only a transform stage? Unless there is a very goo...
- Fri Aug 07, 2009 4:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: File archive: Trouble creating file
- Replies: 4
- Views: 2340
- Fri Aug 07, 2009 3:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: INSERT useing Oracle stage fails - Special characters
- Replies: 17
- Views: 4682