Database link problems? Better read this.

If your Event viewer shows this, the reason is that
ColdFusion SequeLink Service is incompatible with Windows 64 bit
and 64 bit hardweare architecture.
Errors on Windows XP SP1 x64 with AMD 3800 x64
Source - SequeLink Service Start
Event ID - 0
Description
The description for Event ID ( 0 ) in Source ( SequeLink
Service Starter ) cannot be found. The local computer may not have
the necessary registry information or message DLL files to display
messages from a remote computer. You may be able to use the
/AUXSOURCE= flag to retrieve this description; see Help and Support
for details. The following information is part of the event:
RegOpenKeyEx(0) of SYSTEM\CurrentControlSet\Services\ColdFusion MX
ODBC Server\Parameters\ returned 0
Source - SequeLink Service Starter
Event ID - 0
The description for Event ID ( 0 ) in Source ( SequeLink
Service Starter ) cannot be found. The local computer may not have
the necessary registry information or message DLL files to display
messages from a remote computer. You may be able to use the
/AUXSOURCE= flag to retrieve this description; see Help and Support
for details. The following information is part of the event:
Missing datamodel path
Source - SequeLink
Event ID - 2
Description
The description for Event ID ( 2 ) in Source ( SequeLink )
cannot be found. The local computer may not have the necessary
registry information or message DLL files to display messages from
a remote computer. You may be able to use the /AUXSOURCE= flag to
retrieve this description; see Help and Support for details. The
following information is part of the event: RegOpenKeyEx returned 0
Source - Application Error
Catagory - (100)
Event ID - 1000
Description
Faulting application swstrtr.exe, version 2.9.0.0, faulting
module unknown, version 0.0.0.0, fault address 0x00000000.
Source - Application Error
Catagory - (100)
Event ID - 1000
Description
Faulting application swagent.exe, version 2.9.0.0, faulting
module unknown, version 0.0.0.0, fault address 0x00000000.
Source - Wow64 Emulation Layer
Event ID - 1109
The program or feature "\??\C:\CFusionMX7\db\SequeLink
Setup\SequeLink Setup.exe" cannot start or run due to
incompatibility with 64-bit versions of Windows. Please contact the
software vendor to ask if a 64-bit Windows compatible version is
available.
Error on Intel 'D' series 3000 using Wondows XP SP2
Source - Service Control Manager
Event ID - 7000
Description
The ColdFusion MX ODBC Agent service failed to start due to
the following error:
The system cannot find the file specified.
Event ID - 7000
Description
The ColdFusion MX ODBC Server service failed to start due to
the following error:
The system cannot find the file specified.
Event ID - 7024
Description
The ColdFusion MX 7 Application Server service terminated
with service-specific error 2 (0x2).
I assume that Macromedia is aware of this. Had to be.
Shame that a lot of people had to put up with the stress
associated with this.
I know that this forum is visited by mostly 'newbies' and I
can not expect any help, but I beleive that you need to be made
aware of this conflict.
Going to post this all over the internet, every blogg, forum,
Microsoft TechNet (which I am a member of) complaining hole I can
get my mouse to click on.
How about just doing a proper SDLC.
Macromedia- Release an updated version.

paross1
I have read that. You seem to have a problem. Which part of
the English language can you not understand.
I told you that I have got it working- all of it, with a
minor problem with the data linking.
This includes the JRun4, and the Sun al on On a AMD 64, Abit
sli board, RAID 5 using WD 740 GD HDD. on a WinXP 64.
I asked a simple question regarding Macromedia (Adobe)
ColdfusionMX7 ColdFusion MX ODBC Agent/Server.
Have you ever considered that their are i'some people' who
may know a thing or two.
I have also managed to get the ODBC to work also. Thanks for
your input.
I have now after testing installed it on Windows 2003 Server
(64bit) and is working.
I strongly suggest that you have a change in attitude, do
some learning and realize that the 'impossible' is achievable with
the correct frame of mind.
I have been working on this for 3 days solid.
You also forget to mention in your sarcasm the Intel 'D'
series processor on a Windows XP 32 bit- not 64 bit OS, that was
experiencing the same symptoms. Where in the knowledge base do you
find that.

