Search found 15 matches

by asrnl
Thu May 19, 2011 2:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() - Write failed for record id '35612396'
Replies: 17
Views: 11963

Ah, you've been poking around. :wink: No, don't delete anything. And you need to add "-64BIT" to the command so it creates a 64bit hashed file. The resize command doesn't use the dash, this one d ... Thank you very much chulett, that worked! ps: I contacted my manager to renew our members...
by asrnl
Mon May 16, 2011 5:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() - Write failed for record id '35612396'
Replies: 17
Views: 11963

Then you are not at the command line, which means logged in at the O/S level. You are still trying to run this from TCL or the Administrator client. Don't. ... Ok i managed to execute the command. The result is that there is created a directory and 3 files in it. Do i need to delete the file in the...
by asrnl
Fri May 13, 2011 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() - Write failed for record id '35612396'
Replies: 17
Views: 11963

A) You need to run it from the command line, not TCL. B) Do not include the "Creating file DeclDet1, executing command " verbiage, just the command itself. :? ... I use the command line and the command /appl/dstadm/IBMIS/Server/DSEngine/bin/mkdbfile /appl/dwa00p/hashed/amf/dwa_ulb_azkr//D...
by asrnl
Fri May 13, 2011 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() - Write failed for record id '35612396'
Replies: 17
Views: 11963

Ok i got that now. But the issue now is if i use the command: Creating file DeclDet1, executing command /appl/dstadm/IBMIS/Server/DSEngine/bin/mkdbfile /appl/dwa00p/hashed/amf/dwa_ulb_azkr//DeclDet1 30 1 4 20 50 80 1628 64BIT It returns: Verb "Creating" is not in your VOC. I dont have acce...
by asrnl
Thu May 12, 2011 10:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() - Write failed for record id '35612396'
Replies: 17
Views: 11963

The VOC record depends on how you create it. For a pathed hashed file, use the mkdbfile command you'll find in any job's log that has created one for you. ... Yes it uses a pathed hashed file. In the log its says: Creating file DeclDet1, executing command /appl/dstadm/IBMIS/Server/DSEngine/bin/mkdb...
by asrnl
Thu May 12, 2011 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() - Write failed for record id '35612396'
Replies: 17
Views: 11963

thats a good idea, i thought we had a premium membership, but i will check it.

But one more question. If i create a new hash file, i see that there is also a voc file that is created. Do i need to do something with that file?
by asrnl
Thu May 12, 2011 9:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file Limit
Replies: 11
Views: 9980

Hi Aninas, When you are On 64-bit Unix you can manually create the hash file(s) from Administrator: 1. Log into DS Administrator, Projects tab 2. Select the project and click Command... 3. In the command line, type: CREATE.FILE FileName 30 64BIT If u want all your hash files will be over 2GB, then ...
by asrnl
Thu May 12, 2011 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() - Write failed for record id '35612396'
Replies: 17
Views: 11963

The stage only creates 32bit hashed files for some reason. You'll need to create it one time as 64bit from the command line and then have the stage simply clear it. A before-routine could emulate the ... It says premium content, so cant read the rest. So the solution is: RESIZE hashedfilename * * *...
by asrnl
Thu May 12, 2011 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() - Write failed for record id '35612396'
Replies: 17
Views: 11963

Thanks for your reply.
How can i convert the hashed file to 64-bit? And i have the next options checked:
-Create file
-Clear file before writing
-Delete file before create

If i convert the file, after restart, the job will make a new 32-bit file, or am i wrong?
by asrnl
Thu May 12, 2011 4:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() - Write failed for record id '35612396'
Replies: 17
Views: 11963

ds_uvput() - Write failed for record id '35612396'

Im getting an error for an serverjob, which is using a hash-file. The hash-file size gets bigger then 2 gb and gives me the next error: ds_uvput() - Write failed for record id '35612396' Message: DataStage Job 35 Phantom 4298 Program "JOB.1056046522.DT.1583741912.TRANS2": Line 123, Interna...
by asrnl
Tue Apr 28, 2009 4:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get a runable job after a export?
Replies: 6
Views: 3347

pavans thanks for the reply, but i don't use the manager to export. i am using the export script from Duke.
pavans wrote:While Exporting the Job, You can check Job Executables and select the job from the list. Once you import, you will see the job in compiled state.
by asrnl
Tue Apr 28, 2009 1:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get a runable job after a export?
Replies: 6
Views: 3347

KDuke Thanks for youre reply, but it's still not working. I have the following syntax: for /F "tokens=1" %%i in (%DsxList%) do ( ECHO Importing %%i to Project: %Project% on Host: %Host% echo %DSImportCmd% /H=%Host% /U=%User% /P=%Password% %Project% %ProjectDir%\%%i >> %LogFileName% %DSImpo...
by asrnl
Fri Apr 24, 2009 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get a runable job after a export?
Replies: 6
Views: 3347

How to get a runable job after a export?

How to get a runable job after a export? I have a server job exported but it is not runable, i must first compile this job before i can run it! is there a option when i export the job so that it wil be a runable job so i don't have to compile it? I am using dsexportcmd.exe to export. Please advise
by asrnl
Tue Apr 07, 2009 3:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem DataStageExport.bat a Routine
Replies: 1
Views: 1422

Problem DataStageExport.bat a Routine

Hi, I am trying to export a DS routine(SourceFileSearch Routine) with the DataStageExport.bat from Kim Duke. However i get a the next error: 'Job SourceFileSearch does not exist in this project'. I am not sure of it is possible to export a routine with de dsexport.exe command. Someone suggestions? T...
by asrnl
Fri Dec 12, 2008 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling subroutine: DSR_JOB (Action=9)
Replies: 3
Views: 2610

Error calling subroutine: DSR_JOB (Action=9)

Hi Guys, i have a little problem, when i try to import a dsx over a project i get: Error calling subroutine: DSR_JOB (Action=9); check DataStage is set up correctly in project test (The connection is broken (81002)) It's not a connection issue because i have removed and created de project serveral t...