Behaviour of web in WIB

Hi,
I have a Web application (SEM-BPS 3.2) with a menu and some links with several web applications.
Is there a way by clicking a link to close the current application and release lock ?
I tried with target = _parent but locks are not released.
Thanks

Hi Jacques,
What locks you are talking about? You are saying that you want to close an application using javascript?
Regards,
Kishore

Similar Messages

  • Strange behaviour in web cartographic application

    Hi group,
    I have noticed a strange behaviour with the overview tool of my web application with MapInfo data uploaded in Oracle 10g with EasyLoader. When I put the cursor near the limit of some polygons but outside of its surface, the overview tool shows the info of this polygon when it should show the info of the neighbor polygon. It's like if the boundary of the polygon is outside of its limit but visually the borders are looking good.
    After many tests, I think the problem may be related with the tolerance precision and the table bounds in sdo_metadata. The table is in lat/long (8307) and the tolerance setted by Easyloader is X: 7.9013E-6 and Y:1.01201E-5
    In MapInfo I gave this bounds to the table: min x: -82.0483359 min y: 43.2322719 max x: -54.6521931 max y: 64.3415211 but when loaded in Oracle the bounds are automatically set to -180/180 and -90/90
    I tried to change the tolerance and the bounds in Oracle and create a new spatial index without success. Changing the bounds in MapInfo prior uploading to Oracle was unsuccessfull as well.
    Anything else could be tryed?
    Thank you
    Maxime D.

    Maxime,
    Didn't you contact me privately about something like this? No matter.
    the tolerance setted by Easyloader is X: 7.9013E-6 and Y:1.01201E-5These tolerances are not what Oracle says should be set for geodetic (8307) data. From the documentation...
    The tolerance value for geodetic data should not be smaller than 0.05 (5 centimeters)You can do one of two things:
    1. If you have SQL Developer, install GeoRaptor and then right mouse click on the table in the connect pane and select Metadata Manager. Then calculate XY values and if GeoRaptor doesn't set the tolerances to 0.05 do it manually. Then press Update.
    2. Using SQLPlus or SQL Developer's SQL Worksheet, do this:
    update user_sdo_geom_metadata
    set diminfo = SDO_DIM_ARRAY(SDO_DIM_ELEMENT(-82.0483359,-54.6521931,0.05),
                                SDO_DIM_ELEMENT(43.2322719,64.3415211,0.05)),
           SRID = 8307
    where table_name = YOUR TABLE
      and column_name = YOUR SDO_GEOMETRY COLUMN NAME;
    commit;NOTE: It is OK to have ordinate ranges different from -180..180, -90..90.
    Drop your index and rebuild.
    Should now be OK.
    If it starts to misbehave again (and the metadata has been changed) then all one could say is that perhaps the MapInfo software is modifying the metadata some how. Perhaps this is related to the MAPINFO_MAPCATALOG?
    Any MapInfo gurus know?
    regards
    Simon

  • URGENT: Strange behaviour by Web Dynpro applications

    Hi,
    We are running NW04s SP8 Portal and WAS and we are developing all our applications with Web Dynpro JAVA.
    As our most of the applications are with multiple views, we are keeping one Web Dynpro view as default.
    The applications run perfectly for a while. But, after running the same application for 5-6 times, the Web Dynpro application will start opening the "non-default" view as the first view. If we re-deploy the same application, it would work for a while and again the problem will start coming.
    I have been working with Web Dynpro JAVA since 2.5 yrs, I havent come across this kind of error. I mean, it is the basic thing in Web Dynpro to set the default view for starting the application.
    Can anyone please throw some light on this behaviour? or Is it related to some bug in Web Dynpro framework?
    Thanks and Regards,
    Mausam

    hi,
    I have never faced or heard anything like that, it is really strange.
    But can you just check if it has anything to take with cache, i mean like what often happens  in internet explorer.
    May be it is storing non-default views in cache and picking up those..
    It may be like babbling but whats wrong in trying.
    regards,
    abhijeet

  • X-Forwarded-For HTTP header behaviour with web dispatcher

    can anybody specify the behavior of Web Dispatcher regarding the X-Forwarded-For HTTP header?
    When a client accesses SAP EP via proxy1, proxy2 and Web Dispatcher in
    this order, is it guaranteed that the format of the X-Forwarded-For
    HTTP header that I can refer at SAP EP becomes the following forms?
    X-Forwarded-For: client, proxy1, proxy2
    In other words, is it guaranteed by Web Dispatcher that the rightmost
    IP address, proxy2 in this example, is the closest downstream client?
    thanks in advance.

    Hi Jane
    I am not sure what exactly are you looking for but the following link is a general doc on administration of web dispatcher.Please see if this helps.
    http://help.sap.com/saphelp_nw70/helpdata/en/f5/51c7d170bc4a98b1b5a0339213af57/content.htm
    Regards
    Chen

  • Hierarchical Tree - Different behaviour in web and CS mode

    I have my tree object disabled before I populate it. It works fine in CS but not in web. I am using Forms 6.0.8.
    Any solutions?

    Thanks for you reply Frank. Can you give me some more details about the patch and where to apply. Does it need to be applied on Forms developer or on the server where forms run? I will pass the info to my company's technical support.

  • Weird behaviour in web service input

    Don't know whether anyone has come across something similar. If you have a simple class that e.g. calculates how many days left till a particular day, using the following code:
    public class Countdown {
    public static void main(String args[]) {
    int daysLeft = 3;
    try {
    DateFormat df = DateFormat.getDateInstance();
    Date home = df.parse("2004/06/18");
    Date today = new Date();
    long timeLeft = home.getTime() - today.getTime(); // time in milliseconds
    daysLeft = (int)(timeLeft / (1000 * 60 * 60 * 24)); // time in days
    } catch (ParseException p) {
    p.printStackTrace();
    System.out.println(daysLeft);
    running this code normally produces an expected result.
    BUT, if you include the code as part of a J2EE 1.4 web service (converting the main method into an ordinary method that returns an int and converting the println statement to a return statement) using the Sun AppServer, the ParseException is thrown and the date is declared unparseable: all this inside the same JVM. Does anyone have an explanation for this? Why would the String representation of the date be parseable in the one instance but not in the other??
    Thanks.

    Thanks!
    java.util.Locale.getDefault()
    see
    http://java.sun.com/j2se/1.4.2/docs/api/java/util/Local
    .html for more details.

  • Weird behaviour of WebI Report

    Hi All,
    I have created a Webi report on top of BEx Query. Report is working fine,but when we ran the first time it is throwing an error stating that  " No Data to be displayed", but if i ran again( with same prompt values) then it is showing me the data...after that i tried with changing the prompt values then it is displaying data..
    so for the first time i am getting this error
    Can anyone help me out why the report is behaving in such a way...
    Regards,
    Rajesh

    Thanks  Wavery,
    I tried that option also, But every first time  we run it is showing the same message.. second time if i click refresh it is displaying data.
    In Bex side there is no problem...
    but its strange... i created a new report then it is working fine....still unable to undertand why i am getting that message

  • Refresh of Webi in BI Launch Pad : "Failed to connect to the olap source"

    Dear all,
    I have a Web Intelligence document based on a BEx Query (BICS connectivity via an OLAP Connection configured with SSO)
    Behaviour :
    in Web Intelligence Rich Client (2 tier and 3 tier) : refresh is OK
    in BI Launch Pad : refresh is not OK :
    What can be the reason ? In my opinion SSO to BW is working fine because :
    refresh in Web Intelligence Rich Client is OK
    refresh of an Analysis Application (Design Studio) based on the same OLAP connection is working fine in Design Studio and in BI Launch Pad
    Do I miss something at server level ?
    In the log file of the APS running the DSLBridge Service, I found :
    |BFCA5F821928450BBBE73F2614F437D5134|2013 03 07 16:59:43.174|+0100|Error|Error|>>|E| |aps_SIA_I_DEV.APS_DSL| 3712|796189|Transport:Shared-8074/34| |1542|0|2|0|Webi SDK.CorbaServerImpl.doProcess()|IDIRBLOCKAP010V:2960:207.7025:1|webiserver_SIA_I_DEV.WebIntelligenceProcessingServer.openDocumentMDP|localhost:12164:11488.145650:1|.doIt|IDIRBLOCKAP010V:3712:796189.292728:1|Ci8H06XT2kMZvL7KIxC6cuQ1b23|||||||||||Exception caught in SL Service: Cannot connect to the olap source
    com.businessobjects.mds.services.helpers.OlapUniverseHelperException$ConnectionToOlapSourceFailedException: Cannot connect to the olap source
    at com.sap.sl.edp.dataprovider.olap.AbstractOlapDataProvider.createOlapClient(AbstractOlapDataProvider.java:490)
    at com.sap.sl.edp.dataprovider.olap.DirectOlapAccessDataProvider.generateProtoUniverse(DirectOlapAccessDataProvider.java:216)
    at com.sap.sl.edp.dataprovider.olap.DirectOlapAccessDataProviderBuilder.generateProtoUniverse(DirectOlapAccessDataProviderBuilder.java:91)
    at com.businessobjects.dsl.services.universe.impl.UniverseServiceImpl.provideProtoUniverse(UniverseServiceImpl.java:291)
    at com.businessobjects.dsl.services.universe.impl.UniverseServiceImpl.getProtoUniverse(UniverseServiceImpl.java:181)
    at com.businessobjects.dsl.services.datasource.impl.DataSourceServiceImpl.getDataSourceHeader(DataSourceServiceImpl.java:182)
    at com.businessobjects.dsl.services.datasource.impl.DataSourceServiceImpl.getDataSourceHeader(DataSourceServiceImpl.java:130)
    at com.sap.sl.proxyconsumption.services.datasourceservice.DataSourceServiceImpl.getDataSourceHeader(DataSourceServiceImpl.java:516)
    at com.sap.sl.proxyconsumption.services.datasourceservice.DataSourceServiceImpl.getDataSourceHeader(DataSourceServiceImpl.java:480)
    at com.sap.sl.proxyconsumption.protobuf.rpc.DatasourceRpc$dataSource.callMethod(DatasourceRpc.java:207)
    at com.sap.sl.proxyconsumption.services.server.DSLBridge.callService(DSLBridge.java:236)
    at com.sap.sl.proxyconsumption.services.server.DSLBridge.doIt(DSLBridge.java:161)
    at com.businessobjects.cdz_ext.slproxybridge.corba.ServerServant.doIt(ServerServant.java:119)
    at sun.reflect.GeneratedMethodAccessor168.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.businessobjects.framework.servers.platform.adapters.ebus.orb.CommonTransportInterceptor.invokeHelper(CommonTransportInterceptor.java:118)
    at com.businessobjects.framework.servers.platform.adapters.ebus.orb.CommonTransportInterceptor.invoke(CommonTransportInterceptor.java:87)
    at com.businessobjects.framework.servers.common.proxy.cglib.MethodInterceptorChain.intercept(MethodInterceptorChain.java:136)
    at com.crystaldecisions.enterprise.ocaframework.idl.OCA.OCAcdz.slproxybridge.serverPOA$$EnhancerByCGLIB$$66b9c148.doIt(<generated>)
    at com.crystaldecisions.enterprise.ocaframework.idl.OCA.OCAcdz.slproxybridge.serverPOA._OB_op_doIt(serverPOA.java:107)
    at com.crystaldecisions.enterprise.ocaframework.idl.OCA.OCAcdz.slproxybridge.serverPOA._invoke(serverPOA.java:83)
    at com.crystaldecisions.thirdparty.com.ooc.OBPortableServer.ServantDispatcher.dispatch(ServantDispatcher.java:234)
    at com.crystaldecisions.thirdparty.com.ooc.OBPortableServer.POA_impl._do_OB_dispatch(POA_impl.java:1977)
    at com.crystaldecisions.thirdparty.com.ooc.OBPortableServer.POA_impl._OB_dispatch(POA_impl.java:1913)
    at com.crystaldecisions.thirdparty.com.ooc.OB.DispatchRequest_impl.invoke(DispatchRequest_impl.java:75)
    at com.businessobjects.framework.servers.platform.adapters.ebus.orb.ThreadPoolDispatchStrategy$Dispatcher.run(ThreadPoolDispatchStrategy.java:271)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:743)
    Caused by: com.businessobjects.mds.olap.OlapException: [Internal] SSO token or User password is empty.
    at com.businessobjects.mds.olap.protocol.sap.jco.JCOConnection.connect(JCOConnection.java:259)
    at com.businessobjects.mds.olap.protocol.bics.internal.BICSClientImpl.initialize(BICSClientImpl.java:407)
    at com.businessobjects.mds.olap.OlapClientFactory.Create(OlapClientFactory.java:93)
    at com.businessobjects.mds.services.helpers.OlapClientHelper.createOlapClient(OlapClientHelper.java:409)
    at com.businessobjects.mds.services.helpers.OlapClientHelper.createNamedOlapClient(OlapClientHelper.java:361)
    at com.businessobjects.mds.services.helpers.OlapClientHelper.createNamedOlapClient(OlapClientHelper.java:234)
    at com.sap.sl.edp.dataprovider.olap.AbstractOlapDataProvider.createOlapClient(AbstractOlapDataProvider.java:487)
    ... 32 more
    Many thanks for your help
    Hans

    Many thanks for the update, but a little bit troubling.
    On which SPs/Patch level is your SAP BI BusObjects System as well as SAP BW running?

  • New Webi Document - First Folder is Always Expanded

    Hello.
    When ever we create a new Webi document, the first folder (class) on the Query panel is always expaned, the other folders are collapsed. How can we have all folders (classes) open collapsed rather than the first being expanded?
    Our system is BOE XI 3.1 sp2, Java query editor, Tomcat for web.
    Thank you, Nancy

    Hi,
    As far I know it is the default behaviour in WebI/Dashboards and even Deski(not sure). I think in order to collapseall the folders when opening a new/existing report it we need to do some customization.
    Cheers,
    Suresh Aluri.

  • BPS WIB - how to transport with correct URL in hyperlink

    Hi all,
    If I have a hyperlink in my BSP web interface (WIB for BPS)which references my BWD server, how do I make sure that when I transport to BWQ or BWP that the correct server address part of the URL is written in for the relevant system?
    Thanks,
    Rael

    Hi Anil,
    Thanks for the response. But I think you are talking about a WEB APPLICATION (BW REPORTING) type of URL, whereas my problem exists where I am using the WEB INTERFACE BUILDER in SEM in order to build planning web interfaces.........
    I have a jump to the following URL within my planning interface:
    http://hpks01v1.germany.glaxo:8010/sap/bc/bsp/sap/zbdew003/admin.htm
    You can see the server is 8010 - our BWD server. But when this is transported to BWQ, it still looks the same and then the link jumps back to the BWD server (8010) and not the BWQ server which is (8080)....?
    Or maybe I do not understand how to use what you have recommended properly?
    Thanks and regards,
    Rael

  • Superimposed blank area in web interface after close group

    We have a web based (WIB) bps application the includes many manual layouts.  In order to maintain the compactness of the page, we have put these manual layouts into "Groups" using the WIB "group" object.
    We are finding that when running the applicaiton in the browser, upon opening and then closing the group, we are left with a "shadow" or rectangle that is the size of the layout before closing and which subsequently covers up any content underneath it.  Using the "refresh" button cleans things up but this is very annoying.
    Hase anyone else experienced this problem?  Any thoughts?
    Thank you in advance.
    Andy

    Alberto,
    I in fact have tabs which are contained withing groups so that the layouts can be "closed" ie. all of the layouts are accessible from one visible page.
    Thus the problem is still unsolved.
    Andy

  • Problem with ichat 3.1.9 and os 10.4.11 and aim logon for a/v chats

    Hello all. Please help. I have been trying to help a family member with their mac laptop, os tiger 10.4.11 and ichat 3.0. When trying to logon to start an a/v chat with anyone the program keeps defaulting to AIM. We have repeatedly deleted the "com.apple.ichat.aim.plist" file from the computer. This was done in the home/user/preferences/library folder and then in the documents folder. We have deleted all AIM accounts from the computer in iChat and all AIM associations in the keychain access. We have unchecked all boxes for the bonjour account in preferences in ichat and checked only "use this account" for the ".mac" account. We have tried changing the port to 443 from 5190 with no results. Short of reinstalling the ichat program from the installation cd, I am at a loss for what to do next. All replies helpful. Thanks.

    Hi,
    Welcome to the    Discussions
    Can I check a couple of things ?
    You are on 10.4.11 ?
    And the iChat version reads iChat 3.0 ?
    This would suggest iChat has been Reinstalled and the 10.4.11 COMBO Updater for your Processor type has not bee installed (Again)
    Software Update will think this update is done and not ask for it again. However the reinstall of apps will override this and need the COMBO Installer to be downloaded and run.
    With the OS at this time there were separate Intel and PCC Downloads.
    See this List
    Next.
    iChat 3 can login to AIM with AIM Names, Apple IDs (@mac.com and MobileMe @Me.com names) and to various Jabber servers also in an email type name style (as in [email protected]) and can be made to login to GoogleTalk.
    Previously in iChat 1 & 2, iChat Only logged in to AIM.
    In the Start Up Screens which you can return to be deleting the com.apple.ichat.plist and the com.apple.ichat.AIM.plist at the same time it will offer AIM as the first choice (With @mac.com as the alternative option).
    MobileME names have to be entered as if they are AIM names and entered in full as in [email protected].
    iChat is therefore a Multi-service client. An AIM Login with an AIM name or an Apple ID is the first choice in entering a Screen Name in the Start Up Screen.
    From there it will appear first in the list in iChat > Preferences > Accounts (And the Window Menu). In the server Settings tab it will list the AIM server as the login server (login.oscar.aol.com) whether you use an Apple ID or an AIM one.
    Apple have an agreement that lets AIM (Or it's servers) query the MobileMe and @mac.com name databases to check a name is valid.
    There is one drawback with this method. AIM only allow passwords up to an including 16 characters where as Apple allows longer.
    They need to be shortened to 16 characters or less if they are longer at Apple.
    There is NO Apple or Mac IM service.
    Reinstalling iChat will not change this behaviour.
    There is no option in the General Section of the Preference to Set iChat as the default app See Here in iChat 3
    This has a direct effect on using Web Page Links to start Group Chat/Chatrooms.
    This is changed in Firefox 3.x in the MIME settings or this Method in Internet Explorer.
    Shiira and Safari cannot change this but changing in the others seems to help them as well.
    Summary.
    It looks like you need a COMBO Install to bring iChat up to date with the OS based on the info posted. Links provided.
    iChat is first and foremost an AIM client and Apple IDs log in to the AIM Servers.
    iChat cannot be set to be the default App in iChat 3 (It can in iChat 4 and 5).
    However you can use a Web Browser to change this behaviour for Web Links to Chatrooms/Group chats.
    I think I have covered almost everything I can think of raised by your post but I am still unsure which of these you were really asking about.
    If I have missed the point could you re-post with some different info or describe what it is you are trying to do ?
    10:36 PM Saturday; June 5, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • Automate population of DMZ WebCache

    I have writen a package that makes specific http requests to our DMZ server using the SYS.UTL_HTTP package functionality. With the aim of populating our DMZ server webcache after a batch load of new data.
    I have noticed the http request made by the UTL_HTTP package is not logged the same as an identical http request made by a Browser in the http log. Below is a copy of the log tail for each
    FROM UTL_HTTP package:
    SELECT utl_http.request('machine_name/JournalDetail.html?PubID=104&Precis=SC')
    FROM DUAL;
    in which the following is logged in the http log on the DMZ server:
    [IP ADDRESS]- - [14/Feb/2002:11:17:34 +0000] "GET /JournalDetail.html?PubID=104&Precis=SC HTTP/1.0" 200 34008 "-" "-"
    FROM IE:
    URL = http://machine_name/JournalDetail.html?PubID=104&Precis=SC
    in which the following is logged in the same http log:
    [IP ADDRESS] - - [14/Feb/2002:11:18:08 +0000] "GET /JournalDetail.html?PubID=104&Precis=SC HTTP/1.0" 200 34008 "-" "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)"
    Webcache doesn't seem to recognise the UTL_HTTP http request as such, even though it executes successfully from my package. It doesn't match it against the corresponding configured webcache rule. Has anyone done something like this?...Am I on the right track here?... how else may it be possible to send cachable http requests from the database (preferably a trigger), to the DMZ webcache in order to force new data to be cached?

    here is the other relevant line from the event log
    Insertion not done for /blah.html?ID=104. Reason: Response and request cookies don't match. Shaun,
    I presume you are using Web Cache 2.0.0.x as in iAS 1.0.2.2 release.
    What you have encountered is an expected behaviour in Web Cache 2.0.0.x. Here is what happened. This JServSessionIdawg cookie, which seems to be a JServ session cookie is set by JServ if your request does not have such a cookie. Your UTL_HTTP package obviously does not send such a cookie, but your browser does since it caches cookies.
    Now what does that mean to Web Cache? In 2.0.0.x and earlier versions, Web Cache is "protective" in this case. If it sees a cookie set from the response but not in the request, or if the cookie values are different in the request and in the response, it would consider that this request has caused some state changes at the backend server, so it would not cache the response, thinking the request has side effects. There is an exception to this. If this cookie is defined as a session in the Session Definition, then Web Cache will only consider the response non-cacheable if the request does not have the cookie but the response does. In other words, if the request and response merely have different values in this "session" cookie, Web Cache does not care.
    So, so solve your problem, since this cookie value probably changes as the session expire, you can send the correct cookie value from the request in UTL_HTTP. What you can do is, define this cookie as a "session", which you probably are already, and then, send this cookie with any cookie value in your UTL_HTTP request. If this random cookie value won't cause your application to freak out except for a new cookie value, then the response will be correctly cached in Web Cache.
    By the way, I thought you might be interested in knowing that we have disabled this implicit protectoin feature in the upcoming iAS 9.0.2, but it oftens causes problem under the cover. If you want such protection, you can still do that by setting Session-Related Caching Rules (force request to be cacheable, non-cacheable based on the existing of cookies in the request).
    Hope this can solve your problem. Good day!

  • Manifest Class-Path: attribute setting

              Hi there,
              Though the classpath entry is made it is not reacting as expected...Need help
              in understanding the classpath attribute behaviour on web Logic Server 7.0...
              how do I make a jar file inside a war file(war/WEB-INF/lib)refer another jar file
              outside this war.
              

    You looked into the Jar section of the Sun tutorial did you?

  • Transactionality support in BPEL

    Hi Team,
    Wanted to know if BPEL supports transactional behaviour across web service invocations.
    ex:
    if a process invokes webservices 1, 2 and 3 all of which are operations (like invoking a PL/SQL procedure or a table insert operation etc.) on to Oracle Apps using Oracle Apps adapter.
    Now does BPEL provide a way to create transaction before invoking the first webservice such that trasaction id would be returned and consequently used in the invocations of webservice 1 , 2 and 3 .
    In this scenario transaction would be cmmitted after operation 3 or if any error occurs in 1/2/3 transaction would be rolled back.
    Would love to hear back on this.I was just curious to know how BPEL would handle transactional situations
    Thanks
    Sandeep

    Clemens,
    Yes, I have known about the compensation feature.... but for my requirement ...where I would end up doing a combination of PL/SQL invocations and table operations...this would mean that the compensation activity would be highly complex ....as much as the actual process itself.
    It may not be feasible also since I would have to find an anit-dote kind of API within Oracle Apps or would end up writing large custom code.
    Muruga,
    Thanks for educating me on JTA support.
    Could you please tell us more about how to perform/achieve ws-transaction implementation.
    Thanks Clemens and Muruga. That was indeed helpful, your replies have put me in good stead on this important issue.
    One point that I would want to make here is that some of the existing middlewares like TIBCO (and probably WebMethods too) already provide transactionality across DB operations in the same way as I put it in my first message.
    Regards
    Sandeep

Maybe you are looking for

  • How do I change the printer? Also, keyboard is acting American but language is set to English UK.

    When I ask Thunderbird to print an email, it shows a printer which I have uninstalled, not my current default printer. (In fact it shows 2 uninstalled printers!) How do I change it? Also, it is rather annoying that I have lost the pound sign and the

  • Can I install 10.4 on a 700MHz PPC G4  (2.1)?

    Currently running 10.3.9 and need to run 4.XX for a new app. Do I need to buy this? I tried the download combined and it said that it would not run on this machine. I have two of these to update in our shop and I hate to think I need to toss them and

  • What's going on with my Media settings?

    Hello, I'm using Acrobat 9 pro for Mac (snow leopard) and experiencing a few issues. When I select the print settings dialog, I am presented with the following (attatched). I am un able to print to Epson gloss, semi-gloss or lustre papers, only Matte

  • Datafile lost

    hi I lost some of my datafiles and I dont have any full backup and the database was running in noarchivelog mode.... How can i recover those file if their is a way... Thanks and regards

  • Best strategy to import users and their content

    Hello, Just seting up a Mac mini / Mountain Lion server. I have 2 iMacs, 2 Macbook Pros + may be others in the future. This is a first time server setup. The iMacs are connected to the server through Powerline Ethernet adapters. 1. What would be the