RE: launcher, et al

It would be nice if Forte let you decide what type of icon you want it
to create when you install an application on a given node.I thought, if you put in the icon in the
appdist\...\application directory
this
is automatically made?
I think I used the wrong terminology here. I meant to say that I wish
you could choose what type of shortcut Forte creates for you (i.e. ftcmd
vs ftexec vs .exe, when appropriate).
Also, it would be nice if you could turn off this functionality all
together. I know if you make the client partition an applet it doesn't
create an icon, but otherwise it tries to when you run iscript.
I think we have pretty much decided here to give up on Forte's default
distribution mechanism (even though that was supposed to be on of it's
strong points when it was brought in-house here).
I was wondering what approaches people have had with writing their own
distribution mechanism. We would like to be able to track what users
have installed which versions of various apps, be able to download
updates when available (possibly with a prompt to ask the user if they
want this), etc. Also, our user have sort of balked at the "launcher"
concept where you have to run what seems like 2 applications to get to
the one you want.
I was thinking of using a setup where we create shortcuts for them that
actually run a small program that checks for updates, logs the fact that
they ran the program, and launches the app they wanted. That way it
still looks like a single double click, but we get what we want from the
app. support perspective as well. This would be sort of similar to
ftcmd where you have a shortcut that says "shellapp run someotherapp".
This would open up a lot of other possibilities, like checking which
user is logged on and then updating some repository that keeps track of
what users run what applications, but at a level where each app doesn't
have to worry about tracking that sort of thing. Single sign-on type
feature may also be a possibility.
I'd like to hear what people think of these ideas. Anyone doing
something similar to this already? Does it seem doable? Other
functionality that would be nice to have?
Sam Yates
Systems Analyst
Amgen, Inc
[email protected]
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

Sam,
You are right. Initially there was a lot of excitement about the deployment
capability of Forte. It works very well with small apps. Unfortunately it
does not scale well for say a client of size 10 MB and hundreds of clients.
The problem gets compounded if your clients are not on Ethernet but on slow
speed links. On a 56K WAN link it took 25 minutes to download an exe of 7 Mb
size. I am sure no user would like to wait for 25 minutes to see the first
screen after clicking on the app.
What we have done in our deployments (currently some clients run on LAN many
on slow speed WAN at different sites around the world) is, to use NT tools
to push the client exe or btd/btx to each branch server. The users launch
the application by clicking on an icon on their desktop which points to the
exe on the local server There is no launcher (these are run using ftexec) or
downloading involved. The Ops/Sys Admin people push them to all the servers
when a new deployment/release is made.
The above solution is simple and practical and is working very well for us.
Yes, you can make it more elegant by doing your own special deployment app
which downloads a zip to the client and unzips on receiving it and also
checks versions etc. etc. Again, pls. note that you will get into
configuration control problems if you want to make it very sophisticated
(checking versions etc.)
Hope this helps.
Nirmal
Nirmal P Uppalapati Phone: (203) 622-5386
VP-US Operations (203) 359-3992
PSI Data Systems Ltd. Mobile: (203) 912-1302
Suite 406 Fax: (203)
359-4662
One Bank Street Email : [email protected]
Stamford, CT 06901 USA Web: http://www.psi.soft.net
-----Original Message-----
From: Yates, Sam <[email protected]>
To: 'forte-users' <[email protected]>
Date: Tuesday, July 28, 1998 4:19 PM
Subject: RE: launcher, et al
It would be nice if Forte let you decide what type of iconyou want it
to create when you install an application on a given node.I thought, if you put in the icon in the
appdist\...\application directory
this
is automatically made?
I think I used the wrong terminology here. I meant to say that I wish
you could choose what type of shortcut Forte creates for you (i.e. ftcmd
vs ftexec vs .exe, when appropriate).
Also, it would be nice if you could turn off this functionality all
together. I know if you make the client partition an applet it doesn't
create an icon, but otherwise it tries to when you run iscript.
I think we have pretty much decided here to give up on Forte's default
distribution mechanism (even though that was supposed to be on of it's
strong points when it was brought in-house here).
I was wondering what approaches people have had with writing their own
distribution mechanism. We would like to be able to track what users
have installed which versions of various apps, be able to download
updates when available (possibly with a prompt to ask the user if they
want this), etc. Also, our user have sort of balked at the "launcher"
concept where you have to run what seems like 2 applications to get to
the one you want.
I was thinking of using a setup where we create shortcuts for them that
actually run a small program that checks for updates, logs the fact that
they ran the program, and launches the app they wanted. That way it
still looks like a single double click, but we get what we want from the
app. support perspective as well. This would be sort of similar to
ftcmd where you have a shortcut that says "shellapp run someotherapp".
This would open up a lot of other possibilities, like checking which
user is logged on and then updating some repository that keeps track of
what users run what applications, but at a level where each app doesn't
have to worry about tracking that sort of thing. Single sign-on type
feature may also be a possibility.
I'd like to hear what people think of these ideas. Anyone doing
something similar to this already? Does it seem doable? Other
functionality that would be nice to have?
Sam Yates
Systems Analyst
Amgen, Inc
[email protected]
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

