Use of check_time at pre_batch_start

Hi
We use Check-time with an Argument of 10Min at pre_Batch_start at an Operation. Now, if time was longer, the start is prohibited, as required.
Now I wonder, what the recommended Setup for SAP ME Looks like:
- is there any way to allow the start by qualified personel, e.g. reset the Limit
- or do we Need to have an Operation in parallel in case, the time was overdone
- or is there an other function?
Kind regards
Yvonne

Hi Yvonne!
- is there any way to allow the start by qualified personel, e.g. reset the Limit
No. I don't know if it works but you can try to re-route the SFC to a different operation and then come back.
- or do we Need to have an Operation in parallel in case, the time was overdone
It could be a solution.
Or you can assign the hook to one resource but having another resource without this hook for the same operation. You can consider using Certifications to limit an access to this operation/resource.
Regards,
Sergiy

Similar Messages

  • Unable to generate proper LDTs using mks toolkit on windows server.

    Hi Experts,
    We have installed EBS12.0.3 on windows XP platforms and to access the unix commands we are using mks toolkit verison 9.2
    But we are not able to generate the correct ldt files for data migration.
    The fndload command used to download ldt for alert is as mentioned below:
    FNDLOAD apps/apps 0 Y DOWNLOAD %ALR_TOP%/patch/115/import/alr.lct FILE_NAME.ldt ALR_ALERTS APPLICATION_SHORT_NAME='PER' Alert_name='XX Alert Name'
    The generated ldt file is:
    # $Header$
    # dbdrv: exec fnd bin FNDLOAD bin &phase=daa+52 checkfile:~PROD:~PATH:~FILE &ui_apps 0 Y UPLOAD @ALR:patch/115/import/alr.lct @~PROD:~PATH/~FILE
    LANGUAGE = "US"
    LDRCONFIG = "alr.lct"
    #Source Database ODEV
    #RELEASE_NAME 12.1.3
    # -- Begin Entity Definitions --
    DEFINE ALR_ALERTS
    KEY APPLICATION_SHORT_NAME VARCHAR2(50)
    KEY ALERT_NAME VARCHAR2(50)
    CTX OWNER VARCHAR2(4000)
    BASE ALERT_CONDITION_TYPE VARCHAR2(1)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE START_DATE_ACTIVE VARCHAR2(25)
    BASE END_DATE_ACTIVE VARCHAR2(25)
    BASE TABLE_APPLICATION_SHORT_NAME VARCHAR2(50)
    BASE DESCRIPTION VARCHAR2(240)
    BASE FREQUENCY_TYPE VARCHAR2(1)
    BASE WEEKLY_CHECK_DAY VARCHAR2(3)
    BASE MONTHLY_CHECK_DAY_NUM VARCHAR2(50)
    BASE DAYS_BETWEEN_CHECKS VARCHAR2(50)
    BASE CHECK_BEGIN_DATE VARCHAR2(25)
    BASE DATE_LAST_CHECKED VARCHAR2(25)
    BASE INSERT_FLAG VARCHAR2(1)
    BASE UPDATE_FLAG VARCHAR2(1)
    BASE DELETE_FLAG VARCHAR2(1)
    BASE MAINTAIN_HISTORY_DAYS VARCHAR2(50)
    BASE CHECK_TIME VARCHAR2(50)
    BASE CHECK_START_TIME VARCHAR2(50)
    BASE CHECK_END_TIME VARCHAR2(50)
    BASE SECONDS_BETWEEN_CHECKS VARCHAR2(50)
    BASE CHECK_ONCE_DAILY_FLAG VARCHAR2(1)
    BASE SQL_STATEMENT_TEXT VARCHAR2(32000)
    BASE ONE_TIME_ONLY_FLAG VARCHAR2(50)
    BASE TABLE_NAME VARCHAR2(31)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    DEFINE ALR_RESPONSE_SETS
    KEY RESP_SET_NAME VARCHAR2(30)
    CTX OWNER VARCHAR2(4000)
    BASE DESCRIPTION VARCHAR2(240)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE END_DATE_ACTIVE VARCHAR2(25)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    DEFINE ALR_RESPONSE_VARIABLES
    KEY RESP_VAR_NAME VARCHAR2(30)
    CTX OWNER VARCHAR2(4000)
    BASE DESCRIPTION VARCHAR2(240)
    BASE TYPE VARCHAR2(1)
    BASE DEFAULT_VALUE VARCHAR2(240)
    BASE DATA_TYPE VARCHAR2(1)
    BASE DETAIL_MAX_LEN VARCHAR2(50)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_RESPONSE_VARIABLES
    DEFINE ALR_RESPONSE_ACTIONS
    KEY RESPONSE_NAME VARCHAR2(240)
    KEY SEQUENCE VARCHAR2(50)
    CTX OWNER VARCHAR2(4000)
    BASE ACTION_NAME VARCHAR2(80)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE END_DATE_ACTIVE VARCHAR2(25)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_RESPONSE_ACTIONS
    DEFINE ALR_VALID_RESPONSES
    KEY RESPONSE_NAME VARCHAR2(240)
    CTX OWNER VARCHAR2(4000)
    BASE TYPE VARCHAR2(1)
    BASE RESPONSE_TEXT VARCHAR2(32000)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_VALID_RESPONSES
    END ALR_RESPONSE_SETS
    DEFINE ALR_ACTION_SETS
    KEY NAME VARCHAR2(50)
    CTX OWNER VARCHAR2(4000)
    BASE END_DATE_ACTIVE VARCHAR2(25)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE RECIPIENTS_VIEW_ONLY_FLAG VARCHAR2(1)
    BASE DESCRIPTION VARCHAR2(240)
    BASE SUPPRESS_FLAG VARCHAR2(1)
    BASE SUPPRESS_DAYS VARCHAR2(50)
    BASE SEQUENCE VARCHAR2(50)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    DEFINE ALR_ACTION_SET_MEMBERS
    CTX OWNER VARCHAR2(4000)
    BASE ACTION_NAME VARCHAR2(80)
    BASE GROUP_NAME VARCHAR2(80)
    BASE GROUP_TYPE VARCHAR2(1)
    BASE SEQUENCE VARCHAR2(50)
    BASE END_DATE_ACTIVE VARCHAR2(25)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE SUMMARY_THRESHOLD VARCHAR2(50)
    BASE ABORT_FLAG VARCHAR2(1)
    BASE ERROR_ACTION_SEQUENCE VARCHAR2(50)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_ACTION_SET_MEMBERS
    DEFINE ALR_ACTION_SET_OUTPUTS
    KEY ACTION_SET_OUTPUT_NAME VARCHAR2(30)
    CTX OWNER VARCHAR2(4000)
    BASE SEQUENCE VARCHAR2(50)
    BASE SUPPRESS_FLAG VARCHAR2(1)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_ACTION_SET_OUTPUTS
    DEFINE ALR_ACTION_SET_INPUTS
    KEY ACTION_SET_INPUT_NAME VARCHAR2(30)
    CTX OWNER VARCHAR2(4000)
    BASE VALUE VARCHAR2(240)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_ACTION_SET_INPUTS
    END ALR_ACTION_SETS
    DEFINE ALR_ACTION_GROUPS
    KEY NAME VARCHAR2(80)
    KEY GROUP_TYPE VARCHAR2(1)
    CTX OWNER VARCHAR2(4000)
    BASE ACTION_GROUP_TYPE VARCHAR2(1)
    BASE END_DATE_ACTIVE VARCHAR2(25)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE DESCRIPTION VARCHAR2(240)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    DEFINE ALR_ACTION_GROUP_MEMBERS
    CTX OWNER VARCHAR2(4000)
    BASE ACTION_NAME VARCHAR2(80)
    BASE END_DATE_ACTIVE VARCHAR2(25)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE ACTION_LEVEL VARCHAR2(50)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_ACTION_GROUP_MEMBERS
    END ALR_ACTION_GROUPS
    DEFINE ALR_ACTIONS
    KEY ACTION_NAME VARCHAR2(80)
    KEY ACTION_END_DATE_ACTIVE VARCHAR2(25)
    CTX OWNER VARCHAR2(4000)
    BASE ACTION_TYPE VARCHAR2(1)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE DESCRIPTION VARCHAR2(240)
    BASE ACTION_LEVEL_TYPE VARCHAR2(1)
    BASE DATE_LAST_EXECUTED VARCHAR2(25)
    BASE FILE_NAME VARCHAR2(240)
    BASE ARGUMENT_STRING VARCHAR2(240)
    BASE PROGRAM_APPLICATION_NAME VARCHAR2(50)
    BASE CONCURRENT_PROGRAM_NAME VARCHAR2(30)
    BASE LIST_APPLICATION_NAME VARCHAR2(50)
    BASE LIST_NAME VARCHAR2(30)
    BASE TO_RECIPIENTS VARCHAR2(240)
    BASE CC_RECIPIENTS VARCHAR2(240)
    BASE BCC_RECIPIENTS VARCHAR2(240)
    BASE PRINT_RECIPIENTS VARCHAR2(240)
    BASE PRINTER VARCHAR2(30)
    BASE SUBJECT VARCHAR2(240)
    BASE REPLY_TO VARCHAR2(240)
    BASE RESPONSE_SET_NAME VARCHAR2(30)
    BASE FOLLOW_UP_AFTER_DAYS VARCHAR2(50)
    BASE COLUMN_WRAP_FLAG VARCHAR2(1)
    BASE MAXIMUM_SUMMARY_MESSAGE_WIDTH VARCHAR2(50)
    BASE BODY VARCHAR2(2000)
    BASE VERSION_NUMBER VARCHAR2(50)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    DEFINE ALR_ACTION_OUTPUTS
    KEY ACTION_OUT_NAME VARCHAR2(30)
    CTX OWNER VARCHAR2(4000)
    BASE CRITICAL_FLAG VARCHAR2(1)
    BASE END_DATE_ACTIVE VARCHAR2(25)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_ACTION_OUTPUTS
    END ALR_ACTIONS
    DEFINE ALR_ALERT_OUTPUTS
    KEY NAME VARCHAR2(30)
    CTX OWNER VARCHAR2(4000)
    BASE SEQUENCE VARCHAR2(50)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE START_DATE_ACTIVE VARCHAR2(25)
    BASE END_DATE_ACTIVE VARCHAR2(25)
    BASE TITLE VARCHAR2(240)
    BASE DETAIL_MAX_LEN VARCHAR2(50)
    BASE SUMMARY_MAX_LEN VARCHAR2(50)
    BASE DEFAULT_SUPPRESS_FLAG VARCHAR2(1)
    BASE FORMAT_MASK VARCHAR2(30)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_ALERT_OUTPUTS
    DEFINE ALR_ALERT_INSTALLATIONS
    KEY ORACLE_USERNAME VARCHAR2(30)
    KEY DATA_GROUP_NAME VARCHAR2(240)
    CTX OWNER VARCHAR2(4000)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_ALERT_INSTALLATIONS
    DEFINE ALR_ALERT_INPUTS
    KEY NAME VARCHAR2(30)
    CTX OWNER VARCHAR2(4000)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE START_DATE_ACTIVE VARCHAR2(25)
    BASE END_DATE_ACTIVE VARCHAR2(25)
    BASE TITLE VARCHAR2(240)
    BASE DATA_TYPE VARCHAR2(1)
    BASE DEFAULT_VALUE VARCHAR2(240)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_ALERT_INPUTS
    END ALR_ALERTS
    # -- End Entity Definitions --
    The same command works fine on linux using putty.
    Are We missing anything or the issue might be because of the windows platform.
    Please help us.
    Thanks & Regards,
    Priyank

    Hi,
    We have compared the LDt with the one generated with UNIX.
    We are completely missing the data definition of the object.
    Also today we tried to download LDT's for concurent program and request group, and request group Ldt is successfully downloaded but for concurrent program again it downloaded only entity definition and then failed to download object's data definition.
    the commands used were:
    Request group:
    FNDLOAD apps/apps 0 Y DOWNLOAD %FND_TOP%/patch/115/import/afcpreqg.lct File_Name.ldt REQUEST_GROUP REQUEST_GROUP_NAME="Global HRMS Reports & Process" APPLICATION_SHORT_NAME="PER" UNIT_NAME='Concurrent Program Short Name'
    Concurrent Program:
    FNDLOAD apps/apps 0 Y DOWNLOAD %FND_TOP%/patch/115/import/afcpprog.lct File_Name.ldt PROGRAM CONCURRENT_PROGRAM_NAME='Concurrent Program Short Name' APPLICATION_SHORT_NAME='PER'
    Thanks.

  • How do I use Edge Web Fonts with Muse?

    How do I use Edge Web Fonts with Muse - is it an update to load, a stand alone, how does it interface with Muse? I've updated to CC but have no info on this.

    Hello,
    Is there a reason why you want to use Edge Web Fonts with Adobe Muse?
    Assuming you wish to improve typography of your web pages, you should know that Muse is fully integrated with Typekit. This allows you to access and apply over 500 web fonts from within Muse. Here's how you do it:
    Select a text component within Muse, and click the Text drop-down.
    Select Add Web Fonts option, to pop-open the Add Web Fonts dialog.
    Browse and apply fonts per your design needs.
    Muse also allows you to create paragraph styles that you can save and apply to chunks of text, a la InDesign. Watch this video for more information: http://tv.adobe.com/watch/muse-feature-tour/using-typekit-with-adobe-muse/
    Also take a look at these help files to see if they help you:
    http://helpx.adobe.com/muse/tutorials/typography-muse-part-1.html
    http://helpx.adobe.com/muse/tutorials/typography-muse-part-2.html
    http://helpx.adobe.com/muse/tutorials/typography-muse-part-3.html
    Hope this helps!
    Regards,
    Suhas Yogin

  • How can multiple family members use one account?

    My children have iphones, ipads, ipods and mac books, my problem is how do you use home sharing with the devices and not get each others data.  My Husband just added his iphone to the account and got all of my daughters contacts.  I understand they could have there own accounts but if i buy music on itunes and both children want the same song, I don't feel i should have to pay for it twice.  Is there away we can have home sharing on the devices and they can pick and choose what they want? and is this icloud going to make it harder to keep their devices seperate?

    My children have iphones, ipads, ipods and mac books, my problem is how do you use home sharing with the devices and not get each others data.  My Husband just added his iphone to the account and got all of my daughters contacts.  I understand they could have there own accounts but if i buy music on itunes and both children want the same song, I don't feel i should have to pay for it twice.  Is there away we can have home sharing on the devices and they can pick and choose what they want? and is this icloud going to make it harder to keep their devices seperate?

  • Iphoto crashing after using mini-dvi to video adapter

    Hi, IPhoto on my Macbook is crashing. I can open it, then as soon as I scroll down it locks up and I have to force quit.
    This started happening right after I used a Mini-DVI to Video Adapter cable to hook my macbook up to my TV. The adapter/s-video connection worked and I was able to see the video on the tv. But iphoto immediately locked up the computer when I went to slide show and now it locks every time I open it.
    Any ideas?
    Thank you:)
    Dorothy

    It means that the issue resides in your existing Library.
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Regards
    TD

  • How do multiple family members use iTunes.? One account or multiple?

    How do multiple family members use iTunes. One account right now but apps gets added to all devices and iTunes messages go to all devices.  Can multiple accounts be setup and still have ability to share purchased items?

    Hey Ajtt!
    I have an article for you that can help inform you about using Apple IDs in a variety of ways:
    Using your Apple ID for Apple services
    http://support.apple.com/kb/ht4895
    Using one Apple ID for iCloud and a different Apple ID for Store Purchases
    You can use different Apple IDs for iCloud and Store purchases and still get all of the benefits of iCloud. Just follow these steps:
    iPhone, iPad, or iPod touch:
    When you first set up your device with iOS 5 or later, enter the Apple ID you want to use with iCloud. If you skipped the setup assistant, sign in to Settings > iCloud and enter the Apple ID you’d like to use with iCloud.
    In Settings > iTunes and App Stores, sign in with the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match). You may need to sign out first to change the Apple ID.
    Mac:
    Enter the Apple ID you want to use for iCloud in Apple () menu > System Preferences > iCloud.
    Enter the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match) in Store > Sign In. In iTunes 11, you can also click iTunes Store > Quick Links: Account.
    PC (Windows 8):
    Enter the Apple ID you want to use for iCloud in the Control Panel. To access the iCloud Control Panel, move the pointer to the upper-right corner of the screen to show the Charms bar, click the Search charm, and then click the iCloud Control Panel on the left.
    Enter the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match) in iTunes. In iTunes 10, select Store > Sign In. In iTunes 11, click iTunes Store > Quick Links: Account.
    PC (Windows 7 and Vista):
    Enter the Apple ID you want to use for iCloud in Control Panel > Network and Internet > iCloud.
    Enter the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match) in iTunes 10 in Store > Sign In. In iTunes 11, click iTunes Store > Quick Links: Account.
    Note: Once a device or computer is associated with your Apple ID for your iTunes Store account, you cannot associate that device or computer with another Apple ID for 90 days. Learn more about associating a device or computer to your Apple ID.
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • Using SQVI to generate report of open and released delivery schedule lines

    All,
    I'm using SQVI  to generate an excel spreadsheet for some buyers to show open released schedule lines because they are a 1 line item per scheduling agreement company.
    I used the logical database MEPOLDB instead of a table joint and pulled fields from EKKO(vendor, SA #,&purchasing group), EKPO(Material Number), EKEH(schedule line type), and EKET(delivery date, scheduled qty,previous qty).
    Does this sound like I'll get the results I want on paper as long as I use the right selection criteria, because the report I'm getting isn't quite what I expect? I am unable to identify which lines are authorized to ship vs. trade-off zone, planning, etc. in the report thus far.

    Hi Mark,
                 I have faced same requirement. I am not sure about transporting to TST and PROD. I done by this way.
    After generating SQVI program in DEV , I assigned that program  to a transaction and tested in DEV. Later i have regenarated SQVI in Production. then I assigned the generated Program to same transaction in DEV. And transported the Tcode assignment of program to Production..
    About authorization , if its not sensitive report, BASIS can restrict at transaction level.
    Regards,
    Ravi.

  • Using Mini DVI to VGA adapter on MacBook

    I bought the adapter from Apple & hooked up my LCD monitor to the MacBook, but the video I get on the monitor is different that on my laptop. It has an old screen background & the dock but nothing on my desktop shows up. Also, when I'm plugged to the monitor, my dock disappears on the laptop screen. Is there some setting I need to change? It worked fine with my G4 PowerBook.
    Thanks for any help....
    MacBook   Mac OS X (10.4.6)  

    i use the mini dvi-vga adapter in my classroom almost everyday. It sounds like your new monitor is running as a side by side monitor to your display instead of a "replacement" display.
    To get your projector/monitor to basically show whatever is on your macbook screen once you've hooked up press F7....this should make your projector/monitory become your display with your dock & all of your desktop stuff. Your new monitor will completely mirror your display.
    THis should do what you're looking for.

  • Using mini-DVI to VGA adapter to Samsung display

    I have 2009 late model of mac mini, The text on display looks washed out, not clear or sharp at all from day one, I thought it was the old model of monitor, tried the same cable to another monitor on another computer, SAME. so I thought the problem could be the cable or adapter.
    It's hard for me to believe is the signal from computer. I'm using VGA adapter made by Dynex bought from Best Buy.
    Anybody has suggestions?? Thanks

    Yeah, My old Samsung is lcd synmaster 17", bought many years ago at around $1000. Crazy, crazy price looked back. It's fine when I used it on the retired old Dell. It must be the adapter, trying not to buy another VGA adapter, could not image my next lcd will use one, anyway.
    This cable has only 14 pins vs 15 pins on the other cable, not sure if it matters?? Or if Safari has anything to do with it??
    Thank for you reply...

  • Using S-Video w/ the Mini DVI to Video Adapter

    I just purchased a MacBook last week and I also purchased a Mini DVI to Video adapter for it so I can use the built-in DVD player to watch movies on my TV. I have a composite to composite cable and that worked fine when I connected the cable between the Mini DVI to Video Adapter and my TV. However, when I tried to use a S-Video cable and connected that between the Mini DVI to Video Adapter and my TV; then I got no picture at all. All I saw on the TV was a picture of the MAC desktop w/o the dock and the movie or nothing else played at all.
    Is the composite connection a better connection for the MAC, or, are there some settings I need to work with on the MAC to get the S-Video connection to work?

    I managed to figure this one out, by fluke. The MacBook has to be powered on and ready for user input prior to connecting the mini DVI to video adapter with the s video already connected to it, and to the TV. Once I did it this way, it worked fine. I just thought I'd share this.

  • Using a mini-DVI to video adapter

    I have connected the video adapter and everything works fine. I use the internet for my video source and I was just wondering, is it possible to have video playing fullscreen on the tv and have another window open on my desktop that I can work with without disrupting the video from the browser? Every time I watch something I am unable to work on my computer while the video is playing.

    As far as I know, you can't go full screen on one monitor without it interfering with the other. I believe this would require a second video card, which isn't possible for a MacBook.
    ~Lyssa

  • Display problems using mini-dvi to video adapter

    I recently purchased the mini-dvi to video adapter for my powerbook to use my TV as a monitor and to play pictures and videos from the laptop to the TV. I am getting a full color display on the TV, but it's only the screen saver. None of my files, text, or any other desktop folders or menus appear when I open them up on the laptop. The only screen that opens is the display preferences when I open that up, but it's a different set of preferences than what's in my computer's display preferences, as it's header is "NTSC/PAL". But other than that 1 menu, nothing is appearing but the screen saver.

    OK, I discovered that I didn't know what I was doing. With the Mini-DVI to video adapter, you need to use an S-Video cable that plugs into an S-video jack on the TV, and then you need a separate cable to plug into the audio out jack on the MacBook to plug into the TV.
    I think you could also use an S-video to RCA component cable if you have a TV with component video input, but I couldn't get that to work so I went to the s-video to s-video cable.

  • Resolution using Mini-DVI to Video Adapter

    I have a Mini-DVI to Video Adapter that I connect to a television set. When I connect it my resolution drops from 1280x800 on my MacBook to 1024x768 on the television. On the MacBook tech specs screen it says: "Simultaneously supports full native resolution on the built-in display and up to 1920 by 1200 pixels on an external display, both at millions of colours".
    Is it just something that I'll have to live with when switching to the television, or is there any way that I can increase this resolution?

    You can make the TV the main monitor by dragging the menu bar to it in the "Arrangement" pane of "Displays" System Preference, or if you connect the power adapter and an external mouse and keyboard, just close the lid. It will sleep, but will wake when you use the mouse or keyboard.

  • IPhoto slideshow using mini-dvi to video adapter

    When using the mini-dvi to video adapter to connect to my widescreen tv (via composite), to show iPhoto slideshows, the transistions between slides dont apear and there are no ken burns effects. The slideshow runs fine on my MacBook display (ie when not conected to the tv), and the is no other distortion or flickering (as reported in other threads), this seems odd to me or is it just a limitation of analogue output.
    2Ghz MacBook, White   Mac OS X (10.4.7)  

    It means that the issue resides in your existing Library.
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Regards
    TD

  • How do I find, at-a-glance, the sample size used in several music files?

    How do I find, at-a-glance, the sample size used in several music files?
    Of all the fields available in a FInder Search, "Sample Size" is not available. Finder does offer a "Bits per Sample" field, but it only recognized graphic files and not music files.
    Running 10.8.5 on an iMac i5.
    I did search through a couple of communities but came up empty.
    Thank you,
    Craig

    C-squared,
    There is no View Option to allow display of a column of sample size. 
    For WAV or Apple Lossless files, it is available on the Summary tab (one song at a time, as you know).  For MP3 and AAC it is not available at all.
    You can roughly infer it from the files that are larger than expected for their time.
    99% of the music we use is at the CD standard of 16-bit, so I can guess that displaying it has never been a priority.  However, if you want to make a suggestion to Apple, use this link:
    http://www.apple.com/feedback/itunesapp.html

Maybe you are looking for

  • How to look at old text messages

    I have a prepaid phone and I was wondering if I could look online at the text messages i received and sent about a month ago. Also too is the number there that i sent and revived too.

  • How does Receiver Determination Step in BPM work?

    Hi, I'm still in trouble with the Receiver determination step in the BPM... Normally, when you use the send step, it sends the message in the flow context. Am I right, when I suppose, that when you put the receiver determination step before this send

  • Unable to See Planning App in EAS

    Planning 11.1.1.3 New application created today. Native user in local Shared Services. Provisioned with all access to Planning. Created dimensions, created first form. Cannot see users to give access to form. New BR cannot see new Outline. Admin cann

  • Why does my latest generation ipod nano spontaneously change songs

    Why does my latest generation ipod nano spontaneously change songs and what can I do to control or prevent it?

  • How to export more than 64000 record from SqlDeveloper to Excell

    Hi , my query retrive about 90,000 records and i should export those recodrs to Excell file , but when export finish i just found about 65,000 recodrs in Excell file , is there any way to export more than 65K to Excell file , or split the query resul