OSD works on one but fails on subsequent systems error 0x800700002

SCCM 2012 OSD deployment error 0×80070002
In the last 5 days we are seeing this
error code 0×80070002 when we try to deploy systems.
If we start more than one system before letting the first task sequence
OS download the .wim file we see this error on all subsequent systems we
are trying to deploy. (Note the first system will deploy and complete
the task just fine)
We tried removing and re-adding the network access account and also
setting up a new one with the same results , nothing in the smsts log of
the failed system it just stops logging. Also tried to copy the .win
from the DP pkg share from the command prompt on the failed system and I
get this message: (process cannot access the file because it is being
used by another process).
if I try and copy the file from two desktop system though windows file
explorer they copy just fine as long as the task sequence has finished on the OSD deployments
if not you see process cannot access the file because it is being
used by another process.
Any ideas.
Thanks

Jeff:
Thanks for the reply all our DP's are physical boxes and have not been updated or touched in a month, this issue started last week, so if I PXE boot 2 system and run the a task sequence, both system start the task till one of them starts to download
the image wim, at that second the other will fail with the 0x800700002, if I go to the system that failed and open a cmd prompt and map to the DP's smspkgd$\pakage id and do a copy *.win to the c: of the failed system I see on the screen (process cannot access
the file because it is being
used by another process)
I have an open ticket with MS but we are having no luck. (one more thing the system that did not error out completes the task just fine)

