guys I'm running Aix 5.3 Technology level 6. But would like to upgrade to technology level 9. However I have looked all round the website , and I cant find anything telling me the new features that come with the new technology level. I can only find an huge extensive list of APRS's, but I cant find the "new" commands for anyh of the new features of thet echnology level. If someone can point me in the right derieciton that would be great
Can anybody assist me in locating the JDK 1.4.2 with Patch Level 9 for Windows EM64T? I don't know that much about Java, but I'm trying to assist a customer with an SAP Proof of Concept. I presume this is a SUN product as I can find no reference to it on the IBM sites !
We are just beginning to use RequisitePro and some of the associated artifacts. We are currently developing Use Cases for a pilot project. The use case is based upon the RUP Use Case Specification template and includes: Brief Description, Flow of Events, Basic Flow, Alternative Flows, Special Requirements, Preconditions, Postconditions, Extension Point and Issues. Use cases have been written by the role that we call Business AnalystOur System Engineers are actually responsible for the design work and are requesting more detailed information in the use cases. A question has arisen as to what le
I have the following piece of code which is not getting executed at debug level 9.else{// do nothing, thus let the SGSN ISDN number set to zero-length// (memset to 0 in the pspGPRSUnratedFilterReqMsg constructor)Warning(("parseCTP: SGSN IP to SGSN ISDN address mapping ""failed, sending the request to TINT with empty ""SGSN ISDN address field (SGSN IP=%d.%d.%d.%d, ""NCCPtransID=%ld, CTPtransID=%lu, cntxID=%llu, MSISDN=%s)",msg.sgsnIpAddr[0], msg.sgsnIpAddr[1],msg.sgsnIpAddr[2], msg.sgsnIpAddr[3],outContext->getNCCPtransID(),convertTransID(outContext-
I am working with 5 Fact and 6 Dimension tables. I have also created a new Logical fact table XXX for Measures and joined XXX with all dimensions. I have also given detail level of dimensions in content tab of Fact LTS.D1,D2,D3,D4,D5,D6 are Dimension tables.F1,F2,F3,F4,F5 are Fact Tables.XXX is newly created Fact table.F1 is joined with D1,D3,D4,D5,D6F2 is joined with D1,D2,D3,D4,D5XXX is joined with D1,D2,D3,D4,D5,D6When i throw the request from D5,D2,F1 i am getting the result.But when i throw the request from D5,D2,F1,XXX it shows the error as[nQSError: 14025] No fact table exists at the re
I feel like I have lost any ounce of intelligence. I'm playing Microban (easy), apart of KSokoban, and I have spent many, many days of my life working up to level... nine. 9. And I'm stuck. Weeks on this level. I can't. I just... can't. It's just level nine!If any of you are good at sokoban, please help me.
OK... first the system:Asus A7V8X-X mobo2 Gb RAMAMD Athlon 2200XP CPU (no overclocking)Nvidia FX 5200 8X AGP + 256Mb VramDual booting 8.04, WIN XPUmmm... Monitor = Westinghouse LCM 22w2 (D-sub)Kernel 2.6.24.19VIA8235 integrated sound into 5.1 speakersBeen running Ubuntu for about a year and a half.And, as I'm sure gets mentioned here all the time, "Windoze runs fine".Back story... Christmas 2007, I got my son a music keyboard with a USB connection that ostensibly lets it run MIDI. (Years ago, Win3.1 days, that meant the special cable to the soundcard...)Fiddled around with it for a w
I need to implement a 3 level Parent-Child-Grandchild interface and I'd just like some feedback on some smart interfaces to handle this from a user's perspective, not necessarily the standard Master Report (Pg1) navigating to a Master form with a Tabular Form Child (Pg2), then with some sort of link to a grandchild tabular form(Pg3).for example, A company has one or more managers and a manager is responsible for one or more employeesCompany--<Manager--<EmployeeI have already implemented a three level tree to structure and then navigate the hierarchy but now I looking for ways to allow us
So, the main objective for this database/web application is reporting.The issue/situation is:1. The customer has 10 goals2. Each goal has at least some detail shown in bullet points via a word document...this is how we'll get the data at first. we're going to develop the UI of the web application after the customer has more specs...main objective, get web reporting!3. Each detail could be broken down into a further / 2nd level of detail4. The 2nd level of detail could be further detailed by a 3rd level...and, not knowing how in depth they'll provide the detail, there will be activities associa
I created a fully functional Master-Detail report by using the HTMLDB Master-Detail Wizard and converting the Detail Form to a Report Format.Is it possible to drill down to a second level of detail from the first level of detail?With no success, I tried manually creating a second level detail report with link from first level detail, but GUI prevents creation of certain objects, like Prev and Next Buttons with No Region (GUI demands selection of region) for pagination.Any guidance or links to known examples would be appreciated.
Can anyone advise with this question that has came up in Zend Cert study:What should go in the ??????? assignment below to create a Zlib-compressed file foo.gz with a compression level of 9?<?php$file = '????????';$fr = fopen($file, 'wb9');fwrite($fr, $data);fclose($fr);?>Available answers are:gzip://foo.gz?level=9compress.zip://foo.gz?level=9compress.zlib://foo.gzcompress.gzip://foo.gz?level=9zlib://foo.gz
I'm posting here hoping to get a load off my mind and maybe some help (TIA). My frustration level has reached the zenith.About week ago I've downloaded Express-C 9.7 x64 in order to use it with OleDB.NET on Vista x64 with .NET 3.5 SP1. I cannot use any other approach (ODBC, ADO.NET, etc.) since relying on OleDB.NET is one of project's requirements (in order to allow users to quickly and painlessly get data from various databases in without recompiling whole application). Using 32bit components and/or OS is not an option.First test using desktop application written in C# was promising albeit sl
We are migrate our db2 level from 8 to 9 and we need let dstage see the both levels. I tried change the db2 profile call by dsenv file, but after this, dstage see only db2 level 9.If possible, i prefer let one project see one level and other project see other.How do it?IBM AIX 5.3Dstage 7.5.1AOne db2 instance in level 8 and another in level 9, in the same machine.
I've got a strange issue I've never ran into before, and I'm wondering what the best design method might be for this problem. The one I've come up with below feels flawed using a flagging system:I've got MEMBER's. Each MEMBER can have a different level of detail associated to their account. To try and keep this different information organized, this is my proposed solution:MEMBER----------id (pk)MEMBER_MEMBER_DETAIL_REL----------member_ID (fk)member_detail_ID (fk) // id of one of the tables belowmember_detail_type_flag (char) // This tells you which table to look at.MEMBER_DETAIL_REGULAR-------
I am attempting to patch a new installation to level 9.2.0.4.Oracle 9.2.0.1 was installed in ORACLE_HOME /oracle/product/92. JRE 1.3 was installed at the same time to /oracle/jre. $PATH environment variable has both /oracle/product/92/bin and /oracle/jre. When i run the Installer i recieve the following error 'The Java Runtime Environment was not found at bin/java' What do i need to do to tell the machine where it already installed the JRE.
helloI am trying to implement a page with a master-detail-detail regions.I am using collections in order to store data, manipulate it and then save it into tables.for the first level, I have succed to dot it, my first region is a simple region, my seconf region is an updatable report diplaying data from a collection.My problem, is with the second level of detail, as I have to dislay the detail (an updeatable report) of a detail row of the first detail (like in forms)some help is needed pleaseMarie
usb webcam with zoneminder on 9.10 server 64 bitHi:I followed this instruction to install zoneminder http://www.zoneminder.com/forums/viewtopic.php?t=14819The problem is i am unable to view any video.I have difficult to fix the problem as I'm using a server edition and alot of recommendations require gui programs. I wanted to know if the server edition have v4l1/v4l2 drivers installed by default? Are there command line ways to query the camera. I have used zmu from zoneminder to query the camera and my errors are:/usr/lib# zmu -d /dev/video0 -q -v12/08/09 00:21:40.104844 zmu[-1].INF-zm_debug.c
Hi, my network was a dream to set up under ubuntu 9.10. all i had to do was enter pass key, then that was it. Works brilliantly.Different matter with studio. The thing I notice in network connections is, it doesn't want to retain my pass phrase, if I go back into properties the phrase is blank. As far as I can tell the wireless card has been reconcognized and is communicating with router.My system is: asus p5ql-vm epu, intel core2 duo 2.8 e7400, 4gb 1067 ddr2 ram, belkin f5d7050 v4000, edimax router.Here is the info requested in the sticky: kevin@ubuntu:~$ lsusbBus 007 Device 001: ID 1d6b:0001
usb webcam with zoneminder on 9.10 server 64 bitHi:I followed this instruction to install zoneminder http://www.zoneminder.com/forums/viewtopic.php?t=14819The problem is i am unable to view any video.I have difficult to fix the problem as I'm using a server edition and alot of recommendations require gui programs. I wanted to know if the server edition have v4l1/v4l2 drivers installed by default? Are there command line ways to query the camera. I have used zmu from zoneminder to query the camera and my errors are:/usr/lib# zmu -d /dev/video0 -q -v12/08/09 00:21:40.104844 zmu[-1].INF-zm_debug.c
I am currently running a 9.2.0.3 db, and have discovered that there is a severe bug in the functionality concerning submitting XML data that is to be validated with aregistered XMLSchema. Version 9.2.0.7 is tested, and the problems are solved. BUT! Using 9.2.0.7 in production is for various reasons not an option, only 9.2.0.4 is. Does anyone know if this particular bug is fixed on this patch level(9.2.0.4)?-K-
I have added an extra level of detail to a report that has to levels of grouping. There is not any detail for most groups, but it is throwing in a blank section where there is no detail creating a lot of blank space on the page. How do I get these sections to shrink up in these cases and not take up space on the page. If I succeed with that I have a second, similar problem. I have a sub report I want to show in the footer of group 2. I want it to show in only on category of data. I've just got a placeholder there right now and of course it is showing up everywhere. The logic on this would be.
When I try to extract my Entity and or Account Hierarchy list from HFM. I am not getting the the right formated data. The report/structure is as follows below:Level 1 Level 2 Level 3 Level 4 Level 5 Level 6 Level 7 Level 8 Level 9 Level 10 Description Currency Adjs ChildAdjs Security ICP UD1 UD2 UD3Has anyone had this issue when extracting? Or am I doing something wrong? I only want the Entity data for one report. Then the Account data.
Do have one question.I do have one ABC Database db2 image file which is backup by command below:ABC_User> db2 backup db ABCDB online to /ABCDB_Archivethe ABCDB database detail as belowDatabase alias = ABCDBDatabase name = ABCDBLocal database directory = /database/abcdbDatabase release level = 9.00The challenge now I have is when come to restore this image to another development environmentMy virtual "/database/abcdb" file system is too small to restore back the image which had been backup before. No way to increase, because no disk.The question isCan I restore my images from the p
Having problems ith IE5.5. Before upgrading everything worked fine in IE 4 or 5. Mabye, someone could see something wrong in the code. Problem is that none of the links work in any of the div tabs except the last div tab. Once you click on the last one, it seems to enable all the links in the other div tabs. Any ideas? Here is the code:<html><head><title>BST Client Connections MOH INFO </title><script LANGUAGE="JavaScript" FPTYPE="dynamicoutline"><!--// If you want to change this script, you must also make the following// changes so that Fro
When I installed Oracle 9 on my computer (Windows XP), it ran so slowly and sucked up so much memory that I had to uninstall it because I couldn't figure out how to stop the thing, or to set it so it doesn't start up when I log in to Windows.How do I turn the darn thing off? I'm an Oracle noob, so be gentle please! 'For dummies' level of detail appreciated.
guyzs I have a quizz and would like your views. feel free to answer;1. Which best describes data discovery when designing a data warehouse?a. The process of investigating source system data to understand its characteristics and impact on the warehouse design.b. The process of investigating end user requirements to understand their characteristics and impact on the warehouse design.c. The process of identifying performance trends.d. The process to check current performance status.e. The process of comparing metric performance across time periods.f. The process to find anomalies or identify best
fellows, take a look at these questions and give it your best shot. 1. Which of the following best describes data staging?a. The movement of data from one environment to another.b.. A transformation process of assigning a source data element to a target data element.c, The process of taking a snapshot from one environment and moving it to another environment overlaying old data with the new data.d, The area of the data warehouse where data is brought in, cleansed, combined, archived, and exported to the data warehouse and/or data marts.e. A process for filtering, merging, decoding, auditing, a
The following is the error msg, I am trying to run the stored procedure to insert data into few tables.Pls suggest any solution to this error msg: Thanks. 08/05/2005 11:27:41-> Level:1, UpLoader: SQL Error Messge: [SERVERERROR] ORA-06550: line 1, column 7:PLS-00306: wrong number or types of arguments in call to 'ENTPRFMAN'ORA-06550: line 1, column 7:PL/SQL: Statement ignored PROCEDURE ENTPRFMAN(p_source_acct_id char, /*1*/p_source_system char, /*2*/p_entity_name char, /*3*/p_entity_legal_name char, /*4*/p_entity_long_name char, /*5*/p_associated_entity_id char, /*6*/p_entity_type char, /*7*
Following SQL hangs if executed using JDBC, (however works fine if executed using sqlplus,Toad or sqldeveloper) select s.site_id, cl.crawl_id, page_id, page_url, s.url as site_url, cl.content_type, profile_name from crawl_log cl, site s, profile_crawl pc, profiles p where lower(page_url) like '%gotlingerie.com/category.php' escape '\' and cl.seed_url = s.url and cl.crawl_id = '0710221715001' and pc.crawl_id = cl.crawl_id and pc.profile_id = p.profile_idEXECUTION PLAN============== Id Operation Name Rows Bytes Cost (%CPU) Time Pstart Pstop TQ IN-OUT PQ Distrib 0 SELECT STATEMENT 19122 35
Actually the addm report of my test database is giving some recommendations and i am not getting ,how to apply those on my database. so i am putting some data here,if anybody could give me some hint regarding that it would be of great help as i am new in dba. Waits on event "log file sync" while performing COMMIT and ROLLBACK operations were consuming significant database time. RECOMMENDATION 1: Application Analysis, 9.9% benefit (147 seconds) ACTION: Investigate application logic for possible reduction in the number of COMMIT operations by increasing the size of transactions. RATIONALE: The a
We are expecting high load so we are trying to test our current DB configuration. When we ran high load we see that one of our tables that 2 LOB columns of 8K block size are completely under hammer. This table has 8 partitions and one of the indexes are partitioned as well. One peculiar thing we noticed was that with heavy insert and update there is a very high contention. As soon as we turn off inserts and leave only updates the performance improves a lot. So if we are doing 80 transactions per/sec inserts then we get only 10 transactions per sec updates. As soon as we turn off inserts we get
I have an ADDM report, Most of the findings in the report are clear, but the First Finding in this report is the most important one for me. I have to work on the User I/O, pls see Finding 1 (its the first one below in the report).Need your help on this.This is a 3 Node RAC Database on 10.2.0.4 on RHEL 5 Analysis Period: 19-AUG-2009 from 10:00:15 to 12:00:06Database ID/Instance: xxxxxDatabase/Instance Names: xxxx/xxxx1Host Name: xxxx1.xxxxx.comDatabase Version: 10.2.0.4.0Snapshot Range: from 178 to 180Database Time: 1917 secondsAverage Database Load: .3 active sessions FINDING 1: 31% impact (59
So I'm trying to start game programing and was watching youtube tutorials, but I've read that I MUST read some books, so a friend gave me these books, they are toooooo many and really I dont know by which one I should start< can you plz guide me with which book I should start? and then what? and an overall advice about what to read and what not?I'm interesting with c++ & openGL, I've taken at the university the introcudtion to programming c/c++ course and I know from intro to pointers.The books are:3D Computer Graphics - A Mathematical Introduction with OpenGL.pdf3D Game Engine Architec
I had them solved but I'm not sure if my answers are correct. could you please correct the answers. 1. Which of the following best describes data staging?a. The movement of data from one environment to another.b.. A transformation process of assigning a source data element to a target data element.c, The process of taking a snapshot from one environment and moving it to another environment overlaying old data with the new data.d, The area of the data warehouse where data is brought in, cleansed, combined, archived, and exported to the data warehouse and/or data marts.e. A process for filtering
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><META http-equiv=Content-Type content="text/html; charset=iso-8859-1"><META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD><BODY><DIV dir=ltr align=left><SPAN class=780251814-05022007><FONT face=Arial color=#0000ff size=2>i was a big fan of his drop down menu system. It was very streamlined</FONT></SPAN></DIV><DIV dir=ltr align=left><SPAN class=780251814-05022007></SPAN> </DIV><BR><DIV class=OutlookMes
I'm trying to connect to my sample database. When I do this, this is the resukt I get:C:\PROGRA~1\SQLLIB\BIN>db2 connect to sampleSQL1013N The database alias name or database name "SAMPLE" could not be found. SQLSTATE=42705But when I list my database directory I see this:Database 5 entry:Database alias = SAMPLEDatabase name = SAMPLEDatabase drive = C:\DB2Database release level = 9.00Comment =Directory entry type = IndirectCatalog node number = -1I can't catalog, drop or what ever.What's wrong????
We have Websphere running using a db2 database called was and we are trying to add another database under a separate instance to run in conjunction with websphere. It is on AIX 5.1, DB2 v7.2 Fixpack 6 but we keep getting the error that it cannot find the database in the local database directory. I catalogued the database at the node and and when I do a list database directory for the user I get the following output:$ db2 list database directorySystem Database DirectoryNumber of entries in the directory = 3Database 1 entry:Database alias = WASDatabase name = WASLocal database directory = /home/
I recently installed DB2 7.1 on Win2000.I am getting an error while trying to create a Database.These are the relevant connection information.Any help is greatly appreciated.Thanks Instance Attachment InformationInstance server = DB2/NT 7.2.1Authorization ID = DB2ADMINLocal instance alias = DB2C:\>db2 create db testingSQL1039C An I/O error occurred while accessing the database directory.SQLSTATE=58031C:\>db2levelDB21085I Instance "DB2" uses DB2 code release "SQL07021" with level identifier "03020105" and informational tokens "DB2 v7.1.0.43", "
Besides perl.com, is there another, maybe even better, perl referece web site? I'd like to be able to look up a command or function, like "chdir" for instance, and see all options and modifiers that pertain to that command or function. None of my perl books give me that level of detail and it's very frustrating to learn later that I could have actually done more with a given statement, command, or function.
recently i performed a fresh installation to my new IBM P5 550 system using AIX 5.3 ML5 (installation media). After that i download the latest upgrade pack of TL9 (AIX 5.3 TL9 SP2, of course including the TL9 technology level). I made the proper upgrade task but i have a very strange behavior with oslevel outputs. See the bellow:After some searching i found that non all of the filesets have been upgraded:bash-3.00# oslevel -rl 5300-09Fileset Actual Level Recommended ML X11.loc.en_US.Dt.rte 5.3.0.50 5.3.0.60devices.msg.en_US.common.IBM.sni.ml 1.2.0.0 1.2.0.1bash-3.00#I am sure that i have downl
I'm stumped on this one...I have a db on AIX that I can't connect to remotely. It is cataloged. I also have a NODE defined (not sure if even need that).Here is a listing of the nodes and db$ db2 list node directoryNode DirectoryNumber of entries in the directory = 1Node 1 entry:Node name = NODE1Comment =Protocol = TCPIPHostname = myhostService name = 50000$ db2 list db directorySystem Database DirectoryNumber of entries in the directory = 1Database 1 entry:Database alias = LDAPDB2Database name = LDAPDB2Local database directory = /home/ldapdb2Database release level = 9.00Comment =Directory entr
This is just a quick thread I am making to get some information on these two cards. Basically what is the difference?is the only difference the speed?or like does the 6800GT have Pixel shader 3.0, and 64-bit filtering and stuff like the 6800Ultra or do they have different technologies? and will the visual appearance be at the same level of detail?Because if the only difference is the speed I will get the 6800GT.
I'm sure this question has been asked before, but the search function isn't working... I have a machine (AIX) with several databases. Almost all are in instance DB2INST1 owned by user db2inst1. I have one other DB in instance LDAPDB2. It is owned by user ldapdb2.When I use the Client Configuration, I can connect to all of the DBs in instance DB2INST1, but when I try LDAPDB2, I get:Quote: [IBM][CLI Driver] SQL1013N The database alias name or database name "LDAPDB2" could not be found. SQLSTATE=42705 The database is registered on the server when I do a "List db directory". I
all - DB2 8.1.5 AIX 5.2I'm running my backup as usual:BACKUP DATABASE SST USE TSM WITH 6 BUFFERS BUFFER 1024 PARALLELISM 6 COMPRESSAnd suddenly I get the following error message:SQL2072N Unable to bind the shared library "". Reason code: "".Things that have changed since the last backup:1. I went from fixpak 4 to 5 (DB2)2. The TSM server was upgraded to Version 5.1 Level 9.0I have tried to rebind - it doesn't help!
Why do i keep getting an error here SELECT `assets`.`MasterCusID` , `assets`.`CurrentVersion` , `assets`.`QuoteAsset` , `assets`.`VOIDED` , SUM(`assets`.`MultiNo`) , `assets`.`Orginal MODEL_NO` , `assets`.`Orginal PartNo` , `classofsoftware`.`Catagory` , `classofsoftware`.`CatDesciption` , `classofsoftware`.`Level` , `classofsoftware`.`Catagory` , `classofsoftware`.`CatDesciption` , @rtp := ( SELECT `pricebook`.`Retail` FROM pricebook ` Where ((pricebook.Category =classofsoftware.Catagory) AND (pricebook`.`Level` = @Level := IF SUM(`assets`.`MultiNo`) =1 then Set @LEVEL:=1 elseIF SUM(`assets`.
I mistakenly created a database with the wrong alias. What is the command to drop that alias and create a new alias? Any help appreciated....atabase 1 entry:Database alias = DORTIFPCDatabase name = DORTIFPCLocal database directory = /ifpctcatDatabase release level = 9.00Comment =Directory entry type = IndirectCatalog node number = 0Database 2 entry:Database alias = DORTIFP2 **** Want to get rid of ***Database name = DORTIFPCLocal database directory = /ifpctcatDatabase release level = 9.00Comment =Directory entry type = IndirectCatalog node number = 0
We have a problem using the PHP unified ODBC function odbc_connect() to access a remote database : We have a server running a DB2 UDB database for Linux We are attempting to access this database from an application server that is running PHP and Apache on Linux. On this server we have installed DB2 Connect and the DB2 Application Development Client.On the application server we have catalogued the remote database as follows:Database DirectoryDatabase alias = WEBPRD01Database name = WEBPRD01Node name = MYBBB01Database release level = 9.00Directory entry type = RemoteCatalog node number = -1Node
Recently our admins updated the C/C++ runtime libraries to level 9. We had level 6 before. Ever since the upgrade, we tried to build some C programs that make a connection to a DB2 database. The program works fine. But when it finally issues the exit statement, it keeps hanging there without really exiting. This happens only when we make a connection to the DB2 database using version 8 DB2 clients. Otherwise it works fine (if I don't make a connection to the Db2 database or if we use version 7 Db2 client). Is anybody aware of such incompatibilities between the new libC.a and any Db2 client lib
I suggest that the jQuery FAQ section have a Q&A with details about setting up the script tags to get jQuery working via CDNs. The code download info seems OK, though I haven't used it, but I want to use a CDN because I don't have to update jQuery during a long development cycle. The CDN does it for me. Current information on the jQuery site says CDNs exist, but doesn't describe how to put the script on a page. This instruction should be in the FAQ and/or the Set Up section, and should be in a lot of detail for new folks to get started.The best info I've found for i
IntroductionOver the years, I've seen people post gaming questions again and again on online forums. Essentially, they go something like this:"I am programming a game called [Insert Name]. It is a lot like [Insert Popular Game Title] but will be better. Can someone tell me where to start?"Now, I'm not posting this to be malicious. A quote that's very dear to my heart goes something like this:"Hi everybody! I am making a game called Dragon Wing. It's a Final Fantasy 7 - like RPG, but will be in full 3D and for the PC. I'm looking for developers to help me with the process and are