SQL*Plus displays European chars incorrectly when using Net*8 to query remote DB

I have two 8.1.5 DBs, one on Win2k and one on RedHat Linux 6.2. I can successfully insert and retreive Western European characters fine on each of those systems using SQL*Plus and Net*8, provided that I am connecting to the local DB. I can also insert these characters fine while using SQL*Plus and Net*8 between the systems.
The failure shows up when I try to view (select) the Western European characters using SQL*Plus on the Win2k system while querying the data on the Linux system (via Net*8). What gets displayed is the 7-bit ASCII truncated-equivalent of the character. I have verified that the data is commited and can be viewed correctly when a query is issued from the Linux system.
Has anyone encountered anything like this??
Any advice would be appreciated.

I am confused about your questions .
I have two 8.1.5 DBs. I can successfully insert and retreive Western European characters fine on each of those systems using SQL*Plus and Net*8, provided that I am connecting to the local DB. What is local db ? Do you mean you need to use dblink to connect from one database to another ? Or do you mean local machines ?
The failure shows up when I try to view (select) the Western European characters using SQL*Plus on the Win2k system while querying the data on the Linux system (via Net*8). Do you mean selecting data from the 8.1.5 DB on Linux from SQL*Plus on Win2K ?
What are your db character sets ?
What are your NLS_LANG enviroment settings ?
Which datatypes are you using ? If NCHAR , what are your national database character sets ?

