Join attribute must be available in projection list: Customer_Id: line 28 col 45 (at pos 897)

Hi folks ,
I am getting the "Join attribute must be available in projection list: Customer_Id: line 28 col 45 (at pos 897) " though i put the Customer_Id in both the tables.  See the below which i am executing.
p_cc_det =  CE_COLUMN_TABLE("Retail_Schema"."Retail_Package1.Data::Customer_Details",["Customer_Id",
"Customer_Code",
"First_Name",
"Middle_Name",
"Last_Name",
"Email",
"Mobile"]);
p_cc_det = CE_PROJECTION(:p_cc_det,["Customer_Id",
"Customer_Code",
"First_Name",
"Middle_Name",
"Last_Name",
"Email",
"Mobile"],'"Customer_Id" = :p_ccode');
p_cust_code = CE_COLUMN_TABLE("Retail_Schema"."Retail_Package1.Data::Header_Fact_table",["Customer_Id",
"Event_ID",
"Time_ID",
"Total_Discount",
"Gross_Amount"]);
p_tt_out1 = CE_JOIN(:p_cc_det,:p_cust_code,["Customer_Id"],
["Customer_Code",
"First_Name",
"Middle_Name",
"Last_Name",
"Gender",
"Email",
"Mobile",
"Total_Discount",
"Gross_Amount"]);
Please tell me where exactly my code is wrong.
Thanks & Regards
Karuna

