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 TouchToneTommy 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: petersJazz
  • Content: Threads
  • Order by date
  1. petersJazz

    MDX Filter or Except

    hi, In a report (SSRS) users choose Country (a dimension) to get out some measures. Now I need to take away some Companies (another dimension) from the list. There is no relation between the dimension. I have done some simple tests for doing this but I dont understand how to do it. with...
  2. petersJazz

    Open with PDF

    hi, in EnterpriseOne users often open report output in PDF format. When doing so they will always get prompted with a question to open or save file. They will always click open. Is it possible to setup open as a default and not showing this alert.
  3. petersJazz

    SQL Loader put NULL in NCHAR field when it should be blanks

    In our sql loader scripts we load text files into unicode char fields. In previous version of the software it loaded the same text files into normal char fields and then it loaded blanks into blanks in table. Is this a bug, can the behavior be overwritten somehow?
  4. petersJazz

    Hyperion 6.5 and single signon (sync with windows AD)?

    Is it possible to use single signon in Hyperion 6.5 in some way. We want the users just to logon to the PC (Window XP and domain accounts) and then be able to start Hyperion 6.5 in citrix without loggin in once more. Is there a way to do that?
  5. petersJazz

    Transparent GIF problem

    hi, have problem with transparent GIF. From one gif I want to extract a part and convert black (0,0,0) to transparent. Anyone understand why it wont work? Why doesnt black convert to transparent? $im1=imagecreatefromgif($file1); $im2=imagecreatetruecolor(30,30); $black =...
  6. petersJazz

    Sysdoc for Oracle PL/SQL and sh source

    hi, is there a good tool that can help me in documenting a big system of .sh scripts calling pl/sql packages. With this tool or guideline I would be able to see what code is not in use any more and to more easily follow what happens as I need to correct some problems in the code.
  7. petersJazz

    Code similar to ColorPicker

    hi, Today it looks like this: A normal select list of backgrounds like BG01, BG02, BG03, BG04, generated in PHP based on what backgrounds are setup for the site: <select name="frame"> <option value="-">--Choose here--</option> <option value="BG00" selected>BG00</option> <option value="BG01"...
  8. petersJazz

    Transparant gifs problem

    hi, refering to thread434-1418977 I still have this small problem on the site www.cmsone.se/test1 where it is a admin page where you can download backgrounds. I split the gif file into nine pieces but then the transparent marker goes away. My next idee is to use black (#000000) as a marker...
  9. petersJazz

    Big images upload and manipulating

    hi, refering to thread434-1484443 still havent fixed this on the site www.cmsone.se/test1. Does anyone know of some custom php code for loading into memory just a part of an jpg file?
  10. petersJazz

    User list with registration date

    hi, is it possible to get a list i Hyperion Enterprise 6.4 of users and when the user was put into the system?
  11. petersJazz

    Password rules?

    hi, we need to answer a question about password security for our installation of Hyperion. We use Hyperion Enterprise 6.4. What is the rules for setting up password? Like minimum character etc?
  12. petersJazz

    Performance problem with lot of User I/O

    After upgrading from Oracle 9.2 to 10.2 we have some performance problem with a lot of User I/O. Any tips on how to tune in the database for better performance. We have the problem when there is a lot of users, not when running heavy batches.
  13. petersJazz

    Session question (requrire_once, sesson_start)

    hi, could you help me with this: I have a three frame site with header, menu and content. In all frame pages there is: require_once('include.php'); and in the include.php there is like: if (!is_object($sy1)) { session_start(); .... $sy1=new Something(); write to log file .... } The...
  14. petersJazz

    Is it possible to run Oracle Discoverer with Oracle 10

    hi, we have just upgraded database to Oracle 10 and we use Oracle Discoverer to do some analyze on it. Before we used it with Oracle 9 and that worked fine even thue its not supported after Oracle 8. And what is the best tool to convert this analyze to? Any hints would be nice.
  15. petersJazz

    Manipulating big images in PHP

    hi, Refer to thread434-1411764 : Is there a way to open part of an image? Like imageCreateFromJpeg(fileneme,x,y,w,h)
  16. petersJazz

    Password and http

    hi, is there a simple way to encrypt a password given in a form so that it will be sent crypted to server where a php script will decrypt it?
  17. petersJazz

    Help with transparent gifs

    hi, there is a bug in PHP that the function imagecopy dont move over transparency. I have tried to do the work around on http://fi.php.net/manual/en/function.imagecopy.php but it will not work. Is there anyone that can understand why this is not working. regards Peter
  18. petersJazz

    Allowed memory size of 20971520 bytes exhausted

    I have my PHP pages on a web hotel where I have problems reading large image files. I want to automatically reduce the size but I get the message: Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 4800 bytes) in...
  19. petersJazz

    mkdir() in php code

    hi, on the web hotel I have my sites I can not create subdirectories from php. mkdir('../xxx'); chmod('../xxx', 0777); works good but mkdir('../xxx/php'); failes. I dont understand why? Peter
  20. petersJazz

    Where to put the HYPENT.INI file

    hi, we are using Hyperion with Citrix. Now we are setting up a new citrix system and I dont want the ini files to conflict with each other. Already one super user have had an ini file corrupted. Is it possible in Hyperion to set other locations for ini files? regards Peter

Part and Inventory Search

Back
Top