AVI2 Create error: Acces denied.

Dear all,
For my research project on a fusion device I've dug into Labview to automize my measurements. Allthough I'm a novice in Labview the program is working as required, except for one part. There is a webcam involved which monitors the inside of the reactor; during operation I want to know what happens inside. I've made a while loop which uses NI-MAXdq VI's to continuously display the webcam images. But next to that I also want to record these videos as .avi files and that is where I'm stuck. I've made a second while loop with a local variable of the images as input that uses the AVI2 VI's to automatically record the images during a measurement. However I keep getting an error at the AVI2 Create VI saying Acces Denied. Any help is very welcome.
Kinds regards,
Mick
P.S. in the attached image you can see the camera and the recorder loop, and also the other event cases of the recorder loop.
Attachments:
labview problem.png ‏57 KB

From the screenshots it's little bit difficult.
Can you post your vi in lv12(file>>save for previous version) if possible.
-Did you try giving different path/location instead of C drive??
-The code which i have shown is also for lv 12 only!!! did it work or not?
Thanks
uday,
Please Mark the solution as accepted if your problem is solved and help author by clicking on kudoes
Certified LabVIEW Associate Developer (CLAD) Using LV13

Similar Messages

  • File Error: Acces Denied Msg?

    What does that mean? I tried to render my footage and that is the msg that popped up. Please help me. I have been trying to export to tape because when I compress the images are distorted.

    That error usually means that there is a read/write permissions problem with either one of your source or the destination to which you are rendering to.
    Try repairing permissions.

  • XML File in External Table - OS error permission denied.

    Hi.
    10g R2, Red Hat Linux
    I'm using the article (see below, taken from http://www.dbazine.com/olc/olc-articles/scardina1 by Mark Scardina) to create an external table where I'd store my XML file.
    So, I
    1. Created a directory xmlfile_dir
    2. Granted access to needed db user
    3. Created the table
    CREATE TABLE relayxml_xt (doc CLOB)
    ORGANIZATION EXTERNAL
    TYPE ORACLE_LOADER
    DEFAULT DIRECTORY xmlfile_dir
    ACCESS PARAMETERS
    FIELDS (lobfn CHAR TERMINATED BY ',')
    COLUMN TRANSFORMS (doc FROM lobfile (lobfn))
    LOCATION ('xml.dat')
    REJECT LIMIT UNLIMITED;
    4. mv relay.xml /xmlfile_dir/xml.dat
    When I run SELECT * FROM relayxml_xt I get this:
    Error starting at line 1 in command:
    select * from relayxml_xt
    Error report:
    SQL Error: ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04063: unable to open log file RELAYXML_XT_28773.log
    OS error Permission denied
    ORA-06512: at "SYS.ORACLE_LOADER", line 19
    29913. 00000 - "error in executing %s callout"
    *Cause:    The execution of the specified callout caused an error.
    *Action:   Examine the error messages take appropriate action.
    What am I doing wrong?
    Thanks,
    Using External Tables
    Introduced in Oracle9i, Oracle’s external table feature offers a solution to define a table in the database while leaving the data stored outside of the database. Prior to Oracle Database 10g, external tables can be used only as read-only tables. In other words, if you create an external table for XML files, these files can be queries and the table can be joined with other tables. However, no DML operations, such as INSERT, UPDATE, and DELETE, are allowed on the external tables.
    Note: In Oracle Database 10g , by using the ORACLE_DATAPUMP driver instead of the default ORACLE_DRIVER, you can write to external tables. In Oracle Database 10g, you can define VARCHAR2 and CLOB columns in external tables to store XML documents. The following example shows how you can create an external table with a CLOB column to store the XML documents. First, you need to create a DIRECTORY to read the data files:
    CREATE DIRECTORY data_file_dir AS 'D:\xmlbook\Examples\Chapter9\src\xml';
    GRANT READ, WRITE ON DIRECTORY data_file_dir TO demo;
    Then, you can use this DIRECTORY to define an external table:
    CREATE TABLE customer_xt (doc CLOB)
    ORGANIZATION EXTERNAL
    TYPE ORACLE_LOADER
    DEFAULT DIRECTORY data_file_dir
    ACCESS PARAMETERS
    FIELDS (lobfn CHAR TERMINATED BY ',')
    COLUMN TRANSFORMS (doc FROM lobfile (lobfn))
    LOCATION ('xml.dat')
    REJECT LIMIT UNLIMITED;
    The xml.dat file follows:
    customer1.xml
    customer2.xml
    If you describe the table, you can see the following definition:
    SQL> DESC customer_xt;
    Name Null? Type
    DOC CLOB
    Then, you can query the XML document as follows:
    SELECT XMLType(doc).extract('/Customer/EMAIL')
    FROM customer_xt;
    Though the query requires run-time XMLType creation and XPath evaluation, this approach is useful when applications just need a few queries on the XML data and don’t want to upload the XML data into database. In Oracle Database 10g, you cannot create external tables that contain pre-defined XMLType column types.
    Message was edited by:
    vi2167

    Your don't have the proper operating system privileges. Be sure that you (=oracle OS user / the OS Linux user that is starting the database) are allowed have read privs on the path and/or file.
    for example...
    chown -Rf /xxxxxxx/xxxx/etc
    ls -l file.xml
    file.xml    oracle:oinstall    rw-rw-rw

  • Acces denied

    Hello to everybody. I'm developing a Client-Server application with RMI, I'm having a problem.
    I can lookup the remote object, but it throws an Exception when a method of this remote object returns an Object. The exception is:
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
    java.lang.ClassNotFoundException:acces denied to class loader
    java.lang.ClassNotFoundException: java.security.AccesControlException: acces denied (java.io.FilePermission \d:\projectes\m2m\build\- read)
    <<no stackl trace available>>
    This occurs when I move the server to a public Ip, when the application runs in a LAN, there are no problems. I think i have all the permissions, and I don't know what i have to do. Can anybody help me, please???
    P.D. Sorry for my bad English

    Do you start your server with a server security policy like:
    -Djava.security.policy=server.policy
    server.policy:
    grant {
    permission java.net.SocketPermission "*", "accept, connect, listen, resolve";
    permission java.util.PropertyPermission "*", "read";
    permission java.io.FilePermission "<<ALL FILES>>", "read, read, write, delete, execute";
    permission java.lang.RuntimePermission "setIO";
    Regards,
    Geri

  • Simple-replica error: access denied

    Hi,
    I am trying to configure a simple replication agreement and I can not make it work. I have followed the Administrator Guide steps:
    A.In the consumer:
    1. Configure the DN for the supplier (cn=Replication Manager,cn=config)
    2. Create the object for that user
    3. Configure the replica as consumer (with the same supplied DN than before)
    B. In the master:
    1.Configure the change log.
    2.Configure the replica as simple-master. I assigned to it the ID 1.
    C. I created the replication agreement in the supplier server.
    The results for all this process are:
    1. Error in supplier: "replication error acquiring replica: permission denied. Error Code: 3"
    2. In the consumer error log: "[12/Dec/2001:17:04:58 -0400] NSMMReplicationPlugin - Incoming replication session was unable to acq
    uire replica o=idsk.com: sending error - permission denied to supplier"
    3. In the consumer access log:
    [12/Dec/2001:17:04:58 -0400] conn=18 op=0 BIND dn="cn=Replication Manager,cn=config" method=128 ver
    sion=3
    [12/Dec/2001:17:04:58 -0400] conn=18 op=0 RESULT err=0 tag=97 nentries=0 etime=0 dn=""
    [12/Dec/2001:17:04:58 -0400] conn=18 op=1 SRCH base="" scope=0 filter="(objectClass=*)" attrs="supp
    ortedControl supportedExtension"
    [12/Dec/2001:17:04:58 -0400] conn=18 op=1 RESULT err=0 tag=101 nentries=1 etime=0
    [12/Dec/2001:17:04:58 -0400] conn=18 op=2 EXT oid="2.16.840.1.113730.3.5.3"
    [12/Dec/2001:17:04:58 -0400] conn=18 op=2 RESULT err=0 tag=120 nentries=0 etime=0
    [12/Dec/2001:17:05:59 -0400] conn=18 op=3 UNBIND
    [12/Dec/2001:17:05:59 -0400] conn=18 op=3 fd=49 closed - U1
    It seems like the user is binding properly and looking for something that is not well configured in the consumer.
    I am sure I am missing something because to configure the agreement should be very easy. Does anybody know what I am doing wrong?
    Thank you in advance
    Jorge Ortiz Claver

    The supplier is not finding the cn=Replication Manager,cn=config entry in
    the consumer server. If it was, the second line in the consumer's access log
    would look like:
    [12/Dec/2001:17:04:58 -0400] conn=18 op=0 RESULT err=0 tag=97 nentries=0
    etime=0 dn="cn=replication manager,cn=config"
    Since it can't find the entry in the consumer server, your supplier is
    binding anonymously, which obviously doesn't give it the permissions it
    needs to update the consumer.
    Are you sure you created the Replication Manager entry on the consumer? Can
    you describe the configuration steps you tried, in more detail?
    "Jorge Ortiz" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I am trying to configure a simple replication agreement and I can not
    make it work. I have followed the Administrator Guide steps:
    A.In the consumer:
    1. Configure the DN for the supplier (cn=Replication
    Manager,cn=config)
    2. Create the object for that user
    3. Configure the replica as consumer (with the same supplied DN than
    before)
    B. In the master:
    1.Configure the change log.
    2.Configure the replica as simple-master. I assigned to it the ID 1.
    C. I created the replication agreement in the supplier server.
    The results for all this process are:
    1. Error in supplier: "replication error acquiring replica: permission
    denied. Error Code: 3"
    2. In the consumer error log: "[12/Dec/2001:17:04:58 -0400]
    NSMMReplicationPlugin - Incoming replication session was unable to acq
    uire replica o=idsk.com: sending error - permission denied to
    supplier"
    3. In the consumer access log:
    [12/Dec/2001:17:04:58 -0400] conn=18 op=0 BIND dn="cn=Replication
    Manager,cn=config" method=128 ver
    sion=3
    [12/Dec/2001:17:04:58 -0400] conn=18 op=0 RESULT err=0 tag=97
    nentries=0 etime=0 dn=""
    [12/Dec/2001:17:04:58 -0400] conn=18 op=1 SRCH base="" scope=0
    filter="(objectClass=*)" attrs="supp
    ortedControl supportedExtension"
    [12/Dec/2001:17:04:58 -0400] conn=18 op=1 RESULT err=0 tag=101
    nentries=1 etime=0
    [12/Dec/2001:17:04:58 -0400] conn=18 op=2 EXT
    oid="2.16.840.1.113730.3.5.3"
    [12/Dec/2001:17:04:58 -0400] conn=18 op=2 RESULT err=0 tag=120
    nentries=0 etime=0
    [12/Dec/2001:17:05:59 -0400] conn=18 op=3 UNBIND
    [12/Dec/2001:17:05:59 -0400] conn=18 op=3 fd=49 closed - U1
    It seems like the user is binding properly and looking for something
    that is not well configured in the consumer.
    I am sure I am missing something because to configure the agreement
    should be very easy. Does anybody know what I am doing wrong?
    Thank you in advance
    Jorge Ortiz Claver
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • Ask your question.Can't render get File error access denied. Whats causing this? FCP 7.0.3

    I Can't render get File error access denied. Whats causing this? FCP 7.0.3

    Its an was update from an earlier version.
    What earlier version?
    And you're saying when you using File>Import>File and select a JPEG you get the error message?
    You can't or shouldn't import MP3s into FCP.
    Have you try creating a new porject and importing into that?

  • CREATE DATABASE permission denied in database 'master'.

    Hi,
    I have tipical situation in my database environment. i have task for deployment few object in Stage environment while running those scripts showing these error message "create database permission denied in database 'master'"
    I have SA permissions in my server and environment is Sql server 2008 r2.
    Please help on this.
    thanks in advance
    Vijay

    If you have SA permissions then you will never get this error.
    What is the login that you used. Confirm if you indeed has SA permissions in the instance that you are trying to execute the script and got this error.
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • Error Access Denied for List

    I have a list for which inheritance is broken, and two SharePoint Groups were created (Read and Contribute).
    There are around 30 users in the Read group and 10 in Contribute, all of which are from the same domain, and working properly.
    I have two users who are in the same groups, from the same Domains, who are unable to access the list, getting Error: Access Denied.
    I've tried deleting and re-adding their accounts but no change.
    I've run their accounts through "Check Permissions", and both look good, identical to properly authorized users.
    Any troubleshooting recommendations?
    Thanks,
    Scott

    Hello,
    Have you checked the permission of those two user at site level? if not then do so. I suspect that they are not having least permission at site level to access page or other default contents.
    Another thing is, you may also try to add those user directly to list instead of group and then see the result. If this does not works then try to add them directly at site level. By doing this you can at least identify the problem.
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • "Error in creating error file" message

    Tried to install Palm Desktop 6.2 that came with my new Centro and at the end the message "Error in creating error file" keeps popping up numerous times.
    What can be the reason?
    Post relates to: Centro (AT&T)

    I was also experiencing the "error in creating error file" message multiple times during installation on my XP Pro system. I googled the error message and found this post plus a reference to a problem with riched32.dll) in in another post. But that didn't help. After quite a bit of troubleshooting on my own, I found the problem. I had moved the "My Documents" folder under "D:\users" to simplify my backups. Apparently the Palm installer needs the "My Documents" folder on the C: drive. I temporarily put "My Documents" back into it's default location under "C:\Documents and Settings" and the Palm installer ran just fine with no error message. I then moved everything back under "D:\users" including the folder "Palm OS Desktop", that was created by the Palm installer and everything has been working fine since.
    Thought I'd share this with others, as it's not an obvious fix.
    Post relates to: Palm TX

  • Error: Access Denied while opening the Sharepoint 2010 site.

    Dear All,
    When I am trying to open the site I am getting followinh error,
    Error:
    Error: Access Denied
     Current User
    You are currently signed in as:  DomainName\Administrator
    Sign in as a different user 
     Go
    back to site
    Can anybody please tell me how ro resolve this isse ?
    Thanks and Regard's
    Harish Patil

    Hi,
    Run the PowerShell cmdlet to list and check the users permisssion on SharePoint site. You may refer to the articles below.
    Get Users Permissions List on SharePoint Webs – PowerShell Script
    http://mkdot.net/mknetug/mk_sp/b/darko/archive/2010/10/01/get-users-permissions-list-on-sharepoint-webs-powershell-script.aspx
    How to Check Effective Permissions of a User in Each Site in a Site Collection in Sharepoint 2007 and Sharepoint 2010 using Powershell
    http://rahulrashu.blogspot.com/2011/12/how-to-check-effective-permissions-of_11.html
    Hope that helps.
    Ivan-Liu
    TechNet Community Support

  • Creation of logical index terminated. Join index create error.

    Hi to all,
    After running for a few weeks fine. See my earlier message Delete and recreate BWA index of a cube in process chain.
    Chains are "terminating" again. I get the following error messages:
    Creation of logical index '[Technical Cube_name]' terminated. Error text:     
    Join index create error;index=bwp_[technical cube_name],location     
    =nlscli63:30203 2433     
    Creation of BIA index for InfoCube '[Technical Cube_name]' terminated during activation
    A manual deletion by the program RSDDTREX_INDEX_DELETE and a recreation in RSDDV is necessarry to get the index active.
    Has anyone a clue on beforehand what is happening or same experiences, before i put in a SAP OSS message.
    Regards,
    René

    Hi
    Firstly please ensure that no error exists for the cube when you are
    trying to create the index. You can check that in RSRV. Also you need
    to check if no change run or loading is occuring.                   
    Please also check that you are not using the backup mode mutual
    as this can cause the problem, please refer to the SAP note 1383228.
    Best Regards,
    Des Gallagher

  • Even after resets get "The backup disk image "/Volumes/FreeAgent GoFlex Drive/MacBeth (2) 1.sparsebundle" could not be created (error 22)."

    HELP!  "The backup disk image “/Volumes/FreeAgent GoFlex Drive/MacBeth (2) 1.sparsebundle” could not be created (error 22)."
    TC estimates over 750GB for full backup.
    Late 2010 MBA is connected wirelessly to
    802.11n (1st gen) TC that is connected via ethernet hub built into house to motorola router using charter.com for internet.
    I have had same problem for over 150 days and multiple reboots, restarts in proper order, firmware updates, unplugs with 5min plus gaps, bypassing the tc and using external 500gb WD mybook via usb to time capsule, replacement of the WD mybook to new 2TB Free Agent GoFlex drive, etc, etc, etc!  Note: I originally named my MBA hard drive MacBeth, but at some point months ago, it said backup already existed and system automatically created MacBeth (2), worked for a while, then stopped again, despite trying nearly daily.
    I gave up and started using Carbon Copy Clone daily for just the 128gb on internal SSD of my late 2011 11" MacBook Air, but need to get past these time capsule errors to back up the external disk!  Due to lack of space in MBA, I had long ago transferred both itunes and iphoto and all imovie/fcpx files to a 1tb external disk (WD Passport) that I keep in my bag with MBA.  It is partitioned with 150gb for cloning the MBA, and over 750gb for media/itunes/iphoto/etc.
    Also, I have endured months of "your hard drive is full" messages and system lockups, applying the solution given to me by genious bar (deleting all aol.com outboxes/recovered messages/spam/trash under library/mail/V2/Mailboxes folders, empty trash, restart....watch recovered hard drive space mysteriously shrink next couple days to zero.....repeat)
    Due to lack of space, I had not been able to do javascript and other system updates.  Yesterday, I noticed even safari bookmark bar had mysteriously emptied (not disappeared, I can hide and show the space where the bar used to be - it is just blank area with no data except for eyelass-book-topsites icons), so I transferred a few large quicktime movie files recorded with isight camera to the external disk, and freed up 20 gbs for the first time!
    This got my hopes up yesterday because after I completed all system/software updates, suddenly the bookmark bar showed up and I was able to start the time capsule backup! It took overnight preparing for backup, but finally started and progressed to 12gb of the 100gb+ needed (i guess the update where it left off months ago for the estimated 750gb for the full backup?), then I put system to sleep and took it with me (thus leaving the wireless time capsule network as I do daily fully expecting it to continue when I returned home in the evening.)  But alas, upon return, back to the "Time Machine could not complete backup, The backup disk image ".....sparsebundle" could not be created (error 22)"  Ugh!  More reboots, unplugs, 5min gaps....still Ugh!
    So the problem continues...please help!  Here are my settings:
    About this mac:
    Mac OS X V. 10.7.5
    processor 1.6 ghz intel core 2 duo, memory 4 4g 1067 MHz DDR3
    software up to date!
    Airport Utility:
    V 6.2 (620.33)
    both internet globe and TC show green dots in graphic, however internet occasionally shows yellow then goes to green, but still gets error 22.  Suddenly TC showed explanation mark and says lost connection and asked if I wanted to 'forget', gave same errors, then mysteriously went back to green, but still got error 22!.
    Internet:
    connection: connected, displays router address, 2 dns server, and domain name: charter.com
    Time Capsule:
    shows network, ip address, serial number, version 7.6.3, status: (green dot) Setup over WAN,
    wireless clients: phones, macbooks (including this MBA), printers, wii
    If you need other settings to help me, just ask!  I have read a few of the other solutions in forums, but trying not to erase disks, especially since it worked for a minute yesterday!

    To step sideways.. why not just use CCC to backup the 750GB of the hard disk to the TC.
    You need to understand this is going to be a super slow process and each time you stop it.. it is going to give issues. CCC will at least do a more reliable job of it than TM.
    I would also say.. this is going to be tough without ethernet. You need to understand the backup speed over wireless can be 10GB per hour.. that makes 75hrs to backup the disk. The air needs to run non-stop doing that.. without you touching it.
    I would get another external drive.. plug that into the MBA and if you really want to use TM.. make a backup one to the other.. but CCC will again do a better job and work faster. It will be much faster than over wireless.
    I am trying to think of ways around the issue of just speed.. but plainly you have lots of other issues.. being the simple unreliablity of the TM to identify the TC.
    If you want to make this work.. give yourself a weekend.
    Load 5.6 utility into the MBA..
    http://support.apple.com/kb/DL1482
    Take the TC back to 7.5.2 firmware. It is a really old version and latest firmware does it no good at all.
    Wipe its hard disk using erase and start over.. give it new names for everything.
    So call it TC
    Set the wireless to 5ghz and name it TC5ghz
    Use WPA2 Personal security. Use a 10 character passkey non dictionary.
    At 5ghz you should get 2x the speed as at 2.4ghz but the air will need to be right next to the TC..
    (alternatively buy the USB to ethernet cord apple have available.. it is $30 in the apple store and do it over pseudoethernet. http://store.apple.com/au/product/MC704ZM/A/apple-usb-ethernet-adapter That is the wrong store but you get the idea. )
    WIth a fully clean system.. now do a full reset of TM.
    See A4 http://pondini.org/TM/Troubleshooting.html
    Direct the TM to back to the TC.. and make sure the external hard disk is not excluded.
    Of course the TC has to be 1TB version to fit that much data.. goes without saying right.
    Even over pseudo - ethernet this will take many hours.. and you basically have to leave it to work.. do not touch it.. make sure the MBA cannot sleep though.. turn off sleep.. beforehand.

  • The backup disk image "/Volumes/FW1000HD/MacBkPro.sparsebundle" could not be created (error 1).

    I added an 1TB external usb hard disk to my time capsule as the existing 1TB hard disk is nearly full (less than 12 GB left on time capslule hard disk).  Initially, I connected external hard disk to my MacBookPro (late 2009 Intel machine) and erased most of the data on that disk. I added the disk to time machine's backup disks thru the time machine window in system preferences. Now I supposedly have both hard disks, the one in the time capsule and the new usb hard disk, available for backup. Time Machine immediately backed up my system, which consists of my MacBookPro hard disk (about 96.8 GB) and another external usb hard disk which contains about 500 GB of data, on the new extenal hard disk.Time Machine did not attempt to create a new sparsebundle at that time on my new external backup disk.  This backup was done while the new backup hard disk and the data disk were both connected to the MacBookPro and the Time Capsule was directly connected by ethernet cable to the MacBookPro. I then disconnected the two hard disks from the MacBookPro and reconnected them both via usb to the Time Capsule. Now, hopefully, the external usb backup hard disk can be written to via wi-fi thru the usb connection thru the Time Capsule? I successfully use the data disk (which contains my full iTunes Library) from the Time Capsule all of the time.
    Time Machine has continued to backup small backups of a few MB to a few hundred MB to the  Time Capsule hard disk. Time Machine has attempted at least twice that I know of to set up a sparsebundle on the new external backup hard disk, but it has failed both times with the following message:
    The backup disk image “/Volumes/FW1000HD/MacBkPro.sparsebundle” could not be created (error 1).
    Before the two attempts that I witnessed to create the sparsebundle on the new backup drive, I got the following message:
    The identity of the backup disk “FW1000HD” has changed since the previous backup. 
    I did not change the identity of the FW1000HD, but it originally was connected directly to the MacBookPro when it was backed up. Could this be the problem? And if so, how do I fix this, so I can use this hard disk for back up from the wi-fi connection to Time Capsule?
    Gary Olson

    I'm not sure this is at the root of your problems, but Time Machine manages backups to a local disk differently than to a network disk.  The Time Machine backup written to the disk while it was connected locally can't be used for network backups.

  • Sparsebundle could not be created (error 45)

    I just bought my first ever Mac a little over 30 days ago and also purchased a 1TB Seagate FreeAgent GoFlex Home network storage system. I immediately installed the GoFlex software that included a full integration into Time Machine. This worked perfectly until about 4 days ago when all of a sudden it stopped backing up. I'm getting an error that reads: Time Machine could not complete the backup "...sparsebundle could not be created (error 45)".
    I can still access the drive outside of the TM program (although not the ATM folder), so the drive itself perfectly installed and connected. I tried rebooting computer and hard drive; that didn't work. I tried re-selecting the drive from within TM; that didn't work either. I'm not really sure what to do...and am pretty pi$$ed at all those "I'm a Mac vs. I'm a PC" commercials right now because this is the same kinda stuff that got me to leave the Windows based systems in the first place. UGH...so WHY is my $4,000 Mac supposed to be any better that an equivelent $2,500 PC?????? Any suggestions on a fix would be greatly appreciated.

    +I'm running 10.6.7, last I checked that was later then 10.5.6.+
    Try reading a little more carefully. The server has to be a Time Capsule or a Mac running 10.5.6 or later, not the client. Your NAS is neither, so your configuration is unsupported, and predictably, it doesn't work.
    +Mac lends their name and brand to the Seagate product, so I must therefore assume your comments are are ill-informed.+
    Apple has nothing to do with the Seagate product. Seagate, not Apple, claims that it's compatible with Time Machine, and Seagate, not Apple, is responsible for that claim. If you think the claim is misleading, you have a point, and if you can't get satisfaction from Seagate I suggest you consult a lawyer.
    For the benefit of anyone finding this topic, the Seagate NAS is *not safe to use with Time Machine*.

  • BSP Application Error : Access Denied

    Hi Gurus,
    I have developed a BSP application with an input field and a search help. I am using Java script to popup the search help window and "opener.document.<form>.<field>.value=value;" to pass selected value from search help window to main page. At BSP application level I have checked "Allows Portal Integration" check box. Now, when I try to select the value from search help at runtime, I am getting an error "Access Denied". It works perfectly fine when the check box "Allows Portal Integration" is unchecked. How do I resolve this issue keeping the check box checked.
    Thanks in advance
    John
    <* Input Field *>
    <htmlb:inputField id            = "sales_order"
                       value         = "<%= controller->sale_order %>"
                       maxlength     = "30"
                       showHelp      = "TRUE"
                       onValueHelp   = "showSalesOrderHelp()"
                       submitOnEnter = "X"
                       size          = "30" />
    <* Java script routine to popup search help window *>
    function showSalesOrderHelp()
       newDialog =    window.open("salesOrderHelp.htm","_blank","resizable=no,height=500,width=475");

    The problem is that your popup windows probably do not have their domain relaxed. (Usually popp windows are implemented in an iframe, which must also be relaxed in the same way as the main page.)

Maybe you are looking for