NOW behaviour in siebel Analytics 7.8

Hi All,
We have a Calculated measure column (BIRTH_age) using NOW() in rpd
we have a Answer created with a filter like BIRTH_age>18 on the column  in Siebel Analytics 7.8
and a segment is created over this analysis.
when we are executing update count on segment the NOW() is always replace with same datetime value.
then we simply did chekout and check in to rpd and save.
Now when we execute the segment NOW() is replace with the time the RPD is modified always but not with the current time.
Can any one help to get the root caused of this?

Use current_date.
mark if helps
~ http://cool-bi.com

Similar Messages

  • Error in Siebel Analytics ReportUI portlet Authentication error.

    Hi Everyone
    I am trying to Integrate Between Weblogic Portal and OBIEE.
    Weblogic Portal Version: 10.3
    OBIEE : 11g
    Integration Using: Report UI Portlet
    1.
    While creating OBIEE environment "weblogic" user was setup as "Administrator" account.
    Following is list of users that i see from weblogic console for OBIEE.
         User          |     Group
         weblogic     |     Administrator
         BISystemUser|     Administrators
         OracleSystemUser|     OracleSystemGroup
    2.
    From Portal environment, i have added "sawjsr168portlets.war" as shared library.
    Changed portlet.xml and web.xml with following.
         -changes in portlet.xml
              1. oracle.bi.presentation.sawserver.URL
                   http://localhost:9704/analytics/saw.dll
              2.     oracle.bi.presentation.portlets.jsr168.reportui.AdminUserName
                   weblogic
              3.     oracle.bi.presentation.portlets.jsr168.reportui.AdminPwd
                   xxxxxx
              4.     oracle.bi.presentation.report.Path
                   /Shared Folders/Sample Lite/Published Reporting/Reports/Brand Revenue Details
         -changes in web.xml
              1.     com.siebel.analytics.web.SAWServer.Host
                   localhost
              2.     com.siebel.analytics.web.SAWServer.Port
                   9704
    3. On Portal Desktop, I am authenticating with "weblogic" user ("weblogic" user which is configured in Portal Domain).
    While doing so, I see following exception on Portal Domain.
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.transport.http.HTTPSender> <BEA-000000> <<?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:sawsoap="com.siebel.analytics.web/soap/v6"> <soap:Body> <soap:Fault><faultcode>soap:Server</faultcode>
    <faultstring>Authentication error. Details: An invalid User Name or Password was entered. </faultstring>
    <detail><sawsoape:Error xmlns:sawsoape="com.siebel.analytics.web/soap/error/v1">
    <sawsoape:Code>IAI2Z2JJ</sawsoape:Code>
    <sawsoape:Message>Authentication error. Details: An invalid User Name or Password was entered. </sawsoape:Message>
    <sawsoape:File>main/project/websubsystems/soapservicesimpl.cpp</sawsoape:File>
    <sawsoape:Line>183</sawsoape:Line>
    <sawsoape:LogSources>
         <sawsoape:LogSource>saw.soap.makesession</sawsoape:LogSource>
         <sawsoape:LogSource>saw.soap.sessionrequesthandler</sawsoape:LogSource>
         <sawsoape:LogSource>saw.SOAP</sawsoape:LogSource>
         <sawsoape:LogSource>saw.httpserver.request.soaprequest</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.responder</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.handleConnection</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.dispatch</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threadpool</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threadpool</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threads</sawsoape:LogSource>
    </sawsoape:LogSources><sawsoape:Error>
    <sawsoape:Code>IHVF6OM7</sawsoape:Code>
    <sawsoape:Message>Authentication Failure.</sawsoape:Message>
    <sawsoape:File>main/project/webconnect/connection.cpp</sawsoape:File>
    <sawsoape:Line>387</sawsoape:Line>
    <sawsoape:LogSources>
         <sawsoape:LogSource>saw.connectionPool.getConnection</sawsoape:LogSource>
         <sawsoape:LogSource>saw.securitysubsystem.checkauthentication.runimpl</sawsoape:LogSource>
         <sawsoape:LogSource>saw.soap.makesession</sawsoape:LogSource>
         <sawsoape:LogSource>saw.soap.sessionrequesthandler</sawsoape:LogSource>
         <sawsoape:LogSource>saw.SOAP</sawsoape:LogSource>
         <sawsoape:LogSource>saw.httpserver.request.soaprequest</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.responder</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.handleConnection</sawsoape:LogSource>
         <sawsoape:LogSource>saw.rpc.server.dispatch</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threadpool</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threadpool</sawsoape:LogSource>
         <sawsoape:LogSource>saw.threads</sawsoape:LogSource>
    </sawsoape:LogSources><sawsoape:Error>
    <sawsoape:Code>OPR4ONWY</sawsoape:Code>
    <sawsoape:Message>Odbc driver returned an error (SQLDriverConnectW).</sawsoape:Message>
    <sawsoape:File>main/project/webodbcaccess/odbcconnectionimpl.cpp</sawsoape:File>
    <sawsoape:Line>356</sawsoape:Line>
    <sawsoape:Error>
    <sawsoape:Code>U9IM8TAC</sawsoape:Code>
    <sawsoape:Message>State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 13038] The user does not have impersonation privilege. (08004)</sawsoape:Message>
    </sawsoape:Error>
    </sawsoape:Error>
    </sawsoape:Error>
    </sawsoape:Error>
    </detail>
    </soap:Fault></soap:Body> </soap:Envelope>>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.i18n.ProjectResourceBundle> <BEA-000000> <org.apache.axis.i18n.resource::handleGetObject(exit00)>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.transport.http.HTTPSender> <BEA-000000> <Exit: HTTPDispatchHandler::invoke>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.SimpleChain> <BEA-000000> <Exit: SimpleChain::invoke>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.i18n.ProjectResourceBundle> <BEA-000000> <org.apache.axis.i18n.resource::handleGetObject(semanticCheck00)>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.handlers.soap.MustUnderstandChecker> <BEA-000000> <Doing SOAP semantic checks...>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.SOAPPart> <BEA-000000> <Enter: SOAPPart::getAsSOAPEnvelope()>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.i18n.ProjectResourceBundle> <BEA-000000> <org.apache.axis.i18n.resource::handleGetObject(currForm)>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.SOAPPart> <BEA-000000> <current form is FORM_SOAPENVELOPE>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.client.AxisClient> <BEA-000000> <Exit: AxisClient::invoke>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.SOAPPart> <BEA-000000> <Enter: SOAPPart::getAsSOAPEnvelope()>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.i18n.ProjectResourceBundle> <BEA-000000> <org.apache.axis.i18n.resource::handleGetObject(currForm)>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.SOAPPart> <BEA-000000> <current form is FORM_SOAPENVELOPE>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.i18n.ProjectResourceBundle> <BEA-000000> <org.apache.axis.i18n.resource::handleGetObject(toAxisFault00)>
    <Jan 3, 2011 11:05:05 AM EST> <Debug> <org.apache.axis.enterprise> <BEA-000000> <Mapping Exception to AxisFault
    Authentication error. Details: An invalid User Name or Password was entered.
         at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
         at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
         at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
         at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
         at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
    <Jan 3, 2011 11:05:05 AM EST> <Error> <ServletContext-/research-portal> <BEA-000000> <Error in Siebel Analytics ReportUI portlet
    Authentication error. Details: An invalid User Name or Password was entered.
         at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
         at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
         at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
         at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
         at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers
    Kindly let me know your thoughts on following.
    1. Am i missing any steps?
    2. Is it possible that Portal 10.3 and OBIEE 11g is not compatible?
    3. Admin Username and password that i specified in Report UI portlet's preferences, is it wrong user (or user from wrong group maybe)? Do i need to specify user who is from another group?
    4. I changed "SAWServer" url and port in web.xml. Is that okay?
    5. Is there any way, i can get more detailed information from OBIEE Server by enabling certain kind of debug?
    Let me know if any input is needed from my side. Any input is highly appreciated.
    Thanks

    Hi Now I am facing bellow error.
    Can anybody suggest me what to do?
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65PState: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 13017] User or group has not been granted the Direct Database Access privilege to access the database 'sh'. Please verify the User/Group Permissions in the Oracle BI Administration Tool. (HY000)

  • Siebel Analytics reporting out of BW

    Hi,
    Can Siebel Analytics report data directly out of BW InfoCubes?
    So far I saw only discussions reading data from Siebel to BW.
    Thank you
       Vitaliy

    Sajita,
    you can follow two ways to obtain your Scenario:
    in the first one you produce your report daily and download its content with a daily job (but I don't like so much this solution...it's not so flexible and I don't know if you really want to do so), in this way you will have a static picture of every day ...
    in the second one you can separate your adjustments from the amount of your bill thanks to the document categories or something similar (adjustments are different operations from a functional perspective) and create a different (restricted) KF on your query or directly in the update rules ! in this way you will always see your daily picture and the original amount (thanks to the CALDAY) will be the same, but you'll be able to see also the adjustments in a separate KF and the overall result (real daily amount) with a sum....
    Hope now is clearer...
    Bye,
    Roberto

  • Is there a Java SDK for Siebel Analytics/Oracle BI

    Hi, I want to integrate with Siebel Analytics (now known as Oracle Business Intelligence, right?) to our product. Is there a JAVA SDK for Siebel Analytics/Oracle BI? If so, can anyone point me to the right place to get them. Much appreciated.

    There is currently no JDK or any other API to work with OBI EE (formerly Siebel Analytics).
    The presentation component exposes some functionality via web services.
    You can interact with the BI Server via NQCMD so you could build your own application that executes NQCMDs but this is not well documented other than typing NQCMD ? at the command line.
    The OBI Metadata is captured in a .rpd file which can be manipulated via UDML but this is not supported - do a search on Google for UDML (which is a proprietary format) for some examples on using this. OWB recently rolled out with some integration with OBI - it accomplishes this by manipulating the .rpd file using UDML.
    The Oracle folks monitor this forum. If you can reply with some specifics as to what you want to accomplish, I'm sure they will consider your needs if they decide to publish an API.

  • Error in using aggregate function in Outer Query in Siebel Analytics

    Hi,
    When I am using aggregate function in outer query in Siebel Analytics I am facing error.
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 59111] The SQL statement must include a GROUP BY clause. (HY000)
    Bellow is the code.
    SELECT test1.username saw_0, test1.desg saw_1,COUNT (test2.querydate) saw_2
    FROM (SELECT POSITION.CBL username,
    POSITION.CBP desg
    FROM "CM"
    WHERE (POSITION.BPTCD = 'Marketing')
    AND (POSITION.EDate =TIMESTAMP '1899-01-01 00:00:00'
    ) test1,
    (SELECT users.UN username,
    measures."Query Count" querycount,
    measures."Max Total Time" secs,
    topic.db dashboardname,
    "Query Time".DATE querydate
    FROM "Plan"
    WHERE (topic."Dashboard Name" IN ('DS'))) test2
    WHERE test2.username = LOWER (test1.username)
    AND test2.dashboardname = 'DS'
    GROUP BY test1.username, test1.desg

    Should your query be a valid SQL query?
    I can't think that the query you have would be valid in a SQL plus window.
    Chris

  • Upgrade Siebel Analytics 7.8.2 RPD to BI Applications 7.9.6.1 RPD

    We are upgrading from Siebel Analytics 7.8.2 version to BI Applications 7.9.6.1 version. The Siebel Analytics RPD is customized and having custom catalogs which are based on Pharma tables and the Core model is not at all customized. So, I have followed the steps specified in section 'Upgrading the Oracle BI Repository for Industry-Specific Analytics Applications' of Upgrade guide. Its known that there are some datawarehouse changes occurred between these versions. One of these changes are,
    W_ORG_D of Siebel 7.8.2 is replaced with W_PARTY_ORG_D in BI Apps 7.9.6.1,
    W_PERSON_D of Siebel 7.8.2 is replaced with W_PARTY_PER_D in BI Apps 7.9.6.1.
    In order to upgrade the RPD we need to make use of MAP file that comes with the installation of BI Apps 7.9.6.1. For this process I'm using the map file rename782-796.map while equilizing the RPDs. But I dont find any information related to the above schema changes in the map file even though they are Oracle shipped ones. So, after doing some analysis I have listed the Alias tables created on top of W_ORG_D in 7.8.2 RPD and similarly in 7.9.6.1 RPD and specified the mapping information of these Alias tables in existing MAP file. Equlized the RPDs using the modified MAP file and done the merge process. But I'm observing some issues like the merged RPD is having both W_ORG_D and W_PARTY_ORG_D tables in all the three layers. Can I get any help on fixing this issue.
    Thank You,

    Any idea on the above issue?
    Edited by: user12129725 on Apr 28, 2010 6:38 AM

  • Queries in Siebel Analytics 7.8 (Cayman)

    Hi
    I am new to Siebel Analytics. I have few questions
    1) I have dashboard where in 3 prompts Prompt1,Prompt2 and prompt3 , when i pass the values to these and press "Submit" and after that a web link.i am getting a report on new page.
    here the requirement is how display these selected prompt values of Prompts1,2 & 3 on top of the report which is shown in new page. This is to acheive that the report is run for the above selected values.
    2) I have two prompts for Country and State , as the no of states associated to each country is not constant. When i select India as value for prompt1, then in next page i should have so many tabs as many states India has...the tabs would be AP,TN,Delhi etc etc..these no of tabs would be dynamic depending on country name. Each tab should take the statename as parameter and generate the report.
    3) How to make prompts mandatory? i.e If i have prompts1,2,3&4. Then if i say prompts 1and 4 are to be mandatory the report cannot be run unless the user enters some value in to this prompt. Again there is no default value for these mandatory promopts.
    How would i make a dashboard prompt mandatory..( I am not using report/page prompts but dashboard prompts)
    Request help on above items...
    Thanks in Advance
    Kris

    Use current_date.
    mark if helps
    ~ http://cool-bi.com

  • Reg: Limitations of Siebel Analytics 7.8.2.x or lower versions of it.

    Hi
    I want to know what are limitations of Siebel Analytics 7.8.2 or lower versions..
    If anybody have these or any pointers to documentation where it is available would be of great help....
    Thanks in advance...
    Cheers

    Hi
    Can anybody pls help by replying to this???
    Any pointers to docs which detail these wud alo be great help
    Cheers
    Kris

  • Write back in Siebel Analytics 7.8.2?

    Hi,
    Is write back functionality available with Siebel analytics version 7.8.2. ? In which version of siebel analytics the write back functionality is introduced? Also please let me know how to enable write back in SA 7.8.2.
    There is no bookshelf available for SA 7.8.2.
    Any help would be much appreciated.
    Thanks.

    Any idea on the above issue?
    Edited by: user12129725 on Apr 28, 2010 6:38 AM

  • Oracle BI (Siebel Analytics) / Data Warehouse Data Security

    Hello,
    We are implementing Oracle Siebel Analytics and Custom datawarehousing using Oracle 9i DB. I am interested to know if we can implement consistent data security model for different data marts. Means with one single data warehouse, I want to implement data security model or policies in one place and they are applied consistently across all of the datamarts.
    1. Can we or oracle support this kind of secinerio.
    2. If yes, what would be perfect model an example will be helpful, and if not what best approach is available to resolve this security model.
    Any suggestion or help would be great.
    Regards
    Girish

    Hi, Do you also get some other packages names that the error msg reports like ...
    RPE-01012 Cannot deploy PL/SQL maps to the target schema because it is not owned by the Control Center and "SOME WRT.... package names" I think once did I face this and made sure that the repository user has some packages granted through OWBREPOS_OWNER/OWB_REPOS_OWNER to the user you are using to run the mapping.
    Regards,
    Mohammad Farhan Alam

  • Job Openings: DataStage, BI, OBIEE, Siebel Analytics

    We have SEVERAL positions available in DataStage, BI, OBIEE, Siebel Analytics area. These are urgent requirements and interviews are going on so resumes with out candidate Email/Phone# will not be considered.
    Also these position requires on site face to face screening.
    Please send us your resume/Visa Status/Hourly Bill Rate to [email protected] Please mention the position you are interested in the email subject.
    1. ETL Architect with a strong Datastage experience of 7-10 years. The candidate should have experience in a lead architect role in major data warehouse projects for fortune 500 companies. Information Server 8.0 and high tech experience are preferred.
    2. Data Analyst with DataStage experience. Knowledge of Siebel CRM, order life cycle, lead, opportunities, etc. is preferred. High tech experience preferred.
    3. Senior OBIEE Developers with minimum of 4 years of experience in OBIEE development. V.10 experience is required. RPD development expertise (with time-series, aggregate navigation) and solid dashboard development experience also required. Enterprise or broad cross-functional domain experience a plus. Should have 4+ years experience on OBIEE projects at US based companies.
    4. BI Project Manager with experience managing BI projects specifically. Can be BO, Cognos, Siebel Analytics, or other leading BI app. Ideally, candidate would have some experience working with service/call center and SAP Service Module. Must have very good communication skills*written and verbal. Should have 4 years minimum exp on BI projects at US based companies.
    5. BI Analysts with OBIEE experience and experience working with service/call center data. Must have very good communication skills*written and verbal. Should have 3 years minimum OBIEE experience in US based companies.

    Hi ,
    Any help.....?
    Regards,
    KK

  • Load balancing of web servers in Siebel Analytics v 7.7.1?

    Hi Experts,
    Can we load balance the Webservers in Siebel Analytics 7.7.1 version? If Yes, can you please give me the steps how to setup this?
    Thanks,
    Madhukar

    Hello Mr. Tripathi ,
    Option 2 is the more typical way to increase capacity.   Of course you can also increase capacity by simply adding additional server nodes to a single instance.  if you are trying avoid downtime due to loss of one of the application servers, option 2 will still work.  Just because the primary application server goes down does not mean the secondary will become unavailalbe.  There are some cases where the secondary server could be interrupted, such as if the jms provider was on the primary instance, but there is an automatic fail-over of jms provider and other funcionality such as user sessions.
    I think option 2 is the most easy to implement for you.  Having 2 seperate systems  access the same database could cause some complications with DB locking which are hard to troubleshoot.
    Regards,
    Nathan

  • What is the syntax of portal page nav or go url for siebel analytics 7.8.5

    onclick=\\\"JavaScript:PortalPageNav(event,'//shared/Vision_QoE_Reporting/_Portal/VISION QoE', 'VPPSID Detail Report','F_VISION_QOE', 'VPPSID','\"+VPPSID+\"','CTL_REPORT_MEASURE','REPORT_NAME','\"+REPORT_NAME+\"','F_VISION_QOE','EDW_DATE','\"+EDW_DATE+\"');\\\"

    Sudipta Gupta wrote:
    Hi Experts,
    Currently my company has given me the task to check the issues of IE8 support for Siebel Analytics as they are trying to upgrade IE6 to IE8.
    So I have the following queries:
    1. Will Siebel Analytics 7.8.5 supports IE8?Yes
    2. If not, then is there any patch available for 7.8.5 version to support IE8?No patch required
    3. What are the other options there might be?You might face some issues with GUI but no any major techical promblem
    Hope this clears your doubt

  • IE8 Support for Siebel Analytics 7.8.5

    Hi Experts,
    Currently my company has given me the task to check the issues of IE8 support for Siebel Analytics as they are trying to upgrade IE6 to IE8.
    So I have the following queries:
    1. Will Siebel Analytics 7.8.5 supports IE8?
    2. If not, then is there any patch available for 7.8.5 version to support IE8?
    3. What are the other options there might be?
    Please let me know your inputs.
    Regards
    Sudipta

    Sudipta Gupta wrote:
    Hi Experts,
    Currently my company has given me the task to check the issues of IE8 support for Siebel Analytics as they are trying to upgrade IE6 to IE8.
    So I have the following queries:
    1. Will Siebel Analytics 7.8.5 supports IE8?Yes
    2. If not, then is there any patch available for 7.8.5 version to support IE8?No patch required
    3. What are the other options there might be?You might face some issues with GUI but no any major techical promblem
    Hope this clears your doubt

  • Go URL in Siebel Analytics 7.7

    I need to know where should I write my go url script in Siebel Analytics. I will appreciate your prompt response. Thank you.

    Use current_date.
    mark if helps
    ~ http://cool-bi.com

