Oracle10g Service on XP

I installed Oracle 10g on XP Pro. In the Control Panel under Services, I set the database service's startup type to "Manual". However, when I boot the machine, the service starts up anyway. Why is this happening, and how do I get it to behave itself?

that help document is somewhat outdated.
You are seeing 2 different problems: 1) you cannot view the Web Monitoring and Configuration utility using localhost:3580  2) Your web service did not get installed.
For the first issue -->
You most likely did not include the "NI Web Interface Framework 2011" in your installer.  The help doc you mentioned does not tell you to do this, as it's not required for your web service to work. However, if you want to change any of your web server settings after install, you will need this additional installer.
For the second issue -->
You most likely did not include your Web Service Build Spec as a source file in your installer.  The help doc says to put your LVWS file as your installer source, but that is not correct. You need to include the actual web service build spec item as a source file (not the web service build spec's output files, like LVWS).
Let me know if either of these helps you out.
-Jared

Similar Messages

  • Oracle10g Services for MTS and Oracle 9i

    Hi,
    I would like to know if Oracle10g Services for MTS 10.1.0.4.0 is compatible with Oracle 9i?
    Can i enlist 10g + 9i servers at the same transactions?
    Thanks
    David

    Vista. Are you using ODAC for Windows Vista?
    Found here:
    http://chanmingman.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&_c=BlogPart&partqs=cat%3d.Net
    look for "Oracle Database and ODAC for Windows Vista"
    or
    ORA-00161: transaction branch length string is illegal (maximum allowed string)
    Cause: An external transaction branch ID with a length either too large or 0 was passed in.
    Action: Report the problem to your external transaction coordinator vendor.
    or
    I also found a newer doc in Metalink: Note:400831.1 but this is for 9.x so might not apply to you.
    Good luck
    Ming Man

  • Problem with OracleOraDb10g_home1iSQL*Plus service

    Hi,
    Oravle10g creates service named OracleOraDb10g_home1iSQL*Plus. This name does not allow to start this service with the command line prompt:
    net start OracleOraDb10g_home1iSQL*Plus.

    Hi Alison,
    Thank you for your response. You wrote:
    "This is not the Database Service". I did not write that it is a database service. Moreover I wrote that I was trying to start "this service with the command line prompt:
    net start OracleOraDb10g_home1iSQL*Plus" which is one way to start ANY Windows service (another way is use Windows Services GUI). My point was that in the Windows Command prompt I am not able to start it - NET START complains. I came across this issue trying to create a (DOS) batch file to start Oracle10g services.
    You wrote: " I should also add, that there is a command line utility". Correct. Such utilities exist for all services Oracle creates. And this is how I worked around this problem. There is a small thing there - you have to call this utility with the DOS command CALL otherwise if you simply put this utility name on the script line the script will stop at it.
    Regards,
    Vladimir.

  • PL/SQL Web Service problem in Oracle10g

    Hi everybody
    I try to publish PL/SQL Web Service using JDeveloper 9.0.4.0 and Oracle10g.
    But when I deploy the Web Service using 'http-web-site', error messages are:
    oracle.oc4j.admin.internal.DeployerException: Unknown site: http-web-site
    Active sites are:
    file:/D:/oracle/DS/j2ee/home/config/default-web-site.xml
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:131)
         at com.evermind.server.administration.DefaultApplicationServerAdministrator.bindWebApp(DefaultApplicationServerAdministrator.java:364)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:124)
         at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:48)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    Exit status of OC4J admin tool (-bindWebApp): 17
    Use the following context root(s) to test your web application(s):
    http://huan:????/CSE5200-PLSQLWS-context-root
    Note: JDeveloper was unable to determine the HTTP port number of the remote server for the above URL(s).
    Elapsed time for deployment: 2 minutes, 19 seconds
    When I change it to 'default-web-set', the following information is shown:
    ---- Deployment started. ---- 2004-8-31 8:50:08
    Target platform is Standalone OC4J (WSConnection).
    Wrote WAR file to D:\oracle\DS\jdev\mywork\CSE5200\PLSQLWS\WebServices.war
    Wrote EAR file to D:\oracle\DS\jdev\mywork\CSE5200\PLSQLWS\CSE5200-PLSQLWS-WS.ear
    Invoking OC4J admin tool...
    D:\oracle\DS\jdk\jre\bin\javaw.exe -jar D:\oracle\DS\j2ee\home\admin.jar ormi://huan/ admin **** -deploy -file D:\oracle\DS\jdev\mywork\CSE5200\PLSQLWS\CSE5200-PLSQLWS-WS.ear -deploymentName CSE5200-PLSQLWS-WS
    Notification ==> Application Deployer for CSE5200-PLSQLWS-WS STARTS [ 2004-08-31T08:50:32.487EST ]
    Notification ==> Undeploy previous deployment
    Notification ==> Copy the archive to D:\oracle\DS\j2ee\home\applications\CSE5200-PLSQLWS-WS.ear
    Notification ==> Unpack CSE5200-PLSQLWS-WS.ear begins...
    Notification ==> Unpack CSE5200-PLSQLWS-WS.ear ends...
    Notification ==> Initialize CSE5200-PLSQLWS-WS.ear begins...
    Notification ==> Initialize CSE5200-PLSQLWS-WS.ear ends...
    Notification ==> Initialize WebServices begins...
    Notification ==> Initialize WebServices ends...
    Notification ==> Application Deployer for CSE5200-PLSQLWS-WS COMPLETES [ 2004-08-31T08:50:45.766EST ]
    Exit status of OC4J admin tool (-deploy): 0
    D:\oracle\DS\jdk\jre\bin\javaw.exe -jar D:\oracle\DS\j2ee\home\admin.jar ormi://huan/ admin **** -bindWebApp CSE5200-PLSQLWS-WS WebServices default-web-site /CSE5200-PLSQLWS-context-root
    Exit status of OC4J admin tool (-bindWebApp): 0
    Use the following context root(s) to test your web application(s):
    http://huan:8890/CSE5200-PLSQLWS-context-root
    Elapsed time for deployment: 53 seconds
    ---- Deployment finished. ---- 2004-8-31 8:51:01
    And the Web Service still can not work. I did this before with JDeveloper 9.0.3 with Oracle9i and succeeded. Could anybody tell me how to resolve this problem. Thanks a lot.

    Thanks Frank.
    In my function package i create xml use dbms_xmldom. I save created xml into clob and return this clob in function.
    Now I want create web service that return my clob(xml).
    I try use JDevelper with PL/SQL Web Service Wizard.
    But I get wrong result (see in my first post).
    My Example xml in clob
    <test>"testvalue"</test>
    I want get responce
    HTTP/1.1 200 OK
    Content-Type: text/xml; charset=utf-8
    X-Powered-By: Servlet/2.5 JSP/2.1
    SOAPAction: "http://localhost/MyWebService1.wsdl/udoFDicnomnsXmlWs"
    Date: Thu, 28 Oct 2010 08:23:31 GMT
    X-ORACLE-DMS-ECID: 0000IjlvoFZB_6yb05nZ6F1CmJAZ000006
    Content-Length: 279812
    X-HTTPAnalyzer-RuleName: Pass through :
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <env:Header/>
    <env:Body>
    <m:udoFDicnomnsXmlWsResponse xmlns:m="http://localhost/MyWebService1.wsdl">
    <result><test>"testvalue"</test>
    </result>
    </m:udoFDicnomnsXmlWsResponse>
    </env:Body>
    </env:Envelope>
    But I get
    HTTP/1.1 200 OK
    Content-Type: text/xml; charset=utf-8
    X-Powered-By: Servlet/2.5 JSP/2.1
    SOAPAction: "http://localhost/MyWebService1.wsdl/udoFDicnomnsXmlWs"
    Date: Thu, 28 Oct 2010 08:23:31 GMT
    X-ORACLE-DMS-ECID: 0000IjlvoFZB_6yb05nZ6F1CmJAZ000006
    Content-Length: 279812
    X-HTTPAnalyzer-RuleName: Pass through :
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <env:Header/>
    <env:Body>
    <m:udoFDicnomnsXmlWsResponse xmlns:m="http://localhost/MyWebService1.wsdl">
    <result>& lt;test>&amp;quot;testvalue&amp;quot;& lt;/test>
    </result>
    </m:udoFDicnomnsXmlWsResponse>
    </env:Body>
    </env:Envelope>
    Can you advice something?
    Edited by: user10707438 on 28.10.2010 1:14
    Edited by: user10707438 on 28.10.2010 1:27

  • Question about Oracle10g Net Services'IPv6 Support

    I'm working in a network group which is studying the IPv6.Recently I installed oracle10g in the RedHat Linux-9(kernel-2.4.22,which supported the IPv4/IPv6 dual mode),but I can't configure the oracle10g in IPv6.
    I tried every method to find the solution,including read the oracle10g document,use the google,ask the support service,but there was no answer.And I can't login into the metlink to ask question because I didn't have the CSI number.
    So who can give me some advice about the configuration.Thank you very muck!

    I read the document before it was taken down a couple weeks ago. It said that IPv6 support would be introduced with Oracle11g and not back ported.
    Kind regards,
    Russ Cannon

  • Web Services  Deployment in Oracle9i and Oracle10G

    have read several articles on Web Services on TechNet. It is still
    not clear to me:
    1. If I use Oracle9i EE on HP UNIX 11, do I have everything to deploy
    web services. Many articles on web services mention about Oracle9i AS
    OC4J containers. Does that mean I need Oracle9i AS (do I need to get a
    license for it) or OC4J containers can be downloaded (if not already
    available) with Oracle9i EE.
    2. Same question for Oracle 10G, do I need Oracle10gAS for deployment.
    I know using Oracle Jdeveloper, it is easy to develop web services, but
    do I need anything from Developer to deploy a web service,
    Thanks a lot.

    Update.
    I noticed that the Application Web Server was trying to deploy the broken web service and was choking on it. There seemed to be no way to erase the .lvws originally created by the build. I could delete the deployment folder at $(WebServicesRoot)\UserServices\deployed\<Service Name>-<Globally Unique Identifier (GUID)> but it was recreated from the .lvws every time I attempted to restart the service.
    So I called NI and they pointed me to this directory [in XP]:
    C:\Documents and Settings\LocalService\My Documents\LabVIEW Data\WebServices\Standalone
    The .lvws was in this folder. I deleted it and now I can run the ApplicationWebService. Apparently this undocumented hidden file is a "not-quite-bug" that is recognized as needing a fix in upcoming releases.

  • Oracle10g Installation Error isqlplus service could not start

    I have successful installed Oracle10g on Windows 2000 Professional on a machine with no previous installation of Oracle.
    I uninstall Oracle9i on another machine with Windows 2000 Professional using the Universal Installer, run regedit to remove Oracle under Software; stop all Oracle Services; delete the oracle physical folder.
    I restart the PC and install Oracle 10g, but the following error appear:
    Could not start the OracleOraDb10g_home1iSQL*Plus service on Local Computer.
    Error 1053: The service did not respond to the start or control request in a timely fashion.
    I neglect this error and continue the installation. All services work, e.g. sqlplus, and Enterprise Manager
    http://localhost:5500/em works except
    isqlplis on http://localhost:5560/isqlplus
    I check the Control Panel's Administrative Tools, Services and found that OracleOraDb10g_home1iSQL*Plus is starting, but you cannot stop or start it. What happens?
    Is there a way to seolve this problem?

    I resolve this problem caused by JAVA_HOME path of the Windows 2000's System Variable by changing it to map to c:\oracle\product\10.1.0\Db_1\jdk and then OracleOraDb10g_home1iSQL*Plus service can start successfully on Local Computer

  • Installing Oracle10g Grid Control - - - management service hostname

    Oracle 11g R1 RHEL 4 64bit
    Grid Control 10.2.0.4
    HI All,
    I am installing the Oracle agent and when I get to the 'Specify Oracle Management Service Location' screen it asks for the 'Management Service Host Name'. Is this the same as my database server hostname? I'm not sure what to put here. When I do put the database server hostname in, then it says it can't locate port 4889 on that server. However, if you keep going through the install everything succeeds in the end. BUT, when I go to the link http://<management_service_hostname>:4889/em then nothing shows up. I am new with grid control. Anyone have any ideas?
    Thanks.

    Great. Thanks for your reply Bobcatalog!
    Now I just want to get this all cleared up before I proceed with the installation. So here is what I am thinking of doing and please tell me if I am wrong, missing something or should do it another way.
    1. Install OEM Grid Control 10.2.0.3 on a new host (server) which has nothing on it (i.e. no Oracle products - - - clean host) and then patch it to 10.2.0.4.
    - I will use the create new database option, which will create the EM Repository database
    - I will (or it will) install the OMS as well as the OMA (Oracle management Agent)
    (Question: Should I install OEM Grid Control on just a regular filesystem or use ASM with it? I heard that there are issues with using ASM. If it will increase my chances of failure, then I will stay away from it...even though all our environments (DEV, PROD, QA) use ASM.
    2. Install the OMA agent on each of the database servers (which are called 'targets') that I want to monitor.
    And that is all that I will need to do, correct?
    Thank you.

  • Windows service pack 2 and Oracle10g Enterprise manager access problem

    I have problem accessing the OEM-page from a computer other than the one Oracle10g is installed on. I suspect the Windows XP SP2 is blocking me from making the connection from and external computer. Hence I need to unblock the .exe file. But what is the name of the actual .exe file for the online enterprise mangager?
    Hope you have some tips!
    Best regards,
    Runar J. Solberg

    Not sure what you mean...Can you elaborate? Are you getting any errors? You are just opening a page using Internet Explorer on your client machine. I'm going to install SP2 on my client machine so may be i'll experience some errors after the SP upgrade.

  • Tns-04406 tns-04409 error during adding net service in oracle10g OID

    Hi,
    We have installed oracle OID using oracle app server 10 and are in process of configuring directory naming method
    ldap.ora file has foll entries
    # ldap.ora Network Configuration File: /app/oracle/product/101202/network/admin/ldap.ora
    # Generated by Oracle configuration tools.
    DIRECTORY_SERVERS= (smtest02:389:636)
    DEFAULT_ADMIN_CONTEXT = ""
    DIRECTORY_SERVER_TYPE = OID
    getting following error during adding net service names ... is this a setup issue ?
    error writing ServiceAlias to: LDAPDataStore [svr: smtest02:389:636, type: OID, ctxt: cn=OracleContext,, home: /app/oracle/product/101202] original exception message: TNS-04409: Directory service error caused by: oracle.net.config.DirectoryServiceException: TNS-04406: Invalid parameter caused by: oracle.net.ldap.NNFLException original stack trace: oracle.net.config.ServiceAliasException: TNS-04409: Directory service error caused by: oracle.net.config.DirectoryServiceException: TNS-04406: Invalid parameter caused by: oracle.net.ldap.NNFLException oracle.net.config.DirectoryServiceException: TNS-04406: Invalid parameter caused by: oracle.net.ldap.NNFLException oracle.net.ldap.NNFLException at oracle.net.config.DirectoryService.throwException(Unknown Source) at oracle.net.config.DirectoryService.read(Unknown Source) at oracle.net.config.ServiceAlias.<init>(Unknown Source) at oracle.net.common.dataStore.LDAPNetServiceHandler.save(Unknown Source) at oracle.net.common.dataStore.NetObjectHandler.maybeCommit(Unknown Source) at oracle.net.common.dataStore.NetObjectHandler.addElement(Unknown Source) at oracle.sysman.emo.net.config.srvc.Services.writeLDAPEntry(Services.java:1120) at oracle.sysman.emo.net.config.srvc.Services.saveService(Services.java:1072) at oracle.sysman.emo.net.config.srvc.NetServiceAdminObject.commit(NetServiceAdminObject.java:505) at oracle.sysman.db.net.NetController.applyAdminObjectBean(NetController.java:449) at oracle.sysman.db.net.NetController.onApply(NetController.java:499) at oracle.sysman.db.net.srvc.NetServiceController.onApply(NetServiceController.java:1401) at oracle.sysman.db.net.NetController.handleApply(NetController.java:843) at oracle.sysman.db.net.srvc.NetServiceController.handleApply(NetServiceController.java:1412) at oracle.sysman.db.net.NetController.handleEvent(NetController.java:1036) at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:376) at oracle.sysman.db.net.NetControllerResolver.handleRequest(NetControllerResolver.java:169) at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688) at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291) at oracle.sysman.eml.app.Console.doGet(Console.java:285) at oracle.cabo.servlet.UIXServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65) at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16) at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:133) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20) at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:269) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192) at java.lang.Thread.run(Thread.java:534)
    thanks
    Kedar

    Resolved this issue by logging in as super user.

  • OracleXE and Oracle10gAS Forms-Reports Services

    Hello,
    Can they co-exist in a testing - development environment of Forms-Reports 10g Application ?
    Are there other alternatives of prototyping (without having to think about licensing costs) a Forms-Reports app and make a short demonstration to the client side ?
    Thank you in advnace.
    Pantelis
    PS. When the Application Server 10g r. 10.1.3 will include the Forms-reports services add-in and the Portal ?

    FRS is an installation option under Application Server (Business Intelligence). In a full blown installation (which includes more advanced features, but none specific to how Forms work), there are two components: an infrastructure and the application server (that name gets used more than one way, sometimes context matters).
    For a simpler, Forms and Reports only version of this, several years ago (probably from all the howls of complaints regarding how poorly iAS was first deployed/developed) Oracle came out with a standalone version of Forms and Reports. It still required the Enterprise Edition licensing under iAS, but at least it precluded the necessity of having the other component (the infrastructure) installed.
    Once FRS is installed, it can be managed via an Enterprise Manager type of Web app (it has the same look and feel of other Web-based controllers of Oracle apps such as Database Control and Grid Control).
    So, if all you need is Forms and Reports, no bells and whistles, use the FRS version. FRS is fairly reliable in terms of staying up, you'll probably have more issues with keeping the database up as much as FRS is.

  • Oracle10g DB services startup sequence

    Hi:
    I have installed 10g on WinXP. All is well but I would like to start the Oracle services manually and I need to do it in the appropriate sequence, I only know about the SQLnet listener and the actual database. what is iSQLplus?
    There are three other services and if I look in taskManager I see two java processes running as well. Http listener perhaps?
    I have not installed iAs. Anybody has a script to start Oracle 10g on Windows?
    Thanks in advance,
    Jose

    Hi,
    As you have already sequence for 9.3 on specified page, i think sequence of service start will be remain the same.
    even at the time of installation you can check the service box and it will automatically start all services in correct order
    Thanks
    Focusthread Hyperion Trainer
    [http://focusthread.com/training]

  • Change Service Name in Oracle10g

    Can I change the service_names in Oracle10g database?

    Set in init.ora or use alter system command , check Oracle Doc for detail
    SERVICE_NAMES

  • Oracle10g Developer Suite - Application Development - SQL Plus Login Info

    I have installed Oracle10g Developer Suite and when I am trying to login into the sql*plus environment the username scott with the passcode tiger is not working. I have Oracle9i Enterprise Edition Release 9.2.0.1.0 as the database.
    Can anyone help me in setting up the username and password to login into Sql*plus Release 10.1.0.4.2

    It sounds like you may be new to Oracle and its products. I would recommend doing some reading.
    Oracle 9.2 Net Services Admin Guide
    http://download-west.oracle.com/docs/cd/B10501_01/network.920/a96580/toc.htm
    Oracle Developer Suite Installation Guide
    http://download-west.oracle.com/docs/cd/B25016_06/doc/dl/core/B16012_03/toc.htm
    You create the "login" information when you install the database. If you are not the person who performed the installation, you will need to contact them or install it again. Also, be aware that the SCOTT schema is disabled by default in newer database versions for security reasons.
    The tnsnames.ora and sqlnet.ora files can be found in the ORACLE_HOME\network\admin directory. This is the same for all Oracle products that use Sql-Net for database connections. You can also use the TNS_ADMIN environment variable to point to a pre-existing tnsnames.ora file (see previously mentioned documents).
    The tnsnames.ora entry will be unique to your database and its listener however here is an example:
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = someServer.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl)
    )

  • JAX-RPC vs OC4J J2Ee web service

    Hi,
    Currently we use Oracle10G 10.0.3 developer preview edition. we deployed same web service on both JAX-RPC platfrom and OC4J J2EE web service platfrom (RPC encoding style). We found that old platform seems to perform better than JAx-RPC platfrom with regard to serialization and de-serialzation. We also did the test on Doc/literal style in JAX-RPC platfrom and its performance is not as good as the one deployed on old platform. We understand JAX-RPC is new implementation and Oracle10.0.3 is under developer preview edition and so it may not be optimized. We have following questions
    1. Is this a known issue in JAX-RPC platform?
    2. Is there anyway to optimize JAX-RPC web service? Like using different XMl parser (instead of Oracle XML parser)
    3. When is the final release of 10.0.3 expected?
    4. Will Oracle be supporting old web service platfrom (OC4J J2EE web service platform)? If so how long?
    Thanks and regards
    __Hari

    Hi,
    Currently we use Oracle10G 10.0.3 developer preview edition. we deployed same web service on both JAX-RPC platfrom and OC4J J2EE web service platfrom (RPC encoding style). We found that old platform seems to perform better than JAx-RPC platfrom with regard to serialization and de-serialzation. We also did the test on Doc/literal style in JAX-RPC platfrom and its performance is not as good as the one deployed on old platform. We understand JAX-RPC is new implementation and Oracle10.0.3 is under developer preview edition and so it may not be optimized. We have following questions
    1. Is this a known issue in JAX-RPC platform?
    2. Is there anyway to optimize JAX-RPC web service? Like using different XMl parser (instead of Oracle XML parser)
    3. When is the final release of 10.0.3 expected?
    4. Will Oracle be supporting old web service platfrom (OC4J J2EE web service platform)? If so how long?
    Thanks and regards
    __Hari

Maybe you are looking for

  • How to enable "top level navigation " in portal

    Hi all, I am unable to see the "top level Navigation" once I logged on to portal Previously I was able to see that I performed the following steps thats the reason why I am unable to see "top level navigation" 1 Logged on to portal 2 Content administ

  • Web Template Changes not visible after transport from Development to Test

    Weu2019ve run into a problem doing web development in BI 7.0 that I suspect someone has seen before and may quickly be able to point us in the correct direction.  Changes that are made to web templates in the Web Application Designer are correctly tr

  • PDF signature and "save as"

    I haven't been able to find another discussion on this topic, so let me explain my situation and see if someone can help with a solution. When some is signing a document with reader, a "save as" window pops up and will allow them to save over the ori

  • Messed up icons 3GS

    I spoke to a nice woman in Apple Support. They apparently have no fix for the messed up icon problem, meaning icons and apps don't match. Has anyone figured out their own fix?

  • Save for Web not working on MacBook Pro

    Just got a new MacBook Pro (OSX 10.5.7) and installed my CS3 Design Premium Premium, with PS Extened. Save for web window comes up fine and I can access and change any setting. The problem comes when I hit Return and the window pops up asking where t