Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tlm153

    Business View Parameter Issue

    I checked all of the permissions in Business Views and the look correct. In fact, I have about 12 other reports that were all imported at the same time and they are all working except for this one. The permissions are set to "inherit" from the top level. Does the "inherit" sometimes not work...
  2. tlm153

    Business View Parameter Issue

    I created a Business View from a stored procedure which has one parameter (a varchar field). The report connects to the BV with no issues. When I put the report in B.O. Enterprise (Central Mgmt Console), the report looks good and I can see the parameter. When I exported the view and imported...
  3. tlm153

    Business Views Export/Import

    Currently, when we import a new business view (in XI) into our production environment, it overwrites the password in our Connection. We have one connection that is used for numerous reports. Does anyone know if there is a way around this? We would like to be able to deploy a new report...
  4. tlm153

    Passing Data to Calling Script

    I am calling Perl from a bat script. Does anyone know if Perl can pass data back to the bat script (which is the calling program)? If so, then what would be the best way?
  5. tlm153

    Net::FTP

    I tried do the following command in Perl: $ftp = Net::FTP->new($ftp_server, Debug => 0) or die "Cannot Connect to FTP Server"; The Perl program does the die command but when I return to the Unix script, it does not seem to get the return code. I am doing: if ($? != 0) then echo "FTP...
  6. tlm153

    Net::FTP

    If I do the "exit 1" command in Perl, then where do I put the command within the Net::FTP command? $ftp = Net::FTP->new($ftp_server, Debug => 0) or die "Cannot connect: $@\n";
  7. tlm153

    Return Code from Perl

    I have to call a Perl script (doing FTP), how do I check the return code in my Unix script when I return from Perl? echo Check for file on ftp server. ${Perl}newftpGetSsg.pl ${ftpPrms} ${AplTrgr}
  8. tlm153

    Net::FTP

    I think I understand how to use Net::FTP. I am calling a Perl script from a Unix script. If the Perl script cannont connect to the server, I think it sends back a return code to the Unix script. Does anyone know how to capture the return code in the Unix script?
  9. tlm153

    Does any use (or used to) Neon?

    We just upgraded to MQ Series 5.3. Our old server has MQ 5.0 and we used Neon 5.1 (precursor to MQSI). We are trying to use MQ 5.3 with Neon but are having issues with the rule engines. It keeps saying that it can't connect to the queue manager. We don't have any issues putting or getting...

Part and Inventory Search

Back
Top