Issue with 'AftValidate' script

Hi,
We have written 'AftValidate' event script which triggers a mail with Pass status when Validate status is '11' and Fail status when code is '12'
When we have source members which do not hv target member defined (unmapped member), code is set to 12 and we get mail with fail status,
But, the issue is when we have invalid intersection report, code is set to 11, and mail is triggerred with Pass status.
Is there any way, we can hv failure mail getting triggered if we have invalid intersection.
Quick help on this is appreciated.Thanks in advance

Hi,
the intersection validation report is executed after the AftValidate step is executed. If there are intersection validation errors you will get Validate status as SUCCESS as there were no unmapped items.
You cannot capture intersection validation errors from AftValidate as the report is executed after that Event script is executed.
I guess you will have to adjust the CHECKINTERSECTIONS Acton script in order to send email if there is any error.
Hope that helps

Similar Messages

  • Alignmnet Issues with SAP Script

    Hi All i have an issue with SAP script i have few columns in the script where in the values in the column changes dynamically.For example the value of second column in the first row can be 5 characters and the value of the same in the 2nd row can be of 10 characters and it keeps varying for every row but the max length of it would be 20 characters.
    Now the issues is with the second column as the text in this column keep varying the text in the same row after the second column keep moving either towards right or towards left depending on the text in the second column,Can any one help me as how  can i fix this issue.
    Looking for your valuable inputs.
    Regards
    Hari Krishna.

    Hari,
    http://help.sap.com/saphelp_47x200/helpdata/en/d1/802d91454211d189710000e8322d00/frameset.htm
    Even though it is not the solution,I guess this link will be helpful.
    K.Kiran.

  • Intermittent issues with Matlab Script in LV2012

    I'm having some intermittent issues with the Matlab Script in LV2012.  I'm running Windows 7 64 bit, and my Matlab is 2013 64-bit.  I've tried the suggestion here:
    http://digital.ni.com/public.nsf/allkb/8BEBC0C86541224286257AF300561B5E
    I tried this but it didn't work for me. 
    I've also looked at this:
    http://digital.ni.com/public.nsf/allkb/2B3FF46C8512C4F786256CF30071BE53?OpenDocument
    In one of my .vi's if I change 2 of the 3 input variables to the complex type, it works.  It seems to be insensitive to the data type of the first input variable.  In another .vi this trick doesn't work at all.  The fix given in the link is to update the .dll, but this seems to be old news as the .dll in my directory is newer than the one referenced in this link.
    The other funny thing is these scripts worked fine on Friday afternoon, but were throwing this error this morning.  I've closed and reloaded both Labview and Matlab, but that didn't fix the issue.
    Are there any new fixes for this issue that I haven't been able to find?
    Thanks,
    Doug

    Doug,
    If you have a service contract feel free to call in to the support line and you'll be able to work with someone on the phone. That'll be the quickest way to resolution.
    Feel free to send me a PM if you wish and I can take a look at the code and test it on our machine. 
    Notes for Branch AE:
    Please reply to This Post within 24 hours
    The US AE is expected to reply to all of your posts within 24 hours. Having this expectation will keep the escalation moving quickly and toward a fast resolution.
    You can also use other communication channels: Phone, Sametime, Lync,etc. to discuss the issue with the US AE. This can help with troubleshooting and quick diagnosis of the issue.
    Click here to provide kudos for a post on this page

  • Issue with calculation script - please help

    There is a script that I am working on that needs to track the changes made by the user on the data form and push the entered value down proportionally to the lower levels.
    It’s a signal dimensional spread. It needs to spread the parent level values entered by the users for the product dimension to below levels. The Products are in rows.
    The issue is that the users can enter their data at any level for the product dimension i.e. either at Level 0 product members, Level 1 product members or at Level 2 product members. I am using two accounts A & B in sync to track the changes made.
    The structure of Product dimension that shows up on the form is similar to this –
    ~ Products (The user can enter starting at this level and also the below levels)
    ~ Product A
    ~ Product A1 (Level 0)
    ~ Product A2 (Level 0)
    ~ Product A3 (Level 0)
    ~ Product B (Level 0)
    ~ Product C (Level 0)
    ~ Product D
    ~ Product D1 (Level 0)
    ~ Product D2 (Level 0)
    This is what I came up with so far but it’s not working in all the cases yet. Please give your suggestions to modify this script further to make it work the right way.
    FIX(P, Y, H, E, B, D, C, V, C, S, @Relative(“Products”,-1))
    Account(
    IF(“AccountA”->@Parent(@Currmbr(“Product”)) <> “AccountB”->@Parent(@Currmbr(“Product”)))
    AccountA=AccountB->@Currmbr(“Product”)/AccountB->@Parent(@Currmbr(“Product”)))*AccountA ->@Parent(@Currmbr(“Product”));
    ENDIF;
    ENDFIX;
    FIX(P, Y, H, E, B, D, C, V, C, S, @Relative(“Products”,0))
    Account(
    IF(“AccountA”->@Parent(@Currmbr(“Product”)) <> “AccountB”->@Parent(@Currmbr(“Product”)))
    AccountA=AccountB->@Currmbr(“Product”)/AccountB->@Parent(@Currmbr(“Product”)))*AccountA ->@Parent(@Currmbr(“Product”));
    ENDIF;
    ENDFIX;
    This is not working right in all cases and I am sure I am going wrong somewhere. Please let me know your ideas on how can this be achieved.
    Thanks in advance.
    -Krrish
    Edited by: 928844 on Apr 19, 2012 11:23 AM

    Well... sort of fixed it.  Apparently my system doesn't like editing images with a color depth of 16bit.  If I convert it down to 8 when I'm converting it from RAW, then it allows me to add layers... Is this normal?
    Thank you for your time,
    -Tony

  • SSDT-BI for VS2013 -- issues with VSTA (script transformations?)

    Hello,
        I created a new VM (win7 64bit) and did a full install of SQL 2014.  I downloaded and installed the SSDT-BI for VS2013 (12.0.2430.0).  I created a new SSIS package and within the DFT added a script transformation. 
    I'm getting the following error:
    This program has known compatibility issues....  VS 2012 is incompatible with this version of Windows.
    What's going on here?
    Is SSDT-BI for VS2013 trying to utilize VSTA 2012 and if so, is VSTA 2012 not compatible with VS2013?
    Do I have to do something to change the VSTA to use 2013?  If so, how?
    Would (or should) I try to use SSDT-BI for VS2012 instead of SSDT-BI for 2013?
    Getting very frustrated with all of this. I've also downloaded and installed VS2013 Ultimate but that didn't resolve anything.
    Anyone have some advice/guidance with the above?
    Thanks,
    Ken

    Hi Ken,
    If I understand correctly, the ScriptLanguage property of C# script tasks show "Microsoft Visual C# 2012” in SSDT-BI for VS 2013. And when we click the "Edit script" button in the script task, we will see that a VS 2012 shell is started which
    triggers a "Program compatibility issues" warning.
    After testing the issue in my environment, I can reproduce it in SSDT-BI for VS 2013. It seems that the issue is caused by the Script Task use VS2012 shell in SSDT-BI for VS 2013. But we can edit and execute the task without any problem.
    Besides,
    here is a feedback that you can vote for. This is a much better chance of this getting fixed if you log a Connect and vote on it to get it fixed. Microsoft would do take votes into account when they prioritize features.
    Thank you for your understanding.
    Regards,
    Katherine Xiong
    If you have any feedback on our support, please click
    here.
    Katherine Xiong
    TechNet Community Support

  • I have an issue with a script that places multiple page PDF files...

    I'm using a version of "PlaceMultipagePDF.jsx" that I modified to use Media Box when placing the PDF file pages.
    That part was easy and works perfectly.
    The issue I'm having it that every time it places a PDF page, InDesign pops up a dialog saying that it's Importing pages from "file" and Creating preview with a progress bar. This dialog pops up once for each page, and the UI time it takes to do this is slowing down the import.
    So is there any way to turn off this feedback dialog?
    Note: I still need to see the dialogs to choose the PDF file and pick the document and page to start placing. I just want the one that displays for each page to not display...

    I found this in the Developer KB.
    But I can't find any of the functions in the Scripting Ref...
    How To: Suppress the progress bar when processing a command.
    Summary
    You can suppress progress bar display by turning it off before processing the command.
    Issue
    I use the IImportFileCmdData interface and pass kSuppressUI (do not display any UI) as UIFlags. When processing the command, I get a progress bar, which is called "Adobe InDesign Tagged Text Import Filter", whereas I expect no UI.
    Solution
    To suppress progress bars you should explicitly turn them off before you process the command (or commands).
    1. Get the interface IProgressBarManager (it's on kAppBoss, which you can get from gSession).
    2. Use IProgressBarManager::SuppressProgressBarDisplay() to turn off the progress bars.
    3 .Process the place command(s).
    4. Turn the progress bars back on when you're done.
    In InDesign 2.x and above, you can also use the SuppressProgressBarDisplay class (ProgressBar.h) class to achieve this. In order to use this class you just need to create an instance of the class on the stack as shown here:
    SuppressProgressBarDisplay suppress(kFalse);

  • Issues with shell script

    Hi,
    I am executing on procedure using the shell script. The Shell script would the spool the output of the procedure into Status.txt file and send the condents through the mail. I am getting correct output when i run the job manually. But it is not giving the output when the job is scheduled in Crontab. Please find the below my shell script.
    ORACLE_SID=ora
    export TNS_ADMIN=/oracle/11.2.0/network/admin
    export ORACLE_HOME=/oracle/11.2.0
    export PATH=/oracle/11.2.0/bin:$PATH
    export LIBPATH=/oracle/11.2.0/lib32:$LIBPATH
    sqlplus -s test/test@test << EOFSQL
    SET HEAD off
    SET LINESIZE 8000
    SET feedback OFF
    SET pagesize 0
    SET termout OFF
    SET SERVEROUTPUT ON
    SPOOL Status.txt
    begin JobStatus();
    end;
    SPOOL off
    SET termout ON
    exit;
    EOFSQL
    TO='EmailID'
    file=/myFolder/Status.txt
    cat $file|mailx -s "Status" ${TO}

    The only PATH a user cron job knows by default is "/usr/bin" and "/bin", hence it won't find any Oracle applications. ORACLE provides a tool named "oraenv" to setup the required Oracle shell environment. oraenv reads /etc/oratab to setup $ORACLE_HOME, etc. It is by default installed in /usr/local/bin. The following example should work:
    #!/bin/sh
    # Filename: /home/oracle/scripts/sqlplus_sample.sh
    # Author: dude
    PATH=/usr/local/bin:$PATH
    export $PATH
    ORACLE_SID='orcl'
    ORAENV_ASK=NO
    . oraenv -s
    oradate=`sqlplus -s /nolog <<-EOF
      set pages 0 feed off
      connect / as sysdba
      select sysdate from dual;
    exit
    EOF
    `
    echo "`date`: Oracle $oradate" >> /tmp/sqlplus_sample.output
    [oracle@vm10]$ chmod 755 /home/oracle/scripts/sqlplus_sample.sh
    [oracle@vm10]$ crontab -l
    * * * * * /home/oracle/scripts/sqlplus_sample.sh
    [oracle@vm10]$ cat /tmp/sqlplus_sample.output
    Mon Dec 12 11:27:01 CET 2011: Oracle 12-DEC-11
    Mon Dec 12 11:28:01 CET 2011: Oracle 12-DEC-11
    Mon Dec 12 11:29:01 CET 2011: Oracle 12-DEC-11
    Mon Dec 12 11:30:01 CET 2011: Oracle 12-DEC-11Btw, exporting a shell variable means to make it available to sub-shells or child processes.
    Also, depending on how you connect, you don't need to export TNS_ADMIN. If you establish a local connection you will be connecting to the oracle database process directly using the BEQ protocol, in which case you don't even need a listener process running. For instance:
    $ lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 12-DEC-2011 12:10:29
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       Linux Error: 111: Connection refused
    $ sqlplus scott/tiger
    SQL*Plus: Release 11.2.0.2.0 Production on Mon Dec 12 15:05:57 2011
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options

  • Issues with running scripts

    When I open a SQL script, the button to run it is disabled. The accelerator key also does nothing. If I create a new SQL Worksheet and copy the code over to it, I can run that fine. It just seems to be a problem after an existing file has been opened. Is this normal behavior?
    Vital statistics:
    Client - SQL Developer 1.0.0.14 on Mac OS X 10.4.5 - Intel, Instant Client 10.1.0.3 for Mac OS X (basic, JDBC, and SQL Plus packages)
    Server - Oracle 10g Express Edition (production) on Ubuntu Linux 5.1

    Yep, that did it. Thanks very much! I had not even noticed that control up there. I guess it's a habit from using SQL Navigator thinking that every new window automatically associates with the last-used connection.

  • Navigation issue with Open Script ,Windows 7 64 bit, window 8  combination

    Problem: whenever we run Argus automation on Windows 7 64 bit, window 8 combination we are not able to perform any action after we navigate to the Application URL
    Step 1: browser.launch - This is working file
    Step 2: web.navigate(Application); - Navigation is also working fine, but after navigation Playing status is not displayed in the browser toolbar.
    Step 3: web.button(XPath).click(); -This step fails.
    Edited by: Manish Bhatla on May 15, 2013 11:50 PM

    I had the exact same problem and I noticed that the same thing started happening with other programs along with adobe reader. What i discovered was that at least in my case, the issue was that Adobe Reader uses the temp folder on your computer. Mine happened to grow to about 35 gigs and because of that whenever a program tried to write anything to the temp folder, it would hang forever. Once i cleared my temp folder everything started working properly again for all programs including adobe reader.
    the way i did this was from
    My Computer -> Right click properties -> Click Disk Cleanup.
    It will scan for all places that it will need to do disk cleanup on. Mine took a good 20 minutes because of the temp folder. Afterwards, look through the list of items that it scanned and make sure you select the temp folder option. Along with this you can probably clear out any other folders that are taking up a lot of memory. Clear these folders and try running Adobe Reader again. The process of clearing may take a very long time if your temp folder happens to be really large. But it was well worth it for me because everything started running quickly again. Anyways hope this helps for you as well.

  • Issues with WLST script - configToScript.py

    Hi folks,
    If you know can you please help me here.
    I am trying to use configToScript() to create a script for existing domain to convert to script. I can create the script, but when i ran the script. It is failing, do you know what are the changes to be made to make this work.
    And Is there a sample script to edit the current domain.
    Thanks,
    H.

    Hello dominique,
    Couple of ways to do this:
    1) java weblogic.WLST config.py
    Or
    2) java weblogic.WLST
    wls:/offline> execfile("config.py")
    thanks,
    -satya
    Dominique Jean-Prost wrote:
    Hello,
    I've just discovered wlst thanks to WLDJ. Previously I used to work with WLShell.
    Anyway, I've managed to use configToScript, and I now have the propseties file and the .py file. How do I use the .py ? How do I rerun the script so that I get a new Server ?
    Regards,
    Dom

  • Having Issues with a Script Error Coding Text to speech wit growl , itunes

    okay so earlier it was working fine. then i made it longer and more efficient. the point is upon a track change it should say the title and artist and then a growl notification should come up. Now I get some errors when I load it.
    cant get name of <<class PtRk>> of application "iTunes"
    that comes up twice...waits a few seconds then pops up again...
    heres my code:
    +global LastTrack+
    +global CurrentTrack+
    +global CurrentArtist+
    +global CurrentAlbum+
    +global playen+
    +--the script to run when app starts+
    +on run+
    + tell application "iTunes"+
    + if player state is playing then --if a song is playing set all variabls for T2S+
    + set playen to 1+
    + set CurrentTrack to the name of current track+
    + set LastTrack to CurrentTrack+
    + set CurrentArtist to the artist of current track+
    + set CurrentAlbum to the album of current track+
    + say "Now Playing: " & CurrentTrack & " by " & CurrentArtist+
    + --Put Growl Code here when Ready+
    + end if+
    + end tell+
    + set CurrentTrack to " "+
    + set LastTrack to " "+
    + set CurrentArtist to " "+
    + tell application "GrowlHelperApp"+
    + if playen is 1 then+
    + notify with name CurrentTrack title CurrentTrack description "Now Playing: " & CurrentTrack & " by " & CurrentArtist & " From " & CurrentAlbum+
    + end if+
    + end tell+
    +end run+
    +--the script to check for track changes+
    +on idle+
    + tell application "iTunes" --update tracks+
    + set CurrentTrack to name of current track+
    + set CurrentArtist to artist of current track+
    + end tell+
    + --check to see if tracks match+
    + if CurrentTrack is not LastTrack then+
    + set LastTrack to CurrentTrack+
    + say "Now Playing: " & CurrentTrack & " by " & CurrentArtist+
    + tell application "GrowlHelperApp"+
    + if playen is 1 then+
    + notify with name CurrentTrack title CurrentTrack description "Now Playing: " & CurrentTrack & " by " & CurrentArtist & " From " & CurrentAlbum+
    + end if+
    + end tell+
    + end if+
    + return 1+
    +end idle+
    +--the code to run when the app closes+
    +on quit+
    + tell application "iTunes" --closes iTunes when app is closed+
    + quit+
    + end tell+
    + tell application --makes sure this app closes too+
    + quit+
    + end tell+
    +end quit+

    When you save your script as an application, uncheck the Startup Screen option.
    Several of your variables only get set within an if statement - if the condition doesn't evaluate to true, the enclosed statements aren't executed and your variable doesn't get set. You should set all of your globals to some default value (or use a property), since the global declaration doesn't set anything. Also, the application name parameter of the GrowlHelperApp notify command is not optional.
    In the future, try not to use whatever put in all those "+" - they make pasting the script into an editor a bit of a pain.

  • E-business suites: ISSUE WITH RECORDING SCRIPTS IN R12.1 USING LOADRUNNER 9

    My Customer use Mercury LoadRunner to execute our performance stress tests. The standard feature of
    creating a transaction clickstream for the LoadRunner tool, requires that the tool know the object
    (field, button, LOV, text). The way all performance tools identify an object is by RIGHT CLICKING
    on the screen and selecting VIEW SOURCE.
    Unfortunately, VIEW SOURCE is displaying the R12 Oracle object names with garbage appended at the
    end of the string.
    Examples of expected values:
    value="DefaultFormName"
    type="hidden" value="Cost_Allocation_KFF"
    But what they get in View Source is as follows:
    value="DefaultFormName Eb65TJbm "
    type="hidden" value="Cost_Allocation_KFF 3WPwQoB7V "
    BUSINESS IMPACT
    The issue has the following business impact:
    Due to this issue, users cannot complete a stress test
    And without a stresstest, They cannot go-live with R12
    =================================
    This is generic isssue across all applications including sshr,
    They are getting Dynamically Generated Characters in the field names while viewing the source
    code of the JSP.
    > For example, following comes while doing 'View -> Source' in IE:
    >
    > <input id="_FORM" type="hidden" value="DefaultFormNameuf3GKIsO" name="_FORM">
    >
    > There are extra characters 'uf3GKIsO' in 'DefaultFormName' .
    I will appreciate if any one has come acrosss this kind of issue, please let us know how it can be resolved.
    Any help / tips are appreciated.
    Regards
    Ravi

    I found the same issue but resolved it by myself. The user table of the MySQL changed, my guess. You need to add another 'Y' or 'N' to the end of this statement in the build.xml of DataAppLoader:
    INSERT INTO user VALUES ('localhost','dataapp','*B974A83D18BB105D0C9186756F485406E6E6039B','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0,'',NULL,'N');
    The original one is like this:
    INSERT INTO user VALUES ('localhost','dataapp','*B974A83D18BB105D0C9186756F485406E6E6039B','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0,'',NULL);
    The new column added is password_expired. Y or N to indicate the password is good or not.

  • Issue with report Script. DECIMAL option not working properly

    Hi All,
    One of my report scripts has the option { decimal n } set. Now I am getting this to work only for account members which has a '%' symbol in the name. For all other accounts, data is being exported as a whole number even though the cube has decimal values. This is an ASO cube. Any thoughts?
    Thanks,
    N

    Here you go,
    //ESS_LOCALE English_UnitedStates.Latin1@Binary
    <sym
    {supall}{ROWREPEAT}{tabdelimit}{nameson}{noindentgen}{ SUPCOMMAS }{SUPMISSINGROWS}{ DECIMAL  9}
    <COLUMN (Period)
    July August September October November December January February March April May1 June
    <ROW(Year,Scenario,Version,Currency,Entity,Location,HSP_Rates,Stage,Business_Category,"BD_Responsible","Type_Of_Program","Client",Account)
    //{ OUTALTNAMES }
    &DCCurrFiscalYr
    &CurrScenario
    &CurrVersion
    "HSP_InputValue"
    "USD"
    <LINK(<LEV (Entity,0))
    <LINK(<LEV (Location,0))
    <LINK(<LEV (Stage,0))
    <LINK(<LEV (Business_Category,0))
    <LINK(<LEV (BD_Responsible,0))
    <LINK(<LEV (Type_Of_Program,0))
    <LINK(<LEV ("Client",0))
    "Net_Revenue"
    "552"
    "500"
    "501"
    "503"
    "Contribution"
    "Contribution %"
    "SD_Costs"
    "SD Margin"
    "SD Margin %"
    "Indirect Costs"
    "PBT"
    //"PBT %"
    "Total Tax"
    "PAT"
    //"PAT %"
    "Manpower Total"
    "Billable agents"
    "Total Seats"
    !

  • Print preview issue with invoice script

    Hi folks
    i am working on preparing UTP for a invoice script(modification of standard one).
    here when i am running the billing document number in VF02 i am not able to see the print preview.
    i would like to know what should i do on this as i need a printpreview to prepare  UTP on this layout.
    when i select the message type(output type) of that layout and press the option print preview nothing is happening.
    when i say print in the status bar it is giving success message and when i saw in the spool the status is in waiting.
    can anyone let me know what i need to do ?
    thanks in advance

    Hi
    Do u know the o/p type  of the script ?
    if not ist see the out put type by going to Tcode NACE
    after thatjust go through the steps...
    1 vf02 > give a doc no-> enter
    2
    from menue bar chose GOTO> Header> output
    3.
    now give the output type . medium -> printout press enter
    4
    save and go bck to 1st screen of vf02
    from menue bar chose billing document--> issueoutput type
    chose select the printout and select print preview.
    rewards if useful
    Regards
    Sachhi

  • Issue with Java script associated with WAD template

    Hi Experts,
    I made some changes in the Java Script in Tcode SE80. I actually downloaded it, made changes, saved it and then clicked on Upload and replace in SE80. When I opened the Web cockpit, the changes were relecting as anticipated.
    But the changes are still showing up even after reverting the changes in java scripts and uploading it again.Please let me know what needs to be done to revert the changes such that it will  ot show up in the Web Cockpit.
    I think the "Upload and replace option" worked only once in my case. Kindly suggest. Thanks
    Regards,
    Kavitha Jagannath

    I would like to know how to do this process.  I would like my students to complete the module and then enter there name in the certificate line.  Then have them enter their email address so that the certificate can be emailed to them and they can print it off.  I would like to have the certificate be a PDF file so they cannot alter the name of the person who took the course.

Maybe you are looking for

  • Problem with battery for MacBook Pro 2007

    I have a problem with battery that was replaced during video card service 1.5 years ago Battery health was around 80% and it stopped to work, I continued to use notebook with power cable and after week the battery become like this! spoke with person

  • How do i use itunes with my onkyo TXNR 808

    i am trying to connect my TXNR 808 RECEIVER TO ITUNES ANY SUGGERTION.

  • How do I get my contacts back on iPhone4?

    Lost all my contacts on my iPhone 4 and ipad.  How do I get them back without having to re-enter them?

  • Pro Camera requires password entry on lock screen

    Of course, as soon as it was available on my Lumia 925, I set the Nokia Pro Camera as the default app to launch when the camera button is pressed. I noticed though, that when the phone is locked, the Pro Camera app won't launch unless I enter the loc

  • Not recognizing external mic

    I recently purchased an MBP and I would like to use an external mic with it, but when I plug it in to the audio-in port and switch the input to the mic in System Preferences, nothing happens. I try to use the mic but the laptop acts as if the mic is