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.
Questions tagged [tivoli]
119 questions
1
vote
1 answer
How to access IBM Tivoli logs for a Job?
I need to access the logs in Tivoli when a job fails but I don't know the steps. Can some one please let me know the steps on how to access the logs?
Tivoli version is 8.6

David
- 257
- 1
- 8
- 24
1
vote
1 answer
Best way to synch AD with IBM Tivoli access manager
We have an AD in MS AZURE cloud and IBM Access Manager in our in house datacenter.
I like to know what is the best way to synch users between these 2 system?
But that I mean, user will be added to AD in cloud. at the same time I want the same user…

borna
- 906
- 3
- 12
- 32
1
vote
1 answer
New users defined in Jazz for Service Management 1.1.2 cannot access Tivoli Common Reporting
I defined new users in Jazz for Service Management 1.1.2 but cannot access Tivoli Common Reporting. Anybody could help?

PanofBarn
- 23
- 7
1
vote
1 answer
LDAP: How to reset value of pwdReset field
I am trying to write an application which would offer user to manage users on LDAP system. One feature of this is the functionality "Forgot Password".
User uses my app to Reset his password
I ask some security questions and if they are correct, I…

SimpleGuy
- 2,764
- 5
- 28
- 45
1
vote
1 answer
SQL Trigger (IBM Tivoli Netcool Omnibus)
i have a question about omnibus triggers. i used this triggers to send an email if there are any event match the filter.
here is the filter:
begin
for each row critical in alerts.status where critical.Severity = 5 and
critical.Grade <= 6 and…

Budi Permana
- 11
- 2
1
vote
1 answer
com.tivoli.mts.PDPrincipal.implies(com.tivoli.mts.PDPermission) deprecated
I am using the below code to do the authorizatin checks.
PDPrincipal whoIsit = new PDPrincipal(userId,configURL);
PDPermission whatTheyWant = new PDPermission(objectSpaceName,"TbvA");
boolean haveAccess = whoIsit.implies(whatTheyWant);
However the…

RohitRSharma
- 59
- 6
1
vote
1 answer
VBScript and PSEXEC - Remotely Executing Application
I am updating an existing HTA application. The page displays records of each machine in the company that hasn't performed a backup (Via ibm tsm) within the last 3 days. I have made a button for each record that when pressed, should execute a cscript…

jay bear
- 37
- 1
- 1
- 4
1
vote
1 answer
Can we schedule exe directly from TWS scheduler
For my project purposes, we need to schedule a job which invokes an C# exe file.
I know that we can have a batch file to invoke the exe file and schedule it using TWS.
I just want to know whether we can directly invoke an exe file from TWS

Harikrishnamv
- 23
- 4
1
vote
1 answer
Unhandled Exception: System.InvalidOperationException: The .Net Framework Data Providers require Microsoft Data Access Components(MDAC)
I have a c# console app that reads excel. The app works fine when executed locally on the server, however we want to schedule it through IBM Tivoli Workload Scheduler (Maestro).
When executed from the scheduler I get Unhandled Exception:…

user2145928
- 21
- 1
- 3
1
vote
1 answer
TWS EXIT status meaning
I was going through the tws logs and found that it gives exit status as 0, 1 and so on.. I am not sure what these exit status mean.
Can some one please pass the list of TWS exit status with their Description.

Rahul Dubey
- 11
- 1
- 3
1
vote
0 answers
How to use Tivoli Identity Manager in Java?
I want to create one method which take some parameter like url, token and then validate by the Tivoli Identity Manager, and then return true and false depending of response of the Tivol Identity Manager.
I am new for this so don't know any thing…

Uday A. Navapara
- 1,237
- 5
- 20
- 40
1
vote
0 answers
Setting time/date field value properly via Tivoli Directory Integrator
Could anyone help me find out how to set a time/date field properly in Lotus Notes database via Tivoli Directory Integrator?
I added a new date field to Person form in names.nsf. TDI is set up correctly to sync data from MS AD to Domino Directory.…

szamizdat
- 11
- 1
1
vote
3 answers
Tivoli Workload Scheduler [TWS] Conditional Dependency - How to implement?
I am reaching to SME on the subject after trying to figure out the solution of below scenario.
I have a very specific requirement:
1) Say I have a schedule called SCH1, having 3 jobs JOB1, JOB2 and JOB3 like:
Schedule S1
JOB1
JOB2
FOLLOWS…

Gyanendra Dwivedi
- 5,511
- 2
- 27
- 53
1
vote
2 answers
what is the use of tivoli directory Integrator?
I want to know for what purpose is tivoli directory Integrator is used in ITIM environment ?
and how does it function ?

gaurav
- 9
- 5
1
vote
3 answers
Netcool Object Server api
Running Netcool 7.3.1. Looking for simple api to access Object Server Tables. I've already done the run an SQL command from nco_sql, and scraped the output into a C# data table, but wondering if there was some type of api that I could use for…

John K. Nygaard
- 11
- 4