Questions tagged [tivoli]

Tivoli is a closed source system management application. Tivoli Systems was founded in 1989 by four former IBM employees and was located at Austin, Texas.

119 questions
0
votes
0 answers

Tivoli Directory Server - How to set pwdReset to false for a user through Java

I need to set the attribute pwdReset to false through Java. My code works for all the other attributes, but this attribute's value remains false even if I set it to false. I don't get any error while modifying the attribute either. (I know this is…
Sayali
  • 356
  • 1
  • 2
  • 13
0
votes
1 answer

IBM Tivoli Analytics on Bluemix

I was wondering if you can somehow connect your Tivoli Analytic tools on an external machine to the Bluemix Platform?
Benny
  • 839
  • 16
  • 32
0
votes
1 answer

DB2 Resource BIND Error: DSNT500I -DBS1 DSNTBCM1 RESOURCE UNAVAILABLE

Trying to run a BIND job for the new Tivoli OMEGAMON XE DB2 upgrade. I'm having difficulties running the RKD2SAM(OMBPSS01) job to bind the OMEGAMON Server DB2 plan KO2PLAN. JCL: //OMEGAPL EXEC PGM=IKJEFT01 …
paulywill
  • 629
  • 10
  • 29
0
votes
3 answers

IBM Tivoli access manager vs Tivoli Federated identity manager

Can someone please explain the major differences between IBM Tivoli Access Manager and Tivoli Federated Identity Manager? Does TAM support SAML?
borna
  • 906
  • 3
  • 12
  • 32
0
votes
1 answer

groovy script does not run through TWS when using "-cp" option

I have a groovy script which runs fine when logged in interactively on a Windows 2003 R2 box. When I schedule this as a batch job through Tivoli Workload Scheduler (TWS) the script does not run but returns "finish HighVolumeLetters.groovy for High…
Mike
  • 1
  • 1
0
votes
1 answer

Accessing Credentials on TAM Backend Server

I have a setup with Tivoli Access Manager (TAM) as reverse proxy for some application servers on the backend side. TAM is responsible for authenticating users. Is it possible to access the credentials a user passed in during TAM authentication in…
markus
  • 37
  • 2
  • 9
0
votes
2 answers

whats difference between ITNCM(Intelliden) and NETCOOL?

I am new to NETCOOL and would like to comparison of NETCOOL with ITNCM(Intelliden). what is major difference between these tools? what is there in NETCOOL which Intelliden doesn't have ? Is there any specific offering from IBM for NETCOOL ? Thanks…
user2953167
  • 45
  • 1
  • 1
  • 6
0
votes
1 answer

Tivoli to Autosys

I am looking for a help in converting a IBM Tivoli script to Autosys since we have migrated from Tivoli to AUtosys. Below is the script in Tivoli - SCHEDULE SX On RUNCYCLE YEARLY VALIDFROM 02/01/2015 "FREQ=YEARLY;INTERVAL=1;" UNTIL 0550 +5…
zerosleep
  • 11
  • 4
0
votes
1 answer

Windows job scheduled through TWS gives MDAC error

I have a job defined for a Windows FTA (TWS term). This job calls a bat script. When thte script is run from the command prompt on the windows box, it runs ok, but when it is scheduled through TWS it comes up with the errors: Application started at…
Mike
  • 1
  • 1
0
votes
1 answer

HTTP Server Connector in IBM Security (Tivoli) Directory Integrator

I am using IBM Security Directory Integrator, formerly known as IBM Tivoli Directory Integrator, and in the feed section I have one connector that is connecting to a MySQL Database and providing data from the database, I want the data from the MySQL…
0
votes
1 answer

Maximo setWhere() query to get distinct results?

I'm trying to do this SQL query: select distinct wonum from invreserve where location='01' order by wonum; How can this be converted to a setWhere() query? I've tried: invreserveSet.setWhere("(1 = 1) and wonum in (select distinct wonum from…
Baked Inhalf
  • 3,375
  • 1
  • 31
  • 45
0
votes
3 answers

LDAP search returning unexpected object type

I am issuing a LDAP query against an IBM Tivoli Directory Server (I am querying for the special user "cn=monitor", but I don't know if that is significant). I execute the following code: DirContext ctx = new InitialDirContext(env); Object o =…
0
votes
0 answers

How am I able to run CRM 2011 on Firefox via Tivoli Access Manager

We have CRM 2011 installed on Dev server. We can access dev CRM: 1. either through direct url which is like: http://hostname:5555/orgname/main.aspx 2. or through TAM (Tivoli Access Manager) which has a url like: …
Indie.Dev
  • 134
  • 1
  • 12
0
votes
1 answer

how to invoke an operation with the data we get after processing

Hello guys I'm looking for creating an work flow where it will do some processing and will fetch some persons. I need to enforce each person by invoking an extension which takes a person entity as in put. Any suggestions or pointers will be deeply…
0
votes
1 answer

Informatica : Can not rename workflow log file

I all I have a job schudled by tivoli for an Informatica workflow. i have checked property to save workflow logs for 5 runs. Job is running fine through informatica but if u try to run is from tivoli using pmcmd it fails to rename the workflow log…
dev
  • 732
  • 2
  • 8
  • 29