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!

Search results for query: *

  • Users: gillrowley
  • Content: Threads
  • Order by date
  1. gillrowley

    BOE Session question

    Running BOE XI R2 embedded in a Java (Struts) website for external reporting. Single sign-on. Sometimes a person will log into InfoView (again, with single sign-on, so they are not actually typing a username and password) and a different person's reports will come up. Obviously this is a...
  2. gillrowley

    Encryption Role

    How do I create a SQL Server 2005 database role that has encryption/unencryption permissions? I don't want to make a database User a database owner. Is there a "GRANT" parameter to allow a role to encrypt/unencript I want to do something like this: CREATE ROLE db_encryption GRANT...
  3. gillrowley

    Cache Server transport error

    Getting an HTTP 500 error when trying to access a parameterized report through InfoView. Looking at the event log there are transport error warnings on the Cache Server and sometimes the WCA. When I restart the Cache Server it seems to fix itself for awhile, then breaks again. I've increased...
  4. gillrowley

    Business Objects Enterprise vs SSRS

    We currently have a BOE XI R2 reporting system for our independent clients. They access their reports through a website that has a Web Component Adapter pointing to our BOE Server. This reporting interface is embedded in a Java web application. We're thinking of replacing this with SSRS. The...
  5. gillrowley

    Date Paramater not working in InfoView

    We have an external webserver that connects to our BOE server with the WCA. One our reports has a date parameter. Clicking on the calendar icon works fine internally when accessing BOE directly, but it does not work for our external clients connecting through the web server. This problem...
  6. gillrowley

    SQL 2005 Encryption

    I have a table that contains encrypted social security numbers and other data. I'm trying to extract these SSNs onto a webpage. I pass an unencrypted SSN to a stored procedure, and the sproc encrypts the parameter, and searches the table for any matches. I come up empty in my search. Upon...
  7. gillrowley

    DTSGlobalVariable not setting

    I have code that I cannot figure out why it is not working. Basically it is an ActiveX Script that checks for the existence of a file, and if the file is newly found, set the flag, and send an email. if the file was there previously and still exists, do nothing. If the file was there, but is...
  8. gillrowley

    Customize Infoview

    We have BOE XI R2 running internally with a Web component on an external web server. Users connect through trusted authentication. If I log on to the internal version of Infoview, I can customize my Infoview just fine and save the changes. However, when I log on through the web server using...
  9. gillrowley

    SSIS Question(s)

    Very new to SSIS, still sorting out how it works. Transfering data from an AS400 to SQL 2005. 2 questions, please: 1) In the Data Flow section, what would be the easiest way to convert an 8 digit number from the AS400 (yyyymmdd) to a date format in the SQL table? 2) I have an extra field in...
  10. gillrowley

    bypass login screen

    Is there a way to pass a userID and password to BOE XI in order to log into InfoView without seeing the Infoview login page? We have a website that external customers log into, and we'd prefer not to have them log in again to view their reports. It'd be nice if we can just have them click a...
  11. gillrowley

    Table linking problem

    We recently installed a new AS400. We have an Access 2000 database that has linked tables from the AS400. We can import these tables through the system DSN, we can write pass-through queries, and we can query the tables using the DSN in Microsoft Excel. The only thing we cannot do anymore is...
  12. gillrowley

    Apache uses 100% CPU

    I had Apache installed on my PC, to run PHP pages with mySQL. Everything was fine. I recently had to re-install the operating system (Windows XP Professional, SP2), and when I reinstalled Apache and started it Apache now takes 100% of my CPU resources. It never did that before. I haven't...
  13. gillrowley

    Apache server

    Forgive me, I know this probably isn't the right forum, but none of the Apache forums seem to fit either. I had Apache installed on my PC, to run PHP pages with mySQL. I recently had to re-install the operating system (Windows XP Professional, SP2), and when I reinstalled Apache and started it...
  14. gillrowley

    Phantom html?

    I know Halloween is over, but I have a page that appears to have a ghost. When I preview the page (F12) there are the characters (without the quotes) "3,." above a table. Nowhere does this appear in the code view or the design view. All my tags have proper end tags, and there's nothing fancy...
  15. gillrowley

    Runtime 453 error

    I created a dll that will be called from another program. Basically it is just a simple function that changes a password. I compiled the dll, copied it to the system32 directory, and successfully registered it with regsvr32.exe. When I try to call the dll I get the following error: "Can't...
  16. gillrowley

    displaying error with PHP?

    If someone could visit the following link - www.btca.com/rsc/available_dogs.php, and then click on Rover (or Spot - doesn't matter) and tell me why on earth the following characters are displayed: ",`r0". What this is doing is grabbing information from a MySQL database and displaying it on the...
  17. gillrowley

    dynamic display on same page

    Hello - need help figuring out what's wrong. I'm new to PHP. I'm trying to display info in one <div> section that is dependent on which hyperlink is clicked in another <div> section on the same page. The table and hyperlinks on the left side display properly, but I can't get anything to...
  18. gillrowley

    DB connection in PHP

    I'm very new to PHP and am trying to connect to a database. I establish a connection to MySQL, but I get an error and don't know why, I'm following all the code I find on various tutorials: <?php // connect to the database $dbhost = 'localhost'; $dbuser = 'dbuser'; $dbpass = 'mypass'; $conn =...
  19. gillrowley

    Exporting form data

    I'm new to creating fillable forms for a PDF. I want to export the form data to either a .csv file, or to any other type of file for starters. When I select the "Submit a form" action in the button properties display, it asks for a URL. Whatever I put here I get the General Error "Nothing...
  20. gillrowley

    Insert Record problem

    I'm trying to insert a record in a table. One of the fields contains a directory path as its value. If I have a standard text input field, the update works fine, but if I try to use the file field (from the Forms tab) allowing the user to browse for the directory path, the Insert Record action...

Part and Inventory Search

Back
Top