Oracle SID Problems with numbers

Hi everybody,
I created a new database (ORACLE 10g) with the SID name IC71 and the same global database name. After finishing the configuration and starting the database everything worked fine.
Now I installed the Oracle Client on another server machine. I made an entry in the tnsnames.ora with the Servicename IC71 and it worked. The problem now is, that I have to give the SID instead of the Servicename for installing some software. With the SID IC71 it does not work, after I changed the SID to IC it works.
Can someone explain me this strange settings? Has Oracle problems with numbers in the SID name?

Has Oracle problems with numbers in the SID name?Not at all. I often use numbers in SIDs, and I've never had problems with that. Your problem has to be elsewhere.
With the SID IC71 it does not workWhich error do you get ?

Similar Messages

  • Problems with numbers, slow and scroll up and down with hik-ups?

    imac with lion and have problems with numbers, slowly although i have an i7 8gb 2 TB Imac 27inch. what seems to be the problem?
    thanks

    The problem is that iWork apps were coded with feets not with brains.
    We just may hope that the next upgrade will be coded a better way.
    Yvan KOENIG (VALLAURIS, France)  mercredi 16 janvier 2011 23:22:50
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • Does anyone else how problems with numbers or pages spinning ball of death when saving

      Does anyone else have problems with Numbers or Pages when saving
    I have the spinning ball of death sitting there for a very long time..
    I am on a core i5 2.8ghz imac 27in with osx 10.7.5
    I have 12 gig of ram and it flies for eveything else but both numbers and pages have the problem when I go to quit..
    help please

    "We absolutely have to work off of a server so I can't get around that."
    Somebody has forced you to suffer the consequences.
    I've worked for companies like that and you have my condolences.

  • Oracle Text - Problem with filtering binary documents (.doc, .pdf, etc...)

    Hi, I have a problem with filtering binary documents (.doc, .pdf, etc...). I use SQL*PLUS for remote access to Oracle 10.2 on Linux and I create table:
    CREATE TABLE test (id NUMBER PRIMARY KEY, text VARCHAR2(100));
    I insert to this table:
    INSERT into test values(1, 'PATH/text1.doc‘);
    INSERT into test values(2,'PATH/text2.doc‘);
    and then:
    CREATE INDEX test_index ON test(text) indextype is ctxsys.context
    parameters (’datastore ctxsys.file_datastore
    filter ctxsys.auto_filter’);
    Message "Index created" is displayed, but objects: DR$test_index$I, DR$test_index$K, DR$test_index$N, DR$test_index$R and DR$test_index$P are empty => index wasn´t created probably.
    I don´t know, where is bug, either bug is somewhere in this code or on the server (wrong installation oracle or constraint privileges). Do you know in what is bug?

    The following is an excerpt from the 10g online documentation. Note the items that I have put in bold.
    "FILE_DATASTORE
    The FILE_DATASTORE type is used for text stored in files accessed through the local file system.
    Note:
    FILE_DATASTORE may not work with certain types of remote mounted file systems.
    FILE_DATASTORE has the following attribute(s):
    Table 2-4 FILE_DATASTORE Attributes
    Attribute Attribute Value
    path path1:path2:pathn
    path
    Specify the full directory path name of the files stored externally in a file system. When you specify the full directory path as such, you need only include file names in your text column.
    You can specify multiple paths for path, with each path separated by a colon (:) on UNIX and semicolon(;) on Windows. File names are stored in the text column in the text table.
    If you do not specify a path for external files with this attribute, Oracle Text requires that the path be included in the file names stored in the text column.
    PATH Attribute Limitations
    The PATH attribute has the following limitations:
    If you specify a PATH attribute, you can only use a simple filename in the indexed column. You cannot combine the PATH attribute with a path as part of the filename. If the files exist in multiple folders or directories, you must leave the PATH attribute unset, and include the full file name, with PATH, in the indexed column.
    On Windows systems, the files must be located on a local drive. They cannot be on a remote drive, whether the remote drive is mapped to a local drive letter."
    With accessible paths and files, you get something like:
    SCOTT@orcl_11g> CREATE TABLE test (id NUMBER PRIMARY KEY, text VARCHAR2(100));
    Table created.
    SCOTT@orcl_11g>
    SCOTT@orcl_11g>
    SCOTT@orcl_11g> INSERT into test values(1,'c:\oracle11g\banana.pdf');
    1 row created.
    SCOTT@orcl_11g> INSERT into test values(2,'c:\oracle11g\cranberry.pdf');
    1 row created.
    SCOTT@orcl_11g>
    SCOTT@orcl_11g> CREATE INDEX test_index ON test(text) indextype is ctxsys.context
      2  parameters ('datastore ctxsys.file_datastore
      3  filter ctxsys.auto_filter');
    Index created.
    SCOTT@orcl_11g>
    SCOTT@orcl_11g> select count(*) from dr$test_index$i
      2  /
      COUNT(*)
           608
    SCOTT@orcl_11g> In the following, I used a non-existent path and non-existent file name, which produces the same results as when you use a remote path that does not exist locally.
    SCOTT@orcl_11g> CREATE TABLE test (id NUMBER PRIMARY KEY, text VARCHAR2(100));
    Table created.
    SCOTT@orcl_11g>
    SCOTT@orcl_11g>
    SCOTT@orcl_11g> INSERT into test values(3,'c:\nosuchpath\nosuchfile.pdf');
    1 row created.
    SCOTT@orcl_11g>
    SCOTT@orcl_11g> CREATE INDEX test_index ON test(text) indextype is ctxsys.context
      2  parameters ('datastore ctxsys.file_datastore
      3  filter ctxsys.auto_filter');
    Index created.
    SCOTT@orcl_11g>
    SCOTT@orcl_11g> select count(*) from dr$test_index$i
      2  /
      COUNT(*)
             0
    SCOTT@orcl_11g>

  • Install Oracle 9 - Problem with jre

    Hi,
    I have problems with the Oracle Installer in Suse 8.0. The installer hangs when it launchs
    the configurations tools setup ( near of end of installation ).
    The line is below. It looks like that the installer is trying to use another
    JRE version ( 1.1.8 ) of than required ( 1.3 ). When I run the line below with the version
    1.3 ( out of installer ) I DONT get the SEGMENTATION FAULT.
    Thank you,
    Faria
    Launched configuration tool Oracle Net Configuration Assistant
    Command which is being spawned is /opt/oracle/OraHome/JRE/bin/jre -native
    -Duser.dir=/opt/oracle/OraHome/network/jlib -classpath /opt/oracle/OraHome/JRE/lib/i18n.jar:/opt/oracle/OraHome/JRE/lib/rt.jar:/opt/oracle/OraHome/jlib/ewt3.jar:/opt/oracle/OraHome/jlib/ewtcompat-3_3_15.jar:/opt/oracle/OraHome/jlib/netcfg.jar:/opt/oracle/OraHome/network/jlib/netcam.jar:/opt/oracle/OraHome/network/jlib/netca.jar:/opt/oracle/OraHome/jlib/help3.jar:/opt/oracle/OraHome/jlib/oracle_ice5.jar:/opt/oracle/OraHome/jlib/share.jar:/opt/oracle/OraHome/jlib/swingall-1_1_1.jar:/opt/oracle/OraHome/jlib/srvm.jar:/opt/oracle/OraHome/network/tools oracle.net.ca.NetCA /orahome /opt/oracle/OraHome /instype typical
    /inscomp client,oraclenet,javavm,server /insprtcl tcp,tcps /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile /opt/oracle/OraHome/network/install/netca_typ.rsp

    If you are using Slackware, install glocale package, otherwise, search which package has LC_MESSAGE files and install it.
    Now... run runInstaller again... and voila....
    I took 1 day to find it out!
    Good luck!

  • Oracle 11g problem with creating shared memory segments

    Hi, i'm having some problems with the oracle listener, when i'm trying to start it or reload it I get the follow error massages:
    TNS-01114: LSNRCTL could not perform local OS authentication with the listener
    TNS-01115: OS error 28 creating shared memory segment of 129 bytes with key 2969090421
    My system is a: SunOS db1-oracle 5.10 Generic_144489-06 i86pc i386 i86pc (Total 64GB RAM)
    Current SGA is set to:
    Total System Global Area 5344731136 bytes
    Fixed Size 2233536 bytes
    Variable Size 2919238464 bytes
    Database Buffers 2399141888 bytes
    Redo Buffers 24117248 bytes
    prctl -n project.max-shm-memory -i process $$
    process: 21735: -bash
    NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
    project.max-shm-memory
    privileged 64.0GB - deny
    I've seen that a solution might be "Make sure that system resources like shared memory and heap memory are available for LSNRCTL tool to execute properly."
    I'm not exactly sure how to check that there is enough resources?
    I've also seen a solution stating:
    "Try adjusting the system-imposed limits such as the maximum number of allowed shared memory segments, or their maximum and minimum sizes. In other cases, resources need to be freed up first for the operation to succeed."
    I've tried to modify the "max-sem-ids" parameter and set it to recommended 256 without any success and i've kind of run out of options what the error can be?
    /Regards

    I see, I do have the max-shm-ids quite high already so it shouldn't be a problem?
    user.oracle:100::oracle::process.max-file-descriptor=(priv,4096,deny);
    process.max-stack-size=(priv,33554432,deny);
    project.max-shm-memory=(priv,68719476736,deny)

  • Saving problems with numbers

    I am editing myfile.numbers  on a server, connected using smb, with authentification, the files are in a mounted folder. When I try to save the file, the programs tells me I have no permission to do so, and that I should check the permissions through the "get info" menu. When I do that, the file does no look like myfile.numers anymore; it displays like a folder named "myfile.numbers.sb-38ec...-Qk..L" or something like this.
    If I try to do the same with other programs, I have no problems writing on that server.
    If I edit a numbers file in my local desktop: no problem.
    What is going on?
    Any ideas?

    Hi,
    I´ve the same problem. With Numbers, Pages and Keynote,...but I think that we are the first two with tid problem!!
    I´ll keep searching for a solution. I´ll advise...
    Bye!

  • Excel XML map problem with numbers.

    Hi Xcelsius gurus,
    Once again i need your help.
    I use Excel XML maps to get data into my embedded spreadsheet, my data are current year sales per month like below:
    115.450,36
    220.336,20
    189.222,56
    200.005,48
    just numbers.
    After inserting the xml data i am not able to use them. No chart, No list, No gause can present my data. Like there is no data.
    I realised that after mapping the XML, spreadsheet's cells showing an error, when i click on error icon there is an option to convert data to number, that fix the problem.
    What could i do to solve this issue? Is there any problem with my XML file?
    Pease help me with this one, i am confused.

    Hi:
       what is your xml file format?
       you can try some ordinary xml format instead, here is a example:
       <?xml version="1.0" encoding="ISO-8859-1"?>
    <bookstore>
    <book catalog="Programming">
    <title lang="en">C++ Programming Language</title>
    <author>Bjarne Stroustrup</author>
    <year>998</year>
    <price>198.0</price>
    </book>
    <book catalog="Networking">
    <title lang="en">TCP/IP Illustrated</title>
    <author>Richard Stevens</author>
    <year>1996</year>
    <price>156.0</price>
    </book>
    </bookstore>

  • Problem with numbering of general task lists by creation thru LSMW - (IA05)

    I'm using a sequencial file to create general task list thru LSMW (Object 0490 which corresponds to TCode IA05).
    The numbering range for general task list groups is internal. I executed batch input and it works pretty well with the first general task list group, but every next fails, because the number of the previousy created task list stays in the user buffer and apears in the PLNNR field, so the system assumes I'm trying to create a new group counter instead of new general task list group.
    I explicitely set IBIPTLST-PLNNR = '' in field mapping - still the same problem. I also set user parameter PLN to be empty in SU3 and still no luck. I even turned off the historic data in local data tab of SAPGui, but the problem persist.
    Can anyone tell me how can I achieve it without changing the numbering range to external?

    Hi,
    From IBIP Help:
    Initial fields
    As a general rule, initial fields in structures are not transported into the corresponding screen field. In other words, fields that are blank are ignored. If you explicitly want to reset a field to the value "<blank>", you must mark the field in the batch input structure with the value !. This is the reset indicator, and means that a field is to be reset to its initial value.
    Try setting IBIPTLST-PLNNR to !
    -Paul

  • Oracle 8i: Problem with connectong trough firewall/connection manager

    Hello.
    i've been trying to make this work for I think 2 weeks now. with no luck. if I go around the firewall/connection manager. everything works fine.
    it runs on win xp. port 1521 and port 1630 has been forwarded.
    conn manager log:
    (TIMESTAMP=22-JUN-2010 16:35:27)(EVENT=10)(VERSION=8.1.7.0.0)
    (TIMESTAMP=22-JUN-2010 16:35:27)(EVENT=36)(rule_list= (rule=(src=xx.xx.46.145)(dst=oracle-server)(srv=*)(act=accept)))
    (TIMESTAMP=22-JUN-2010 16:35:27)(EVENT=32)(PARAMETER_LIST=(MAXIMUM_RELAYS=1024)(RELAY_STATISTICS=yes)(AUTHENTICATION_LEVEL=0)(LOG_LEVEL=4)(SHOW_TNS_INFO=yes)(ANSWER_TIMEOUT=0)(MAXIMUM_CONNECT_DATA=1024)(USE_ASYNC_CALL=yes)(TRACING=no)(TRACE_DIRECTORY=default)(MAX_FREELIST_BUFFERS=0)(REMOTE_ADMIN=no))
    (TIMESTAMP=22-JUN-2010 16:35:27)(EVENT=34)(ADDRESS_LIST= (ADDRESS=(PROTOCOL=tcp)(HOST=oracle-server)(PORT=1630)(QUEUESIZE=32)))
    (TIMESTAMP=22-JUN-2010 16:35:31)(EVENT=102)(RLYNO=0)(ADDRESS=(PROTOCOL=tcp)(HOST=xx.xx.46.145)(PORT=11473))
    (TIMESTAMP=22-JUN-2010 16:35:31)(EVENT=20)(RLYNO=0)(REASON=16)(ADDRESS=(PROTOCOL=tcp)(HOST=xx.xx.46.145)(PORT=11473))
    listener ora:
    # LISTENER.ORA Network Configuration File: C:\oracle\ora81\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = oracle-server)(PORT = 1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = oracle-server)(PORT = 2481))
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW)
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\ora81)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = ifs)
    (ORACLE_HOME = C:\oracle\ora81)
    (SID_NAME = ifs)
    names ora:
    ifs=
    (DESCRIPTION=
    (SOURCE_ROUTE=yes)
    (ADDRESS=
    (PROTOCOL=tcp)
    (HOST=oracle-server)
    (PORT=1630))
    (ADDRESS=
    (PROTOCOL=tcp)
    (HOST=oracle-server)
    (PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=ifs)))
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = oracle-server)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = ifs)
    (PRESENTATION = http://admin)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(Key = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    We're very close to go with ms sql istead. help would be greatly apreciatet.
    Morten
    Denmark

    tracing connection manager:
    --- TRACE CONFIGURATION INFORMATION FOLLOWS ---
    New trace stream is C:\oracle\ora81\network\trace\cman_3280.trc
    New trace level is 16
    --- TRACE CONFIGURATION INFORMATION ENDS ---
    nfpglsn: entry
    nslisten: entry
    nsc2addr: entry
    nttbnd2addr: entry
    nttbnd2addr: port resolved to 1630
    nttbnd2addr: looking up IP addr for host: oracle-server
    nttbnd2addr: exit
    nsc2addr: normal exit
    nsopen: entry
    nsmal: entry
    nsmal: 420 bytes at 0xf19a68
    nsmal: normal exit
    nsopenmplx: entry
    nsmal: entry
    nsmal: 1712 bytes at 0xf19c18
    nsmal: normal exit
    nsopenmplx: normal exit
    nsopen: opening transport...
    nttcon: entry
    nttcon: toc = 2
    nttcnp: entry
    ntvlin: entry
    ntvllt: entry
    ntvllt: No PROTOCOL.ORA file is found
    ntvllt: exit
    ntvlin: exit
    nttcnp: Validnode Table IN use; err 0x0
    nttcnp: creating a socket.
    nttcnp: binding an address to a socket.
    nttcnp: listening on a bound socket (queue size = 32).
    nttcnp: getting sockname
    nttcnp: exit
    nttcon: exit
    nsopen: transport is open
    nsoptions: entry
    nsoptions: lcl[0]=0x0, lcl[1]=0x2150, gbl[0]=0x0, gbl[1]=0x2001, cha=0x0
    nsoptions: lcl[0]=0x1fefff, lcl[1]=0x2150, gbl[0]=0x783f, gbl[1]=0x2001
    nsoptions: normal exit
    nsopen: global context check-in (to slot 0) complete
    nsopen: lcl[0]=0x1fefff, lcl[1]=0x2150, gbl[0]=0x783f, gbl[1]=0x2001, tdu=32767, sdu=8192
    nsopen: Caller is Interchange; telling adapter
    nttctl: entry
    nsdo: entry
    nsdo: cid=0, opcode=65, bl=0, what=0, uflgs=0x0, cflgs=0x2
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=7, flg=0x4202, mvd=0
    nsbal: entry
    nsbgetfl: entry
    nsbgetfl: normal exit
    nsmal: entry
    nsmal: 44 bytes at 0x3ce9a0
    nsmal: normal exit
    nsbal: normal exit
    nsdo: nsctxrnk=0
    nsdo: normal exit
    nsopen: normal exit
    nslisten: normal exit
    nsevreg: entry
    nsevreg: begin registration process for 0
    nsevregPrePost: entry
    nsevregPrePost: normal exit
    nsevreg: sgt=0, evn=1, evt[2]=0x0
    nsevreg: begin notification process for 0
    nsevregAffectNotif: entry
    nsevregAffectNotif: exit (0)
    nsevreg: rdm=0, sgt=0, evt[0]=0x1, [1]=0x1, [2]=0x0, nrg=0
    nsevreg: registering for 0x1
    nsevreg: normal exit
    nfpglsn: exit
    nscall: entry
    nsmal: entry
    nsmal: 140 bytes at 0xf19650
    nsmal: normal exit
    nscall: connecting...
    nsc2addr: entry
    nttbnd2addr: entry
    nttbnd2addr: port resolved to 1830
    nttbnd2addr: looking up IP addr for host: oracle-server
    nttbnd2addr: exit
    nsc2addr: normal exit
    nsopen: entry
    nsmal: entry
    nsmal: 420 bytes at 0xf1d3b8
    nsmal: normal exit
    nsopenmplx: entry
    nsmal: entry
    nsmal: 1712 bytes at 0xf1d568
    nsmal: normal exit
    nsopenmplx: normal exit
    nsopen: opening transport...
    nttcon: entry
    nttcon: toc = 1
    nttcnp: entry
    ntvlin: entry
    ntvlin: exit
    nttcnp: Validnode Table IN use; err 0x0
    nttcnp: creating a socket.
    nttcnp: exit
    nttcni: entry
    nttcni: trying to connect to socket 220.
    nttcni: exit
    nttcon: NT layer TCP/IP connection has been established.
    nttcon: set TCP_NODELAY on 220
    nttcon: exit
    nsopen: transport is open
    nsnainit: entry
    nsnainit: call
    nsnainit: NA not wanted - disabling and returning
    nsoptions: entry
    nsoptions: lcl[0]=0x0, lcl[1]=0x10, gbl[0]=0x0, gbl[1]=0x0, cha=0x0
    nsoptions: lcl[0]=0x1fefff, lcl[1]=0x10, gbl[0]=0xf83f, gbl[1]=0x0
    nsoptions: normal exit
    nsopen: global context check-in (to slot 1) complete
    nsopen: lcl[0]=0x1fefff, lcl[1]=0x10, gbl[0]=0xf83f, gbl[1]=0x0, tdu=32767, sdu=2048
    nsdo: entry
    nsdo: cid=1, opcode=65, bl=0, what=0, uflgs=0x0, cflgs=0x2
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=7, flg=0x4201, mvd=0
    nsbal: entry
    nsbgetfl: entry
    nsbgetfl: normal exit
    nsmal: entry
    nsmal: 44 bytes at 0xf191c8
    nsmal: normal exit
    nsbal: normal exit
    nsbal: entry
    nsbgetfl: entry
    nsbgetfl: normal exit
    nsmal: entry
    nsmal: 44 bytes at 0xf19200
    nsmal: normal exit
    nsbal: normal exit
    nsepcIniCFI: entry
    nlidg8: entry
    nlidg8: exit
    nsepcIniCFI: normal exit
    nsdo: nsctxrnk=0
    nsdo: normal exit
    nsopen: normal exit
    nsdo: entry
    nsdo: cid=1, opcode=67, bl=0, what=8, uflgs=0x0, cflgs=0x3
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=14, flg=0x4205, mvd=0
    nsdo: gtn=0, gtc=0, ptn=10, ptc=2019
    nscon: entry
    nscon: doing connect handshake...
    nscon: sending NSPTCN packet
    nspsend: entry
    nspsend: plen=58, type=1
    nttwr: entry
    nttwr: socket 220 had bytes written=58
    nttwr: exit
    nspsend: 58 bytes to transport
    nspsend: packet dump
    nspsend: 00 3A 00 00 01 00 00 00 |.:......|
    nspsend: 01 36 01 2C 00 00 08 00 |.6.,....|
    nspsend: 7F FF A3 0A 00 00 01 00 |........|
    nspsend: 00 00 00 3A 00 00 00 00 |...:....|
    nspsend: 00 00 00 00 00 00 00 00 |........|
    nspsend: 00 00 00 00 0E A0 00 00 |........|
    nspsend: 00 00 00 00 00 00 00 00 |........|
    nspsend: 00 00 00 00 00 00 00 00 |........|
    nspsend: normal exit
    nscon: exit (0)
    nsdo: nsctxrnk=0
    nsdo: normal exit
    nsdo: entry
    nsdo: cid=1, opcode=68, bl=256, what=9, uflgs=0x2000, cflgs=0x3
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=2, flg=0x4205, mvd=0
    nsdo: gtn=0, gtc=0, ptn=10, ptc=2019
    nscon: entry
    nscon: recving a packet
    nsprecv: entry
    nsbal: entry
    nsbgetfl: entry
    nsbgetfl: normal exit
    nsmal: entry
    nsmal: 44 bytes at 0xf19238
    nsmal: normal exit
    nsbal: normal exit
    nsprecv: reading from transport...
    nttrd: entry
    nttrd: socket 220 had bytes read=32
    nttrd: exit
    nsprecv: 32 bytes from transport
    nsprecv: tlen=32, plen=32, type=2
    nsprecv: packet dump
    nsprecv: 00 20 00 00 02 00 00 00 |. ......|
    nsprecv: 01 36 00 00 08 00 7F FF |.6......|
    nsprecv: 01 00 00 00 00 20 00 00 |..... ..|
    nsprecv: 00 00 00 00 00 00 00 00 |........|
    nsprecv: normal exit
    nscon: got NSPTAC packet
    nsconneg: entry
    nsconneg: vsn=310, gbl=0x0, sdu=2048, tdu=32767
    nsconneg: normal exit
    nscon: no connect data
    nscon: doing connect handshake...
    nscon: nsctxinf[0]=0x0, [1]=0x0
    nscon: normal exit
    nsdo: nsctxrnk=0
    nsdo: normal exit
    nsnaconn: entry
    nsnainconn: entry
    nsnainconn: inf->nsinfflg[0]: 0x0 inf->nsinfflg[1]: 0x0
    nsnainconn: "or" info flags: 0x0
    nsnainconn: "and" info flags: 0x0
    nsnainconn: no native services in use - returning
    nsnainconn: signalling that calling function should not continue
    nsnainconn: normal exit
    nsnaconn: normal exit
    nscall: normal exit
    nsdo: entry
    nsdo: cid=1, opcode=67, bl=116, what=1, uflgs=0x2, cflgs=0x3
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=8, flg=0x420d, mvd=0
    nsdo: gtn=32, gtc=32, ptn=10, ptc=2019
    nsdo: 116 bytes to NS buffer
    nsdoacts: entry
    nsdofls: entry
    nsdofls: DATA flags: 0x0
    nsdofls: sending NSPTDA packet
    nspsend: entry
    nspsend: plen=126, type=6
    nttwr: entry
    nttwr: socket 220 had bytes written=126
    nttwr: exit
    nspsend: 126 bytes to transport
    nspsend: packet dump
    nspsend: 00 7E 00 00 06 00 00 00 |.~......|
    nspsend: 00 00 30 31 31 32 28 43 |..0112(C|
    nspsend: 4D 41 4E 5F 52 45 43 4F |MAN_RECO|
    nspsend: 52 44 3D 28 43 4F 4D 4D |RD=(COMM|
    nspsend: 41 4E 44 3D 31 30 31 29 |AND=101)|
    nspsend: 28 41 44 44 52 45 53 53 |(ADDRESS|
    nspsend: 5F 4C 49 53 54 3D 20 28 |_LIST= (|
    nspsend: 41 44 44 52 45 53 53 3D |ADDRESS=|
    nspsend: 28 50 52 4F 54 4F 43 4F |(PROTOCO|
    nspsend: 4C 3D 74 63 70 29 28 48 |L=tcp)(H|
    nspsend: 4F 53 54 3D 6F 72 61 63 |OST=orac|
    nspsend: 6C 65 2D 73 65 72 76 65 |le-serve|
    nspsend: 72 29 28 50 4F 52 54 3D |r)(PORT=|
    nspsend: 31 36 33 30 29 28 51 55 |1630)(QU|
    nspsend: 45 55 45 53 49 5A 45 3D |EUESIZE=|
    nspsend: 33 32 29 29 29 29 00 00 |32))))..|
    nspsend: normal exit
    nsdofls: exit (0)
    nsdoacts: flushing transport
    nttctl: entry
    nsdoacts: normal exit
    nsdo: nsctxrnk=0
    nsdo: normal exit
    nsdisc: entry
    nsclose: entry
    nstimarmed: entry
    nstimarmed: no timer allocated
    nstimarmed: normal exit
    nsdo: entry
    nsdo: cid=1, opcode=98, bl=0, what=0, uflgs=0x40, cflgs=0x2
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=8, flg=0x4209, mvd=0
    nsbfr: entry
    nsbaddfl: entry
    nsbaddfl: normal exit
    nsbfr: normal exit
    nsbfr: entry
    nsbaddfl: entry
    nsbaddfl: normal exit
    nsbfr: normal exit
    nsdo: nsctxrnk=0
    nsdo: normal exit
    nsclose: closing transport
    nttdisc: entry
    nttdisc: Closed socket 220
    nttdisc: exit
    nsclose: global context check-out (from slot 1) complete
    nsnadisc: entry
    nsbfr: entry
    nsbaddfl: entry
    nsbaddfl: normal exit
    nsbfr: normal exit
    nsmfr: entry
    nsmfr: 1712 bytes at 0xf1d568
    nsmfr: normal exit
    nsmfr: entry
    nsmfr: 140 bytes at 0xf19650
    nsmfr: normal exit
    nsmfr: entry
    nsmfr: 420 bytes at 0xf1d3b8
    nsmfr: normal exit
    nsclose: normal exit
    nsdisc: exit (0)
    nfpgsev: entry
    nfpgsev: waiting for an event
    nsevwait: entry
    nsevwait: 1 registered connection(s)
    nsevwait: 0 added to NT list for 0x8
    nsevwait: 0 pre-posted event(s)
    nsevwait: waiting for transport event (0 thru 0)...
    ntctst: size of NTTEST list is 1 - not calling poll
    sntseltst: Testing for CONNECTIONS on socket 192
    sntseltst: FOUND: connection request on socket 192
    nsevwait: 1 newly-posted event(s)
    nsevfnt: cxd: 0xf19348 stage 0: NT events set:
         CONNECTION REQUEST
    nsevfnt: cxd: 0xf19348 stage 0: NS events set:
         INCOMING CALL
    nsevwait: event is 0x1, on 0
    nsevwait: 1 posted event(s)
    nsevwait: exit (0)
    nfpgsev: # event connections = 1
    nfpgevh: entry
    nfpgevh: event on cxd 0xf19348 (or cid 0)
    nfpgevh: event flags = 0x1
    nsanswer: entry
    nsopen: entry
    nsmal: entry
    nsmal: 420 bytes at 0xf1d3b8
    nsmal: normal exit
    nsopenmplx: entry
    nsmal: entry
    nsmal: 1712 bytes at 0xf2fa08
    nsmal: normal exit
    nsopenmplx: normal exit
    nsopen: opening transport...
    nttcon: entry
    nttcon: toc = 3
    nttcnp: entry
    ntvlin: entry
    ntvlin: exit
    nttcnp: Validnode Table IN use; err 0x0
    nttcnp: getting sockname
    nttcnp: exit
    nttcnr: entry
    nttcnr: waiting to accept a connection.
    nttcnr: getting sockname
    nttvlser: entry
    nttvlser: valid node check on incoming node 85.81.46.145
    nttvlser: Accepted Entry: 85.81.46.145
    nttcnr: exit
    nttcon: NT layer TCP/IP connection has been established.
    nttcon: set TCP_NODELAY on 220
    nttcon: exit
    nsopen: transport is open
    nsnainit: entry
    nsnainit: normal exit
    nsopen: global context check-in (to slot 1) complete
    nsopen: lcl[0]=0x1fefff, lcl[1]=0x2153, gbl[0]=0x783f, gbl[1]=0x2001, tdu=32767, sdu=8192
    nsopen: Caller is Interchange; telling adapter
    nttctl: entry
    nsdo: entry
    nsdo: cid=1, opcode=65, bl=0, what=0, uflgs=0x0, cflgs=0x2
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=7, flg=0x4200, mvd=0
    nsbal: entry
    nsbgetfl: entry
    nsbgetfl: normal exit
    nsmal: entry
    nsmal: 44 bytes at 0xf30e48
    nsmal: normal exit
    nsbal: normal exit
    nsbal: entry
    nsbgetfl: entry
    nsbgetfl: normal exit
    nsmal: entry
    nsmal: 44 bytes at 0xf1de68
    nsmal: normal exit
    nsbal: normal exit
    nsdo: nsctxrnk=0
    nsdo: normal exit
    nsopen: normal exit
    nsanswer: deferring connect attempt; at stage 5
    nsanswer: normal exit
    nfpgevh: client side cid = 0x1
    nsevreg: entry
    nsevreg: begin registration process for 1
    nsevregPrePost: entry
    nsevregPrePost: normal exit
    nsevreg: sgt=0, evn=1, evt[2]=0x0
    nsevreg: begin notification process for 1
    nsevregAffectNotif: entry
    nsevregAffectNotif: exit (0)
    nsevreg: rdm=0, sgt=0, evt[0]=0x20, [1]=0x20, [2]=0x0, nrg=0
    nsevreg: registering for 0x20
    nsevreg: normal exit
    nfpgevh: event 0x20 registered for cid 1
    nfpgevh: exit
    nfpgsev: waiting for an event
    nsevwait: entry
    nsevwait: 2 registered connection(s)
    nsevwait: 0 added to NT list for 0x8
    nsevwait: 1 added to NT list for 0x2
    nsevwait: 0 pre-posted event(s)
    nsevwait: waiting for transport event (0 thru 1)...
    ntctst: size of NTTEST list is 1 - not calling poll
    sntseltst: Testing for CONNECTIONS on socket 192
    sntseltst: Testing for DATA on socket 220
    sntseltst: FOUND: read request on socket 220
    nsevwait: 1 newly-posted event(s)
    nsevfnt: cxd: 0x12a007c stage 5: NT events set:
         READ
    nsevfnt: cxd: 0x12a007c stage 5: NS events set:
         OUTGOING CALL COMPLETE
    nsprecv: entry
    nsbal: entry
    nsbgetfl: entry
    nsbgetfl: normal exit
    nsmal: entry
    nsmal: 44 bytes at 0xf1dea0
    nsmal: normal exit
    nsbal: normal exit
    nsprecv: reading from transport...
    nttrd: entry
    nttrd: socket 220 had bytes read=270
    nttrd: exit
    nsprecv: 270 bytes from transport
    nsprecv: tlen=270, plen=270, type=1
    nsprecv: normal exit
    nsevfnt: cxd: 0x12a007c stage 5: NT events set:
         READ
    nsevfnt: cxd: 0x12a007c stage 5: NS events set:
         OUTGOING CALL COMPLETE
    nsevdansw: entry
    nsevdansw: at STAGE 5
    nsdo: entry
    nsdo: cid=1, opcode=68, bl=1024, what=8, uflgs=0x0, cflgs=0x3
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=14, flg=0x4204, mvd=0
    nsdo: gtn=0, gtc=0, ptn=10, ptc=8163
    nscon: entry
    nscon: doing connect handshake...
    nscon: recving a packet
    nsprecv: entry
    nsprecv: 270 bytes from leftover
    nsprecv: tlen=270, plen=270, type=1
    nsprecv: packet dump
    nsprecv: 01 0E 00 00 01 00 00 00 |........|
    nsprecv: 01 39 01 2C 00 00 08 00 |.9.,....|
    nsprecv: 7F FF C6 0E 00 00 01 00 |........|
    nsprecv: 00 D4 00 3A 00 00 02 00 |...:....|
    nsprecv: 61 61 00 00 00 00 00 00 |aa......|
    nsprecv: 00 00 00 00 00 00 00 00 |........|
    nsprecv: 00 00 00 00 00 00 00 00 |........|
    nsprecv: 00 00 28 44 45 53 43 52 |..(DESCR|
    nsprecv: 49 50 54 49 4F 4E 3D 28 |IPTION=(|
    nsprecv: 43 4F 4E 4E 45 43 54 5F |CONNECT_|
    nsprecv: 44 41 54 41 3D 28 53 45 |DATA=(SE|
    nsprecv: 52 56 49 43 45 5F 4E 41 |RVICE_NA|
    nsprecv: 4D 45 3D 69 66 73 29 28 |ME=ifs)(|
    nsprecv: 43 49 44 3D 28 50 52 4F |CID=(PRO|
    nsprecv: 47 52 41 4D 3D 43 3A 5C |GRAM=C:\|
    nsprecv: 50 72 6F 67 72 61 6D 20 |Program |
    nsprecv: 46 69 6C 65 73 5C 4D 69 |Files\Mi|
    nsprecv: 63 72 6F 73 6F 66 74 20 |crosoft |
    nsprecv: 56 69 73 75 61 6C 20 53 |Visual S|
    nsprecv: 74 75 64 69 6F 20 31 30 |tudio 10|
    nsprecv: 2E 30 5C 43 6F 6D 6D 6F |.0\Commo|
    nsprecv: 6E 37 5C 49 44 45 5C 64 |n7\IDE\d|
    nsprecv: 65 76 65 6E 76 2E 65 78 |evenv.ex|
    nsprecv: 65 29 28 48 4F 53 54 3D |e)(HOST=|
    nsprecv: 4D 4F 52 54 45 4E 53 29 |MORTENS)|
    nsprecv: 28 55 53 45 52 3D 6D 6F |(USER=mo|
    nsprecv: 72 74 65 6E 29 29 29 28 |rten)))(|
    nsprecv: 41 44 44 52 45 53 53 3D |ADDRESS=|
    nsprecv: 28 50 52 4F 54 4F 43 4F |(PROTOCO|
    nsprecv: 4C 3D 54 43 50 29 28 48 |L=TCP)(H|
    nsprecv: 4F 53 54 3D 38 35 2E 38 |OST=85.8|
    nsprecv: 31 2E 34 36 2E 31 34 35 |1.46.145|
    nsprecv: 29 28 50 4F 52 54 3D 31 |)(PORT=1|
    nsprecv: 36 33 30 29 29 29 00 00 |630)))..|
    nsprecv: normal exit
    nscon: got NSPTCN packet
    nsconneg: entry
    nsconneg: vsn=313, lov=300, opt=0x0, sdu=2048, tdu=32767, ntc=0xc60e
    nsconneg: vsn=310, gbl=0x1, sdu=2048, tdu=32767
    nsconneg: normal exit
    nscon: got 212 bytes connect data
    nscon: exit (0)
    nsdo: nsctxrnk=0
    nsdo: normal exit
    nsevdansw: exit
    nttctl: entry
    nttctl: Clearing non-blocking mode
    nsevwait: event is 0x20, on 1
    nsevwait: 1 posted event(s)
    nsevwait: exit (0)
    nfpgsev: # event connections = 1
    nfpgevh: entry
    nfpgevh: event on cxd 0x12a007c (or cid 1)
    nfpgevh: event flags = 0x20
    nfpgevh: async nsanswer is complete
    nttaddr2bnd: entry
    nttaddr2bnd: exit
    nsrefuse: entry
    nsdo: entry
    nsdo: cid=1, opcode=67, bl=0, what=10, uflgs=0x0, cflgs=0x3
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=2, flg=0x4204, mvd=0
    nsdo: gtn=270, gtc=270, ptn=10, ptc=8163
    nscon: entry
    nscon: sending NSPTRF packet
    nspsend: entry
    nspsend: plen=12, type=4
    nttwr: entry
    nttwr: socket 220 had bytes written=12
    nttwr: exit
    nspsend: 12 bytes to transport
    nspsend: packet dump
    nspsend: 00 0C 00 00 04 00 00 00 |........|
    nspsend: 22 00 00 00 00 00 00 00 |".......|
    nspsend: normal exit
    nscon: exit (0)
    nsdo: nsctxrnk=0
    nsdo: normal exit
    nsclose: entry
    nstimarmed: entry
    nstimarmed: no timer allocated
    nstimarmed: normal exit
    nsdo: entry
    nsdo: cid=1, opcode=66, *bl=0, *what=0, uflgs=0x0, cflgs=0x2
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=2, flg=0x4200, mvd=0
    nsevunreg: entry
    nsevunreg: cid=1, sgt=0, rdm=0
    nsrah: entry
    nsevunreg: 1 registered connection(s)
    nsevunreg: normal exit
    nsbfr: entry
    nsbaddfl: entry
    nsbaddfl: normal exit
    nsbfr: normal exit
    nsbfr: entry
    nsbaddfl: entry
    nsbaddfl: normal exit
    nsbfr: normal exit
    nsdo: nsctxrnk=0
    nsdo: normal exit
    nsclose: closing transport
    nttdisc: entry
    nttdisc: Closed socket 220
    nttdisc: exit
    nsclose: global context check-out (from slot 1) complete
    nsnadisc: entry
    nsbfr: entry
    nsbaddfl: entry
    nsbaddfl: normal exit
    nsbfr: normal exit
    nsmfr: entry
    nsmfr: 1712 bytes at 0xf2fa08
    nsmfr: normal exit
    nsmfr: entry
    nsmfr: 420 bytes at 0xf1d3b8
    nsmfr: normal exit
    nsclose: normal exit
    nsrefuse: exit (0)
    nfpgevh: exit
    nfpgsev: waiting for an event
    nsevwait: entry
    nsevwait: 1 registered connection(s)
    nsevwait: 0 added to NT list for 0x8
    nsevwait: 0 pre-posted event(s)
    nsevwait: waiting for transport event (0 thru 0)...
    ntctst: size of NTTEST list is 1 - not calling poll
    sntseltst: Testing for CONNECTIONS on socket 192

  • Oracle SID Problem

    I have installed Oracle 10g on windows 2003 with sid ora10. I had to uninstall it and then reinstall it. When i choose the same sid it told me that already exists. Any feedback how this resolved. I have to have this sid due to application issues.

    Hi,
    You have to delete the Windows Service with oradim :
    oradim -DELETE -SID Claim (where claim is the SID)
    Delete oracle service in regedit. Then recreate it.
    You can also view Doc ID 688544.994 on Oracle Metalink.
    I think same applies in Oracle 10g.
    Adith

  • Problem with Numbers! Cannot format a number with "1000" separator

    I need to format numbers in cells with the "1000" separator 
    1000.99     should really look like        1,000.99
    Looks like there is no way to do this in Numbers!
    I only found the following work-around:
    When I import a spreadsheet from Excel the formating is there and Numbers will even keep the format as long as I do not delete the cell contect! So to me this means that the functionality is there - it was just forgotten to implement a numbers formatting took in the GUI!
    Of course Numbers is just a scaled down product for iPad and does not really stand up to Excel but this is the most basic function that I expected from a spreadsheet program!
    Anybody experience that problem too or is there another way to get this to work?

    Hey Dell,
    I actually fixed this by using the following which gives the same result.
    ToText(Member#,"#") & "-" & ToText(Account#,"#")
    It would be nice if Crystal Reports Server 2008 was able to detect the field formats used in a report when saved from Crystal Reports. This worked without the formulas in Crystal Enterprise 9.
    Another issue I found on this report was an issue with charts and group headers. If you are using a number on your chart axis it was displaying the number as 9,999.00 and the same for the Group Header. You actually have to create a group header and axis formula specifically converting the number to text with the formula above.
    Thanks,
    Lee

  • Is anyone having problems with numbers and keynote after installing ios7.1?

    Neither numbers or keynote will open after I installed ios7.1 on my iPad. Pages and Database open just fine.

    I have had the same problem but I seem to be getting somewhere to fixing it!!! My battery was going down at 20% an an hour now its 10% with constant use and 5 in standby !!! So improvement all round
    First I did a restore then I drained the battery i started to charge it and when it came on I turned the phone off completely and let it charge to 100% I then left it for a couple of hours on charge at 100. I saw no improvement after 1st drain so I repeated the drain battery and charge steps again with the phone turned off when charging and have seen a very big improvement. I am going to do it again tonight and hopefully problem solved!!!!
    The next issue is iMessage as that's playing up and wifi drop out
    Good luck

  • System.printing font problem with numbers

    I hope I'm putting this question in the correct forum as the issue covers a lot of ground.
    I have a C#.net 4 web service on an IIS 7.5 box (call it box 1) that creates XPS documents and stores them in an SQL database.
    I have a second C# .net 4.5 (tried .net 4 too and it makes no difference)web service on a separate box (box 2) that pulls documents out the database and sends them to print server queues on separate boxes, say this is box 3, using System.Printing which
    is pretty bog standard code except for the XML tray designation code.
    This works and the documents are rendered correctly except...
    If the font installed on box 1 (IIS 7.5 on server 2008 R2) that is used to create the documents is also installed on box 3 (Times New Roman for example on the print server which is also server 2008 R2) then the documents text comes out
    in Times New Roman as you would expect, but any numbers within that text come out in some unknown bold san serif font (e.g abcde
    12345). If I put a text character directly in front of a number it renders correctly.(e.g abcde x12345) If the font isn't installed on box 3 then it comes out correctly, numbers and all. If I print the documents from XPS viewer
    then they print correctly. The font versions makes no difference. I've tried changing the printer settings (print directly, advanced feature off, client rendering etc) and this makes no difference. The documents are properly formatted right down to each
    paragraph now (trying to get rid of this problem) and still it persists.
    This issue only appears if both boxes have the same font and you are printing from code.
    I've got around the problem by using an equivalent Linux TTF that'll never appear on both servers, but I'd love to know where this problem is. Any takers on answering this?

    Hi Ghost...
    If you're talking about the Linux TTF, it works just fine, unfortunately it's not an exact match, so in order to get Times New Roman to work as advertised I might have to put some rather "dubious" code in, i.e. hunt down any text that "starts with"
    number or find space + 0-9 and then stick an "i" in front in white..that sort of "dubious" thing.
    The Time New Roman problem (and other fonts that are on both the IIS 7.5 box where the documents are created and the print servers where they are spooled) is quite baffling.
    These are examples of the issue.
    2 people went to market...the text comes out in Times, the number comes out in some bold san serif.
    I went to the market on 12/12/2012 to see some pigs...shows the same problem
    I went .2 the market on .12/12/2012......shows the same problem
    I went t2 the market on i12/12/2012...all renders as Times.
    In a nutshell, if the char preceeding the number is a-z the numbers are rendered correctly, otherwise they come out as bold san serif.
    If I use, say for example Garamond (which isn't on the print server) then the whole everything renders correctly in Garamond. Same thing with all other fonts I tried. if both are on both servers then you get the problem. We have a mix of printers from
    various manufacturers hanging off the print servers and the same thing happens on all of them so it's not a printer driver problem.
    Everything renders correctly from a print out from the XPS viewer.
    The exact architecture is that browser Ajax requests are fired at the doc builder service on an IIS box which builds the documents, puts them in an SQL database as byte arrays and returns success. Depending on the user's location and printer
    spec, a new Ajax request is then sent to another IIS box (which is either local or remote to a print server) to print out the documents on location specific printers. The reason for doing it this way was to avoid Kerberos issues that would occur in a double
    hop to a remote print server. Note: this is not my domain and I have no control over maintenance, but a Kerberos failure would result in badness, so it's been avoided. Therefore jobs that don't need an exact user, use a domain app pool account and jobs that
    do require a specific user go to a service on the print server. Either way the same issue arises.
    I though the problem was with my code, but the MS example XPS documents show the same issue.
    XPS creation is by GemBox.Document from docx templates and Gembox saw the same issue on their servers when I brought this problem up with them. They put a fix in that partially resolved the matter from their standpoint, but it didn't make any difference
    in my architecture.
    HTH

  • Problem with numbering in TOC

    I don't know how I got this in my TOC:
    The problem is that I get an extra "1" before the word "Inhoud" and also before "1     Foundation    5" and other chapters.
    I don't know how to remove this "1".  I understand where the other numbers are coming from.
    I thought maybe the style of Foundation is based on another style which has also a numbering. But that was not the case.

    This is what I want, and it also what I get when I put the list type to "none".
    I don't get it, as I now still have chapter numbering.

Maybe you are looking for

  • Mac mini (mid 2007) can this be ugraded to lion or only snow leopard?

    i currently running 10.5.8 with 4gigs of ram and 80 gig harddrive.

  • Lumia 1020 Video problem

    Hi, I have a problem with my Lumia 1020 video recording. 1- The video is very noisy at night in normal indoor lights.      I didn't notice when this problem occured because from the time I bought the phone I didn't used it to record videos (only used

  • Cost of using GPS in india

    Hi i have a NOKIA 5800 express music handset , it came with a 90 days walk/drive navigation license , i want to know , what is the cost of buying / using the GPS service after the expiry of this 90 day license? thanks in advance. 

  • Changes in iWEB '08 are NOT making it to my published iWeb site

    Never had this issue with earlier versions. I run iWeb to make changes in pages that I have had up for months. iWeb says the changes are published. When I go here: http://web.mac.com/tyreeford/Site/Resume.html The changes are there. When I use Safari

  • Help reactivating PS CS3

    I need a solution to reactivate my CS3 and CS4 products to use on my laptop since my MacPro is down.  I have all proper serial #s but the programs won't connect and they have removed phone activation as an option.  I have tried to contact support sev