Similar Messages

  • 2012 macbook pro retina display artifacts on screen when using onboard video

    2012 Macbook Pro Retina Display artifacts on screen when using onboard video.
    About a month ago I've noticed these strange artifacts (blocky pixelated looking) running vertically down the screen. It first started when using Safari. Then it started to happen all the time. I turned off the auto switch video in preferences, which I'm assuming forces the computer to use the separate video card and the artifacts go away.
    On top of that issue I also have had the ghosting issue.
    Anyone else have this problem?

    artifacts onscreen could mean a faulty gpu. You said by forcing it on inbuilt gpu you do not find this issue highlights that. Do take it in to apple for service and also tell them of your ghosting issue.
    There are a few retina owners who have faulty gpus.

  • What is the best way to display errors to users when using JSPs?

              Hello,
              Could someone suggest me the best way to display errors to users when using JSPs?
              Many thanks in advance.
              Rino
              

              Thanks for the code snippet!
              Rino
              "Deepak Vohra" <[email protected]> wrote:
              >
              >
              >The 'errorPage' attribute of the 'page' directive forwards uncaught run-time
              >exceptions
              >to an error processing page. For example:
              >
              ><%@ page errorPage="error.jsp" %>
              >
              >redirects the browser to the JSP page error.jsp if an uncaught exception
              >is encountered.
              >
              >
              >Within error.jsp, indicate that it is an error-processing page, via the
              >directive:
              >
              >
              >
              ><%@ page isErrorPage="true" %>
              >
              >The Throwable object describing the exception may be accessed within
              >the error
              >page via the 'exception' implicit object.
              >
              >
              ><% if (exception != null) { %>
              ><p> An exception was thrown: <b> <%= exception %>
              >
              ><p> With the following stack trace:
              ><pre>
              >
              ><%
              > ByteArrayOutputStream ostr = new ByteArrayOutputStream();
              > exception.printStackTrace(new PrintStream(ostr));
              > out.print(ostr);
              >%>
              ></pre>
              >
              >
              >
              >"Rino Srivastava" <[email protected]> wrote:
              >>
              >>Hello,
              >>
              >>Could someone suggest me the best way to display errors to users when
              >>using JSPs?
              >>
              >>Many thanks in advance.
              >>
              >>Rino
              >
              

  • When using TODATE function MDX query is not correctly generated

    Essbase 9.3.1.2 and OBIEE 10.1.3.4.1.
    When using TODATE function MDX query is not correctly generated.
    This leads to unexpected values not only on cumulative columns in report (generated with TODATE), but also other columns (calculated with AGO function or directly read from cube) have incorrect values.
    The problem occurs when you filter on a column that is not in the select list. If you filter on just one level of dimension, results are fine. You can filter on multiple dimensions as long as you filter on just one level of each dimension.
    If you filter on two or more levels of one dimension, than results are not correct. In some cases results for TODATE column are all zeros, in some cases it is a random value returned by Essbase (same random value for all rows of that column), and in some cases BI Server returns an error:
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. Essbase Error: Network error [10054]: Cannot Send Data (HY000).
    Here is generated MDX code:
    With
    set [Grupe proizvoda2] as '{[Grupe proizvoda].[N4]}'
    set [Grupe proizvoda4] as 'Generate([Grupe proizvoda2], Descendants([Grupe proizvoda].currentmember, [Grupe proizvoda].Generations(4), leaves))'
    set [Segmentacija2] as '{[Segmentacija].[RETAIL]}'
    set [Segmentacija4] as 'Filter(Generate({[Segmentacija2]}, Descendants([Segmentacija].currentmember, [Segmentacija].Generations(4),SELF), ALL), ([Segmentacija].CurrentMember IS [Segmentacija].[AFFLUENT]))'
    set [Vrijeme3] as '{[Vrijeme].[MJESEC_4_2009]}'
    member [Segmentacija].[SegmentacijaCustomGroup]as 'Sum([Segmentacija4])', SOLVE_ORDER = AGGREGATION_SOLVEORDER
    member [Accounts].[MS1] as '(ParallelPeriod([Vrijeme].[Gen3,Vrijeme],2,[Vrijeme].currentmember), [Accounts].[Trosak kapitala])'
    member [Accounts].[MS2] as '(ParallelPeriod([Vrijeme].[Gen3,Vrijeme],1,[Vrijeme].currentmember), [Accounts].[Trosak kapitala])'
    member [Accounts].[MS3] as 'AGGREGATE({PeriodsToDate([Vrijeme].[Gen2,Vrijeme],[Vrijeme].currentmember)}, [Accounts].[Trosak kapitala])'
    select
    { [Accounts].[Trosak kapitala],
    [Accounts].[MS1],
    [Accounts].[MS2],
    [Accounts].[MS3]
    } on columns,
    NON EMPTY {crossjoin ({[Grupe proizvoda4]},{[Vrijeme3]})} properties ANCESTOR_NAMES, GEN_NUMBER on rows
    from [NISE.NISE]
    where ([Segmentacija].[SegmentacijaCustomGroup])
    If you remove part with TODATE function, the results are fine. If you leave TODATE function, OBIEE returns an error mentioned above. If you manually modify variable SOLVE_ORDER and set value to, for example, 100 instead of AGGREGATION_SOLVEORDER, results are OK.
    In all cases when this variable was modified in generated MDX, and query manually executed on Essabse, results were OK. This variable seems to be the possible problem.

    Hi,
    Version is
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE    10.2.0.5.0      Production
    TNS for 64-bit Windows: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    Sorry, in my last post i forgot to mention that i already created a function based index but still it is not using because, there is a UNIQUE constraint on that column.
    Thanks

  • SQL*PLUS console not coming back when create a tablespace in ORACLE RAC11g

    Hi all,
    I have run a create command in oracle RAC 11g system (2 nodes, ASM) by SQL*PLUS, every datafile for this tablespace is 1.5GB, I want to create 6 tablespace at the first:
    1. It run successfully for the first tablespace , it toook 4-5 minutes to come back;
    2. It run much longer time for the second tablespace , it took over 20 minutes to come back;
    3. The third tablespace , I waited for 45 minutes and it didn't come back.
    I have check in alert.log, and saw all three tablespace were successfully created about 4-5 minutes. And I also use another SQL*PLUS to query in user_tablespaces. the third tablespace did display in user_tablespaces view.
    From that time, I tried 4,5,6, it took me 30 minutes to create 1.5GB big tablespace. It doesn't make sense for me.
    Any sugguestion? Thanks.

    How did they create the disk group?
    How big are the devices/LUNs?
    are all of the LUNS the same size?
    Check the alert log for both the RDBMS and ASM.
    What redundancy did they use?
    in asmca, what is the total size of the disk group(s)? ( or sum total_mb from v$asm_diskgroup for each disk group)

  • Displaying pdf in browser when using Windows 7 Beta & AR 9

    Early indications are that "Adobe Air" and/or "Acrobat.com" are breaking the display in browser function in Windows 7 Beta when using Adobe Reader 9.
    On a fresh install of Windows 7 Beta, I installed Adobe Reader 9, and as everyone is finding out, you cannot display a pdf in a browser window. Doesn't matter which browser either. IE8, Opera 10a, Mozilla SeaMonkey 1.1.14 had the same result for me. The only workable option was to have the pdf open in a separate window of Adobe Reader itself. Oddly though, on rare occasions I could get a pdf to display in a browser window, but 95% of the time it would not work.
    On another fresh install of Windows 7 Beta, I installed Adobe Reader 9. After installation I opened Adobe Reader and accepted the license agreement, then closed Adobe Reader. Next I uninstalled "Acrobat.com", then uninstalled "Adobe Air" using Programs and Features in Control Panel. So far, I have not had any problem downloading and viewing pdf's in a browser window. Tested with IE8 and Opera 10a. Note that I did not run compatibility mode on Adobe Reader.

    Hi,
    I (April) apologize I have been OOO and have not been able to respond to your replies.  
    Let’s start over. 
    We have an issue where help topics do not display when selected in the TOC or when a link to the topic is clicked within another internal topic. It is in a continous loop in the browser (flickering like it is trying to load). If you right-click on the topic it displays (we are currently using this as the work-around).
    We use Windows 7, IE9 and RH10 for all our projects. (Recently upgraded from RH8 to RH10)
    Turns out the problem is not isolated. I have run across it in at least one other project, which leads me to think it also occurs in others.
    "Does this only occur when the help is called from your software? Is it OK if you double click the start page?"
              No. I it ALSO occurs when launched from the start page. 
    Have you tried deleting the CPD file and reopening Rh and the project?
              Yes, without success.
    Are you using any redirects?    
              Per (Adrienne), “I am not using any redirects. I encounter this issue only in IE. If I paste the .htm into a Firefox browser, the help displays as it should.” 
              I will add that the project also displays incorrectly in Google Chrome.
    Thanks  April

  • Firefox 33 doesn't display a pdf file when using the response object

    Firefox 33.0.2 does not display pdf files when using the code below from an asp.net program, which works for previous versions of Firefox, and also works with IE. I'm using the built-in pdf viewer. All of my plugins are disabled.
    Dim strPDF As String
    strPDF = Session("filname") 'pdf filename
    Response.Clear()
    Response.ClearHeaders()
    Response.Buffer = True
    Response.ContentType = "application/pdf"
    Response.CacheControl = "Private"
    Response.AddHeader("Pragma", "no-cache")
    Response.AddHeader("Expires", "0")
    Response.AddHeader("Cache-Control", "no-store, no-cache, must-revalidate")
    Response.AddHeader("Content-Disposition", "inline; filename=" + strPDF)
    Response.WriteFile(strPDF)
    Response.Flush()
    Response.Close()
    Response.Clear()
    Response.End()
    Session("filname") = ""

    Thanks cor-el. You pointed me in the right direction. It appears to me that a reported Firefox 33 bug with the handling of compression (Transfer-Encoding: chunked) is the culprit (https://support.mozilla.org/en-US/questions/1026743). I was able to find a work-around by specifying the file size and buffering. Below is my code, with some code from http://www.codeproject.com/Questions/440054/How-to-Open-any-file-in-new-browser-tab-using-ASP.
    Dim strPDF As String
    strPDF = Session("filname") 'pdf filename
    Dim User As New WebClient()
    Dim FileBuffer As [Byte]() = User.DownloadData(strPDF)
    If Not (FileBuffer Is Nothing) Then
    Response.Clear()
    Response.ClearHeaders()
    Response.CacheControl = "Private"
    Response.AddHeader("Pragma", "no-cache")
    Response.AddHeader("Expires", "0")
    Response.AddHeader("Cache-Control", "no-store, no-cache, must-revalidate")
    Response.ContentType = "application/pdf"
    Response.AddHeader("content-length", FileBuffer.Length.ToString())
    Response.BinaryWrite(FileBuffer)
    Response.Flush()
    Response.Close()
    Response.Clear()
    Response.End()
    End If
    Session("filname") = ""

  • Freeze Frame Duration Selection Is Incorrect When Using PAL Projects ?

    I have done a search of the FCE and FCP forums but can find no information. This was originally posted in the FCP forum but is equally applicable to FCE.
    Over here in Europe an apparent bug has been noticed connected with FCP 5.1 and FCE 3.5 (which is based on it) when using PAL projects.
    To begin with, the default Freeze Frame time in the User Preferences is 12 seconds yet when stills appear in the Browser they are the normal 10 seconds.
    If the duration in the Preferences is altered, the actual time of the picture in the Browser or Timeline is always five sixths of the time set.
    This curiously is the same figure you get if you compare NTSC and PAL frame rates. PAL has five sixths the number of fps as NTSC.
    So if in the preferences I set 6 seconds, I get 5 seconds in the Browser. Three seconds gives an actual time of around two and a half seconds and so on.
    I must stress that it is only FCP 5.1 and FCE 3.5 that appear to be affected.
    Earlier versions eg. FCE 1.0.1 and FCE 3.0 behave perfectly.
    We don't know the situation with FCP 6 as we have not yet had the opportunity to test it.
    You can replicate the problem by altering your Easy Setup to DV-PAL and look at the Freeze Frame Duration in the preferences.
    Then import a photo into the Browser.
    Alter the duration in the preferences and import another photo.
    I am sure you will see that there is a large discrepancy between the chosen duration and the actual.
    Is this a known problem and is there a simple way around it ?
    Ian.

    CORRECTION !
    It has been pointed out that the Freeze Frames are NOT affected by this bug - only the IMPORTED STILL PICTURES.
    Incidentally, for any PAL user whose maths is not too good (like mine), here is a table of corrections:-
    Freeze Frame Discrepancy.
    From Final Cut Pro 5.1 and Final Cut Express 3.5 onwards there is a bug that makes the chosen Freeze Frame time WHEN IMPORTING STILL PICTURES differ from the actual time when using PAL settings.
    This table tells you what time (in seconds and frames) to set your preferences in order to achieve an actual time:-
    Desired Time.......... Set Preferences
    01:00.......... 01:05
    02:00.......... 02:10
    03:00.......... 03:10
    04:00.......... 04:15
    05:00.......... 06:00
    06:00.......... 07:00
    07:00.......... 08:10
    08:00.......... 09:10
    09:00.......... 10:15
    10:00.......... 12:00
    Ian.

  • ORA-12514 Error when using Net Configuration Assistant

    I have recently installed Oracle 11g on a Windows 2008 server and am now trying to connect via the Oracle client on my local machine.
    Here is how I've been using Net Configuration Assistant so far:
    Listener Configuration
    The name of my listener is LISTENER_PROXIMA (proxima is the name of the server). Does this need to be named something else? Something specific?
    I'm using TCP to connect.
    I'm using standard port 1521.
    Naming Methods
    Local Naming and Easy Connect Naming
    Local Net Service Name
    Service name is ADMI04 (checked this against the lsnrstl service status on the server and it's correct)
    Using TCP
    Using the hostname proxima.domain-name.com
    I'm attempting to connect as SYS (but have tried others with the same result)
    When I go to test the connection I keep getting the ORA-12514 error. Does anyone know what I should do? Reinstall the listener? If so, are there any suggestions or guidance for that?
    Thank you.

    =================================
    A couple of important points.
    First, the listener is a server side only process. It's entire purpose in life is to receive requests for connections to databases and set up those connections. Once the connection is established, the listener is out of the picture. It creates the connection. It doesn't sustain the connection. One listener, with the default name of LISTENER, running from one oracle home, listening on a single port, will serve multiple database instances of multiple versions running from multiple homes. It is an unnecessary complexity to try to have multiple listeners or to name the listener as if it belongs to a particular database. That would be like the telephone company building a separate switchboard for each customer.
    Second, the tnsnames.ora file is a client side issue. It's purpose is for address resolution - the tns equivalent of the 'hosts' file further down the network stack. The only reason it exists on a host machine is because that machine can also run client processes.
    Assume you have the following in your tnsnames.ora:
    larry =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = curley)
      )Now, when you issue a connect, say like this:
    $> sqlplus scott/tiger@larrytns will look in your tnsnames.ora for an entry called 'larry'. Next, tns sends a request to (PORT = 1521) on (HOST = myhost) using (PROTOCOL = TCP), asking for a connection to (SERVICE_NAME = curley).
    Where is (HOST = myhost) on the network? When the request gets passed from tns to the next layer in the network stack, the name 'myhost' will get resolved to an IP address, either via a local 'hosts' file, via DNS, or possibly other less used mechanisms. You can also hard-code the ip address (HOST = 123.456.789.101) in the tnsnames.ora.
    Next, the request arrives at port 1521 on myhost. Hopefully, there is a listener on myhost configured to listen on port 1521, and that listener knows about SERVICE_NAME = curley. If so, you'll be connected.
    What can go wrong?
    First, there may not be an entry for 'larry' in your tnsnames. In that case you get "ORA-12154: TNS:could not resolve the connect identifier specified" No need to go looking for a problem on the host, with the listener, etc. If you can't place a telephone call because you don't know the number (can't find your telephone directory (tnsnames.ora) or can't find the party you are looking for listed in it (no entry for larry)) you don't look for problems at the telephone switchboard.
    Maybe the entry for larry was found, but myhost couldn't be resolved to an IP address (say there was no entry for myhost in the local hosts file). This will result in "ORA-12545: Connect failed because target host or object does not exist"
    Maybe there was an entry for myserver in the local hosts file, but it specified a bad IP address. This will result in "ORA-12545: Connect failed because target host or object does not exist"
    Maybe the IP was good, but there is no listener running: "ORA-12541: TNS:no listener"
    Maybe the IP was good, there is a listener at myhost, but it is listening on a different port. "ORA-12560: TNS:protocol adapter error"
    Maybe the IP was good, there is a listener at myhost, it is listening on the specified port, but doesn't know about SERVICE_NAME = curley. "ORA-12514: TNS:listener does not currently know of service requested in connect descriptor"
    =====================================

  • Display Modes incorrect when using Monitor Multiplexer.

    If I bypass it, everything works and X likes giving me all the resolutions, but with it hooked up it maxes out at 1024x768 (Should be setting it to 1920x1080).
    $ xrandr -q
    Screen 0: minimum 8 x 8, current 2944 x 1080, maximum 16384 x 16384
    DVI-I-0 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
    1024x768 60.0*+
    800x600 72.2 60.3 56.2
    640x480 59.9
    512x384 120.0
    400x300 144.4
    320x240 120.1
    DVI-I-1 disconnected (normal left inverted right x axis y axis)
    DVI-I-2 disconnected (normal left inverted right x axis y axis)
    HDMI-0 disconnected (normal left inverted right x axis y axis)
    DVI-I-3 connected 1920x1080+1024+0 (normal left inverted right x axis y axis) 509mm x 286mm
    1920x1080 60.0*+
    1680x1050 60.0
    1600x1200 60.0
    1440x900 59.9
    1400x1050 60.0
    1280x1024 75.0 60.0
    1280x960 60.0
    1152x864 75.0
    1024x768 75.0 70.1 60.0
    800x600 75.0 72.2 60.3 56.2
    640x480 75.0 72.8 59.9
    If I try setting the mode manually it doesn't fly:
    $ cvt 1920 1080
    # 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
    Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
    $ xrandr --newmode "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
    $ xrandr --addmode DVI-I-0 1920x1080_60.00
    X Error of failed request: BadMatch (invalid parameter attributes)
    Major opcode of failed request: 140 (RANDR)
    Minor opcode of failed request: 18 (RRAddOutputMode)
    Serial number of failed request: 33
    Current serial number in output stream: 34
    $ xrandr
    Screen 0: minimum 8 x 8, current 2944 x 1080, maximum 16384 x 16384
    DVI-I-0 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
    1024x768 60.0*+
    800x600 72.2 60.3 56.2
    640x480 59.9
    512x384 120.0
    400x300 144.4
    320x240 120.1
    DVI-I-1 disconnected (normal left inverted right x axis y axis)
    DVI-I-2 disconnected (normal left inverted right x axis y axis)
    HDMI-0 disconnected (normal left inverted right x axis y axis)
    DVI-I-3 connected 1920x1080+1024+0 (normal left inverted right x axis y axis) 509mm x 286mm
    1920x1080 60.0*+
    1680x1050 60.0
    1600x1200 60.0
    1440x900 59.9
    1400x1050 60.0
    1280x1024 75.0 60.0
    1280x960 60.0
    1152x864 75.0
    1024x768 75.0 70.1 60.0
    800x600 75.0 72.2 60.3 56.2
    640x480 75.0 72.8 59.9
    1920x1080_60.00 (0x2c7) 172.8MHz
    h: width 1920 start 2040 end 2248 total 2576 skew 0 clock 67.1KHz
    v: height 1080 start 1081 end 1084 total 1118 clock 60.0Hz
    If I take out the multiplexer everything works fine as it knows the monitor, but with it this is happening and it's somewhat aggrevating. Any and all help appreciated, thanks in advance.
    Last edited by Vryali (2012-11-15 05:43:18)

    I've looked through the TV manual, and there's no mention of turning overscan on/off. I'm also running with the stock NVIDIA 5200 video card, and NVIDIA's TV Tool doesn't seem to work with Macs. Finally, I have the option of turning overscan on/off if I connect my G5 to my TV via s-video, but not with a dvi cable. Does that make any sense??

  • Fonts Incorrect when using compressor

    When I encode my .motn file straight from Motion, the fonts show up correctly in the finished quicktime. However, I've got about 62 of these motion files that need to be batch encoded, but when they come out of Compressor, the fonts display incorrectly...as if the font is not on my machine and being substituted.
    I've checked several of the motion files and the fonts they are using are installed on my system. What would cause this to happen?

    Ok, now I'm really stumped. So I took Patrick's suggestion and reinstalled the fonts system-wide. I checked the fonts were working correctly by launching a couple of the motion files, checking the fonts, then saving them.
    I then trashed Compressor's pref files (and FinalCut's pref files just for fun). Then I repaired disk permissions and rebooted. Once back in, I launched Compressor and loaded up two of the Motion projects. After choosing the appropriate encode preset, I double checked in the preview window and the fonts were dispalying correctly. Yay! So I submitted the job and waited. I opened the final quicktime file and the fonts are INCORRECT. What in the world??
    So, to recap: fonts show up correctly in Motion, they show up correctly in the Compressor preview, they even show up correctly in the timeline of FCP. But exporting from Compressor results in the wrong font and exporting my sequence from FCP crashes my system every time. I'm so confused.

  • Mid-2012 MBP with 27" Cinema Display SCREEN GOES BLACK WHEN USING USB PERIPHERALS IN DOCK

    I haven't been able to find any straightforward answer as to why this is happening and it's becoming one of the most infuriating things in my life, impeding my workflow and costing me unmeasurable time in waiting, rebooting, screwing with cables, etc.
    I use my MBP as a DAW for multitracking live audio events to ProTools through a digital console where I work. Here's my gear list that I use every day:
    Mid-2012 MBP - Yosemite, 8GB, i7 quad 2.5, mechanical hd
    HengeDocks dock for my exact model machine - has set-screw jacks for CinemaDisplay power, Tbolt, FW800, USB, USB, SDcard, headphones, etc
    USB wired keyboard
    Anker 1x4 USB3.0 hub - I have a TimeMachine 1TB drive, 3TB project backup drive, audio interface and MIDI I/O or PT iLok, depending what I'm working on
    Magic Mouse (BlueTooth)
    Here's what's happening:
    SCENARIO 1 - I insert the CinemaDisplay (cD) power connector and TBolt plugs into the dock, tighten the set screws, close the lid of my MBP (already logged into Yosemite & linked with MagicMouse [mM]) and stick the MBP into the dock... everything comes up on the cD and I can go about my day. At this point, I can plug the USB hub into the back of the cD and the system sees the hub & all peripherals listed just fine.
    SCENARIO 2 - Install cD powercon, TBolt connector, USB3 hub, USB keyboard into the dock, close the lid on MBP (again, logged in), insert into dock... cD comes up, looks great for about 15 seconds then goes completely blank. No response from key presses, mouse clicks, threats with a hammer, etc. Then, of course, I have to yank the MBP out of the dock, which hard-disconnects the external drives (backup and TimeMachine... good for them, right?) and causes the MBP to flake, thinking it's still in the dock, then not, then logging me out & requiring a password (not a big deal- I deal with copyrighted stuff, so passwords aren't the issue).
    ***EVEN IF I DO NOT PLUG THE USB3 HUB INTO THE HENGE DOCK, THE cD STILL GOES BLANK AFTER 15 SEC... IT ONLY SEEMS TO LIKE THE TBOLT AND POWER... NO OTHER PERIPHERALS (fw800, USB, etc)***
    It seems like the MBP freaks out when the lid is closed and there are USB/FW peripherals plugged in while using a secondary TBolt display as the main output... seems stupid... if I need a closed-lid dock, the MBP shouldn't care what I have plugged in while the lid is closed. I had the same issues with Mountain Lion & Mavericks and now it's being repeated with Yosemite.
    My goal in this exercise is simply to free up the USB jacks on the back of the cD for two reasons - #1) from time to time, I have extra things to plug in and I don't want some massive USB 1x8 hub on my desk... looks stupid; #2) the bottleneck created by plugging in the hub to the back of the cD (another hub via TBolt) almost triples the time required to back up/copy files. I move files from system drive to backup drive & back VERY often due to the nature of my job... speeding up this process would greatly improve my efficiency in the matter. Why would Henge create a dock with all the jacks on it to allow someone to plug into a cD that won't frickin work with said cD? Every other dock I've found makes the user stick the MBP on a slanted, goofy-looking stand and have the lid open or something dumb like that... what I have is the setup I need... just need the USB stuff to work while lid is closed and everything from powercon & cD to USB3 hubs will work without making the cD freak out.
    Any ideas out there?

    Have now taken the 27" display into the repair shop and after 24 hrs got the phone call - "appears to be nothing wrong with it, will check again on Tuesday and let you know".
    I can't seem to find anything on the net describing a similar problem. Everything is working fine right now with the Mac Pro connected to the older 20 inch Cinema Display. In fact, everything seems to be working about a second faster.
    I was told by the local retailer that Apple no longer makes the 27 inch LED Cinema Display product and the new display, the "Thunderbolt" will not work with my 13 month old Mac Pro.
    ***??? In 20 years of owning Mac equipment, this is my first major "uh-oh".

  • How to display the master TOC when using Context help in a merged document

    I use Robohelp 10. I have created a large Merged Webhelp project and I have set out the project master with nothing in it other than merged projects place markers.
    This is the layout of the generated projects etc.
    Generate
              Master.htm
                   Redirect.htm  (Home page is a redirect to Project 1 Home Page - not in TOC)
    mergedProjects
              Project1
                  Home Page.htm
              Project2
                   Redirect.htm  (Home page is a redirect to Project 1 Home Page - not in TOC)
              Project3 etc.
                    Redirect.htm  (Home page is a redirect to Project 1 Home Page - not in TOC)
    I can get the help to work great when I call up the master page, which shows the TOC for the whole project and the default home page. And from the breadcrumb the home link goes to the home page and shows the Main TOC
    However when I call a page using context help ID I get a single frame with the selected page. The link to show the TOC shows the TOC but it is the top of the merged project and not the master TOC. The home link in the does display the home page but again the displayed TOC is the one of the current merged project.
    The question is :
    How can I get the Master TOC to show all the time regardless of what page I call using a context ID or how can I create a link that will take me back to the Master TOC?
    I remember when I created a previous help file for chm output I had to modify all the ali files in order for the redirect to work throught the master chm. Surely this is not the case with webhelp?
    TonyC

    I am sorry that I didn't get back to all you guys that took to answering my very promptly. Unfortunately I was not in a position to answer to the suggestions made. as I was away from my computer which had Robohelp on.
    Anyway, I did try a couple of scripts mentioned, but didn't really have any success i achieving what I need to do.
    I set up a redirect which redirected to the main home page. I tried setting the home page in a  main sub-project - so the redirect when from any sub project
    Generate
         Master-project.htm (Home Page = Help_Welcome.htm)
    merged Projects
    SubProject1
                [Home Page =  home_redirect.htm (a redirect see below) ]
         SubProject 2
                [Home Page =  home_redirect.htm (a redirect see below) ]
         SubProject 3
                [Home Page =  home_redirect.htm (a redirect see below) ]
    home_redirect.htm  (a redirect use by sub-topics)
    <!--
       window.location="../../ Help_Welcome.htm ";
    //-->
    //]]></script>
    This setup works fine as long as I call the master page. The TOC is as I would want. However if I call an ID from my application I get the required page to display and I can get the TOC to show. The problem is that the TOC is from the current sub-project and not the master project as I would want.

  • HTML bodypart rendered incorrectly when using text/calendar bodypart

    We have a web application in which we are constructing multipart email messages and sending them via an Exchange 2003 server.
    The structure of the email message looks like this:
    multipart/mixed
      multipart/alternative
        bodypart (text/plain)
        bodypart (text/html)
        bodypart (text/calendar)
      bodypart (application/ics, base64 encoding, iCal file attachment)
    The problem is that when we include the text/calendar bodypart, any embedded images in the HTML bodypart are displayed as attachments at the bottom of the email (which appears as a meeting request) in Outlook.  Additionally, the HTML is not rendered entirely correctly.  Hyperlinks appear appropriately as does the font formatting (e.g., bold), but table formatting is ignored and so items are not lined up as they should.
    If we remove the text/calendar bodypart, the HTML displays correctly, including the inline images, but the email does not show up as a meeting request.
    Doing some digging, I saw that HTML with inline attachments should be in a multipart/related section, however, we saw no change from the original problem.
    I'll post this to the Outlook forum as well (link TBD) as I don't know where the problem officially lies.  If anyone knows if this is a bug, or has some insight as to how to get the HTML to display correctly and also have the email show as a meeting invitation, I would appreciate it.  Thanks.
    --adam

    Ah, that would explain why removing the text/calendar body part "fixed" the HTML issues.  I'll let our product planning team know.
    This, however, begs the question, why is MSFT working on the quality of HTML to RTF conversion rather than just displaying the HTML?  I'm not sure I see an added benefit of using RTF over HTML in this case.  I can't imagine that there is there some sort of limitation the rendering engine.  Do you happen to know the answer?
    -adam

  • Defaulting DFF Segment Value using sql statement in SSHR gives error when using parameter

    Dear All,
    i am having an issue that i am making one segment in DFF (SEGMENT3) being defaulted by using sql statement
    Select MAX(SEGMENT7) FROM PER_ANALYSIS_CRITERIA cri, PER_PERSON_ANALYSES ana where cri.Analysis_Criteria_id = ana.ANALYSIS_CRITERIA_ID and ana.PERSON_ID = :ANALYSES.PERSON_ID
    The Above Select Statement is working fine on the PUI form and getting the Default value correctly but when opening the SSHR page that contain this DFF, it  gives me the below error.
    "No field listener is registered to resolve field ANALYSES.PERSON_ID referenced by the flexfield with application short name PER and name PEA. Please contact your system administrator. "
    Any Help Please???

    Please see the following docs.
    Cannot Add Salary:No Field Listener is Registered to Resolve Field Review.assignment_id (Doc ID 558295.1)
    No Field Listener Is Registered To Resolve Field Assgt.Effective_start_date (Doc ID 889794.1)
    List of Current Enhancement Requests (ER) for Oracle EBS Self Service Human Resource (SSHR) (Doc ID 1381936.1)
    No field listener is registered to resolve field xxx.xxx referenced by the flexfield with application short name ASO... (Doc ID 1359270.1)
    Customer Form, Address Error: No field listener is registered to resolve field GLOB.FLEX_COUNTRY_CODE referenced by the flexfield with application short name AR (Doc ID 1276934.1)
    DFF issue : No Field Listener Is Registered To Resolve Field XXX Referenced By The Flexfield (Doc ID 555589.1)
    Thanks,
    Hussein

Maybe you are looking for