Similar Messages

  • I just downloaded Mountain Lion and everything is working great. But i keep getting an error in the app store and i can't download 'Pages"

    I just downloaded Mountain Lion and everything is working great. But i keep getting an error in the app store and i can't download 'Pages' or any other apps. I keep getting an "error" and it says credit card processing is temporarily unavailable......help

    Try deleting the cache associated with the App Store.
    Quit the App Store if it's open.
    Open the Finder. From the Finder menu bar click Go > Go to Folder
    Type this exactly as you see it here:
    ~/Library/Caches/com.apple.appstore/Cache.db
    Click Go
    Move the Cache.db file to the Trash.
    Launch the App Store. See if that made a difference...

  • Ant Scripts works fine in one but fails in other environment

    Hi,
    Ant script is working fine in Dev environment but is failing in the other environment. Somehow the BPEL server is not able to pick the latest deployed process , due to this the dependent BPEL processes are failing. If we restart the server , it moves forward and then fails at the point where it couldn’t find reference to the processes deployed after restart. Restarting the server at every failed interval will deploy all the BPEL processes which is not the solution.
    example : we have BPEL Processes say A, B, C, D and E. A,B are independent processes C is dependent on A, D is independent and E is dependent on D. So I have Ant script to deploy in A,B,C,D,E order. Now I run the Ant Script: It deploys A,B processes and Fails at C saying it couldn't find the process A.wsdl(But A is deployed). So if i restart now it recognizes A and B are deployed so C is also deployed succesfully it also deploys D as it is Independent but fails at E. If i restart the server E is also deployed.
    The Environment is clustered.
    Any suggestion to make my Ant script to run at a go will be highly appreciated
    Thanks
    Krishna

    Hi,
    is this a redeployment of workflows? (do you use the same versionnumber or new ones?)
    can you post the soap:address of a dependent process?

  • Connection to db works with ezconnect but fails with tnsnames.ora

    Hi,
    When I try to connect to remote datbase using 10g ezconnect, it works fine. But when I tried to connect to same database using tnsnames.ora, it fails:
    sqlnet.ora on client side:
    ================
    ###SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH=(tnsnames, onames, hostname, ezconnect)
    tnsnames.ora on client side
    =================
    MRAP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = moody)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = MRAP.ALBILAD.COM)
    Listener On DB Server:
    ===============
    $ lsnrctl status
    LSNRCTL for IBM/AIX RISC System/6000: Version 10.2.0.4.0 - Production on 04-APR-2010 16:29:16
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=moody)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for IBM/AIX RISC System/6000: Version 10.2.0.4.0 - Production
    Start Date 04-APR-2010 16:28:59
    Uptime 0 days 0 hr. 0 min. 16 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP ON
    Listener Parameter File /u01/app/oracle/product/10.2.0/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/10.2.0/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=moody)(PORT=1521)))
    Services Summary...
    Service "mrap.albilad.com" has 1 instance(s).
    Instance "mrap", status READY, has 1 handler(s) for this service...
    Service "mrapXDB.albilad.com" has 1 instance(s).
    Instance "mrap", status READY, has 1 handler(s) for this service...
    Service "mrap_XPT.albilad.com" has 1 instance(s).
    Instance "mrap", status READY, has 1 handler(s) for this service...
    The command completed successfully
    Now, on client, when I connect with each of methods written above, following is output:
    C:\Documents and Settings\c900796>sqlplus ingrian/[email protected]:1521/mrap.albilad.com
    SQL*Plus: Release 10.2.0.1.0 - Production on Sun Apr 4 16:57:18 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> show user;
    USER is "INGRIAN"
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64
    bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    C:\Documents and Settings\c900796>sqlplus ingrian/ingrian@mrap
    SQL*Plus: Release 10.2.0.1.0 - Production on Sun Apr 4 16:57:25 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    Enter user-name:
    ERROR:
    ORA-12560: TNS:protocol adapter error
    Enter user-name:
    ERROR:
    ORA-12560: TNS:protocol adapter error
    SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus
    C:\Documents and Settings\c900796>
    What do you suspect could be the issue?
    Br,
    Anjum

    C:\Documents and Settings\c900796>sqlplus ingrian/ingrian@mrap
    SQL*Plus: Release 10.2.0.1.0 - Production on Sun Apr 4 16:57:25 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specifiedstates, in no uncertain terms, that the system can not find the @mrap in the TNS translation methods. Usually that indicates a problem in finding the correct entry in the correct tnsnames.ora file. Some related thoughts:
    1) The LIST of methods allowed is found in SQLNET.ORA on the client. If multiple methods are in the list, the client will step through the methods.
    It is possible that you do not have method calling the TNSNAMES.ORA file in the list. (You appear to have that.)
    2) The mrap must be one of the entries on the left hand side of te equals sign of a stanza.
    MRAP = (DESCRIPTION (appears to provide that)
    3) The SQLNET.ORA could provide a 'default domain' to append on the end of the lookup value in TNSNAMES.ORA
    Not sure whether your post of the sqlnet.ora selectred only a few lines or the entire file.
    4) Variable issues can exist.
    - The TNS_ADMIN variable may be used to force the use of a specific directory instead of %ORACLE_HOME%\network\admin .
    - ORACLE_HOME can be adjusted by a variety of methods, and may be in both teh registry and the system environment

  • 23" works on One but not the Other

    I have a Powerbook G4 1.25 GHz running 10.3.9 connected to a similar vintage 23" clear plastic case display with a DVI to ADC adapter connection and it works great.
    My husband recently bought a used Powerbook G4 1.67 GHz running 10.4.8. We thought sure that when I was out of town with my computer he could hook up and enjoy the use of my big display, but no luck. It just gives him a blank screen.
    Any suggestions as to why that would be? Does his machine require a different adapter? Is it possible his port is just not functioning?
    Thanks!
    Powerbook G4   Mac OS X (10.3.9)   23 inch display

    I couldn't remember what the Display Preferences had said when we tried this last spring and again in the summer, so tonight we connected it again, and wouldn't you know - it worked just fine. We didn't do anything different, so I have no clue as to why it worked this time but not before. He's thinking about getting his own big display, but didn't want to waste his money if he couldn't get it to work, so now I guess we're shopping for another 23" display - probably a used one. Thanks!

  • Cfhttp post to AWS S3 works in CF9 but fails in CF10

    I'm using the Instructure Canvas API for uploading files. After the initial API call, Canvas returns information that is used to make a POST request to Amazon Web Services's S3 service to upload a file.
    Here is the request I'm using to post the file to AWS S3, populated with the data returned by the Canvas API:
    <cfhttp url="#aws.upload_url#" result="result" method="post" multipart="yes">
              <cfhttpparam type="formfield" name="key" value="#aws.upload_params.key#" />
              <cfhttpparam type="formfield" name="acl" value="#aws.upload_params.acl#" />
              <cfhttpparam type="formfield" name="Filename" value="#photoName#" />
              <cfhttpparam type="formfield" name="AWSAccessKeyId" value="#aws.upload_params.AWSAccessKeyId#" />
              <cfhttpparam type="formfield" name="Policy" value="#aws.upload_params.Policy#" />
              <cfhttpparam type="formfield" name="Signature" value="#aws.upload_params.Signature#" />
              <cfhttpparam type="formfield" name="Content-Type" value="#aws.upload_params['content-type']#" />
              <cfhttpparam type="formfield" name="success_action_redirect" value="#aws.upload_params['success_action_redirect']#" />
              <cfhttpparam type="file" name="file" file="#fullPath#" />
    </cfhttp>
    This request works on a ColdFusion 9 server (the response returns "200 OK"), but fails on a ColdFusion 10 server (the response returns "500 Internal Server Error"). The Canvas API call works in both cases.
    Any ideas or suggestions appreciated.

    Thanks for the replies. I used cfdump to examine the results, but other than a custom 500 error page, I didn't see anything out of the ordinary.
    Using CF's built-in S3 capabilities may work. I haven't used it before and so I was just following the steps provided in Canvas's documentation. I am not positive how to use the data returned from the initial Canvas API call to form the S3 request. I tried the following:
    <cffile
        action="write"
        output="S3 Specifications"     file="s3://#jsonData.upload_params.AWSAccessKeyId#:#jsonData.upload_params.policy#@#Repla ce(jsonData.upload_url,'https://','','ALL')##jsonData.upload_params.key#"/>
    Assuming that the returned policy value (a 545-character random string) is the secrect key and that the upload_params_key should be appended to the bucket location (it looks approximately like this: account_XXXXX/attachments/XXXXXXXX/XXXXXXXXXX.jpg). I was getting a SignatureDoesNotMatch error from that request.
    Additionally, I tried sending the requests to a basic web server that should capture the request data and write them to a file. It doesn't look like it worked like I expected it to--I'm not sure why neither instance includes all the data--but here are the results in case they are relevant:
    CF9:
    POST / HTTP/1.1
    Host: osric.com:50000
    Connection: close, TE
    TE: trailers, deflate, gzip, compress
    User-Agent: ColdFusion
    Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress
    Content-type: multipart/form-data; boundary=-----------------------------7d0d117230764
    Content-length: 6289
    CF10:
    POST / HTTP/1.1
    User-Agent: ColdFusion
    Content-Type: multipart/form-data; boundary=-----------------------------7d0d117230764
    Connection: close
    Content-Length: 6289
    Host: osric.com:50000
    -------------------------------7d0d117230764
    Content-Disposition: form-data; name="key"
    Content-Type: text/plain; charset=UTF-8
    account_XXXXX/attachments/XXXXXXXX/XXXXXXXXX.jpg
    -------------------------------7d0d117230764
    Content-Disposition: form-data; name="acl"
    Content-Type: text/plain; charset=UTF-8
    private
    -------------------------------7d0d117230764
    Content-Disposition: form-data; name="Filename"
    Content-Type: text/plain; charset=UTF-8
    XXXXXXXXX.jpg
    -------------------------------7d0d117230764
    Content-Disposition: form-data; name="AWSAccessKeyId"
    Content-Type: text/plain; charset=UTF-8
    XXXXXXXXXXXXXXXXXXXXXX
    -------------------------------7d0d117230764
    Content-Disposition: form-data; name="Policy"
    Content-Type: text/plain; charset=UTF-8
    XXXXXXXXXXXXXXXXXXXXX[...lots of characters...]XXXXX
    -------------------------------7d0d117230764
    Content-Disposition: form-data; name="Signature"
    Content-Type: text/plain; charset=UTF-

  • Functionality to copy SO working in quality but not in Production system -

    HI Friends
    I have created a ztcode which uses bapi BAPI_SALESORDER_CREATEFROMDAT2 to create copies of a manually created sales order
    this function was working perfectly fine as till now we only had one line item per sales order
    last week we added a material which has 2 BOM items (both non stock)
    We passed only the parent item into the bapi so the orders created thru the bapi had only the parent item and the child items exploded on to the order because of the BOM config already in place.
    This works perfectly fine in Quality systems but failed in production
    Both the systems are identical in nature in all respects visa vis transports config and system patch as well.
    The BOM is maintained in CS01
    both the child items are marked as Relevant for sales and BOM usage is marked as 5
    I am failing to understand why it doesnt work in production
    And as we have used std bapi my tech consultant has been debugging without any sucess as well
    Would appreciate any thoughts on how to find a lead in solving this mystery.
    Regards
    Supreet Upadhyay

    HI Shiva
    Thanks for the answer ,we have reimported all the relevant transports thrice but in vain
    Also the config is in place,I forgot to mention earlier that the manual order that we create which is used as a reference to create copy orders explodes the child items
    So config doesnt seem to be an issue here.
    The code should also be ok coz it works in quality
    so we think somehow it has to do with the production system
    we are clueless in what direction should we investigate
    Supreet

  • Ehci_hcd and uhci_hcd work on LiveCD but no on installed system

    Hello. In case you don't know, ehci_hcd and uhci_hcd are drivers for USB controllers (something like that).
    With the LiveCD, all USB devices work perfectly. Using "grep .hci_hcd" on dmesg shows everything started fine.
    After installing Arch Linux, the system seems to boot perfectly but all USB devices wouldn't work (including the keyboard).
    Using the LiveCD to chroot into the broken install, /var/log/errors.log shows about 2 dozen errors coming from ehci_hcd and uhci_hcd.
    Any reason why the USB controller drivers work perfectly on the LiveCD but fail miserably on the installed system?

    Adding the modules to /etc/rc.conf didn't work.
    Here's the errors.log file (not all of it. just for one boot):
    Apr 10 17:13:37 Enterprise kernel: [ 0.400301] i8042: No controller found
    Apr 10 17:13:37 Enterprise kernel: [ 0.826667] ehci_hcd 0000:00:1a.7: Found HC with no IRQ. Check BIOS/PCI 0000:00:1a.7 setup!
    Apr 10 17:13:37 Enterprise kernel: [ 0.826713] ehci_hcd 0000:00:1a.7: init 0000:00:1a.7 fail, -19
    Apr 10 17:13:37 Enterprise kernel: [ 0.826755] ehci_hcd 0000:00:1d.7: Found HC with no IRQ. Check BIOS/PCI 0000:00:1d.7 setup!
    Apr 10 17:13:37 Enterprise kernel: [ 0.826793] ehci_hcd 0000:00:1d.7: init 0000:00:1d.7 fail, -19
    Apr 10 17:13:37 Enterprise kernel: [ 0.827122] uhci_hcd 0000:00:1a.0: Found HC with no IRQ. Check BIOS/PCI 0000:00:1a.0 setup!
    Apr 10 17:13:37 Enterprise kernel: [ 0.827163] uhci_hcd 0000:00:1a.0: init 0000:00:1a.0 fail, -19
    Apr 10 17:13:37 Enterprise kernel: [ 0.827197] uhci_hcd 0000:00:1a.1: Found HC with no IRQ. Check BIOS/PCI 0000:00:1a.1 setup!
    Apr 10 17:13:37 Enterprise kernel: [ 0.827235] uhci_hcd 0000:00:1a.1: init 0000:00:1a.1 fail, -19
    Apr 10 17:13:37 Enterprise kernel: [ 0.827267] uhci_hcd 0000:00:1a.2: Found HC with no IRQ. Check BIOS/PCI 0000:00:1a.2 setup!
    Apr 10 17:13:37 Enterprise kernel: [ 0.827306] uhci_hcd 0000:00:1a.2: init 0000:00:1a.2 fail, -19
    Apr 10 17:13:37 Enterprise kernel: [ 0.827337] uhci_hcd 0000:00:1d.0: Found HC with no IRQ. Check BIOS/PCI 0000:00:1d.0 setup!
    Apr 10 17:13:37 Enterprise kernel: [ 0.827376] uhci_hcd 0000:00:1d.0: init 0000:00:1d.0 fail, -19
    Apr 10 17:13:37 Enterprise kernel: [ 0.827408] uhci_hcd 0000:00:1d.1: Found HC with no IRQ. Check BIOS/PCI 0000:00:1d.1 setup!
    Apr 10 17:13:37 Enterprise kernel: [ 0.827446] uhci_hcd 0000:00:1d.1: init 0000:00:1d.1 fail, -19
    Apr 10 17:13:37 Enterprise kernel: [ 0.827478] uhci_hcd 0000:00:1d.2: Found HC with no IRQ. Check BIOS/PCI 0000:00:1d.2 setup!
    Apr 10 17:13:37 Enterprise kernel: [ 0.827517] uhci_hcd 0000:00:1d.2: init 0000:00:1d.2 fail, -19
    Apr 10 17:13:37 Enterprise kernel: [ 0.827548] uhci_hcd 0000:00:1d.3: Found HC with no IRQ. Check BIOS/PCI 0000:00:1d.3 setup!
    Apr 10 17:13:37 Enterprise kernel: [ 0.827587] uhci_hcd 0000:00:1d.3: init 0000:00:1d.3 fail, -19
    Apr 10 17:13:37 Enterprise kernel: [ 4.073465] bcma: Failed to get SPROM: -71
    Apr 10 17:13:37 Enterprise kernel: [ 4.223758] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled
    Apr 10 17:13:37 Enterprise kernel: [ 4.223803] intel ips 0000:00:1f.6: request irq failed, aborting
    Apr 10 17:13:37 Enterprise kernel: [ 4.226423] hda-intel: unable to grab IRQ 0, disabling device
    Apr 10 17:13:37 Enterprise kernel: [ 5.064284] ieee80211 phy0: wl0: request_irq() failed
    Apr 10 17:13:37 Enterprise kernel: [ 5.064325] brcmsmac: brcms_bcma_probe: brcms_attach failed!
    Apr 10 17:13:37 Enterprise kernel: [ 5.064475] brcms_module_init: register returned 0
    Apr 10 17:13:37 Enterprise /usr/sbin/crond[417]: (CRON) INFO (Syslog will be used instead of sendmail.): No such file or directory
    I have already tried:
    1. adding "noapic" to the kernel parameters in grub2.
    2. blacklisting ehci_hcd
    3. removing ehci_hcd from mkinitcpio.conf
    Last edited by Splooshie123 (2012-04-10 10:58:04)

  • Share online fails to launch: "system error" 5800

    hi,
    i've added ovi and flikr accounts to my share online application on my nokia 5800
    i've managed to upload several photos but after restarting the phone the share online application fails to launch.
    It thows "system error" message upon loading and immediatly closes.
    Clicking the upload icon from the image viewer gives the same result.
    i've done hard reset which seemed to help, but after restoring a backup with phone settings the problem returned as well.
    is there a way to reset share online's settings without resetting all of the other phone preferences and access points?
    Solved!
    Go to Solution.

    ok, managed to solve it (just to make it quicker to others having this issue)
    there are two solutions:
    the official one is to do a backup on everyone except your settings, do a hard reset, restore (not the settings/apps).
    this will work but you will have to reconfigure everything and reinstall a lot of apps.
    the unofficial solution requires a formidable amount of skill but it's doable,
    read the quick post on how to get a developer certificate here: http://www.nokiaapps.org/symbian-os-9-4-s60v5-apps-games/11372-sign-any-symbianos9-4-get-your-own-de...
    once you'll get the file and install the app (takes a day or so to get it)
    follow these instructions to allow access to your c:\private folder
    http://www.nokiaapps.org/symbian-os-9-4-s60v5-apps-games/12129-5800-hacked.html
    once complete delete the folder c:\private\2000bb61 (i hope it's the same naming in all devices, if not search for the ovi-logo-1.svg file in the c:\private folder
    once deleted your app will work as expected.

  • SSAS Cube Dimension Processing Fails Reporting: File system error: A FileStore error from WriteFile occurred

    Hi,
    I have a SSAS Cube Database for which the processing had been stopped since the year 2012, but as the requirements have again come up, this cube needs to be processed on a daily basis again, to refresh the cube with new incoming data.
    As i was testing the cube processing steps before finally re-activating the cube processing in production, i came across a weird error while doing a manual processing for a Dimension.
    File system error: A FileStore error from WriteFile occurred. Physical file: \\?\D:\MSAS10.MSSQLSERVER\OLAP\Data\Citi.184.db\Dim Extended Data.0.dim\54.Extended Data.ksstore. Logical file: . . Errors in the OLAP storage engine: An error occurred
    while the 'Extended Data' attribute of the 'ExtendedData' dimension from the 'Citi' database was being processed.
    This error came to me while i was doing a process update for the dimension, i even tried to do a Process Full for the same dimension which did not help. I then did a Unprocess and then a Process Full, which didn't work as well.
    Can anyone please help me with this issue. I am using the SQL Server 2008 where the cube is hosted and the processing used to work fine earlier, but now its failing with this error.
    Thanks

    This looks like the 4GB string store limit. If you can upgrade to SQL Server 2012 Analysis Services, you can change a simple setting and grow beyond that 4GB string store limit.
    http://technet.microsoft.com/en-us/library/gg471589(SQL.110).aspx
    If you can't upgrade, what data is in that ExtendedData attribute? If it's a meaningless surrogate key that you don't need users to see, you can use this trick to avoid the 4GB string store limit:
    http://cwebbbi.wordpress.com/2012/08/10/storage-and-the-namecolumn-and-keycolumns-properties/ But if it's something the users need to see, there's not an easy way to fix it without upgrading to SSAS 2012.
    http://artisconsulting.com/Blogs/GregGalloway

  • Opening cursor works in 8i but fails in 9i

    I am writing a multithread application which uses proC to talk with Oracle. It works fine with 8i but it crashes with 9i. (Running with 8i library on one PC, but connects to 9i database on another PC) The same code is as below:
    The program crashes with it opens a cursor, in cpp..
    sqlcxt(&_sql_ctx, &sqlctx, &sqlstm, &sqlfpn);
    int GL_DBOracleCacheClient::getNoSecurity(int numExchange, char** exchangeId)
         EXEC SQL BEGIN DECLARE SECTION;
              long out_SecCount; short out_SecCount_ind;
              sql_context     sqlctx = sql_ctx;
              VARCHAR          stmt[65533];
         EXEC SQL END DECLARE SECTION;
         char tmpStmt[65533];
         strcpy(tmpStmt, "SELECT count(secid) FROM security WHERE ");
         for (int i = 0; i < numExchange; i++)
              strcat(tmpStmt, "exchgId='");
              strcat(tmpStmt, exchangeId);
              strcat(tmpStmt, "' ");
              if (i < numExchange-1)
                   strcat(tmpStmt, "OR ");
         VARCHAR_NCPY(stmt, tmpStmt);
         EXEC SQL CONTEXT USE :_sql_ctx;
         EXEC SQL PREPARE sql_stmt FROM :stmt;
         if (sqlca.sqlcode != 0)
              LOG_ERR("GL_DBOracleCacheClient::getNoSecurity", "Fail to prepare the SQL statement: " << SQLERRMC);
              return -1;
         EXEC SQL CONTEXT USE :_sql_ctx;
         EXEC SQL DECLARE sectyCountCursor CURSOR FOR sql_stmt;
         if (sqlca.sqlcode != 0)
              LOG_ERR("GL_DBOracleCacheClient::getNoSecurity", "Fail to declare the cursor.");
              return -1;
         EXEC SQL OPEN sectyCountCursor;
         if (sqlca.sqlcode != 0)
              LOG_ERR("GL_DBOracleCacheClient::getNoSecurity", "Fail to open the cursor.");
              return -1;
         EXEC SQL FETCH sectyCountCursor INTO
              :out_SecCount:out_SecCount_ind;
         if (out_SecCount_ind == 0 && sqlca.sqlcode == 0)
              TRACE("GL_DBOracleCacheClient::getNoSecurity:", out_SecCount);
              EXEC SQL CLOSE sectyCountCursor;
              return out_SecCount;
         else
              EXEC SQL CLOSE sectyCountCursor;
              return -1;

    Sorry to hear you are having a tough go of it...
    there should be no reasons that your application functions differently debugging than when you install the application so the behavior you are seeing is likely something easy to fix (as opposed to having to re-write a bunch of AS code :D).
    Couple of Questions:
    1.) Are you using CS3 as-is out of the box - or did you manually upgrade your AIR SDK inside Flash Professional to target a later version?
    2.) What version of AIR are you targeting?
    3.) What version of AIR do you have installed on your system?
    4.) What OS are you running on?
    5.) Can you install any AIR applications on your machine and have them run properly? (Bunch of AIR apps here: http://www.adobe.com/go/airmarketplace)
    6.) It sounds like you are likely using CS3 and not the command line tools - but if you are using the command line tools (ADT) to create your AIR package what command line do you use to create it?
    That should help get things rolling...but likely the best course of action is for you to send us your project so we can take a look. You can send your project to cthilgen at adobe.com - please do not send a zip as our mail system will auto-reject it.
    Also, you should be able to get trace output. If you are using CS3 the trace output goes to the output panel. (Windows->Output) If you are using the AIR command line tools (ADL) - debug output is enabled by default (you have to manually pass -nodebug to turn it off).
    Hope this helps.
    Thanks,
    Chris Thilgen
    AIR Engineering

  • Air project works in test but fails when installed.

    I have a little project I'm trying to put together as a stand-alone widget.  It loads some sounds that are set up in sets and saved in a subdirectory of the application directory.  I have a movie clip in the library that appears when the "Config" button is pressed.
    Works great in test mode.  The sounds are loaded and play.  The config screen shows up when the button is pressed.  The components (two sliders) work and their listeners fire.  Wonderful!
    But when I pack it up as an installable AIR file and then actually install it on my poncuter, epic fail.  The sliders don't appear, the config button doesn't call up the configure movieClip and no sounds are played.  The buttons that I placed on the stage at design time appear but don't appear to function.  Nothing I added programmatically appears.
    Is this an Adobe CS3 problem or did I miss something in the security sandbox?  No files are being written to,  I'm getting a directory listing of ./sets and then opening the files in that directory where .isDirectory comes up false.  The files are XML and point to a folder off the ./sets folder and the files in that set.
    I could probably track this but I have no experience debugging an AIR project.  Trace is not working in development.  How do people debug the final?  Output to a dynamic text field?

    Sorry to hear you are having a tough go of it...
    there should be no reasons that your application functions differently debugging than when you install the application so the behavior you are seeing is likely something easy to fix (as opposed to having to re-write a bunch of AS code :D).
    Couple of Questions:
    1.) Are you using CS3 as-is out of the box - or did you manually upgrade your AIR SDK inside Flash Professional to target a later version?
    2.) What version of AIR are you targeting?
    3.) What version of AIR do you have installed on your system?
    4.) What OS are you running on?
    5.) Can you install any AIR applications on your machine and have them run properly? (Bunch of AIR apps here: http://www.adobe.com/go/airmarketplace)
    6.) It sounds like you are likely using CS3 and not the command line tools - but if you are using the command line tools (ADT) to create your AIR package what command line do you use to create it?
    That should help get things rolling...but likely the best course of action is for you to send us your project so we can take a look. You can send your project to cthilgen at adobe.com - please do not send a zip as our mail system will auto-reject it.
    Also, you should be able to get trace output. If you are using CS3 the trace output goes to the output panel. (Windows->Output) If you are using the AIR command line tools (ADL) - debug output is enabled by default (you have to manually pass -nodebug to turn it off).
    Hope this helps.
    Thanks,
    Chris Thilgen
    AIR Engineering

  • Time Capsule backup works on one, but not all computers.

    We have a Macbook and an iMac, both on Snow Leopard. Set them up on TC for backup several months ago, and they worked for a while. Then it stopped working for no obvious reason, with the message:
    The network backup disk could not be accessed because there was a problem with the network username or password. Open Time Machine preferences to select the network backup disck and re-enter the correct username and password.
    Of course userame and password were correct, because, first of all, they had not been changed, and second, because I could put in the wrong pw and it immediately would reject it. As it is, it takes it, counts down for 120 seconds, and then gives the above message.
    Bought a new Macbook Pro, using Lion, and it works with the TC, seemingly proving that all settings on the TC are still good. Tried resetting TC. Tried the Cmd-Alt-p-r reboot, but neither worked.

    Confirm network connectivity (try mounting the TC disk from the client), then (if that fails) look through and clear out all of the keychain passwords for any TC-related passwords and re-enter the current passwords, and then (if that fails) reset the disk password on both the TC and on the clients to a new and different password. Failing all that, I'd archive the backup from the TC and restart the TM backup for the failing systems.

  • IDVD 8.0 chapters work in preview but fail on DVD burn

    Hi All-
    I have been looking around and it seems like I am up against a software bug in iDVD 8.0, but I wanted to be sure.
    I have a project with a movie that I imported from iMovie via media browser to iDVD 8.0
    I made chapters in iDVD 8.0 using the 5 minute spacing.
    I finished the project (lots more, slide shows etc etc)
    I preview the project in iDVD using the play button
    -Everything works perfectly, chapters link to appropriate video
    I burn the disc either directly, or image it and then burn with disc utility
    -The DVD works except for the chapters.
    If I select the "beginning" chapter from my chapters submenu the Video starts correctly.
    If I try to select chapter 2-12 nothing happens. It is as if the links are disabled.
    I tried it again in the iDVD application preview and it works perfectly. I tried the disc in three different computers and it always fails.
    This is very annoying, I almost cannot believe that such a simple obvious bug would be left in a distributed piece of software. But... thats apparently what everyone is saying. So... is it true or am I doing something stupid.
    Finally, the solution (work around for a bug fix apple is not making), can I indeed place chapter markers in garage band and then export the movie to media browser and reimport it into iDVD and will the existing chapters update to reflect the correct placement? If this works, its great with me because I can make meaningful chapter markers, to be honest this every 5 minute stuff is useless but is marginally better than fast forward.
    Thanks for any response. I know I have suggested an answer to my own question, but I was rather hoping that by doing this someone could tell me another way, and correct whatever it is I am doing wrong. If garage band or Imovie HD 6 is the only way, perhaps someone could post or link to a discussion on the details of how to do that stuff.

    There have been several posts on this forum regarding scene selection issues / buttons that don't always link properly to their respective / appropriate chapters or scenes. Menu navigation can be problematic within iDvd'08. This is much less of an issue within Roxio Toast and DVDSP (apple's top end dvd authoring software part of FCS2).
    You may want to use the iDvd feedback web form located within iDvd once the app is launched .... simply go to the menu and scroll down to provide iDvd Feedback. Apple WILL take note of requests for added features and / or an update request to resolve a specific issue. It won't happen instantly, but it will get apple's attention.
    In the meantime, here's what I'd recommend that does work for me .... iM6=>iDvd'08:
    Download iMovie 6 free from apple provided you already have iLife'08:
    http://www.apple.com/support/downloads/imovieHD6.html

  • Disk Utility works for FAT but fails for Mac OS Extended

    Hi Folks,
    I have a 2TB WD My Book drive that I am trying to format as Mac OS Extended for Time Machine. Disk Utility will cheerfully format it as FAT (the FAT drive shows up in finder and seems to work fine), but won't format it as Mac OS Extended. I'm trying to figure out whether this is a hardware error, or whether I am doing something wrong.
    To format it for Mac OS Extended, I am going into the partition tab, removing the current (FAT) partition, and adding a new Mac OS Extended partition. When I do this, Disk Utility shows the new partition as "grayed out" and it does not mount in Finder.
    If I run Verify and Repair, I get the following errors:
    Verify and Repair volume “Untitled 1”
    Checking Journaled HFS Plus volume.
    Invalid node structure
    Invalid B-tree node size
    Invalid record count
    Invalid B-tree node size
    The volume could not be verified completely.
    Volume repair complete.Updating boot support partitions for the volume as required.Error: Disk Utility can’t repair this disk. Back up as many of your files as possible, reformat the disk, and restore your backed-up files.
    Am I doing something wrong here, or does this sound more like a hardware failure?
    Thanks!

    @kbd1: Yes, if I erase the disk from the erase tab and format it as MS-DOS (FAT) the disk works just fine. If I erase and format it as Mac OS Extended, I get the same errors listed above and it doesn't mount.
    @Thomas: Yes, if I set the format to GUID I get the same errors. I've even tried setting up two partitions: one FAT and one GUID and the FAT one mounts and the GUID one doesn’t.
    So, from both of your responses it sounds like hardware, which makes sense. What is strange to me is that it works as a FAT drive...
    Message was edited by: terpfan

Maybe you are looking for

  • Monitoring blocking Locks

    Hi This question relates to monitoring blocking locks on a 9.2.0.5 2 node RAC Origionally I have been monitoring bocking locks with every 5 mins using the following query: "select * from dba_blockers" I have recently implemented monitoring via grid c

  • Is there a way to uninstall iTunes 10 and go back to a working version?

    I installed iTunes 10 when it came up a couple of days ago, and unfortunately it doesn't work. Specifically, I can apparently no longer connect to the iTunes Store, either through the computer or through the iPod. I haven't yet tried to sync my iPod

  • PopUpManager - change background color?

    Hi, By default PopUpManager creates transparent blurish background under the popups. I would like to have popup with BLACK trasparent blurish background under it. Does anybody know how to change the color of this background? Mariush T. http://mariush

  • Logging into iTunes Store Account

    I wonder if someone can help? I've seen similar problems on here but slightly different to mine. I've already tried emailing Apple support but no joy! For the last couple of weeks I've unable to access my iTunes store account on my laptop. When I try

  • I cannot get into my Itunes account in my Ipad.

    My ipad will not let me into my any of my Itunes store & other APP's.