p_tt_out1 = CE_JOIN(:p_cc_det,:p_cust_code,["Customer_Id"],
["Customer_Id",   -- This is missing in your projection list
"Customer_Code",
"First_Name",

Similar Messages

  • Adobe encore gives error 19 " Primary video stream attribute must be consistent within play list

    anyone know what this means when burning Blu Ray disc?

    Yes.
    It means exactly what it says - the primary stream must be consistent.
    In Blu-ray, any video timeline is a playlist. In Encore it is possible to put multiple clips into a timeline, and these must be the same.
    Same video type & format
    Same Audio type & format.
    Do you have any timelines with multiple clips on them?

  • User attributes are not available for not root organizations

    Hello,
    my scenario: I have following organizations in IDM: Top; Top:Economy; etc...
    I created Admin role "Economy director" with this settings:
    Controlled Organizations - "Top:Economy"
    Capabilities - "Account Administrator" and "Waveset administrator"
    Now I assign this role to user A. This user A is in organization "Top:Economy" and he tried to edit user B in "Top:Economy". When I log in as user A I see in admin interface "Accounts->List Accounts" only Economy organization. In this organization I click on user B and select tab "Attributes". But here is no global attributes to change.
    When I change "Economy director" role - Controlled Organizations to "Top" then user A can change global attributes of user B. But now user A can change everybody attributes in whole organization tree.
    It's correct? I need to set user A to change attributes only for users in organization "Top:Economy".
    Thanks for advice.
    Petr

    This sounds like a question for forum: Sun Java System Identity Manager
    But anyways... the "Attributes" tab is a collection of all the unreferenced attributes of all the resources assigned, it has some special behaviors.
    You should have been able to change fname, lname, email of User B as User A (UserA is assigned AdminRole with Org & Capabilities assigned as described, without Top assigned). If not, something basic is not wired between User A and the AdminRole. Possibly it's the version in use?? But, if attempted against Oracle Waveset 8.1.1, this should be functionally straightforward to get working...
    The Attributes Tab would only have attributes listed if there were roles or resources assigned with attributes the admin was able to see "in-scope". A resource with attributes (e.g. LDAP resource with a groups attribute) must be scoped for the administrators in the AdminRole to see/manage them per assigned capabilities.
    In the example, a resource with attribute "country" scoped into Top:Economy would allow UserA to edit UserB, update the "Attributes" Tab "country" attribute.
    Edited by: gregoatwaveset on Oct 13, 2010 8:09 PM

  • R12 Project List view - At Completion columns

    Hi,
    The project list in Projects R12 can be personalized to allow displaying ofmany different columns, most ITD and PTD.
    I wish to show 'At Completion' values for various reasons, the main one being so I can at the 'At completion' cost budget (current total budget).
    But also the revenue budgets, forecasts and the variance 'At Completion'.
    Is it possible to show 'At Completion' values in the project list? It seems odd that these columns are not available by default....
    Thank you in advance for any answers!
    Matt

    Hi Govind,
    Thank you for your reply...
    The 'At Completion' column is not available in Personalization list of Values for available columns - only ITD and PTD.
    Is there a way to add columns that are not available in personalization list?
    Matt

  • Programmed control of availability cProjects project fields.

    Hello all.
    We want to have programmatically control of availability cProjects project fields in case, when execute following event: cProjects project assign/unassign to xRPM item.  
    For example:
    We have the following event: assign cProjects project to xRPM item. 
    At this moment we transfer value from field «location» xRPM item to field «location» cProjects project (abap development). Also, we want to change «read only» attribute of  field «location» cProjects project.
    What functional module used to control availability cProjects project fields? How it possible to do this?

    Hi Aleksey,
    Please see your other post, as I see, the UI configuration supported by webdynpro can not be used, because it depends on the condition. It worth to try, if it can be realized via cProject  field cotnrol, actually it is not very easy but powerful.
    Kind regards,
    Zhenbo

  • Error: The property attribute must be specified

    Hi,
        When I am using Flex's validator I get the error specified below
    Error: The property attribute must be specified when the source attribute is specified.
        at mx.validators::Validator/getValueFromSource()[C:\autobuild\3.2.0\frameworks\projects\fram ework\src\mx\validators\Validator.as:853]
        at mx.validators::Validator/validate()[C:\autobuild\3.2.0\frameworks\projects\framework\src\ mx\validators\Validator.as:810]
        at mx.validators::Validator/triggerHandler()[C:\autobuild\3.2.0\frameworks\projects\framewor k\src\mx\validators\Validator.as:1016]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.core::UIComponent/dispatchEvent()[C:\autobuild\3.2.0\frameworks\projects\framework\src \mx\core\UIComponent.as:9298]
        at mx.controls::TextInput/focusOutHandler()[C:\autobuild\3.2.0\frameworks\projects\framework \src\mx\controls\TextInput.as:2167]
        at flash.display::Stage/set focus()
        at mx.core::UIComponent/setFocus()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\c ore\UIComponent.as:6857]
        at mx.managers::FocusManager/setFocus()[C:\autobuild\3.2.0\frameworks\projects\framework\src \mx\managers\FocusManager.as:545]
        at mx.managers::FocusManager/mouseDownHandler()[C:\autobuild\3.2.0\frameworks\projects\frame work\src\mx\managers\FocusManager.as:1865]
    Let me know what is that I am missing .
    Regards
    Kalavati Singh
    [email protected]

    seems like you specified the id of some textinput as source property of validator, but didnot specify the attribute property.
    most probably, it should be 'text'.
    when you provide the source property of the validator, you just specity which OBJECT to validate. hoever, you missed WHICH PROPERTY OF THE OBJECT to validate.

  • I try to connect to my router but the join button isn't available?

    I am horrible at computers!!  I had someone who knows about computer fix my ipad so I could message from it.  In order to fix it he had to delete my account and then start again.  I lost my settings and some of my pictures unfortunaley but worst of all I can't reconnect to my router at home.  I try to connect and put my password in but the join button isn't available??

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are drooping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    Fix WiFi Issue for iOS 7
    http://ipadnerds.com/fix-wifi-issue-ios-7/
    iOS 6 Wifi Problems/Fixes
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    iPad: Issues connecting to Wi-Fi networks
    http://support.apple.com/kb/ts3304
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.h Mt
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Sig nal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    10 Ways to Boost Your Wireless Signal
    http://www.pcmag.com/article2/0,2817,2372811,00.asp
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    Some Wi-Fi losses may stem from a problematic interaction between Wi-Fi and cellular data connections. Numerous users have found that turning off Cellular Data in Settings gets their Wi-Fi working again.
    You may have many apps open which can possibly cause the slowdown and possibly the loss of wifi. In iOS 4-6 double tap your Home button & at the bottom of the screen you will see the icons of all open apps. Close those you are not using by pressing on an icon until all icons wiggle - then tap the minus sign. For iOS 7 users, there’s an easy way to see which apps are open in order to close them. By double-tapping the home button on your iPhone or iPad, the new multitasking feature in iOS 7 shows full page previews of all your open apps. Simply scroll horizontally to see all your apps, and close the apps with a simple flick towards the top of the screen.
    Wi-Fi or Bluetooth settings grayed out or dim
    http://support.apple.com/kb/TS1559
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • IMovie project is "lost" on iMovie project listing.

    iMovie project is "lost" on iMovie project listing.  Can find in in "my files" but can't see it in iMovie or open it using iMovie.  Help!

    See this thread, then follow the trail of links I've provided to numerous topics where others are reporting this problem:
    https://discussions.apple.com/thread/4846004?tstart=0
    Unfortunately, we don't have a solution as yet, other than following baldric007's advice above regarding using a Time Machine backup (if you have one, or another type of backup).
    To summarise for other members here - Projects disappear from iMovie's Project Library, but are still listed in Finder in the Movies/iMovie Projects folder. Double-clicking on the project in Finder opens iMovie, but the project itself doesn't open. Personally, I've also tried to open the project in Final Cut Pro X to no avail (iMovie projects can normally be imported to FCP X). In my case, FCP X quit when I tried to import the project.
    As a safeguard (even if you are running a backup), it is advisable to create a duplicate of your current project before closing iMovie and shutting down. There is no guarantee that the duplicate won't also disappear from the Project Library though. To create a duplicate, while in Project Library view (not Edit view), click on the project in the list, then in iMovie's menu select File > Duplicate Project. A copy will be placed in the Project Library with the same name as the original, but with a number appended. You can change the name if desired.
    To ensure that Apple is advised of this problem by as many as possible, from iMovie's menu select "iMovie > Provide iMovie Feedback" and complete the online form.
    John
    Message was edited by: John Cogdell

  • Re: Project List

    Hi all,
    I had created few Projects in Projects:Delievery > Create Project. But When i try ro see the list of projects in Projects:Delievery > Projects List.. I could not find anything.. pls help
    Thanks
    Dinesh

    This chapter discusses the various security structures used by Oracle Projects: project
    security, responsibility–based security, and organizational security.
    This chapter covers the following topics:
    • Security In Oracle Projects
    Security In Oracle Projects
    Oracle Projects uses an integrated set of security mechanisms to control function and
    data access within Projects applications. These mechanisms are:
    • Responsibility-Based Security, page 13-2
    • Project Security, page 13-3
    • Organization Security, page 13-6
    • API Controls, page 13-9
    Understanding Oracle Projects Security
    Oracle Projects provides several integrated security mechanisms to help you define user
    access to organization, project, and resource information, as well as a variety of Oracle
    Projects functions. These mechanisms are all based on function security, which is the
    foundation of Oracle Applications security.
    Using these integrated security mechanisms, you can define Oracle Projects security
    at the:
    • Responsibility level, across projects.
    • Project level, using project roles.
    • Organization level, using predefined organization authority roles.
    The manner in which you set up your security system depends on how you manage your
    projects and the levels of access you want to provide to your users. When you set up
    your security features, take time first to consider the types of users that you have and the
    levels of data and function access that you think they should have. This study will help
    you determine how you want to set up security for your enterprise.
    Note: In addition to the mechanisms mentioned above, Oracle Projects
    public APIs, the project security extension, and issue and change
    management functionality can all have an effect on how the system
    grants function access to users.
    Security in Oracle Projects 13-1
    Function Security: The Building Block of Oracle Projects Security
    All the security mechanisms of Oracle Projects are built upon function
    security. Responsibility-based security, project security, and organization security all
    determine the sets of functions that are available to users. Function security controls
    which of those functions the users can perform.
    For detailed information about function security in Oracle applications, see Overview of
    Function Security, Oracle Applications System Administrator’s Guide.
    For a list of Oracle Projects functions that can be controlled using function security, see
    Function Security in Oracle Projects, Oracle Projects Implementation Guide: Appendix A
    Menus
    You use menus to assign groups of functions to either responsibilities or roles. A menu
    defines the list of functions that are available to a role or responsibility. Menus can use
    submenus to organize large groups of functions.
    You can only assign one menu to a responsibility or role at a time. The only exception
    to this rule applies when you use role-based security by project status. In this case you
    create separate function menus for each project status and then assign each of these
    menus to an individual role.
    For more information about menu usage in responsibility-based security, see
    Responsibility-Based Security, page 13-2.
    For more information about menu usage in role-based security, see Using Project
    Security, page 13-3.
    For more information about role-based security by project status, see Role-Based Security
    by Project Status, page 13-4.
    I copied the above from the Oracle Projects Fundamentals Guide. Without knowing your security setup in your implementation, it is very hard to give you a good answer to your question. The issue could be in responsibility security, could be in project security, or could be in role-based security. You may be better off on this to contact Oracle Support for help. Support has the advantage of being able to start a web session and see what is on your system, which we cannot do in this forum.
    John Dickey

  • How can I get more than 5 items in my Recent Projects list?

    After a rather horrendous incident with trying to do a series of videos all in one project using bins and shared media and a savefile that got *WAYYY* out of hand (20 minutes to load the file)- which I believe was tied to importing media from another .proj file, I have switched to a more modular approach with anywhere from 2-5 projects in each project and now a collection of around 15-25 projects on the go. Most of these are "work on a chapter, then change to another project while waiting for footage for another project" and several of them share pieces including multicam segments and sync'd audio.
    Rather than importing from another project, I am using Control-C, switch to a different project file, then paste in. This isn't the most "Adobe Professional" style way of doing things, but considering that I lost several hours to trying to recover from the last project, even when I only needed to spend 20 minutes pumping out a rough cut, I'm not going back to that method until my next computer upgrade and until I begrudgingly switch to CC in around 1-1.5 year's time.
    So the issue that I'm faced with is that I'm often using the Open Recent Project flyout and having 5 projects on that list is just not enough to be remotely useful.
    In MS Office, the list is quite long and even in photoshop, I can get 10. That's enough for my Photoshop, but I switch projects using the Recent Projects list in Premiere a LOT more often. I could just use my explorer windows to jump around, but given that I have 5-6 explorer windows open per project most of which are folders crammed with footage, PSD stills and peak files, plus other non-video things I'm working on right now, that's really not the simplest way to navigate at a glance.
    How can I get 10, 20 or 25 items in that flyout list instead of mucking about with 5?
    I run Adobe Production Premium CS6.

    I see a lot of people not reading the circumstances of what I said.
    I did mention that currently I use the "explorer" method and it's kind of clumsy. Although I liked the idea of using shortcuts. I had thought about moving the files, but didn't think about shortcuts... considering everything on my desktop is a shortcut, I'm really not sure why I didn't think of that.
    But I did mention that I almost always have anywhere from 12-15 windows open at any given time in my explorer. I am involved with management of 4 different companies right now, two of which are in startup mode. Videos are important for me, but not my only duty. These windows only go down when I shut down my computer, which happens on average once every 4 months. It is not a problem on a reasonably capable system.
    Still, for a project of currently 23 files (just got increased to 28 and expected to rise to 32-35), and because I have had project files go sour on me, I keep some hierarchy and because I don't have 100% creative control over all my projects, I also occasionally have to do re-overs ie when a specific style of writ is nixed by a boss or customer. Those 23 project files also have version iterations.
    So navigating 'at a glance' through a file explorer isn't always the most practical.
    In the end, I'll probably try to find some time to re-organize my file structure using shortcuts.
    Still, given the number of 'recent files' can be modified or is larger than 5 in: Windows Start Menu, Recent documents, Adobe PDF recent documents, Adobe Photoshop, All Office suite programs...
    It's just weird that there's only 5 for a program intended for the kind of people that work on projects somewhat larger in scope than "hey, we took the dog to the park the other day".
    @Jerry Klaimon - not sure what version of Premiere you're using, I'm using CS6 with Production Premium CS6. Recent files only shows 5. Photoshop shows 9. For my current workload, I'd probably want 10-12 and it would be nice if they could go to 20 or more IMHO. Look at History states. History states default to 20. I usually set this to 35 whenever I set up any user's computer. It's easy to choose what suits me from the preferences menu. I don't see why they wouldn't have the same idea for 'recent files'
    @anyone who thinks I'm stupid - please feel free to insult me. A forum scuffle is often a great way to get the attention of moderators who might be in a position to pass this idea on to someone who could do something about it. I'm also anal, stubborn, holier-than-thou and not-as-smart-as-i-think-i-am if you want some ideas to get started .
    @Steven Gotz - you are quite correct that asking is important. Probably a smarter thing to do before pestering the devs with feature requests is to thoroughly check to see if it is in fact already existing. Adobe products are famous for having features that nobody knows about. Most of the questions I have that Google or Lynda.com didn't answer have been answered here in the forums. Then once I've seen that a few hundred pairs of eyes sharper than mine have also come up with nothing, then perhaps it might be worthwhile sending in a feature request. In this case, I will probably toss a feature request in later, but I'll probably just use your idea of keeping a master project folder with shortcuts.
    @MarkMapes - I do not have a problem loading files. Project files load just fine for me. But I have one project file that has a problem that loads a HUGE amount of RAM and takes nearly 20 minutes to open. It even takes almost 8 minutes to close it. It was acting as my master file with everything nested in sequences and I needed to spend a whole afternoon to pull those sequences out using copy-paste because bringing them in via Import Sequence brought the problem into the new file. I would file that under "glitched save files" rather than "slow loading".
    @Jon-M-Spear - good idea too - although I did cringe a bit at the suggestion of putting things on the desktop. I have bad habits and I work very hard to try to make other people who have worse habits in this company to try to get them to not keep anything on the desktop. In fact, it's probably my favorite thing about Windows 7 that you can have a clear or nearly totally clear desktop.
    Thanks for your comments folks.

  • Installed SQL Reporting Services 2012 on SharePoint 2013 Server. SQL Reporting Service not available In the list of runnning services or new service applications

    Hi I'm trying to setup SQL reporting services in a SharePoint 2013 farm consisting of:
    4 WFE's
    4 App Servers (NLB Central Admin x 4 servers)
    4 App Severs for SSRS (Light limited SharePoint services running)
    I've installed SSRS 2012 SP1 by following the guide (http://msdn.microsoft.com/en-us/library/gg492276.aspx) on one of the SSRS SharePoint 2013 servers and ensuring Reporting Services - SharePoint and Reporting Services Add-in for SharePoint Products is selected.
    All completed without errors and I have even upgraded to SP2 for troubleshooting but no joy.
    I've then gone into SharePoint Central Admin and I cannot see SQL Reporting Service available In the list of runnning services on the server I have just installed SSRS on and going to manage service applications I cannot see in the new dropdown menu SQL
    Reporting Services.
    I have ran the following commands in the SHarePoint management shell:
    Install-SPRSService and Install-SPRSSeviceProxy
    and
    get-spserviceinstance -all |where {$_.TypeName -like "SQL Server Reporting*"} | Start-SPServiceInstance
    The reply was that the service was already online on the server.
    So in powershell all seems ok but it does not appear in central administration.
    I have also moved Central Administration to the SSRS SharePoint server too.
    Any other suggestions? Here is the same problem but in SP2010 (http://social.technet.microsoft.com/Forums/office/en-US/6a21cc05-1f9b-49ad-a9bb-44aa5b3ce312/action?threadDisplayName=after-installing-sql-reporting-services-service-for-sharepoint-2012-service-is-not-in-the-list-of)
    In my lab environment of a 4 server SP2013 farm it worked immediately when i installed it on the app server (CA host) so I dont think it is my install strategy.
    I guess my next attempt is to install SSRS on an app server with central administration hosted.
    Thanks

    I had the same issue on 2 different environments.
    I had 2 application servers. One had Central Administration. I installed SSRS on the other one and it never appeared in the Service Applications in SharePoint.
    When I also provisioned Central Administration on the other application server and went to the service applications using Central Admin on that server, the SSRS service application was there.
    Since then I always install SSRS on the server which hosts Central Admin. No issues then.

  • In manage add-ons, Adobe Flash Player is listed under Not Available, but is listed as enabled.

    When trying to view something that needs flash player, it tells me that I need to have flash player to do this.  So I go to install it, and it tells me it is already installed with my Windows 8.  So, then it tells me to either Enable flash player or to disable Active x filtering.  Active x filtering is not enabled, so I go to Manage add ons, and it shows that Shockwave Flash Object is listed under the heading NOT AVAILABLE, but is listed as being enabled.  I have tried to reinstall flash player, but it won't let me because it is already installed.  Not sure why it is showing up under Not Available, and not under the Adobe heading with my Adobe PDF reader.  Can anyone tell me how to get flash player back from this point???

    Please ask your question on a forum for the Flash Player

  • .obj option status - show in project list?

    In previous versions of CVI, the project list shows whether an object is compiled to .obj, or not. I can't find how to show this in the newest CVI.

    Thanks for the reply.
    I read all that stuff and it flys over my head. I just don't get why somewhere there can't be a list that keeps track and you give me a little red dot in the list. I have a project with about 60+ files, so this is very annoying on something that used to not only not be not annoying, but was usable and useful.
    I guess this is related to the fact that if I have one program in debug, the rest in .obj (of course, I'm not quite sure, since there's no indication) - I change one line of code, tell it to build, and the entire project builds. In the previous version, only that file recompiles. That was nice. If this is the way it has to be, it's a bit of an annoyance when you're building 50 times a day.

  • Mobile Me Galleries in Aperture Project List

    If I create a mobile me gallery in aperture it appears on the project list, near the top under mobile me galleries. That's fine, until I close aperture and then the next time I open it I don't have any mobile me galleries listed. It hasn't always been like this, I first noticed it about a month ago but it might have happened before then. The galleries are still on my .me space, I know that I haven't deleted them. However if I go into Aperture, preferences and go on the mobile me tab I can see all the galleries listed, I then have to click the 'check now', the galleries then reappear in my project list, although sometimes I have error messages during the process. So whilst I can get around the problem, it's not ideal and I'd really like to have all my published galleries in my project list so I can edit them. I'm using Aperture 2.1.2 and OS 10.4.11.
    Has anyone else had a similar problem - any suggestions and help would be much appreciated.
    Many thanks
    Berni

    A gallery can be integrated into your website by linking to it.
    If you want to have the gallery in the main navigation you will have to hide the standard one and build your own. The gallery link in this menu will be an external link and should be set to open in a new window so that viewers don't have to use their back button.
    See....
    http://iwebfaq.org/site/iWebNavigationmenu.html
    ... for building our own.
    You can also link to a Mobile Me gallery by clicking on the widget icon, selecting MobileMe Gallery and selecting the particular one from the list.

  • IMovie crashed now .rcproject file doesn't show in library/project list and won't open.

    URGENT PROJECT DUE TODAY.
    iMovie crashed while I was working on a project, now I can't c the file in iMovie, however I can see it in Finder and moved to the movie folder, but it still doesn't show in my iMovie library or project list and nothing will open it.  It is listed as a .rcproject and I cannot find how to open it.  PLZ PLZ HELP

    Were you working with iMovie 9 or 10 when you had the crash?
    It sounds like you were in iMovie 10 trying to update your iMovie 9 projects into iMovie 10.
    If you were working in iMovie 10, see if you can still see everything with iMovie 9.0.9 (the 2 versions have completely different media file structures).
    If you were in iMovie 9 it sounds as if the .rcproject package may have got corrupted.  You can look inside the package in Finder with the "show package contants" contextual menu but I would not know how to repair it manually. 
    Do you have a backup or are you running time machine?  With a backup you should be able to replace the offending package with a working version.

Maybe you are looking for

  • Can we display custom error message in user decision step screen.

    Hi, My requirement is to display error message when approver selects reject button in user decision step. based on some condition i need to display error message in user decision screen when approver tries to reject . Please help Thanks, Phani

  • Column Bread in the ESS launchpad

    Hi everyone, I am struggling to get my column break to take effect when I add it in my ESS launchpad. I see how it is used in the standard launchpads, but I can't seem to get it working myself. When I insert a column break it will only place itself i

  • How do i uninstall then install firefox again?

    i want to uninstall then reinstall firefox again,the reason for this is i keep on getting firefox not responding and a script on this page may be busy messages. No matter what i do i cannot stop these messages coming upIf i uninstall then reinstall i

  • Bluetooth Connection - Windows 7

    Am trying to connect my 8900 on Windows 7 via bluetooth. Only 3 of the devices connect correctly and I cannot properly associate the phone with the laptop. Thus, Blackberry Desktop does not see the phone. I completed this fine with my sons Blackberry

  • Policy File for WebService

    I try to access a flex web service <mx:WebService id="xxx" wsdl=" http://xxxxxx/sap/bc/srt/rfc/sap/AABBCC?wsdl" showBusyCursor="true"> The system of the Web Service is not the same as "my system" (where the SWF file is obtained from). Therefore I do