Search found 102 matches

by skathaitrooney
Fri Jul 10, 2020 7:00 am
Forum: General
Topic: Export/Import environment variables from the command line
Replies: 2
Views: 12288

Export/Import environment variables from the command line

Hello Experts, i want to know if somebody has nice techniques to export DataStage project environment variables from the command line which could then be imported into a target datastage project? Our team is currently in a phase of migrating DataStage projects from 11.5 to 11.7 version and we do not...
by skathaitrooney
Thu Jun 18, 2020 2:55 pm
Forum: General
Topic: Password change for dsadm
Replies: 1
Views: 10451

Password change for dsadm

Greetings Experts!
Can the password of dsadm(OS User) be changed after credential mapping is done in the administration console. I mean do i have to update the password each time it changes ?
by skathaitrooney
Fri Oct 05, 2018 3:49 am
Forum: General
Topic: Concurrent users
Replies: 2
Views: 3042

by skathaitrooney
Fri Sep 28, 2018 6:26 am
Forum: General
Topic: Order of columns in Table definitions
Replies: 3
Views: 3174

There is no such pattern that i could recognize..
by skathaitrooney
Thu Sep 27, 2018 6:58 am
Forum: General
Topic: Order of columns in Table definitions
Replies: 3
Views: 3174

Order of columns in Table definitions

Hello Experts, I have a slight problem with the table definitions that i have imported from the database. When i view the columns in the table definition itself, the order is fine. But when i try to import it into a Netezza connector, the order of the columns completely randomizes. Does anyone know ...
by skathaitrooney
Mon Sep 17, 2018 6:25 am
Forum: General
Topic: Unable to login to datastage client
Replies: 7
Views: 5487

You could also check if port 31538 (for RPCd) is open
by skathaitrooney
Wed Jul 25, 2018 8:08 am
Forum: General
Topic: istool.sh package without executables and compile option
Replies: 1
Views: 2798

I think via the command line jobs can only be compiled from the Client machine and not from the Engine

dscc.exe is the utility but as far as i know it is only present on the Client machine. So you have to figure things out.
by skathaitrooney
Tue Jul 17, 2018 7:55 am
Forum: General
Topic: All users (including Admin) cannot open client session.
Replies: 8
Views: 7782

Apparently i ran into the same situation. I was making IGC rest-api calls to the services tier. What i did not realize is that if i do not make proper use of cookies and sessions, each rest call would initiate a new session which shows as UNKNOWN in the admin console. I made 1000 rest api calls and ...
by skathaitrooney
Fri Jul 13, 2018 2:22 am
Forum:
Topic: Transfer glossary assets from one IIS server to another
Replies: 3
Views: 3865

Thanks Ray for your response.

Unfortunately i couldnt do it, or not allowed to do it.

I wanted to know how other people do it ? Do they use XMI's ?
by skathaitrooney
Thu Jul 12, 2018 6:17 am
Forum: General
Topic: Job aborted with 'Resource temporarily unavailable'
Replies: 7
Views: 4617

You dont need to edit the dsenv Depends which operating system you have. For RHEL, you can edit /etc/security/limits.conf dsadm soft nproc 10000 dsadm hard nproc 10000 After doing this, logout, relogin as dsadm (or whatever user you use for datastage) Execute the shell command: ulimit -a check if ne...
by skathaitrooney
Tue Jul 03, 2018 3:55 am
Forum:
Topic: Transfer glossary assets from one IIS server to another
Replies: 3
Views: 3865

Transfer glossary assets from one IIS server to another

Hi Gurus, i am seeking a suggestion on IGC (11.5.0.2) on moving glossary assets from one IGC instance to another Scenario: We have terms assigned to technical assets Environment1: Term1 --> HOST1>DB1>SCHEMA1>TABLE1 If we want to export this term from Environment1 and import it into Environment2 and ...
by skathaitrooney
Fri Jun 22, 2018 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing to Hadoop using Datastage 11.5.2 Parallel Hive
Replies: 7
Views: 8978

Andy, can i ask you a question, are you able to connect to Hive Server2 using ISHive.jar that is shipped with IIS itself? I also have a kerberos setup. I get this error. java.sql.SQLException: [IBM][Hive JDBC Driver]THRIFT protocol error. This is the jdbc URL is use: jdbc:ibm:hive://hivehostname:218...
by skathaitrooney
Fri Jun 22, 2018 6:26 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Database Credentials
Replies: 2
Views: 11448

Yeah i also think that you need to import the metadata from your source database via IMAM first. The connection that you specify in IMAM would be used to fetch the data from the source database

And also, an imam import area for IADB should be there.
by skathaitrooney
Wed Jun 13, 2018 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hive Connector to Hortonworks error
Replies: 3
Views: 4802

Did you manage to solve this problem ?
by skathaitrooney
Wed May 23, 2018 8:20 am
Forum: General
Topic: istools does not recognise -informationanalyzer option
Replies: 10
Views: 10327

Ok i got it working. Some jar files under istools/cli/plugins directory related to ia had permission problems. dsadm did not have read and execute permissions on them. I re-configured the permissions, and also cleaned up the istoolcache. After doing so, my istool works now with the -ia option. I'l m...