Oracle Reports 10g with Coldfusion Login?

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Oracle Reports 10g with Coldfusion Login?

    I have a coldfusion form that I am trying to pass a login username and
    password. The problem is I know Oracle 10g web reports can take login
    parameters in a URL, but I can't seem to figure out how to encode/hide it and
    have Oracle read it. I want to be able to hide the username and password
    (obviously for security) and I also want to be able to pass special
    characters... does anyone have suggestions? I might end up switching to an
    Oracle form for login, but being a coldfusion junkie... I have given myself
    quite a headache!

    ironyx Guest

  2. Similar Questions and Discussions

    1. Crystal Reports Database Login Prompt
      I'm at the end of my rope. We have been trying to deploy Crystal Reports over our website. We have tried every report configuration we can think...
    2. ColdFusion Reports
      Although I understand that .CFRs are native to the ColdFusion server, I can't seem to get this running at all. I noticed that the client account...
    3. Coldfusion 5 and Oracle 9i
      We have followed the steps described in the documentation, but I am still not getting an option for the Oracle 9 driver when tyring to set up the...
    4. Oracle 10g with Coldfusion 6.1
      Any problem with oracle 10g with CMX 6.1? We want to upgrade to 10g.
    5. Oracle Reports: Formula Columns ?
      Hello Everyone, I need to know how to get the sum of two column formulas (cf_win, cf_loses) on each row and the percentage of one particular...
  3. #2

    Default Re: Oracle Reports 10g with Coldfusion Login?

    If you want Oracle to read the login/password from a URL, then you are going to
    have to pass it. In CFMX 7, Macromedia also removed the ability to ENCRYPT the
    url arguments. I'm not sure why but they did. You best bet is to store the user
    information as a client variable (which is stored in the database) and have
    Oracle read the information from the CFDATA table. This is a somewhat hookie
    way to do it but I can't see any other way.

    Sorry,


    drew222 Guest

  4. #3

    Default Re: Oracle Reports 10g with Coldfusion Login?

    I am not much of an oracle forms/reports developer... so do you know where I
    might find guidance on how exactly this would be done dynamically? I will be
    googling in the mean time. Is this something like writing to the cgicmd.dat
    file. This seemd like a great idea, but I could only find how to do this
    statically. Sorry but if in my mind I know how it works... it makes it easier
    for me to search and destroy the issue. The other thing is the logins are
    already stored in Oracle... why would I write to a table...and how do I get it
    back to the Oracle report server to show it authenticated...

    Thanks for replying, sorry I have so many questions!

    Thanks,
    Va

    ironyx Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139