SSRS - Report on software deployment Exit Codes on client machines

Hi,
Can anyone advise whether its possible to report on Software deployment Exit Codes on client machines, with a particular exit code and how many times the deployment has been retried?
Example:
Application deployment- App1
Failed with Exit code : 0x1388 (5000) Log off network
I would like to report on clients with App1 deployment failed with exit code 5000 and how many times on retry?
Regards,
Craig
MCTS | MCITP | MCSA

Only the last return code can be queried (see the default SRS reports). Number of retries are not reported.
Torsten Meringer | http://www.mssccmfaq.de

Similar Messages

  • Output of PL/SQL code in Client Machine.

    I am writing the output of PL-SQL code to a file. Later on I will use that output in a UNIX shell script.
    For that I am creating directory object and using the UTL_FILE.fopen and UTL_FILE.put_line functions of UTL_FILE package in Oracle.
    E.G.
    1) CREATE OR REPLACE DIRECTORY MYDIR AS '…………………ANY VALID DIRECTORY PATH IN SERVER……………………………’;
    2)
    DECLARE
    config_file UTL_FILE.file_type;
    lv_i BINARY_INTEGER := 1;
    BEGIN
    lv_i := 2;
    config_file := UTL_FILE.fopen ('MYDIR', 'test.txt', 'W');
    UTL_FILE.put_line (config_file, 'This is test file' || 'lv_i= ' || lv_i);
    UTL_FILE.fclose (config_file);
    END;
    But UTL_FILE.fopen and UTL_FILE.put_line functions in oracle can write only to ORACLE SERVER side files.
    However, I want to write the output of the file to the UNIX box from where I am accessing database (using sqlplus DB_USER_NAME/DB_PASSWORD@DB_NAME).
    Is it possible in Oracle 10g (10.2.0.4.0) to write the output of PL/SQL code in client machine?

    Hi,
    Just an idea. I haven't tried it before in unix server since there's no chance to.
    In Windows you can actually map the specified folder where you want to write the file, so in this case, you just need to find a way on how you can map/mount the folder/directory where you want your file written. UTL_FILE can be used to write files(if the file does not exists) and write text in that file on a directory accross the network as I have done it before in Windows machine.
    Regards.

  • Printing a report directly to the printer on the client machine

    Hi All,
    I am migrating reports from 6i to 10g, all these reports are called from menu and some from forms. There are some reports which are directly sent to the printer for printing. My question is when we run those reports that are sent directly to the printer from OAS, Can we make it refer to the printer set up on the client machine?. Can any one let me know regarding this?.
    Regards,
    Prasad.

    Check out the orarrp utility (Oracle Reports Remote Printing Utility) on Metalink, note 277431.1.
    It may be easier in the end to set up printers on the OAS. I guess that client PC's are using network printers, or are the really using printers connected directly to the PC?

  • EJB deployment/access from the Client Machine

    I want to deploy/access the EJB on the Oracle 8i server from the
    Client Machine. From the Oracle 8i server machine i am able to
    deploy and access the EJB
    When i am trying to deploy/access the EJB i am getting the
    following message
    javax.naming.CommunicationException: Unknown service : sess_iopp
    url
    Please tell me what to do ?
    Thanks in advance
    null

    Are you using JDeveloper? If yes then go to File|New->Snippets
    and select 'Example JServer EJB Client' to create an EJB client.
    : javax.naming.CommunicationException: Unknown service :
    sess_iopp
    It's sess_iiop not iopp ;-)
    Regards,
    Arun
    Manish Patel (guest) wrote:
    : I want to deploy/access the EJB on the Oracle 8i server from
    the
    : Client Machine. From the Oracle 8i server machine i am able to
    : deploy and access the EJB
    : When i am trying to deploy/access the EJB i am getting the
    : following message
    : javax.naming.CommunicationException: Unknown service :
    sess_iopp
    : url
    : Please tell me what to do ?
    : Thanks in advance
    null

  • Problem in running TVApplet code on client machine.

    Hi Friends
    I installed the JMF windows pack and ran the JMF Diagnostic applet
    successfully. Then I compiled and ran the TVApplet example code
    given by Sun through a htm file successfully in Internet Explorer on my
    machine.
    My operating system is Windows 2000 Professional.
    My Web server is Tomcat 4.1.31 which is installed at my machine itself.
    I am able to run this applet on my machine but when I access this
    applet on some different machine it is not running and seeing in Java
    Console,Exceptions are found as:-
    java.lang.NoClassDefFoundError: javax/media/ControllerListener
    Can sombody help me here ???
    Why the applet is not running on the client side.
    Is the JMF APIs or some of its file required to be present at the client
    side.
    The client machine is having required version of Internet Explorer and client machine operating system is XP,2000.
    Thanks

    the jar file reqiured is jmf.jar this jar file will there in
    jmf_home/lib
    for example in my mechine
    C:\Program Files\JMF2.1.1e\lib this jar file contain all the file reqired to run the application
    i think you may need some of the dll files also to run see
    if reqiured the then it may throw exception
    java.lang.UnsatisfiedLinkError then put respective dll file to workiing folder or the system32 folder

  • After generating report in PDF in browser, save on client machine in diff.format

    I want to display my report in the Web Browser (using Servlets), in PDF format.
    Now, the user should be given the option to save this report onto his machine as a local file in a format of his choice (HTML, RTF, PDF, Excel). How can I do this?
    null

    Hello,
    These formats are very different. You can only do this by re-running the report. You could put hyperlinks in the source PDF file that pass on the same command line arguments that were used to run the PDF report, except that DESFORMAT would be changed to another format (HTML, RTF, DELIMITED).
    Regards,
    The Oracle Reports Team --skw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Can I Deploy Operating System in Client Machine by using Windows Intune

    I want to know can operating system like windows 8.1 can be deployed by windows intune in client computer. and if it is possible what are the steps i have to perform

    Unfortunately Intune currently doesn't provide Operating System Deployment functionality.
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Ssrs report web service to save report as pdf throws error Soap exception unhandeled by user code

    I am creating a C# web application to save  an SSRS report as a pdf file on my local machine.
    I added the ReportService web reference as RS2005 and ReportExecution2005 web reference as RE2005.
    http://myServer/ReportServer_DEVPROJECT/ReportExecution2005.asmx?WSDL
    http://myServer/ReportServer_DEVPROJECT/ReportService2005.asmx?WSDL
    I created the following function SaveReport that is called on button click. My report can be accessed on the report server with the following url:
    http://myServer/Reports_DEVPROJECT/Pages/Report.aspx?ItemPath=%2fData+Mgmt%2fSample+Letter
    On the Report Manager home page the report link appears as "SAMPLE LETTER".
    It is deployed in the DataMgmt folder on the Report Manager.
    It uses a data source called "DS Letter" with option "Credentials stored securely in the report server"
    My application gets compiled, but I get the following run time error:
    Error: Soap exception unhandeled by user code. The item '/DataMgmt/Sample Letter' cannot be found. ---> Microsoft.ReportingService
    s.Diagnostics.Utilities.ItemNotFoundException: The item '/DataMgmt/Sample Letter' cannot be found.
    Please check my code and let me know what I can do to run this successfully. Once this is done, I would like to get help with passing a parameter (memberID) to the generate report for that member, through this application.
    Thank You in advance for your help.
    public static void SaveReport()
    RS2005.ReportingService2005 rs;
    RE2005.ReportExecutionService rsExec;
    // Create a new proxy to the web service
    rs = new RS2005.ReportingService2005();
    rsExec = new RE2005.ReportExecutionService();
    // Authenticate to the Web service using Windows credentials
    rs.Credentials = System.Net.CredentialCache.DefaultCredentials;
    rsExec.Credentials = System.Net.CredentialCache.DefaultCredentials;
    rs.Url = "http://myServer/ReportServer_DEVPROJECT/ReportService2005.asmx";
    rsExec.Url = "http://myServer/ReportServer_DEVPROJECT/ReportExecution2005.asmx";
    string historyID = null;
    string deviceInfo = null;
    string format = "pdf";
    Byte[] results;
    string encoding = String.Empty;
    string mimeType = String.Empty;
    string extension = String.Empty;
    RE2005.Warning[] warnings = null;
    string[] streamIDs = null;
    string fileName = @"c:\temp\samplerHAPeport.pdf";
    string _reportName = @"/DataMgmt/Sample HAP Letter";
    string _historyID = null;
    bool _forRendering = false;
    RS2005.ParameterValue[] _values = null;
    RS2005.DataSourceCredentials[] _credentials = null;
    RS2005.ReportParameter[] _parameters = null;
    try
    _parameters = rs.GetReportParameters(_reportName, _historyID, _forRendering, _values, _credentials);
    RE2005.ExecutionInfo ei = rsExec.LoadReport(_reportName, historyID);
    RE2005.ParameterValue[] parameters = new RE2005.ParameterValue[1];
    if (_parameters.Length > 0)
    //parameters[0] = new RE2005.ParameterValue();
    //parameters[0].Label = "";
    //parameters[0].Name = "";
    //parameters[0].Value = "";
    rsExec.SetExecutionParameters(parameters, "en-us");
    results = rsExec.Render(format, deviceInfo,
    out extension, out encoding,
    out mimeType, out warnings, out streamIDs);
    using (FileStream stream = File.OpenWrite(fileName))
    stream.Write(results, 0, results.Length);
    catch (Exception ex)
    throw ex;
    protected void BtnGenReport_Click(object sender, EventArgs e)
    SaveReport();

    Hello Devster,
    Thank you to post your question on TechNet forum.
    After reviewing the whole post, I have a question to you. You can access the report via the link, http://myServer/Reports_DEVPROJECT/Pages/Report.aspx?ItemPath=%2fData+Mgmt%2fSample+Letter.
    From the URL, I can see that the report is located at: /Data Mgmt/Sample Letter, instead of /DataMgmt/Sample Letter. In addition, I found that the target report is "/DataMgmt/Sample HAP Letter" instead of "/DataMgmt/Sample Letter" as the error described. I
    am not sure whether you post out the correct code segment.
    Please check the above things on your side, and hope it is helpful to you.
    Regards,
    Edward
    Edward Zhu
    TechNet Community Support

  • SCCM report for specific exit code

    Can SCCM 2007 report on a specific exit code that is passed to a log file? I'm trying to make the report look for any installs that end in exit code 4 which occurs when a specific logic occurs. 

    No, there's nothing built in to skim log files or report on their contents. You could easily write a script to do this though and populate a custom WMI class instance that ConfigMgr can pick up.
    Jason | http://blog.configmgrftw.com

  • IE 10: SSRS Reports no longer allows Drop Down functionality

    IE 10 doesn't support the SSRS Report Drop Down Functionality.
    It works fine with IE 9:
    The drop down arrow functionality only works with IE9 SSRS server for folders and reports. It does not work with IE 10.
    Please advise.
    Garth Henderson - Vanguard Business Technology

    Hi Garth,
    Thanks for your posting.
    I can fully understand the inconvenience to set configure the Compatibility View settings of IE 10 on each client computer. Based on my research, you can try the Active Directory Group Policy Object (GPO) to deploy IE settings to client machines. For more
    information, please see:
    http://technet.microsoft.com/en-us/library/gg699415.aspx
    http://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/76ad800d-183b-44ed-8635-3f2feec3a223/#76ad800d-183b-44ed-8635-3f2feec3a223
    I would suggest you submitting a wish at
    https://connect.microsoft.com/sql.
    Connect site is a connection point between you and Microsoft, and ultimately the larger community. Your feedback enables Microsoft to make software and services the best that they can be, and you can learn about and contribute to exciting projects.
    Thanks for your understanding.
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Certificate signing operation was not successful - Exit code: 127

    We are using SCOM 2012 SP1 CU2 to deploy agent to a Redhat Linux.
    In the process, we are able to successfully discover the target machine, but when we click on "Manage" we get this below error message.  Why should there be scxadmin file or directory already present ?  Isn't the installer supposed to
    create this file ?  We have successfully deployed agent to another client machine with exact same OS.  So, what might be happening here ???  Any insight is appreciated.
    Failed to sign kit. Exit code: 127
    Standard Output:
    Standard Error: bash: /opt/microsoft/scx/bin/tools/scxadmin: No such file or directory
    Exception Message:

    this is the version scx-1.4.1-278.x86_64 is what we use and I assume it got there by me pushing the agent.  scx-1.4.1-278.x86_64
    rpm -e scx returned...
    /opt/microsoft/scx/bin/scxcimserver not installed
    rm: cannot remove `/opt/microsoft/scx/lib': No such file or directory
    rm: cannot remove `/opt/microsoft/scx/bin': No such file or directory
    When I check /var/opt and /etc/opt microsoft directories were there and I was able to remove them successfully.  When I push the agent again after removing everything, I get this below error message.
    Task invocation failed with error code -2130771918. Error message was: Certificate signing module called with an empty certificate. Check that the certificate on the remote host is valid, and that the remote host can be accessed over SSH.
    Management group: mymanagementgroup
    Workflow name: Microsoft.Unix.Agent.GetCert.Task
    Object name: MY - UNIX Resource Pool
    Object ID: {9810A404-BA8B-E34C-45E7-25FFCCF3C40E}

  • SSRS report mail subsription is failing.

    Hi All,
    I have one SSRS report which is deployed in my local report server. I need to activate email subscription for the same. I have given my outlook email address and SMTP server which is copied from outlook settings to Report configuration manager. Then I have
    created a mail account and profile in sql server. I made the profile as public and default one. I have chosen basic authentication and provided my windows account and password for SMTP authentication. Port number is 25 which was given there as default.
    SSL was not ticked. Then I have tried with the below sp.
    EXEC msdb.dbo.sp_send_dbmail
    @recipients='[email protected]'
     ,@subject='test'
    ,@body='test'
    Everything worked fine. I have got the mail also. Then I tried to create a mail subscription for the deployed report on
    my report server. I have scheduled it also. But I'm getting error message. Then searched in net and read somewhere that we are supposed to use windows authentication for SMTP. Then I changed the mail account to use windows authentication for SMTP. Even then
    also I'm getting the same error given below.
    Failure sending mail: The SMTP server requires a secure connection or the
    client was not authenticated. The server response was: 5.7.1 Client was not
    authenticatedMail will not be resent.
    I have noticed another issue.
    Because of the above error, I have chosen to use the secure connection (SSL) in the mail account. Also, SMTP authentication is Basic Authentication. I am not able to send email from database itself after checking the secure connection option. I
    was able to send mail from database(by using the [proc dbo.sp_send_dbmail) when unchecking Secure connection option.  
    I'm getting the below error when running this query
    SELECT
    *FROMmsdb.dbo.sysmail_event_logorderbylog_datedesc
    The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 6 (2015-04-22T17:45:22). Exception Message: Cannot send mails to mail server. (The remote certificate is invalid according to the validation procedure.).
    Please suggest
    Regards,
    Julie

    See if this helps
    https://saravananarumugam.wordpress.com/2012/04/30/the-smtp-server-requires-a-secure-connection-or-the-client-was-not-authenticated-the-server-response-was-5-7-1-client-was-not-authenticated/
    Also check SSRS config
    https://msdn.microsoft.com/en-us/library/ms345234.aspx
    If still it doesnt work see if you can turn on anonymous authentication in SMTP server
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Reports6i - RWRUN60 command line exit codes - Help

    Basically I'm running a process in C# that execute multiple reports through Process.Start() method, once completed I'm checking the Process.ExitCode to verify if it was a successful execution.
    In the arguments for the command line execution I'm passing the ERRFILE=ErrorFile.txt argument to have an error log,.
    Usually after a successful execution, by 'standard' (actually best practice I think), the exit code of an application is 0, but in some reports I'm having exit codes like 4, and no errors are logged in the ERRFILE.
    I've checked the Reference Manual already, but I can't find any reference to command line error/exit level/code.
    If somebody has the RWRUN60.exe process exit codes I'd appreciate it.
    Thanks in advance.

    Please find the below code.
    I am not sure whether it is useful to you.
    DISPLAY=3.37.8.165:0.0;
    export DISPLAY
    #FTP ROUTINE
    ftp_proc()
    { if test -f $output_file/$output_file_web
    then
    a=`wc -l $output_file/$output_file_web| cut -c1-8`
    if [ $a = "" -o $a = "0" ]
    then
    echo 'FTP not required for $output_file_web because it has zero lines'
    $sh_path/crt_arch.sh $output_file $output_file_web $arch_file m
    else
    echo "ftp $output_file_web File"
    $sh_path/ftp_put_bin_script.sh centerpieceprod.motors.ge.com ftprpt test123 \
    $output_file $output_file_web /u03/app/applmgr/homepage/reports \
    $output_file_web $ftp_mode
    $sh_path/crt_arch.sh $output_file $output_file_web $archive_path m
    fi
    else
    echo 'WARNING : $output_file_unix file does not exist'
    fi
    unset a
    ## *** PROCESS STEP 010 ***
    ## Set environment, establish ID/password variables and process variables
    echo 'STEP010 : Setup variables and environment\n'
    echo 'STEP010 : Start Time - \c';date
    #!/bin/ksh
    #1###### Set the enviroment like APPS_SID, STEL_SID ##############
    CONST_ENV=$1                    
    . /var/opt/ge/bin/constell_environment $CONST_ENV
    if [ $? -ne 0 ]
    then
    echo "Environment not set\n"
    exit 1
    fi
    ####### Set the oracle environment for constellar database like NLS_LANG
    ORACLE_SID=$STEL_SID
    . /opt/bin/SET_environment
    ####### Get DB user and Password ########
    USER_PW=`/var/opt/ge/bin/GE_pw $STEL_SID $APPS_DB_USR`
    if [ $? -ne 0 ]
    then
    echo "Failed to get constellar password - "
    exit 1
    fi
    login=$STEL_DB_USR
    passwd=$USER_PW
    instance=$STEL_SID
    PRINTER=ps264laser1
    export PRINTER
    connect_str=$login/$passwd
    ##----------## Establish environment variables
    sh_path=$GESTEL_TOP/bin; export sh_path
    plsql_path=$GESTEL_TOP/plsql; export plsql_path
    tmp_path=$GESTEL_TOP/tmp; export tmp_path
    output_file=$GESTEL_TOP/out; export output_path
    input_path=$GESTEL_TOP/in; export input_path
    log_path=$GESTEL_TOP/log; export log_path
    archive_path=$GESTEL_TOP/archive; export archive_path
    scr_path=$GESTEL_TOP; export scr_path
    idw_name='REPORTS'; export idw_name;
    DISPLAY=3.37.8.165:0.0; export DISPLAY
    # <<<<<<<<<<<<<<<<<< M A I N P R O G R A M >>>>>>>>>>>>>>>>>>>>
    echo "<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"
    date "+%D %T Begin of the REPORT process."
    echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
    echo STARTING $0 `date +%c`
    echo $connect_str
    DAY=`date +%a`
    echo day of week is $DAY
    echo start batch jobs always executed
    echo start MSCP$plant programs always executed
    if [ $DAY = Sun -o $DAY = Mon ]
    then
    ## Build temp table containing all purchase orders ##
    sqlplus $connect_str @$plsql_path/exec_pop_tbl.sql
    fi
    # POPULATE THE IN SHIP TABLE AND THE OPEN PO TABLES
    echo "Executing Interface for Reports data\n"
    ## Build temp table containing all purchase orders ##
    sqlplus $connect_str @$plsql_path/create_open_po_report_tbl.sql
    ## Generate Receipt table for reports ##
    echo "Executed Interface for pos Reports data\n"
    sqlplus $connect_str @$plsql_path/crt_idw_rcpt.sql
    ## Look for any errors in HUB_SCHEDULE_TRACE table
    sqlplus $connect_str @$plsql_path/test_error.sql $idw_name $tmp_path
    unset a
    a=`wc -l $tmp_path/test_error.spl | cut -c1-8`
    if test $a != "0"
    then
    echo "\nERROR : Creating tables for reports\n"
    sqlplus $connect_str @$plsql_path/send_mail_msg.sql
    sqlplus $connect_str @$plsql_path/send_prod_support_mail.sql \
    $inf_rado $tmp_path
    exit 100
    fi
    echo '123'
    # FOR EACH PLANT IN THE TABLE,GET PLANT CODE
    echo '124'
    ######## Get password for apps ##########
    ORACLE_SID=$STEL_SID
    . /opt/bin/SET_environment
    unset TNS_ADMIN
    USER_PW=`/var/opt/ge/bin/GE_pw $STEL_SID $STEL_APP_USR`
    if [ $? -ne 0 ]
    then
    echo "Failed to get Apps password - "
    exit 1
    fi
    apps_conn=$STEL_APP_USR/$USER_PW
    echo '\nApps connected '
    echo $login
    echo $passwd
    for x in `sqlplus -s $apps_conn <<-MMM
    set pages 0
    set feedback 0
    SELECT
    TRANSLATE(RPAD(PARAM_VALUE,3),' ','x')||param_desc CODE
    FROM GECV_INT_PARAMS
    where interface_code = 'DLY_REPORTS'
    and param_code = 'Plant code and printer'
    EXIT
    MMM
    `
    do
    plant1=`echo $x | awk '{print substr($0,3,1)}'`
         echo $plant1
    if [ "$plant1" = "x" ]
    then
    plant=`echo $x | awk '{print substr($0,1,2)}'`
    else
    plant=`echo $x | awk '{print substr($0,1,3)}'`
    fi
    echo $plant
    box=`echo $x | awk '{print substr($0,4,length($0))}'`
    echo $box
    DAY=`date +%a`
    echo day of week is $DAY
    echo 'Start Time - \c';date
    echo start MSCP$plant programs executed on sunday or monday
    #DAILY RECEIVING FOR EACH PLANT
    echo $output_file
    #echo ' The Printer Name is : '
    #echo $PRINTER
    ORACLE_HOME=/u04/app/applmgr/DFWPR107ora/8.0.6
    rwrun60c report=$sh_path/rcvd1.rdf userid=$login/$passwd@$instance \
    destype=file desname=$output_file/$plant'rcvd1.txt' batch=yes ctrplt=$plant \
    pagesize=132x66 desformat=wide180
    output_file_unix=$plant'rcvd1.txt'
    output_file_web='rcvd1'$plant'.doc'
    # Verify the day of the week to do put or append
    if [ $DAY = Sun -o $DAY = Mon ]
    then
    ftp_mode=append
    else
    ftp_mode=put
    fi
    $sh_path/report_ascii_to_rtf.sh $output_file_unix $output_file_web
    ftp_proc
    #PLANT CODE PHL THEN RUN DIFF REPORTS
    if [ $plant = PHL ]
    then
    REP_POPLT=phl_poplt.rdf
    REP_POPD=phl_popd.rdf
    REP_POANA1=phl_poana1.rdf
    REP_POANA2=phl_poana2.rdf
    else
    REP_POPLT=poplt.rdf
    REP_POPD=popd.rdf
    REP_POANA1=poana1.rdf
    REP_POANA2=poana2.rdf
    fi
    echo $REP_POPLT
    #OPEN PURCHASE ORDERS
    ORACLE_HOME=/u04/app/applmgr/DFWPR107ora/8.0.6
    rwrun60c report=$sh_path/$REP_POPLT userid=$login/$passwd@$instance \
    destype=file desname=$output_file/$plant'poplt.txt' batch=yes ctrplt=$plant \
    pagesize=132x66 desformat=wide180
    output_file_unix=$plant'poplt.txt'
    output_file_web='poplt'$plant'.doc'
    ftp_mode=put
    $sh_path/report_ascii_to_rtf.sh $output_file_unix $output_file_web
    ftp_proc
    #PAST DUE PURCHASE ORDERS
    ORACLE_HOME=/u04/app/applmgr/DFWPR107ora/8.0.6
    rwrun60c report=$sh_path/$REP_POPD userid=$login/$passwd@$instance \
    destype=file desname=$output_file/$plant'popd.txt' batch=yes ctrplt=$plant \
    pagesize=132x66 desformat=wide180
    output_file_unix=$plant'popd.txt'
    output_file_web='popd'$plant'.doc'
    ftp_mode=put
    $sh_path/report_ascii_to_rtf.sh $output_file_unix $output_file_web
    ftp_proc
    #PURCHASE ORDERS BY ANALYST
    ORACLE_HOME=/u04/app/applmgr/DFWPR107ora/8.0.6
    rwrun60c report=$sh_path/$REP_POANA1 userid=$login/$passwd@$instance \
    destype=file desname=$output_file/$plant'poana1.txt' batch=yes ctrplt=$plant \
    pagesize=132x66 desformat=wide180
    output_file_unix=$plant'poana1.txt'
    output_file_web='poana1'$plant'.doc'
    ftp_mode=put
    $sh_path/report_ascii_to_rtf.sh $output_file_unix $output_file_web
    ftp_proc
    # PURCHASE ORDER BY PART
    # skl.run model for oracle reports executables
    ORACLE_HOME=/u04/app/applmgr/DFWPR107ora/8.0.6
    rwrun60c report=$sh_path/$REP_POANA2 userid=$login/$passwd@$instance \
    destype=file desname=$output_file/$plant'poana2.txt' batch=yes ctrplt=$plant \
    pagesize=132x66 desformat=wide180
    output_file_unix=$plant'poana2.txt'
    output_file_web='poana2'$plant'.doc'
    ftp_mode=put
    $sh_path/report_ascii_to_rtf.sh $output_file_unix $output_file_web
    ftp_proc
    echo start MSCP$plant programs always executed
    if [ $DAY = Sun -o $DAY = Mon ]
    then
    ## Build temp table containing all purchase orders ##
    # skl.run model for oracle reports executables
    # RECEIVING LOG BY WEEK
    ORACLE_HOME=/u04/app/applmgr/DFWPR107ora/8.0.6
    rwrun60c report=$sh_path/rcvw1.rdf userid=$login/$passwd@$instance \
    destype=file desname=$output_file/$plant'rcvw1.txt' batch=yes ctrplt=$plant \
    pagesize=132x66 desformat=wide180
    output_file_unix=$plant'rcvw1.txt'
    output_file_web='rcvw1'$plant'.doc'
    ftp_mode=put
    $sh_path/report_ascii_to_rtf.sh $output_file_unix $output_file_web
    ftp_proc
    # RECEIVING LOG BY ACCOUNT
    ORACLE_HOME=/u04/app/applmgr/DFWPR107ora/8.0.6
    rwrun60c report=$sh_path/wacsum.rdf userid=$login/$passwd@$instance \
    destype=file desname=$output_file/$plant'wacsum.txt' batch=yes ctrplt=$plant \
    pagesize=132x66 desformat=wide180
    output_file_unix=$plant'wacsum.txt'
    output_file_web='wacsum'$plant'.doc'
    ftp_mode=put
    $sh_path/report_ascii_to_rtf.sh $output_file_unix $output_file_web
    ftp_proc
    # COMMITTED DOLLAR DETAIL REPORT
    ORACLE_HOME=/u04/app/applmgr/DFWPR107ora/8.0.6
    rwrun60c report=$sh_path/cmtdet.rdf userid=$login/$passwd@$instance \
    destype=file desname=$output_file/$plant'cmtdet.txt' batch=yes ctrplt=$plant \
    pagesize=132x66 desformat=wide180
    output_file_unix=$plant'cmtdet.txt'
    output_file_web='cmtdet'$plant'.doc'
    ftp_mode=put
    $sh_path/report_ascii_to_rtf.sh $output_file_unix $output_file_web
    ftp_proc
    # COMMITTED DOLLAR SUMMARY REPORT
    ORACLE_HOME=/u04/app/applmgr/DFWPR107ora/8.0.6
    rwrun60c report=$sh_path/cmtsum.rdf userid=$login/$passwd@$instance \
    destype=file desname=$output_file/$plant'cmtsum.txt' batch=yes ctrplt=$plant \
    pagesize=132x66 desformat=wide180
    output_file_unix=$plant'cmtsum.txt'
    output_file_web='cmtsum'$plant'.doc'
    ftp_mode=put
    $sh_path/report_ascii_to_rtf.sh $output_file_unix $output_file_web
    ftp_proc
    fi
    done
    echo end MSCP$plant programs always executed

  • AdobeAIR Runtime Redistribution exit code 9

    Hi there,
    Anyone see the exit code "9" for the AdobeAIR using the
    bundle runtime installer? This only seems to happen on Mac OSX
    Steps to replicate the issue:
    1. On a Mac, uninstall Adobe AIR 1.5.0 in
    /Application/Utilties/
    2. Run the bundle runtime installer, with -silent option
    3. .airinstall.log reports,
    App installer failed; exit code 9
    Thanks in advance, really appreciate for any assistance.
    Thanks,
    Calebmei

    Found the issue, it was cause by Adobe AIR app installed on
    another account on the same machine. Remove all apps before
    reinstall Adobe AIR seems resolved the issue.

  • Crystal Report Viewer on Client Machine

    Hi all,
               I am new to Crystal Reports. I want Open the crystal Report from SAP Interprise Portal. I want to know the Crytal Report viewer needs to be installed on client machine or without that also we can show the report. Thanks for your support in advance.
    Thanks & Regards
    Sivaramakrishnan V

    Hi,
    If you have any issues with Crystal reports .Net SDK's then please post your questions in [Crystal Reports .NET SDK forum|SAP Crystal Reports, version for Visual Studio;.
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all .NET SDK queries remain in one place and thus can be easily searched in one place.
    Thank you for your understanding,
    In order to run the reports on the server where Crystal Reports is not installed, you need to install the runtimes of the Crystal Reports on the server.
    Runtimes of Crystal Reports contains all the requiered dlls of CR to run the reports where CR in not installed.
    Link to download CR runtimes - click [here|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm]
    The Wiki [here|https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsforVisualStudio.NETRuntimeDistribution-Versions9.1to12.0] is currently the best resource for CR.NET Runtime information.
    Hope this will help!!
    Amit

Maybe you are looking for

  • Syncing through icloud doesn't work., syncing through icloud doesn't work.

    My info on my iphone won't sync to icloud. Seems like the server is down?? has been earlier today but according to support it should be running now. no syncing at all from and to ipad, iphone x2, mbp /Jari

  • Authorization Problem for Ztcodes

    Hi All,        I m having a problem in zdevelopments that every user can access these T-code  without any authorization. I want that there should be proper autorization to access these tcodes like standard tcodes. when i told to basis guy to restrict

  • .mac vs. Mobile Me

    I was a .mac user prior to MobileMe. I got Mobile Me to sync up with my iPhone. I manually set it up on the phone. However, when the phone is connected to my Mac, it doesn't appear that MobileMe is set up, since the Set Up Now button is there. Under

  • Speed issue: renaming exposed VO in AM data model page

    Hi JDev team I'm having some speed issues with a refactoring option in JDev 11gTP4. If I open the AM editor, navigate to the data model page, select an exposed VO, then rename it via the View Instance edit button dialog, it takes 1min 25seconds to co

  • I cannot download apps nor get into iTunes since ios7  what can I do

    I cannot download apps nor get into iTunes since ios7