Similar Messages

  • 'Unable to Launch Application Error' - Java Web Start Running Under MS IIS.

    I am attempting to render the following .jnlp in MS IE:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File for LottoMadness Application -->
    <jnlp
       codebase="http://localhost/LottoMadness/"
       href="LottoMadness.jnlp">
       <information>
         <title>LottoMadness Application</title>
         <vendor>Rogers Cadenhead</vendor>
         <homepage href="http://localhost/LottoMadness/"/>
         <icon href="lottobigicon.gif"/>
       </information>
       <resources>
         <j2se version="1.5"/>
         <jar href="LottoMadness.jar"/>
       </resources>
       <application-desc main-class="LottoMadness"/>
    </jnlp>I've deployed the .jnlp, .gif, and .jar to MS IIS, running locally on my PC.
    When I attempt to render the .jnlp in IE I obtain an 'Application Error' window stating 'Unable to Launch Application'. Clicking details gives me:
    com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://localhost/LottoMadness/LottoMadness.jnlp
         at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
         at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
         at com.sun.javaws.Launcher.launch(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)I have configured MS IIS for Web Start, by setting the Extension/Content Type fields to .jnlp and application/x-java-jnlp-file.
    (The .jnlp is basically from 'Programming with Java in 24 Hours', as this is the book I am learning Java from.)

    AndrewThompson64 wrote:
    I am not used to seeing references to a local server that do not include a port number.
    E.G. http://localhost:8080/LottoMadness/
    I have deployed the following HTML (HelpMe.html) to the web server:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head>
         <title>Untitled</title>
    </head>
    <body>
    Help Me!
    </body>
    </html>When I attempt to render the URL in IE, I see the page just fine. The URL is use is:
    http://localhost/LottoMadness/HelpMe.htmlSo, I think my web server setup and usage is ok.
    >
    As an aside, what happens if (your MS IIS is running and) you click a direct link to..
    [http://localhost/LottoMadness/LottoMadness.jnlp|http://localhost/LottoMadness/LottoMadness.jnlp]
    When I click this link I get the error and exception I cited in my previous post.

  • IMac running 10.7.3 stuck on rainbow wheel right after desktop launches and google chrome trying to restore a previous browsing session

    Hello All - thanks in advance for your help with this.
    The problem I'm encountering is on an iMac 24" from 2008, Intel Core 2Duo 1.3 GHz processor.  I'm running 10.7.3 but have yet to install the client combo update.
    My computer would not wake from sleep this morning after having been left on all night.  The last two apps I had been running last night before this morning's freeze up were Google Chrome and iTunes.  I restarted the computer and noticed at the login screen that one of the login accounts that is normally set up for use had disappeared.  Once I logged in to my account, which had not disappeared, and arrived at the desktop, Chrome automatically tried to relaunch and restore the previous session with a note indicating that the browser had not been quit properly.
    iTunes was running as well but had no functionality - non responsive to mouse click commands, etc.  About thirty seconds later the rainbow wheel appeared and began spinning.
    Tried force quitting both applications applications respectively but the finder was non-responsive as well.  The dock would pop up when moused over but I was not permitted to select any of the icons.  Restarted the computer and essentially the same thing occurred but I was able to quit out of iTunes this time before the rainbow wheel started.
    Tried restarting with all peripheral hardware disconnected.  No change.  Tried booting up in safe mode - didn't work.  Rebooted in disk utility mode - ran disk verification and was told all was well.  Ran permissions verifications and was told there were problems.  Repaired the permissions issues successfully.  Rebooted again but same issue with desktop/apps freezing up.  Rebooted into Disk Utility mode and tried a reinstall of lion - reinstall successul but upon normal reboot desktop still frozen once I launched Chrome and attempted to get to apple site to download the 10.7.3 patch.
    Tried rebooting in disk utility mode to restore from a time machine back up - the external hard drive where my back ups are stored did not appear as a restore source even though I had reconnected the USB cable. 
    I then rebooted again into disk utility mode and tried to use safari to navigate to the apple site and download the 10.7.3 client combo update.  No dice - received error messages saying the download could not be completed because there was insufficient memory available.
    Called Apple - rep said I should take the computer in to the store - refused as of the time of the call because I had already wasted half the day on this and didn't want to flush the remainder down the toilet hanging around at the Apple store.  So much for that - the day is now totally wasted any way.
    Another couple of bits of information which may or may not be helpful:
    When I'm in disk utility mode the disk image icon at the top of the list of disk images/mounts on the left hand side of the utility window is in red text: 320.07 GB WDC WD320...and the main dialogue box says: "This drive has a hardware problem that can't be repaired.  Back up Data and see Apple dealer for help." One might conclude that my computer is therefore dead...not exactly.  This happened once before after trying to set up a bootcamp partition using XP instead of windows 7.  XP is not supported by Lion but I was trying a work around.  Soon thereafter I upgraded my OS to 10.7.2 (or.3 can't remember) using software updater instead of a full native download from the Apple Support site and the computer went bananas.  After the upgrade I was getting the CUI ???? errors which have since become infamous.  While working with Apple phone support on the CUI issue and using disk utility on that issue, that same red text disc image came up and the note about my hardware having failed as described above.  Apple told me I was cooked and my machine was finished.  They were wrong.  I can't remember what I did but I worked on the problem a bit more and was eventually able to upgrade my OS from the native download and get my machine back in order and runnign fine.
    I recently attempted the bootcamp partition (stupidly) work around for XP again without success - last week before all of the latest drama set in.  YES I have learned my lession and will not attempt this again.
    So that's what's going on - sorry for the Moby Dick lenght description but I figured the more details available the more likely some one is to know how to fix the problem.
    Any thoughts, suggestions, HELP please!!!
    Thanks.

    Hello All - thanks in advance for your help with this.
    The problem I'm encountering is on an iMac 24" from 2008, Intel Core 2Duo 1.3 GHz processor.  I'm running 10.7.3 but have yet to install the client combo update.
    My computer would not wake from sleep this morning after having been left on all night.  The last two apps I had been running last night before this morning's freeze up were Google Chrome and iTunes.  I restarted the computer and noticed at the login screen that one of the login accounts that is normally set up for use had disappeared.  Once I logged in to my account, which had not disappeared, and arrived at the desktop, Chrome automatically tried to relaunch and restore the previous session with a note indicating that the browser had not been quit properly.
    iTunes was running as well but had no functionality - non responsive to mouse click commands, etc.  About thirty seconds later the rainbow wheel appeared and began spinning.
    Tried force quitting both applications applications respectively but the finder was non-responsive as well.  The dock would pop up when moused over but I was not permitted to select any of the icons.  Restarted the computer and essentially the same thing occurred but I was able to quit out of iTunes this time before the rainbow wheel started.
    Tried restarting with all peripheral hardware disconnected.  No change.  Tried booting up in safe mode - didn't work.  Rebooted in disk utility mode - ran disk verification and was told all was well.  Ran permissions verifications and was told there were problems.  Repaired the permissions issues successfully.  Rebooted again but same issue with desktop/apps freezing up.  Rebooted into Disk Utility mode and tried a reinstall of lion - reinstall successul but upon normal reboot desktop still frozen once I launched Chrome and attempted to get to apple site to download the 10.7.3 patch.
    Tried rebooting in disk utility mode to restore from a time machine back up - the external hard drive where my back ups are stored did not appear as a restore source even though I had reconnected the USB cable. 
    I then rebooted again into disk utility mode and tried to use safari to navigate to the apple site and download the 10.7.3 client combo update.  No dice - received error messages saying the download could not be completed because there was insufficient memory available.
    Called Apple - rep said I should take the computer in to the store - refused as of the time of the call because I had already wasted half the day on this and didn't want to flush the remainder down the toilet hanging around at the Apple store.  So much for that - the day is now totally wasted any way.
    Another couple of bits of information which may or may not be helpful:
    When I'm in disk utility mode the disk image icon at the top of the list of disk images/mounts on the left hand side of the utility window is in red text: 320.07 GB WDC WD320...and the main dialogue box says: "This drive has a hardware problem that can't be repaired.  Back up Data and see Apple dealer for help." One might conclude that my computer is therefore dead...not exactly.  This happened once before after trying to set up a bootcamp partition using XP instead of windows 7.  XP is not supported by Lion but I was trying a work around.  Soon thereafter I upgraded my OS to 10.7.2 (or.3 can't remember) using software updater instead of a full native download from the Apple Support site and the computer went bananas.  After the upgrade I was getting the CUI ???? errors which have since become infamous.  While working with Apple phone support on the CUI issue and using disk utility on that issue, that same red text disc image came up and the note about my hardware having failed as described above.  Apple told me I was cooked and my machine was finished.  They were wrong.  I can't remember what I did but I worked on the problem a bit more and was eventually able to upgrade my OS from the native download and get my machine back in order and runnign fine.
    I recently attempted the bootcamp partition (stupidly) work around for XP again without success - last week before all of the latest drama set in.  YES I have learned my lession and will not attempt this again.
    So that's what's going on - sorry for the Moby Dick lenght description but I figured the more details available the more likely some one is to know how to fix the problem.
    Any thoughts, suggestions, HELP please!!!
    Thanks.

  • Follow-up: Starting, Launching and Switching ...

    Follow-up: Starting, Launching and Switching ... Messing around with the Windows UI - not a feature problem, but a provisioning problem! Now start listening and please fix it this time! 
    (Is it still program managers or people in power designing the UI for Windows? It certainly does not look like domain specialist or software engineering designing the solution here - it's just too weak for that to look like a professional solution?
    Please let educated people do their work ...)
    Problem:
    - Task Bar = (is and still is originally) Start. So keep promoting task bar and kill the new Start. Task Bar is Start.
    - Virtual Desktop lacks virtual Start (= virtual Task Bar) (Virtual Desktop only have virtual launch from the virtual documents (the virtual desktop) ... you need to add virtual start beyond virtual launch.
    - Starting universal Windows apps including touch goes to the virtual task bar (add virtualization above, i.e. context changes - for touch meaning i.e. increasing the task bar (Start) areas height)
    Cause:
    Steven Sinofsky:
    @Computermensch writes “The problem with this "analysis" (show me the data) is that you're only managing current activities surrounding the taskbar. So with respect "to evolving the taskbar" you're only developing it within its
    current operational framework while developing or evolution of it really should refer to developing the taskbars concept.” 
    0) A history reminder - where is Windows 10 now starting program: Back where Windows 7 left off.
    Well, guess I do not have to remind about what happened to Windows 8. Now we're back at it. Welcome back to testing ...
    I did some of them, testing Windows client for Windows Vista, Windows 7, Windows 8 and now Windows 10.
    Let's go back in time to 2008 - Engineneering Windows 7: 
    Follow-up: Starting, Launching, and Switching
    http://blogs.msdn.com/b/e7/archive/2008/09/29/follow-up-starting-launching-and-switching.aspx
    Steven Sinofsky:
    @Computermensch writes “The problem with this "analysis" (show me the data) is that you're only managing current activities surrounding the taskbar. So with respect "to evolving the taskbar" you're only developing it within its
    current operational framework while developing or evolution of it really should refer to developing the taskbars concept.” 
    Then let's go forward in time - to Windows 8 coming up with a new start and launch context namely the Start Screen - and now kind of back in time again to Windows 7 and the desktop using Windows 10. So now we're also back to the Task Bar!!!! Hence we're
    back to developing and evolving the way of Starting programs.
    Microsoft just have a serious problem working the provisioning in it system, i.e. what concepts you supply (provision) to the user. For instance just compare an open instance of Windows Explorer with MacOS Finder. It's the same features - but the provisioning
    is just much better in Finder. The concepts are just an important mess in Windows - and needs serious clean up.
    No new features! Evolvle the pinning (task bar and make it work with the virtual desktop - including touch (just add some height man ...).
    And fix the freaking provisioning of concepts in the All Apps list. For instance take a look at the naming in Linux for some standard folders - instead of the bloating 3rd party names.
    1) Provisioning: Now back to Windows 10 and starting programs
    It's the task bar that needs development (Windows 8 kind-of "Start Menu" in Windows 7)  Take a look at my comment above again for engineering Windows 7 about the taskbar on evolution - now in context with Virtual Desktops:
           - May add some height to the task bar - and you can have kind-of tilesized stuff there.
           - Have the taskbar configuration of pins switch (be variable) with the virtual desktop. May add an ekstra feature to pin program across all virtual desktops.
           - Do not have 2 different places for pinning programs (really bad provisioning ...). Lets see some nice categories instead when pressing the start button. It really confusing pressing the start menu button - and
    then you see a place like the task bar to pin programs. Typical Microsoft end up scenario, the more, the merrier ...
    Please cut it down to having a pinning feature working variably in context (the task bar) with virtual desktops.
    2) Finally the All Apps list pressing the start menu button: using navigation (categories, tags or filters!!!!!) to look up and finding programs not in use on a daily or weekly basis - now in context with the virtual desktop
    The All Apps list that needs a nice feature to support categorization, really better provisioning in the UI of user or standard concepts (now come on, man - fix the mess. Just take a look at the complexity in that list ...). You could add a feature
    to filter the All Apps list in context with the concepts for the virtual desktop.
    At least provide the application infrastructure for categorization in the Start Menu. So you could process it as a third party. See what happens. Add app store later then. Whatever. Make categorization happen. No more bloat navigating for programs.
    Add a template feature to the categorization. Provide 2-3 templates with Windows and let people tag there programs. Let them extend the templates ... the concepts when doing their own user concepts.
    With a template feature a user just have to fill in the blanks i.e. tag his/her programs - and the menus will parse equally. Hey, the template feature could even parse into virtual desktops. I.e. using a dev variant of a template.
    It's going to be 2015. And compositional software design have been around for some time. Including factories for configuring software variability. Some come on now. Let's work.
    4) Conclusion
    360 degrees now on virtual desktops, task bar, all apps and workflow please! Make it happen.
    The problem with Windows 8 was not bad features - but bad provisioning including empty programs like the new wau media players ... underdeveloped features (no really good quantity of content demonstrating value = bad provisioning) ... completely lack of
    demonstrating the value of the new UI. Like if Sharepoint or any other CMS was demonstrated completely blank with no sites and empty features, no templates. Just nothing.
    Please do not miss the oppertunity to demonstrate the value of an evolved UI this time.
    Please complete the provisioning. Your greatest problem is releasing undone things - may be the intension is there (recall DB schemas). However the "DB extension" is empty on release? Which consumers just buy the DB schema :o). Add some "movies"
    (content) please ... add frameworks for content and provisioning ... use templates. If you do not understand this ... go away program manager ;o) Let a good software engineering read it.
    Now let's fully develop the virtual features in the desktop in Windows 10. And have them provisioned - so people can see how to use them. That unfortunately never happened during engineering in Windows 8.

    3 different ways and displays for pinning a program for Start!
    Please consider merging Start (on the Start), Start Screen and the task bar - with pins extending the Task Bar and using the Metro UI icons overall including on the desktop. It would be a nice move on the look and feel - while the task bar would be
    the same. Add virtualization for pins as well on the task bar. Make shortscuts and docs on the virtual desktop actual as well - binding dynamically to a virtual desktop - instead of formal and static.
    Just observed the Start Screen can be turned back on using properties on the Task Bar.
    Many ambigious concepts now for Starting programs instead of just using a Consolidated Start concept for Start Screen, Start on the Start Menu and Task bar.

  • I am not able to launch FF everytime i tr to open it, it says FF has to submit a crash report, i even tried doing that and the report was submitted too, but stiil FF did not start, and the problem still persists, please help me solve this issue in English

    Question
    I am not able to launch FF everytime i try to open it, it says FF has to submit a crash report,and restore yr tabs. I even tried doing that and the report was submitted too, but still FF did not start, and the problem still persists, please help me solve this issue
    '''(in English)'''

    Hi Danny,
    Per my understanding that you can't get the expect result by using the expression "=Count(Fields!TICKET_STATUS.Value=4) " to count the the TICKET_STATUS which value is 4, the result will returns the count of all the TICKET_STATUS values(206)
    but not 180, right?
    I have tested on my local environment and can reproduce the issue, the issue caused by you are using the count() function in the incorrect way, please modify the expression as below and have a test:
    =COUNT(IIF(Fields!TICKET_STATUS.Value=4 ,1,Nothing))
    or
    =SUM(IIF(Fields!TICKET_STATUS=4,1,0))
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Have a  problem with Lightroom 5.4.  Since the program crashed yesterday it won't launch, it comes up with the message "Lightroom encountered an error when reading its preview cache and needs to quit".  "  Lightroom will attempt to fix this problem net ti

    Have a  problem with Lightroom 5.4.  Since the program crashed yesterday it won't launch, it comes up with the message "Lightroom encountered an error when reading its preview cache and needs to quit".  "  Lightroom will attempt to fix this problem next time it launches".  Except that it doesn't, I keep getting the same message and the program closes.  Does anyone know what I  can do to repair it?  Can't back up, can't do anything.

    There are dozens of threads in this forum that describe the fix

  • Error message to close firefox appears upon app launch and indicates that a copy of firefox is already open. How do I find the open copy and close it permanently?

    When I go into my daughter's account and try to launch Firefox (she was previously using Safari) an error message pops up indicating to "Close Firefox: A copy of Firefox is already open. Only one copy of Firefox can be open at a time." Except that I don't see an open copy of the app, unless it somehow is launched at login, a setting I don't see either. Firefox works fine on other user accounts.

    Is there still a default profile folder present?
    * /Users/&lt;user&gt;/Library/Application Support/Firefox/Profiles/&lt;profile&gt;/
    If not then delete the file [http://kb.mozillazine.org/profiles.ini_file profiles.ini]<br />
    That will cause Firefox to create a new default profile.
    * http://kb.mozillazine.org/Recovering_a_missing_profile

  • How do I create a new Work Center for the transaction launcher and links

    Hi
    The requirement here is for me to find out if I can create a new Work Center that will contain up to 6 assignment blocks and each block having either links to websites and BW reports, or triggers to R/3 applications via the transaction launcher.
    Can I do this purely through customising or do I need to create a new view using BSPs? If I can do it through customising please could I have a few pointers to what component I would need to use/copy?
    Regards
    Declan

    Hi Robert,
    Thanks again for taking the time to reply.
    Just so I understand, if I want to show a work center I need to link it to a component / view? I think this was the original query - do I need a developer to create the view that contains the 6 blocks with their links to reports, transactions and websites? I think when I talk about blocks I mean 1 viewset containing 6 views. There is no SAP standard view that would suit my requirements is there? Even if the work center had 8 views, I can always hide the two views in configuration.
    After the developer has created the view, I then reference that component in the target Id in the define logical links section of my work center.
    If my understanding is right, then it follows that it is not possible to create a user specific work center without some development.
    Is this correct?
    Cheers
    Declan

  • Error message when launching PowerPivot Window using Excel 2010

    I have installed the latest version of Powerpivot on several of our workstations.  Some of them are running the application just fine and some of them are getting an intermittent error message when trying to launch the PowerPivot Window.
    We are running Windows 7 ENT 32bit with Office 2010 32bit
    The error message given is : An operation that uses the database driver could not be completed.   If the driver is a Microsoft driver, make sure the drvier file isn't damaged, and if it is, reinstall the driver by re-installing Microsoft Query.  
    You can then try again and it will work.
    In fact the majority of the time this error message won't appear.
    The application has been removed and reinstalled.
    When I checked event viewer i'm finding this error which I think is related
    The description for Event ID 1 from source MSOLAP$LocalCube cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

    MSOLAP$LocalCube cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted.
    Hello,
    It's just a guess: Power Pivot uses the MSOLAP = "Microsoft OleDB Provider for OLAP" and maybe that Provider is damaged on the machine. You may try to reinstall the Provider, you can get the installer named "SQL_AS_OLEDB.msi" from
    Microsoft® SQL Server® 2012 SP2 Feature Pack  =>
    ENU\x86\SQL_AS_OLEDB.msi (for 32 bit)
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • After upgrading to Itunes 7.2, it won't launch without crashing

    Itunes was working fine on my pc. When I opened it, it prompted me to install an updated version of Itunes and Quicktimes. I followed the prompts and installed it. After it installed, I launched Itunes and it crashed with "Itunes has encountered a problem and needs to close. We are sorry for the inconvenience." I sent the report to Microsoft, without any results.
    In my application event log, I see 2 events:
    Faulting application itunes.exe, version 7.2.0.34, faulting module itunes.exe, version 7.2.0.34, fault address 0x00a33ac0.
    Fault bucket 438926550.
    I then went to Apple's support website and followed these steps:
    http://docs.info.apple.com/article.html?artnum=93976
    I followed the links below:
    Completely Remove iTunes and QuickTime (Click for more)
    Note: Songs you purchased from the iTunes Store or imported from CDs are saved in your My Music folder by default and are not deleted by removing iTunes.
    Quit iTunes.
    On the Start menu, click Control Panel.
    Windows XP and Windows 2000: In Control Panel, open Add or Remove Programs.
    Windows Vista: In Control Panel, click Uninstall a program. Alternately, in Classic View of Control Panel, click Programs and Features.
    Select iTunes from the list of currently installed programs, then click Remove or Uninstall.
    In Windows XP and Windows 2000, when asked if you would like to remove iTunes, select Yes.
    In Windows Vista, if your permission is needed to continue, click Continue.
    After uninstalling iTunes, do not restart if you are prompted to.
    If other entries were present for iTunes remove those as well.
    In Add or Remove Programs or Programs and Features, remove any iPod Updater applications that are listed in the same fashion as iTunes was removed.
    In Add or Remove Programs or Programs and Features, remove any QuickTime installations that are listed in the same fashion as iTunes was removed.
    Restart your computer.
    After the computer restarts, open Local Disk C: in My Computer/Computer or whichever disk programs are installed on.
    Open the Program Files folder.
    Right-click the iTunes folder and select Delete and choose Yes when asked to confirm the deletion. Note: This folder may have already been deleted if iTunes was successfully removed in steps 1-8.
    Right click the iPod folder and select Delete and choose Yes when asked to confirm the deletion.
    Right-click the QuickTime folder and select Delete and choose Yes when asked to confirm the deletion.
    Delete the QuickTime and QuicktimeVR files located in the C:\Windows\system32\folder.
    Right-click on the Recycle Bin and on the shortcut menu, click Empty Recycle Bin.
    Restart your computer.
    Install the latest version of iTunes from http://www.apple.com/itunes/download.
    Empty your Temp directory and restart (Click for more)
    On the Start menu, click My Computer/Computer (or double-click My Computer on the Desktop).
    In My Computer/Computer, open Local Disk C:.
    Windows XP and Windows 2000: Open Documents and Settings. Windows Vista: Open Users.
    Double-click the folder that bears your username.
    If you see a Local Settings folder, skip to step 9. If you don't see a Local Settings folder, proceed to the next step.
    Windows XP and Windows 2000: On the Tools menu, click Folder Options. Windows Vista: On the Organize menu, select Folder and Search Options.
    Select the "Show hidden files and folders" button.
    Click OK.
    Double-click Local Settings. If Windows needs your permission to continue, click Continue.
    Right-click on the Temp folder and on the shortcut menu, click Delete.
    In the confirmation dialog that appears, click Yes.
    If you are unable to delete the Temp folder, close all programs, especially those in the Notification area (system tray) of the Windows Task bar shown below and repeat step 10.
    Restart your computer.
    Install the latest version of iTunes from http://www.apple.com/itunes/download.
    Clean up iTunes installer files on the computer (Click for more)
    You can download the Windows Installer Cleanup Utility from Microsoft, which will clean up any leftover installer files that may be causing issues with your current installation. To do this:
    Click here first, and read the important information about the software.
    Click the "Download the Windows Installer Cleanup Utility package now" link on that page to download a file titled msicuu2.exe.
    Open the msicuu2.exe file and follow the prompts to install it.
    On the Start menu, point to All Programs and then click Windows Install Cleanup; the Windows Installer Clean Up Utility window appears, listing software that is currently installed on your computer.
    Select iTunes from the list and click Remove.
    Click OK in the confirmation dialog that appears.
    Repeat steps 5 and 6 if you have multiple iTunes entries listed.
    Select QuickTime from the list and click Remove.
    Click OK in the confirmation dialog that appears.
    Repeat steps 8 and 9 if you have multiple QuickTime entries listed.
    Click Exit.
    Restart the computer.
    Install the latest version of iTunes from http://www.apple.com/itunes/download.
    Download QuickTime Standalone Installer (Click for more)
    Try downloading and installing the standalone version of QuickTime from http://www.apple.com/quicktime/download/win.html. Be sure you download the version that does not include iTunes.
    Disable other conflicting software (Click for more)
    In Windows, some background processes can cause issues for other programs and processes. These conflicts can prevent applications such as iTunes and QuickTime Player from installing. See "Using MSCONFIG to troubleshoot conflicts in Windows" for assistance disabling conflicting processes.
    Make sure your folder names don't contain strange characters (Click for
    Any help would be appreciated. I've been through about 2 hours of troubleshooting.
    Is there a LIVE chat that Apple offers or phone support free of charge for Itunes?
    Dave

    suavedog:
    Try this:
    iTunes 7.2 for Windows doesn't open

  • ITunes No Longer Launches Automatically When My iPhone Plugs In

    So as the subject line says, my iPhone no longer starts iTunes when it is automatically plugged in. It just stopped doing this after I talked to AppleCare to get my MobileMe working (my computer is old so it uses .Mac but it wouldn't load successfully so AppleCare changed some preferences around). Anyway, now when I plug my iPhone in, iPhoto launches but in order to get my phone to perform a backup, I have to manually open iTunes when before both iTunes and iPhoto launched automatically.
    Anybody know how I can get it back to launching automatically when I plug my phone in to the computer?

    Like the poster "Sig", I have this problem as well.
    I checked the Login Items in the preferences and the radio button was checked. So, that's not the case. Nor was I using any iPhone utility either.
    Now, I tried all alternate USB ports on my Mac Pro and I also tried plugging into my iMac 20' 2.0Ghz Core 2 Duo. My iPhone is not recognized on either. I think it's something specific to iPhone v3.01 and 3.1 software. Because, I've not upgraded my iMac's iTunes yet. So, I think we can either rule out it being iTunes' fault. That or this iTunesHelper needs is broken... if that is the case.
    So, do we have some better solutions to this problem?
    PS: Oh, and yes, I did update iTunes to v9.0.1 on my Mac Pro. Still no response.
    Message was edited by: CorePunk
    Message was edited by: CorePunk

  • Did you know GamingAhead Launches the Ultimate Online Gaming Destination For All Ages.

    Did you know GamingAhead Launches the Ultimate Online Gaming Destination For All Ages.
    Gaming Ahead presents a video review of Prototype which is an action packed bizarrely made sandbox game. Avik Sogoyan and Michael Fam go through the games features and give their thoughts on the title. Be sure to check it out on GamingAhead.com where you will also find a full written review of the game. Prototype is not Infamous!

    Did you know GamingAhead Launches the Ultimate Online Gaming Destination For All Ages.
    Gaming Ahead presents a video review of Prototype which is an action packed bizarrely made sandbox game. Avik Sogoyan and Michael Fam go through the games features and give their thoughts on the title. Be sure to check it out on GamingAhead.com where you will also find a full written review of the game. Prototype is not Infamous!

  • 10.6.8 update crashed before it completed and now the Finder won't launch

    This morning I was installing the update on my 25" iMac 2.8 GHz Intel Core 2 Duo (was at 10.6.7) and after almost 15 minutes of the installer claiming to be moving files around, the screen went blank except for being backlit. After few minutes of pondering what to do, I restarted the computer and the "Finder quit unexpectedly." message started and all my iMac wants to do is have me send thousands of reports to Apple. I tried the safe restart and nothing changed expect the process number in the reports restarts in the low hundreds.
    I have LOTS of applications on my dock and while most of the Apple applications (Safari, Disk Utility, etc.) crash upon launching, a few applications don't (Firefox takes a few minutes to crash while Chrome seems okay enough for me to send this report). The "About this Mac" claims that 10.6.8 is installed, so Software Update claims there are no updates, so I can't use that to reinstall the update (I'm not sure I should even if I could).
    Because I cannot do is relaunch the Finder from either the Dock or via the "Force Quit" command I can't reinstall 10.6.8 via the. I can open a terminal window but I'm not sure what to do with that to get me out of this situation. I downloaded the combo update but without the Finder running, I don't know how to launch it via the a terminal window. Any suggestions welcomed.
    TIA.

    I've got my Mac back!
    Even though the Finder wasn't running, because I had populated my Dock with dozens of applications, I was able to launch the Terminal app and open a window. From there I was eventually able to launch the Installer, point it at the 10.6.8 Combo Update (for some reason, fortunately, I had downloaded it rather than letting Software Update do it), and wait at least 30 minutes when the installer claimed that there was less than 1 minute left to complete the install. After it was done and I restarted the Mac, it no longer insisted that I needed to send/ignore thousands of "Finder quit unexpectedly." messages and the Finder was running.
    BTW, towards the end of the installation (or re-installation), the Finder began to function (my desktop icons appeared and I could open folders) and now the only remaining issue is the Menu Bar won't appear unless I click the Finder in the Dock.
    Thanks to those who helped me by providing the instructions needed to use the Terminal window correctly.

  • Media Encoder CC keeps crashing on launch

    Mac Pro
    Processor  2x2.8 GHz Quad-Core Intel Xeon
    Memory  22 GB 800 MHz DDR2 2048 MB
    Graphics NVIDIA Quadro 4000 2048 MB
    Software Mac OS X Lion 10.7.5
    Media Encoder version 7.2.2
    Hello,
    Media Encoder CC was working fine when I bought it two weeks ago, but now it quits unexpectedly upon launch. Does anyone have any suggestions on how to resolve this problem? Does the fact that my Creative Cloud Installer "is no longer functioning" have anything to do with it? I have uninstalled it (CC Installer) numerous times and reinstalled to no avail. I should note that the CC installer did not install all of the CC applications it was supposed to.
    Steps I have already tried:
    • Holding down the Shift key on launch
    • Making sure Sharing & Permissions for myself are set to Read/Write
    • Updating software
    • Trashing Permissions
    Thank You

    This thread suggests (for Windows 8 and I assume the same issue for Windows 7) holding the SHIFT key while executing AME. This resets the preferences, and worked for me when I had this issue.
    Adobe Media Encoder CC Crashing on Startup (W8)

  • Error when launch web form

    Hi,
    I have used Developer Server 6 on NT4, Netscape 4.61 with
    JInitiator 1.1.18 and IE5.
    I have extracted classes.zip into orant\forms60\java.
    My forms work fine when I use Netscape 4.61 with JInitiator, but
    When I launch a form with IE5, this errors occurs:
    FRM-99999: A network error occurred, the client will not be able
    to continue.
    Details...
    Java Exception:
    java.lang.NullPointerException
    at java/util/Vector.size
    at oracle/graphics/vgs/ui/PackedTree.<init>...
    Can anybody help me please?.
    Thanks
    Ruy Chicaco
    null

    Ruy Chicaco (guest) wrote:
    : Hi,
    : I have used Developer Server 6 on NT4, Netscape 4.61 with
    : JInitiator 1.1.18 and IE5.
    : I have extracted classes.zip into orant\forms60\java.
    : My forms work fine when I use Netscape 4.61 with JInitiator,
    but
    : When I launch a form with IE5, this errors occurs:
    : FRM-99999: A network error occurred, the client will not be
    able
    : to continue.
    : Details...
    : Java Exception:
    : java.lang.NullPointerException
    : at java/util/Vector.size
    : at oracle/graphics/vgs/ui/PackedTree.<init>...
    : Can anybody help me please?.
    : Thanks
    : Ruy Chicaco
    Try applying the latest patches from oracle at ftp://oracle-
    ftp.oracle.com/dev_tools/patchsets/dev2k/Win95NT/6.0/Patch3
    null

  • Error when launching web form

    I'm trying to launch forms on the web using Dev Rel 6. When I
    start the
    browser and point to my html file, I get the standard "Starting
    Java..."
    message and then the error :
    Applet exception: class oracle.forms.engine.Main could not be
    loaded
    I have setup my machine just as the manual suggests. Any ideas
    on what the
    problem could be.
    My current configuration is:
    Windows NT 4.0 (sp5)
    OAS 4.0.7
    Dev Rel 6
    Netscape 4.5
    Jinit 1.1.7.11
    Thanks in advance for any help,
    Alan
    null

    Hiya,
    I'm working on deploying DEV2K forms/reports over the
    web...starting with the Forms first...but haven't been able to do
    that....scenario is that these forms are built in 4.5, OAS 3.0.1,
    NT 4 (sp 3) & Oracle 8.0.4 (8.4)....I've done everything by the
    book i.e; the Dev2K Online Manuals (Deploying Applications on the
    Web)...but even after giving the full path of the intended
    form/module it wont launch.....only gives Internel Error in the
    browser....
    In the manual Oracle recommends to use WWWSVR as the OAS default
    listener but when you isntall the OAS (3.0.1) it recommended
    using www as the default.....so I tried to change the
    configuration of the def. list. & it got corrupted....so I
    deinstalled the whole OAS but after that I haven't been able to
    resinstall it again because it aborts right after
    analyzing dependencies step....but I have another instance of the
    OAS 3.0.1 running on a different machine on which our groups site
    is running the database version 8.0.5 (haven't been able to
    install the DAD for this one...because of database version or
    some other unknown reason...)
    Bottom line if you could please tell me step by step how to
    deploy my current apps over the web I'ld really appreciate that..
    Current env. NT 4 (sp3)
    Oracle 8.0.5
    Dev/2000 Forms4.5/Reports3.0
    OAS 3.0.1 (trying to download OAS 4 but it after
    the download wont open)
    Thanks.
    Dessislava Gantcheva (guest) wrote:
    : Toby Richmond (guest) wrote:
    : : D_niel Dobr_nszky (guest) wrote:
    : : : Hi!
    : : : Yes, JInitator can be a good idea. Doeas anybody heard
    : : anything
    : : : from JInitator for unix/mac/linux/etc?
    : : : D_niel
    : : Hiya
    : : No I haven't, but I am yet another one of these people who
    are
    : : having major headaches getting Developer Server 6 working on
    : : NT 4, with both applet viewer and jinitiator ...
    : : jinitiator hangs when getting "default.dat" in registry
    : : directory (this file does not exist)...eventually I get an
    : : generic oracle error message saying cannot connect to server.
    : : Any ideas???
    : : Toby
    : I had the same situation, Toby, but infortunately I don't
    : remember how exactely I solved it (because of the many other
    : problems I had :) I just can tell you that after patching
    : everything possible it wrks now :) That's the sequence of the
    : patches I applied:
    : Initial configuration:
    : NT4.0 Server, SP3
    : OAS 4.0.7
    : Developer/Developer Server 6.0
    : Applied patches:
    : 1. Patch 1 for OAS4.0.7
    : After it forms on the web(Jinitiator 1.1.7.11) stoped working.
    : 2. Patch 1 for Developer 6.0
    : After it forms on the web started to work again.
    : 3. SP5 for NT.
    : 4. Jinitiator 1.1.7.15 ( I didn't observe any obvious
    difference
    : in its behaviour)
    : And it works good now.
    : If you try to patch the NT first, the forms don't work on the
    : web again.
    : that's my experience.
    : Hope it helps
    : My problem now i how to run a report within a form on the web.
    : Separately forms and reports work fine.
    : Regards
    : Dess
    : after it OAS starts
    null

Maybe you are looking for

  • G41 Fails to boot after updating BIOS

    I hope that somebody has some suggestions, and thank you in advance. I am helping out a friend who has inherited a 2881-22U.  I have managed to successfully upgrade to an 120GB HD and copy the Recovery partition to the drive.  (Hey, you use what you

  • How do i download photoshop cs6 extended NOT photoshop cc?

    I tried downloading photoshop cc then verify my serial number but it says this serial number is not valid for photoshop cc, so where can i download photoshop cs6 extended, i still have the disk but am on a mac so can not use the disk.

  • Upgrade apex 2.2 to apex 3.0.1

    Hello, I want to upgrade my apex 2.2 to apex 3.0.1 and I do : c:\sqlplus system/password@XE as sysdba I obtain this : SQL> (my "apex 3.0.1" is in c:\apex\) so I do : SQL> @/apex/apex SYSAUX SYSAUX TEMP /i/ after this, I obtain this message (in french

  • VLC DVD playback

    Hi, I am trying to play a DVD from within file structure. Everything works just fine in VLC under win7(64bit) my system is ArchLinux(32bit) whenever I try to read the dvd it gives me tons of errors (below). I have libdvd* installed all. I used to do

  • RH_OBJECT_CREATE Question

    Hello, When running Function Module RH_OBJECT_CREATE, I am prompted to create a new Transport Request.  Is there a way I can suppress the Transport creation request, or avoid the need attach the Object creation to a new Transport? I've tried several