Hi!
I have a Windows batch file that exectues BO 6.5. The text of the batch file is here
"C:\Program Files\Business Objects\BusinessObjects Enterprise 6\bin\busobj.exe" "C:\BusinessObjects Automation\ShippingReport.
rep" -nologo -user grubek -pass mypass -keyfile Bomain
I also have this batch file being executed from within a SQL Server DTS package as an Execute Process Task.
The text of the Execute Process Task is:
c:\BusinessObjects Automation\ImportShipments
.bat
And I have scheduled the package as a SQL Server Job.
The intent of the process is to upload data from a BO Universe to a SQL Server Database. When I execute the package from the Enterprise Manager, it runs fine. The table in SQL gets updated (or rather re-created) through the onOpen macro I wrote that refreshes the data provider then exports to a SQL Server table. But, when the job runs, the package / process seems to hang. I can see in the windows task manager that Business Objects appears to be running. But the job just sits there and doesn't update or recreate the table. The process runs in about two minutes when I run it from the Enterprise manager, but sits there for an hour without doing anything when the job runs.
I am in the SysAdmin role in SQL Server.
I am in the Administrator Group on the server. so I guess that makes me a local admin.
I gave myself explicit full rights to the folder where the batch file is located.
I am the owner of the job
I am the owner of the DTS package
I have set explicit rights to the ProgramFiles/BusinessObjec
s folder.
I almost looks as though BO can't connect to the Universe, but there's no error message or anything. It's just hanging.
The thing is that this was all running nicely on this same box under Windows 2000. We upgraded to Windows 2003 a week or so ago, and I'm sure I just didn't set something up the same. I just can't figure out what it could be. I have other non-BusinessObjects jobs that are running just fine.
Any suggestions? I'm really desperate to get this fixed. Please help if you can
Thanks!
Karen
Start Free Trial