You can also set up remote file pointers in a VOC. UniVerse-to-UniVerse these have the form hostname!pathname in field 2 (and field 3), which triggers the UV/Net software.
Presumably, therefore, you can include the port number in this construct too, for example hostname:port!pathname.
Search found 53125 matches
- Fri Jun 10, 2005 6:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage 7.0 on NT connecting to Universe 10.0 on Unix
- Replies: 3
- Views: 1298
- Fri Jun 10, 2005 6:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC Connection from DataStage to Informix
- Replies: 7
- Views: 5833
- Fri Jun 10, 2005 6:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fail to create a new project
- Replies: 5
- Views: 2661
Edited previous post. The corrupted hashed file is one that the project itself uses, not one of yours. It could be VOC or D_VOC, which would certainly render the project creation project invalid. Or it could be any of the DS_... hashed files in which design-time information is stored. Or it might be...
- Fri Jun 10, 2005 6:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: unable to import table definitions using ODBC
- Replies: 4
- Views: 1983
- Fri Jun 10, 2005 5:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem with handling nulls with timestamp field
- Replies: 4
- Views: 1055
- Fri Jun 10, 2005 5:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Column Generator : Column Method = Schema File
- Replies: 5
- Views: 1465
Development/Debug is a Category. If you'd prefer to have the Column Generator stage in a different category, customize your Palette and move it to where you want it. There is no reason whatsoever to eschew use of the Column Generator stage in production - bcarlson's site makes good use of this stage...
- Fri Jun 10, 2005 5:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invoking SQL Server Stored procedure
- Replies: 2
- Views: 1037
There is only one way using the Stored Procedure stage, and that is to be patient and wait until "they" incorporate support for SQL Server stored procedures into the stage type. Meanwhile, you can get at recordset-handling stored procedures through the ODBC Enterprise stage or the Dynamic RDBMS (DRS...
- Fri Jun 10, 2005 5:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Is it necessary to RESET the job after Run
- Replies: 6
- Views: 5174
The purpose of RESET is to restore the job to a runnable state. This might involve dropping or resetting database cursors, rolling back pending transactions, closing open text files, clearing locks; anything. Best practice is as implemented in job sequences "reset if required, then run". There is ra...
- Fri Jun 10, 2005 5:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivot Stage
- Replies: 7
- Views: 2526
- Fri Jun 10, 2005 12:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Row count for all hash files in a category
- Replies: 16
- Views: 4309
There isn't. You could create a job sequence to identify the hashed files then run a job to count the records in each, appending the results to a file or inserting into a database. Do you want to include all the hashed files that make up the repository? Is there a standard location for your hashed f...
- Fri Jun 10, 2005 12:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSR.ADMIN: Error creating a schema
- Replies: 1
- Views: 3597
It means that you have tried to create a schema while logged in as a user who does not have DBA privilege. Delete the project and start again, this time logged in with DBA privilege. To find out which users have DBA privilege execute the following UniVerse command: SELECT NAME FROM UV_USERS WHERE DB...
- Fri Jun 10, 2005 12:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fail to create a new project
- Replies: 5
- Views: 2661
It means two things: (a) that you were logged in as a user who does not have DBA privilege, and (b) that at least one of the hashed files has become corrupted. Delete the project and start again, logged in with DBA privilege. To find out which user IDs have DBA privilege, execute the following comma...
- Fri Jun 10, 2005 12:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using OCI stage for lookup
- Replies: 4
- Views: 1763
- Fri Jun 10, 2005 12:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to delete ds files
- Replies: 4
- Views: 1922
The shared library path may be defined (in $DSHOME/dsenv) for DataStage processes. But, if you log in as an interactive user, does your .profile file set them for you? Possibly not. You should execute the dsenv script.
Code: Select all
cd $DSHOME
. ./dsenv- Fri Jun 10, 2005 12:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivot Stage
- Replies: 7
- Views: 2526