Click here to Skip to main content
16,006,378 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDisplaying chinese character in vb.net Pin
IvanChang27-Mar-07 18:50
IvanChang27-Mar-07 18:50 
AnswerRe: Displaying chinese character in vb.net Pin
onlinegurke27-Mar-07 20:19
onlinegurke27-Mar-07 20:19 
QuestionInstall Software Pin
pdg77727-Mar-07 12:27
pdg77727-Mar-07 12:27 
AnswerRe: Install Software Pin
Dave Kreskowiak27-Mar-07 13:18
mveDave Kreskowiak27-Mar-07 13:18 
GeneralRe: Install Software Pin
pdg77727-Mar-07 13:41
pdg77727-Mar-07 13:41 
GeneralRe: Install Software Pin
Dave Kreskowiak27-Mar-07 14:43
mveDave Kreskowiak27-Mar-07 14:43 
GeneralRe: Install Software Pin
pdg77727-Mar-07 15:45
pdg77727-Mar-07 15:45 
GeneralRe: Install Software Pin
Dave Kreskowiak28-Mar-07 1:51
mveDave Kreskowiak28-Mar-07 1:51 
You really don't have a scriptable UI you can use to do this. About the best you can do with Tivoli is to read a configuration file that describs what software is supposed to be installed, check to see if those packages are installed, and if not, launch the command line for Tivoli to install them. You don't really have an option for monitoring the installs and giving any kind of interface to the user.

The problem is you really have no way of reliably tracking what Tivoli is doing and pairing that up with what is scheduled unless you want to write a complete parser for the Tivoli logs to TRY and understand what's currently going on. The issue with doing that is Tivoli is so lazy, you can check for something one minute and it's not happening, but come back in 5, 10, 20, ..., minutes and the software is distributing, but which one. Try looking through the lcp.log file and matching that garbage up with what is supposed to be going on.

The problem isn't really with your scripts. It's with Tivoli's laziness and lack of interfacing with a client-side application that is going to cause you problems.

There isn't really a good script you could write to cover all of the issues you have.

Dave Kreskowiak
Microsoft MVP - Visual Basic


QuestionGetting rid of the border on the datagridview Pin
steve_rm27-Mar-07 11:27
steve_rm27-Mar-07 11:27 
AnswerRe: Getting rid of the border on the datagridview Pin
Jaiprakash M Bankolli28-Mar-07 1:27
Jaiprakash M Bankolli28-Mar-07 1:27 
AnswerRe: Getting rid of the border on the datagridview Pin
rev030428-Mar-07 8:29
rev030428-Mar-07 8:29 
QuestionHow can I suspend a Do While - Loop for a specific of time? Pin
JUNEYT27-Mar-07 11:08
JUNEYT27-Mar-07 11:08 
QuestionRe: How can I suspend a Do While - Loop for a specific of time? Pin
Jelle Stokroos27-Mar-07 11:50
Jelle Stokroos27-Mar-07 11:50 
AnswerRe: How can I suspend a Do While - Loop for a specific of time? Pin
JUNEYT27-Mar-07 12:10
JUNEYT27-Mar-07 12:10 
GeneralRe: How can I suspend a Do While - Loop for a specific of time? Pin
TwoFaced27-Mar-07 13:17
TwoFaced27-Mar-07 13:17 
GeneralRe: How can I suspend a Do While - Loop for a specific of time? Pin
Jelle Stokroos27-Mar-07 23:24
Jelle Stokroos27-Mar-07 23:24 
GeneralRe: How can I suspend a Do While - Loop for a specific of time? Pin
JUNEYT28-Mar-07 1:44
JUNEYT28-Mar-07 1:44 
Questionzow to make a demo software Pin
wmansory27-Mar-07 7:29
wmansory27-Mar-07 7:29 
AnswerRe: zow to make a demo software Pin
Christian Graus27-Mar-07 7:44
protectorChristian Graus27-Mar-07 7:44 
AnswerRe: zow to make a demo software Pin
Vasudevan Deepak Kumar29-Mar-07 6:29
Vasudevan Deepak Kumar29-Mar-07 6:29 
QuestionHow to read a bitmap image Pin
sonyama27-Mar-07 7:07
sonyama27-Mar-07 7:07 
AnswerRe: How to read a bitmap image Pin
Christian Graus27-Mar-07 7:15
protectorChristian Graus27-Mar-07 7:15 
QuestionConverting Word to html with footers Pin
PollyAnna33327-Mar-07 6:28
PollyAnna33327-Mar-07 6:28 
AnswerRe: Converting Word to html with footers Pin
Dave Kreskowiak27-Mar-07 7:30
mveDave Kreskowiak27-Mar-07 7:30 
GeneralRe: Converting Word to html with footers Pin
PollyAnna33327-Mar-07 21:34
PollyAnna33327-Mar-07 21:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.