Passing cookies to urlservices

I have been evaluating the urlservices portlet, and have a question. Is it possible to pass cookies to the url? In particular I am trying to access a perl script on a server that depends upon a cookie for it to work. If this is not yet implemented, is it possible to get the source for this portlet for me to add it myself?

I am not expert here. Have a look at portalconfig.xml. May be this may help:
This setting will be used only if you are using an SSO product. Together with CookiePath (below) these two values are the domain and path that will be used for your secure SSO cookies. The Plumtree web server will send your secure SSO cookies to any remote portlet server whose URL matches the domain and path specified here. The domain must begin with a period ('.').
          <setting name="CookieDomain">
               <value xsi:type="xsd:string">.plumtree.com</value>
          </setting>
Edited by Bryazgin at 10/24/2007 1:42 PM

Similar Messages

  • External Cookies in URLServices

    I've been doing some research, and I am at a loss. Being in a mostly perl development house, URLServices seemed the way to go as far as implementing what we have already written in Portal.
    We have developed a mature single sign-on type solution (in perl) over the last couple years that we use extensively in our applications, based on http cookies being passed between the client and server. Because there are several applications that one needs this cookie set to access, the cookies will be set outside the scope of Portal. Reading the primer on session management, I got the impression that I would be able to use these cookies with URLServices. But I have found different in practice, at least using the settings that I assume to be correct (I have a script whose sole purpose is to output request headers, and no cookies were found).
    External Applications are out of the question, as they add another layer of complexity to the user, having to deal with synchonizing their passwords whenever they change (both our applications and Portal are to use the same repository).
    I am using the May2002 PDK. Any suggestions are welcome.

    A bit of time has passed since I last visited this issue. Since, Oracle released a new version of AS in which they have implemented called mod_osso. This module handles all of the authentication means that we need in our infrastructure, ie, it provides the remote user as an environmental variable.
    Using this, I have set up my perl script (a single test) as a partner application, but now I am trying to render the application in the portal as a portlet (right now it is a simple print out of the environment, just to see what is actually being set, etc). I have read the Partner Application examples, but neither really hit toward what I am trying to acheive, which is the use of any partner application, regardless of language, as a portlet. I know this is the same question as before, but why isn't even the single-sign on session information being passed along to my application when I want to render it in a portlet?
    I should preface this query with a qualifier: The portal that we are planning to implement is a highly specialized system, that is, it if for an educational institute, so there won't be hundreds of thousands of users, only a few tens of thousands at most for whom intetegration and ease of use are paramount. That is why External Applications are out of the question; The extra log in that is required, along with the need to manage a separate password, is a little much to ask of users in our situation.
    I do know that with the Java and PL/SQL partner app models that they information that I am wanting is available, what does it take to get the same with URL-Based apps?
    Thanks, Amjad, for your help. Maybe we can figure this thing out.. :)

  • Passing cookies to WSRP Provider

    When deploying a JSR168 portlet in OC4J 10.1.3.3 and registering it as a provider in Oracle Portal 10.1.4 the RenderRequest object does not contain all the cookie values from the original request.
    The "request" object in the portlet is of type PortletRequest. The following code will print out all available values. In our case only user-agent is showing up in the Enumeration.
    Enumeration propNames = request.getPropertyNames();
    while (propNames.hasMoreElements()) {
    String pName = (String) propNames.nextElement();
    out.print("<tr><td>Property Name: (");
    out.print(pName);
    out.print(")</td><td>");
    Enumeration propValNames=request.getProperties(pName);
    while (propValNames.hasMoreElements()) {
    String propVal = (String) propValNames.nextElement();
    out.println("Val==" + propVal);
    out.println("<br>");
    out.println("</td></tr>");
    I know passing cookies over WSRP is not specifically in the spec, is there any way to do this? Is there any way we can pass some custom value over WSRP back to the JSR168 portlet?

    I am not expert here. Have a look at portalconfig.xml. May be this may help:
    This setting will be used only if you are using an SSO product. Together with CookiePath (below) these two values are the domain and path that will be used for your secure SSO cookies. The Plumtree web server will send your secure SSO cookies to any remote portlet server whose URL matches the domain and path specified here. The domain must begin with a period ('.').
              <setting name="CookieDomain">
                   <value xsi:type="xsd:string">.plumtree.com</value>
              </setting>
    Edited by Bryazgin at 10/24/2007 1:42 PM

  • Passing Cookies To Portlets

    Greetings,
    I have implemented the ISSOIntegration interface, and in the GetSecureCookies method I am returning an array of cookie names that I want passed down to my portlets. I hit the portal with the said cookies in the headers, and I am able to extract them from the IXPRequest object passed to GetLoginInfo (in ISSOIntegration). However, the portal never sends the cookies to any portlets once I start browsing my portal (I verified this by using a tunneling tool). Does anyone know how to properly set this up?
    Regards,
    Andrew Bays
    bdg | [email protected] | http://www.thebdgway.com

    I am not expert here. Have a look at portalconfig.xml. May be this may help:
    This setting will be used only if you are using an SSO product. Together with CookiePath (below) these two values are the domain and path that will be used for your secure SSO cookies. The Plumtree web server will send your secure SSO cookies to any remote portlet server whose URL matches the domain and path specified here. The domain must begin with a period ('.').
              <setting name="CookieDomain">
                   <value xsi:type="xsd:string">.plumtree.com</value>
              </setting>
    Edited by Bryazgin at 10/24/2007 1:42 PM

  • Signed japplet doesn't pass cookie sessionid correctly in NS6

    I have a signed applet that gets the sessionid and fileid from the calling page and does a get
    to a servlet and the servlet looks up the fileid and sends back the binary file to the applet.
    In IE5.5, it works fine. But in NS6, the sessionid doesn't get sent the same way and hence the servlet thinks the session is bad. I printed out all the cookies on the servlet plus some request.functioncalls and this is what it looks like on NS6. This is iplanet app svr. Notice the gx_session_id_ cookie is entered twice with NS6 but not in IE5.5. The session not found error is when the servlet tries to validate session. If it has a good session, it prints out the userid and orgid.
    /// NS 6 log entries
    Cookie: GX_jst = 5a6e7156662d6164
    Cookie: GX_sst =
    Cookie: ias_has_been_authenticated =
    Cookie: gx_session_id_ = 843c7ef36d77ec93, gx_session_id_=843c7ef36d77ec93
    Cookie: NSES40Session = 843c7ef36d77ec93
    Error: session not found
    DownloadServlet: SessionId from URL? false
    DownloadServlet: SessionId from Cookie? false
    DownloadServlet: Is requested SessionId valid? false
    DownloadServlet: Requested SessionId is null
    //In IE5.5, the cookies and session function calls are good:
    Cookie: GX_jst = 5a6e7156662d6164
    Cookie: GX_sst =
    Cookie: gx_session_id_ = ddc742356b281b62
    Cookie: ias_has_been_authenticated =
    userID: 572
    orgID: 1006
    DownloadServlet: SessionId from URL? false
    DownloadServlet: SessionId from Cookie? true
    DownloadServlet: Is requested SessionId valid? true
    DownloadServlet: Requested SessionId is ddc742356
    b281b62
    Here is the servlet code the logs these entries:
    // dump cookies
    Cookie[] cookies = req.getCookies();
    for (int i=0; i<cookies.length; i++)
    log("Cookie: " + cookies.getName() + " = " + cookies[i].getValue() );
    //Determine if session is valid and if valid extract information from session.
    session = validateSession(req, res);
    if (VERBOSE) {
    log("SessionId from URL? " + req.isRequestedSessionIdFromURL());
    log("SessionId from Cookie? " + req.isRequestedSessionIdFromCookie());
    log("Is requested SessionId valid? " + req.isRequestedSessionIdValid());
    log("Requested SessionId is " + req.getRequestedSessionId());

    I found the problem, earlier the applet coder added a setRequestProperty('Cookie', sessionstring) and we thought that got IE to work. I just took it out and the sessionid is being passed automatically. Both browsers work now.

  • Passing Cookies to ?cmd=login

    Can someone please tell me if the PS servlet strips cookies from requests to ?cmd=login? I've written some JavaScript to do a conditional redirect based on a cookie that is passed with the HTTP request. If I put the JavaScript in signon.html, it works; if I put it in signin.html and go directly to signin.html or ?cmd=login it longer finds the cookie.
    The JavaScript needs to go in signin.html rather than signon.html so that it catches all incoming requests.
    Thanks!

    The browser sends the cookies to the server, but the cookies actually exist on the client. If you have JavaScript running on the client, then it will have access to those cookies regardless of what the server does to the cookies on the incoming request. Cookies are the only way to maintain state after signing out. Cookies are the only thing PeopleSoft does NOT clear when a user logs out. I assume the cookie is getting set in the same domain as the PS server? You can view your browser's cookie store to see if the cookie exists when you load the page that tries to access the cookie.

  • Passing Cookies from Previous Web HTTP Request to the Next

    Hi,
    I have two Web Http Requests. The first one performs a Login and the second one executes another method called ListRecoveryPlans.
    First SOAP calls for Login looks like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap-url>https://srm-app-003:9007</soap-url>
    <connection>
    <name>srm_connection_test_01</name>
    <terminate-on-exit>false</terminate-on-exit>
    </connection>
    <SOAP-ENV:Body>
    <urn:SrmLogin xmlns:urn="urn:srm0">
    <urn:_this xmlns:urn="urn" type="SrmApi">Srm</urn:_this>
    <urn:username>cisco\xxx</urn:username>
    <urn:password>xxx</urn:password>
    </urn:SrmLogin>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    The second soap looks like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap-url>https://srm-app-003:9007</soap-url>
    <connection>
    <name>srm_connection_test_01</name>
    <terminate-on-exit>false</terminate-on-exit>
    </connection>
    <connectionCookie>
    <name>
    <xsl:text disable-output-escaping="no">DE78D964-DDF4-40B6-BCB7-BEB44624826D</xsl:text>
    </name>
    </connectionCookie>
    <SOAP-ENV:Body>
    <urn:ListRecoveryPlans xmlns:urn="urn:srm0">
    <urn:_this xmlns:urn="urn" type="SrmApi">
    <xsl:text disable-output-escaping="no">Srm</xsl:text>
    </urn:_this>
    </urn:ListRecoveryPlans>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    In addition, under the Cookies tab for the ListRecoveryPlans request, I passed the cookies from the previous request:
    However, I am getting a "session is not authenticated" error.
    The remote server returned an error: (500) Internal Server Error.
    <?xml version="1.0" encoding="UTF-8"?>
    <soapenv:Envelope xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
    <soapenv:Fault><faultcode>ServerFaultCode</faultcode><faultstring>The session is not authenticated.</faultstring><detail><SecurityErrorFault xmlns="urn:srm0" xsi:type="SecurityError"></SecurityErrorFault></detail></soapenv:Fault>
    </soapenv:Body>
    </soapenv:Envelope>
    Can you shed some light on how I can fix this issue? I am using CPO v. 2.2.0.1409.
    Thank you.
    Regards,
    Mary Jane Cofino

    Hi,
    Thank you for the prompt reply.
    For the first request, here is the response header I am getting
    I checked the "Accept cookies from this request" checkbox button and am now getting a new error:
    The remote server returned an error: (500) Internal Server Error.
    <?xml version="1.0" encoding="UTF-8"?>
    http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    ServerFaultCodeThe object has already been deleted or has not been completely created
    Regards,
    Mary Jane Cofino

  • Passing external cookie through ALUI

    How can we pass cookies through ALUI? Here is a scenario:
    User request sent to http://www.domain.com/webapp1
    Webapp1 sets a domain cookie.
    Application links to portal.
    portal links to http://www.domain.com/webapp2. When I click on link, the Webapp2 is able to read the cookie.
    But when the webapp2 is registered and run as a portlet within ALUI, it canot read the cookie. Looks like portal gatway does not pass through the cookie.
    Is there a way to make this happen?

    Hi Rakshit,
    see http://help.sap.com/saphelp_nw04/helpdata/en/f5/eb51730e6a11d7b84900047582c9f7/frameset.htm for details, there you'll also see the link to "Selecting a System" with further details.
    Hope it helps
    Detlev
    PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!

  • Handling Cookies in BPEL

    Hi All ,
    Can anyone help me on the below .
    We have a scenario , where we have to invoke two restful ws , first URL is login URL and second is businees URL , for the first they have provided username and password to login with that we able to login and after that we have to invoke the business URL with in the scope , but here BPEL is not storing the credentials in cookies and we are getting message 'not logged in' from business URL when we try invoke .
    Can BPEL handle Cookies , is there any doc on this ?
    Regards,
    Avinash

    i think u can try it in this way.
    Create a class with 2 methods to call your services
    CallURL1(); should return your cookie to your caller.
    CallURL2(cookie) ; should be able to take the cookie
    Have a java embedding in BPEL.
    Create object to ur class.
    get the cookie by calling first method.
    if you want
    then assign it to bpel variable if you want to use it in BPEL by using below method in java embedding.
    setVariableData("BPEL Variable",MethodResponseVariable);
    or else
    You can even directly call other method in the embedding itself by passing cookie to the method.
    Let me know if its helpful.
    Thanks
    Sujan

  • Apache plugin - Cookies

              Hi. We are trying to set up Apache plugin with WebLogic servers in a cluster. Before
              even getting to clustering, I was just trying to proxy requests to one WebLogic Server
              from the Apache server . I am able to get to the WebLogic server thru the proxy plugin
              but when I create a session on the WebLogic server in a jsp page, no cookie with
              the session id is being created . However if I access the WebLogic server directly
              , then there is no problem with session. Is there something on the Apache plugin
              that needs to be enabled to pass cookies thru to the browser.
              Any help will be greatly appreciated.
              Thanks.
              Srivats
              

    Never mind. It turns out that wasn't problem.
    Kirk
    Kirk Everett wrote:
    When the user submits a form, we process it, add a cookie to the
    response and then do a response.sendRedirect() to redirect the user to
    the next page. On the next page we access the cookie. With the apache
    plugin, it seems as if the cookie is not making it through. If we hit
    the weblogic server directly, everything works fine. I saw a post way
    back where someone complained of a similar problem and the solution was
    to do the redirect from the html page using javascript. I'd rather not
    change my application to work correctly with the plugin...
    Has anyone seen similar behavior? I'm running WLS 6.0 SP2.
    Kirk

  • Delete cookie

    Please tell me--
    How to delete cookies in JSP
    amitindia

    Each cookie have an age, which will be set in the creation time. After that age passes, cookie would no more exist.
    but as far i know, you can't manualy delete a cookie.
    i recommend a trick, just rewrite your cookie with a default value wich means deleted, and when reading cookie, if it's set on that value, don't count on that cookie.
    See javax.servlet.http.Cookie Doc for more help, @ http://java.sun.com
    wish it helps :)

  • Download trial version for mac

    22 Hours and still no reply, seriously????
    Hi, I am i can't seem to reply to the initial message.  I tried the instructions below, but the download has been hanging for almost an hour and not progressing at all - so it seems to not be working...any other solutions?  I am in Qatar, does the fact that my IP address is not north american affect this at all?
    Trouble downloading captivate 6 trial for mac.
    Apr 9, 2013 9:23 PM
    im trying to download the trial version of captivate on my mac, the akamai netsession interface is now on my desktop, i go through installation, it makes that happy sound and says the installation was successful, but nothing actually happens, no new folders or documents, or applications, seems like sort of a dead end.
    To investigate i clickedon Akamai in "other" of my system preferences is tells me the status is "forbidden" but I am the administrator and i have never used this free trial before, so why am I "forbidden?"
    Here's part of the diagnostic if that helps:
    This file was created on 2013-04-09 7:54:12 PM when a user initiated the "Generate Report" action in the Akamai NetSession Interface Control Panel or System Preferences. This is a report on the results of diagnostics tests concerning proper installation, connectivity, download and streaming capability.
    This data is intended to be used by support and technical representatives as an aid in diagnosing problems using NetSession on this computer. Users seeking help with NetSession problems may be asked by those representatives to click the "Generate Report" button to create a current report.
    OS version: OS X 10.8.3
    Interface Status Test
    Status: PASSED
    Interface Port Test
    Status: PASSED
    Interface Connection Test
    Status: PASSED
    Basic HTTP Download Test
    Status: PASSED
    Basic HTTPS Download Test
    Status: PASSED
    Basic Auth Download Test
    Status: PASSED
    Cookie Auth Download Test
    Status: PASSED
    Query Auth Download Test
    Status: PASSED
    CLIENT ATTRIBUTES
                        GUID: c973268d67665313deb5375e87e5121e
          Executable Version: 1.8.9
          Running Executable: netsession_mac
       Configuration Version: mac_4a26ad2_1.8.9-RC5
                   Is Online: Yes
    Is Client Upload Enabled: No
              Download Speed: 169984 bytes/sec
    PROXY EXCEPTIONS
    *.local
    169.254/16
    CLIENT CONNECTIVITY
                 CN Address: 195.59.54.84
        External IP Address: 37.208.135.46
               Mega Address: c973268d67665313deb5375e87e5121e(lan:udp:192.168.100.6:59331;rstrstat ic:udp:37.208.135.46:59331)
    NAT safe mapping period: 128 second(s)
            Firewall Active: yes
    /Users/raimey/Applications/Akamai/euc_state.json
      "updates":
        "cookieJar":
      "updates":
        "supportresources":
      "updates":
        "downloadrequests":
          "235052820":
            "urls":
              "http://trials3.adobe.com/AdobeProducts/CPTV/6/osx10/Captivate_6_LS12.d mg":
                "peerboost":false,
                "wait":true,
                "checkcontentmd5":false,
                "usecontentdisposition":false,
                "resumefilename":"Adobe_Captivate_6_English_Mac",
                "urlSetId":235052820,
                "autopause":30,
                "resumeurl":"http://trials3.adobe.com/DlmResumeLink/www.adobe.com/cfusion/tdrc/resu me.cfm?urlSetId=235052820&language=en&downloadName=Adobe_Captivate_6_ E nglish_Mac&product=captivate_EN_US&loc=en_us",
                "cookiestring":"MM_TRIALS=12345",
                "resetdownload":false,
                "sequential":false,
                "originonly":true
            "urlsetid":"235052820"
          "588607797":
            "urls":
              "http://trials3.adobe.com/AdobeProducts/CPTV/6/osx10/Captivate_6_LS12.d mg":
                "peerboost":false,
                "wait":true,
                "checkcontentmd5":false,
                "usecontentdisposition":false,
                "resumefilename":"Adobe_Captivate_6_English_Mac",
                "urlSetId":588607797,
                "autopause":30,
                "resumeurl":"http://trials3.adobe.com/DlmResumeLink/www.adobe.com/cfusion/tdrc/resu me.cfm?urlSetId=588607797&language=en&downloadName=Adobe_Captivate_6_ E nglish_Mac&product=captivate_EN_US&loc=en_us",
                "cookiestring":"MM_TRIALS=12345",
                "resetdownload":false,
                "sequential":false,
                "originonly":true
            "urlsetid":"588607797"
          "204237093":
            "urls":
              "http://trials3.adobe.com/AdobeProducts/CPTV/6/osx10/Captivate_6_LS12.d mg":
                "peerboost":false,
                "wait":true,
                "checkcontentmd5":false,
                "usecontentdisposition":false,
                "resumefilename":"Adobe_Captivate_6_English_Mac",
                "urlSetId":204237093,
                "autopause":30,
                "resumeurl":"http://trials3.adobe.com/DlmResumeLink/www.adobe.com/cfusion/tdrc/resu me.cfm?urlSetId=204237093&language=en&downloadName=Adobe_Captivate_6_ E nglish_Mac&product=captivate_EN_US&loc=en_us",
                "cookiestring":"MM_TRIALS=12345",
                "resetdownload":false,
                "sequential":false,
                "originonly":true
            "urlsetid":"204237093"
          "517068062":
            "urls":
              "http://trials3.adobe.com/AdobeProducts/CPTV/6/osx10/Captivate_6_LS12.d mg":
                "peerboost":false,
                "wait":true,
                "checkcontentmd5":false,
                "usecontentdisposition":false,
                "resumefilename":"Adobe_Captivate_6_English_Mac",
                "urlSetId":517068062,
                "autopause":30,
                "resumeurl":"http://trials3.adobe.com/DlmResumeLink/www.adobe.com/cfusion/tdrc/resu me.cfm?urlSetId=517068062&language=en&downloadName=Adobe_Captivate_6_ E nglish_Mac&product=captivate_EN_US&loc=en_us",
                "cookiestring":"MM_TRIALS=12345",
                "resetdownload":false,
                "sequential":false,
                "originonly":true
            "urlsetid":"517068062"
      "updates":
        "files":
          "0:http://client.akamai.com/misc/dev/test-objects/query-auth/rand-1MB.bin":
            "prevNumHashFailures":0,
            "prevFailedBytes":0,
            "uniquerecv":1048576,
            "totalRecvWithOverhead":1295174,
            "localurl":"http://127.0.0.1:9421/api?function=serveFile&cid=0&url=http%3a%2f%2fcl ient.akamai.com%2fmisc%2fdev%2ftest-objects%2fquery-auth%2frand-1MB.b i n",
            "contenttype":"application/octet-stream",
            "totalrecv":1274400,
            "searchBlackout":true,
            "suberror":0,
            "url":"http://client.akamai.com/misc/dev/test-objects/query-auth/rand-1MB.bin",
            "verifiedBytes":1048576,
            "authToken":"B9AEABE14811798F125A9ACF6C7E10FF",
            "servableProgress":1048576,
            "appName":"Akamai",
            "prevPeerRecv":855040,
            "lastMTime":1365526501,
            "enableOpenFile":true,
            "path":"/Users/raimey/Applications/Akamai/Cache/client.akamai.com/mis c/dev/test-objects/query-auth/rand-1MB.bin",
            "failedBytes":0,
            "startTime":1365526494,
            "hashBlockSize":1048576,
            "completeMTime":1365526501,
            "sentSRStartMsg":true,
            "cid":0,
            "progress":1048576,
            "integrityVersion":"99844054d939b97221563594cdae8df21b946afd",
            "validPath":true,
            "gotSettings":true,
            "enableEndgamev2":false,
            "size":1048576,
            "name":"rand-1MB.bin",
            "prevVerifiedBytes":1048576,
            "integrityHashAlgorithm":"SHA1",
            "prevHashlessBytes":0,
            "firstByteCount":0,
            "peerForSpeed":false,
            "error":0,
            "prevTotalRecv":1274400,
            "cacheTimestamp":1365526501,
            "newDownloadMechanism":true,
            "downloadingTime":6967964,
            "enableEndgameForHttp":true,
            "sequential":false,
            "delayHttp":0,
            "lastByteCount":0,
            "integritySignature":"5 1 AES-128-CBC QMT5zfX0p2QbO/ZZZ9mbZZ54ILrG7S7ndRVkvHBChRBVPskdRLqSS9MpeVzGIvLy6OSf+ sMl0bKFn5uL9IJ8qRa/fuc6+D8jYZwRt5R2M6e64rifdF5iw0KWVMDZs1bBRHQAaF+Q7E X dd7pv5TE2jg1Q+Tv/1l/oP2NCN6/pb53XXz2j36olQctXrZAXGb6156wyZ8R433g1T68I Z B5N8g==",
            "timeTaken":6967750,
            "originurl":"http://client.akamai.com/misc/dev/test-objects/query-auth/rand-1MB.bin",
            "initiated":true,
            "srid":"TK6I98P93P",
            "owner":"raimey",
            "ghosts":
              "23.62.100.140",
              "23.62.100.157"
            "targetSpeed":2147483647,
            "sentSrDlComplete":true,
            "peerrecv":855040,
            "hashlessBytes":0,
            "numHttpRequests":3,
            "status":"COMPLETE",
            "transId":670703907,
            "originOnly":false,
            "queryAuth":"token=12345"
          "0:http://client.akamai.com/misc/dev/test-objects/cookie-auth/rand-1MB.bi n":
            "prevNumHashFailures":0,
            "prevFailedBytes":0,
            "peerrecv":1026048,
            "sentSrDlComplete":true,
            "uniquerecv":1048576,
            "totalRecvWithOverhead":1470783,
            "contenttype":"application/octet-stream",
            "totalrecv":1443432,
            "url":"http://client.akamai.com/misc/dev/test-objects/cookie-auth/rand-1MB.bi n",
            "verifiedBytes":1048576,
            "authToken":"DC6D7D58BEF29BD8C0E73992E56AA7B7",
            "suberror":0,
            "prevPeerRecv":1026048,
            "servableProgress":1048576,
            "appName":"Akamai",
            "lastMTime":1365526493,
            "searchBlackout":true,
            "failedBytes":0,
            "enableOpenFile":true,
            "path":"/Users/raimey/Applications/Akamai/Cache/client.akamai.com/mis c/dev/test-objects/cookie-auth/rand-1MB.bin",
            "startTime":1365526485,
            "hashBlockSize":1048576,
            "completeMTime":1365526493,
            "sentSRStartMsg":true,
            "cid":0,
            "progress":1048576,
            "integrityVersion":"f153a7f77da3f94a01107ed9347db49462159aa4",
            "validPath":true,
            "enableEndgamev2":false,
            "size":1048576,
            "name":"rand-1MB.bin",
            "prevVerifiedBytes":1048576,
            "integrityHashAlgorithm":"SHA1",
            "prevHashlessBytes":0,
            "firstByteCount":0,
            "peerForSpeed":false,
            "error":0,
            "prevTotalRecv":1443432,
            "cacheTimestamp":1365526493,
            "newDownloadMechanism":true,
            "downloadingTime":7857861,
            "enableEndgameForHttp":true,
            "sequential":false,
            "delayHttp":0,
            "lastByteCount":0,
            "integritySignature":"5 1 AES-128-CBC lUokOCmjinsvqP/A2btT51DeR8WDRTVygyqJuCNw48eKyOTItGVoMQw4124fNTdRhlbeM /TrsgbSladWuuUv95HxNTyLR5x6mo017K3xZZc7qXo73K8j62ObBkfLwYA6zeO//DK2tb 8 BeXOYZajEnKmKD5lt0ssPFmI2h5sgFBW6GCcbRt+JmiU3xKH/WZK4",
            "timeTaken":7857635,
            "originurl":"http://client.akamai.com/misc/dev/test-objects/cookie-auth/rand-1MB.bi n",
            "initiated":true,
            "srid":"E4MHYQJH9K",
            "localurl":"http://127.0.0.1:9421/api?function=serveFile&cid=0&url=http%3a%2f%2fcl ient.akamai.com%2fmisc%2fdev%2ftest-objects%2fcookie-auth%2frand-1MB. b in",
            "owner":"raimey",
            "ghosts":
              "23.62.100.140"
            "hashlessBytes":0,
            "numHttpRequests":3,
            "status":"COMPLETE",
            "transId":375175424,
            "targetSpeed":2147483647,
            "gotSettings":true,
            "originOnly":false
          "0:http://client.akamai.com/misc/dev/test-objects/basic-auth/rand-1MB.bin":
            "prevNumHashFailures":0,
            "prevFailedBytes":0,
            "uniquerecv":1048576,
            "totalRecvWithOverhead":1542325,
            "contenttype":"application/octet-stream",
            "totalrecv":1490944,
            "searchBlackout":true,
            "suberror":0,
            "timeTaken":10992325,
            "servableProgress":1048576,
            "appName":"Akamai",
            "prevPeerRecv":1200128,
            "lastMTime":1365526485,
            "enableOpenFile":true,
            "path":"/Users/raimey/Applications/Akamai/Cache/client.akamai.com/mis c/dev/test-objects/basic-auth/rand-1MB.bin",
            "failedBytes":0,
            "startTime":1365526474,
            "hashBlockSize":1048576,
            "completeMTime":1365526485,
            "verifiedBytes":1048576,
            "url":"http://client.akamai.com/misc/dev/test-objects/basic-auth/rand-1MB.bin",
            "authToken":"3D7D434F6AD8AE7E138F1F89E486A025",
            "transId":428527127,
            "sentSRStartMsg":true,
            "cid":0,
            "basicAuth":"bmV0c2Vzc2lvbjpwYXNzd29yZA==",
            "progress":1048576,
            "integrityVersion":"42d107726acd0bf5fce2d39a42d9474f75e44af8",
            "validPath":true,
            "gotSettings":true,
            "enableEndgamev2":false,
            "size":1048576,
            "name":"rand-1MB.bin",
            "prevVerifiedBytes":1048576,
            "integrityHashAlgorithm":"SHA1",
            "prevHashlessBytes":0,
            "firstByteCount":0,
            "peerForSpeed":false,
            "error":0,
            "prevTotalRecv":1490944,
            "cacheTimestamp":1365526485,
            "newDownloadMechanism":true,
            "downloadingTime":10992557,
            "enableEndgameForHttp":true,
            "sequential":false,
            "delayHttp":0,
            "lastByteCount":0,
            "integritySignature":"5 1 AES-128-CBC sbNAgPQMgMSmzSjlYM91y9IdbCUMlF5de+s5X4pVTq8SojyiBxxwlYyjuAIXTQqlKyPF5 f1b1O2Xo0/CpiuIqNOtPiWovaQo44vYGL+HwJW04NA+ptquOxZGtb9l07pqOerMz/6cts o H3tETpr9vbWd1jQWeriMGr6qA36YT3US0WbRm6N5lXqddPvh+EB4f",
            "originurl":"http://client.akamai.com/misc/dev/test-objects/basic-auth/rand-1MB.bin",
            "initiated":true,
            "srid":"F64QE31GWY",
            "localurl":"http://127.0.0.1:9421/api?function=serveFile&cid=0&url=http%3a%2f%2fcl ient.akamai.com%2fmisc%2fdev%2ftest-objects%2fbasic-auth%2frand-1MB.b i n",
            "owner":"raimey",
            "ghosts":
              "23.62.100.140"
            "targetSpeed":2147483647,
            "sentSrDlComplete":true,
            "peerrecv":1200128,
            "hashlessBytes":0,
            "numHttpRequests":35,
            "status":"COMPLETE",
            "originOnly":false
          "0:https://client.akamai.com/misc/dev/test-objects/no-auth/rand-1MB.bin":
            "size":1048576,
            "prevNumHashFailures":0,
            "prevFailedBytes":0,
            "peerrecv":1347584,
            "sentSrDlComplete":true,
            "searchBlackout":true,
            "uniquerecv":1048576,
            "totalRecvWithOverhead":1589290,
            "suberror":0,
            "servableProgress":1048576,
            "appName":"Akamai",
            "prevPeerRecv":1347584,
            "lastMTime":1365526473,
            "failedBytes":0,
            "enableOpenFile":true,
            "path":"/Users/raimey/Applications/Akamai/Cache/client.akamai.com/mis c/dev/test-objects/no-auth/rand-1MB(2).bin",
            "startTime":1365526463,
            "hashBlockSize":1048576,
            "completeMTime":1365526473,
            "sentSRStartMsg":true,
            "cid":0,
            "progress":1048576,
            "integrityVersion":"9a5fa59976efbff28e6a78e1870a6c935a0f3fb1",
            "validPath":true,
            "enableEndgamev2":false,
            "name":"rand-1MB.bin",
            "prevVerifiedBytes":1048576,
            "integrityHashAlgorithm":"SHA1",
            "prevHashlessBytes":0,
            "firstByteCount":0,
            "peerForSpeed":false,
            "error":0,
            "prevTotalRecv":1523712,
            "cacheTimestamp":1365526473,
            "newDownloadMechanism":true,
            "downloadingTime":10291676,
            "enableEndgameForHttp":true,
            "sequential":false,
            "delayHttp":0,
            "lastByteCount":0,
            "integritySignature":"5 1 AES-128-CBC U8cfAdOvX53FzyuBPpCiKq8kjUIydTvcGzZ1LOzydcFFIiw+boatA4YC/96vDtJ0dx1Gv BulTMbNvvfQ21aUsGqNVOVxc8yL2Rtc7OMS5bLuEteTcWW7/74gGA9yl/vS5l0N/DH4OW T y9WGHhpnPcwGdMogykA0utctdgqT0D5JRbZa9bmgbjwRIdpwmMZ7I",
            "timeTaken":10291474,
            "originurl":"https://client.akamai.com/misc/dev/test-objects/no-auth/rand-1MB.bin",
            "initiated":true,
            "srid":"MU8L50IER9",
            "owner":"raimey",
            "ghosts":
              "23.62.100.161"
            "url":"https://client.akamai.com/misc/dev/test-objects/no-auth/rand-1MB.bin",
            "verifiedBytes":1048576,
            "localurl":"http://127.0.0.1:9421/api?function=serveFile&cid=0&url=https%3a%2f%2fc lient.akamai.com%2fmisc%2fdev%2ftest-objects%2fno-auth%2frand-1MB.bin",
            "hashlessBytes":0,
            "numHttpRequests":39,
            "status":"COMPLETE",
            "transId":664434707,
            "targetSpeed":2147483647,
            "gotSettings":true,
            "contenttype":"application/octet-stream",
            "totalrecv":1523712,
            "originOnly":false
          "0:http://client.akamai.com/misc/dev/test-objects/no-auth/rand-1MB.bin":
            "size":1048576,
            "prevNumHashFailures":0,
            "prevFailedBytes":0,
            "peerrecv":1302528,
            "sentSrDlComplete":true,
            "searchBlackout":true,
            "uniquerecv":1048576,
            "totalRecvWithOverhead":1662962,
            "suberror":0,
            "servableProgress":1048576,
            "appName":"Akamai",
            "prevPeerRecv":1302528,
            "lastMTime":1365526462,
            "failedBytes":0,
            "enableOpenFile":true,
            "path":"/Users/raimey/Applications/Akamai/Cache/client.akamai.com/mis c/dev/test-objects/no-auth/rand-1MB.bin",
            "startTime":1365526453,
            "hashBlockSize":1048576,
            "completeMTime":1365526462,
            "sentSRStartMsg":true,
            "cid":0,
            "progress":1048576,
            "integrityVersion":"83c3ba74f4a95ccf51ea79f58772864545fa422f",
            "validPath":true,
            "enableEndgamev2":false,
            "name":"rand-1MB.bin",
            "prevVerifiedBytes":1048576,
            "integrityHashAlgorithm":"SHA1",
            "prevHashlessBytes":0,
            "firstByteCount":0,
            "peerForSpeed":false,
            "error":0,
            "prevTotalRecv":1613376,
            "cacheTimestamp":1365526462,
            "newDownloadMechanism":true,
            "downloadingTime":8823971,
            "enableEndgameForHttp":true,
            "sequential":false,
            "delayHttp":0,
            "lastByteCount":0,
            "integritySignature":"5 1 AES-128-CBC WsgpexCsLpfELz6IWq01BfkUi8nlTwtoRFE6OqKpAy4Mge8s2wHd1UQOOnalNeumM6792 HSDdvrn/+S8ec0W185JCmt7yD96UhChyBRTrEBxC0GwjF1Cq4iQddxVNfQo1ejX1uK8+D a O7M+3XBdbXh5mongpMaxwuSsAqzaaYZus5HBqa7vueiPEjHuMa3XC",
            "timeTaken":8823672,
            "originurl":"http://client.akamai.com/misc/dev/test-objects/no-auth/rand-1MB.bin",
            "initiated":true,
            "srid":"GVJT7T6P27",
            "owner":"raimey",
            "ghosts":
              "23.62.100.140",
              "23.62.100.157"
            "url":"http://client.akamai.com/misc/dev/test-objects/no-auth/rand-1MB.bin",
            "verifiedBytes":1048576,
            "localurl":"http://127.0.0.1:9421/api?function=serveFile&cid=0&url=http%3a%2f%2fcl ient.akamai.com%2fmisc%2fdev%2ftest-objects%2fno-auth%2frand-1MB.bin",
            "hashlessBytes":0,
            "numHttpRequests":3,
            "status":"COMPLETE",
            "transId":269722074,
            "targetSpeed":2147483647,
            "gotSettings":true,
            "contenttype":"application/octet-stream",
            "totalrecv":1613376,
            "originOnly":false
          "0:http://trials3.adobe.com/AdobeProducts/CPTV/6/osx10/Captivate_6_LS12.d mg":
            "searchBlackout":true,
            "startTime":1365523437,
            "prevNumHashFailures":0,
            "totalRecvWithOverhead":13368644,
            "uniquerecv":13081600,
            "prevFailedBytes":0,
            "timeTaken":76991836,
            "size":2066340737,
            "hashBlockSize":2097152,
            "verifiedBitmask":"+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA A AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
            "failedBytes":0,
            "enableEndgamev2":false,
            "enableOpenFile":true,
            "path":"/Users/raimey/Downloads/Captivate_6_LS12.dmg.part",
            "gotSettings":true,
            "numHttpRequests":440,
            "hashlessBytes":0,
            "status":"FORBIDDEN",
            "sentSRStartMsg":false,
            "cid":0,
            "progress":12163072,
            "integrityVersion":"df91c70c95e3868d46d12c3536d67e31efbada14",
            "validPath":true,
            "initiated":true,
            "srid":"G326U1OY8Y",
            "urlSetIds":
    33 Views   1 Reply   Latest reply: loveeshKumar,      Apr 10, 2013 2:03 AM
    Was this helpful? Yes   No
    Replies
    1.loveeshKumar,Apr 10, 2013 2:03 AM   in reply to inkwomanReport 
    Hi Inkwoman, Thank you for contacting Adobe Support. Please use the below mentioned steps to download and install Captivate 6 for MAC : 
    First click on the URL below http://www.adobe.com/cfusion/tdrc/index.cfm?loc=en_us&product=captivat e
    Then login with you Adobe ID and Password (if needed).
    Then Copy and Paste the mentioned below URLs one by one  in the same window as shown below:                            http://trials3.adobe.com/AdobeProducts/CPTV/6/osx10/Captivate_6_LS12.d mg  Then Press Enter Key from the keyboard and save the above mentioned file one by one in any folder created on to the desktop.
    Then click on the DMG file to extract and install Captivate 6.
    Once the folder gets extracted and install Adobe Captivate 6
    Please let me know if you face any issue while downloading the software  Thanks and RegardsLoveesh

    Hi,
    Please check Private message under your Forum Account.
    Thanks.

  • Parsing Content From A Site That Requires Authentication

    Ive been scanning websites using the Java HTML parser from htmlparser.sourceforge.net to gather useful data into a more easily used format, in this case it is stored in a mySQL database.
    The problem that has stumped me for the past few days is how to get around the login authenication page required to access content from the website www.racingpost.com . I am a registered user but am having difficulty logging in via Java and managing the cookies to bypass the login page HTML I keep getting instead of the race data.
    I am unsure when and where I should be passing cookies around. Also logging in using POST is confusing me.
    Thanks for any help you can offer.

    this should help you out with posting to a URL. It is taken from:
    http://javaalmanac.com/egs/java.net/Post.html
    // e135. Sending a POST Request Using a URL
        try {
            // Construct data
            String data = URLEncoder.encode("key1", "UTF-8") + "=" + URLEncoder.encode("value1", "UTF-8");
            data += "&" + URLEncoder.encode("key2", "UTF-8") + "=" + URLEncoder.encode("value2", "UTF-8");
            // Send data
            URL url = new URL("http://hostname:80/cgi");
            URLConnection conn = url.openConnection();
            conn.setDoOutput(true);
            OutputStreamWriter wr = new OutputStreamWriter(conn.getOutputStream());
            wr.write(data);
            wr.flush();
            // Get the response
            BufferedReader rd = new BufferedReader(new InputStreamReader(conn.getInputStream()));
            String line;
            while ((line = rd.readLine()) != null) {
                // Process line...
            wr.close();
            rd.close();
        } catch (Exception e) {
        }

  • Novice Help with Creating Opportunities Using Web Services 2.0

    Hello,
    I recently took over our CRM integration services and was asked to push some data via our custom portal.
    We use our portal to automate the creation of new opportunities in our Oracle CRM System.
    The code was developed using Web Services 1.0
    I was recently asked to add data to the "Parent Opportunity" field upon creation of a new Opportunity. Now I may be mistaken and if I am I will be very pleased, but it seems to me this field isn't available in 1.0
    If I am mistaken and there IS a way to push data to the "parent opportunity" field using 1.0 Please completely disregard what I have typed below.
    Upon looking at the WSLD for 2.0 I see "ParentoptyID" as an available field.
    I took it upon myself to try and move this process over to 2.0 but I have hit a few major stumbling blocks. Here is the working code for 1.0:
    Public Function CRMAddFinalShipmentOpportunity2(ByVal Session As Session, ByVal Subject As String, ByVal Type As String, ByVal Priority As String, ByVal Account As String, ByVal DueDate As String, ByVal Status As String, ByVal Description As String, ByVal AnnBudget As String, ByVal oppType As String, ByVal partNumber As String, ByVal currency As String, ByVal Territory As String, ByVal Owner As String, ByVal Opp As String) As String
    Dim opportunity As nkkcrm.SiebelOpportunity20.Opportunity = New nkkcrm.SiebelOpportunity20.Opportunity
    Dim input As New nkkcrm.SiebelOpportunity20.OpportunityInsert_Input
    Dim results As New nkkcrm.SiebelOpportunity20.OpportunityInsert_Output
    Dim strPriority As String = "1-High,2-Medium,3-Low"
    Dim strType As String = "Call,Correspondence,Email,Event,Final Shipment - Book,Final Shipment - Special,Lead Follow-Up,Meeting,Opportunity Follow-Up,Other,Presentation,Quote Follow-Up,Sample Follow-Up,Service Request Follow-Up"
    Dim strStatus As String = "Completed,Deferred,Waiting For Someone Else,In Progress,Not Started,Assigned,In Call"
    CRMAddFinalShipmentOpportunity2 = ""
    ' Validate Data (CRM will validate if owner is valid)
    If Owner = "" Then
    AddError("Error: Missing Owner")
    Exit Function
    End If
    If Subject = "" Then
    AddError("Error: Missing Subject")
    Exit Function
    End If
    If strType.IndexOf(Type) < 0 Then
    AddError("Error: Invalid or Missing Type")
    Exit Function
    End If
    If strStatus.IndexOf(Status) < 0 Then
    AddError("Error: Invalid or Missing Status")
    Exit Function
    End If
    If strPriority.IndexOf(Priority) < 0 Then
    AddError("Error: Invalid or Missing Priority")
    Exit Function
    End If
    If Not IsDate(DueDate) Then
    AddError("Error: Invalid or Missing DueDate")
    Exit Function
    End If
    Try
    opportunity.Url = Session.GetURL()
    opportunity.CookieContainer = Session.GetCookieContainer()
    'Create the opportunity
    Dim tmpAry(0) As nkkcrm.SiebelOpportunity20.Opportunity
    input.ListOfOpportunity(0) = tmpAry
    input.ListOfOpportunity.SetValue(New nkkcrm.SiebelOpportunity20.Opportunity, 0)
    'Assign the opportunity Properties
    input.ListOfOpportunity(0).Owner = Owner
    input.ListOfOpportunity(0).OpportunityName = Subject
    input.ListOfOpportunity(0).AccountName = Account
    input.ListOfOpportunity(0).SalesStage = "Rebuy"
    input.ListOfOpportunity(0).CloseDate = Date.Today
    input.ListOfOpportunity(0).Territory = Territory
    input.ListOfOpportunity(0).stProject_Name = "FINAL SHIPMENT REBUY"
    input.ListOfOpportunity(0).SourceCampaign = "Rebuy"
    input.ListOfOpportunity(0).OpportunityType = oppType
    input.ListOfOpportunity(0).Revenue = AnnBudget
    input.ListOfOpportunity(0).Description = Description
    input.ListOfOpportunity(0).bRebuy = "Y"
    input.ListOfOpportunity(0).ProductInterest = partNumber
    input.ListOfOpportunity(0).plCurrency_Type = currency
    'input.ListOfOpportunity(0).ParentoptyId = Opp
    'insert the opportunity
    results = opportunity.OpportunityInsert(input)
    If results.ListOfOpportunity.Length > 0 Then
    CRMAddFinalShipmentOpportunity2 = results.ListOfOpportunity(0).OpportunityId
    End If
    Catch webex As WebException
    AddError(webex.Message)
    Catch ex As Exception
    AddError(ex.Message)
    End Try
    End Function
    What changes might I need to make in order to make this function correctly using Web Services 2.0?
    Currently I get the following errors- For every line of input.ListOfOpportunity(0) I get: '..cannot be indexed because it has no default property.'
    Another example of an issue I'm running into is: 'SetValue' is not a member of 'nkkcrm.SiebelOpportunity20.ListOfOpportunityData'

    We were able to make this work by re-modeling my code after a code sample I found that creates new Activities.
    Here's my code in case it helps someone scanning these forums in the future (Disregard the Opportunity entries that are missing when you compare this to my earlier code- Those weren't relevant to making this work or not work, I simply am not using them now.):
    Public Function CRMAddFinalShipmentOpportunity2(ByVal Session As Session, ByVal Owner As String, ByVal Subject As String, ByVal Type As String, ByVal Priority As String, ByVal DueDate As String, ByVal Status As String, ByVal Description As String, ByVal POValue As String, ByVal oppType As String, ByVal partNumber As String, ByVal currency As String, ByVal servername As String, ByVal pass As String, ByVal usrname As String) As String
    'Get SessionID
    Dim sessionId As String
    sessionId = getSessionLogin(usrname, pass, servername)
    Dim Opportunity As nkkcrm.SiebelOpportunity20.Opportunity = New nkkcrm.SiebelOpportunity20.Opportunity
    Dim OppInput As New nkkcrm.SiebelOpportunity20.OpportunityInsert_Input
    Dim OppOutput As New nkkcrm.SiebelOpportunity20.OpportunityInsert_Output
    Dim strPriority As String = "1-High,2-Medium,3-Low"
    Dim strType As String = "Call,Correspondence,Email,Event,Final Shipment - Book,Final Shipment - Special,Lead Follow-Up,Meeting,Opportunity Follow-Up,Other,Presentation,Quote Follow-Up,Sample Follow-Up,Service Request Follow-Up"
    Dim strStatus As String = "Completed,Deferred,Waiting For Someone Else,In Progress,Not Started,Assigned,In Call"
    'Validate Data (CRM will validate if owner is valid)
    If Owner = "" Then
    AddError("Error: Missing Owner")
    Exit Function
    End If
    If Subject = "" Then
    AddError("Error: Missing Subject")
    Exit Function
    End If
    If strType.IndexOf(Type) < 0 Then
    AddError("Error: Invalid or Missing Type")
    Exit Function
    End If
    If strStatus.IndexOf(Status) < 0 Then
    AddError("Error: Invalid or Missing Status")
    Exit Function
    End If
    If strPriority.IndexOf(Priority) < 0 Then
    AddError("Error: Invalid or Missing Priority")
    Exit Function
    End If
    If Not IsDate(DueDate) Then
    AddError("Error: Invalid or Missing DueDate")
    Exit Function
    End If
    'Instantiate OpportunityData
    Dim objListOfOpportunity As nkkcrm.SiebelOpportunity20.ListOfOpportunityData
    Dim objOpportunity As nkkcrm.SiebelOpportunity20.OpportunityData()
    Try
    objOpportunity = New nkkcrm.SiebelOpportunity20.OpportunityData(0) {}
    objListOfOpportunity = New nkkcrm.SiebelOpportunity20.ListOfOpportunityData()
    objOpportunity(0) = New nkkcrm.SiebelOpportunity20.OpportunityData
    'Assign the opportunity Properties
    objOpportunity(0).Owner = Owner
    objOpportunity(0).OpportunityName = Subject
    objOpportunity(0).AccountName = "UNKNOWN"
    objOpportunity(0).SalesStage = "Rebuy"
    objOpportunity(0).CloseDate = Date.Today
    objOpportunity(0).Territory = "North America"
    objOpportunity(0).stProject_Name = "FINAL SHIPMENT REBUY"
    objOpportunity(0).SourceCampaign = "Rebuy"
    objOpportunity(0).OpportunityType = oppType
    objOpportunity(0).Revenue = POValue
    objOpportunity(0).Description = Description
    objOpportunity(0).bRebuy = True
    objOpportunity(0).ProductInterest = partNumber
    objOpportunity(0).plCurrency_Type = currency
    'Connect the Opportunity to ListOfOpportunity
    objListOfOpportunity.Opportunity = objOpportunity
    'Connect ListofOpportunity to Input Parameter
    OppInput.ListOfOpportunity = objListOfOpportunity
    Opportunity.Url = servername & "/Services/Integration;jsessionid=" & sessionId
    'Opportunity.CookieContainer = Session.GetCookieContainer()
    Opportunity.OpportunityInsert(OppInput)
    Return "success"
    Catch webex As WebException
    AddError(webex.Message)
    Catch ex As Exception
    AddError(ex.Message)
    End Try
    End Function
    Public Function getSessionLogin(ByVal usrname As String, ByVal pass As String, ByVal servername As String)
    Dim loginurl As String = servername & "/Services/Integration?command=login"
    'MessageBox.Show(loginurl);
    Dim req As HttpWebRequest = DirectCast(WebRequest.Create(loginurl), HttpWebRequest)
    ' username and password are passed as HTTP headers
    req.Headers.Add("UserName", usrname)
    req.Headers.Add("Password", pass)
    ' cookie container has to be added to request in order to
    ' retrieve the cookie from the response.
    Dim cookie As Cookie
    req.CookieContainer = New CookieContainer()
    ' make the HTTP callby
    Dim resp As HttpWebResponse = DirectCast(req.GetResponse(), HttpWebResponse)
    If resp.StatusCode = System.Net.HttpStatusCode.OK Then
    ' store cookie for later...
    cookie = resp.Cookies("JSESSIONID")
    If cookie Is Nothing Then
    Return "invalid session"
    End If
    Return cookie.Value
    Else
    Return "invalid session"
    End If
    End Function

  • Trouble with captivate trial download for mac

    im trying to download the trial version of captivate on my mac, the akamai netsession interface is now on my desktop, i go through installation, it makes that happy sound and says the installation was successful, but nothing actually happens, no new folders or documents, or applications, seems like sort of a dead end. 
    To investigate i clickedon Akamai in "other" of my system preferences is tells me the status is "forbidden" but I am the administrator and i have never used this free trial before, so why am I "forbidden?"
    Here's part of the diagnostic if that helps:
    This file was created on 2013-04-09 7:54:12 PM when a user initiated the "Generate Report" action in the Akamai NetSession Interface Control Panel or System Preferences. This is a report on the results of diagnostics tests concerning proper installation, connectivity, download and streaming capability.
    This data is intended to be used by support and technical representatives as an aid in diagnosing problems using NetSession on this computer. Users seeking help with NetSession problems may be asked by those representatives to click the "Generate Report" button to create a current report.
    OS version: OS X 10.8.3
    Interface Status Test
    Status: PASSED
    Interface Port Test
    Status: PASSED
    Interface Connection Test
    Status: PASSED
    Basic HTTP Download Test
    Status: PASSED
    Basic HTTPS Download Test
    Status: PASSED
    Basic Auth Download Test
    Status: PASSED
    Cookie Auth Download Test
    Status: PASSED
    Query Auth Download Test
    Status: PASSED
    CLIENT ATTRIBUTES
                        GUID: c973268d67665313deb5375e87e5121e
          Executable Version: 1.8.9
          Running Executable: netsession_mac
       Configuration Version: mac_4a26ad2_1.8.9-RC5
                   Is Online: Yes
    Is Client Upload Enabled: No
              Download Speed: 169984 bytes/sec
    PROXY EXCEPTIONS
    *.local
    169.254/16
    CLIENT CONNECTIVITY
                 CN Address: 195.59.54.84
        External IP Address: 37.208.135.46
               Mega Address: c973268d67665313deb5375e87e5121e(lan:udp:192.168.100.6:59331;rstrstatic:udp:37.208.135.46 :59331)
    NAT safe mapping period: 128 second(s)
            Firewall Active: yes
    /Users/raimey/Applications/Akamai/euc_state.json
      "updates":
        "cookieJar":
      "updates":
        "supportresources":
      "updates":
        "downloadrequests":
          "235052820":
            "urls":
              "http://trials3.adobe.com/AdobeProducts/CPTV/6/osx10/Captivate_6_LS12.dmg":
                "peerboost":false,
                "wait":true,
                "checkcontentmd5":false,
                "usecontentdisposition":false,
                "resumefilename":"Adobe_Captivate_6_English_Mac",
                "urlSetId":235052820,
                "autopause":30,
                "resumeurl":"http://trials3.adobe.com/DlmResumeLink/www.adobe.com/cfusion/tdrc/resume.cfm?urlSetId=2350 52820&language=en&downloadName=Adobe_Captivate_6_English_Mac&product=captivate_EN_US&loc=e n_us",
                "cookiestring":"MM_TRIALS=12345",
                "resetdownload":false,
                "sequential":false,
                "originonly":true
            "urlsetid":"235052820"
          "588607797":
            "urls":
              "http://trials3.adobe.com/AdobeProducts/CPTV/6/osx10/Captivate_6_LS12.dmg":
                "peerboost":false,
                "wait":true,
                "checkcontentmd5":false,
                "usecontentdisposition":false,
                "resumefilename":"Adobe_Captivate_6_English_Mac",
                "urlSetId":588607797,
                "autopause":30,
                "resumeurl":"http://trials3.adobe.com/DlmResumeLink/www.adobe.com/cfusion/tdrc/resume.cfm?urlSetId=5886 07797&language=en&downloadName=Adobe_Captivate_6_English_Mac&product=captivate_EN_US&loc=e n_us",
                "cookiestring":"MM_TRIALS=12345",
                "resetdownload":false,
                "sequential":false,
                "originonly":true
            "urlsetid":"588607797"
          "204237093":
            "urls":
              "http://trials3.adobe.com/AdobeProducts/CPTV/6/osx10/Captivate_6_LS12.dmg":
                "peerboost":false,
                "wait":true,
                "checkcontentmd5":false,
                "usecontentdisposition":false,
                "resumefilename":"Adobe_Captivate_6_English_Mac",
                "urlSetId":204237093,
                "autopause":30,
                "resumeurl":"http://trials3.adobe.com/DlmResumeLink/www.adobe.com/cfusion/tdrc/resume.cfm?urlSetId=2042 37093&language=en&downloadName=Adobe_Captivate_6_English_Mac&product=captivate_EN_US&loc=e n_us",
                "cookiestring":"MM_TRIALS=12345",
                "resetdownload":false,
                "sequential":false,
                "originonly":true
            "urlsetid":"204237093"
          "517068062":
            "urls":
              "http://trials3.adobe.com/AdobeProducts/CPTV/6/osx10/Captivate_6_LS12.dmg":
                "peerboost":false,
                "wait":true,
                "checkcontentmd5":false,
                "usecontentdisposition":false,
                "resumefilename":"Adobe_Captivate_6_English_Mac",
                "urlSetId":517068062,
                "autopause":30,
                "resumeurl":"http://trials3.adobe.com/DlmResumeLink/www.adobe.com/cfusion/tdrc/resume.cfm?urlSetId=5170 68062&language=en&downloadName=Adobe_Captivate_6_English_Mac&product=captivate_EN_US&loc=e n_us",
                "cookiestring":"MM_TRIALS=12345",
                "resetdownload":false,
                "sequential":false,
                "originonly":true
            "urlsetid":"517068062"
      "updates":
        "files":
          "0:http://client.akamai.com/misc/dev/test-objects/query-auth/rand-1MB.bin":
            "prevNumHashFailures":0,
            "prevFailedBytes":0,
            "uniquerecv":1048576,
            "totalRecvWithOverhead":1295174,
            "localurl":"http://127.0.0.1:9421/api?function=serveFile&cid=0&url=http%3a%2f%2fclient.akamai.com%2fmi sc%2fdev%2ftest-objects%2fquery-auth%2frand-1MB.bin",
            "contenttype":"application/octet-stream",
            "totalrecv":1274400,
            "searchBlackout":true,
            "suberror":0,
            "url":"http://client.akamai.com/misc/dev/test-objects/query-auth/rand-1MB.bin",
            "verifiedBytes":1048576,
            "authToken":"B9AEABE14811798F125A9ACF6C7E10FF",
            "servableProgress":1048576,
            "appName":"Akamai",
            "prevPeerRecv":855040,
            "lastMTime":1365526501,
            "enableOpenFile":true,
            "path":"/Users/raimey/Applications/Akamai/Cache/client.akamai.com/misc/dev/test-objects/q uery-auth/rand-1MB.bin",
            "failedBytes":0,
            "startTime":1365526494,
            "hashBlockSize":1048576,
            "completeMTime":1365526501,
            "sentSRStartMsg":true,
            "cid":0,
            "progress":1048576,
            "integrityVersion":"99844054d939b97221563594cdae8df21b946afd",
            "validPath":true,
            "gotSettings":true,
            "enableEndgamev2":false,
            "size":1048576,
            "name":"rand-1MB.bin",
            "prevVerifiedBytes":1048576,
            "integrityHashAlgorithm":"SHA1",
            "prevHashlessBytes":0,
            "firstByteCount":0,
            "peerForSpeed":false,
            "error":0,
            "prevTotalRecv":1274400,
            "cacheTimestamp":1365526501,
            "newDownloadMechanism":true,
            "downloadingTime":6967964,
            "enableEndgameForHttp":true,
            "sequential":false,
            "delayHttp":0,
            "lastByteCount":0,
            "integritySignature":"5 1 AES-128-CBC QMT5zfX0p2QbO/ZZZ9mbZZ54ILrG7S7ndRVkvHBChRBVPskdRLqSS9MpeVzGIvLy6OSf+sMl0bKFn5uL9IJ8qRa/f uc6+D8jYZwRt5R2M6e64rifdF5iw0KWVMDZs1bBRHQAaF+Q7EXdd7pv5TE2jg1Q+Tv/1l/oP2NCN6/pb53XXz2j36o lQctXrZAXGb6156wyZ8R433g1T68IZB5N8g==",
            "timeTaken":6967750,
            "originurl":"http://client.akamai.com/misc/dev/test-objects/query-auth/rand-1MB.bin",
            "initiated":true,
            "srid":"TK6I98P93P",
            "owner":"raimey",
            "ghosts":
              "23.62.100.140",
              "23.62.100.157"
            "targetSpeed":2147483647,
            "sentSrDlComplete":true,
            "peerrecv":855040,
            "hashlessBytes":0,
            "numHttpRequests":3,
            "status":"COMPLETE",
            "transId":670703907,
            "originOnly":false,
            "queryAuth":"token=12345"
          "0:http://client.akamai.com/misc/dev/test-objects/cookie-auth/rand-1MB.bin":
            "prevNumHashFailures":0,
            "prevFailedBytes":0,
            "peerrecv":1026048,
            "sentSrDlComplete":true,
            "uniquerecv":1048576,
            "totalRecvWithOverhead":1470783,
            "contenttype":"application/octet-stream",
            "totalrecv":1443432,
            "url":"http://client.akamai.com/misc/dev/test-objects/cookie-auth/rand-1MB.bin",
            "verifiedBytes":1048576,
            "authToken":"DC6D7D58BEF29BD8C0E73992E56AA7B7",
            "suberror":0,
            "prevPeerRecv":1026048,
            "servableProgress":1048576,
            "appName":"Akamai",
            "lastMTime":1365526493,
            "searchBlackout":true,
            "failedBytes":0,
            "enableOpenFile":true,
            "path":"/Users/raimey/Applications/Akamai/Cache/client.akamai.com/misc/dev/test-objects/c ookie-auth/rand-1MB.bin",
            "startTime":1365526485,
            "hashBlockSize":1048576,
            "completeMTime":1365526493,
            "sentSRStartMsg":true,
            "cid":0,
            "progress":1048576,
            "integrityVersion":"f153a7f77da3f94a01107ed9347db49462159aa4",
            "validPath":true,
            "enableEndgamev2":false,
            "size":1048576,
            "name":"rand-1MB.bin",
            "prevVerifiedBytes":1048576,
            "integrityHashAlgorithm":"SHA1",
            "prevHashlessBytes":0,
            "firstByteCount":0,
            "peerForSpeed":false,
            "error":0,
            "prevTotalRecv":1443432,
            "cacheTimestamp":1365526493,
            "newDownloadMechanism":true,
            "downloadingTime":7857861,
            "enableEndgameForHttp":true,
            "sequential":false,
            "delayHttp":0,
            "lastByteCount":0,
            "integritySignature":"5 1 AES-128-CBC lUokOCmjinsvqP/A2btT51DeR8WDRTVygyqJuCNw48eKyOTItGVoMQw4124fNTdRhlbeM/TrsgbSladWuuUv95HxN TyLR5x6mo017K3xZZc7qXo73K8j62ObBkfLwYA6zeO//DK2tb8BeXOYZajEnKmKD5lt0ssPFmI2h5sgFBW6GCcbRt+ JmiU3xKH/WZK4",
            "timeTaken":7857635,
            "originurl":"http://client.akamai.com/misc/dev/test-objects/cookie-auth/rand-1MB.bin",
            "initiated":true,
            "srid":"E4MHYQJH9K",
            "localurl":"http://127.0.0.1:9421/api?function=serveFile&cid=0&url=http%3a%2f%2fclient.akamai.com%2fmi sc%2fdev%2ftest-objects%2fcookie-auth%2frand-1MB.bin",
            "owner":"raimey",
            "ghosts":
              "23.62.100.140"
            "hashlessBytes":0,
            "numHttpRequests":3,
            "status":"COMPLETE",
            "transId":375175424,
            "targetSpeed":2147483647,
            "gotSettings":true,
            "originOnly":false
          "0:http://client.akamai.com/misc/dev/test-objects/basic-auth/rand-1MB.bin":
            "prevNumHashFailures":0,
            "prevFailedBytes":0,
            "uniquerecv":1048576,
            "totalRecvWithOverhead":1542325,
            "contenttype":"application/octet-stream",
            "totalrecv":1490944,
            "searchBlackout":true,
            "suberror":0,
            "timeTaken":10992325,
            "servableProgress":1048576,
            "appName":"Akamai",
            "prevPeerRecv":1200128,
            "lastMTime":1365526485,
            "enableOpenFile":true,
            "path":"/Users/raimey/Applications/Akamai/Cache/client.akamai.com/misc/dev/test-objects/b asic-auth/rand-1MB.bin",
            "failedBytes":0,
            "startTime":1365526474,
            "hashBlockSize":1048576,
            "completeMTime":1365526485,
            "verifiedBytes":1048576,
            "url":"http://client.akamai.com/misc/dev/test-objects/basic-auth/rand-1MB.bin",
            "authToken":"3D7D434F6AD8AE7E138F1F89E486A025",
            "transId":428527127,
            "sentSRStartMsg":true,
            "cid":0,
            "basicAuth":"bmV0c2Vzc2lvbjpwYXNzd29yZA==",
            "progress":1048576,
            "integrityVersion":"42d107726acd0bf5fce2d39a42d9474f75e44af8",
            "validPath":true,
            "gotSettings":true,
            "enableEndgamev2":false,
            "size":1048576,
            "name":"rand-1MB.bin",
            "prevVerifiedBytes":1048576,
            "integrityHashAlgorithm":"SHA1",
            "prevHashlessBytes":0,
            "firstByteCount":0,
            "peerForSpeed":false,
            "error":0,
            "prevTotalRecv":1490944,
            "cacheTimestamp":1365526485,
            "newDownloadMechanism":true,
            "downloadingTime":10992557,
            "enableEndgameForHttp":true,
            "sequential":false,
            "delayHttp":0,
            "lastByteCount":0,
            "integritySignature":"5 1 AES-128-CBC sbNAgPQMgMSmzSjlYM91y9IdbCUMlF5de+s5X4pVTq8SojyiBxxwlYyjuAIXTQqlKyPF5f1b1O2Xo0/CpiuIqNOtP iWovaQo44vYGL+HwJW04NA+ptquOxZGtb9l07pqOerMz/6ctsoH3tETpr9vbWd1jQWeriMGr6qA36YT3US0WbRm6N5 lXqddPvh+EB4f",
            "originurl":"http://client.akamai.com/misc/dev/test-objects/basic-auth/rand-1MB.bin",
            "initiated":true,
            "srid":"F64QE31GWY",
            "localurl":"http://127.0.0.1:9421/api?function=serveFile&cid=0&url=http%3a%2f%2fclient.akamai.com%2fmi sc%2fdev%2ftest-objects%2fbasic-auth%2frand-1MB.bin",
            "owner":"raimey",
            "ghosts":
              "23.62.100.140"
            "targetSpeed":2147483647,
            "sentSrDlComplete":true,
            "peerrecv":1200128,
            "hashlessBytes":0,
            "numHttpRequests":35,
            "status":"COMPLETE",
            "originOnly":false
          "0:https://client.akamai.com/misc/dev/test-objects/no-auth/rand-1MB.bin":
            "size":1048576,
            "prevNumHashFailures":0,
            "prevFailedBytes":0,
            "peerrecv":1347584,
            "sentSrDlComplete":true,
            "searchBlackout":true,
            "uniquerecv":1048576,
            "totalRecvWithOverhead":1589290,
            "suberror":0,
            "servableProgress":1048576,
            "appName":"Akamai",
            "prevPeerRecv":1347584,
            "lastMTime":1365526473,
            "failedBytes":0,
            "enableOpenFile":true,
            "path":"/Users/raimey/Applications/Akamai/Cache/client.akamai.com/misc/dev/test-objects/n o-auth/rand-1MB(2).bin",
            "startTime":1365526463,
            "hashBlockSize":1048576,
            "completeMTime":1365526473,
            "sentSRStartMsg":true,
            "cid":0,
            "progress":1048576,
            "integrityVersion":"9a5fa59976efbff28e6a78e1870a6c935a0f3fb1",
            "validPath":true,
            "enableEndgamev2":false,
            "name":"rand-1MB.bin",
            "prevVerifiedBytes":1048576,
            "integrityHashAlgorithm":"SHA1",
            "prevHashlessBytes":0,
            "firstByteCount":0,
            "peerForSpeed":false,
            "error":0,
            "prevTotalRecv":1523712,
            "cacheTimestamp":1365526473,
            "newDownloadMechanism":true,
            "downloadingTime":10291676,
            "enableEndgameForHttp":true,
            "sequential":false,
            "delayHttp":0,
            "lastByteCount":0,
            "integritySignature":"5 1 AES-128-CBC U8cfAdOvX53FzyuBPpCiKq8kjUIydTvcGzZ1LOzydcFFIiw+boatA4YC/96vDtJ0dx1GvBulTMbNvvfQ21aUsGqNV OVxc8yL2Rtc7OMS5bLuEteTcWW7/74gGA9yl/vS5l0N/DH4OWTy9WGHhpnPcwGdMogykA0utctdgqT0D5JRbZa9bmg bjwRIdpwmMZ7I",
            "timeTaken":10291474,
            "originurl":"https://client.akamai.com/misc/dev/test-objects/no-auth/rand-1MB.bin",
            "initiated":true,
            "srid":"MU8L50IER9",
            "owner":"raimey",
            "ghosts":
              "23.62.100.161"
            "url":"https://client.akamai.com/misc/dev/test-objects/no-auth/rand-1MB.bin",
            "verifiedBytes":1048576,
            "localurl":"http://127.0.0.1:9421/api?function=serveFile&cid=0&url=https%3a%2f%2fclient.akamai.com%2fm isc%2fdev%2ftest-objects%2fno-auth%2frand-1MB.bin",
            "hashlessBytes":0,
            "numHttpRequests":39,
            "status":"COMPLETE",
            "transId":664434707,
            "targetSpeed":2147483647,
            "gotSettings":true,
            "contenttype":"application/octet-stream",
            "totalrecv":1523712,
            "originOnly":false
          "0:http://client.akamai.com/misc/dev/test-objects/no-auth/rand-1MB.bin":
            "size":1048576,
            "prevNumHashFailures":0,
            "prevFailedBytes":0,
            "peerrecv":1302528,
            "sentSrDlComplete":true,
            "searchBlackout":true,
            "uniquerecv":1048576,
            "totalRecvWithOverhead":1662962,
            "suberror":0,
            "servableProgress":1048576,
            "appName":"Akamai",
            "prevPeerRecv":1302528,
            "lastMTime":1365526462,
            "failedBytes":0,
            "enableOpenFile":true,
            "path":"/Users/raimey/Applications/Akamai/Cache/client.akamai.com/misc/dev/test-objects/n o-auth/rand-1MB.bin",
            "startTime":1365526453,
            "hashBlockSize":1048576,
            "completeMTime":1365526462,
            "sentSRStartMsg":true,
            "cid":0,
            "progress":1048576,
            "integrityVersion":"83c3ba74f4a95ccf51ea79f58772864545fa422f",
            "validPath":true,
            "enableEndgamev2":false,
            "name":"rand-1MB.bin",
            "prevVerifiedBytes":1048576,
            "integrityHashAlgorithm":"SHA1",
            "prevHashlessBytes":0,
            "firstByteCount":0,
            "peerForSpeed":false,
            "error":0,
            "prevTotalRecv":1613376,
            "cacheTimestamp":1365526462,
            "newDownloadMechanism":true,
            "downloadingTime":8823971,
            "enableEndgameForHttp":true,
            "sequential":false,
            "delayHttp":0,
            "lastByteCount":0,
            "integritySignature":"5 1 AES-128-CBC WsgpexCsLpfELz6IWq01BfkUi8nlTwtoRFE6OqKpAy4Mge8s2wHd1UQOOnalNeumM6792HSDdvrn/+S8ec0W185JC mt7yD96UhChyBRTrEBxC0GwjF1Cq4iQddxVNfQo1ejX1uK8+DaO7M+3XBdbXh5mongpMaxwuSsAqzaaYZus5HBqa7v ueiPEjHuMa3XC",
            "timeTaken":8823672,
            "originurl":"http://client.akamai.com/misc/dev/test-objects/no-auth/rand-1MB.bin",
            "initiated":true,
            "srid":"GVJT7T6P27",
            "owner":"raimey",
            "ghosts":
              "23.62.100.140",
              "23.62.100.157"
            "url":"http://client.akamai.com/misc/dev/test-objects/no-auth/rand-1MB.bin",
            "verifiedBytes":1048576,
            "localurl":"http://127.0.0.1:9421/api?function=serveFile&cid=0&url=http%3a%2f%2fclient.akamai.com%2fmi sc%2fdev%2ftest-objects%2fno-auth%2frand-1MB.bin",
            "hashlessBytes":0,
            "numHttpRequests":3,
            "status":"COMPLETE",
            "transId":269722074,
            "targetSpeed":2147483647,
            "gotSettings":true,
            "contenttype":"application/octet-stream",
            "totalrecv":1613376,
            "originOnly":false
          "0:http://trials3.adobe.com/AdobeProducts/CPTV/6/osx10/Captivate_6_LS12.dmg":
            "searchBlackout":true,
            "startTime":1365523437,
            "prevNumHashFailures":0,
            "totalRecvWithOverhead":13368644,
            "uniquerecv":13081600,
            "prevFailedBytes":0,
            "timeTaken":76991836,
            "size":2066340737,
            "hashBlockSize":2097152,
            "verifiedBitmask":"+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAA==",
            "failedBytes":0,
            "enableEndgamev2":false,
            "enableOpenFile":true,
            "path":"/Users/raimey/Downloads/Captivate_6_LS12.dmg.part",
            "gotSettings":true,
            "numHttpRequests":440,
            "hashlessBytes":0,
            "status":"FORBIDDEN",
            "sentSRStartMsg":false,
            "cid":0,
            "progress":12163072,
            "integrityVersion":"df91c70c95e3868d46d12c3536d67e31efbada14",
            "validPath":true,
            "initiated":true,
            "srid":"G326U1OY8Y",
            "urlSetIds":

    Wrong forum I am afraid.  Try the Captivate forum at http://forums.adobe.com/community/adobe_captivate

Maybe you are looking for

  • How do i transfer photos from ipad to pc running vista

    how do i transfer photos from ipad to pc running vista

  • Concatenate  : extract from non-SAP

    Hello All, I am extracting some records from a non-SAP system via XI. The problem is with the 0UNIT field. data from SIBEL is stored as "Hou" (hours) but in BW we can only use "H". Can any one tell me how can i transform "hou" to "h"in BW. any syntax

  • OracleAS Service Registry occured error...

    hi..all I try to setup "oracleAS Service Registry" product... So, I, successfully, installed that application on the SOA suit Instance.. but, now, I meet with difficulty. like that with error log...When I try to login it in the Registry Control Page.

  • Dynamic tabs for the user who is logged in?

    Hi! Is it possible to create dynamically tabs for a TemplateTabContainer or JSPTabContainer during the time a user is logged in? I know that it is possible for example with the dpadmin command or with the DSAME console but is there another way (for e

  • Connection SQLite with Flex Web Based App??

    Hi! I have a problem, I create a Flex Web Based App in Flash Builder 4 and I need connect that app with my SQLite database... but I can't found the method that permit me create that connection. My question is... exist some method or some kind of code