I would like to schedule a Deski report to a file location.
What steps that I should follow in the Destination job server to have the report scheduled in the File location.
Also, how the path should be in the Direcroty on the Infoview when scheduling?
Thanks…
You’ll need to setup each Job server that you are using based it application, eg Webi, Deski, Crystal.
The file path that you put in there really is irrelevant as its what you put in the actual scheduled object that will be used.
If the folder where the file is being sent is on the same server, then you can simply specify its drive letter.
If however its a network drive, you will have to put the full DNS name in the path of the file name. You’ll also need to make sure that the user you are using to run your BO application has access to that file path.
If it doesn’t, then you’ll need to change all the servers in the CMC to use a valid network account and then restart the CMS.
No you don’t have to put anything in the destinations for the file system. These are the defaults that would be used if you don’t remove the tick in the Use Defaults check box in the scheduling screen.
Thanks for the information,
Say we have a shared network drive as follows,
‘just’ on ‘ad\root\a\am\users’(P: )
The above is my shared driver where I can keep my documents.
How do I specify that on the Directory parameter? Also, what is the user name and password parameter?
Thanks…
You need to use the full DNS name of the server, so instead of say P:… Which is what you have it resolved as, you would say \servername\directory structure
With regards to the userid and password you use, if you have your BO server logging onto the network using a network administrator account rather than local admin account, you won’t/shouldn’t need any special logon details so these can be left blank.
I understand that you can write that the file location, but you have to make sure that the logon being used by Business Objects can.
Typically BO uses local host to logon, this does not give it access to Network drives, so to get around this, you need to edit each of the destination servers and the CMC to use a valid network user id. Your choice is to either use the network administrator account (if your allowed) or to get your network guys to create a BO network logon and then use that.
Once you’ve added, restart the SIA and it should then be allowed access to your network drives.
Thanks for the valuable information.
In other words, if we give the BO Logon ID the access to the network drive then it should be all set correct?
Thanks…
Is it possible to customize the Placeholder when scheduling from Infoview?
If I select DateTime, the Starttime will embed with the reportname, for instance the parameter will look like this,
Weekly_Report%SI_STARTTIME%
The result is Weekly_Report 2010-07-29-10-58-23
Is it possible to remove the time (10-58-23) and removing the dash between Date and time ,kind of customization.
I am having trouble when the folder name contains spaces or characters like ‘-’. Can the reports be published only to locations that do not contain spaces or special characters? Or is there a way to code the path (similar to URLEncode) to publish to any folder?
Not sure sorry, when I did this, I created a custom folder in the structure that I wanted and this worked really well. So I’m guessing that if you are having issues with special characters, then I would have to assume that you may not be able to do this.