Similar Messages

  • OracleXE- PostgreSQL database link problem

    I have set up a database link between Oracle XE and PostgreSQL using unixODBC, but I seem to be having trouble with certain data types.
    Here's what I mean...
    First I execute the following DDL in postgres:
    create table "TEST1" (
    "TEST1ID" integer,
    "TESTDATE" timestamp,
    "TESTVC" varchar(20)
    create table "TEST2" (
    "A" varchar(125),
    "B" varchar(126),
    "C" varchar(127),
    "D" varchar(128),
    "E" varchar(129),
    "F" varchar(130),
    "G" varchar(200)
    The tables look fine when I check them using unixODBC's isql tool.
    But here's what SQLPlus tells me...
    SQL> desc test1@prism
    Name Null? Type
    TEST1ID NUMBER(10)
    TESTDATE DATE
    TESTVC VARCHAR2(20)
    SQL> desc test2@prism
    Name Null? Type
    A VARCHAR2(125)
    B VARCHAR2(126)
    C VARCHAR2(127)
    D VARCHAR2(128 CHAR)
    E VARCHAR2(256 CHAR)
    F VARCHAR2(512 CHAR)
    G VARCHAR2(18432 CHAR)
    The "TEST1" table looks fine, but, as you can see from the "TEST2" table, varchar columns longer than 128 characters are really screwy.
    Any ideas about how to fix this?
    If it helps, here's the trace from the above SQLPlus session:
    HOAUTIL.C (1259): ; ------ hoadtab (hoat) -------:
    HOAUTIL.C (1262): ; hoatnam: TEST1, hoatnml: 5, hoatnrw: -1, hoatarl: 30
    HOAUTIL.C (1273): ; ------ hoadtab (hoai) -------:
    HOAUTIL.C (1274): ; n_index_stat: 0
    HOAUTIL.C (1224): ; -------- hoadtab for table TEST1---------:
    HOAUTIL.C (1225): ; hoadamsz: 3, hoadasiz: 3, hoadambr: 1, hoadabrc: 0
    HOAUTIL.C (1228): ; row 0 - hoadambl: 4, hoadadty: 8, hoadaprc: 10, hoadacst: 0
    HOAUTIL.C (1232): ; row 0 - hoadascl: 0, hoadanul: 1, hoadanml: 7, hoadanam:
    TEST1ID, hoadabfl: 4, hoadamod: 0
    HOAUTIL.C (1228): ; row 1 - hoadambl: 7, hoadadty: 167, hoadaprc: 0, hoadacst:
    0
    HOAUTIL.C (1232): ; row 1 - hoadascl: 0, hoadanul: 1, hoadanml: 8, hoadanam:
    TESTDATE, hoadabfl: 7, hoadamod: 0
    HOAUTIL.C (1228): ; row 2 - hoadambl: 20, hoadadty: 108, hoadaprc: 20,
    hoadacst: 0
    HOAUTIL.C (1232): ; row 2 - hoadascl: 0, hoadanul: 1, hoadanml: 6, hoadanam:
    TESTVC, hoadabfl: 20, hoadamod: 0
    hoadtab (26): ; hoadtab Exited with retcode = 0.
    hoadafr (23): ; hoadafr Entered. id = 0.
    hoadafr (23): ; hoadafr Exited with retcode = 0.
    hoadtab (26): ; hoadtab Entered. count = 1
    hoadtab (26): ; schema_name = , table_name = TEST2
    odbc_rec: select * from "TEST2"
    r: 165od 0 SQLAllocStmt:- hdbc=8266C78,pst=FF93C95C
    r: 188od 0 SQLPrepare:- hst=829D848, css=-7091304
    sss = select * from "TEST2"
    r:1067od 0 SQLNumResultCols:- hst=829D848,pcol=7
    r:1090od 0 SQLDescribeCol:- hst=829D848,icol=1,scn=A,cnm=64,pcn=1,pst=12,
    pcd=125,psc=0,pnul=1
    r:1118od 0 SQLColAttributes:- hst=829D848,icol=1,fdt=10,rgbd=0,cbdm=0,pcb
    d=FF93C822,pfd=FF93C824
    r:1090od 0 SQLDescribeCol:- hst=829D848,icol=2,scn=B,cnm=64,pcn=1,pst=12,
    pcd=126,psc=0,pnul=1
    r:1118od 0 SQLColAttributes:- hst=829D848,icol=2,fdt=10,rgbd=0,cbdm=0,pcb
    d=FF93C822,pfd=FF93C824
    r:1090od 0 SQLDescribeCol:- hst=829D848,icol=3,scn=C,cnm=64,pcn=1,pst=12,
    pcd=127,psc=0,pnul=1
    r:1118od 0 SQLColAttributes:- hst=829D848,icol=3,fdt=10,rgbd=0,cbdm=0,pcb
    d=FF93C822,pfd=FF93C824
    r:1090od 0 SQLDescribeCol:- hst=829D848,icol=4,scn=D,cnm=64,pcn=1,pst=12,
    pcd=128,psc=0,pnul=1
    r:1118od 0 SQLColAttributes:- hst=829D848,icol=4,fdt=10,rgbd=0,cbdm=0,pcb
    d=FF93C822,pfd=FF93C824
    r:1090od 0 SQLDescribeCol:- hst=829D848,icol=5,scn=E,cnm=64,pcn=1,pst=12,
    pcd=129,psc=0,pnul=1
    r:1118od 0 SQLColAttributes:- hst=829D848,icol=5,fdt=10,rgbd=0,cbdm=0,pcb
    d=FF93C822,pfd=FF93C824
    r:1090od 0 SQLDescribeCol:- hst=829D848,icol=6,scn=F,cnm=64,pcn=1,pst=12,
    pcd=130,psc=0,pnul=1
    r:1118od 0 SQLColAttributes:- hst=829D848,icol=6,fdt=10,rgbd=0,cbdm=0,pcb
    d=FF93C822,pfd=FF93C824
    r:1090od 0 SQLDescribeCol:- hst=829D848,icol=7,scn=G,cnm=64,pcn=1,pst=12,
    pcd=200,psc=0,pnul=1
    r:1118od 0 SQLColAttributes:- hst=829D848,icol=7,fdt=10,rgbd=0,cbdm=0,pcb
    d=FF93C822,pfd=FF93C824
    r: 225od 0 SQLFreeStmt:- hst=829D848, fop=1
    r:1473od 0 SQLAllocStmt:- hdbc=8266C78,pst=FF93C5A4
    r:1486od 0 SQLStatistics:- hst=829D848,scn=0,ccn=0,ssn=0,csn=0,stn=FF93C6
    38,ctn=-3,funq=1,fcc=0
    scn=, ssn=, stn=TEST2
    r:1493od 0 SQLBindCol:- hst=829D848,icl=2,fct=1,rgv=FF93CB88,cbvm=129,pcv
    =-7092832
    r:1494od 0 SQLBindCol:- hst=829D848,icl=4,fct=5,rgv=FF93C59A,cbvm=0,pcv=-
    7092836
    r:1495od 0 SQLBindCol:- hst=829D848,icl=6,fct=1,rgv=FF93CAF8,cbvm=129,pcv
    =-7092844
    r:1496od 0 SQLBindCol:- hst=829D848,icl=7,fct=5,rgv=FF93C58E,cbvm=0,pcv=-
    7092848
    r:1497od 0 SQLBindCol:- hst=829D848,icl=9,fct=1,rgv=FF93CA68,cbvm=129,pcv
    =-7092856
    r:1498od 0 SQLBindCol:- hst=829D848,icl=10,fct=1,rgv=FF93C582,cbvm=2,pcv=
    -7092860
    r:1499od 0 SQLBindCol:- hst=829D848,icl=11,fct=4,rgv=FF93C578,cbvm=0,pcv=
    -7092868
    r:1500od 0 SQLBindCol:- hst=829D848,icl=12,fct=4,rgv=FF93C570,cbvm=0,pcv=
    -7092876
    r:1507od 100 SQLFetch:- hst=829D848
    r:1589od 0 SQLFreeStmt:- hst=829D848, fop=1
    nvOUT (qp_sqtxt.c 55): select NON_UNIQUE, INDEX_NAME, TYPE, SEQ_IN_INDEX,
    COLLATION, CARDINALITY, COLUMN_NAME from NAV_PROC:SP_STATISTICS('prism', '%',
    'TEST2', 1, 0, 0) order by 3, 1, 2, 4
    <<<<<<<<<<<<<<<<<<< Execution Strategy Begin <<<<<<<<<<<<<<<<<<<<<<<<<<<<
    Original SQL:
    select NON_UNIQUE , INDEX_NAME , TYPE , SEQ_IN_INDEX , COLLATION , CARDINALITY , COLUMN_NAME from NAV_PROC : SP_STATISTICS ( 'prism' , '%' , 'TEST2' , 1 , 0 , 0 ) order by 3 , 1 , 2 , 4
    Accessing saved query spec SP_STATISTICS()
    from NAV_PROC DB
    Execution Strategy End >>>>>>>>>>>>>>>>>>>>>>>>>>>>HOAUTIL.C (1259): ; ------ hoadtab (hoat) -------:
    HOAUTIL.C (1262): ; hoatnam: TEST2, hoatnml: 5, hoatnrw: -1, hoatarl: 484
    HOAUTIL.C (1273): ; ------ hoadtab (hoai) -------:
    HOAUTIL.C (1274): ; n_index_stat: 0
    HOAUTIL.C (1224): ; -------- hoadtab for table TEST2---------:
    HOAUTIL.C (1225): ; hoadamsz: 7, hoadasiz: 7, hoadambr: 1, hoadabrc: 0
    HOAUTIL.C (1228): ; row 0 - hoadambl: 125, hoadadty: 108, hoadaprc: 125,
    hoadacst: 0
    HOAUTIL.C (1232): ; row 0 - hoadascl: 0, hoadanul: 1, hoadanml: 1, hoadanam:
    A, hoadabfl: 125, hoadamod: 0
    HOAUTIL.C (1228): ; row 1 - hoadambl: 126, hoadadty: 108, hoadaprc: 126,
    hoadacst: 0
    HOAUTIL.C (1232): ; row 1 - hoadascl: 0, hoadanul: 1, hoadanml: 1, hoadanam:
    B, hoadabfl: 126, hoadamod: 0
    HOAUTIL.C (1228): ; row 2 - hoadambl: 127, hoadadty: 108, hoadaprc: 127,
    hoadacst: 0
    HOAUTIL.C (1232): ; row 2 - hoadascl: 0, hoadanul: 1, hoadanml: 1, hoadanam:
    C, hoadabfl: 127, hoadamod: 0
    HOAUTIL.C (1228): ; row 3 - hoadambl: 128, hoadadty: 108, hoadaprc: 128,
    hoadacst: 0
    HOAUTIL.C (1232): ; row 3 - hoadascl: 0, hoadanul: 1, hoadanml: 1, hoadanam:
    D, hoadabfl: 128, hoadamod: 0
    HOAUTIL.C (1228): ; row 4 - hoadambl: 129, hoadadty: 108, hoadaprc: 129,
    hoadacst: 0
    HOAUTIL.C (1232): ; row 4 - hoadascl: 0, hoadanul: 1, hoadanml: 1, hoadanam:
    E, hoadabfl: 129, hoadamod: 0
    HOAUTIL.C (1228): ; row 5 - hoadambl: 130, hoadadty: 108, hoadaprc: 130,
    hoadacst: 0
    HOAUTIL.C (1232): ; row 5 - hoadascl: 0, hoadanul: 1, hoadanml: 1, hoadanam:
    F, hoadabfl: 130, hoadamod: 0
    HOAUTIL.C (1228): ; row 6 - hoadambl: 200, hoadadty: 108, hoadaprc: 200,
    hoadacst: 0
    HOAUTIL.C (1232): ; row 6 - hoadascl: 0, hoadanul: 1, hoadanml: 1, hoadanam:
    G, hoadabfl: 200, hoadamod: 0
    hoadtab (26): ; hoadtab Exited with retcode = 0.
    hoadafr (23): ; hoadafr Entered. id = 0.
    hoadafr (23): ; hoadafr Exited with retcode = 0.
    hoacomm (11): ; hoacomm Entered. keepinfo = FALSE, tflag = 1.
    e:1328od 0 SQLTransact:- henv=0,hdbc=8266C78, ftp=0
    e:1334od 0 SQLSetConnectOption:- hdbc=8266C78, fop=102 , vprm=1
    hoacomm (11): ; hoacomm Exited with retcode = 0.
    hoalgof (8): ; hoalgof Entered. tflag = 1.
    nvRETURN (drviunwn.c 779): -1210
    i:1231od 0 SQLDisconnect:- hdbc=8266C78
    i:1238od 0 SQLFreeConnect:- hdbc=8266C78
    (Last message occurred 2 times)
    hoalgof (8): ; hoalgof Exited with retcode = 0.
    hoaexit (6): ; hoaexit Entered.
    hoaexit (6): ; hoaexit Exited with retcode = 0.

    user7566651 wrote:
    I have set up a database link between Oracle XE and PostgreSQL using unixODBC, but I seem to be having trouble with certain data types.Interesting... Oracle uses standard ODBC API calls to describe the table contents and data types. You will see these as calls "+SQLDescribeCol+" and "+SQLColAttributes+" in your log listing.
    This returns the data type of the column. I assume Oracle then maps this to its own data types - for example a string datatype will be mapped to varchar2.
    One problem is that Oracle only support string sizes of up to 4000 bytes (including multi-byte charsets). Anything larger than that needs to be a CLOB. Thus the mapping is not a simple 1:1 map - it's a tad more complex than that.
    But your foreign table does not touch on these complexities. It uses string data types that should be straight forward to map.
    As this (complex mapping) is not the case, one of two possible issues comes to mind.
    Oracle has a bug in the way it maps the remote column's data type to an equivalent Oracle SQL data type.
    Or, the ODBC driver is returning funky and incorrect data types that Oracle then also maps incorrectly as a result.
    I'm more inclined to think the latter - as the ODBC API is a standard and Oracle's Heterogeneous Agent interface that uses it, has been thoroughly tested. So while there can be bugs in the agent's use of the ODBC call interface, I rather think it could be the driver.
    The driver needs to provide an interface (govern by ODBC call interface standards) to the client - and map these to the call interface supported by that database (e.g. OCI for Oracle, dblib for SQL-Server, etc). This can be complex - and as I doubt that Postgres's ODBC driver is that widely used and undergo the same amount of intensive testing.
    You can confirm/reject this as the error by replacing the ODBC driver (if there are other versions/sources available) and testing Oracle with that.
    Or you can use another ODBC client (e.g. isql command line executable) and check what it sees when dealing with this specific ODBC driver against that Postgres database and tables.
    An alternative option is to actually debug the ODBC calls made - as the log file includes the parameters passed and responses (with full verbose logging enabled). This will tell you exactly how the Oracle HS agent is using the ODBC call interface, parameters passed and what it sees in return.

  • Database link problem in a page process

    I'm trying to access a function over the database link in a page onload process. The called function located in another schema returns a varchar2 value, based on this value, I'll be doing appropriate navigation. But it's giving the following dblink error. However the select statement below works fine in sqlplus. any ideas are appreciated.
    ORA-04054: database link testschema does not exist
    DECLARE
    v_check varchar2(10) := NULL;
    BEGIN
    execute immediate 'select is_valid@testschema(&APP_USER., 10) into v_check from dual';
    END;
    thanks,
    Surya

    First you don't want to use &. anything in sql - use a bind variable and the using clause.
    Second, what if you try creating a view with the dblink in there and call the view? Does that change the error?

  • Problem in reading this particular text file, what is the problem with it..

    Hai to all..,
    I had developed an application to read the text file that is stored in my computer from mobile, all are working fine but some files create problems in reading the file content, like the file i had attached with this..
    Can any one please tell why this particular file creates problem in reading the contents...
    I had attached a text file with this...
    and the code I am using is
    int getcharcount;
    FileInputStream fstream = new FileInputStream(filename);
    InputStreamReader in = new InputStreamReader(fstream);
    while ((getcharcount = in.read()) != 0)
         getchar = getchar + (char) getcharcount;
    System.out.println("Full File Content :"+getchar);
    I try'd with BufferedReader also, but have the same problem,
    Can any one please give me a solution for this..

    Hai to all..,
    Sorry for the previous posting,
    I had developed an application to read the text file that is stored in my computer from mobile, all are working fine but some files create problems in reading the file content, like the file i had attached with this..
    Can any one please tell why this particular file creates problem in reading the contents...
    and the code I am using is
    int getcharcount;
    FileInputStream fstream = new FileInputStream(filename);
    InputStreamReader in = new InputStreamReader(fstream);
    while ((getcharcount = in.read()) != 0)
         getchar = getchar + (char) getcharcount;
    System.out.println("Full File Content :"+getchar);
    I try'd with BufferedReader also, but have the same problem,
    Can any one please give me a solution for this..The error I am getting is
    Full File Content :ÿþC
    But the file contains plain text only..
    Edited by: Kamal Raj on Oct 17, 2010 10:22 PM

  • Database link problem

    I am trying to connect two databases on the same NT server in Oracle8i.
    I need to query both databases (UNION) from a stored procedure called
    from a VB program. This is the link I created, but can't get to work. Any suggestions?
    -- create database link in "Document" database to connect to second database ("Infowhse") ON SAME SERVER
    create public database link infowhse.anacortes
    using infowhse_shaw
    -- Tnsnames.ora (on server)
    INFOWHSE_SHAW =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = shaw)(PORT = 1521))
    (CONNECT_DATA = (SID = INFOWHSE)(SERVER = DEDICATED))
    -- Creates successfully. When tested from within DB Studio, I get the following error message:
    The database link is not active
    -- If I key the following sql:
    select sysdate from dual@infowhse_shaw
    -- I get the following error message:
    ORA-12154: TNS:could not resolve service name
    Thank you for your help.

    In your case the command should be like the following, if the GLOBAL_NAMES parameter is not set. You have to give the link name as same as the name in the TNSNAMES.ORA file. You can give any name in other case like you have set your GLOBAL_NAMES parameter.
    create public database link infowhse.shaw connect to <username> identified by <pwd> using infowhse.shaw
    Try it..Good Luck
    null

  • Can someone please identify my problem by reading this crash report

    Okay hi guys. So I spend a lot of my time playing pc games and ive recently run into a problem with one. Not many of you will know this game but it is called League of Legends. After having played this game on my mac for months i suddenly started encountering a problem whereby the game would crash randomly. The number of times it will crash per game (avg game length 40 mins) varies and can crash not at all or 10 times. This game is a MOBA game which simply means i play online with other people, therefore every crash sets u back greatly and basically ensures a loss. The game has regular updates roughly every 2 weeks. My problem began after over of these updates. I have tried dropping the in game graphics to no success.
    Here is the crash report and hopefully someone can help.
    If you have any questions to help you help me then please ask. ty
    Process:         BugsplatReporter [16264]
    Path:            /Applications/League of Legends.app/Contents/LoL/RADS/solutions/lol_game_client_sln/releases/0.0.0.93/d eploy/LeagueOfLegends.app/Contents/Frameworks/BugSplat.framework/Versions/A/Bugs platReporter.app/Contents/MacOS/BugsplatReporter
    Identifier:      com.bugsplatsoftware.bugsplatreporter
    Version:         1.0
    Code Type:       X86 (Native)
    Parent Process:  LeagueofLegends [16185]
    Responsible:     BugsplatReporter [16264]
    User ID:         501
    Date/Time:       2014-04-11 18:45:39.313 +0200
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  2E252142-2BB6-2C5B-5301-6E523F2BA043
    Sleep/Wake UUID: 9D20E7C3-B81E-4A8A-80E6-2192C576FDE8
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x91e526b1 __raiseError + 193
    1   libobjc.A.dylib                     0x9741d091 objc_exception_throw + 162
    2   CoreFoundation                      0x91cfbd44 -[__NSArrayM insertObject:atIndex:] + 836
    3   CoreFoundation                      0x91cfb9e0 -[__NSArrayM addObject:] + 64
    4   BugsplatReporter                    0x00002bf6 -[BugsplatReporter fetchParams] + 582
    5   BugsplatReporter                    0x000028a9 -[BugsplatReporter init] + 84
    6   AppKit                              0x9af9acdb -[NSCustomObject nibInstantiate] + 380
    7   AppKit                              0x9af9aafb -[NSIBObjectData instantiateObject:] + 280
    8   AppKit                              0x9af99d16 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 418
    9   AppKit                              0x9af8db75 loadNib + 369
    10  AppKit                              0x9af8d19d +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 828
    11  AppKit                              0x9b236d2e +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 154
    12  AppKit                              0x9af8cc1f +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 709
    13  AppKit                              0x9af87f69 NSApplicationMain + 510
    14  BugsplatReporter                    0x000026c2 _start + 216
    15  BugsplatReporter                    0x000025e9 start + 41
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x91e53007 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 7
    1   com.apple.CoreFoundation                0x91e529b0 __raiseError + 960
    2   libobjc.A.dylib                         0x9741d091 objc_exception_throw + 162
    3   com.apple.CoreFoundation                0x91cfbd44 -[__NSArrayM insertObject:atIndex:] + 836
    4   com.apple.CoreFoundation                0x91cfb9e0 -[__NSArrayM addObject:] + 64
    5   com.bugsplatsoftware.bugsplatreporter          0x00002bf6 -[BugsplatReporter fetchParams] + 582
    6   com.bugsplatsoftware.bugsplatreporter          0x000028a9 -[BugsplatReporter init] + 84
    7   com.apple.AppKit                        0x9af9acdb -[NSCustomObject nibInstantiate] + 380
    8   com.apple.AppKit                        0x9af9aafb -[NSIBObjectData instantiateObject:] + 280
    9   com.apple.AppKit                        0x9af99d16 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 418
    10  com.apple.AppKit                        0x9af8db75 loadNib + 369
    11  com.apple.AppKit                        0x9af8d19d +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 828
    12  com.apple.AppKit                        0x9b236d2e +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 154
    13  com.apple.AppKit                        0x9af8cc1f +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 709
    14  com.apple.AppKit                        0x9af87f69 NSApplicationMain + 510
    15  com.bugsplatsoftware.bugsplatreporter          0x000026c2 _start + 216
    16  com.bugsplatsoftware.bugsplatreporter          0x000025e9 start + 41
    Thread 1:
    0   libsystem_kernel.dylib                  0x9233c046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x9a347dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9a34bcce start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9233c992 kevent64 + 10
    1   libdispatch.dylib                       0x999ef8bd _dispatch_mgr_invoke + 238
    2   libdispatch.dylib                       0x999ef556 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x9233c046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x9a347dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9a34bcce start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x9233c046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x9a347dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9a34bcce start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000001  ebx: 0x01b95600  ecx: 0x00000000  edx: 0x00000000
      edi: 0x00332c00  esi: 0x91e525fe  ebp: 0xbfffef48  esp: 0xbfffef40
       ss: 0x00000023  efl: 0x00000282  eip: 0x91e53007   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x03fb8000
    Logical CPU:     2
    Error Code:      0x00000000
    Trap Number:     3
    Binary Images:
        0x1000 -     0x6fff +com.bugsplatsoftware.bugsplatreporter (1.0) <12CFA75B-A0BF-E6B0-FE31-69643602C5B7> /Applications/League of Legends.app/Contents/LoL/RADS/solutions/lol_game_client_sln/releases/0.0.0.93/d eploy/LeagueOfLegends.app/Contents/Frameworks/BugSplat.framework/Versions/A/Bugs platReporter.app/Contents/MacOS/BugsplatReporter
    0x8fe05000 - 0x8fe37417  dyld (239.3) <4B280BB1-55F8-313F-86A6-8ADD644ED69E> /usr/lib/dyld
    0x90008000 - 0x90012ff7  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <16E20DCD-89F4-3C8E-9DBA-EED359807038> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90013000 - 0x90169ff0  libBLAS.dylib (1094.5) <74310C2F-4FDB-3995-A01A-5AFB83010A43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9016c000 - 0x9016cfff  com.apple.CoreServices (59 - 59) <06747539-5035-3307-8645-9BC4E7F89023> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9016d000 - 0x90178ff6  com.apple.NetAuth (5.0 - 5.0) <3B2E9615-EE12-38FC-BDCF-09529FF9464B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x90179000 - 0x90185ffc  libbz2.1.0.dylib (29) <3CEF1E92-BA42-3F8A-8E8D-9E1F7658E5C7> /usr/lib/libbz2.1.0.dylib
    0x9018b000 - 0x901e1ff6  com.apple.ScalableUserInterface (1.0 - 1) <2C81641B-FA30-32FF-8B3E-3CB9BF53B2D9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x902a2000 - 0x902a6ffc  com.apple.IOSurface (91 - 91) <DECEEB72-3C7E-3C21-9237-E5AD293F8B09> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x902af000 - 0x90324ff1  com.apple.ApplicationServices.ATS (360 - 363.1) <5C9BC698-0CC1-3F6A-9F9D-BCC3A9C3D6DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x904ea000 - 0x905defff  libFontParser.dylib (111.1) <D8F9B2A4-41A6-3407-8D80-13A841F97BE5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x90b29000 - 0x90b8aff7  com.apple.Symbolication (1.4 - 129) <E5948C08-6ADF-3D86-9134-6AE49CF1DA0F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x90b8b000 - 0x90baeff7  libc++abi.dylib (48) <5367BE5A-D475-3FB4-972D-E1DC999A709A> /usr/lib/libc++abi.dylib
    0x90baf000 - 0x90bbbff7  com.apple.OpenDirectory (10.9 - 173.1.1) <2AA24814-2DC6-3E28-B71B-186B686F0F19> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x90bbc000 - 0x90be6fff  libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
    0x90c96000 - 0x90caeff7  libsystem_malloc.dylib (23.1.10) <69F485C9-B3E7-3E36-A06C-D7DFD29D22E1> /usr/lib/system/libsystem_malloc.dylib
    0x90cd1000 - 0x90cd1fff  com.apple.Cocoa (6.8 - 20) <407DC9E6-BBCE-3D34-9BBB-00C90584FFDF> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x90cd2000 - 0x90cd6ffe  libCoreVMClient.dylib (58.1) <0EB8FFD7-AFED-3A63-810E-29629831D43D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x91c7f000 - 0x91c98fff  com.apple.Kerberos (3.0 - 1) <91F17EB2-C70C-359C-B09D-96B52D2A9C9F> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x91c99000 - 0x91cb1fff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <630A5CCF-8FC3-379D-B0BD-41DCE1F0B624> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x91cb2000 - 0x91ce2ff7  com.apple.CoreServicesInternal (184.8 - 184.8) <88528205-9452-3EEC-BB27-DAAA7EC81E04> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x91ced000 - 0x91eefff7  com.apple.CoreFoundation (6.9 - 855.11) <50F70E07-043A-3A2F-87EF-A36BA6C5C9D9> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91ff9000 - 0x91ffdffa  libcache.dylib (62) <9730D7F2-D226-3F30-8D26-BF598CB781F6> /usr/lib/system/libcache.dylib
    0x91ffe000 - 0x91ffefff  com.apple.Accelerate (1.9 - Accelerate 1.9) <C85070A7-D942-3CFA-981F-5864480788C8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91fff000 - 0x92035fff  com.apple.IconServices (25 - 25.17) <A4B5242B-765E-3D58-B066-BBEDB5947AAD> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x92069000 - 0x922cdfff  com.apple.CoreData (107 - 481) <F699EC21-57D9-3AE6-A17B-C1D1092780BD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x92324000 - 0x92341ff4  libsystem_kernel.dylib (2422.1.72) <C5641F6C-E271-380A-A656-AE4C04345602> /usr/lib/system/libsystem_kernel.dylib
    0x92c11000 - 0x92c15fff  libheimdal-asn1.dylib (323.12) <9EA2A221-301B-3B9A-BBF2-38134145B5A8> /usr/lib/libheimdal-asn1.dylib
    0x92c1d000 - 0x92c1fffe  libCVMSPluginSupport.dylib (9.0.83) <BD30BDD1-DD5B-3F31-A09B-C274EA93CD7C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x92c38000 - 0x92c39ffd  libunc.dylib (28) <22A126A1-DCFB-3BE5-A66B-C973F0A5D839> /usr/lib/system/libunc.dylib
    0x93286000 - 0x93290fff  com.apple.bsd.ServiceManagement (2.0 - 2.0) <B84F3916-236A-347B-9C1F-3DE571496737> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x93337000 - 0x93337fff  com.apple.ApplicationServices (48 - 48) <7967F6FA-2984-3CC3-AD9A-7B9AEC562A2A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x933c3000 - 0x933e0ffb  libresolv.9.dylib (54) <3EC12A7F-6BA1-3976-9F1F-6A4B76303028> /usr/lib/libresolv.9.dylib
    0x933e1000 - 0x933e1ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <8A37963C-DF6F-3DFF-94E9-407DC5DFEDA9> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x933e4000 - 0x933e5fff  libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
    0x933e6000 - 0x9343fffa  libTIFF.dylib (1038) <691DAAFD-D72B-3BE9-AE5C-84AF86BE66CD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x93440000 - 0x93442fff  libquarantine.dylib (71) <EE3B510E-1AEC-3171-8A1A-D6A5A42CF35C> /usr/lib/system/libquarantine.dylib
    0x93443000 - 0x9357aff3  com.apple.desktopservices (1.8 - 1.8) <4D853961-F911-3FE2-A7DF-3130EA1D8CEB> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9357b000 - 0x937e8ff6  com.apple.security (7.0 - 55471) <5FCF76B2-92C6-3404-87D3-91B3F6E203AA> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x937e9000 - 0x93825ff4  com.apple.RemoteViewServices (2.0 - 94) <BEEE6ADF-7DA3-3D68-BCB0-9863BE1A1F46> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x93826000 - 0x9384dfff  com.apple.CoreVideo (1.8 - 117.2) <A53FDD90-F200-3F7C-8A8E-5DE36D3DFBB0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9384e000 - 0x93857fff  libsystem_notify.dylib (121) <623269F5-1518-3035-A916-8AF83C972154> /usr/lib/system/libsystem_notify.dylib
    0x93858000 - 0x93a04ff1  com.apple.QuartzCore (1.8 - 332.0) <07F9B77F-35A2-3D21-99FA-CD3FCE5B9C7B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93a05000 - 0x93a14fff  libGL.dylib (9.0.83) <E76D1F2A-D98B-3464-AD0B-FC1EBBADF027> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x93a24000 - 0x93a31fff  com.apple.Librarian (1.2 - 1) <F85681E3-3398-327B-829B-1D8078C38C22> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x93d59000 - 0x93e57fff  libJP2.dylib (1038) <EE0B9985-625D-39E6-B425-03FB75BA2594> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x93fc6000 - 0x93fc7ffa  libsystem_sandbox.dylib (278.10) <F3C9C427-AF9F-3CE0-95FF-DC9ACA0B5760> /usr/lib/system/libsystem_sandbox.dylib
    0x93fc8000 - 0x9400afff  libGLU.dylib (9.0.83) <0D9BFE5A-435E-3C66-AF96-D3567B8FC87B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9400b000 - 0x94010ff6  libcompiler_rt.dylib (35) <9924DF2E-D80B-3A21-920D-544A4597203F> /usr/lib/system/libcompiler_rt.dylib
    0x9428e000 - 0x94296ff7  libCGCMS.A.dylib (599.7) <A7404924-9A2B-3324-A934-BD08953E7098> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
    0x94297000 - 0x9429ffff  libcopyfile.dylib (103) <1B1484BD-08B6-3BA9-94CA-A7C24B610EB3> /usr/lib/system/libcopyfile.dylib
    0x942b9000 - 0x942e7ff3  com.apple.DebugSymbols (106 - 106) <FC70F4C9-B2A6-352F-9563-6C085E9DDDB8> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x943d4000 - 0x943ddfff  com.apple.audio.SoundManager (4.1 - 4.1) <68B7CEB7-AF09-3E24-8548-6ABF065B5186> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9441d000 - 0x9441fffb  libRadiance.dylib (1038) <F0D3F13B-5628-3DF9-8B86-A4D914567B25> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x94429000 - 0x9449cfff  com.apple.SearchKit (1.4.0 - 1.4.0) <6F607AB6-7553-37BA-BEC5-98FD7C27FAD7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9449d000 - 0x94812ff9  com.apple.HIToolbox (2.1 - 695) <74E2DE33-E48E-3206-BD78-AFB988235A83> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x94813000 - 0x948e3fef  libvDSP.dylib (423.32) <E2FA7230-A001-3F6B-9ACF-6998C51AD7DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x948e4000 - 0x948f8ff9  com.apple.MultitouchSupport.framework (245.13 - 245.13) <6860A0D0-3654-3B02-B2E9-C4D2637167B8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x948f9000 - 0x94cbeff6  libLAPACK.dylib (1094.5) <E6286E68-3501-31AC-813E-75B3B3968011> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94cbf000 - 0x94d57ff7  com.apple.Metadata (10.7.0 - 800.12) <0AE4CD6B-FDFC-31ED-9F2C-FE870155CAF9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x94fbe000 - 0x95006fff  com.apple.PerformanceAnalysis (1.47 - 47) <16935C0F-7F9F-316E-9D46-11973DE0904A> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x95007000 - 0x9543bff7  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <5B12F3E9-84F6-3183-B85D-FD19EF800ADB> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x9543c000 - 0x954a5fff  com.apple.SystemConfiguration (1.13 - 1.13) <542075CD-9085-3F30-B84B-DD0277D6A40E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x954a6000 - 0x9566cffb  libicucore.A.dylib (511.25) <44DDE9A4-578E-3D23-A41A-D8795D000A18> /usr/lib/libicucore.A.dylib
    0x9566d000 - 0x956e2ffb  com.apple.framework.IOKit (2.0.1 - 907.1.13) <86D72735-9DFB-35C8-83F7-CE0DCF17D354> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x956e3000 - 0x959e4ff7  com.apple.CoreServices.CarbonCore (1077.13 - 1077.13) <C514A490-8689-3665-AD82-863B5FF8D6AE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x959e5000 - 0x95b57ffb  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <E5FFD35D-18CF-333C-BECE-39F8E47BE707> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95b58000 - 0x95b66fff  libxar.1.dylib (202) <B73748D4-F830-3C71-98B3-7A3ABF5136FD> /usr/lib/libxar.1.dylib
    0x95b67000 - 0x95bc5ffd  com.apple.AE (665.5 - 665.5) <54F2F247-160C-3A22-A6E3-5D49655A67AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x95bc6000 - 0x95bf7ffa  libsystem_m.dylib (3047.16) <28E614E8-7802-3E84-960A-AD4721EF10F7> /usr/lib/system/libsystem_m.dylib
    0x95c38000 - 0x95c3cffc  libpam.2.dylib (20) <50623D44-795F-3E28-AA85-23E0E7E2AE0E> /usr/lib/libpam.2.dylib
    0x95c43000 - 0x95c51ff7  com.apple.Sharing (132.2 - 132.2) <87DBFC7A-9689-3B8E-AD16-5A9DFF9DE625> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x95c52000 - 0x95d15ff1  com.apple.CoreText (352.0 - 367.15) <746AD442-F7B4-3273-A36D-C7103D26F727> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x95d41000 - 0x95ea3ff3  com.apple.CFNetwork (673.0.3 - 673.0.3) <5E0E9AE8-073B-3F2B-B0C7-A0129DE787F6> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x95ea5000 - 0x95ea8ff9  com.apple.TCC (1.0 - 1) <A5FCF7AA-3F56-3A19-9DF1-661F1F02F79D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x95ea9000 - 0x95f95ff7  libxml2.2.dylib (26) <32040145-6FD6-3AD2-B98B-39F73BF9AC47> /usr/lib/libxml2.2.dylib
    0x95f96000 - 0x95fa3ff7  com.apple.AppleFSCompression (56 - 1.0) <0C44B3E4-C4A7-3A65-9C1A-334CA3E35BDB> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x95fa4000 - 0x95fc8fff  libJPEG.dylib (1038) <212B0986-9227-397C-9493-BCB190EC020E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x95fc9000 - 0x95fd0ff2  com.apple.NetFS (6.0 - 4.0) <915AA303-C02B-3B0C-8208-D8AAA4350DB4> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x95fd5000 - 0x96014ff7  com.apple.bom (12.0 - 192) <50F9D23C-9C9A-38BF-B4E2-66D93BE2A174> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x96015000 - 0x96017fff  libsystem_configuration.dylib (596.12) <1C31C3F6-568D-3854-AE03-A5DA2F39297E> /usr/lib/system/libsystem_configuration.dylib
    0x96040000 - 0x9614cfff  com.apple.ImageIO.framework (3.3.0 - 1038) <0B4A6607-9FBC-3A6C-984A-0542DE8385FB> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x9614d000 - 0x96153ffb  libunwind.dylib (35.3) <099D1A6F-A1F0-3D05-BF1C-0A7BB32D39C2> /usr/lib/system/libunwind.dylib
    0x96154000 - 0x9617fff5  com.apple.ChunkingLibrary (2.0 - 155.1) <50BBBBF8-F30B-39EA-A512-11A47F429F2C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x96180000 - 0x96184ff7  libmacho.dylib (845) <D8E93E59-1F80-3413-B9CF-78B848F6E873> /usr/lib/system/libmacho.dylib
    0x9621a000 - 0x96283fff  com.apple.datadetectorscore (5.0 - 354.0) <0C6C812D-3E7A-31A4-BFDE-CD3316AA35B6> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x96287000 - 0x96287fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <DDAC0B59-F886-3AB1-98E8-C71FFF161CD4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x965e5000 - 0x965f0fff  com.apple.CrashReporterSupport (10.9 - 538) <7A5FF845-433C-33E3-99B5-F6AA5B825734> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x965f1000 - 0x966d7ff7  com.apple.coreui (2.1 - 231) <1C1AE894-C5C2-3F1C-BF29-B152ECD9BD88> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x966d8000 - 0x96743ff9  com.apple.Heimdal (4.0 - 2.0) <E3091095-A893-3089-8DA1-8705B3BE5BF9> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x96748000 - 0x967f4ffb  libvMisc.dylib (423.32) <43873EFF-FB43-3301-BEE8-F2C3A046D7A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x96825000 - 0x96b0ffd2  com.apple.vImage (7.0 - 7.0) <256972F0-3DBC-3CE1-9EE8-B48243868729> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x96b3f000 - 0x96bc8fff  com.apple.CoreSymbolication (3.0 - 141) <178DDF5C-B6DA-39BD-84F5-FD3FA7E93BF8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x96c30000 - 0x96ca6ff3  com.apple.securityfoundation (6.0 - 55122) <25149798-A37E-316F-84AB-93029EAF33D8> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x96ca7000 - 0x96cc3ff9  com.apple.Ubiquity (1.3 - 289) <1CEDC83D-7282-3B4D-8CF7-4FE045012391> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x96cc4000 - 0x96cdfff6  libPng.dylib (1038) <F39168D4-ABEB-3C2D-A763-B9D3E1EF43BC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x96ce0000 - 0x9700bff6  com.apple.Foundation (6.9 - 1056) <C8AE9C03-3460-354A-A8B6-EF4955BE600D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9700c000 - 0x97404ff3  com.apple.CoreGraphics (1.600.0 - 599.7) <DB004990-F06F-3768-AE4C-191B3C748EFC> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x97405000 - 0x9740efff  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <CF8E5706-F744-3139-8A51-D52BF055D19F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9740f000 - 0x975b74af  libobjc.A.dylib (551.1) <31CBE178-E972-30D1-ADC6-4B8345CAE326> /usr/lib/libobjc.A.dylib
    0x975b8000 - 0x975cafff  libbsm.0.dylib (33) <1BE92DB5-0D2F-3BB5-BCC6-8A71EF2A3450> /usr/lib/libbsm.0.dylib
    0x975cb000 - 0x97608ff7  libauto.dylib (185.5) <CD008E66-4A0C-35F5-8D72-80D76A716A03> /usr/lib/libauto.dylib
    0x9768e000 - 0x976a8ff7  com.apple.GenerationalStorage (2.0 - 160.2) <8755F7F1-2402-387C-A32A-2270E7D680C8> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x976a9000 - 0x976aafff  libsystem_blocks.dylib (63) <2AC67D5E-ECD4-3644-A53C-9684F9B7AA33> /usr/lib/system/libsystem_blocks.dylib
    0x976ae000 - 0x976b6fff  libsystem_dnssd.dylib (522.1.11) <1C015806-B971-34F9-B162-3DF7897351D0> /usr/lib/system/libsystem_dnssd.dylib
    0x976b7000 - 0x97707ff7  libcorecrypto.dylib (161.1) <135FD99E-2211-3DF4-825C-C9F816107F0C> /usr/lib/system/libcorecrypto.dylib
    0x9771c000 - 0x9779cff7  com.apple.CoreServices.OSServices (600.4 - 600.4) <1227DF22-E2DA-3764-A1CA-10CC0CEBE377> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x97c35000 - 0x97c3dfff  liblaunch.dylib (842.1.4) <3798500D-4436-3AEB-B273-7F2428C33A4A> /usr/lib/system/liblaunch.dylib
    0x97ca1000 - 0x97cafff7  libz.1.dylib (53) <858B4D9F-D87E-3D81-B07A-DF9632BD185F> /usr/lib/libz.1.dylib
    0x97cb0000 - 0x97cfcff7  libcups.2.dylib (372) <9A2BE8DC-37E4-3019-B665-1036FE7868EA> /usr/lib/libcups.2.dylib
    0x97cfd000 - 0x97dcaff7  com.apple.backup.framework (1.5 - 1.5) <E33257DD-A751-3230-89B7-B4B79F70A8FB> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x97dce000 - 0x97dd6ffe  libGFXShared.dylib (9.0.83) <35644AAA-B1E7-367C-90C0-378024F8A46A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x97dd7000 - 0x97e2cfff  libc++.1.dylib (120) <10C0A136-64F9-3CC2-9420-013247032120> /usr/lib/libc++.1.dylib
    0x9878a000 - 0x9881cffe  libsystem_c.dylib (997.1.1) <D06FD754-8CE3-3EB7-BE05-2EF939BBE05F> /usr/lib/system/libsystem_c.dylib
    0x98873000 - 0x98904fff  com.apple.ColorSync (4.9.0 - 4.9.0) <8366AE10-0396-3100-B87A-A176E8ECE7B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x98911000 - 0x98a01ffb  libiconv.2.dylib (41) <848FEBA7-2E3E-3ECB-BD59-007F32468787> /usr/lib/libiconv.2.dylib
    0x99388000 - 0x993b4ff7  com.apple.DictionaryServices (1.2 - 208) <33873336-BECD-3F62-A315-C45F24C1818C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x993b5000 - 0x99403ff9  com.apple.HIServices (1.22 - 466) <30636237-408A-3552-90C1-1279348DF7CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x99404000 - 0x99665fff  com.apple.RawCamera.bundle (4.08 - 709) <941EB1CC-D625-3678-80B0-7D7299C7F261> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x99666000 - 0x99666ffd  libOpenScriptingUtil.dylib (157) <4D06E8ED-D312-34EA-A448-DFF45ADC3CE5> /usr/lib/libOpenScriptingUtil.dylib
    0x9966d000 - 0x99678ffb  libcommonCrypto.dylib (60049) <F8E60C43-22EE-3E0B-9546-3365056901F1> /usr/lib/system/libcommonCrypto.dylib
    0x996f9000 - 0x999ebff8  com.apple.CoreImage (9.0.54) <D7BC3E53-EF5B-3A14-8808-8D45EE505B48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x999ec000 - 0x99a04ffd  libdispatch.dylib (339.1.9) <6249BAE5-044F-3A7A-9CCC-03FF7E6B405B> /usr/lib/system/libdispatch.dylib
    0x99bcd000 - 0x99c64ff7  com.apple.ink.framework (10.9 - 207) <EF00BCCB-B270-3F3D-9424-EF5F4BC23E25> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x99cba000 - 0x99cc3fff  com.apple.DiskArbitration (2.6 - 2.6) <6379523D-3196-370C-AE4A-8EA586E36909> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x99cf6000 - 0x99d04ff3  com.apple.opengl (9.0.83 - 9.0.83) <16CFFD50-217E-3E18-88AF-7F2AD980628B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x99da5000 - 0x99eb7ffc  libsqlite3.dylib (158) <B3DB0FED-FE4C-314D-8329-CF7708C8AAF4> /usr/lib/libsqlite3.dylib
    0x99f0a000 - 0x99f0bfff  libremovefile.dylib (33) <ED35EA79-EB06-3B84-A6D4-B1A9D6B8648D> /usr/lib/system/libremovefile.dylib
    0x99f3f000 - 0x99f51fff  libsystem_asl.dylib (217.1.4) <51EB17C9-9F5B-39F3-B6CD-8EF238B05B89> /usr/lib/system/libsystem_asl.dylib
    0x99f52000 - 0x99fa1fff  com.apple.opencl (2.3.57 - 2.3.57) <93385E1C-00D9-31BE-9652-7F3C09484B3E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9a0bf000 - 0x9a0e7fff  libsystem_info.dylib (449.1.3) <BB68E8CC-422F-3121-8C86-D0F766FB696D> /usr/lib/system/libsystem_info.dylib
    0x9a0e8000 - 0x9a113ff7  libsystem_network.dylib (241.3) <71EBA489-386D-3608-ADE6-CB50EBD1AB1B> /usr/lib/system/libsystem_network.dylib
    0x9a137000 - 0x9a17dff7  libFontRegistry.dylib (127) <A0930DB2-A6C6-3C6E-B4A2-119E0D76FD7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x9a205000 - 0x9a229fff  libxpc.dylib (300.1.17) <252BC88F-A5CA-3E67-AEDB-3D7B9F4537E2> /usr/lib/system/libxpc.dylib
    0x9a2fa000 - 0x9a2fbfff  libSystem.B.dylib (1197.1.1) <C58F0CC9-C1FD-3024-9358-D3359A6BBCAD> /usr/lib/libSystem.B.dylib
    0x9a2fc000 - 0x9a301ff3  libsystem_platform.dylib (24.1.4) <875321B9-34EF-3FCC-880C-633FA05223F5> /usr/lib/system/libsystem_platform.dylib
    0x9a302000 - 0x9a33fffb  libGLImage.dylib (9.0.83) <FA15FEB5-54E4-313B-8E78-A2D2E6C88FE1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9a340000 - 0x9a344ffa  libGIF.dylib (1038) <5CEB4EDF-B0B6-33A6-BDDE-8C0D3226FA72> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9a345000 - 0x9a34cffb  libsystem_pthread.dylib (53.1.4) <8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C> /usr/lib/system/libsystem_pthread.dylib
    0x9a34d000 - 0x9a359ffe  libkxld.dylib (2422.1.72) <F9B35FA5-C936-3286-A055-2B0780A674AC> /usr/lib/system/libkxld.dylib
    0x9a35a000 - 0x9a3f6fff  com.apple.QD (3.50 - 298) <F73FD4D4-17A4-37D6-AC06-7CA5A8BA1212> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9a3fa000 - 0x9a3fdfff  libdyld.dylib (239.3) <729B32AC-EEE2-3739-8CE3-F90838D51906> /usr/lib/system/libdyld.dylib
    0x9a68f000 - 0x9a76aff7  com.apple.LaunchServices (572.23 - 572.23) <7E52FB5C-9ECF-3CB9-BF18-6652B8D8CDE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9af30000 - 0x9af85ff7  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <0F1C111F-1E64-33BB-A69F-14643B3037D5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9af86000 - 0x9bba1ff3  com.apple.AppKit (6.9 - 1265) <AE258D94-0272-394F-BBB7-9B5C165A4A78> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9be5b000 - 0x9be64ffa  com.apple.CommonAuth (4.0 - 2.0) <6CB82D57-3C55-39E5-9036-8047DF3E6F57> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x9be65000 - 0x9be66ffc  com.apple.TrustEvaluationAgent (2.0 - 25) <064B485D-56E0-3DD7-BBE2-E08A5BFFF8B3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x9bea0000 - 0x9bea1fff  liblangid.dylib (117) <F18F76C6-7E4B-34AD-AE81-C1C031BF2F7D> /usr/lib/liblangid.dylib
    0x9bf93000 - 0x9bfefffa  com.apple.print.framework.PrintCore (9.0 - 428) <3E248391-2669-328B-B84F-8763FE8E92BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9bff0000 - 0x9c00cfff  libCRFSuite.dylib (34) <FFF76EBA-DF35-3A5F-857F-3F4B1C9F4C77> /usr/lib/libCRFSuite.dylib
    0x9c080000 - 0x9c090ff5  com.apple.LangAnalysis (1.7.0 - 1.7.0) <71DE7754-0A47-3F35-B1BF-B1FE7E1311E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9c13d000 - 0x9c13dfff  libkeymgr.dylib (28) <1B097DEA-011E-3B1C-86D5-6C7FAD5C765A> /usr/lib/system/libkeymgr.dylib
    0x9c2fb000 - 0x9c32cffd  com.apple.GSS (4.0 - 2.0) <6BA01155-4DAD-30EE-B480-D224650EA010> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 34119
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=131.2M resident=30.6M(23%) swapped_out_or_unallocated=100.6M(77%)
    Writable regions: Total=50.5M written=1332K(3%) resident=1900K(4%) swapped_out=0K(0%) unallocated=48.6M(96%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG image                              4K
    CG shared images                    140K
    Kernel Alloc Once                     4K
    MALLOC                             40.7M
    MALLOC (admin)                       48K
    Stack                              65.6M
    VM_ALLOCATE                         364K
    __DATA                             13.5M
    __IMAGE                             528K
    __IMPORT                              4K
    __LINKEDIT                         43.0M
    __OBJC                             1780K
    __PAGEZERO                            4K
    __TEXT                             88.3M
    __UNICODE                           544K
    mapped file                       152.6M
    shared memory                         4K
    ===========                      =======
    TOTAL                             407.0M
    Model: MacBookPro9,2, BootROM MBP91.00D3.B08, 2 processors, Intel Core i5, 2.5 GHz, 4 GB, SMC 2.2f41
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 1024 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x384A54463235363634485A2D3147364D3120
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x384A54463235363634485A2D3147364D3120
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: APPLE HDD TOSHIBA MK5065GSXF, 500.11 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS31N
    USB Device: Hub
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Hub
    USB Device: IR Receiver
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: USB OPTICAL MOUSE
    Thunderbolt Bus: MacBook Pro, Apple Inc., 25.1

    DrivenSky,
    the “uncaught exception/object cannot be nil” error strongly suggests that it’s due to a programming error in the game. You might have better luck reporting this to the publisher of the game, to see if this is a known problem that will be addressed in their next update.

  • Database Link Problem-Peculiar SQL stmt execution.. Please help

    Hi all,
    This is a strange problem i'm facing while running the following query.
    This query is run on the local machine which is fetching data from another remote database. All the functions included also are fetching data from the remote database through db links.
    I know lot of db links are into picture, but the requirement is like this only.
    SQL :SELECT billing_extract_subscriber.get_external_id_types_descr
    (ciem.external_id_type,
    'ra_delhi'
    ) AS "EXTERNAL_ID_TYPE",
    ciem.external_id, ciem.subscr_no customer_equip_map_subscr_no,
    ciem.subscr_no_resets, s.subscr_no servive_subscriber_no,
    s.service_active_dt, s.service_inactive_dt, s.is_prepaid,
    billing_extract_subscriber.get_status_values_descr
    (ss.status_id,
    'ra_delhi'
    ) AS "STATUS_VALUES",
    billing_extract_subscriber.get_status_type_values_descr
    (ss.status_type_id,
    'ra_delhi'
    ) AS "STATUS_TYPE_VALUES",
    ss.subscr_no service_status_subscr_no, NULL "point_target",
    NULL "customer_corridors_subscr_no", cmc.component_id, cmc.package_id,
    billing_extract_subscriber.get_component_name_descr
    (cmc.component_id,
    'ra_delhi'
    ) AS "COMPONENT_NAME",
    billing_extract_subscriber.get_package_def_values_descr
    (cmc.package_id,
    'ra_delhi'
    ) AS "PACKAGE_NAME",
    cmc.component_status,
    billing_extract_subscriber.get_mkt_code_values_descr
    (cf.mkt_code,
    'ra_delhi'
    ) AS "MKT_CODE",
    cf.account_no,
    billing_extract_subscriber.get_bill_period_descr
    (cf.bill_period,
    'ra_delhi'
    ) AS "BILL_PERIOD",
    cf.account_type,
    billing_extract_subscriber.get_account_category_descr
    (cf.account_category,
    'ra_delhi'
    ) AS "ACCOUNT_CATEGORY",
    billing_extract_subscriber.get_gender_descr (cf.gender,
    'ra_delhi'
    ) AS "GENDER"
    FROM customer_id_equip_map@ra_delhi ciem,
    service@ra_delhi s,
    service_status@ra_delhi ss,
    cmf_package_component@ra_delhi cmc,
    cmf@ra_delhi cf
    WHERE ciem.subscr_no = s.subscr_no
    AND s.subscr_no = ss.subscr_no
    AND s.parent_account_no = cf.account_no
    AND s.service_active_dt >= cf.date_active
    AND NVL (s.service_inactive_dt, '31-dec-9999') <=NVL (cf.date_inactive, '31-dec-9999')
    AND s.service_active_dt <= ciem.active_date
    AND NVL (s.service_inactive_dt, '31-dec-9999') >=NVL (ciem.inactive_date, '31-dec-9999')
    AND cmc.parent_account_no = cf.account_no
    AND ciem.active_date <= cmc.active_dt
    AND NVL (ciem.inactive_date, '31-dec-9999') >=NVL (cmc.inactive_dt, '31-dec-9999');
    *1. Now when i'm running this sql all as a whole I'm getting the error:*
    ORA-00904: "S"."SERVICE_INACTIVE_DT": invalid identifier
    ORA-02063: preceding line from RA_DELHI
    Sometimes Invalid Identifier, sometimes invalid table etc. is coming.
    *2. Now when i'm running the above query after breaking into two parts is :*
    a. first part .. WHERE clause is removed -
    SELECT billing_extract_subscriber.get_external_id_types_descr
    (ciem.external_id_type,
    'ra_delhi'
    ) AS "EXTERNAL_ID_TYPE",
    ciem.external_id, ciem.subscr_no customer_equip_map_subscr_no,
    ciem.subscr_no_resets, s.subscr_no servive_subscriber_no,
    s.service_active_dt, s.service_inactive_dt, s.is_prepaid,
    billing_extract_subscriber.get_status_values_descr
    (ss.status_id,
    'ra_delhi'
    ) AS "STATUS_VALUES",
    billing_extract_subscriber.get_status_type_values_descr
    (ss.status_type_id,
    'ra_delhi'
    ) AS "STATUS_TYPE_VALUES",
    ss.subscr_no service_status_subscr_no, NULL "point_target",
    NULL "customer_corridors_subscr_no", cmc.component_id, cmc.package_id,
    billing_extract_subscriber.get_component_name_descr
    (cmc.component_id,
    'ra_delhi'
    ) AS "COMPONENT_NAME",
    billing_extract_subscriber.get_package_def_values_descr
    (cmc.package_id,
    'ra_delhi'
    ) AS "PACKAGE_NAME",
    cmc.component_status,
    billing_extract_subscriber.get_mkt_code_values_descr
    (cf.mkt_code,
    'ra_delhi'
    ) AS "MKT_CODE",
    cf.account_no,
    billing_extract_subscriber.get_bill_period_descr
    (cf.bill_period,
    'ra_delhi'
    ) AS "BILL_PERIOD",
    cf.account_type,
    billing_extract_subscriber.get_account_category_descr
    (cf.account_category,
    'ra_delhi'
    ) AS "ACCOUNT_CATEGORY",
    billing_extract_subscriber.get_gender_descr (cf.gender,
    'ra_delhi'
    ) AS "GENDER"
    FROM customer_id_equip_map@ra_delhi ciem,
    service@ra_delhi s,
    service_status@ra_delhi ss,
    cmf_package_component@ra_delhi cmc,
    cmf@ra_delhi cf
    The query is running fine.
    b. when i'm running the another part where i'm removing the functions and replacing with then also it is running fine. e.g*
    SELECT *
    FROM customer_id_equip_map@ra_delhi ciem,
    service@ra_delhi s,
    service_status@ra_delhi ss,
    cmf_package_component@ra_delhi cmc,
    cmf@ra_delhi cf
    WHERE ciem.subscr_no = s.subscr_no
    AND s.subscr_no = ss.subscr_no
    AND s.parent_account_no = cf.account_no
    AND s.service_active_dt >= cf.date_active
    AND NVL (s.service_inactive_dt, '31-dec-9999') <=NVL (cf.date_inactive, '31-dec-9999')
    AND s.service_active_dt <= ciem.active_date
    AND NVL (s.service_inactive_dt, '31-dec-9999') >=NVL (ciem.inactive_date, '31-dec-9999')
    AND cmc.parent_account_no = cf.account_no
    AND ciem.active_date <= cmc.active_dt
    AND NVL (ciem.inactive_date, '31-dec-9999') >=NVL (cmc.inactive_dt, '31-dec-9999');
    *3. I can trace out there is some problem related to the concurrent db links getting opened.*
    i've done resizing the following parameters as well but isn't working :
    NAME TYPE VALUE
    open_cursors integer 3000
    open_links integer 100
    open_links_per_instance integer 100
    read_only_open_delayed boolean FALSE
    session_max_open_files integer 10
    NAME TYPE VALUE
    open_cursors integer 3000
    open_links integer 100
    open_links_per_instance integer 100
    read_only_open_delayed boolean FALSE
    session_max_open_files integer 10
    SQL>
    SQL> sho parameter distributed
    NAME TYPE VALUE
    distributed_lock_timeout integer 300
    I've tried breaking up the query but in any case i'm opening same no. of dblinks. So it din't help me.
    Kindly Suggset what to do? Is there any more parameter which govern maximum db links opened at a time? or is this problem due to someother reasons?
    Database Details :
    Version : 10.2.0.3.0
    Platform : HP UX

    Hi all,
    NO RESPONSE AT ALL???
    Well not a PROBLEM....
    I got my solution so thought of writing it here for everybody's reference.
    SQL> alter session set events '10176 trace name context forever';
    Session altered.
    SQL> alter system flush shared_pool;
    System altered.
    And then I have execute original query given by Prabhat, it's running fine.
    Applies to:
    Oracle Server - Enterprise Edition - Version: 10.2.0.1 to 11.1.0.7
    This problem can occur on any platform.
    Symptoms
    -- Problem Statement:
    Following query over dblink having Local database 9iR2 and remote 10gR2 works..
    select *
    from ctps3.institutions@ctps3 i,
    ctps3.state_types@ctps3 s,ods.institutions oi
    where s.stt_state_type_id (+) = i.stt_state_type_id
    and oi.ctps_insttn_id = i.inst_insttn_id
    and i.inst_modifd_dt = trunc(sysdate)
    and (nvl (oi.inst_state_txt, 'x') <> nvl (s.stt_state_type_nm, 'x'))
    and (nvl (oi.inst_phone_txt, 17) <> nvl (i.inst_phone_txt, 17));
    The same query fails when both local and remote databases are 10g R2, with following errors:
    ERROR at line 2:
    ORA-00904: "OI"."INST_STATE_TXT": invalid identifier
    ORA-02063: preceding line from CTPS3
    Cause
    Outer join query over dblink can fail with ORA-904, as referenced in:
    Bug 6620988 QUERY OVER DBLINK FAILS WITH ORA-904 SELECTING DATE
    Predicates are not checked to verify if they belong to same network node when we attempt to colocate the remote tables. This results in wrongly generating remote query and ORA-904
    REDISCOVERY INFORMATION:
    1. ORA-904
    2. DB link
    3. OJ predicates across network nodes
    4. predicates wrongly pushed network nodes
    Solution
    -- To implement the solution, please execute the following steps::
    Use the workaround of disabling colocated joins via event 10176 and force a hard parse to happen
    (ie by flushing the shared pool), ie:
    SQL> alter session set events '10176 trace name context forever';
    SQL> alter system flush shared_pool;
    or
    For a permanent fix, request a One-Off Backport of 6620988 for the appropiate platform.
    References
    Bug 6620988 - QUERY OVER DBLINK FAILS WITH ORA-904 SELECTING DATE

  • GOT PROBLEM! READ THIS FIRST! (Updat

    Today, i will cover about sound quality. It means you get to understand the problem of sound and understand what is SOUND!! You will find my own tweaks setting below of it...
    Distortion:
    Distortion is not just Booooo....booooo sound you heard!! If you listen to a distorted above average speaker output it will never crack. But this doesnt conclude the speaker didnt distort and can blast until FULL volume!! If you hear the bass hitting isnt percise or hard to hit with added of loud boooo boooo noises, IT MEANS IT HAD REACHED ITS LIMIT
    In addition, if you hear your sub woofer wood had lossen screw or wood sound, it also means it had reach it limit.
    So, FOR GOD SAKE, THE TABLE SHACKING BY BOOO BOO SOUND IS NOT BASS, IS A CRAP RETART LOSSY DISTORTED SPEAKER. Some music booo a lot...but it will be a mighty booo, then again, it depends on the music. Good speaker like the S750 wont boo a lot! How to test it's Switch on "Hooboostank-The Reason" if your speaker boo like hell in this music, IT SUCKS!! UNDERSTAND? END!
    UNDERSTANDING THE MUSIC CONCEPT
    When i say this topic, please dont judge people speaker distort badly. You should understand that some music causes that too. Music bit rate is the cause of the sound quality. The higher the better, the lower the worse. Hissing sound is the problem of the music itself or bit rate of the music. So, please check the bit rate of your music content if it doesnt sound right. To understand more of music concept, get a headset to hear it clearer, they do make a diffrence ^_*...
    Bass Audjustments
    Most NOOBS or nuts thing that the only way to get strong bass is turning the bass setting to the highest! WRONG!!!(It is true if you had a $30 below speaker) If you had a surround or a high end speaker, turning the bass to the highest will sound like a lossen plate with nuts being screwed tight! As a result, you will hear no deep down firing bass, instead of a tight screwed bass listening experience. IF you turn your bass setting to center, and use the master sound volume to go up, the bass can beat more smoother and easier. Is hard to explain, but it makes a diffrence in terms of deep and precise of it...try it out!
    VARIOUS SPEAKERS
    Speakers can be categorized to_O. For example, while do people gives praise to altech lansing more ? and comments klipsch as the best game speaker in the market ? why?
    It is because diffrent speaker gives diffrent output. some speakers like 2. speakers often tweak it for average used, thats games, music and movies.. Ever heard of road show TV speaker that cost $0,000 and sound great in movies but sound terrible in music? THATS THE POINT! How to diffrentiate? To diffrentiate it, a speaker that gives out hard bass is mainly for games, not suitable for music or movies. Secondly, speaker bass that is soft is for movies and musics. Althought sound card can configure it, but it still makes a diffrent in speakers type. Now why do my s750I 200++ walt RMS power is not as good as the logitechz5500 00++ walt?
    Design WOOFER output
    Is not about design, is about how the bass output. If you buy a woofer that had a satellite hole(Not the output air hole, the hole that had cage in it) facing down to the floor, you wont hear bass hit outside your room. It is because the bass all gone down. As a result, your downstair neighbours is mad @_#(Read speaker placement for details). So again, why people said s750I bass is not good as the logitech? it is because S750I bass is facing the floor and the Logitech Z5500 is facing to the outer direction like the standard direction used by all 2. speaker. Facing Left or front or back and NOT DOWN like S750i! Lastly, S750I bass is better than Z5500 just that you cant know it ^!^...
    HEAT MANAGEMENT
    I had receive report saying that gigaworks wont last for a year..... So, You think you can on your speaker 24/7? THINK AGAIN. They say your listening will decrease after hours of long bass firing music. WRONG!!! If you blast your speaker too long, the hearing decrease is not you, but is the SPEAKER! To maintain a healthy speaker, blast it for 3 to 6 hours a day and rest between 2 hours before continuing. If you dont believe it, try it yourself!!! Make sure you turn it off, not on without use!
    SUB PLACEMENTS
    A lot of people tends to put their sub woofer under their desk, center of their sit. GOOD, BUT IDIOT!! Why? if you put like that, you wont had a enjoyable listening experience, cause the bass would irritate you too much. To maximize your listening experience, put your sub woofer at places that dont block left, right backwards, foward sections. Gi've the speaker a big clear way. If you do that, the sound will blast nicely. If you dont, the blocked junction will compressed all the bass towards a specify direction, resulting in overwhelming bass experience *~*. In my opinion, put it left or right of you !
    Example of some distorted sound problem quality games
    DOOM 3
    Problems: Hissing while monster attacked with fire
    Solution: Sit far from your speaker, you wont feel it
    Case: Weird
    BATTLE FIELD 2
    Problems: distorted and cracked sound while Jet missles hit something or car blow out
    Solution: sit far from your speaker, it wont happend!
    Case: **bleep** weird
    Quake 4
    Problems: surround speaker with "Tak" like there's a speaker problem when user countering a lot of enemies while firing happily ^!^.
    Solution: 00% game need a patch
    Case: is normal (EA fault)
    Examples of music that had some problems
    IN LUV with a striper & T-Sprung
    Problem: Just listen to that bass sound, people will think your bass got problem in far listening
    KElly Clarkson Because Of You.
    Problem: the bass, is a terrible bass song. This can be heard clearly by turning on 24-bit crysterllizer.
    All Hilary Duff Old Album Songs
    Problem: her song bass is recorded in low quality, so you will experience some weird experience
    Example of music that sounds good ^!^
    Try listening to some club music like
    BeniBessi
    Linkin Park
    Where is the love
    Result: their bass is percise and strong.
    So, IS MUSIC PROBLEM, PLEASE UNDERSTAND THE CONCEPT!!
    WHAT SETTING I USE?
    My Hardware's
    P4 2.8
    Gigayte mother board
    756 Ram
    Direct 9xC
    Window XP pro
    X-Fi Platinium
    Gigaworks s750i.
    Software
    Windows Media Player 0 for movies and music (REMEMBER, EQUALIZER MUST BE TURN OFF, IT AFFECTS QUALITY)
    Power DVD XP as codec
    *NEVER USED CREATIVE PLAYERS (Wont support full surround)
    *make sure your divx sound setting is not interfering with your sound setting (It always does, So i never install it ^!^)
    *make sure there is only sound driver installed and thats only CREATIVE. No remix application or stupid bass boost applications, or no crapy sound filtering applications installed.
    Settings
    ENTERTAINMENT MODE
    Equalizer OFF
    SVM OFF
    BASS REDIRECTION OFF
    FULL DYNAMIC RANGE SELECTED
    -Side,and Rear.
    -decode with sound card
    Dolby Digital On
    DTS On
    CMSS-3D Stereo surround 50 percent
    24-BIT CRYSTLELLIZER MAXIMUM
    7. setting
    GAME MODE
    -SAME, D. I.K HEADS!!
    With this setting i make, i had no such problem as you encounter! JUST TO LET YOU KNOW THAT,good products will discover the bad things of other products. For example, if the music is distorted, you will listen it clearly. it just a meaning of whether you can understand the meaning of it ^_*
    TAKE A LOOK AT A SURVEY CONDUCTED:
    35 percent of user have more money than brains
    70 percent of user that i had conducted says that his $43 speaker system will not distort at high volume! for example of the conducted users speakers are, altech lansing 2., Klipsh Promedia 2.!!!
    95 percent of user doesnt aware of KPBS quality formats in MP3, WMA...
    00 percent of user is stupid enough to cheat by advertisements ^!^...
    thas all ~
    by: Meow ^-^Message Edited by MeowHelper on 03-26-20060:20 PM

    MeowHelper wrote:
    but a distort booo will become tuuuuuuuu, tuuuuuu ,tooooo
    :smileyindifferent:
    Are you absolutely certainI was convinced it it would be a wuuuuu wuuuuu wooooo!
    MeowHelper wrote:
    HEAT MANAGEMENT
    I had receive report saying that gigaworks wont last for a year.....
    So, You think you can on your speaker 24/7? THINK AGAIN. They say your listening will decrease after hours of long bass firing music. WRONG!!! If you blast your speaker too long, the hearing decrease is not you, but is the SPEAKER! To maintain a healthy speaker, blast it for 3 to 6 hours a day and rest between 2 hours before continuing. If you dont believe it, try it yourself!!! Make sure you turn it off, not on without use!
    You'll find that most of the thermal problems people experience on here are actually the BASH power amp ICs burning out; heat dissipation is a problem with most IC power am
    ps.
    I've never heard of a speaker's output decreasing when the voice coil gets hot. Some amps reduce the volume as a safety mechanism to protect the output devices when they become too hot, then normal power is restored when the temperature dro
    ps.
    If what you experience is actually happening, and you're not temporarily deafening yourself with?your booo booo's and toooo toooo's , then it's probably the?thermal protection in the amp, and nothing to do with the speaker voice coil.
    MeowHelper wrote:
    thas all ~
    Thank god for that!? :smileyvery-happy:

  • Further info on 6980 printer problems please read this one

    I have a HP 6980 deskjet that I attach via usb to my macbook when I need to print. Everything has been working fine for a year now except yesterday it gives me a message "problem printing to printer, please check that the printer is chosen in the print centre......" this is not exact but pretty close. I can post the exact message later when I am at home and can check it. Does anyone have any idea what may have caused this to happen so randomly? I never did install a driver or the CD because when I plugged the printer in, it was just there automatically (which I thought was just awesome). Anyway - any help will be much appreciated
    Tried to install the driver from CD and I got the message " The software to be installed requires administrator or higher level access privileges" I had the right password and have installed other software - what's up with this.
    I tried to add the printer again after removing it from my list. This is the message I get when I try to add the printer - "An error occurred while trying to add the selected printer successful - ok - cnflicting attributes.
    This is the error message I would receive when the printer was available before I removed it - Word cannot print due to a problem with the current printer. Make sure you have a printer selected in print centre. You may need to print again or adjust your printer settings.
    I haven't had one problem in the year that I have had this printer and it is not a problem with the printer as it will work when connected to other computers. HELP PLEASE!!

    no replies...

  • Webdb 2.2 problem, anyone reading this ?

    Installed it Ok but it doesn't work from the computers in my lan. All the other ports work OK but this doesn't.
    I have no problems whatsoever on my computer but everyone on my computer cannot even telnet to that port. I used 8088, 8080, 80 etc. ports. I haven't tried setting it suid root.

    The problem was the webdb 2.2 was tied to my hostname and /etc/hosts defined it's address to be 127.0.0.1 although its. 192.168.0.1...
    Now it's OK ...
    problem solved ....

  • 8.1.7 connectivity using database link

    I can't get my database link to work. It fails with ORA-12154: TNS:count not resolve service name
    I have set up an entry in tnsnames that allows me to successfully tnsping the target database and I can connect via SQL*Plus using user/password@service_name.
    I have successfully created a fixed user database link. The database link has the same name as the service name, although global_names is false in both Oracle instances.
    Here's the tnsnames entry:
    service_name =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = tcp.world)
    (PROTOCOL = TCP)
    (Host = 000.000.000.000) -- can't reveal the IP address
    (Port = 1521))
    (ADDRESS =
    (COMMUNITY = tcp.world)
    (PROTOCOL = TCP)
    (Host = 000.000.000.000) -- can't reveal the IP address
    (Port = 1576))
    (CONNECT_DATA = (SID = sid)))
    and here's the database link definition:
    create database link service_name
    connect to user identified by password
    using 'service_name';
    Am I missing something???

    Is this tnsnames.ora that you sent is from the server or from your computer ? Because you need to set up an entry in the tnsnames from the server where the database link is created.

  • How to [b]update[/b] [b]sdo_geometry[/b] field via [b]Database Link[/b]

    I need to update a geom field(defined as mdsys.sdo_geometry) of a remote table via database link,but I failed; This is the SQL statement and the error;
    update [email protected] set shape=mdsys.SDO_GEOMETRY(2002, NULL, NULL, mdsys.SDO_ELEM_INFO_ARRAY(1, 2, 1), mdsys.SDO_ORDINATE_ARRAY(2340411, 749349.375, 2340505.75, 749663.25, 2340571.75, 749924.813))
    where objectid=1;
    ORA-22804: remote operations not permitted on object tables or user-defined type columns
    How could I update geometry field of a remote table?
    Is there any method available ?
    Thanks!!

    Hi Percy,
    Oracle distributed does not support objects. If you are using 9i there might be just enough functionality to support what you want to do (replication required some distributed support, which might be enough for you).
    If it doesn't work then you may be out of luck with respect to distributed support, but you can connect to the remote database and update it that way.

  • Public Database Link

    Hi All,
    I am using Oracle 10g.
    I created one Public database link as :
    i created this database link by connecting ora1.
    CREATE PUBLIC DATABASE LINK "ora2_1" CONNECT TO CURRENT_USER
    USING 'ora2';
    When i run the select query i am getting error. as:
    i run this select query by connecting ora1 database.
    SQL> SELECT * FROM C_UPDT@ora2_1;
    SELECT * FROM C_UPDT@ora2_1
    ERROR at line 1:
    ORA-01017: invalid username/password; logon denied
    ORA-02063: preceding line from ora2_1
    What could be the problem.
    Thanks

    Hi..
    I want to use that link for all schemas existed in ora2.so, i didnot specify the username, password.
    >
    The database link connects to the only one schema per db link in the target database.If you specify PUBLIC, then all the schemas in the source database (where the db link is created) can use and access data through it.So, if you want to create public database link for all the schemas in the target database ORA2, then you will have to create as many as schemas are present in ORA2.
    Anand

  • 3.2 to 4.1 Upgrade - Error Handling for Unavailable Database Links

    Hi,
    I'm having a 3.2 -> 4.1 upgrade issue related to error handling for failed database links.
    I have a conditional Exists button on a page that has a SQL query to linked tables. However, for the 10 minutes every day where the target of the database link is getting a cold backup, the query fails. In the old 3.2 apex I simply got an error inside the region where the button is located but otherwise the page was still visible:
    "Invalid exists/not exists condition: ORA-02068: following severe error from MYDBLINK ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist"
    However, in apex 4.1.0.00.32 I get the following unhandled error, and clicking "OK" takes me to the edit page when logged in as developer.
    i.e., the page can't be run at all while the database links are failing in this one region.
    Error Error processing condition.
    ORA-12518: TNS:listener could not hand off client connection
    Technical Info (only visible for developers):
    is_internal_error: true
    apex_error_code: APEX.CONDITION.UNHANDLED_ERROR
    ora_sqlcode: -12518
    ora_sqlerrm: ORA-12518: TNS:listener could not hand off client connection
    component.type: APEX_APPLICATION_PAGE_REGIONS
    component.id: 4
    component.name: Current Alerts
    error_backtrace:
    ORA-06512: at "SYS.WWV_DBMS_SQL", line 1041
    ORA-06512: at "APEX_040100.WWV_FLOW_DYNAMIC_EXEC", line 687
    ORA-06512: at "APEX_040100.WWV_FLOW_CONDITIONS", line 272
    General users see this:
    Error Error processing condition.
    ORA-01034: ORACLE not available ORA-02063: preceding line from MYDBLINK
    clicking "OK" takes user to another page, not sure how apex decides which, but not a concern at the moment.
    I've done a search and read the page http://www.inside-oracle-apex.com/apex-4-1-error-handling-improvements-part-1/ but the new apex error handling isn't clear to me, and I don't know if the apex_error_handling_example provided on that page would be applicable to this situation.

    Thanks Patrick.
    The PL/SQL Function Body returning boolean condition with:
    begin
        for l_check in (
          SELECT 1
           FROM myview@MYDBLINK
          WHERE ... ) loop
            return true;
        end loop;
        return false;
    exception when others then
        sys.htp.p('Invalid exists/not exists condition: ' || sys.htf.escape_sc(sqlerrm));
        return false;
    end; Resulted in a similar issue:
    Error Error processing condition.
    ORA-04052: error occurred when looking up remote object MYLINKUSER.myview@MYDBLINK
    ORA-00604: error occurred at recursive SQL level 3
    ORA-01033: ORACLE initialization or shutdown in progress
    ORA-02063: preceding line from MYDBLINK
      Technical Info (only visible for developers)
    is_internal_error: true
    apex_error_code: APEX.CONDITION.UNHANDLED_ERROR
    ora_sqlcode: -4052
    ora_sqlerrm: ORA-04052: error occurred when looking up remote object MYLINKUSER.myview@MYDBLINK
    ORA-00604: error occurred at recursive SQL level 3
    ORA-01033: ORACLE initialization or shutdown in progress
    ORA-02063: preceding line from MYDBLINK
    component.type: APEX_APPLICATION_PAGE_REGIONS
    component.id: 4
    component.name: Current Alerts
    error_backtrace:
    ORA-06512: at "SYS.WWV_DBMS_SQL", line 904
    ORA-06512: at "APEX_040100.WWV_FLOW_DYNAMIC_EXEC", line 588
    ORA-06512: at "APEX_040100.WWV_FLOW_CONDITIONS", line 148However, I created a view with the same query:
    CREATE OR REPLACE VIEW v_localview (ALERT_1)
    AS
    SELECT 1
      FROM myview@MYDBLINK ...then change the condition to look at the local view:
    begin
        for l_check in (
          select alert_1 from v_localview ) loop
            return true;
        end loop;
        return false;
    exception when others then
        sys.htp.p('Invalid exists/not exists condition: ' || sys.htf.escape_sc(sqlerrm));
        return false;
    end;As a view is simply a query I'm surprised this should make any difference but it now looks similar to the 3.2 error, inside the region, when the linked database gets its morning cold backup, and this is fine:
    Invalid exists/not exists condition: ORA-12518: TNS:listener could not hand off client connection

  • ORA-02081 error while trying to drop a database link

    Hello,
    I am trying to drop a database link but getting ORA-02081. How do you drop a database link if it is not open? Any help will be much appreciated.
    Mustafa

    Try this:
    COMMIT;
    alter session close database link dbl1;
    drop database link dbl1;
    Regards,

Maybe you are looking for

  • Compare a String Array to get Higher value

    Hi, I'm trying to figure out how can I create a method in which I can compare my array of String by getting the higher value. For example I have an array called faces[]. What I would like to say is that if 2 is less than 5, and so forth print "blahhh

  • 10.4.7 breaks CS2 Install

    I just recently had to format my computer and start with a fresh install. I updated to 10.4.7 and now when I try to install Adobe CS2 the install just closes. It loads the necessary files, asks for my admin password to start the install, and then jus

  • Using variables in Flash lite 1.1

    I tried using this line and got the error that I need to export to Flash 5. var myString:String = "my book"; How do you create a variable using Flash lite 1.1? Bob

  • BADI for MIRO transaction

    Hello Experts, I need to capture the Serial Number during invoice entry and stored in a custom table. It is key to note that an invoice line item with a multiple quantity will require multiple serial numbers. I am looking for a BADI to enhance the sc

  • Roaming between two WiFi access points fails

    Hi... I just bought a Hawking WiFi range extender...a device that acts like a second wireless access point for rooms that are far from your wireless router. It's also known as a repeater. It has the same SSID (network name) as the one set up by the r