Cpu/ram Unix box(es) for 11iFinancials - 200 concurrent users

Hello -
cpu/ram of unix database server for 11i financials implementation...
200 concurrent users...
Is the 11i have an app server where concurrent managers run or are they on db server? How about 11?
null

James,
if u r still interesting, contact me on my e-mail, i can send u some detail informations regarding to this.
Milan
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by JAMES WHITTLE ([email protected]):
Hello -
cpu/ram of unix database server for 11i financials implementation...
200 concurrent users...
Is the 11i have an app server where concurrent managers run or are they on db server? How about 11?<HR></BLOCKQUOTE>
null

Similar Messages

  • Running Apps 11i on Linux with 200 concurrent users

    Hi,
    Is there anybody out there running a large apps 11i installation (with the
    database and middle tier) on Linux ?
    We are currently running 11.5.9 Apps with a 9.2 database on Sun kit but I'd
    like to investigate Linux/Intel as we are planning to replace our hardware.
    We have about 200 concurrent users, with a total of 1800 registered users, using
    Financials, i-Procurement and HR.
    Thanks
    Tony Vallis

    Having worked extensively on Linux, its true that is is limitied in 32 bit mode to addressing a few GB of memory for each application (It is at least better than windows with its 2/3GB limit), although you can play around with it and memory windows to get more out of it for the database tier.
    We have used 1 * 6650 with 8GB RAM running AS 2.1 DB Tier
    and 2 * 2650 with 8 GB RAM ruuning AS 2.1 Apps Tier with conc mgrs too.
    This was with 11.5.10 and it comfortabley supported 200 users. The servers were 2.8GHz Dual core Xeons. Redhat 3 or 4 would have been better becuase of a file cache issue on the database tier.
    Also rememeber to consider Oracle licensing, A faster CPU might cost alot more but when oracle licenses are based on core/cpus then you may save alot more by having the highest power cpus u can (MHz rating not ness cores). Sun T2000 servers are quite nifty too if you want to stay with traditional unix kit but not want the price tag.
    When workign at internally in Oracle We quoted one client a 3 * 4 CPU 6650 with 8GB in RAC config with 12 * 2 CPU 2650 with 4GB to support 5000 concurrent users. I wasnt convinced this would work at the time but the client had massively over estimated the number of users they would actually have so all was fine.
    If I was doing this now I would go for a single 64bit DB tier with 4 CPUs and lots of memory, I would have lots of small8gb mid tiers 2850's, with a hard ware load balancer in front and a dedicated GB backend network. I would ony go for RAC if I needed the resiliance or had a large number of users e.g. 1000+
    All in my opinion and I am in no way suggesting this as a solution for any other customers. Always perform a hardware siazing exercise in conjunction with your hardware vendor (remembering they always want you to buy more hadrware than u need).

  • Is there any issues if we planning to have more than 200 concurrent users

    Is there any issues if we planning to have more than 200 concurrent users in BPS ?
    Thanks,

    Depends a great deal on what type of users they are. Simply running reports? Should be manageable. All performing complex modelling - more of a problem.
    And of course it depends a large deal on your supporting infrastructure as well! How many interactive processes can your server handle?
    But back to planning, if these are all planning users - not just reporters - perhaps the biggest issue will be planning level design such that so many users are not locking each other constantly.
    Be aware that locks are defined by the package definition that a user executes a layout or function against, and locks stay in place until the users ends his/her planning session - which means exiting a planning FOLDER or correctly existing the web application.....

  • Jvm required for 200 concurrent users.

    Hi,
    we are planning for servelet based connection , we have 200 users who are concurrenly accessing our applications
    as servelet connections will be based on jvms , so how many jvms needs for the smoot accesing or performce and how can we increase the jvms in oracle 11i.
    farhan.

    Hi farhan;
    Please check below and see its helpful for your issue:
    JVM
    Re: jvm
    Re: Reg:apps jvm
    jvm
    Re: jvm
    Regard
    Helios

  • Popup check box screen for fields selection using user structure

    Hi all,
    could you please help how can i get the popup screen in the program when the user wants to choose the wanted fields.
    for ex: in the table after clicking the contents display the selection fields will be displayed. there in setting -> list format->choose, we can check the fields wanted to be displayed. The same functionality i needed with my own structure. can any one help me in this, it is urgent.
    Thankyou.

    Hai Ashok
    Check the following Code
    S_FIELDS-TABNAME = 'VBAP'.
    S_FIELDS-FIELDNAME = 'ARKTX'.
    S_FIELDS-VALUE = WC_VALUE.
    APPEND S_FIELDS.
    CALL FUNCTION 'POPUP_GET_VALUES'
      EXPORTING
      NO_VALUE_CHECK        = ' '
        POPUP_TITLE           = 'Locate Material'
      START_COLUMN          = '5'
      START_ROW             = '5'
    IMPORTING
      RETURNCODE            =
      TABLES
        FIELDS                = S_FIELDS
    EXCEPTIONS
       ERROR_IN_FIELDS       = 1
       OTHERS                = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ELSE.
    READ TABLE S_FIELDS  INDEX 1.
    WC_VALUE = S_FIELDS-VALUE.
    ENDIF.
    Thanks & regards
    Srenivasulu P

  • Virtual Memory Settings for 64 bit Unix boxes

    I am running out of virtual memory on my Unix box. I have several applications running, including ASO cubes. My config is as follows:
    8 Gig Ram
    16 Gig Virtual
    Solaris 10-64
    Essbase 9.3.1 64 bit
    Can I set my virtual ram higher or do I need to bump up my physical ram first?

    The goal of having virtual memory is not to increase native capacity, but to provide a place for inactive tasks to be "nearly" active.
    It is the things you list which make it possible (although admitedly not likely) that a decrease can improve performance. Virtual memory is much slower than real memory, and this is even more of a problem when you have to exchange larger amounts than needed.
    The extra page thrashing may occur simply because one program uses memory voraciously when it could otherwise do with less. It could selfishly improve it's performance by 10% by using twice the memory it needs, while causing the system to do everything else through virtual memory. Prior to 64 bit, Essbase would only see 2 GB and thrashing would be a small incremental issue. Now each app can do 4+ times the thrashing as they swap each other out, using significantly more memory to gain a relatively small gain, and grinding the system (as a system) to a halt. Every time the programs switch, the same extra large thrashing is repeated to make room for that voracious appitite again.
    Thus the performance issue can occur not so much because there is too little left over, but too much being swapped in between. Both applications may very well work better if they starved a little bit and did more thrashing on smaller work files at slightly less individual performance. This is because they could potentially get the job done with less memory but over-reached as a result of seeing an abundance.
    This is a situational condition though, due in part from using software that is aggressive by nature and an OS that supports a lot more memory than previously.
    That said, it is still more likely that the answer is to either cut back on memory usage or to add more real memory. If you can reconfigure the individual applications to use less overall, great -- if you can't, add more real memory.
    BTW: I've never had issues with Unix based OS's virtual memory -- but my only experience was AIX and I didn't have to deal with hardware on that gig.
    Still, I'd recommend that if you can't put your apps on a diet, you test with 12, 16, and 20 GB of virtual memory to find which direction helps, then add real memory if additional virtual memory really helps much.

  • Is there ODBC driver for excel flat file in Unix Box

    Hello guys
    I have a question about importing flat file sitting on Unix box into OBIEE. Normally, if the file is somewhere in Windows, I could just use a DSN for text file where I can set the location of the flat file and then be able to import using admin tool.
    However, if the file is sitting on the unix box, I wouldn't be able to define the path using that DSN driver since the location of the file doesnt belong to C: drive or E: drive like it does in Windows.
    So in this case, how would i be able to proceed? What third party ODBC could I use for flat file in Unix? Also, there is a file called ODBC.INI in Unix OBIEE directory, do I have to modify the content of that file too? If so how would I do it in order to be able to import flat file from Unix using Admin tool?
    Your thoughts?
    Thanks

    You'd need to export the Excel file to CSV or something like that, and then read it in from there.
    Thanks rnm.
    I am more curious about what you said above.. Could you explain a little more?
    Do you mean changing the flat file into CSV format? If so, the flat would still be in Unix location after the changing right? Or am I not understanding you completely?
    Thanks and please advice
    Cheers

  • I am considering a base 21" iMac ($1099 @ Best Buy) for home use.  It would be my first Mac.  Is the base model powerful enough for everyday home use and some light video editing or should I upgrade the CPU, Ram and to a Fusion drive?

    I am considering a base 21" iMac ($1099 @ Best Buy) for home use.  It would be my first Mac.  Is the base model powerful enough for everyday home use and some light video editing or should I upgrade the CPU, Ram and to a Fusion drive?
    Purchasing with the upgrades through Apple would add about $800 over the Black Friday deal at Best Buy.  Just looking for some advice if I will be satisfied with the based model.

    All models will do what you want. Upgraded models will do it faster than the standard models.
    Just why are you thinking of switching to a Mac?

  • Poor performance and increase CPU on UNIX 64 bit

    Hi
    I have moved one of my 300GB test databases from a 4GB RAM 2x DUAL zeon 3GHz processors LINUX machine to a UNIX 64 bit 6GB RAM 2x1GHz USIIIi processor machine. Both have the oracle data stored on RAID 5 disk.
    Both Oracle versions are the same. The data was transered via export/import.
    Running exactly the same queries the UNIX box is up to 3 times slower and sits at 100% CPU, wheras LINUX machine sits between 30-50% CPU and performance is really good. No other users are accessing the machines.
    Statspack reports look very similar, both have 100%/near 100% instance efficiency. top wait events on both machines are control file parallel write and db file sequential read, but even the values for these do not look worrying. The only difference is there is more memory allocated to the SGA of the UNIX server.
    Any ideas as to why the UNIX 64bit server is slower and using 100%CPU would be greatly received.
    Thanks

    LINUX
    SELECT
    count(*)
    FROM
    mastermap.topographicline
    WHERE
    descriptivegroup like :"SYS_B_00"
    and
    descriptiveterm like :"SYS_B_01"
    and
    physicalpresence = :"SYS_B_02"
    AND
    sdo_filter(geom, mdsys.sdo_geometry(:"SYS_B_03", :"SYS_B_04", null,
    mdsys.sdo_elem_info_array (:"SYS_B_05", :"SYS_B_06", :"SYS_B_07"),
    mdsys.sdo_ordinate_array (:"SYS_B_08", :"SYS_B_09", :"SYS_B_10",:"SYS_B_11")), :"SYS_B_12")=:"SYS_B_13"
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 2 0 0
    Execute 1 0.01 0.01 0 11 2 0
    Fetch 2 0.20 0.18 0 10713 0 1
    total 4 0.21 0.19 0 10726 2 1
    UNIX
    SELECT
    count(*)
    FROM
    mastermap.topographicline
    WHERE
    descriptivegroup like :"SYS_B_00"
    and
    descriptiveterm like :"SYS_B_01"
    and
    physicalpresence = :"SYS_B_02"
    AND
    sdo_filter(geom, mdsys.sdo_geometry(:"SYS_B_03", :"SYS_B_04", null,
    mdsys.sdo_elem_info_array (:"SYS_B_05", :"SYS_B_06", :"SYS_B_07"),
    mdsys.sdo_ordinate_array (:"SYS_B_08", :"SYS_B_09", :"SYS_B_10",:"SYS_B_11")), :"SYS_B_12")=:"SYS_B_13"
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 0.03 0.02 0 42 2 0
    Fetch 2 0.24 0.34 0 10707 0 1
    total 4 0.27 0.36 0 10749 2 1
    The elapsed time is twice as slow on unix, and it seems to be a fetch issue. Any ideas?

  • Deployment unsuccessful via UNIX box but Successful from windows

    Hi,
    I am able to deploy my ADF application on remote server by my ANT SCRIPT.
    But when I am trying to deploy my application through UNIX box, Its successfully making EAR File but that EAR file is smaller(in term of size) , which I am getting from Windows deployment from similar script. It not adding bc4j.xcfg file of AM and adfm.xml file also in EAR. If I am deploying this same EAR file from script on unix then its successfully deploying and when I am going to my application its showing blank page insist of contains.
    I am using same script for deployment on unix box also which I am using on Windows.
    Can anyone suggest me where I am lacking or something which I need to take care on Unix.
    Thanks in Advance
    Ramit Mathur

    Looks like your ant script is buggy...
    If your ant script does not produce the same EAR (I only mean the content, not the size) there must be something wrong either with your installation on the UNIX box or your ant script.
    If you know which files are missing thats the point to look at. As you wrote the script it should not be difficult to find the part of hte script which should copy the missing files into the resulting EAR file. May be you have a wrong path (windows like drive letters or '\' instead of '/') in your script.
    Timo

  • Ms-645 ultra (MS-6547) CPU:RAM

    Hullo,
    I Just Finished building my new system. I am in the process of clocking it out. I used Fuzzy Logic 4 to find out at what speed my system crashes at. Fuzzy crashes any where between 139MHz & 143MHz system clock with CPU core voltage only slightly juiced to 1.5 volts.
    This is probably not a good program for the actual overclocking from what I've read, but does serve as a good burn in utility. So I've decided on a 133MHz system clock in bios. Don't want to get too greedy right now as I am using stock H/S and fan. Next did a 5X burn in with Sandra and couldn't crash my system 49c idle 62c load. I must say this is a very nice mobo, extremely stable.
    What I am having problems deciding on are my memory timings. This is my first MSI mother board and I'm not really familiar with the normal fast ultra and turbo settings.
    Initially I set at the normal selection with CPU - RAM ratio at highest setting of 4:5 and CPU-Z gives me these memory numbers 166MHz & 2.5-3-3-7-11.    
    Next I tried the ultra setting and the highest ratio of 1:1 any other ratio causes system to lock up. CPU-z gives me these memory numbers 133MHz 2.5-2-2-6-9
    It dosen't Appear that the Ultra timing mode offers any advantages over default memory timing settings. Are these words "Ultra" and "turbo" just marketing schemes meant to entice the common PC user, or are there some additional speed settings that go along with with the ultra and turbo modes that I am unaware of. Also after setting system clock to 133MHz My PCI & AGP are left untouched at 33MHz & 66MHz. I was expecting higher speeds. How are these independant? Where can I adjust these to clock along with the system clock. With those AGP & PCI numbers it behaves like a true 533MHz FSB system. I'm a little baffled with this new system. Any explainations would be greatly appreciated.
    MSI 645 Ultra (MS-6547 bios ver. 1.0)
    Channel Watt Tech. 350w Power Supply
    P4 Northwood 2.4(400FSB)@3200
    1 Stick 512MB Kingston PC-2700([email protected])
    Western Digital 80GB 7200 RPM 8MB Cache
    Sony CD/RW 52X
    Samsung CD ROM 40X
    Sound Blaster PCI512
    GeForce MX/MX 400 (PCI Slot)
    Yahama YST-MS50 (Powered Multi Media Speakers)
    HP Deskjet 656C
    Windows XP Pro SP-1

    I'm not displeased, only a little puzzled. in fact i was counting on having to reduce the core & memory speed of my card just a little bit. to allow for a higher oc. Is this a 400/533 mobo manual says 400. Hmmm. I wonder what would happen if I put an 800 FSB cpu in here. bios system clock goes to 200. I happen to have one. this mat be interesting.  

  • Managing a remote unix box with OSX server apps...

    Aside from running an OSX server, I am in charge of maintaining an external, SUN unix server from my Mac, and I hate using line commands, esp. with how jaded I've become using the nice tools for managing the Mac server. For now I use terminal in order to change passwords, set permissions and so on as the sudo user on the unix box, and use rbrowser to edit cron jobs.
    So, my question is, is there a way to get the OSX server admin tool to think the unix box is an OSX server? And if not, is there a graphical interface to maintain the server (it's running Apache too)? Rbrowser is cool and all, but doesn't let me use sudo for making chnages.
    Thanks for any help.
    Greg

    Bummer about not having the Mac feel on SUN. Life can't always be perfect.
    As far as the Webmin, no, haven't heard of it, but it sounds cool. The trick would be getting a huge client like SD County to let us buy it, then go through all the hoops and red tape to get it installed. Most likely their answer would be "Well, what have you been using this whole time and why isn't that good enough now all of a sudden?".
    So for the time being, I'l have to be happy using RBrowser for file transfers between the test and production servers (beats the pants off of typing scp -p -i over and over again) and editing cron scripts. Too bad it doesn't provide sudo for changing passwords, groups, and so forth.
    I'm this close to having the perfect work environment (the office I work in was all Windows with Dell laptops...until now).
    Dual G5 tower   Mac OS X (10.4.6)  

  • Issue with Essbase - SQL Interface in UNIX box

    Hi All,
    One of our customer is facing an issue while trying to connect to the Oracle datasource from Essbase version 9.0.1.0.00 in a 64 bit UNIX box. He is using Oracle wired protocol for SQL interface.
    Customer has tried the below and getting the below error:
    1) Ran the nst-sql.sh file.
    2) Edited the odbc.ini file and the .profile file with the required dsn information.
    3) From the console selected the open SQL option and received the following error " There are no datasources defined. Please create one to continue"
    I have attached the odbc.ini file and the .profile file for your reference.
    Any help appreciated.
    Thanks,
    Bharathi Raja
    ODBC.ini file
    ARBORPATH=/hyper/arbor/Hyperion/AnalyticServices
    HYPERION_HOME=/hyper/arbor/Hyperion
    ESSLANG=English_UnitedStates.Latin1@Binary
    SHLIB_PATH=.:/hyper/arbor/Hyperion/common/ODBC/Merant/5.0/lib:/hyper/arbor/Hyperion/AnalyticServices/bin:$SHLIB_PATH
    PATH=$PATH:$ARBORPATH/bin:/usr/lib:$ARBORPATH:$HYPERION_HOME/common/ODBC/Merant/5.0/lib
    LD_LIBRARY_PATH=$HYPERION_HOME/common/ODBC/Merant/5.0/lib
    ulimit -c unlimited
    ulimit -n 1024
    LIBPATH=/hyper/arbor/Hyperion/common/ODBC/Merant/5.0/lib
    LANG=en_US
    ODBCINI=/hyper/arbor/Hyperion/Essbase/bin/.odbc.ini
    [ODBC Data Sources]
    DB2 Wire Protocol=DataDirect 5.0 DB2 Wire Protocol Driver
    dBase=DataDirect 5.0 dBaseFile(*.dbf)
    FoxPro3=DataDirect 5.0 dBaseFile(*.dbf)
    Informix=DataDirect 5.0 Informix
    Informix Wire Protocol=DataDirect 5.0 Informix Wire Protocol
    Oracle=DataDirect 5.0 Oracle
    Oracle Wire Protocol=DataDirect 5.0 Oracle Wire Protocol
    Progress9=DataDirect 5.0 Progress SQL92
    Progress10=DataDirect 5.0 Progress OpenEdge
    SQLServer Wire Protocol=DataDirect 5.0 SQL Server Wire Protocol
    Sybase Wire Protocol=DataDirect 5.0 Sybase Wire Protocol
    Text=DataDirect 5.0 TextFile(*.*)
    [DB2 Wire Protocol]
    Driver=$HYPERION_HOME/common/ODBC/Merant/5.0/lib/ARdb220.sl
    Description=DataDirect 5.0 DB2 Wire Protocol Driver
    AddStringToCreateTable=
    AlternateID=
    Collection=OS/390 and AS/400 (leave blank for DB2 UDB)
    Database=DB2 UDB (leave blank for OS/390 and AS/400)
    DynamicSections=100
    GrantAuthid=PUBLIC
    GrantExecute=1
    IpAddress=DB2 server host
    IsolationLevel=CURSOR_STABILITY
    Location=OS/390 and AS/400 (leave blank for DB2 UDB)
    LogonID=UID
    Password=PWD
    Package=DB2 package name
    PackageOwner=
    TcpPort=DB2 server port
    WithHold=1
    [dBase]
    Driver=$HYPERION_HOME/common/ODBC/Merant/5.0/lib/ARdbf20.sl
    Description=DataDirect 5.0 dBaseFile(*.dbf)
    ApplicationUsingThreads=1
    CacheSize=4
    CreateType=dBASE5
    Database=$HYPERION_HOME/common/ODBC/Merant/5.0/demo
    DataFileExtension=DBF
    ExtensionCase=UPPER
    FileOpenCache=0
    IntlSort=0
    LockCompatibility=dBASE
    Locking=RECORD
    UseLongNames=0
    UseLongQualifiers=0
    [FoxPro3]
    Driver=$HYPERION_HOME/common/ODBC/Merant/5.0/lib/ARdbf20.sl
    Description=DataDirect 5.0 dBaseFile(*.dbf)
    ApplicationUsingThreads=1
    CacheSize=4
    CreateType=FoxPro30
    Database=$HYPERION_HOME/common/ODBC/Merant/5.0/demo
    DataFileExtension=DBF
    ExtensionCase=UPPER
    FileOpenCache=0
    IntlSort=0
    LockCompatibility=Fox
    Locking=RECORD
    UseLongNames=0
    UseLongQualifiers=0
    [Informix]
    Driver=$HYPERION_HOME/common/ODBC/Merant/5.0/lib/ARinf20.sl
    Description=DataDirect 5.0 Informix
    ApplicationUsingThreads=1
    CancelDetectInterval=0
    CursorBehavior=0
    Database=db
    EnableInsertCursors=0
    GetDBListFromInformix=1
    HostName=Informix host
    LogonID=UID
    Password=PWD
    Protocol=onsoctcp
    ServerName=Informix server
    Service=Informix service name
    TrimBlankFromIndexName=1
    [Informix Wire Protocol]
    Driver=$HYPERION_HOME/common/ODBC/Merant/5.0/lib/ARifcl20.sl
    Description=DataDirect 5.0 Informix Wire Protocol
    ApplicationUsingThreads=1
    CancelDetectInterval=0
    Database=db
    HostName=Informix host
    LogonID=UIDUID
    Password=PWDPWD
    PortNumber=Informix server port
    ServerName=Informix server
    TrimBlankFromIndexName=1
    [Oracle]
    Driver=$HYPERION_HOME/common/ODBC/Merant/5.0/lib/ARor820.sl
    Description=DataDirect 5.0 Oracle
    ApplicationUsingThreads=1
    ArraySize=60000
    CatalogIncludesSynonyms=1
    CatalogOptions=0
    DefaultLongDataBuffLen=1024
    DescribeAtPrepare=0
    EnableDescribeParam=0
    EnableNcharSupport=0
    EnableScrollableCursors=1
    EnableStaticCursorsForLongData=0
    EnableTimestampWithTimeZone=0
    LocalTimeZoneOffset=
    LockTimeOut=-1
    LogonID=UID
    OptimizeLongPerformance=0
    Password=PWD
    ProcedureRetResults=0
    ServerName=Oracle host
    UseCurrentSchema=1
    [Oracle Wire Protocol]
    Driver=$HYPERION_HOME/common/ODBC/Merant/5.0/lib/ARora20.sl
    Description=DataDirect 5.0 Oracle Wire Protocol
    ApplicationUsingThreads=1
    ArraySize=60000
    CachedCursorLimit=32
    CachedDescLimit=0
    CatalogIncludesSynonyms=1
    CatalogOptions=0
    DefaultLongDataBuffLen=1024
    DescribeAtPrepare=0
    EnableDescribeParam=0
    EnableNcharSupport=0
    EnableScrollableCursors=1
    EnableStaticCursorsForLongData=0
    EnableTimestampWithTimeZone=0
    HostName=Oracle server
    LocalTimeZoneOffset=
    LockTimeOut=-1
    LogonID=UID
    Password=PWD
    PortNumber=1521
    ProcedureRetResults=0
    SID=Oracle SID
    UseCurrentSchema=1
    [Progress9]
    Driver=$HYPERION_HOME/common/ODBC/Merant/5.0/lib/ARpro920.sl
    Description=DataDirect 5.0 Progress SQL92
    DatabaseName=db
    HostName=Progress9 host
    LogonID=UID
    Password=PWD
    PortNumber=Progress9 server port
    [Progress10]
    Driver=$HYPERION_HOME/common/ODBC/Merant/5.0/lib/ARpro1920.sl
    Description=DataDirect 5.0 Progress OpenEdge
    DatabaseName=db
    HostName=Progress10 host
    LogonID=UID
    Password=PWD
    PortNumber=Progress10 server port
    [SQLServer Wire Protocol]
    Driver=$HYPERION_HOME/common/ODBC/Merant/5.0/lib/ARmsss20.sl
    Description=DataDirect 5.0 SQL Server Wire Protocol
    Address=SQLServer host,SQLServer server port
    AnsiNPW=Yes
    Database=db
    LogonID=UID
    Password=PWD
    QuotedId=No
    [Sybase Wire Protocol]
    Driver=$HYPERION_HOME/common/ODBC/Merant/5.0/lib/ARase20.sl
    Description=DataDirect 5.0 Sybase Wire Protocol
    ApplicationName=
    ApplicationUsingThreads=1
    ArraySize=50
    Charset=
    CursorCacheSize=1
    Database=db
    DefaultLongDataBuffLen=1024
    EnableDescribeParam=0
    EnableQuotedIdentifiers=0
    InitializationString=
    Language=
    LogonID=UID
    NetworkAddress=Sybase host,Sybase server port
    OptimizePrepare=1
    PacketSize=0
    Password=PWD
    RaiseErrorPositionBehavior=0
    SelectMethod=0
    WorkStationID=
    [Text]
    Driver=$HYPERION_HOME/common/ODBC/Merant/5.0/lib/ARtxt20.sl
    Description=DataDirect 5.0 TextFile(*.*)
    AllowUpdateAndDelete=0
    ApplicationUsingThreads=1
    CacheSize=4
    CenturyBoundary=20
    Database=$HYPERION_HOME/common/ODBC/Merant/5.0/demo
    DataFileExtension=TXT
    DecimalSymbol=.
    Delimiter=
    FileOpenCache=0
    FirstLineNames=0
    IntlSort=0
    ScanRows=25
    TableType=Comma
    UndefinedTable=GUESS
    [ODBC]
    IANAAppCodePage=4
    InstallDir=$HYPERION_HOME/common/ODBC/Merant/5.0
    Trace=0
    TraceDll=$HYPERION_HOME/common/ODBC/Merant/5.0/lib/odbctrac.sl
    TraceFile=odbctrace.out
    UseCursorLib=0
    *.Profile file*
    HYPERION_HOME=/hyper/arbor/Hyperion
    ESSLANG=English_UnitedStates.Latin1@Binary
    SHLIB_PATH=.:/hyper/arbor/Hyperion/common/ODBC/Merant/5.0/lib:/hyper/arbor/Hyperion/AnalyticServices/bin:$SHLIB_PATH
    PATH=$PATH:$ARBORPATH/bin:/usr/lib:$ARBORPATH:$HYPERION_HOME/common/ODBC/Merant/5.0/lib
    LD_LIBRARY_PATH=$HYPERION_HOME/common/ODBC/Merant/5.0/lib
    ulimit -c unlimited
    ulimit -n 1024
    LIBPATH=/hyper/arbor/Hyperion/common/ODBC/Merant/5.0/lib
    LANG=en_US
    ODBCINI=/hyper/arbor/Hyperion/Essbase/bin/.odbc.ini

    The essbase user needs to be restarted to be able to see the new odbc.ini entries.
    After editing the files you mentioned, did you restart the essbase services?
    At the very least, did you exit EAS, then restart EAS? (I don't remember which one of these will do it.) If your entries are correct, then one of these should get the essbase user to 'see' the odbc connection.
    Also, it might help to remove extraneous entries in the .odbc.ini file, kind of difficult to read thru all of that.
    Robert
    Edited by: RobertR3 on Mar 17, 2009 10:19 AM

  • How do i create multiple databases on the same unix box?

    Hello experts.
    Please send me some guidelines on how to create multiple databases on the same unix box and how to configure their startups including listeners.
    Please also, list me the possible precautions to takes especially if the existing database is a production one!
    thanks very much for you reply
    Best Regards
    Yogeeraj

    Hello,
    I tried the following:
    svrmgrl> startup nomount pfile=I:\d01\oracle\admin\cmttest\pfile\init.ora
    then
    svrmgrl> CREATE DATABASE cmttest
    LOGFILE 'i:\d01\oracle\oradata\cmttest\redo01.log' SIZE
    1024K,'i:\d01\oracle\oradata\cmttest\redo02.log' SIZE 1024K
    MAXLOGFILES 32
    MAXLOGMEMBERS 3
    MAXLOGHISTORY 1
    DATAFILE 'i:\d01\oracle\oradata\cmttest\system01.dbf' SIZE 50M REUSE
    MAXDATAFILES 254
    MAXINSTANCES 1
    CHARACTER SET WE8ISO8859P1
    NATIONAL CHARACTER SET WE8ISO8859P1;
    Then when i try to run both databases:
    svrmgrl> set instance cmttest
    ORA-12500: TNS: Listener failed to start a dedicated process
    ===================
    I am doing something wrong.
    please help
    Regards
    Yogeeraj

  • Reading file names in the unix box

    Hello,
    I did the following to read the files from the local directory.
    String s1 = "c:\samplefiles"
    File dir = new File(s1);
    if(dir.isDirectory())
    String listoffiles [] = dir.list();
    for(int i = 0; i <listoffiles.length ; i++)
    System.out.println(listoffiles);
    else
    System.out.println("Its not a directory");
    How can i read and print the file names in the unix box?
    Thank You.
    Kumar

    Thank You for the reply.
    In my custom page, i am trying to include a search page which includes date parameters based on which the pdf files in the unix box should be displayed in the page as a list. (The pdf file names start with the date).
    Once the user clicks the file names displayed in the page, i need to open the pdf. This part i can handle but to search the file names based on the parameter names and display in the page as the list is a bit confusing.
    Thank You.

Maybe you are looking for

  • Thinkpad T440s - ClickPad no longer working, not listed in /proc/...

    This started earlier today. My clickpad used to work fine, now it's completely non-functional. I'm currently using a Logitech wireless usb mouse, which you'll probably see in dmesg&co below. Some observations: if I just boot and don't touch anything

  • After creating a DVD with music, the pictures all come out fuzzy and not sharp.  Why

    After creating a DVD with music, the pictures all come out fuzzy and not sharp.  I have tried all the options, and nothing works, they all come out fuzzy.   I have wasted about a dozen DVD's

  • Make telephone call

    I cannot make any phone call to anyone, suddenly. But I check all of the information, they are correct. And my subscriptions is normal as well. I wonder why I cannot make a call. 

  • Fetching data slow from MSEG and BSEG table

    Dear Experts, Out  MSEG and BSEG are major tables which are very slow and taking 5-10 minutes in fetching just 20/30 records. Why this table taking more time and how I can fatch fast  data from these table. regards

  • Freight Zone Modifier Requirements

    Hi Guru's, Oracle Applications : 11.5.10.2 Our business have a requirements that we should charge freight charges (Modifier in Pricing 11i ) based on some conditions. freight charge will be on line level, and can be 2%, x% and so on. This can be achi