Scheduling BO Webi Reports Through Unix Server


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Scheduling BO Webi Reports Through Unix Server
# 1  
Old 07-19-2011
Scheduling BO Webi Reports Through Unix Server

Hi,

We have developed Some BO reports in Webi and our requirements is as follows

1)ETL File will be generated and sent to BO server through autosys and once BO server receives that ETL file then BO reports are scehduled on Event based and triggered automatically.(If any failure in report scheduling need to be logged)
2) These reports should be put in Unix server
3)From unix server using SFTP needs to be transfered to the Remote end.

Can anyone tell me how we can do the above Actions

1)How Unix server can get those Bo reports and those Bo reports if failed to generate needs to be logged and successfull generated reports need to be SFTP-d to remote end

Pls Guide me on this


Many Thanks
Sashu
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

UNIX/Linux help in concatenation of multiple reports

Hi, I have the following reports that get generated every 1 hour and this is my requirement: 1. 5 reports get generated every hour with the names "Report.Dddmmyy.Thhmiss.CTLR" "Report.Dddmmyy.Thhmiss.ACCD" "Report.Dddmmyy.Thhmiss.BCCD" "Report.Dddmmyy.Thhmiss.CCCD"... (1 Reply)
Discussion started by: Jesshelle David
1 Replies

2. Shell Programming and Scripting

File Transfer from Window server to UNIX and UNIX to UNIX

Dear All, Can someone help to command or program to transfer the file from windows to Unix server and from one unix server to another Unix server in secure way. I would request no samba client. (4 Replies)
Discussion started by: yadavricky
4 Replies

3. Shell Programming and Scripting

I need to move files from one UNIX server to another UNIX server.

Hi, I have two unix servers i need to move files from one server to another. For example: i have some files in Server1 and i want to run script in server2 to move files from server1. Any suggestion Thanks in advance (1 Reply)
Discussion started by: karingulanagara
1 Replies

4. UNIX for Dummies Questions & Answers

Access of Microsoft Team Foundation Server (TFS) repository from Unix Server

Hello, Some of our application team uses Microsoft Team Foundation server (TFS) reposity tool for their .NET projects , I would like to access it form Unix/Linux machine. Please let me know how can access the TFS from unix. Thanks (0 Replies)
Discussion started by: posix
0 Replies

5. Shell Programming and Scripting

Find and delete files and folders which are n days older from one unix server to another unix server

Hi All, Let me know how can i find and delete files from one unix server to another unix server which are 'N' days older. Please note that I need to delete files on remote unix server.So, probably i will need to use sftp, but question is how can i identify files and folders which are 'N'... (2 Replies)
Discussion started by: sachinkl
2 Replies

6. Shell Programming and Scripting

Connecting to multiple unix server from unix server using shell script

Hi Gurus, I'm a unix newbie and I would like to connect to multiple unix servers from unix server using shell script i.e from server a to server b,c,d etc. I want to copy the files from unix server a to server b, c, d. I can access staright using ssh without the need to have password and user... (5 Replies)
Discussion started by: sexyTrojan
5 Replies

7. UNIX for Dummies Questions & Answers

To copy a file from one unix server to another unix server through scripts

I am getting the fallowing error when i am trying to execute the scp commomd in shell script warning: You have no controlling tty. Cannot read confirmation. warning: Authentication failed. Disconnected; key exchange or algorithm negotiation failed (Key exchange failed.). scp2: warning: ssh2... (1 Reply)
Discussion started by: manit
1 Replies

8. Shell Programming and Scripting

oracle reports from unix

i have sql script (ex:a.sql) that generates 10 csv files ex: a.csv b.csv c.csv ......... but donot want 10 separate csv files i want a single csv files with 10 different tab that contains all data is it possible from unix :( (2 Replies)
Discussion started by: alokjyotibal
2 Replies

9. Shell Programming and Scripting

How to connect unix server to unix server through shell scripts

Hi, I would like to connect UNIX server to UNIX server through shell scripts and i have some concepts . But i am totally confused how to connect UNIX server to UNIX server throuth running a script. It will be greatful to me if any buddy will help me. with simple example please. Thanks in... (2 Replies)
Discussion started by: phatan
2 Replies

10. Shell Programming and Scripting

How to connect unix server to unix server through shell scripts

Hi, I would like to connect UNIX server to UNIX server through shell scripts and i have some concepts . But i am totally confused how to connect UNIX server to UNIX server throuth running a script. It will be greatful to me if any buddy will help me. Thanks in advance. Phatan:) (2 Replies)
Discussion started by: phatan
2 Replies
Login or Register to Ask a Question
ncurses5.4-config(1)					    BSD General Commands Manual 				      ncurses5.4-config(1)

NAME
ncurses5.4-config -- report configuration and linking information for ncurses SYNOPSIS
ncurses5.4-config {--prefix | --exex-prefix | --cflags | --libs | --version | --abi-version | --mouse-version | --bindir | --datadir | --lib- dir | --mandir | --terminfo | --terminfo-dirs | --termpath } DESCRIPTION
The ncurses5.4-config utility reports ncurses configuration and linking information. The options are as follows: ---prefix Reports package-prefix ncurses5.4-config was installed with ---exec-prefix Reports executable-prefix ncurses5.4-config was installed with ---cflags Reports C compiler flags needed to compile with ncurses ---libs Reports libraries needed to link with ncurses ---version Reports release+patchdate version ncurses5.4-config was installed with ---abi-version Reports ABI version ncurses5.4-config was installed with ---mouse-version Reports mouse-interface version ncurses5.4-config was installed with ---bindir Reports directory containing ncurses5.4-config programs ---datadir Reports directory containing ncurses5.4-config data ---libdir Reports directory containing ncurses5.4-config libraries ---mandir Reports directory containing ncurses5.4-config manpages ---terminfo Reports $TERMINFO terminfo database path ---terminfo-dirs Reports $TERMINFO_DIRS directory list ---termpath Reports $TERMPATH termcap list EXIT STATUS
The ncurses5.4-config utility exits 0 on success, and >0 if an error occurs. BSD
January 13, 2009 BSD