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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by FlashGorden

  1. FlashGorden

    Passing out the page count from Crystal .NET

    Hi All, I have a Crystal Report that is based on an xml memory stream I pass to the datasource property in a windows .NET app. I need to be able to pass out back to the application the page count of each report. I have tried numerous ways with parameters. But only seem to be able to pass in...
  2. FlashGorden

    Importing Process files .pcf

    Hi all, At present our site use Scitor Process 98, but we want to move to Visio. Is there anyway to open Process files (.pcf or .ptf) with Visio (any version)? Thanks in advance.
  3. FlashGorden

    Crystal .net logon failed

    No. And I've tried using a DataSet and still get the same message.
  4. FlashGorden

    Crystal .net logon failed

    Hi All I am trying to use the Crystal Web Viewer in .NET, but I get the following error:Exception Details: CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed. My code is as follows: Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Public Class...
  5. FlashGorden

    ftp not connected problem

    Hi, I want to ftp files from the server to my desktom but I keep getting &quot;connection timed out&quot; message followed by &quot;not connected&quot;. My script looks like this: #!/usr/bin/ksh # cd $Source ftp -n -v $MyPCIP << ENDFTP put $File $File_To quit ENDFTP Any help would be...
  6. FlashGorden

    tar write error

    Hi, I have previously had a tar write error which turned out to be not enough space on the DLT. I modified the backup job to backup from an include file. However before any files are backed up there is a tar: write error: unexpected EOF. But then the files seem to be backed up. Is this...
  7. FlashGorden

    tar backup error message

    Hi, I run a tar command to backup my files and produce a log. I recently noticed a write error. Could anyone shed any light on the subject? Below is an extract of the log before and after the error: a /d2_index/vaccfmd/ 0 tape blocks a /d2_index/vaccfmd/vacc_tables.dbf 20484 tape blocks a...
  8. FlashGorden

    Modifying read-only Excel spread sheet

    Hi all, We have a spreadsheet that is on a NT server on a shared drive. It is read only for most users, but password protected to modify. However frequently when it comes to modifying a message that a certain user has the file open appeaers. When the person allegedly with the file open has...
  9. FlashGorden

    What does a Core file indicate

    In the root directory I have a rather large core file. Is this serious? It indicates that the dtfile may have a problem, how do I troubleshoot this? Thanks in advance
  10. FlashGorden

    Passing variables to SQL procedure (AGAIN)

    Sorry to all those who answered my last problem on this matter. What I wanted to know was why I could only pass variables containing only numbers from a korn shell program. If there were any letters in the variable then this message is displayed. BEGIN find_record(2, ANI31500300.bad); END...
  11. FlashGorden

    Passing variables to SQL procedure

    I have a shell that passes 2 variables to a simply SQL procedure (find_record1) which checks if a record is present in the db and outputs a log. The procedure works fine as long as the variables passed in contain only numbers. If any other character is contained in the variable the following...
  12. FlashGorden

    Calling an Oracle Store SQL Procedure

    HI I have a stored sql procedure and I need to be able to call it from a UNIX shell and pass in a varible. Any help would be greatly apprieciated. Thanks
  13. FlashGorden

    Unix error codes

    Hi I am running a korn shell on a Solaris system and I have had an error 32. What is an error 32 or better yet is there a function that I can use to find what an error code refers to? Thanks
  14. FlashGorden

    Report fills hard disk when run

    Hi I am new to Crystal so excuse any daft questions. I am reporting on an Oracle database that currently has 28 million records. When I run a report my C drive is filled very quickly and often causes a crash. Is there any way I can stop this happening or redirect these temp files (if thats...
  15. FlashGorden

    Directory size

    Hi I need to display the total file size of a directory in Unix that is all the files contained in the directory added together. Thanks

Part and Inventory Search

Back
Top