I run our BO reports/queries with this process:
1)Windows Scheduled Task starts a VBScript
2)VBSript starts up BO which runs the report.
I have not been able to have more that two BO sessions start at any one given time....ie: at 0700, I can only have two BO reports run. Is there a setting...
I have a directory with files named as such:
filename_2007_63.pdf
Is there a way to strip off the _2007_63 part of the file name leaving just filename.pdf using VBScript?
thanks,
Stan
I can't figure out why I'm getting this error...
The system cannot find the file specified line 133.
Any help would be appreciated...below is my code
Dim objFS
Dim objFSFolder
Dim objFSFiles
Dim objFileObj
Dim objFileOut
Dim objFileIn
Dim objFileTemp
Dim objEmail
Dim intCounter
Dim...
I have Business Objects (BO) v5.1.8 running on a W2K server. My reports are ran via VB Scripts, which pass the username and password to the BO application. This works great most of the time. However, periodically the username field get cleared out on the BO login (user authentication) window...
I need to print to an HP 8150, tray 3 (the lower tray) using lpr. Can anyone help me with this? No matter what option I try my output goes to tray 2.
Thanks,
Stan
I have the following VBscript that kills a process sucessfully on my local PC, but when I try to run this script on our server it doesn't kill the busobj.exe process. Why would this be?
Thanks,
Stan
ServerName = "."
Set objWMIService =...
Is it possible (a print command) to tell an application to print to a laser printers second tray? I already have a VBScript that starts Business Objects, refreshes a report, and prints to a printer. I just want to tell which tray to print to on the same printer.
Thanks,
Stan
I'm having a problem with hung processes if the Task Scheduler times out. I run all of our Business Objects reports with Windows Task Scheduler. If the VBScript encounters a problem (like with the printing command - objDoc.PrintOut) the script hangs at this command and will not proceed and the...
HELP!!!
I have Tomcat installed and everthing works fine on that side. I have Apache 2.0.50 installed and can't get it to deploy a web application. The connector appears to work partially....by that I mean I can see
http://localhost:8480 - shows that Tomcat works...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.