Openkore: Has anyone gotten this to work yet?

I've been working with this package on and off for the last month or so and have not yet been able to successfully connect to a private server for Ragnarok Online.  Does anyone have any suggestions on how to connect or where I'm limited to connect to if that's the case.  I just wanna play and can't seem to get beyond the initial configuration.  I have to reboot, but I'll edit this post with actual error messages and/or log files as soon as I come back.  Just wanted to get the thread started since I keep forgetting to do so.

I ssh into my NAS all the time via port 22; I have it forwarded to the internal IP of my NAS in Port Forwarding and it worked immediately.
Destination port 22, TCP Any 22 -> 192.168.1.69

Similar Messages

  • [Solved] KDE 4.4 Knetworkmanager, has anyone got this to work yet?

    Been trying to get knetworkmanager working on KDE 4.4 and haven't got it to work yet.  Well initially it did work.  Here's the steps I did.
    1) Had network running '/etc/rc.d/network start
    2) Installed 'kdeplasma-applets-networkmanagement'
    3) Commented out interfaces in '/etc/rc.conf' and defined dhcp:
    eth1="dhcp"
    INTERFACES=(!eth0 !eth1 !wlan0)
    4) Set hostname in '/etc/NetworkManager/nm-system-settings.conf':
    [main]
    plugins = keyfile
    [keyfile]
    hostname = pavilion
    5) Added 'networkmanager' to daemon array in '/etc/rc.conf'
    DAEMONS=(syslog-ng crond alsa hal kdm dnsmasq networkmanager cups netfs)
    6) Added 'network' group to user:
    gpasswd -a gen2ly network
    7) Stopped network '/etc/rc.d/network stop'
    8) Brought down interfaces 'ifconfig eth0 down && ifconfig eth1 down && ifconfig wlan0 down'
    9) Started networkmanager
    /etc/rc.d/networkmanager start
    10) Started networkmanager applet (seems to me it was already started but I guess not??)
    11) Got connected to network.
    After reboot however, the networkmanager applet is telling me 'Unmanaged' when I rollover it, and when I click it it says 'Network Management disabled'.  I've tried a couple things (like un-commenting the network devices on the interfaces line and restarting) to no effect.  Doesn't seem I'm able to get it up again.  Anyone else had luck with this?  Did I miss something?
    Last edited by Gen2ly (2010-02-23 22:51:57)

    Ah, anti-destin that is exactly what was needed to be done.  ... Thank you!  Threw be off a bit, it did .
    Off-topic somewhere here now, Ok, a good deal off-topic.. looking at the wiki page for configuring I think the wiki under section, 'Disable interfaces' is erroneous.  Does NetworkManager really parse rc.conf?  I can't think of any reason it would need to.  I'm thinking that NetworkManager would naturally scan and then do dhcp on wired, followed by wireless.  And for those that do a static ip, they can configure the applet.  To test, I put this in my rc.conf:
    #eth0="dhcp"
    #eth1="dhcp"
    #wlan0="dhcp"
    INTERFACES=(!eth0 !eth1 !wlan0)
    And it worked fine.  I'm thinking I could erase them and not have a problem.
    [wiki]Networkmanager#Disable_interfaces[/wiki]
    Last edited by Gen2ly (2010-02-23 06:03:45)

  • [solved]Catalyst + xorg 1.6 = Has anyone gotten it to work?

    After going over the wiki for ATI and installing the catalyst+catalyst utils (9.4) from AUR using yaourt, the device refused to load. Now, I don't have the error on file as I'm not at home. But the question remains: Has anyone gotten this to work?
    (*) 4870 HD Radeon card
    (*) 9.4 driver + utils from yaurt/AUR (I didn't.. see official 9.4 drivers anyone on the ATI website, how did we get them?)
    (*) no xorg.conf used, just startx to automatically detect hardware. And it worked, attempting to use the catalyst-based driver, but only with red bars and blocks on top of the screen
    (*) xf86-video-ati and radeonhd both work fine, but obviously the 3d support isn't so hot, and I'm a huge gamer
    (*) latest xorg release from pacman -Syu
    (*) Yes, I know official support has ceased
    Thoughts? Shared ideas? What are we waiting for, ATI's new drivers or a patched fix? Got this working, anyone?
    edit: Yes, I've searched the forums. But there's too much scattered information and not enough to really focus on what seems to be the problem and how to resolve it
    Last edited by nocts (2009-04-17 21:34:40)

    Well, I have a hd 4850, but that's generally the same. Here is my xorg.conf:
    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    Option "AIGLX" "on"
    EndSection
    Section "Files"
    # Additional fonts: Locale, Gimp, TTF...
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "record"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    Option "AutoAddDevices" "True"
    Option "Xinerama" "off"
    Option "Composite" "off"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us,cz,sk,hu"
    Option "XkbVariant" ",qwerty,qwerty,"
    Option "XkbOptions" "grp:shifts_toggle"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    Option "XAANoOffscreePixmaps" "on"
    Option "VideoOverlay" "off"
    Option "OpenGLOverlay" "off"
    Option "TexturedVideo" "on"
    Option "TexturedXrender" "on"
    Option "Textured2D" "on"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1680x1050"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "RENDER" "Enable"
    Option "DAMAGE" "Enable"
    Option "Composite" "Disable"
    EndSection
    don't forget to run 'aticonfig --initial --input=/etc/X11/xorg.conf ' as root after you update your driver or change sthing in xorg.conf
    BTW I use catalyst 9.4 from AUR with kernel 2.6.29 and xorg 1.6
    Hope it helps...

  • Has anyone gotten DLNA to work properly with Windows 7 x64 ?

    Has anyone gotten DLNA to work properly on Windows 7 64 bit and Windows Media Player 12? I got it working, sort of. It's not reliable though, and very slow. It drops the connection a lot, and when I go to engage it it connects about half of the time and half of the time it won't see the Media Server. It also times out when trying to scan my (admittedly large) music directory on my PC.
    I'm sure that my hardware is ok, I think that DLNA is just a buggy system. But if anyone has it working properly with Windows 7 x64 and WMP 12 can you tell me exactly how you set it up?  And if you used another desktop app besides WMP can you tell me what worked for you?
    Thanks!

    Try setting it up like this.  Hope this helps!
    Start Device Manager.
    Windows 7 Click Start > Control Panel > System and Security > Device Manager.
    The following devices are normally installed:
    Anrdoid USB Devices
    My HTC
    Disk drives
    HTC Android Phone USB Device
    Modems
    HTC Modem (if using as a tethered modem)
    Portable Devices
    E:/ (Where E represents the assigned drive letter.)
    Universal Serial Bus controllers
    USB Composite Device
    USB Mass Storage Device
    If a red X, yellow ! or yellow ? is displayed to the left of a listed device, a conflict is present and the drivers must be updated or reinstalled.
    Driver conflicts may also be indicated by a device entry labeled Other Devices or Unknown.
    If a conflict is present:
    If using the HTC DROID Incredible ADR6300 as a Sync device continue to step 3.
    If using the HTC DROID Incredible ADR6300 as a Modem ensure the device drivers are installed. Refer to Downloading and installing VZAccess Manager for additional assistance.
    If VZAccess Manager is installed and a driver conflict is still present, continue to step 3.
    Right-click the device then click Update Driver Software.
    If using Windows 2000 / XP, right-click the device then click Update Driver.
    The device name may differ from the example shown.
    Click Browse my computer for driver software.
    If using Windows 2000 / XP, select Install from a list or specific location (Advanced) then click Next.
    Enter C:\Windows\System64\driver into the search window then click Next.
    The driver location can be entered manually or navigated to by clicking Browse.
    If the driver software is not found, a Windows Operating System update may be needed.
    Click Close.

  • Has anyone seen this voip soloution yet?

    Has anyone seen this voip soloution yet advertised on Nokias website?
    if you take a look at this page it looks like nokia and avaya are getting ready to release a new voip client that can work on series 60 and series 80 phones. it looks prett cool, but i have no idea if this will look at any voip server, or a companies voip server.
    i am guessing that this will be worth a look once it is released, after all it seems the mail for exchange client is now working on Nseries phones which is cool.

    Hello,
    As I promised, we checked in AVAYA center with AVAYA engineer how E60 works with AVAYA SIP server. We found that there is a problem to begin usage of IP telephone service. E60 always sad that craeted profile "Not registered". And don't like to act with WLAN network although WEB-browser works fine in the same time with the same AP-7 and WLAN settings.
    AVAYA took a timeout for identify what's a problem with E60. Some terms on Nokia setting don't correspond to AVAYA terms.
    I hope that it will take not a lot of time for AVAYA.
    I'll let you know about the results.
    Andrey
    6150, 8310, 2100, 6310, 6310i, 6230, 6600, 6630, 6700, E60, N80, E61, N93
    N95, E61i, E71, E72,8600, 5800, N8

  • RegisterAlarm - has anyone got this to work?

    I'm trying to get the registerAlarm function to work on a real phone, but it only works one time. I want the Midlet to be executed once every 30 sec, but after the first reschedule it stops rescheduling.
    Does anyone have a clue on what's wrong? I do everything according to the book as far as I know.
    I've looked everywhere, and have not been able to find anyone that actually has got this to work. Is it a bug in Midp 2.0? Does registerAlarm work more than once?
    Below is some of my code that SHOULD work (<My midlet...> is replaced with the full name of my midlet class)
    protected void startApp() throws MIDletStateChangeException {
    try {
    //some code...
    destroyApp(false);
    } catch (Exception e) {}
    protected void destroyApp(boolean unconditional) throws MIDletStateChangeException {
    try {
    scheduleAlarm(30000);
    notifyDestroyed();
    } catch (Exception e) {}
    protected void scheduleAlarm(long nextAlarmTime) throws ClassNotFoundException,ConnectionNotFoundException, SecurityException {
    long nextAlarm = new Date().getTime()+nextAlarmTime;
    try {
    long t = PushRegistry.registerAlarm("<My midlet...>", nextAlarm);
    } catch (Exception e) {}
    }

    ...even starting the Midlet manually to force a rescheduled task won't work, but what is strange, is that if I turn the phone completely off and back on again, I can get it to work one more time.
    I'm confused.

  • E4200 + Vigor 120 ADSL Modem. Has anyone got this to work?

    Hi. I am in the UK. I am using the Vigor 120 in its out of the box configuration which passes a PPPoA connection through as a PPPoE giving the router complete control. It works perfectly with my old DLink DIR 635 cable router.
    The E4200 cannot get an IP address from my ISP. I have tried many hard resets.
    Has anyone actually got these two working together with an ISP that uses PPPoA as it's native standard. If so could you let me know the modem and router settings you used.
    Many thanks.

    Hi, I'm Not in the UK but have the Draytek vigor120 and LinksysE4200 set up,
    Don't quote me on this but I am pretty sure the UK and the New Zealand(where I am) have the same firmware.
    What I did was plug the draytek into the wall jack then I plugged the ethernet cable into my computer for a time,
    When plugged in launch your browser, navigate to 192.168.1.1(default unless you've changed it) then there should be a page there called Internet options with a PPPoa option, make sure it is configured PPPoA, enter your logon info(optional, doesn't make a difference uless you plan to use the draytek by itself sometimes) then select passthrough on WAN link(or something similar) which is located down the bottom of that page (will grey out pretty much all options, then save it.
    Unplug the ethernet from the computer and plug it into the E4200(still connected to the WAN port of the draytek) then plug a ethernet cable(second one) from a computer into port 1. navigate to 192.168.1.1(default for linksys) and select PPPoE out of the options at the top of the page, then fill in your ISP details such as the username and password, click save and then test it(should work-did for me at least)
    dont forget to change the wireless security to manual as the defualt is not very secure, think about a MAC address filter if you dont have a huge number of electronics connecting to it.

  • I have an epson workforce 600 which is not listed as airprint enabled. has anyone made this printer work with airprint?

    i have an epson workforce 600; it is not listed as one of the printers that is airprint enabled.
    has anyone made it work with airprint? if so, please tell me how.
    thanks.

    The Workforce 600 is not AirPrint-compatible. Epson has an app that enables printing to some of their other wireless printers. Search the iTunes Store or look to the support resources for your model of printer. Third-party printing apps such as PrintCentral are also available. All such apps have limitations, so check them out thoroughly before you pay for any such app.
    You could also route the printing through your computer. If you have a Mac, Printopia would be worth a look. Fingerprint is another option that is available for both Mac OS X and Windows system. You could also consider an AirPrint-capable print server. Lantronix makes a couple of models, including one that supports a USB printer:
    http://www.lantronix.com/it-management/xprintserver/xprintserver-t2.html
    Regards.

  • HT201342 I got a notice there is an icloud email reserved for me. It reads like I will get all my icloud mail in my .me acc't along with my me mail. Double of the mail? Has anyone tried this icloud mail yet?

    The notice reads like I will receive my icloud emails in my icloud AND my me acc'ts. Double the amount of email? Also, I tried to set up the icloud acct in my mac mail preferences and it says the me acct is already set up. Why would I need 2 different email extensions if it's the same acct? This is weird. Has anybody tried this new icloud email?

    You can use @icloud.com or @me.com to send and receive emails from.  They share the same inbox.  You won't get double the mail.
    You don't setup an icloud email account in the mail preferences.  They are automatically setup in system preferences >> icloud.  You can choose which you are sending from when you're composing an email by click the drop down menu beside "from".  You can chose the default in mail menu >> preferences >> composing.

  • Has anyone gotten Run_Report_Object to work in R12?

    We're trying to bypass the concurrent manager and launch reports directly from custom forms in order to dynamically validate report parameters. From what I've seen on this forum and elsewhere, the reports server was removed in R12. Does anyone know of a way to launch a report directly from a form in R12? We're running Oracle HRMS R12 on Solaris 10 with a 10.2.0.4 DB.
    Thanks

    the folks at Spashtop sent me a note indicating that its possible to get it to work remotely but they werent particularly clear as to how - especially with an aitport express
    heere is the note they sent - but some of the urls dont resolve
    Jaff said:
    If you are attempting to connect your home computer via 3g or outside network, you will need to get another external ip address and do 3 ports forwarding on router as this link described:
    http://support-remote.splashtop.com/entries/514213-how-do-i-connect...
    Please confirm your external ip address by visiting this site and put it on ipad profile for outside connection:
    http://www.whatismyip.com/
    Please check this link to find your home router for more specific help on ports forwarding:(just click top right corner to skip advertisement)
    http://portforward.com/english/applications/port_forwarding/Splasht...

  • Prime NCS floor calibration issues... Has anyone gotten it to work?

    I am trying to use NCS floor calibration and collecting data points using my laptop. I am having a problem where over 100% of the time it says "No data points collected starting from location (x,y)"  Laptop has Intel 6300 in it.
    After spending an hour or two trying to get it to work, I tried another machine.  This next machine has an Intel 5300.Neither machine will work with floor calibration.  Both machines are on our wireless network and can browse the internet.
    Can someone please tell me why this is? or if I'm doing something wrong? Or if this is normal?
    Thanks for your help.

    to have Cisco CCO login credentials, you need to be one of the following types of users:
    1. Cisco customers qualified for this service with valid support agreements in place
    2. Cisco Partners with qualified agreements in place

  • TS3230 I keep getting the error message saying something about sonic foundry plug-in... I can't seem to find this on my computer --- has anyone gotten this message?

    I am having problems with Safari --- running slowly at times but shutting down unexpectedly at other times and displaying the error message saying something about the sonic foundry plug-in.  I cannot find this anywhere on my computer.  It seems to happen when I visit the Cooking Light website.  Strange. 
    Anyone have any ideas?
    Also, when the box pops up asking if I would like to submit a report to Apple, and I choose submit, it tells me that I cannot submit the report.  Frustrating.
    Help!

    You're infected with the Flashback malware. It takes advantage of a defect in the Java web plugin to install itself when you visit a contaminated website. No fix is available from Apple for your obsolete version of the Mac OS. You may be able to clear the infection by running the removal tool developed by a third party:
    Flashback Removal Tool - F-Secure
    Back up all data before you take this step. If it works, change every Internet password you have, starting with banking passwords, and check all financial accounts for unauthorized transactions.
    Disable Java (not JavaScript) in the settings of all your web browsers, and leave it disabled as long as you're running Mac OS 10.5.x. To disable Java in Safari, select Safari ▹ Preferences ▹ Security and uncheck the box labeled Enable Java.

  • CF9 and Amazon S3 - Has anyone got this to work?

    I've now sorted my other issues and thanks to everyone who helped me with them - I've now moved on to trying to create a set of services that will connect to the S3 cloud and post and retrieve pdf files in our buckets - We need to be able to supply vast amounts of files to client and the cost of that currently is exorbitant in server disk space compared to with using the cloud
    I've searched all over the net and picked up a number of ways of doing this - None of which seem to be able to generate the correct signature- I'm currently using the cf_hmac stuff from Adobe
    This is my code
    <cfobject component="AmazonWebServices.amazons3" name="amazonS3">
    <cfset s3ServiceKeys = structNew()/>
    <cfset s3ServiceKeys.accessKey = "<MyKey>"/>
    <cfset s3ServiceKeys.secret = "<MySecretKey>"/>
    <cfset s3ServiceKeys.bucket = "<MyBucketName>"/>
    <cfset s3serviceKeys.pdfContentType = "application/pdf"/>
    <cfset s3serviceKeys.gifContentType = "image/gif"/>
    <cfset s3serviceKeys.jpegContentType = "image/jpeg"/>
    <cfset s3serviceKeys.requestType = "cname"/>
    <cfset deliverDir = "<MyDeliverDir>"/>
    <cfset s3Service = amazonS3.init(awsKey="#s3ServiceKeys.accessKey#",awsSecret="#s3ServiceKeys.secret#")/>
    <cfdirectory action="list" directory="#deliverDir#" name="TheFileList" sort="dateLastModified" recurse="no" type="file">
    <cfoutput query="TheFileList">
    <cfset result = s3Service.putFileOnS3(localFilePath="#deliverDir#\#TheFileList.name#",
                                          contentType="#s3serviceKeys.pdfContentType#",
                                          requestType="#s3serviceKeys.requestType#",
                                          bucket="#s3serviceKeys.bucket#",
                                          objectKey="#TheFileList.name#")/>
    <cfdump var="#result#"/>
    </cfoutput>
    This is the AmazonS3Service - more or less a direct copy from here http://www.barneyb.com/barneyblog/projects/amazon-s3-cfc/
    <cffunction name="init" access="public" output="false" returntype="amazons3">
             <cfargument name="awsKey" type="string" required="true" />
             <cfargument name="awsSecret" type="string" required="true" />
             <cfargument name="localCacheDir" type="string" required="false"
                 hint="If omitted, no local caching is done.  If provided, this directory is used for local caching of S3 assets.  Note that if local caching is enabled, this CFC assumes it is the only entity managing the S3 storage and therefore that S3 never needs to be checked for updates (other than those made though this CFC).  If you update S3 via other means, you cannot safely use the local cache." />
             <cfset variables.awsKey = awsKey />
             <cfset variables.awsSecret = awsSecret />
             <cfset variables.useLocalCache = structKeyExists(arguments, "localCacheDir") />
             <cfif useLocalCache>
                 <cfset variables.localCacheDir = localCacheDir />
                 <cfif NOT directoryExists(localCacheDir)>
                     <cfdirectory action="create"
                         directory="#localCacheDir#" />
                 </cfif>
             </cfif>
             <cfreturn this />
         </cffunction>
    <cffunction name="putFileOnS3" access="public" output="false" returntype="struct"
                hint="I put a file on S3, and return the HTTP response from the PUT">
            <cfargument name="localFilePath" type="string" required="true" />
            <cfargument name="contentType" type="string" required="true"  />
            <cfargument name="bucket" type="string" required="true" />
            <cfargument name="objectKey" type="string" required="true" />
            <cfset var gmtNow = dateAdd("s", getTimeZoneInfo().utcTotalOffset, now()) />
            <cfset var dateValue = dateFormat(gmtNow, "ddd, dd mmm yyyy") & " " & timeFormat(gmtNow, "HH:mm:ss") & " GMT" />
            <cfset var signature = getRequestSignature(
                "PUT",
                bucket,
                objectKey,
                dateValue,
                contentType
            ) />
            <cfset var content = "" />
            <cfset var result = "" />
            <cffile action="readbinary"
                file="#localFilePath#"
                variable="content" />
            <cfhttp url="http://s3.amazonaws.com/#bucket#/#objectKey#"
                method="PUT"
                result="result">
                <cfhttpparam type="header" name="Date" value="#dateValue#" />
                <cfhttpparam type="header" name="Authorization" value="AWS #variables.awsKey#:#signature#" />
                <cfhttpparam type="header" name="Content-Type" value="#contentType#" />
                <cfhttpparam type="header" name="x-amz-acl" value="public-read">
                <cfhttpparam type="body" value="#content#" />
            </cfhttp>
            <cfset deleteCacheFor(bucket, objectKey) />
            <cfreturn result />
        </cffunction>
    <cffunction name="getRequestSignature" access="private" output="false" returntype="string">
            <cfargument name="verb" type="string" required="true" />
            <cfargument name="bucket" type="string" required="true" />
            <cfargument name="objectKey" type="string" required="true" />
            <cfargument name="dateOrExpiration" type="string" required="true" />
            <cfargument name="contentType" type="string" default="" />       
            <cfset stringToSign = "#trim(ucase(verb))#\n#contentType#\n#dateOrExpiration#\n/#bucket#/#objectKey#"/>
                <!--- Replace "\n" with "chr(10) to get a correct digest --->
                <cfset fixedData = replace(stringToSign,"\n","#chr(10)#","all")>
                <!--- Calculate the hash of the information --->
                <cf_hmac hash_function="sha1" data="#fixedData#" key="#variables.awsSecret#">
                <!--- fix the returned data to be a proper signature --->
                <cfset signature = ToBase64(binaryDecode(digest,"hex"))>
            <cfreturn signature>
        </cffunction>
    I don't appear to have any problems with what is being passed in - just the signature that is being created - All the code I've found is for earlier than CF9 and I'm therefore wondering if something has changed - although its more likely that I'm doing something I shouldn't be
    I need to be able to get stuff up there programatically before I start creating URL's so - this is a big first step to overcome

    I've actually found a work around for this problem - I took the Amazon S3 Library for Rest in Java http://developer.amazonwebservices.com/connect/entry.jspa?externalID=132&categoryID=47 and compiled the files below com into a jar - Which was dropped into the coldfusion server/lib
    I then used the examples to build the following coldfusion function
    <cffunction name="putFileOnS3" access="public" returntype="any">
            <cfargument name="localFilePath" type="string" required="true" />
            <cfargument name="contentType" type="string" required="true"  />
            <cfargument name="bucket" type="string" required="true" />
            <cfargument name="objectKey" type="string" required="true" />  
            <cffile action="read"
                file="#localFilePath#"
                variable="content" />  
            <cfscript>
                s3conn = CreateObject("java", "com.amazon.s3.AWSAuthConnection");
                s3conn.init("#variables.awsKey#","#variables.awsSecret#");
                s3object = CreateObject("java", "com.amazon.s3.S3Object");
                s3object.init(content.GetBytes());
                headers = createObject("java","java.util.TreeMap");
                contentTypeArray[1] = "#contentType#";
                headers.put("Content-Type",contentTypeArray);
                response = s3conn.put(bucket, objectKey, s3object, headers).connection.getResponseMessage();
                return response;
            </cfscript>  
        </cffunction>
    Which works perfectly - At last - I've just got to build the rest of the suite now so that we can upload, delete, create URLs etc
    Very relieved I found a work around and part of me is very pleased that good old Java provided the solution having spent 9 years as a Java programmer before starting work in Coldfusion

  • WRT54G V8 and VPN Has ANYONE got this to work

    Standard Windows XP SP2 VPN connection.
    Default router settings Firmware version 8.0.2
    Get the dreaded 619 error.
    Worked fine with my old (albeit slow) Netgear router
    Using a wired connection to the router.
    Internet connection is Charter Cable (Motorola Surfboard 5100)
    ANy ideas HOW to make this work

    Error 619: -
    1. The port was disconnected ,.When using VPN to access a remote network, W2K clients mat get above errors but not win9x and ME clients. This issue occurs because the VPN server hasn't registered in Active Directory.
    2.You get this message when connecting via cable modems, dial up DOESN'T have any issues.
    Resolution: -
    1) This problem most likely is secure issue such as unsecured password. So, check the settings.
    2) It could be the hardware issue. Try to re-setup the device or download the new driver or just reset the devices such as modem and router.
    3) Reapply the service pack
    4) If the RRAS is in a domain network, add the VPN to the appropriate group. To do this, go to Active Directory Users and Computers>domain name>Users, double-click the RAS and IAS Servers security group. Select the members and add the VPN server to this group. 2) Type netsh ras add registeredserver at a command prompt (registeredserver is vpn server name), and then press ENTER.
    5) If the router is connectijg to a modem and setup DHCP to receive IP from the modem, you may try to assign static IP to the WAN port on the router.

  • HT5654 Has anyone gotten this message "MSVCR80.dll" not found?

    Please help!!  After an Itunes update I'm unable to open Itunes,I get error message"application has failed to start because MSVCR80.dll was not found", new software downloads are not working either I get error message "Itune has invalid signature,will not be installed.  Thanks for all help..

    Try Troubleshooting issues with iTunes for Windows updates.
    tt2

