Invalid API Key Error in Ecosign API

I'm using the sample soap code(Developer kit) given by echosign api for testping, but it always show invalid api key error while i'm executing from terminal. Please give the solution as soon as possible, and i'm not able to get solution from google also.
This is my API Key:
Client Secret:
6IaJHev8N48JbsZcM4Itggzt0pAHF0iS
I tried with this comment in terminal:
php demo.php https://secure.echosign.com/services/EchoSignDocumentService20?wsdl 6IaJHev8N48JbsZcM4Itggzt0pAHF0iS test
This is demo.php file:
<?php
// get input
array_shift($_SERVER['argv']);
$Url = array_shift($_SERVER['argv']);
$ApiKey = array_shift($_SERVER['argv']);
$cmd = array_shift($_SERVER['argv']);
$params = $_SERVER['argv'];
if (!$cmd) print_usage();
$S = new SOAPClient($Url);
call_user_func("cmd_$cmd", $params);
function cmd_test() {
    global $Url, $ApiKey, $S;
    print "Testing basic connectivity...\n";
    $r = $S->testPing(array('apiKey' => $ApiKey));
    print "Message from server: {$r->documentKey->message}\n";
    print "Testing file transfer...\n";
    $text = file_get_contents('../test.pdf');
    $r = $S->testEchoFile(array('apiKey' => $ApiKey, 'file' => base64_encode($text)))->outFile;
    if (base64_decode($r) === $text) {
        print "Woohoo! Everything seems to work.\n";
    else {
        die("ERROR: Some kind of problem with file transfer, it seems.\n");
function cmd_send() {
    global $Url, $ApiKey, $S;
    list($filename, $recipient) = reset(func_get_args());
    $r = $S->sendDocument(array(
        'apiKey' => $ApiKey,
        'documentCreationInfo' => array(
                'fileInfos' => array(
                    'FileInfo' => array(
                        'file'     => file_get_contents($filename),
                        'fileName' => $filename,
                'message' => "This is neat.",
                'name'    => "Test from SOAP-Lite: $filename",
                'signatureFlow' => "SENDER_SIGNATURE_NOT_REQUIRED",
                'signatureType' => "ESIGN",
                'tos' => array( $recipient ),
    print "Document key is: {$r->documentKeys->DocumentKey->documentKey}\n";
function cmd_info() {
    global $Url, $ApiKey, $S;
    list($doc_key) = reset(func_get_args());
    $r = $S->getDocumentInfo(array('apiKey' => $ApiKey, 'documentKey' => $doc_key))->documentInfo;
    print "Document is in status: {$r->status}\n";
    print "Document History: ";
    foreach($r->events->DocumentHistoryEvent as $_) {
        $keytext =
          $_->documentVersionKey
          ? " (versionKey: {$_->documentVersionKey})"
        print "{$_->description} on {$_->date}$keytext\n";
    print "Latest versionKey: {$r->latestDocumentKey}\n";
function cmd_latest() {
    global $Url, $ApiKey, $S;
    list ($doc_key, $filename) = reset(func_get_args());
    $r = $S->getLatestDocument(array('apiKey' => $ApiKey, 'documentKey' => $doc_key))->pdf;
    //$r = base64_decode($r);
    file_put_contents($filename, $r);
function print_usage() {
    die(<<<__USAGE__
Usage:
  demo.php <URL> <API key> <function> [parameters]
where the function is one of:
  test
  send <filename> <recipient_email>
  info <documentKey>
  latest <documentKey> <filename>
test will run basic tests to make sure you can communicate with the web service
send will create a new agreement in the EchoSign system, and returns a documentKey
info returns the current status and all the history events for a given documentKey
latest saves the latest version of the document as a PDF with the given filename
__USAGE__
--------------------------  End of file ---------------------------------------------------------------

This is my API Key:
Client Secret:
6IaJHev8N48JbsZcM4Itggzt0pAHF0iS
Client secret is not the same as an api key!
in addition to the above, integration key or access codes can be had by going to personal preferences>access code and clicking the plus sign.

Similar Messages

  • "Invalid Index Key" Error - External HFS+ Drive

    So I've got this external drive (Seagate Freeagent Go) that I formated with the Journaled filesystem. All of a sudden yesterday I could not access the drive after restarting my computer and when I could no longer see it on my desktop I opened Disk Utility. DU was able to see the drive and the partition but couldn't mount it, and when I ran a Verify/Repair I got the following:
    Verify and Repair volume “Artimis”
    Checking Journaled HFS Plus volume.
    Checking Extents Overflow file.
    Checking Catalog file.
    Invalid index key
    Rebuilding Catalog B-tree.
    The volume Artimis could not be repaired.
    Error: Filesystem verify or repair failed.
    Can anyone help me with a potential fix? I've had no power surges and had just been using the drive with no issues the night before

    It's possible that Disk Warrior may be able to repair the drive's directory. If not you will have to reformat it.

  • "Invalid WEP Key" Error on 7410 All-in-On Wireless Set Up

    My 7410 has been connected wirelessly for over a year but I just installed a new router (Linksys N600) and can't get the wireless connection back up.  All other wireless devices are connecting to the new router.  Using WPA2-PSK[AES] security on router.  Using installation wizard on front panel of printer and it is locating network SSID fine.  But only allowing for WEP key and giving me error code every time it is entered.  Have tried to change length of key on router to 5 or 13 characters and also tried 10 HEX digits.  Have powered off/on the printer and restored to factory network settings.  No luck with anything.  The Cisco router I previously had installed was also an N router - no problems connecting the 7410 wirelessly but swapped it out because of too many lost connections.  Any advice?
    This question was solved.
    View Solution.

    If your WEP key is all alphabet then it is not WEP, it is WPA or WPA2.  As discussed above, this printer will not accept WPA2.
    Get into your router settings and change your wireless security type to WPA or WPA/WPA2 (you can keep the same passphrase).
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Error code:1015 invalid lic key

    I bought a photo colagge app and after downloading it,it gave me an invalid lic key error. error code 1015. have the purchase reciept. it tells me to kindly delete the app and reinstall it to regenerate a new lic key,but its not working. what can I do?

    Photo Collage-Photo Frames-Photo Shape Maker.
    This is the exact info and error it gives me:
    Error Code: 1015
    Module Name: PhotoCollage
    App Name: Photo Collage-Photo Frame-Photo Shape Maker:Ajani InfoTech Private Limited
    App Id : 25525900
    LIC Key: E102

  • INVALID ORG ID error while calling ASO_QUOTE_PUB.COPY_QUOTE() API

    Hi All
    I am using following API for creating the copy of the quote in iStore.
    API Name: ASO_QUOTE_PUB.COPY_QUOTE()
    but giving me error  as INVALID ORG ID.
    Also i am using R12 version.
    My sample code is:
    BEGIN
    select application_id,responsibility_id into l_appllication_id,l_responsibility_id
    from fnd_responsibility where responsibility_key ='IBE_CUSTOMER';
    select org_id,source_document_id,created_by into l_org_id,l_quote_Header_id,l_user_id
    from oe_order_headers_all where order_number=p_order_number;
    dbms_output.put_line('user,resp,app'||l_user_id||','||l_responsibility_id||','||l_appllication_id);
    dbms_application_info.set_client_info(l_org_id);
    begin
    MO_GLOBAL.SET_POLICY_CONTEXT('S',l_org_id);
    end;
      fnd_global.APPS_INITIALIZE (l_user_id, l_responsibility_id, l_appllication_id); --USER_ID,RESP_ID,APP_ID
    l_qte_header_rec.quote_header_id := l_quote_Header_id;
    l_qte_header_rec.last_update_date := sysdate;
    l_control_rec.last_update_date := sysdate;
    l_qte_header_rec.quote_source_code := 'Order Capture Quotes';
    l_control_rec.CALCULATE_TAX_FLAG := 'Y';
    l_control_rec.pricing_request_type := 'ASO';
    l_control_rec.header_pricing_event := 'BATCH';
    ASO_QUOTE_PUB.Copy_Quote(
    P_Api_Version_Number => 1.0,
    P_Init_Msg_List => FND_API.G_TRUE,
    P_Qte_Header_Id => l_qte_header_rec.quote_header_id,
    P_Last_Update_Date => sysdate,
    P_Copy_Only_Header => FND_API.G_FALSE,
    P_New_Version => FND_API.G_FALSE,
    P_Qte_Status_Id => 4, --> 'Draft' from aso_quote_statuses_vl
    P_Qte_Number => FND_API.G_MISS_NUM,
    X_Qte_Header_Id => lx_new_quote_id,
    X_Return_Status => lx_Return_Status,
    X_Msg_Count => lx_Msg_Count,
    X_Msg_Data => lx_Msg_Data);
    I did everything but still am getting invalid org id error.
    Please guide me..

    check this code
    Sample Code for "Copy Quote" using ASO_QUOTE_PUB [ID 811581.1]
    ApPsMaSti
    Sharing is Caring

  • IWeb page generates IE9 error for Google Maps API key

    My iWeb site generates an error in IE9 "This web site needs a different Google Maps API key". Is there any fix in iWeb for this?
    I've found this link that offers a solution for IE9 users. It seems to be a bug with IE9 mixed content security settings, but people will blame my website and not their browser
    http://answers.microsoft.com/en-us/ie/forum/ie9-windows_7/ie-9-is-telling-me-my- website-needs-a-different/59bfa1ed-f757-e011-8dfc-68b599b31bf5
    Excerpt from that site "Okay, I resolved the issue. I went into my Security settings. Under Miscellaneous I changed Display mixed content to "Enable". I believe there is a bug in the Display mixed content feature. I should be able to keep the setting at "Prompt", then see the content when I click the appropriate option when prompted. I believe the Google Maps API message was shown in error."

    You have to get your own API key: https://code.google.com/apis/console/
    My map uses a custom solution (Web Apps & Google Maps API V3) and is still working fine.

  • Organization ID is Invalid or Blank. error in API inv_txn_manager_pub.proce

    Hi,
    Issue in R12.
    I am getting error_explanation='Organization ID is either blank or invalid. Please re-enter' and error_code='Invalid organization' in API inv_txn_manager_pub.process_transactions.
    i checked;
    1. Period - all are Open
    2. Item is attached to that Org
    Can anyone help to fix this? whether any issue in Org setup? or Item setup?

    Please also see these docs.
    "Organization ID Is Either Blank Or Invalid" while using the INV_TXN_MANAGER_PUB.PROCESS_TRANSACTIONS API to Upload Move Orders to the mtl_transactions_interface Table [ID 1488847.1]
    WIP OSP Pending Move Transactions Error During Move Validation. Error is referring to ORGANIZATION_ID and ORGANIZATION_CODE. [ID 1214115.1]
    Thanks,
    Hussein

  • Google has disable the use of the api key

    I've setup a google static map using the api key v3 in this site www.pequenonim.es.
    Problem is Firefox is giving an error message:
    " Google ha inhabilitado el uso del API de Google Maps para esta aplicación. La clave proporcionada no es una clave de API de Google válida, o no está autorizada para la versión 3 del API de JavaScript de Google Maps en este sitio. Si eres el propietario de esta aplicación, puedes consultar cómo se obtiene una clave válida aquí: https://developers.google.com/maps/documentation/javascript/tutorial#api_key"
    Something like Google has disabled the use of the API for this application. The key is not valid or is not authorized for version 3 of the api of javascript in this site.
    Measurements already taken:
    API v3 and API v2 enable on api code panel
    Reset firefox
    Clean cookies and cache of firefox.
    Map actually works on Chrome and IE10.

    Is it the map on the bottom of the main page? It works for me in Firefox 24 on Windows 7 from California.
    You may want to look at the code in Firefox's source viewer, starting a few lines below id="bottom2", as there are some stray &lt;html>, &lt;head>, and &lt;body> tags that suggest a template or plugin isn't fully compatible with your page.

  • SAP BI 4.0 processDPCommands API. (Error: ERR_WIS_30270) ?

    I just installed BI 4.0 with SP01 Patch 04 on 2 different environments.
    I tried to test the eFashion universe and some of the reports, but I am getting this error on the Interactive Analysis Web even when I tried to create very simple eFashion Universe. Connecting test is working on both servers, same problem in both servers. Please let me know??
    at java.lang.Thread.run(Unknown Source)
    Caused by: com.businessobjects.sdk.core.server.ServerException: An internal error occured while calling 'processDPCommands' API. (Error: ERR_WIS_30270)
    at com.businessobjects.sdk.core.server.common.CommonRequestHandler.newServerException(CommonRequestHandler.java:237)
    at com.businessobjects.sdk.core.server.common.CommonRequestHandler.createAllServerExceptions(CommonRequestHandler.java:215)
    at com.businessobjects.sdk.core.server.common.CommonRequestHandler.afterProcessing(CommonRequestHandler.java:118)
    ... 19 more
    Caused by: com.businessobjects.sdk.core.server.ServerException: BOException caught:RESULT=80047622;WHAT=RefreshBatch failed
    at com.businessobjects.sdk.core.server.common.CommonRequestHandler.newServerException(CommonRequestHandler.java:237)
    at com.businessobjects.sdk.core.server.common.CommonRequestHandler.createAllServerExceptions(CommonRequestHandler.java:213)
    ... 20 more

    ebi errors after installing SP01 Patch 4
    Now I have a concrete things to say.
    I installed SAP BI 4.0 on Windows with Tomcat
    I tried to create the simplest eFashion universe, make the simplest Webi report from it and all work fine.
    I decided to go a head and install the latest patch SP01 Patch 04. After installation I could not get any Webi report to work. I drag and drop my objects and once I hit Refresh (first time) I get this error (when I hit Refresh second time I get the next error)
    Database error: (CS) "Specified RDBMS is invalid : MS Access 2003" . (IES 10901) (WIS 10901)
    Details
    com.businessobjects.sdk.core.server.CommunicationException$UnexpectedServerException: Database error: (CS) "Specified RDBMS is invalid : MS Access 2003" . (IES 10901)
         at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:144)
         at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:101)
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.afterProcessing(CommonRequestHandler.java:122)
         at com.businessobjects.sdk.core.server.internal.AbstractServer.processIt(AbstractServer.java:178)
         at com.businessobjects.sdk.core.server.internal.AbstractServer.process(AbstractServer.java:133)
         at com.businessobjects.sdk.core.server.internal.InstanceServer.process(InstanceServer.java:94)
         at com.sap.sl.sdk.services.util.ServerRequestProcessor.processServerRequest(ServerRequestProcessor.java:49)
         at com.sap.sl.sdk.dataprovider.service.DataProviderServiceImpl.processDataProviderCommand(DataProviderServiceImpl.java:392)
         at com.sap.sl.sdk.dataprovider.service.DataProviderServiceImpl.processDataProviderCommand(DataProviderServiceImpl.java:404)
         at com.sap.sl.sdk.dataprovider.service.DataProviderServiceImpl.run(DataProviderServiceImpl.java:190)
         at com.sap.sl.sdk.workspace.service.WorkspaceServiceImpl.run(WorkspaceServiceImpl.java:342)
         at com.sap.sl.sdk.workspace.service.WorkspaceServiceImpl.run(WorkspaceServiceImpl.java:329)
         at com.sap.webi.ui.tasks.workflows.RunWorkspaceTask.doIt(RunWorkspaceTask.java:73)
         at com.sap.webi.ui.tasks.workflows.RunWorkspaceTask.doIt(RunWorkspaceTask.java:11)
         at com.sap.webi.toolkit.ui.tasks.WebITask.doInBackground(WebITask.java:110)
         at javax.swing.SwingWorker$1.call(Unknown Source)
         at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
         at java.util.concurrent.FutureTask.run(Unknown Source)
         at javax.swing.SwingWorker.run(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: com.businessobjects.sdk.core.server.ServerException: Database error: (CS) "Specified RDBMS is invalid : MS Access 2003" . (IES 10901)
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.newServerException(CommonRequestHandler.java:237)
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.createAllServerExceptions(CommonRequestHandler.java:215)
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.afterProcessing(CommonRequestHandler.java:118)
         ... 19 more
    Second time (and more) I hit Refresh I get this error
    An internal error occured while calling 'processDPCommands' API. (Error: ERR_WIS_30270) (WIS 30270)
    Details:
    com.businessobjects.sdk.core.server.CommunicationException$UnexpectedServerException: An internal error occured while calling 'processDPCommands' API. (Error: ERR_WIS_30270)
         at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:144)
         at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:101)
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.afterProcessing(CommonRequestHandler.java:122)
    Caused by: com.businessobjects.sdk.core.server.ServerException: An internal error occured while calling 'processDPCommands' API. (Error: ERR_WIS_30270)
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.newServerException(CommonRequestHandler.java:237)
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.createAllServerExceptions(CommonRequestHandler.java:215)
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.afterProcessing(CommonRequestHandler.java:118)
         ... 19 more
    Caused by: com.businessobjects.sdk.core.server.ServerException: BOException caught:RESULT=80047622;WHAT=RefreshBatch failed
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.newServerException(CommonRequestHandler.java:237)
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.createAllServerExceptions(CommonRequestHandler.java:213)

  • Google Maps API Key V3???

    We are in the middle of integrating a real estate website for our client and found that the Google Maps API keys have changed.
    Have followed the instructions found on: https://developers.google.com/maps/documentation/javascript/tutorial#api_key But we still receive an error stating our application is not authorised to use the API.
    Does this mean Google Maps is not authorinsg Business Catalyst anymore? (Perhaps since the integration of BC into the Adobe ecosystem??)
    Is anyone else having this issue or can anyone please urgently advise?

    You have to get your own API key: https://code.google.com/apis/console/
    My map uses a custom solution (Web Apps & Google Maps API V3) and is still working fine.

  • Google API Keys for GCM in Chromium looks like dont work

    I am trying to use the service of Push Messaging function of Chrome(Chromium), theoretically I have to get a ChannelId where the communication would be established between the browser and Google Cloud Messaging(GCM), in Chrome I can get that Channel without problems, but in Chromium I don't get Channel, I don't get error, only I don't have anything, I contacted some people in the forums for Chromium and they suggest that the API keys for this funcionality(Google CLoud Messaging) maybe are not correct or there is a problem with the API  keys embedded in the build of Chromium for Arch.
    I don't know if this is the correct place to post this question, the people of Chromium suggested me that I contact to the package mantainer to reviwe if there is a problem with these API keys.
    I am using Arch 3.9.4-1, Chromium 27.0.1453.93 (Build para desarrolladores 200836).
    If this is not the correct place to post this kind of question and somebody knows where can I post it please tell me, and if somedoby can help me with my question I would be thankful.
    Thanks in advance.

    Hi Gsaison,
    Do you have any progress on these issues? Im working on the same solution right now (SWV + GoogleMaps JS v3 ) I've got some weird issue when i try to spawn a StageWebView inside a View on IOS, it appears inside a scroller and is not open for finger interaction anymore. I use the eskimo framework, but then again, nothing fancy going on there for the rest. I've tried all of the the stage.stageScaleMode options but non of them work. Got any help?
    Kind regards,
    Roy

  • CFMap not working for a specific Google Maps API Key

    Hi All,
    This has been driving me crazy for 2 days now. I've troubleshooted it down to a problem with the way CFMap is handling a spcific Google Maps API Key.
    I've gotten it down to about the simpest CFMap page you can make, but the map doesn't come up.
    http://tucsonymca.org/googlemap.cfm
    The same page on a different domain (with a it's own API key) works fine:
    http://valleyymca.org/googlemap.cfm
    Google's 'hello world' Map JavaScript with the key in question works fine, so the Key is correct.
    http://tucsonymca.org/googlemapJSOnly.html
    All of these work on my local dev machine.
    The Google Key works fine.
    The CFML works fine.
    Putting them together and you get a blank page with no error message.
    It appears that the CFMap function is tripping over this particular key, or is losing communication with Google when trying to authenticate.
    Any help is greatly appreciated.
    - Dan

    I think your cfide mapping is not working.
    http://tucsonymca.org/CFIDE/scripts/ajax/yui/yahoo-dom-event/yahoo-dom-event.js
    is
    a 404

  • API key compromised on AIR app?

    I have made a small AIR app using kuler (and my API key).
    (this is what it's like:
    http://www.locus-delicti.com/test/kuler_colors/)
    I was about to publish it at my website but i just thought
    that this app includes my API key in the code and that probably it
    would be compromised. Is that so? Does it even matter if it is?
    (worst case it will be banner, right?)
    Thanks,
    Mitsos

    Hi Chris,
    Thanks a lot for your reponse. I tried the thing you suggested, but strangely no folder by that name (in the other thread you linked) existed, before or after the app crashed. I tried a few other things, like running the AIR app through the ADL, to see if that would produce the error log you were describing.
    I got an error when using the ADL, 'initial content not found'. I thought maybe some of the assets weren't being loaded correctly, so I went through and put in loads of logging, using the SOS Max Logger. Whilst doing this, I decided to remove a trace() statement I had, or rather change it so it used the logger. This is what I changed:
    From this:
    trace("Load Progress: " + event.target.progress);
    To this:
    logger.debug("Load Progress: " + event.target.progress);
    The event is a LoaderEvent, from the LoaderMax lib. After this change, the app worked after installation. I had to then back-track through all my changes to see what caused it, and found that this was it.
    I'm a bit dumbfounded as to why this caused the problem. I still have other trace() statements in there, that cause no problems at all. Seemingly it's having the event.target.progress thing in there that makes the difference.
    Anyway, thanks for your help Chris.

  • Loading Error  - 'JTF ' in  API -'jtf_rs_resource_pub.create_resource'

    Hi ,
    I am working on  Project resource Create conversion , i did the mapping it work fine but while loading i got the error , in the log message
    RETURN_STATUS= 'E'
    X_MSG_DATA = 'JTF'
    I am not able to understand error data that is 'JTF' . Please if some one have idea then please let me know the solution . 
    I am posting the code for load part ,
    jtf_rs_resource_pub.create_resource
                   (p_api_version            => 1.0,
                    p_commit                 => fnd_api.g_true,
                    p_init_msg_list          => 'F',
                    x_return_status          => l_return_status,
                    x_msg_count              => l_msg_count,
                    x_msg_data               => l_msg_data,
                    x_resource_id            => l_resource_id,
                    x_resource_number        => l_resource_number,
                    p_resource_name          => 'Mohit',--rec_create_resource_load.resource_name,
                    p_category               => 'Other',--rec_create_resource_load.CATEGORY,
                    p_start_date_active      => rec_create_resource_load.start_date_active,
                    p_source_name            => 'MOHIT',--rec_create_resource_load.source_name,
                    p_user_name              => 'MOHIT',--rec_create_resource_load.user_name,
                    p_source_id              => 6584321, --rec_create_resource_load.source_id,
                    p_address_id             => null--rec_create_resource_load.address_id
    King Regards
    Ashish.

    Hi ,
    there is no need of form i thing , i am using the API .
    when i run the API  it shows errors .
    JTF_RS_INVALID_SOURCE_ID  N P_SOURCE_ID 38897
    if you know any thing about this please help me .

  • Error on KEB0 execution ? = Program error: BI service API(component BC-BW)

    Error on KEB0 execution ?
    Iu2019m trying to create a data source on KEB0, but when I try to create, the system give this error:
    u201CProgram error: BI service API (component BC-BW) terminated: MAPI
    Message no. R8401u201D
    Some one knows this message ?
    Thanks !

    Marcus, have you checked following Note?
    504847 - Termination when creating a CO-PA DataSource

Maybe you are looking for

  • 10.10.2 keeps wanting to install but it won't let me

    Last night when I left the computer, I left 10.10.2 to install. When I returned this morning, the App Store had prevented the logout, because one of the updates got updated again or something (it was only 10.10.2 and Remote Desktop that needed updati

  • How do I fill in data electronically.

    I received a PDF form that I needed to fill out. Since I did not know how to fill out the form electronically I just printed it and filled in the information. Besides Adobe Reader 9.x I have Adobe Acrobat 6.x but I don't know how to use these program

  • Oracle Financial dimension hierarchy manager -- java issue.

    Hi All, when im trying to load the setup form for Oracle Financial dimension hierarchy manager from daily Business Intelligence administrator responsibility i am encountering the issue for java as mentioned below: java.security.AccessControlException

  • Setting up the current and noncurrent tabs

    Hi all, I have created my own tabs I removed the <td>#tab cells#</td> from the page template(one level tab) and created like this <td height="27" align="left" valign="top"><table width="100%" height="27" border="0" cellpadding="0" cellspacing="0" bac

  • Maximum Number of Photos in Database?

    I have been using Aperture since it became available. A few days ago I had 99,849 photos in my database (in 13 Projects, each under the 10,000 photo limit). When I added the next group of 800, and consequently went over 100,000, everyone of my "Smart