Using WebDAV...

Mark,
can the WebDAV functionality of the protocol server (Oracle Ent. Edition 10.2.0.2) be used for document storage?
I'm thinking of using the Oracle WebDAV functionality in combination with confluence (http://www.atlassian.com/software/confluence/). Confluence is a WIKI that can use Oracle (for the content) as its database. The attachments in confluence can be stored via WebDAV or on a filesystem...and of course i was thinking Oracle WebDav... The system will initially be used for a 50 users.
As a dba, i am also thinking (of course) about backup & restore risks (using the database this way...RMAN/exp/imp)?
What do you think...

NOPE, it is a string.
stuff like this...
Met het statement find kun je meer dan je misschien dacht. Je kunt met find zoeken op veel verschillende kenmerken. Het vinden van files m.b.t. hun kenmerk grootte kun je als volgt in de shell uitvoeren via het find statement: h3. Vind alle files groter dan ?? Megabyte Voor het vinden van files die groter zijn dan 50Mb in een directory kun je bijvoorbeeld onderstaand voorbeeld gebruiken: $> find /u00/app/oracle/ -size +50000000c als je de fout meldingen wilt onderdrukken m.b.t., bijvoorbeeld, het te weinig rechten hebben om directories of files te lezen, dan kun je de output voor foutmeldingen ("*2*") herleiden naar de null device (/dev/null) $> find / -size +50000k 2>/dev/null Voor meer informatie zie: [Unix command zoek functie|http://unixhelp.ed.ac.uk/CGI/unixhelp_search]
markup stuff

Similar Messages

  • Query on integrating windows file server into SAP KM using WEBDAV

    hi
    I have sucessfully integrated windows file server into SAP KM using WEBDAV. I have query in it regarding the possible validation against the portal Database user. Can we configure such that the user comparison happens for LDAP as well as database user. Have anyone configured such a scenario?
    Regards,
    Ganesh N

    Hi Ganesh,
    this should work in principle.
    However you would need a user in Active Directory for each user in the portal database that should connect to the file server if you are using the SSO22KerbMap Module as I assume.
    In my whitepaper I have mentioned this for the internal user index_service that does only exist in the portal database.
    Best regards,
    André

  • Time machine backup on NAS using WebDav?

    Hi, I regularly use Time Machine to backup my mac on a NAS using my home network (Synology instructions are for configuration using the afp protocol). I have been travelling a lot lately and Time Machine backups on my NAS are not a choice. I’m using an external drive as a temporary strategy until back home. Anybody knows if it is possible to configure Time machine to backup on a NAS using WebDav protocol? If so, how to do it?
    I appreciate any information / help with this.

    Extremely unlikely. 
    It is possible to use Back to my Mac to back up to a Time Capsule over the Internet, but many folks can't get it to work; even when it does, it's very slow.
    I've never seen any posts about it being done to any other Internet destination.

  • Can't upload files using webDAV

    hi guys. i have a bit of a frustrating problem. im trying to upload zip file (~50MB) to a file hosting site (in.solit.us specifically) and i'm using webDAV to do so. i have no problem connecting to and mounting the server, but whenever i try and add anything to the dav disk it give me the error:
    "you cannot copy some of the items to the destination because their names are too long or contain invalid characters for the destination."
    i freaking hate this error message, whenever i get it it is so unwarranted. my zip file is titled "one.zip"... so no the name isn't too long or any such thing. the compressed files inside this zip file are also of similar length and composition. when i try and upload anything, even a smaller (regularly named) doc file, finder gives me the same error. what's more, when i try and create a new folder within the dav drive the "new folder" icon pops up for a few seconds then immediately disappears. which is kind of funny because when i then try and create another new folder it names it "new folder 2" -- which then subsequently disappeared as well. last time something like this happened to me it was a problem with the disk automatically ejecting itself after a couple of seconds. this does not seem to be the case here, console reads:
    "Feb 11 18:55:45 localhost webdavd[1641]: /Volumes/dav mounted"
    and then, when i manually eject it:
    "Feb 11 19:15:17 localhost webdavd[1641]: /Volumes/dav unmounted"
    console does not lie.
    any help would be much appreciated

    Hi Bilinbaja,
    I am not sure if you are using FTP to upload the files, however this error can sometimes refer to a hardware issue. Please try to toggle the hardware acceleration by right clicking on a item using the flash plug in and selecting settings.
    Please let us know if this improves the performance as well as if this also happens on other computers, or if it still happens after you delete cache and cookies. Each browser has its own cache, Firefox's cache may also be longer. [[How to clear the Firefox cache]]
    Did this help? We look forward to your reply.

  • File transfer from backend to sharepoint server using WebDAV

    Hi,
    Currently we are in development process of our product and we have a component called Document Publisher which should publish(upload) the documents to the web folders in the sharepoint server using WebDAV from the backend.
    I was able to find some classes in the backend like CL_HTTP_WEBDAV, CL_HTTP_WEBDAV_SKWF etc and these classes have some set of methods which i feel can be used for uploading the documents to another location from the backend. But i am not sure how to achieve this and i was not able to find much of the information about this online.
    It would be really great if somebody can help me in this.
    Thanks a lot in advance,
    Kasthuri

    Hi Kasturi,
    What you exactly want to do because your query not clearly visible to anyone?
    Regards

  • Creating an appointment in an exchange calendar using webdav (slide)

    Hello!
    I am new in webdav. I am trying for a long time to create an appointment in
    an exchange calendar (pubic folder) using webdav but without success.
    I am despairing.
    Here my programm:
    String strCalendarURI = "http://server/public/test1";
    HttpURL hrl = new HttpURL(strCalendarURI);
    hrl.setUserinfo("user", "pw");
    WebdavResource wdr = new WebdavResource(hrl);
    wdr.setDebug(1);
    Hashtable props = new Hashtable();
    props.put(new PropertyName("DAV:", "contentclass"), "urn:content-classes:appointment");
    props.put(new PropertyName("DAV:", "contentclass"), "urn:content-classes:appointment");
    props.put(new PropertyName("http//schemas.microsoft.com/exchange", "outlookmessageclass"), "IPM.Appointment");
    props.put(new PropertyName("urn:schemas:httpmail","subject"), "Changed Test Appointment Subject");
    props.put(new PropertyName("urn:schemas:httpmail","htmldescription"), "Let's meet                here");
    props.put(new PropertyName("urn:schemas:calendar","location"), "do");
    props.put(new PropertyName("urn:schemas:calendar","dtstart"), "2006-01-01T10:00:00.000Z");
    props.put(new PropertyName("urn:schemas:calendar", "dtend"), "2006-01-01T10:30:00.000Z");
    props.put(new PropertyName("urn:schemas:calendar","instancetype"), "0");
    props.put(new PropertyName("urn:schemas:calendar","alldayevent"), "0");
    props.put(new PropertyName("urn:schemas:calendar","responserequested"), "1");
    props.put(new PropertyName("urn:schemas:calendar","busystatus"), "BUSY");
    props.put(new PropertyName("urn:schemas:calendar","meetingstatus"), "CONFIRMED");
    props.put(new PropertyName("header", "to"), "user");
    props.put(new PropertyName("urn:schemas:mapi","finvited"), "1");
    out.print("returned value ...     " + wdr.proppatchMethod(props, true));
    The output:
    to server ---------------------------------------------------PROPPATCH /public/test1 HTTP/1.1
    Authorization: Basic Qi5XZWl0bGFuZXI6c3NvYg==
    Content-Type: text/xml; charset=utf-8
    User-Agent: Jakarta Commons-HttpClient/2.0final
    Host: server
    Content-Length: 1068
    <D:propertyupdate xmlns:D="DAV:">
    <D:set>
    <D:prop>
    <responserequested xmlns="urn:schemas:calendar">
    1
    </responserequested>
    <dtend xmlns="urn:schemas:calendar">
    2006-01-01T10:30:00.000Z
    </dtend>
    <meetingstatus xmlns="urn:schemas:calendar">
    CONFIRMED
    </meetingstatus>
    <to xmlns="header">
    user
    </to>
    <instancetype xmlns="urn:schemas:calendar">
    0
    </instancetype>
    <outlookmessageclass xmlns="http//schemas.microsoft.com/exchange">
    IPM.Appointment
    </outlookmessageclass>
    <location xmlns="urn:schemas:calendar">
    do
    </location>
    <alldayevent xmlns="urn:schemas:calendar">
    0
    </alldayevent>
    <dtstart xmlns="urn:schemas:calendar">
    2006-01-01T10:00:00.000Z
    </dtstart>
    <htmldescription xmlns="urn:schemas:httpmail">
    Let's meet here
    </htmldescription>
    <finvited xmlns="urn:schemas:mapi">
    1
    </finvited>
    <D:contentclass>
    urn:content-classes:appointment
    </D:contentclass>
    <v xmlns="urn:schemas:contacts">
    1
    </v>
    <subject xmlns="urn:schemas:httpmail">
    Changed Test Appointment Subject
    </subject>
    <busystatus xmlns="urn:schemas:calendar">
    BUSY
    </busystatus>
    </D:prop>
    </D:set>
    </D:propertyupdate>
    <<<<<<< from server ---------------------------------------------------
    HTTP/1.1 207 Multistatus
    Date: Wed, 25 Jan 2006 08:38:54 GMT
    Server: Microsoft-IIS/6.0
    MicrosoftOfficeWebServer: 5.0_Pub
    X-Powered-By: ASP.NET
    MS-Exchange-Permanent-URL: http://server/public/-FlatUrlSpace-/ddd97380fa9bf5429d9fdc31ddb24cd9-288e4
    Repl-UID: <rid:ddd97380fa9bf5429d9fdc31ddb24cd9000000000529>
    Content-Type: text/xml
    Content-Length: 617
    ResourceTag: <rt:ddd97380fa9bf5429d9fdc31ddb24cd9000000000529ddd97380fa9bf5429d9fdc31ddb24cd9000000000879>
    MS-WebStorage: 6.5.7638
    <a:multistatus
    xmlns:a="DAV:"
    xmlns:b="urn:schemas:calendar"
    xmlns:c="header"
    xmlns:d="http//schemas.microsoft.com/exchange"
    xmlns:e="urn:schemas:httpmail"
    xmlns:f="urn:schemas:mapi"
    xmlns:g="urn:schemas:contacts">
    <a:response>
    <a:href>
    http://server/public/test1
    </a:href>
    <a:propstat>
    <a:status>
    HTTP/1.1 200 OK
    </a:status>
    <a:prop>
    <b:responserequested>
    </b:responserequested>
    <b:dtend>
    </b:dtend>
    <b:meetingstatus>
    </b:meetingstatus>
    <c:to>
    </c:to>
    <b:instancetype>
    </b:instancetype>
    <d:outlookmessageclass>
    </d:outlookmessageclass>
    <b:location>
    </b:location>
    <b:alldayevent>
    </b:alldayevent>
    <b:dtstart>
    </b:dtstart>
    <e:htmldescription>
    </e:htmldescription>
    <f:finvited>
    </f:finvited>
    <a:contentclass>
    </a:contentclass>
    <g:v>
    </g:v>
    <e:subject>
    </e:subject>
    <b:busystatus>
    </b:busystatus>
    </a:prop>
    </a:propstat>
    </a:response>
    </a:multistatus>
    to server ---------------------------------------------------PROPFIND /public/test1 HTTP/1.1
    Authorization: Basic Qi5XZWl0bGFuZXI6c3NvYg==
    Content-Type: text/xml; charset=utf-8
    User-Agent: Jakarta Commons-HttpClient/2.0final
    Host: server
    Content-Length: 207
    Depth: 0
    <D:propfind xmlns:D="DAV:">
    <D:prop>
    <D:displayname>
    </D:displayname>
    <D:getcontentlength>
    </D:getcontentlength>
    <D:getcontenttype>
    </D:getcontenttype>
    <D:resourcetype>
    </D:resourcetype>
    <D:getlastmodified>
    </D:getlastmodified>
    <D:lockdiscovery>
    </D:lockdiscovery>
    </D:prop>
    </D:propfind>
    <<<<<<< from server ---------------------------------------------------
    HTTP/1.1 207 Multistatus
    Date: Wed, 25 Jan 2006 08:38:54 GMT
    Server: Microsoft-IIS/6.0
    MicrosoftOfficeWebServer: 5.0_Pub
    X-Powered-By: ASP.NET
    Content-Type: text/xml
    Accept-Ranges: rows
    MS-WebStorage: 6.5.7638
    Transfer-Encoding: chunked
    <a:multistatus
    xmlns:a="DAV:"
    xmlns:b="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/"
    xmlns:c="xml:">
    <a:response>
    <a:href>
    http://server/public/test1/
    </a:href>
    <a:propstat>
    <a:status>
    HTTP/1.1 200 OK
    </a:status>
    <a:prop>
    <a:displayname>
    test1
    </a:displayname>
    <a:getcontentlength b:dt="int">
    0
    </a:getcontentlength>
    <a:resourcetype>
    <a:collection>
    </a:collection>
    </a:resourcetype>
    <a:getlastmodified b:dt="dateTime.tz">
    2006-01-25T08:38:54.755Z
    </a:getlastmodified>
    <lockdiscovery xmlns="DAV:">
    </lockdiscovery>
    </a:prop>
    </a:propstat>
    <a:propstat>
    <a:status>
    HTTP/1.1 404 Resource Not Found
    </a:status>
    <a:prop>
    <a:getcontenttype>
    </a:getcontenttype>
    </a:prop>
    </a:propstat>
    </a:response>
    </a:multistatus>
    It looks not so bad. But no appointment is created.
    Where is the problem?
    When i google for the problem i always find howtos for .NET but nearly nothing for java
    Thank you for your help.
    best regards
    Bernhard

    I am working in same topic so please if you have been sloved it send it to me.
    I will be very thankfull for you.
    Thanks

  • Online collaboration using WebDAV not working in Acrobat pro XI

    We are using WebDAV for online collaboration (FDD based). We have just now upgraded to Acrobat pro XI. But since then we are not able to do the online collaboration.
    Send and Receive comments button is not shown when pdf file gets opened in the browser.
    Does any one have any idea how to resolve this issue?

    Hi Hemant,
    1. Are you using latest version of Acrobat 11 i.e. 11.0.6? If not then please update it via Hep -> check for updates.
    2. Does your workflow works fine when you open PDF in Standalone Acrobat?
    3. Does it work when you initiate Shared Review using Email or shared drive?
    Regards,
    Anoop

  • Mass upload of contents in KM using WEBDAV

    hi all,
    plz do help me out with mass upload of contents in KM using WEBDAV .
    its urgent

    hi shailesh,
    1.If you want to transfer documents to KM,go to the folder "/documents",open its Detail dialog box.
    2.Go to Settings->Properties.Click on 'Access Links' tab.
    3.Copy the WebDAV url and paste it in your browser.Open your KM Folder as a Web Folder after authentication for your credentials is done.
    4.Copy the folders from your file system to the server just as you would copy folders in Windows File System.
    Also transfering of contents using WebDav only transfers the content,metadata is lost in the process
    Hope it helps,
    Srinath

  • Unable to add XML files to genericObjects Folders using Webdav - cFolders

    Hi All
    I am not able to add XML files to genericObjects Folders using Webdav in cFolders
    What could be the reason.. When I try to copy, it says "cant read from source file"
    Regards,
    Aby

    Yes.. I downloaded the ECN.XML file from se80, edited and then used "Uplload and replace"..
    Also I did the same thing to add some more vocabulary in the cfx text XML, so that it would reflect correctly to map with Additional attributes in the PDX profile.
    Regards,
    Aby

  • Regarding mass upload of contents in KM using WEBDAV

    hi all,
    plz do help me out with mass upload of contents in KM using WEBDAV .
    its urgent

    Hi,
    check this out.
    http://help.sap.com/saphelp_nw70/helpdata/en/42/e6753939033ee5e10000000a1553f7/frameset.htm
    You can install an application an upload files and folders.
    Regards
    Ismail

  • Problem while integrating windows file server into SAP KM using WEBDAV

    Hi
    I am trying to integrate windows file server into SAP KM using WEBDAV . I have downloaded the kerberos ini filter and included in the windows system. I am only trying to bring the files in the same system into KM but with no luck. When i check the log file in the kerberos folder i am getting
    <b>12:02:22 10828/10476 E OnPreprocHeaders: Found 0 UserPrincipalNames for ADSI Filter (&(objectCategory=person)(objectClass=user) (userPrincipalName=xxxx))</b>.
    In the log i am getting the following
    ERROR! Delegation Flag:Use any authentication protocol: NOT ACTIVE
                           Open 'Active directory Users and Computers'. Choose <domain> -> 'Computers'.
                           Right-click 'IDBSRV8' and choose 'Properties'.
                           Select 'Delegation' and 'Trust this computer for delegation to specified services only'.
                           Select 'Use any authentication protocol'.
                    ERROR! The Trusted-to-Authenticate-for-Delegation flag is not set for SPN 'HOST/idbsrv8.idbhq.org'.
                           Please check the SPN by calling 'setspn -l IDBSRV8'.
                           If the SPN is well known, configure the Trusted-to-Authenticate-for-Delegation flag:
                           Open 'Active directory Users and Computers'. Choose <domain> -> 'Computers'.
                           Right-click 'IDBSRV8' and choose 'Properties'.
                           Select 'Delegation' and 'Trust this computer for delegation to specified services only'.
                           Select 'Use any authentication protocol' and choose 'Add'.
                           Select 'Users or Computers' and enter IDBSRV8 as object name.
                           Add the ServicePrincipalName HOST/idbsrv8.idbhq.org.
    Can anybody please help me in this regard???
    Regards,
    Ganesh N
    Message was edited by:
            Ganesh Natarajan

    Hi Ganesh,
    this error message tells you that there is no user in your active directory that has the userPrincipalName xxxx.
    The SSO22KerbMapModule works as follows.
    1. It receives a SAP Logon Ticket from the WebDAV request.
    2. If valid the SAP username is extracted. In your case the SAP username is xxxx.
    3. It then searches for a user in AD. It does so using the attribute in the ini-file that has been specified to contain the SAP username. In your case the SAP username should be identical with the userPrincipalName.
    So you have to make sure that the portal user id (j_user) is mapped to the same AD user attribute  that is specified in the ini-file .
    Best regards,
    Andre

  • Exception while contributing content using webdav

    Hi All,
    Getting the below exception when i try to check in files using webdav (i.e. from windows explorer), not sure why this is happening ? please provide your inputs for troubleshooting this issue.
    Stellent Product Version: 7.5.2
    helperservice     04.28 00:11:13.716     IdcServerThread-290730     service exception in COLLECTION_CHECKIN_REVISION[23] -1 doService -1 !csDynHTMLArgumentMessage2,3,<$dAlias$>!syParameterNotFound,dAlias!$
    deprecation     04.28 00:11:13.719     IdcServerThread-290730     obsolete method SystemUtils.error() called, use err() instead-exception stack
    java.lang.Exception: obsolete method SystemUtils.error() called, use err() instead
         at intradoc.common.SystemUtils.reportDeprecatedUsage(SystemUtils.java:767)
         at intradoc.common.SystemUtils.error(SystemUtils.java:477)
         at webdavextension.WebdavHandler.doPutMethod(WebdavHandler.java:614)
         at sun.reflect.GeneratedMethodAccessor215.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:336)
         at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:128)
         at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:73)
         at intradoc.server.Service.doCodeEx(Service.java:674)
         at intradoc.server.Service.doCode(Service.java:656)
         at intradoc.server.Service.doAction(Service.java:580)
         at intradoc.server.Service.doActions(Service.java:425)
         at intradoc.server.Service.doRequest(Service.java:1860)
         at intradoc.server.ServiceManager.processCommand(ServiceManager.java:350)
         at intradoc.server.IdcServerThread.run(IdcServerThread.java:162)
    Thanks,
    Bharani

    Hi
    syParameterNotFound,dAlias is the core reason why the checkin is failing .
    Looks to me that you have a metadata configured on your UCM instance with this name .
    So what you can do is to navigate to Administration - Folder Administration - Default Information Inherit - Check the option box for <dAlias metadata> - Update
    Set the value for this metadata from CS GUI for the Folder where the checkin is being done .
    Then checkin the content to this folder from WebDAV again .
    See if the issue still persists .
    Thanks
    Srinath

  • Dreamweaver CS3 fails when publishing to the web server using WebDAV

    Dreamweaver CS3 fails when publishing to the web server using
    WebDAV
    using an earlier version (7.x/8.x) works fine.
    Does anybody know if there is a solution for this.. This is
    urgent..
    Attempting to call the 1-800-833-6687 number fails with:
    recording, music, rings as though someone will finally answer, but
    gets a few dial tones and connection goes silent..
    Thanks
    J.

    If all of your credentials are correct, Server Name/IP Address, Username, Password, Root Directory and it's still not connecting, I would try toggling the Passive FTP checkbox.
    If you still can't connect in DW, try downloading a third party FTP program like Filezilla (free) and uploading there. If the third party app doesn't work either, there is likely a problem with your credentials and you would need to contact your hosting provider to straighten it out.

  • Using WEBDav methods

    How can I use WEBDav methods in ABAP.
    I like to access Exchange Public folder from SAP side using WEBdav development.
    Does anybody know where I can find information on how to do this ?
    Thanks
    Georg

    Hi Georg!
    For the starting, have a look at help.sap.com:
    http://help.sap.com/saphelp_erp2004/helpdata/en/46/bb1853ab4811d4968100a0c94260a5/frameset.htm
    http://help.sap.com/saphelp_erp2004/helpdata/en/46/bb184dab4811d4968100a0c94260a5/frameset.htm
    Regards,
    Christian

  • Using WebDAV with WebSEAL

    We are trying to using WebDAV for our projects.
    WebSEAL is used for for authentication, I'm unable to add a server in the DIS client if I go through the WebSEAL URL. (i get an error stating that the CGI url is incorrect, even if it maps to the correct content server url)
    Any pointers on how to workaround this will be helpful.
    The WebDAV url is https://<websealinstance>:<port>/dms/cs/idcplg/webdav this will internally map to http://<ucm_server>:<ucm_port>/cs/idcplg/webdav.
    Thanks,
    Manjunath
    Edited by: 890922 on 05-Jun-2012 00:52

    I've used Webdav over SSL ever since i started using webdav :)
    Infact many of my web servers are entirely ssl

  • NTLM authentication fails to connect using webdav on osX

    We are having problems in our organization getting our macs connected via webdav using NTLM authentication.
    Our structure is as follows:
    Netapp/IBM nSeries gateway/filer model n6040 which is our FTP/CIFS/Webdav host.
    Windows Server 2008 R2 Domain Controller with Active Directory
    Windows 7, Mac osX clients (various versions).
    From the windows side, we are able to connect to our filer via FTP, CIFS, and http/Webdav after we authenticate using our AD credentials.  From the Mac side, we can authenticate and connect to our filer using FTP, CIFS (using Connect to Server "smb://ourfiler.com") and through a browser using the address of http://ourfiler.com.  This type of connection using webdav works with Firefox but not using Safari or Chrome but isn't adequate enough for our users since the browser based connection is read only.  However, when we try to Connect to Server via webdav using our server address of http://ourfiler.com:80, we never get past the "Enter your name and password for the server "ourfiler.com." 
    We tried a third party webdav client on our macs: Cyberduck, which also fails to connect using webdav.   We also tried a separate linux client and were able to connect without any problems.
    Since authetication for webdav works on windows and linux, we're thinking there is problem with osX itself.  Has anyone else had this problem or can anyone suggest any workarounds/solutions?

    Sorry for the late replies gentleman... for some reason I didn't get email alerts when you guys posted....
    Anyways, yes the DC is on a different subnet and no we don't have WINS.  The way I understand it is the client will contact the master browser in it's local subnet... all the master browsers in all other subnets contacts the Domain master browser ...
    and they share the server list this way... I mean it's a little more complicated than that....well to me at least...
    Can you try resolving the short name with the domain controller being on another subnet and you having a different master browser in your client subnet?
    What is the process the client goes thru when looking up Domain netbios name?  LIke for DNS, it's straight forward... the client looks at DNS server, then for the SRV records for the Site the client is in and get's domain controller.......   How
    does this work for netbios domain name?  There is NO WINS in the environment.
    Chau

