Tab IT View missing in PM01 for 6.0 EHP4

Hi everybody,
I have a system 6.0 EHP4. II need to add a custom view to an infotype.
It should be done in PM01, but I do not see the tab IT View. Furthermore, the path Go TO -- Other functions -- Infotype view is deactivated.
What should I do in order to be able to use the tab IT View?
I read the notes: 1402854, 1421733, 1446822, 1486716,1433726 but none gave the solution to my problem
Thank you,
Adriana

Now i understood.
What you want is feasable but not like you are trying. First, you want to keep both infotypes, right ? So when maintaining fields of IT 0007 and 9007 it will always be kept in those different infotypes. Well, this is possible, but a little bit complex. You can see infotype 0081 (military service) which is basically a connection between infotype 81 and the absences in 2001.
I already did this with a customer infotype (for accidents in the workplace) linking the accident to the absences in 2001 as well and it wasn't easy to do. Another way you could do this is creating a Module Pool yourself with fields from both infotypes, maybe with a view generated in SE11 and update the infotypes with FM like HR_INFOTYPE_OPERATION.
Anyway, there is no real way to link two infotypes using sap straightforward technique other than a lot of coding from your abapers, sorry to say this

Similar Messages

  • Is it possible to view your current history for a single tab in safari lion

    Is it possible to view your current history for a single tab in safari lion?

    Not once the tab has been closed. If it hasn't, clicking and holding the Back button will display the titles of recently visited sites in that tab.
    (68280)

  • Mail 6.6 missing plug-in for PDF view, can't save to RTFD file

    Hi,
    I see there are some similar queries about this, but no definitive answer. I can't seem to save to RTFD file format, and my sent mail indicates a missing plug-in for where the PDF attachment should be.
    I did mess around with the Mail Library a bit to transfer across my mail database from an older machine. Something which did not go smoothly at all.
    Is there a way I can fix this?
    Thanks.

    Try the steps form HERE.
    Job Done. 
    ALSO to try.
    Update Software
    Update Java
    IF All else fails backup Mac. and Re-install.

  • Using a View as the DataSource for a Matrix

    Does anyone know if it is possible to use a view as the datasource for a matrix?  For example, I have created a view named 'VW1' with 4 columns (1 being ItemCode).  Here is the code that tries to set this view as the datasource for a matrix:
    tableName = "VW1";
    dbDataSource = sboForm.DataSources.DBDataSources.Add(tableName);
    // Add the bind columns
    column = columns.Add(COL_VALUE_UID, SAPbouiCOM.BoFormItemTypes.it_EDIT);
    column.DataBind.SetBound(true, tableName, "ItemCode");     
    This last line of this code hangs but if I put a try around it, the GetLastError does not return anything.  Is it because views cannot be used as datasources or is there something else I am missing?

    Hi David,
    You can use a view as a matrix datasource if you use UserDataSources instead of DBDataSources.
    UserDataSource DSSubJobID = form.DataSources.UserDataSources.Add("SubJobID", SAPbouiCOM.BoDataType.dt_LONG_NUMBER, 12);
    Col = GridMain.Columns.Item(ColSubJobID);
    Col.DataBind.SetBound(true, "", DSSubJobID.UID);
    You then need to manually set the value of the UserDataSource e.g:
    Reader = Command.ExecuteReader(CommandBehavior.SequentialAccess);
    GridMain.Clear();
    int RowNo = 1;
    while (Reader.Read())
       DSSubJobID.Value = SubJobID.ToString();
       //set other user datasources here
       //add a row the matrix
       GridMain.AddRow(1, -1);
    Regards, Lita

  • Missing substitution value for variable [dispatcher.host]

    Hello,
    I'm getting the error message "com.sap.engine.deploy.manager.MissingSubstitutionException: Missing substitution value for variable [dispatcher.host]." if I'm trying to deploy an SCA file via SDM (remotegui.bat).
    It seems that the problem is a missing variable setting. But I couldn't find any hints at the available SAP web sources which values needs to be set.
    It would be really great if somebody could give me a hint which steps I need to do to solve this issue.
    Many thanks in advance,
    Steffen Zimmermann
    Here is the whole GUI log :
    ==========================================================================
    08/11/26 21:31:15 -  ***********************************************************
    08/11/26 21:31:35 -  Start updating EAR file...
    08/11/26 21:31:35 -  start-up mode is lazy
    08/11/26 21:32:45 -  com.sap.engine.deploy.manager.MissingSubstitutionException: Missing substitution value for variable [dispatcher.host].
                              at com.sap.engine.deploy.manager.DeployManagerImpl.makeTempEar(DeployManagerImpl.java:3747)
                              at com.sap.engine.deploy.manager.DeployManagerImpl.makeNewEar1(DeployManagerImpl.java:3715)
                              at com.sap.engine.deploy.manager.DeployManagerImpl.deployUpdateAction(DeployManagerImpl.java:529)
                              at com.sap.engine.deploy.manager.DeployManagerImpl.deploy(DeployManagerImpl.java:513)
                              at com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performDeployment(EngineApplOnlineDeployerImpl.java:186)
                              at com.sap.sdm.serverext.servertype.inqmy.extern.EngineDeployerImpl.deploy(EngineDeployerImpl.java:96)
                              at com.sap.sdm.serverext.servertype.inqmy.EngineProcessor.executeAction(EngineProcessor.java:224)
                              at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)
                              at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)
                              at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:48)
                              at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)
                              at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)
                              at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)
                              at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)
                              at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
                              at com.sap.sdm.app.view.controllers.DeployEventProcessor.processEvent(DeployEventProcessor.java:11)
                              at com.sap.sdm.client_server.deployserver.DeployCmdProcessor.processEvent(DeployCmdProcessor.java:264)
                              at com.sap.sdm.client_server.deployserver.DeployCmdProcessor.process(DeployCmdProcessor.java:108)
                              at com.sap.sdm.gui.server.GuiAdminRoleCmdProcessor.process(GuiAdminRoleCmdProcessor.java:72)
                              at com.sap.sdm.is.cs.session.server.SessionCmdProcessor.process(SessionCmdProcessor.java:67)
                              at com.sap.sdm.is.cs.cmd.server.CmdServer.execCommand(CmdServer.java:76)
                              at com.sap.sdm.client_server.launch.ServerLauncher$ConnectionHandlerImpl.handle(ServerLauncher.java:286)
                              at com.sap.sdm.is.cs.ncserver.NetCommServer.serve(NetCommServer.java:43)
                              at com.sap.sdm.is.cs.ncwrapper.impl.ServiceWrapper.serve(ServiceWrapper.java:39)
                              at com.sap.bc.cts.tp.net.Worker.run(Worker.java:50)
                              at java.lang.Thread.run(Thread.java:534)
    08/11/26 21:32:45 -  ***********************************************************
    Nov 26, 2008 9:32:45 PM  Info: End of log messages of the target system.
    Nov 26, 2008 9:32:45 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Nov 26, 2008 9:32:45 PM  Error: Aborted: development component 'Cognos8BI'/'cognos.com'/'Cog8BIFactory'/'1'/'1', grouped by software component 'Cognos8BI'/'cognos.com'/'Cog8BIFactory'/'1000.8.4.1.0.20081125093532''/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy API:
    com.sap.engine.deploy.manager.MissingSubstitutionException: Missing substitution value for variable [dispatcher.host].
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).DMEXC)
    Nov 26, 2008 9:32:45 PM  Info: Starting to save the repository
    Nov 26, 2008 9:32:49 PM  Info: Finished saving the repository
    Nov 26, 2008 9:32:51 PM  Info: Starting: Initial deployment: Selected software component 'Cognos8BI'/'cognos.com'/'Cog8BIFactory'/'1000.8.4.1.0.20081125093532''/'0' will be deployed.
    Nov 26, 2008 9:32:51 PM  Error: Aborted: software component 'Cognos8BI'/'cognos.com'/'Cog8BIFactory'/'1000.8.4.1.0.20081125093532''/'0':
    Failed deployment of SDAs:
    development component 'Cognos8BI'/'cognos.com'/'Cog8BIFactory'/'1'/'1' : aborted
    Please, look at error logs above for more information!
    Nov 26, 2008 9:32:51 PM  Info: Starting to save the repository
    Nov 26, 2008 9:32:52 PM  Info: Finished saving the repository
    Nov 26, 2008 9:32:53 PM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.

    Thank you.
    Yes, it was a really not a default variable.
    Replacement of the variables directly at the archive with the correct value did solve the issue.

  • Whenever I have a pdf document open, and then switch to another tab to view another webpage, the scrolling function on the touchpad will not work. This seems to be a glitch with Mozilla, according to Dell. How do I fix this?

    When I open a pdf document (like an E-version of a newspaper) in Mozilla and then switch to another tab to view another webpage, I am unable to use the scrolling function on the touchpad. I have to use the up and down arrows to get other pages to scroll. When I close that pdf document, everything works fine. I talked with customer support with Dell, and he said it was probably a glitch with Mozilla. So I tried to do the same thing on IE, and there was no problem scrolling with the touchpad while a pdf document was open on another tab. I would like to get a fix for this so I don't have to keep closing open pdf documents in order to scroll with the touchpad while on other tabs. Thank you

    Hi elliezzz,
    If you are having issues with your iPhone not being recognized by iTunes, you may find the following article helpful:
    iOS: Device not recognized in iTunes for Mac OS X
    http://support.apple.com/kb/ts1591
    Regards,
    - Brenden

  • Reg : To view process chain flow for a cube

    HI Experts,
    I need to view process chain flow for a particular cube of sales distribution.Can you please tell me stps to perform .

    Hi,
    If the cube is already loaded then you can just to the infopackages which are loading it and in the infopackages you have option in the "schedule" tab to see which process chain it is loading.
    if not then you will have to identify which data source is loading to the cube and check for the infopackge.
    and I think the DTP will be in the same chain  as well.
    For DTP it is alreday mentioned by the others.
    Thanks
    Ajeet

  • PSE8 Organize Folder View Missing Files

    I have some JPG files in my catalog and hard drive that don't show up in the Organizer when I'm viewing by Folder Location and have the folder where they are located selected in the folder tree. If I change Preferences to view all files grouped by folder then the JPG files show up under the correct folder. If I switch to thumbnail view and then search for the files by their name they are found and the path indicated by their properties is correct. I tried to re-add the JPG files to the catalog but it knows they already are there so they weren't added.
    The last thing to try would be to delete them from the catalog and add them in again. I thought I'd raise the question first in case there is some other process to use. I'm not sure how many other JPG files have this same issue since I just stumbled on this in the first place.
    Thanks,  -phil

    Folder Location view in PSE 6, 7, and 8 is buggy and often shows the wrong contents of folders:
    http://www.johnrellis.com/psedbtool/photoshop-elements-faq.htm#_Folder_Location_view
    Deleting and reimporting the "missing" photos won't help.   Adobe doesn't care enough about this bug to fix it.

  • When accessing Trademe through Firefox I can't view photos of items for sale

    I can view photos of things for sale on Trademe through Internet Explorer, but can only read information through Firefox and cannot see any of the photos of things for sale

    Is it possible there is a search set in the Browser for the project with missing images? When I set 1 project to view only 5 starts, all my images will not appear as expected in the Browser since I have not ratings, but selecting the Folder level will display all of them. Check that.

  • WCCP missing assignment alarm for service id

    Hello
    our central manager frequently reports for one WAE
    WCCP missing assignment alarm for service id: 62.
    WCCP missing assignment alarm for service id: 61.
    But the WAE seems to run nornal and we can't find eny problem and event on the WAE (7341 device). By screening the CCO documentaion we also couldn't find any explanation for this error log.
    We have an installation with app. 30 WAEs/WAVEs in with software release 4.2.3. 
    Could you please provide us some hints for troubleshooting.
    Many thanks in advance!

    Hello
    I have the same issue and I noticed when we install a new location with two waves and wccp, it has for some reason an impact on exicting waves running in wccp mode:
    the alarm ''WCCP missing assignment alarm for service id: 61 or 62'' riased on locations that were already in production.
    new location : 192.168.X.21 is one of  the new wave, 192.168.X.219 is the 2nd wave.A.B.C.D is the router loopback ip address
    A.B.C.D
    Existing waves (on different locations) already running in WCCP are : 192.168.Y.64.
    Router (192.168.M.52) for another location where waves : 192.168.M.50 & 192.168.M.52 are already in service: Loopback ip is E.F.G.H
    any idea why configuring wccp in one location has an impact on other locations
    thnak you in advance
    2011 Dec 14 08:55:41 N064WAP1009 wccp: %WAAS-WCCP-5-500008: A new view from the router 192.168.M.52 with the given change number: 12. Service 61.2011 Dec 14 08:55:41 N064WAP1009 wccp: %WAAS-WCCP-5-500012: New router notified. Rtr_Id A.B.C.D for service 61.2011 Dec 14 08:55:41 N064WAP1009 wccp: %WAAS-WCCP-5-500014: New device notified 192.168.X.219 for service 61.2011 Dec 14 08:55:41 N064WAP1009 wccp: %WAAS-WCCP-5-500026: New entry being created for 192.168.X.219 is seen by router A.B.C.E for service 61.2011 Dec 14 08:55:41 N064WAP1009 wccp: %WAAS-WCCP-5-500008: A new view from the router 192.168.M.52 with the given change number: 12. Service 62.2011 Dec 14 08:55:41 N064WAP1009 wccp: %WAAS-WCCP-5-500012: New router notified. Rtr_Id A.B.C.D for service 62.2011 Dec 14 08:55:41 N064WAP1009 wccp: %WAAS-WCCP-5-500014: New device notified 192.168.X.219 for service 62.2011 Dec 14 08:55:41 N064WAP1009 wccp: %WAAS-WCCP-5-500026: New entry being created for 192.168.X.219 is seen by router A.B.C.E for service 62.2011 Dec 14 08:55:54 N064WAP1009 wccp: %WAAS-WCCP-5-500008: A new view from the router 192.168.M.52 with the given change number: 13. Service 61.2011 Dec 14 08:55:54 N064WAP1009 wccp: %WAAS-WCCP-5-500014: New device notified 192.168.X.21 for service 61.2011 Dec 14 08:55:54 N064WAP1009 wccp: %WAAS-WCCP-5-500026: New entry being created for 192.168.X.21 is seen by router A.B.C.E for service 61.2011 Dec 14 08:55:54 N064WAP1009 wccp: %WAAS-WCCP-5-500008: A new view from the router 192.168.M.52 with the given change number: 13. Service 62.2011 Dec 14 08:55:54 N064WAP1009 wccp: %WAAS-WCCP-5-500014: New device notified 192.168.X.21 for service 62.2011 Dec 14 08:55:54 N064WAP1009 wccp: %WAAS-WCCP-5-500026: New entry being created for 192.168.X.21 is seen by router A.B.C.E for service 62.2011 Dec 14 08:56:09 N064WAP1009 wccp: %WAAS-WCCP-4-500016: No assignment sent: 192.168.Y.64 is not seen by all routers for service 612011 Dec 14 08:56:09 N064WAP1009 wccp: %WAAS-WCCP-4-500016: No assignment sent: 192.168.Y.64 is not seen by all routers for service 622011 Dec 14 08:58:55 N064WAP1009 wccp: %WAAS-WCCP-3-500078: Raising WCCP missing assignment alarm: WCCP missing assignment alarm for service id: 61.2011 Dec 14 08:58:55 N064WAP1009 wccp: %WAAS-WCCP-3-500078: Raising WCCP missing assignment alarm: WCCP missing assignment alarm for service id: 62.2011 Dec 14 08:59:03 N064WAP1009 wccp: %WAAS-WCCP-5-500008: A new view from the router 192.168.M.52 with the given change number: 14. Service 61.2011 Dec 14 08:59:03 N064WAP1009 wccp: %WAAS-WCCP-5-500008: A new view from the router 192.168.M.52 with the given change number: 14. Service 62.2011 Dec 14 08:59:19 N064WAP1009 wccp: %WAAS-WCCP-4-500016: No assignment sent: 192.168.Y.64 is not seen by all routers for service 612011 Dec 14 08:59:19 N064WAP1009 wccp: %WAAS-WCCP-4-500016: No assignment sent: 192.168.Y.64 is not seen by all routers for service 622011 Dec 14 08:59:31 N064WAP1009 wccp: %WAAS-WCCP-5-500028: Removing web cache 192.168.X.21 due to timeout for service 61.2011 Dec 14 08:59:31 N064WAP1009 wccp: %WAAS-WCCP-5-500028: Removing web cache 192.168.X.21 due to timeout for service 62.2011 Dec 14 09:01:53 N064WAP1009 wccp: %WAAS-WCCP-5-500008: A new view from the router 192.168.M.52 with the given change number: 15. Service 61.2011 Dec 14 09:01:53 N064WAP1009 wccp: %WAAS-WCCP-5-500014: New device notified 192.168.X.21 for service 61.2011 Dec 14 09:01:53 N064WAP1009 wccp: %WAAS-WCCP-5-500026: New entry being created for 192.168.X.21 is seen by router E.F.G.H for service 61.2011 Dec 14 09:01:53 N064WAP1009 wccp: %WAAS-WCCP-5-500008: A new view from the router 192.168.M.52 with the given change number: 15. Service 62.2011 Dec 14 09:01:53 N064WAP1009 wccp: %WAAS-WCCP-5-500014: New device notified 192.168.X.21 for service 62.2011 Dec 14 09:01:53 N064WAP1009 wccp: %WAAS-WCCP-5-500026: New entry being created for 192.168.X.21 is seen by router E.F.G.H for service 62.2011 Dec 14 09:02:09 N064WAP1009 wccp: %WAAS-WCCP-4-500016: No assignment sent: 192.168.Y.64 is not seen by all routers for service 612011 Dec 14 09:02:09 N064WAP1009 wccp: %WAAS-WCCP-4-500016: No assignment sent: 192.168.Y.64 is not seen by all routers for service 62

  • HELP , safari tab X icon missing ?

    First time on support communities but need help , the X which closes the open tab is now missing , any ideas how to fix .
    thanks .

    Quit and relaunch Safari. If there's no change, please see below.
    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, or by corruption of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and Wi-Fi on certain models.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • While opening SharePoint List in Datasheet view it is asking for credentials always

    Hi All..
    While i am opening a SharePoint List in datasheet view it is asking for credentials again and again.....please help if you have any information..
    Thanks

    Hi Aditya,
        In Internet Explorer, go to 'Tools'
        Click on 'Internet Options'
        Open 'Security' tab, then click on "Trusted Sites" Zone   
        Add SharePoint Site's URL to the Trusted Sites zone. (Make sure you are adding FQDN of the site. E.g. Add: http://SharePoint.Crescent.com rather "*.Crescent.com" 
    Hope it helps :)
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever you see a reply being an answer to the question of the thread, click "Mark As Answer

  • Multi-tab operation: viewing PDF causes loss of keyboard shortcut Ctrl+Tab

    When operating with tabs and one tab is viewing a PDF file, trying to toggle to another tab with the Ctrl+Tab shortcut works going TO the PDF tabbed page, but not AWAY from the PDF tabbed page. I must use the pointer device to actually select a non-PDF tabbed page.

    Known problem in Firefox where a Plugin "grabs focus" when the Plugin is using a Tab. More noticeable with Flash than with the Adobe PDF Plugin.
    The developers are working on fixing that issue in the Firefox 4.0 betas, so that problem might be fixed when Firefox 4.0 is released next month.
    For the time being, you are going to have to restore "focus" by clicking somewhere in the browser window.

  • No option to remove friends/social tab on "view" menu.

    Hello I´ve seen topics on this community pointing to an option inside the  "view" menu to disable the friends/social tab . I´m on spotify for windows, version 1.0.6.80.g2a801a53 and the option mentioned does not exist:  How do I disable the friends/social tab? Thanks in advance!

    I would love to know as well. Its not something I ever use and it justs waste space for me.

  • OBIEE Plug-in for AWM error: Missing spread attribute for dimension\

    Hi,
    While trying to export a cube to OBIEE administrator using the AWM plugin for OBIEE we get the following error for a lot of dimensions.
    AWM version is 11.1.0.7.0B on a 11.1.0.7 DB
    ERROR: Missing spread attribute for dimension DAY_FLG at level ALL_FLAGS
    ERROR: Missing spread attribute for dimension DAY_FLG at level FLAG
    ERROR: Validation problems found for dimension DAY_FLG
    Dimension DAY_FLG will not have UDML generated
    As suggested in other forums I have created a long_desc attribute and selected the "created level attribute in views" option for all the dimensions in the cube, still the error persists.
    Please help.
    Regards,
    Abhishek
    Edited by: 866977 on Jun 20, 2011 3:30 AM

    Thanks for you response David. But I'm afraid this does not solve the problem. I did it to all the dimensions and the error on day_flg persists. I noticed that an error on one of the other dimensions thougfh has changed. Detailed error below:
    ERROR: Missing spread attribute for dimension DAY_FLG at level ALL_FLAGS
    To Fix error: In AWM on the attribute panel for the long description attribute of each applicable dimension -
    select the check box 'Create level attribute columns in views'
    ERROR: Missing spread attribute for dimension DAY_FLG at level FLAG
    ERROR: Validation problems found for dimension DAY_FLG
    Dimension DAY_FLG will not have UDML generated
    ERROR: Missing spread attribute for dimension HOUR at level ALL_HRS
    ERROR: Spread Attribute HR_LONG_DESC found but is not visible for level HR
    The dimension HOUR will be marked invalid and no UDML will be generated for this dimension or any cube dimensioned by this dimension.
    ERROR: Validation problems found for dimension HOUR
    Please help

