Get record with ' in name

I have records in my data that has ' example O'Neil etcs..
i know i can get the result of the name by entering Oneil;
however, my boss
wants to make it work for O'Neil as well.
how can I return names with ' in it?
TIA

is wrote:
> I have records in my data that has ' example O'Neil
etcs..
>
> i know i can get the result of the name by entering
Oneil; however, my boss
> wants to make it work for O'Neil as well.
>
> how can I return names with ' in it?
Check out cfqueryparam.
Jochem
Jochem van Dieten
Adobe Community Expert for ColdFusion

Similar Messages

  • When we click on the copy botton record with same name should not be saved

    Hi,
    Copy button will copy the record with the same name and will save it.our requirement is when we click on the copy botton ,record with same name should not be saved
    we are performing this task in custom object 12 and exposed Opportunity Name in the layout.
    Records with same Opportunity Name should not save ..when we copy the record
    Can we perform any field validation on Opportunity Name field?
    Please help
    please email me @ [email protected]
    Thanks
    Srinivas Merugu

    Opportunities that are assoicated to the same account cannot have the same name. You cannot make this unique for your whole instance. The only way that you could do this would be to create a webservice application that checks this before you save the record.
    What about defaulting the name each time this could make the record unique?

  • Add header record with column names while writing csv file fileAdapter?

    Hi I am writing the output of a query to csv file using fileadapter. but the file generated does not have the header record with the column names. how can I achieve this. please help.

    I'm trying to do the same, but something is not right with my syntax and I haven't been able to resolve all day. Can someone spot what I'm doing wrong?
    Here is the variable with the data I want to insert as the headers for the CSV:
    Updated variable "CPARWebJEHeaders"
    <CPARWebJEHeaders>
    <Root-Element xmlns="http://xmlns.oracle.com/CPWebJEARWrite">
    <CPARWebJE>
    <Project>Project</Project>
    <Organization>CC_Org</Organization>
    <Account>Account</Account>
    <TransactionAmount>Amount</TransactionAmount>
    <TransactionDesc>Description</TransactionDesc>
    </CPARWebJE>
    </Root-Element>
    </CPARWebJEHeaders>
    Here is the InputVariable data for my invoke to the File Adapter:
    [2008/03/24 15:27:30] Updated variable "WriteCPARWebJEFile_Write_InputVariable"
    <WriteCPARWebJEFile_Write_InputVariable>
    <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Root-Element">
    <Root-Element xmlns="http://xmlns.oracle.com/CPWebJEARWrite">
    <ns0:CPARWebJE xmlns:ns0="http://xmlns.oracle.com/CPWebJEARWrite">
    <ns0:Project>INV08-00002</ns0:Project>
    <ns0:Organization>1.6.1.1.01</ns0:Organization>
    <ns0:Account />
    <ns0:TransactionAmount>176</ns0:TransactionAmount>
    <ns0:TransactionDesc />
    </ns0:CPARWebJE>
    <ns0:CPARWebJE xmlns:ns0="http://xmlns.oracle.com/CPWebJEARWrite">
    <ns0:Project>INV08-00001</ns0:Project>
    <ns0:Organization>1.6.1.1.01</ns0:Organization>
    <ns0:Account />
    <ns0:TransactionAmount>305.46</ns0:TransactionAmount>
    <ns0:TransactionDesc />
    </ns0:CPARWebJE>
    </Root-Element>
    </part>
    </WriteCPARWebJEFile_Write_InputVariable>
    This is my latest iteration of the insertBefore command, which is done right after the transformation populating the variable above:
    <bpelx:assign>
    <bpelx:insertBefore>
    <bpelx:from variable="CPARWebJEHeaders" query="/ns12:Root-Element/ns12:CPARWebJE"/>
    <bpelx:to variable="WriteCPARWebJEFile_Write_InputVariable" part="Root-Element"/>
    </bpelx:insertBefore>
    </bpelx:assign>
    And finally, here is the current error message:
    <selectionFailure xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/">
    <part name="summary">
    <summary>Assign Operation Misuse. The parent of the selection result does not exist or is not an XML element; insertBefore operation cannot be performed. Please check the BPEL source at line number "96" .</summary>
    </part>
    </selectionFailure>
    I understand the error message, but for the life of me can't get it resolved. Trying to change the "to" variable, I can't even get the process to deploy. FYI this is on 10.1.2 and I can't go to 10.1.3 yet, but I think this is a syntax issue and not related to the version.
    Thanks!
    Message was edited by:
    user623606

  • Spotlight/Finder can't find a file, yet when I search the timecapsule for they find it. If I try to restore the file I get "file with that name already exists...." What is wrong?

    I was trying to find a file (iTunes Backup). When using finder/Spotlight they couldn't find the file.
    I then opened up my timecapsule and searched for the file....tick-a-de-da it found it in yesterdays backup. I attempted to restore the file and got the prompt "A file with that name already exists in this location, would you like to keep both, replace the file or cancel the request.
    So if the file is there why can't spotlight/finder find the file??
    If it helps I get this from the terminal when checking if indexing was enabled.
    $ mdutil -s -a
      Indexing enabled.
    /Volumes/Data:
    2014-11-18 18:09:39.542 mdutil[1472:572531] Metadata.framework [Error]: mdsCopyStoreAttributes failed: (8) (os/kern) no access
      No index.
    /Volumes/Time Machine Backups:
      Indexing and searching disabled.
    /Volumes/Time Machine Backups/Backups.backupdb:
      Indexing enabled.

    Hi Danielle,
    Is there any possibilty that some of your files (a VI or DLL?) have been moved, renamed, or deleted? Also, what version of LabVIEW are you using and are you using any .NET DLLs? Another option to consider would involve VISA or DAQmx property nodes. Are you using any of these property nodes in your code? Here is a KnowledgeBase article to describe more about the VISA and DAQmx property nodes in a source distribution:
    Error Creating Source Distributions Involving rc Files: http://digital.ni.com/public.nsf/allkb/833BFD5E9CA0224886257584004DAA4C?OpenDocument
    I hope this is able to help.
    Anna L
    Applications Engineer
    National Instruments

  • Datasource is not getting created with jndi name though ANT

    Please help me to come out of this problem. JDBC DATA SOURCE is getting created without jndi name when iam executing below ANT Script.
    <?xml version="1.0" ?>
         <project name="deploy" default="createDataSource" basedir=".">
         <property name="weblogic.jar" location="C:/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar"/>
         <property name="wls.username" value="weblogic" />
         <property name="wls.password" value="weblogic" />
         <property name="wls.url" value="t3://000.00.000.000:7001" />
         <property name="wls.targetServer" value="AdminServer" />
         <property name="wls.targetServer" value="soa_server1" />
         <property name="wls.domainName" value="SOA" />
         <property name="database.url" value="jdbc:oracle:thin:@000.00.000.000:7001:DEV" />
         <property name="database.driver" value="oracle.jdbc.xa.client.OracleXADataSource" />
         <property name="database.user" value="user" />
         <property name="database.password" value="password" />
         <taskdef name="wldeploy" classname="weblogic.ant.taskdefs.management.WLDeploy" classpath="${weblogic.jar}"/>
         <taskdef name="wlconfig" classname="weblogic.ant.taskdefs.management.WLConfig" classpath="${weblogic.jar}"/>
         <target name="createDataSource">
         <wlconfig username="weblogic" password="webfsaD1" url="t3://000.00.000.000:7001:7001">
         <query domain="SOA" type="Server" name="AdminServer" property="x" />
         <create type="JDBCConnectionPool" name="TestScriptDS" >
         <set attribute="CapacityIncrement" value="1"/>
         <set attribute="DriverName" value="oracle.jdbc.xa.client.OracleXADataSource"/>
         <set attribute="InitialCapacity" value="1"/>
         <set attribute="MaxCapacity" value="10"/>
         <set attribute="Password" value="Password"/>
         <set attribute="Properties" value="user=user"/>
         <set attribute="RefreshMinutes" value="0"/>
         <set attribute="ShrinkPeriodMinutes" value="15"/>
         <set attribute="ShrinkingEnabled" value="true"/>
         <set attribute="TestConnectionsOnRelease" value="false"/>
         <set attribute="TestConnectionsOnReserve" value="false"/>
         <set attribute="TestTableName" value="SQL SELECT 1 FROM DUAL"/>
         <set attribute="URL" value="${database.url}"/>
         <set attribute="Targets" value="${x}" />
         </create>
         <create type="JDBCTxDataSource" name="TestScriptDS">
         <set attribute="JNDINames" value="jdbc/testScriptDS"/>
         <set attribute="PoolName" value="TestScriptDS"/>
         <set attribute="Targets" value="${x}"/>
         </create>
         </wlconfig>
         </target>
         </project>
    Thanks in advance,

    Thank u very much for ur quick reply.
    C:\ANT_DataSource>ant -v
    Apache Ant(TM) version 1.8.2 compiled on December 20 2010
    Trying the default build file: build.xml
    Buildfile: C:\ANT_DataSource\build.xml
    Detected Java version: 1.6 in: C:\Oracle\Middleware\jdk160_24\jre
    Detected OS: Windows 7
    parsing buildfile C:\ANT_DataSource\build.xml with URI = file:/C:/ANT_DataSource/build.xml
    Project base dir set to: C:\ANT_DataSource
    parsing buildfile jar:file:/D:/ANT/apache-ant-1.8.2/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/D:/ANT/apache-ant-1.8.2/lib/ant.jar!/org/a
    pache/tools/ant/antlib.xml from a zip file
    Build sequence for target(s) `makeDataSource' is [makeDataSource]
    Complete build sequence is [makeDataSource, ]
    makeDataSource:
    Property "AdminServer" has not been set
    Property "SoaServer" has not been set
    Property "AdminServer" has not been set
    Property "SoaServer" has not been set
    [wlconfig] QUERY -pattern SOA:*,Name=AdminServer,Type=Server
    [wlconfig] Set size is 1
    [wlconfig] QUERY -pattern SOA:*,Name=soa_server1,Type=Server
    [wlconfig] Set size is 1
    [wlconfig] Created MBEAN: SOA:Name=SampleDS,Type=JDBCConnectionPool
    [wlconfig] SET -mbean SOA:Name=SampleDS,Type=JDBCConnectionPool -property Capa
    cityIncrement 1
    [wlconfig] Ok
    [wlconfig] SET -mbean SOA:Name=SampleDS,Type=JDBCConnectionPool -property Driv
    erName oracle.jdbc.xa.client.OracleXADataSource
    [wlconfig] Ok
    [wlconfig] SET -mbean SOA:Name=SampleDS,Type=JDBCConnectionPool -property Init
    ialCapacity 0
    [wlconfig] Ok
    [wlconfig] SET -mbean SOA:Name=SampleDS,Type=JDBCConnectionPool -property MaxC
    apacity 50
    [wlconfig] Ok
    [wlconfig] SET -mbean SOA:Name=SampleDS,Type=JDBCConnectionPool -property Stat
    ementTimeout 600
    [wlconfig] Ok
    [wlconfig] SET -mbean SOA:Name=SampleDS,Type=JDBCConnectionPool -property Pass
    word USER
    [wlconfig] Ok
    [wlconfig] SET -mbean SOA:Name=SampleDS,Type=JDBCConnectionPool -property Prop
    erties user=PASSWORD
    [wlconfig] Ok
    [wlconfig] SET -mbean SOA:Name=SampleDS,Type=JDBCConnectionPool -property Refr
    eshMinutes 0
    [wlconfig] Ok
    [wlconfig] SET -mbean SOA:Name=SampleDS,Type=JDBCConnectionPool -property Shri
    nkPeriodMinutes 15
    [wlconfig] Ok
    [wlconfig] SET -mbean SOA:Name=SampleDS,Type=JDBCConnectionPool -property Shri
    nkingEnabled true
    [wlconfig] Ok
    [wlconfig] SET -mbean SOA:Name=SampleDS,Type=JDBCConnectionPool -property Test
    ConnectionsOnRelease false
    [wlconfig] Ok
    [wlconfig] SET -mbean SOA:Name=SampleDS,Type=JDBCConnectionPool -property Test
    ConnectionsOnReserve false
    [wlconfig] Ok
    [wlconfig] SET -mbean SOA:Name=SampleDS,Type=JDBCConnectionPool -property Test
    ConnectionsOnCreate true
    [wlconfig] Ok
    [wlconfig] SET -mbean SOA:Name=SampleDS,Type=JDBCConnectionPool -property Test
    TableName SQL SELECT 1 FROM DUAL
    [wlconfig] Ok
    [wlconfig] SET -mbean SOA:Name=SampleDS,Type=JDBCConnectionPool -property URL
    jdbc:oracle:thin:@100.10.000.100:1601:DEVDB
    [wlconfig] Ok
    [wlconfig] SET -mbean SOA:Name=SampleDS,Type=JDBCConnectionPool -property Targ
    ets SOA:Name=AdminServer,Type=Server;SOA:Name=soa_server1,Type=Server
    [wlconfig] Ok
    [wlconfig] Created MBEAN: SOA:Name=SampleDS,Type=JDBCTxDataSource
    [wlconfig] SET -mbean SOA:Name=SampleDS,Type=JDBCTxDataSource -property JNDINa
    me jdbc/SampleDS
    [wlconfig] Ok
    [wlconfig] SET -mbean SOA:Name=SampleDS,Type=JDBCTxDataSource -property PoolNa
    me SampleDS
    [wlconfig] Ok
    [wlconfig] SET -mbean SOA:Name=SampleDS,Type=JDBCTxDataSource -property Target
    s SOA:Name=AdminServer,Type=Server;SOA:Name=soa_server1,Type=Server
    [wlconfig] Ok
    [wlconfig] QUERY -pattern SOA:*,Name=AdminServer,Type=WebServer
    [wlconfig] Set size is 1
    [wlconfig] SET -mbean SOA:Name=AdminServer,Type=WebServer,Server=AdminServer -p
    roperty LogFileName logs/access.log
    [wlconfig] Ok
    BUILD SUCCESSFUL
    Total time: 41 seconds
    Edited by: soa.dev on 12-Sep-2012 02:09

  • Is there a way for the Yosemite maps app to add address to an existing contact (in contacts app) instead of creating new contact record with blank name (not useful)?

    I was using the maps app in yosemite to look up an address, once I was able to verify the address, I wanted to add that address to an existing contact record in the contacts app.  When I clicked on the option to add address to contacts, it unfortunately creates a new record with the address in it, however, the rest of the contact is blank. 
    My question is: is there a way to prompt the user (me), to select whether they want to create a new contact or add it to an existing contact?
    Thanks in advance for your help!
    Regards,
    Peter

    I was using the maps app in yosemite to look up an address, once I was able to verify the address, I wanted to add that address to an existing contact record in the contacts app.  When I clicked on the option to add address to contacts, it unfortunately creates a new record with the address in it, however, the rest of the contact is blank. 
    My question is: is there a way to prompt the user (me), to select whether they want to create a new contact or add it to an existing contact?
    Thanks in advance for your help!
    Regards,
    Peter

  • Contacts get stored with different names

    Hi,
    I have had this problem for a while now, i even got a new Q10 and still problem exists. whenever i store a new contact with a new name it gets stored but the display name is something totally different it will choose one of my existing contacts first name and last name and will store the new contact as such.
    yet when i search for my new contact with the given name i stored it with it finds it and yet displays the made up name it did.
    for example
    I already have contacts
    John Smith,
    Paul Adam,
    Anthony Connery
    and I want to save a new contact of Jennifer tyler.
    the Q10 after pressing save with give me her name to be something like Paul Adam.
    when searching for jenn
    it will give me all the jennifers including paul adam
    when searching for paul adam it will give me 2 contacts and one of them with jennifer tyler's contact details.
    I CANT KEEP UP and i stopped storing numbers it is very annoying and i cant remember who is who
    PLEASE HELP

    here is a video to demostrate
    http://www.youtube.com/watch?v=SweXyd3UGF8
    and it happens to any number saved and ten it saves it to any name on my contacts

  • [Solved] get records with a date of 11/6/2007 I have to add -1 [Solved]

    Hello - really simple question here, I think anyway.
    I have this line in my query -
    WHERE table2.trans_date_time BETWEEN :p_from_date -1 AND :p_to_date + 1
    Notice the -1 + 1, I had to put this in there because if I wanted all the records that have a date of 11/6/2007, and I enter 11/6/2007 and 11/6/2007 for the variables I get nothing back. But when I added the -1 + 1 it worked.
    Why is this? The table2.trans_date_time column is a DATE data type.
    Thanks!
    Message was edited by:
    computerGal

    Hello compterGal
    I agree with Boneist. What more your where clause statement example, will actually will return all records where the trans_date_time is between 10/06/2007 00:00 and 12/06/2007 00:00 inclusive. That is 2 days and 1 second's worth of data.
    A possible solution if you're looking just for records on a specific day in this senario, but also allow date range capabilities then the following where clause example would be suitable:
    WHERE trunc(table2.trans_date_time) BETWEEN :p_from_date AND :p_to_date
    If the query runs slowly and you have an 8i or later database you can use function indexing to help spead the query up.
    hope this helps.
    Cheers
    Q

  • All files edited in a fileshare gets stamped with my name

    This is quite a strange issue I have.
    On my company I am the IT administrator and has set up among others, the file server.
    I use Windows 2008R2 standard for this and I use regular file shares.
    The strange thing is that when any user opens a file that another user has opened, they get a message that I have the file open even though I have never touched the file. Never moved it/opened it or created it.
    Same goes for any changes made on a file. It doesn't matter who edited a file, it still records that I am the one who edited the file last. That goes for all files in all shares.
    I have checked the indexing options on my computer and I have no network locations indexed. I have also checked the owner on files and folder and I am not the owner of them. Some users use romaing profiles and I though that could for some reason be an issue,
    but at least one of the shares is only used by users that do not have roaming profiles.
    Any idea what could cause this and how to fix it?

    Hi,
    Could you provide more detailed informtiaon about the error message when any user opens a file that another user has opened? Is there any error message in the Event Log? You can click
    Maximum Allowed as the user limit to set the limit at the maximum number to check if the issue still exists.
    Limit the Number of Users of a Shared Folder
    http://technet.microsoft.com/en-us/library/cc753521.aspx
    Best Regards,
    Mandy 
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • SQL  statement - Get records with single customerid

    Hi,
    I have this SQL statement as follows:
    SELECT debit_balance,credit_balance,customer_id
    FROM table_balance
    WHERE customer_id IN (SELECT  customer_id
                                          FROM table_balance
                                          GROUP BY customer_id HAVING COUNT (customer_id)= 1)
    {code}_Data:_
    {code:java}
    debit_balance:    credit_balance:   customer_id:
          50                40               1
          10                 0               1
          20                 1               2
           0                 2               3
         121                234              3
    {code}_Expected results:_
    {code:java}
    debit_balance:    credit_balance:   customer_id:
          20                1                2
    {code}From my SQL statement, I think my code is not that efficient. How do I make it even more efficient?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Use analytics
    SQL> with t as
      2  (
      3     select 50 a, 40 b,1 c from dual
      4     union all
      5     select 10, 0, 1 from dual
      6     union all
      7     select 20, 1, 2 from dual
      8     union all
      9     select 0,  2, 3 from dual
    10     union all
    11     select 121,234,3 from dual
    12  )
    13  select a,b,c
    14    from (
    15  select count(c) over(partition by c order by c) cnt, t.*
    16    from t)
    17   where cnt = 1
    18  /
             A          B          C
            20          1          2

  • How to create device IDs with same name

    i am using SE 3310 and its creating different device ids for each node sharing it . since I will be building a RAC enviornment I need these IDs/name to be same .
    for example  on one node the lun id is /dev/rdsk/c3t0d0s6  but the same lun id on node 2 is /dev/rdsk/c2t0d0s6.
    In past with an old storage array I fixed this issue by creating links  in /dev/rdsk for  c3t0d0s6 --->  c2t0d0s6.
    my question is : is there a way in SE3310 that device ids get created with same name or do i still have to rely on creating these soft links ?
    thanks
    Note: since i need the answer to this quickly i will wait a while and then post this question in other forums and i will update the question here with the answer .

    This could be a Solaris (I presumed) O.S. question rather than SE3310 or storage question.  
    The logical device (/dev/[r]dsk/*) is the work of the O.S. when it first configures the device,  in this case the LUN from your SE3310.   I can go in depth on how the cX number happens (due to device probe order, driver differences, history of device discovery due to need of persistent device naming, etc...) but ... it's a really long story and is really quite irrelevant and most people should not be interested...
    If you have COMPLETELY identical servers, i.e. identical hardware down to specific HBA in specific slot are the same,   and if you make sure that luns are presented to all servers exactly the same way, same order, and any changes are seen by all servers in the same sequence,  in theory,  all /dev/rdsk/* devices will be consistent across servers.
    But that's still rather irrelevant.    Application that is designed to work in a redundant environment should not be dependent on logical devices like /dev/rdsk being the same.
    So ... in effect this is also not a question for the Solaris forum,  but rather a question for those familiar with RAC,  how to configure such that device access is done "safely" through actually identifying the lun rather than assuming /dev/rdsk are consistent.

  • Picture Library : upload image with same name overwrite the image in thumbmail or WebVersion view but not the actual image link points to the old image

    Hello,
    I am facing a wired issue with Picture Libraries in SharePoint.
    We created a custom field and added it to UserInfo list, the column based on custom field lets user upload their personal images to a Picture Library with the name <User ID>.<Image Extension> e.g. 1.jpg where UserID is internal Listitem ID of the UserInfo list and set its URL to the field value which we use to display the image on our custom user profile and some other WebParts.
    If the user uploads a different image, it will overwrite the existing one it keeping the same name.
    The field worked perfectly with sites using widows Based authentication, but as we move the field to sites with form based authentication we find that the field is able to upload the image properly first time but on each successive upload, although a new image gets uploaded with the name userid.imagextension and is shown in the allitems.aspx page in the thumbnail view and in the picture preview on the dispform.aspx page, but the link next to the name field and the image shown on clicking the preview points to the old image.
    To put it other way
    https://<Web URL>/Picture%20Library/_w/Upload_jpg.jpg
    https://<Web Url>/Picture%20Library/_t/Upload_jpg.jpg
    Would show the updated image
    but the actual URL
    https://<Web Url>/Picture%20Library/Upload.jpg 
    points to the old image
    what’s even more strange is that even after deleting the image the url still shows the old image at
    https://<Web Url>/Picture%20Library/Upload.jpg 
    I confirmed the same by actually repeating the same exercise on a picture Library in the User Interface
    Uploading an image say upload.jpeg in the picture library using SharePoint interface.
    Then uploading a different jpeg image keeping the same name upload.jpeg again in the picture library.
    In allitems.aspx thumbnail view and on dispform.aspx page preview filed image now show the newly uploaded image but when you click the preview image or click the link in the name field value it takes you back to the old image.
    I have seen this issue on environment where we have enabled form based authentication and the issue is not seen on another server where we have wss with windows based authentication.
    Has anyone noticed such behavior and is there any workaround to that!
    Thanks & Regards
    Saurabh Rustagi

    All,
    I had the same issue. 
    In my case, Blob Cache was enabled for the web application in which the image issue was occuring.
    I cleared blob cache, and after doing a hard refresh of my browser, the correct image was then displayed.
    To clear blob cache, do the following:
    Navigate to:   
    http://yourwebapp:port/yoursite/_layouts/objectcachesettings.aspx
    Select:  "Object Cache Flush"  and  "Force all servers in the farm to flush their object cache" check boxes
    Click the OK button
    Hope this helps.

  • Can I print contact sheets from Iphoto or aperture with file names?

    I can not figure out nor am I sure it can be done with these programs but if someone out there can tell me how I would be very happy. I have several jobs I need contacts on I have been printing contact sheets and then handwriting the file numbers. To old fashion for me. HELP

    1. In the browser pane in Aperture, select the images you need.
    2. File>Print...
    3. On the left-hand side of the print dialog, click on 'Sample Contact Sheet Preset'.
    4. In the layout options there is a drop-down menu for which metadata set you want to show below the images. You may get away with using 'Name Only' which gives you the current Version Name, otherwise you may have to make a new metadata set* containing just the filename.
    Ian
    * Making new metadata sets has been covered several times on the forum, the search function is your friend.
    P.S. Welcome to the forum!

  • Problem downloading files with japanese names

    I'm having trouble with Safari and a group-ware used in our company.
    The group-ware is Cybozu, made in Japan, and now it is in version 6.
    Officially, the only supported browser is MS Internet Explorer versions
    5 and above (should be there something like that? I though it was
    supposed to support ANY browser since that's the MAJOR selling point
    for browser-based group-ware solutions...). And more: it seems that
    support for Macintosh is non-existent.
    Since the Panther upgrade, me and my colleagues can't download files
    whose names are in japanese and that are stored in or sent to us by the
    group-ware . We are working in a telecommunications company (here in
    Japan), but our team focuses on media and advertising, and so are the
    only ones having Macs (in an almost exclusively Windows environment).
    To add to the complexity, our target market is brazilians who live in Japan
    (trust me, there's a lot of them!). So our Macs have to deal also with
    the accentuated characters of the Brazilian Portuguese language, english
    AND japanese.
    In a way, the Mac is the ONLY successful solution to such an environment.
    Since administrative and other mundane tasks don't require dealing with
    multilingual files, the vast majority of the employees use Windows (nothing
    new there, eh?). The problem only starts to affect us when we request help
    to the System Administrators. I called on them about this problem but it
    seems that we are deep under in the priorities list.
    So I present the problem here:
    -When clicking in the link:
    •With Firefox, Netscape and Explorer, there is no problem.
    •With Safari, I am sent to the login window of the group-ware.
    -I figured out that the problem is with the way the URLs are presented.
    Let's say that the file I want to download is <a href="http://www.geocities.jp/claytonshima/Imagem1.gif>this</a>.
    • <a href="http://www.geocities.jp/claytonshima/Imagem2.gif>Here's a sample of a good URL (in Firefox, Netscape and Explorer).
    • http://www.geocities.jp/claytonshima/Imagem3.gif>And this is the URL in Safari.
    So it seems that the problem is the way that Safari handles the japanese
    characters in the URL.
    Any insights on this?
    Thanks in advance!
    Clayton Shima
    PS: Edited and included the link to the images because I couldn't figure out how to write in japanese here in these discussion boards.....

    Hi, thanks for the reply.
    The problems occurs when I click on the link AND when I copy/paste the URL.
    In fact, I realized that something wrong was happening to the way Safari
    handles the urls after I copied and pasted.
    We are using Tiger, but the problem started to appear when we upgraded to
    Panther. In Jaguar there were no problems - or is it the other way around?
    I can't remember, but put the older in this place and I guess you can figure it
    out, sorry!
    Doing what you suggested (turning text encoding to UTF-8) solves the
    problem of downloading, but when turning the encoding, all the text in the
    page gets weird and unreadable. Even so, clicking in the link downloads the
    file, but the file gets saved with its name all messed (the file name extension
    are OK though, the same as files which file names include roman alphabet
    letters preserve the integrity of such letters). This can be a temporary
    workaround, but to rename each downloaded file can get quite painful if
    downloading lots of files!
    I have already tried changing the system language between the three ones
    we most use (english, japanese and brazilian portuguese), with and without
    system restart, in all the possible text encoding combinations, with no avail.
    Is there the possibility that this is a Safri bug? Since the links to the files are
    generated by the server running the groupware, is it possible that the
    group-ware is the culprit? One could think that URL formatting is a pretty
    standard thing....
    ありがとうございます! <- japanese test in UTF-8

  • Certadmin is adding new SSL certificate with wrong name

    I'm using certadmin to add a new certificate from Thawte. Did it successfully the past few years, but can't do it this year for some reason. It looks like everything is working, but when I go to look at the store after adding the cert it comes up with the same name as last year's certificate. For example,
    portal.rhsmith.umd.edu u,u,u
    portal_2003 u,u,u
    portal_2003 u,u,u
    server-cert u,u,u
    ...where portal_2003 is the name of last year's cert. Before running certadmin there was just one of 'em. The .nickname does change to the new name I entered in, but it doesn't get stored with that name and the gateway gets confused. Changing .nickname to portal_2003 lets the gateway start, but it's finding the old (about to expire) cert, not the new one I just bought. Any ideas, anyone?
    Thanks for your help,
    --Ernie                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Solved my own problem... went in with ipscertutil directly and removed some old certificates. This seemed to uncorrupt the store and I was then able to add the certificate.

Maybe you are looking for

  • Mail server setup in this environment

    here's the environment: - od master on one xserve running 10.5.x, upgraded from 10.4.11 - od replica on second xserve running 10.5.x, upgraded from 10.4.11 - mail server on new xserve with fresh install of 10.5.x is it enough to have the mail server

  • Can't capture anymore

    I just finished a project. I saved It on an external drive, and erase everything related to this project from FCE folder and the library . I was ready to capture from my camera datas for my next project. When I open FCE, the loading of the program st

  • How do I clean up old installations of Adobe Acrobat Pro?

    It is now taking about 45 minutes to create a pdf from word by printing to the adobe pdf printer. I should take about 5. I had an older version (Pro X), downloaded the demo of Pro XI and then found the software had deleted my older version. I uninsta

  • HP550 wireless button Stuck on red?

    Hi Hope someone can help Got an old HP550 notebook it's been fine with nothing going wrong till a couple of days ago. Was installing different flavours of Linux on the laptop, worked fine till I installed a more recent version of Linux Mint. Since th

  • Hi, am I right in thinking that the only iPads with a built in GPS are the cellular models not the wifi only ones?

    hi, am I right in thinking that the only iPads with a built in GPS are the cellular models not the wifi only ones? I am looking to purchase an iPad2 and need a built in GPS