Maybe you are looking for

  • Is it possible to use 3D objects in Flash CS4 for animation?

    Hi, Is it possible to use 3D objects created in 3D Max, Blendor, iClone etc. to perform animation to make Flash Movie more realistic? Can I make nice animations like in iClone 4 Software? If it is possible to use 3D Objects in Flash, please provide a

  • Deploying WAR file gets error

    Hi, I am new to weblogic and am trying to deploy jsps and servlets. This is my directory structure: MiniEjbs --> src, build, myapp dirs src ---->CalculateHOme,Calculate,CalculateBean. java files build----> src ----> ejb's class files ----> META-INF--

  • Linksys WRT54G v5 - Connection issues

    Good evening, I picked up a new WRT54G (v5) the other day to replace an old BEFW11 router, and so far have been far less than impressed.  I have one computer on the wired connection, and one on wireless.  It seems, though, that if the wireless system

  • PREMIERE ELEMENTS 9 CRASH

    I was having issues on a certain project and was experimenting in PE9 and in the process I actually found the solution I needed so I continued on my project. I did not save the file myself (because I was experimenting) but PE9 was autosaving it about

  • Setting Classpath in TomCat 5.5 for Custom Application

    I seem to have messed up my application. I cant access some of my java classes written and deployed in the WEB-INF/classes directory from a JSP Page stored in my app root. However, the fun part of this is if I create a package in WEB-INF/classes, sto