Search found 254 matches

by ecclesr
Wed Jul 29, 2015 9:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading SQL Server XML data type
Replies: 7
Views: 9441

Reading SQL Server XML data type

On a DataStage Windows platform, a team memeber recently developed two jobs 1) Extracts xml files and via XML Hierarchical Data stage load into into a SQL server table where one of the target colums is defined as datatype XML in SQL Server (write from Datastage as SQL type LongNVarChar) 2) Read data...
by ecclesr
Mon Jul 27, 2015 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Writing to SQL Server columns prefixed with numbers
Replies: 6
Views: 5494

As I said it was first time I had come across it in my long IT career. Speaking to an IT friend, they said it is most likely it comes from source where software generated the column name rather the column names being coded. I am surprised more DSXchange members have not come across the situation - i...
by ecclesr
Sun Jul 26, 2015 7:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Writing to SQL Server columns prefixed with numbers
Replies: 6
Views: 5494

Handling Writing to SQL Server columns prefixed with numbers

This is the first time I have dealt with database columns that are prefixed with number. SQL Server table CREATE TABLE [dbo].[Test_Table2]( [Col1] [varchar](30) NULL, [123Col2] [varchar](30) NULL ) ON [PRIMARY] Testing job Row Generator -> Copy -> ODBC In Test 1 I only passed Col1 through the copy s...
by ecclesr
Thu Jul 02, 2015 4:53 pm
Forum: General
Topic: The DB2 Library could not be loaded
Replies: 16
Views: 11935

Thank you Mike and everyone else for your advice. You have pointed out my oversight. once I had decided on a multi server topology, that I would need consider a db2 client / db2 catalog / dsenv configuration if we wanted to use the DB2 connector stage, even if it was to access the installation repos...
by ecclesr
Wed Jul 01, 2015 7:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hierarchical Data Stage map all elements to single output
Replies: 1
Views: 2310

Hierarchical Data Stage map all elements to single output

Our source XML data has multiple records with each record having nested listed elements We are required to map all the listed elements fo a given record to a single output for each record Using the Hierarchical Data Stage we are limited to mapping 1 level. Is there a different approach we should be ...
by ecclesr
Wed Jul 01, 2015 5:45 pm
Forum: General
Topic: The DB2 Library could not be loaded
Replies: 16
Views: 11935

Mike I can start a DB2 session on Server1 (Repository,Services)
Logon to Repository server as root
su - db2inst1

I cannot start a db2 session on the Server2. Have I made a mistake during the installation on teh two servers
by ecclesr
Tue Jun 30, 2015 8:50 pm
Forum: General
Topic: The DB2 Library could not be loaded
Replies: 16
Views: 11935

Hi Mike Looks like we are on the right track now db2 list database directory works as expeted When I excute db2 list node directory I get "SQL1027N The node directory cannot be found" So from Server1 (Repository,services) I need to issue the db2 catalog commands db2 catalog database xmeta ...
by ecclesr
Tue Jun 30, 2015 4:56 pm
Forum: General
Topic: The DB2 Library could not be loaded
Replies: 16
Views: 11935

DB2 connector will also use the catalog information. If you read the documentation that if DB2 client fails to connect to the server then DB2 Connector will also fail. Try to catalog xmeta on engine then try running the job again. Are you able to provide the detailed commands steps I will need to d...
by ecclesr
Tue Jun 30, 2015 1:47 am
Forum: General
Topic: The DB2 Library could not be loaded
Replies: 16
Views: 11935

The DB2 Library could not be loaded

I have installed 11.3.1.1 on Redhat with two server topology Server1 (Repository, services), Server2 (Engine). Default install repository db2 v10.5 The installation has been successfully, installation test jobs have run successfully. I now wish to create a test job with db2 as a source I have config...
by ecclesr
Thu Jun 11, 2015 12:34 am
Forum: General
Topic: Fresh Install unable to execute db2stop command
Replies: 1
Views: 2068

It appears that the db2profile had not been run to set the environmental variables. once it had been run I was able to execute db2stop and db2start commands
by ecclesr
Wed Jun 10, 2015 6:32 pm
Forum: General
Topic: Fresh Install unable to execute db2stop command
Replies: 1
Views: 2068

Fresh Install unable to execute db2stop command

I have just done a fresh install, installing DB2 10.5 by the installation program I have been able to access db2 and execute connect to xmeta and iadb I have been unable to execute db2stop command as db2inst1 - I get the error message SQL1092N authorization-ID does not have the authority to perform ...
by ecclesr
Wed May 06, 2015 11:51 pm
Forum: General
Topic: Inport Sequential File Definition from shares network drive
Replies: 1
Views: 1279

Inport Sequential File Definition from shares network drive

I have a need to inport file definition sequential files that are stored on a shared network drive I have tried mapping the network drive, then tried to access the mapped drive in from Directory field on the import Meta data (Sequential) window ,but mapped drive is not displayed What is the correct ...
by ecclesr
Thu Mar 05, 2015 7:28 pm
Forum: General
Topic: DSODB RunStartTimestamp
Replies: 1
Views: 1442

DSODB RunStartTimestamp

I have noticed that the JOBRUN.RunStartTimestamp, JOBRUN.RUNENDTIMESTAMP are behind by 11 hours. I have check the Linux time and Job log event time and they are correct and the same. I have checked the reference guide and can not see where the Time can be changed Any advice to advance the DSODB time...
by ecclesr
Wed Mar 04, 2015 6:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing DSODB using DB2 Connector Stage
Replies: 10
Views: 7834

I have
Database:dsodb
Username:dsodb

Unsure what the instance should be
by ecclesr
Wed Mar 04, 2015 6:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing DSODB using DB2 Connector Stage
Replies: 10
Views: 7834

Successful was from ./DSAppWatcher.sh -test This morning I was successful in testing the connection to xmeta Instance: db2inst1 DataBase:xmeta User: db2inst1 I am now trying to do a similar connection to dsodb, but can not seem to get the following combination correct to do a connection test via db2...