Maybe you are looking for

  • Two hard drives, two operating systems, one MacBook Pro

    Dear community,      I have a MacBook Pro (mid-2010) with Mac OS Lion. I plan on having this computer all through the rest of college (another two and a half years, hopefully) so I want to upgrade it just a bit. What I would like to do is take out my

  • How to permanently connect to a minimal without being on the same network?

    I'm trying to connect my mini-mac to my mac book pro permanently so that they will appear in each other's finders even when they are not on the same network. I've done it before but I can't remember how I did it. Help?

  • Error in send step in BPM

    Hello, I ehanced an existing BPM where a send step sends data to a J2EE system. I inserted a switch and put the existing send step to one branche and a new send step to the otherweise-branche. The new send step interrupt with an error: <b>No exceptio

  • I need MainStage to NOT respond to buttons on my kybd controller.

    I have a Roland A-37 with lots of parameter buttons. Sometimes a button gets accidentally pushed, and it either changes my patch or maxes out my volume on the channel strips. It's a whole lot of trouble to disable every button on my controller, and I

  • Properly binding an object to a custom component.

    I am apparently not doing this. What am I missing to properly bind an object from a repeater looping over an array of object to the custom component called in the repeater? <mx:Repeater id="dayCells" dataProvider="{days}" startingIndex="{weekRows.cur