Maybe you are looking for

  • Receiver Mail adapter - mail package - mail not received

    Hi guys! I'm using receiver mail adapter and when I want to use Mail Package (subject is assign dinamically based on mapping) I do not receive the e-mail. When I switch to not using Mail Package, the mail is sent correctly.. In RWB everything seems t

  • Failing to load webpages when connected at work (works fine else were)

    I have a PowerBook G4 that I moved between work and other locations. I have never had any issues before, but now I am getting a very strange issue in Safari (1.3.2). If I enter the domain name of the site (say www.apple.com) it fails to ever connect,

  • Event Structure Question

    Hopefully I can explain this okay.... I'm using an event structure to control several features in my program and all have worked great.  All of the events in my program are handled via boolean buttons with value changed option.  I have a numeric cont

  • After Effect error::overflow converting ration denominators(17::19)

    I have a project in AECS3 that contains roughly 70 jpegs that are 10 seconds each with a dissolve between them.   I went to add two more pictures and I get that error.  I've tried opening the project in a new project and even tried to create a new pr

  • Installing Leopard on a new HD?

    You guys are smart, what should I do? I have purchased 10.5, a larger HD, and an SATA enclosure for my old HD. My MacBook has a pathetic 60G HD now and she is FULL. How can I pull the info off my old HD easily? My plan now... 1. Install new HD 2. Cle