Maybe you are looking for

  • I am unable to update software or backup my devices. Apple techs unable to resolve the issue after hours of phone support over the course of several months.

    I am unable to update software, transfer purchases, sync, or backup any of my 3 devices. I have tried using iTunes on other computers, uninstalling iTunes with tech support walking me through, using a different user on my computer, deleting photos of

  • External tables in oracle 8i

    Hi, I am working in Oracle 8i. I need to use Oracle 8i External Table to load data in the database. But I am getting the following error ORA-00922: Missing or Invalid Option The snippet which I used is as follows: create table ext_table_csv ( a NUMBE

  • Question about sql statement

    Hi expert, I have following sql statement, function 'hiroc_get_delta_amount1' and 'hiroc_get_delta_amount2' are separately used in select and where subclause. these two function are exactly same, except that there is a inserting log statement inside.

  • C++ debug library error after upgrade

    I have only one user using Hyperion and needed an upgrade to Oracle's Hyperion® Essbase® – System® 9 Service Fix 9.3.1.2.06 augments Release 9.3.1.2.00. After the upgrade install, we encountered this message at the Windows logon. "Microsoft Visual C+

  • ACI restrict read access to certain DNS domains

    Hello all. I need help with creating an ACI. We have telephonenumber populated in our directory. We want people under our domains to allow people to read the value of telephonenumber, but not anyone outside our domain. I've created an aci that allows