OIA jobs.xml constrain execute of file import on only one of two app server

I am trying to get the jobs.xml and scheduling-context.xml files to fire an import job on one of the two app servers. There are two application servers utilizing the same shared database. Files to import into OIA reside on one of the two application servers file systems only and we want to use the jobs.xml and scheduling-context.xml files on one of the app servers to setup the imports.
I have these two beans enabled
<ref bean="usersImportJob"/>
<ref bean="usersImportTrigger"/>
This is a snippet from the jobs.xml file
<bean id="usersImportTrigger" class="org.springframework.scheduling.quartz.CronTriggerBean">
<property name="jobDetail">
<ref bean="usersImportJob"/>
</property>
<property name="cronExpression">
<value>0 0/5 * * * ?</value>
</property>
</bean>
<bean id="usersImportJob" class="org.springframework.scheduling.quartz.JobDetailBean">
<property name="name">
<value>Users Import</value>
</property>
<property name="description">
<value>Users import Job</value>
</property>
<property name="jobClass">
<value>com.vaau.rbacx.scheduling.manager.providers.quartz.jobs.IAMJob</value>
</property>
<property name="group">
<value>SYSTEM</value>
</property>
<property name="durability">
<value>true</value>
</property>
<property name="jobDataAsMap">
<map>
<!-- only single user name can be specified for jobOwnerName (optional)-->
<entry key="jobOwnerName">
<value>REPLACE_ME</value>
</entry>
<!-- multiple user names can be specified as
comma delimited e.g user1,user2 (optional)-->
<entry key="usersToNotify">
<value>REPLACE_ME</value>
</entry>
<entry key="IAMActionName">
<value>ACTION_IMPORT_USERS</value>
</entry>
<entry key="IAMServerName">
<value>FILE_SERVER</value>
</entry>
<!-- Job chaining, i.e. specify the next job to run (optional) -->
<entry key="NEXT_JOB">
<value>rolesImportJob</value>
</entry>
</map>
</property>
</bean>
QUESTION:_
Is the IAMServerName value suppose to have the literal hostname of the application server (ex. "oia.bluebird.com") configured in place of the default "FILE_SERVER" text?
Your insite is greatly appreciated

Hi Meg,
I have to say that I've only seen the jobs.xml be defined for data feeds only. It does not make calls out to app/DB servers OOTB.
The alternative solution are the following:
1. Use your IDM provisioning connector to the application then pull the data from the IDM product into OIA
2. Extract the data from the app server using the ETL functionality/engine within the OIA product to extract the data into a data feed (then OIA will pick that up)
3. Construct some extracting functionality (like a java class) instead of ETL
Hope this has helped
Regards,
Daniel Redfern
Technicalconfessions.com

Similar Messages

  • In Premiere Pro CS5.5 AVI file imports audio only - no video.

    I've got a file (one of 3) I've been given to create a smaller file (320x480) from.
    The file is an avi file and plays (video and audio) just fine in the native Windows media player. (I'm on Windows 7 Ultimate 64-bit) There are no issues of memory or HDisc space.
    Video:
    The file is 2:21:29 in length.
    720x480
    Data rate 1489kbps
    Total bitrate 1617kbps
    29 frames/second
    Audio:
    Bit rate 128kbps
    Channels 2 (stereo)
    Audio sample rate 48 kHz
    The file is about 1.6Gb
    This is one of 3 I recieved. The other two were of comparable specs and similar length (not exactly but one was longer, the other shorter.)
    The problem is that this particular file (the other two import perfectly), when imported, only comes in as an audio file. No video imports. The other files import as audio and video. No error message either.
    I've imported all kinds of video files in the past with different frame sizes, rates, and aspect ratios, and codecs, yet I've never had one that only imports the audio without the video.
    Suggestions?!

    Post in the Premiere Pro forum. This forum is for suite specific issues only.
    Bob

  • Importing .wmv files...only one clip...how do i separate?

    After I imported the .wmw file the file came thru on one frame. I need to be able to edit this movie. How do I separate the frames in order to make the editing process easier?
    Please help.
    Ree

    Hi Sharee,
    in case, you mean "Clip" (=a sequence) instead of "Frame" (=a 30th second of a movie).... have a look here, splitting video clips...
    besides:
    this forum is no substitute for reading the manuals

  • File picking and placing in same dir App server of SAP XI using NFS.

    Hi All,
    As I am new to XI,
    I am using XI 3.0,
    My scenario is  File ->XI-> File.
    This is just a pass through data that is no IR objects.
    I need to pick the file from App server(AL11) of R/3 sys , we have a dir as "/sai/output"
    so in order to pick file from the App server of R/3 sys using NFS,
    the dir "/sai/output" is mounted into the App server(AL11) of XI ie.., there is a same dir in AL11 of XI as "/sai/ouput".
    so when ever the file(sai.txt) is placed in the "/sai/output" in r/3  App server , i am able to see the file(sai.txt) in the "/sai/output" in XI App server.
    what i am trying to do is pick the file(sai.txt) and place the file(kumar.txt) it in same dir " /sai/output" of XI Appserver using NFS.
    sender cc parameters are like these :
    Transport protocol : NFS
    source dir :    \sai\output\
    filename :      sai.txt
    Qos : Exactly once
    Poll intervel : 10sec
    processing mode : delete
    Receiver cc parameters are like these:
    Transport protocol : NFS
    target dir :     \sai\output\
    filename :      kumar.txt
    So my questions are
    1) can i place the file in  App server (AL11) dir "/sai/ouput" of XI where i am picking the file it from the same location ie.., App server (AL11) dir "/sai/output"
    2) If so, the procedure(cc parameters) which i have shared is correct.
    Correct me if am wrong.
    Thanks
    Sai

    Hi Sai,
        The files need rwx bits to be set before being picked up by channel
    Thus you need to use "chmod +777 sai.txt" before the file is picked up.
    Thus you can try set up the parameter "operating system command before processing" to "chmod +777 sai.txt" in the channel.
    you can look into this link for setting this parameter
    /people/sameer.shadab/blog/2005/09/21/executing-unix-shell-script-using-operating-system-command-in-xi
    How are you accessing the file directory? if you are using WINSCP, you can right click on the file and check the read, write, execute bits on for the file.
    "/out/output " is perfectly ok for UNIX/LINUX operating system.
    Now in RWB pls check the polling of communication channel.
       and check in SXMB_MONI whether some messages are being received or not.
    regards
    Anupam
    Edited by: anupamsap on Aug 5, 2011 1:01 PM

  • Video imported as only one clip on iMovie 08

    I imported video from a Canon Elura 100 that consisted of many clips(100+) that showed up as only one long clip. I found info that suggested that it could be that the camera's date and time wasn't set. I tried another DV tape (camera's date & time is set) with the same result. Any suggestions on what went wrong and is there an easy way to separate into clips?

    I imported video from a Canon Elura 100 that consisted of many clips(100+) that showed up as only one long clip.
    Strange how you complain about getting a single file while others are complaining that their content is broken into dozens if not hundreds of segments.
    Any suggestions on what went wrong and is there an easy way to separate into clips?
    Have no idea why you have been so "blessed" or "cursed" (depending on you point of view) but see no real difference in editing other than an individual's personal point of view when it comes to managing the content as source material. iMovie will handle the content equally well whether the project resource pointers point to various segments of a single long file or to separate segments in separate files. If you have to physically separate your files, you can always trim and segment the raw files any way you want to dispose of the dross you will never need or use. I would not, however, recommend using a physical/file destructive work flow within iMovie '08 as it is a bad habit to get into if you ever work with anamorphic source material (i.e., you can lose your flag and iMovie with thereafter treat your files as 4:3 content).

  • Auto Import - Is only ONE watch folder allowed across several catalogs?

    I am looking to confrim that Lightroom v4.4 only allows for one watch folder to be set up under File>Auto Import and therefore I cannot set up a differnet watch folder for each of my multiple catalogs.
    I represent several artists and need to manage their image database separately and thought I would be able to auto import from a folder they drop images to; But now I realize Lightroom may only allow one watch folder overall because when I open a catalog I notice the watch folder is set to what I selected when the previous catalog was being used.
    Is their a way to have each catalog watching a folder unique to it or is only one watch folder possible?
    Thanks in advance for the answer and any solutions.

    Yes - watched folder is handled as Lightroom preference, not catalog preference...
    For greater flexibility you'll need a plugin. Consider:
    * jf Folder Watch
    * rc Ottomanic Importer
    Rob

  • Can you use a single webhelp file to display different help for two apps?

    I have updated a WebHelp project for a Windows app (let’s call it App1). Now the Dev team is creating a separately installed app (lets call it App2) that shares some of the same Help information as the original app. Both apps can be installed on the same system. The Help for App1 is accessed from an About menu in the app UI.  Some of the topics are dialog boxes accessed from a question mark icon (?) at the bottom of the UI (I assume map IDs are involved in hooking up the dialog box Help - I need to verify this with Dev). The Help for App2 will be accessed from the App2 UI, which looks very similar to the App1 UI, except that certain features in App1 are missing from App2.
    Here are the parameters:
    In some cases, entire Help topics will apply to both apps.
    In some cases, a portion of a topic for App1 will also apply to App2.
    In some cases, a topic or topic portion for App 1 does not apply to App2 and vice versa
    I’m using Robohelp 9 (RH9). Is there a way to allow App1 to display only the WebHelp that is relevant to that app and for App2 to display only the WebHelp that is relevant to that app? Is there a solution that would allow me to use one Help project and build only one Help file, with the result that App 1 displays only the Help it needs and App 2 displays only the Help it needs?  Would conditionalizing the Help and providing two sets of WebHelp be the solution? Or is there some other alternative?

    You could do it in a couple of ways – one way is to have 1 project & use conditions to generate 2 flavours of WebHelp output, one for each App; the other way would be to use one project and create DUCC flavoured WebHelp – that way the use would choose to read the appropriate flavour of help for their App.

  • XML - ORA-19025: EXTRACTVALUE returns value of only one node

    Hi,
    I am new to XML DB. Can somebody help me with the below XML
    I use the following XML ... (I have pasted only a part of it coz i require data only till this section )
    XML
    <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
    instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Body>
    <ns:PicklistWS_GetPicklistValues_Output xmlns:ns="urn:crmondemand/ws/picklist/">
    <ListOfParentPicklistValue xmlns="urn:/crmondemand/xml/picklist">
    <ParentPicklistValue>
    <Language>ENU</Language>
    <ParentFieldName>plProduct_Team</ParentFieldName>
    <ParentDisplayValue>Marketing On Demand</ParentDisplayValue>
    <ParentCode>Marketing On Demand</ParentCode>
    <Disabled>N</Disabled>
    <ListOfPicklistValue>
    <PicklistValue>
    <Code>OCP/SME Escalation</Code>
    <DisplayValue>OCP/SME Escalation</DisplayValue>
    <Disabled>N</Disabled>
    </PicklistValue>
    <PicklistValue>
    <Code>Fusion Request</Code>
    <DisplayValue>Fusion Request</DisplayValue>
    <Disabled>N</Disabled>
    </PicklistValue>
    Code
    SELECT distinct
    EXTRACTVALUE(VALUE(SR), '/ParentPicklistValue/ListOfPicklistValue/PicklistValue/Code','xmlns="urn:/crmondemand/xml/picklist"') AS Display,
    EXTRACTVALUE(VALUE(SR),'/ParentPicklistValue/ListOfPicklistValue/PicklistValue/DisplayValue','xmlns="urn:/crmondemand/xml/picklist"') AS Return,
    EXTRACTVALUE(VALUE(SR),'/ParentPicklistValue/ParentDisplayValue','xmlns="urn:/crmondemand/xml/picklist"') AS parent_display,
    EXTRACTVALUE(VALUE(SR),'/ParentPicklistValue/ParentCode','xmlns="urn:/crmondemand/xml/picklist"') AS parent_return
    FROM TABLE(XMLSEQUENCE(EXTRACT(
    WEB_SERVICE('<?xml version="1.0" encoding="UTF-8" standalone="no"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Body>
    <PicklistWS_GetPicklistValues_Input xmlns="urn:crmondemand/ws/picklist/">
    <FieldName>Type</FieldName>
    <RecordType>Service Request</RecordType>
    </PicklistWS_GetPicklistValues_Input>
    </soap:Body>
    </soap:Envelope>'
    ,'document/urn:crmondemand/ws/picklist/:GetPicklistValues', Sessionid),
    '/soap:Envelope/soap:Body/*/*/*','xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/'))) SR
    ERROR
    ORA-19025: EXTRACTVALUE returns value of only one node
    UNDERSTANDING
    As my Xpath points only until the node - ParentPicklistValue and not the child nodes under it. Hence when i try to query the child nodes - /ParentPicklistValue/ListOfPicklistValue/PicklistValue/Code, I recieve the above mentioned error.
    REQUIREMENT
    Can somebody help me to recieve the Parent values and also its child values based on the above query and xml.

    Hi,
    That's a classic ;)
    You need a second XMLSequence that will shred the collection of PicklistValue into relational rows :
    select extractvalue(value(sr2), '/PicklistValue/Code', 'xmlns="urn:/crmondemand/xml/picklist"') AS Display
         , extractvalue(value(sr2), '/PicklistValue/DisplayValue', 'xmlns="urn:/crmondemand/xml/picklist"') AS Return
         , extractvalue(value(sr1), '/ParentPicklistValue/ParentDisplayValue', 'xmlns="urn:/crmondemand/xml/picklist"') AS parent_display
         , extractvalue(value(sr1), '/ParentPicklistValue/ParentCode', 'xmlns="urn:/crmondemand/xml/picklist"') AS parent_return
    from table(
           xmlsequence(
             extract( WEB_SERVICE( ... )
                    , '/soap:Envelope/soap:Body/ns:PicklistWS_GetPicklistValues_Output/ListOfParentPicklistValue/ParentPicklistValue'
                    , 'xmlns="urn:/crmondemand/xml/picklist"
                       xmlns:ns="urn:crmondemand/ws/picklist/"
                       xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"' )
         ) sr1
       , table(
           xmlsequence(
             extract( value(sr1)
                    , '/ParentPicklistValue/ListOfPicklistValue/PicklistValue'
                    , 'xmlns="urn:/crmondemand/xml/picklist"' )
         ) sr2
    ;What's your database version BTW?
    On 10.2 and up, you may use XMLTable instead.

  • What is the importance of Only One Business Partner Allowed

    Hi all,
    We know that the Relation between BP and Contract account is :
    1 BP : n CA.
    If the above relation is true, I would like to know the importance of the configuration "Only One Business Partner Allowed" in the below path:
    Financial Accounting(New) >>Contract Acounts and Recievables>>Basic Functions >>Contract Accounts >>Field Modifications>>Configure Field Attributes for Contract Account Category.
    If we don't check the field for "Only One Business Partner Allowed" , Does it contradict to the 1BP : n CA relation ?
    Regards,
    Sai
    Edited by: kantesai on Aug 10, 2011 10:35 PM

    n BP : n CA relation is possible.
    One BP must be account holder from all BPs of CA. Rest of BPs can be Alternate Account, Spouse etc.
    Please check table FKKVKP from technical perspective, as both BP and CA are primary key. If it was 1 BP : n CA then there would have only VKONT been as primary key.
    Thanks,
    Murtuza

  • Any DVD to Ipod prog. converts final file that is only one

    is there any dvd to ipod programs out there will convert the actual final file to play in your ipod that is only one file. asking this question because right now im running videora converter and just wondering if its going to be only one file to add onto the ipod to play the movie

    I checked out your link and thought it was going to answer my question but it still hasn't. I have downloaded software to convert dvd to ipod (cucsoft). I have been successful in conveting and moving to itunes but it won't update to my ipod. I tried right clicking on the video clip and converting to ipod, but it gives me the message that it is already converted, but nothing shows up in my ipod. I'm totally lost and confused. It sounded to simple and has become totally complicated. Any help would be totally appreicated.
    Kicksport
    HP   Windows XP  

  • HELP!  JOB ON THE LINE-  Need to import fields from one document to another document

    In a nutshell I have a set of documents and we now have a new structure for those documents. Either I have to cut and paste all the data from one to another or figure out how to import fields to another document.
    I have two documents. Both are different but require the same information. Basically I need to have one file with fields import specified fields from another document. Ex., Name on document 1, I need the file to know to get the Name field on document 2 and import it into the specified field on document 1. I will have multiple fields that need to do this importing. I REALLY NEED TO FIGURE THIS OUT B/C I HAVE A TON OF DOCUMENTS THAT NEED TO BE COMPLETED.

    If you are talking about the field structure, not the content that Bernd commented on, make a copy of the document with the fields. Open the file and use replace pages to replace the pages with the new document layout. After you have replaced the pages, you will have to select the field tools and move the fields to the proper location. If the form was made in Designer, I am not sure of the process. There is likely a similar process in Designer, but I don't use Designer and can't comment. You may have to go to the Designer forum in such a case, unless other Acrobat users here can help.

  • Can't import folders only one at a time files. (thousands!)

    OK here's the problem: I just reinstalled XP on my computer and when I either add by file or by folder it doesn't show in my library. I have 7,000 songs and I see that that when i dip threw the folders and catch an individual file it will add, but i would quite literally have to do that thousands of times for that to work. Before I wiped my computer clean I just copied my itunes library to an old hard-drive. So its organized the way itunes does it with countless folders if it was just one folder with all those files it would be easy, Ive been researching for hours now and yeah i should of burn it via export library but to little to late for me now. Ugh I just organized my library too! Album art and all! Guess it was naive to think it was as simple as putting it in my itunes folder and abra-cadabra! it be there. Please help and I'll be your best freind.

    Ever since the macmail app, changed it's appearence etc.
    What are you talking about? Mail hasn’t changed its appearance since Mac OS X 10.4 (Tiger) was released.
    If you’re not using Mac OS X’s Mail, but .Mac mail on the web instead, you’re posting in the wrong forum. The right forum for such questions would be .Mac Email On The Web. This forum is for discussing issues related to the Mail & Address Book applications included with Mac OS X 10.4 (Tiger).

  • How to execute oracle reports file from jsp using WL as an app server

    I plan to use jsp to accept IN parameters and later want to execute oracle
              report execute stored in some directory and provide results back to the
              client browser window. Is this possible in JSP + WL? If yes, can you
              provide some tips on the code?
              Thanks.
              

    Try
    sqlplus "sys/oracletest as sysdba" @bpk.sql
    Working locally, and having set the ORACLE_SID, you don't need to specify the SqlNet alias (@testdb).
    Remember to put an exit at the end of the bpk.sql script.

  • How to read a CLOB file and select only one of the node

    i have table with one of it's datatyp as CLOB, i need to read one particular node alone,
    Ex
    Table tesxml has two columnd id,xml and the xml field is a CLOB which has data as shown below.
    <?xml version="1.0" encoding="UTF-8"?>
    <alert>
         <type0 comment="section in XSL component" name="Initial Information">
              <details>     
                   <Priority>0001</Priority>
                   <Date>2010-06-29</Date>
                   <Initial_Information></Initial_Information>
              </details>
                      </type0>
    </alert>now i need to select id,<Date value(from xml)>,<comment value>
    o/p should look like
    0000,2010-06-29,section in XSL componenti tried these queries but i am doing something wrong with the syntax..
    SELECT alert_internal_id,EXTRACTVALUE(VALUE(c), '/Date') datee
      FROM (SELECT id,xmltype(xml) xml FROM tesxml),
           table(XMLSEQUENCE(EXTRACT(xml, '/alert/type0/details/'))) c;
    select dbms_lob.read(HTML_FILE_KEY,alert,type0,details,Date) from alerts

    Depakjan wrote:
    No that is not the case if i just remove the where statement it's workingWell, based on your query, you don't seem to have a repeating group, so I'm guessing your XML looks something like the following:
    SQL> ed
    Wrote file afiedt.buf
      1  with alerts as (select 1 as alert_internal_id,
      2  '<alert>
      3    <tab0 comment="bob">
      4      <details>
      5        <Priority>1234</Priority>
      6      </details>
      7    </tab0>
      8    <type0>
      9      <details>
    10        <DateVRUClaimInitiated>01/02/2010</DateVRUClaimInitiated>
    11      </details>
    12    </type0>
    13  </alert>' as xml from dual)
    14  --
    15  select alert_internal_id,x.* from alerts, xmltable ('.' passing XMLTYPE(xml)
    16               columns prio varchar2 (5) path '/alert/tab0/details/Priority',
    17                       dt varchar2 (15) path '/alert/type0/details/DateVRUClaimInitiated',
    18                       type_comment varchar2 (25) path '/alert/tab0/@comment') x
    19* where x.dt is not null
    SQL> /
    ALERT_INTERNAL_ID PRIO  DT              TYPE_COMMENT
                    1 1234  01/02/2010      bobHowever, let's assume you do have a repeating group of alerts (I'll achieve that by putting them inside a "root" element), and I'll set one of them so there is no dt returned...
    SQL> ed
    Wrote file afiedt.buf
      1  with alerts as (select 1 as alert_internal_id,
      2  '<root>
      3    <alert>
      4      <tab0 comment="bob">
      5        <details>
      6          <Priority>1234</Priority>
      7        </details>
      8      </tab0>
      9      <type0>
    10        <details>
    11          <DateVRUClaimInitiated>01/02/2010</DateVRUClaimInitiated>
    12        </details>
    13      </type0>
    14    </alert>
    15    <alert>
    16      <tab0 comment="jim">
    17        <details>
    18          <Priority>2222</Priority>
    19        </details>
    20      </tab0>
    21      <type0>
    22        <details>
    23          <DateVRUClaimInitiated />
    24        </details>
    25      </type0>
    26    </alert>
    27  </root>' as xml from dual)
    28  --
    29  select alert_internal_id,x.* from alerts, xmltable ('root/alert' passing XMLTYPE(xml)
    30               columns prio varchar2 (5) path '/alert/tab0/details/Priority',
    31                       dt varchar2 (15) path '/alert/type0/details/DateVRUClaimInitiated',
    32                       type_comment varchar2 (25) path '/alert/tab0/@comment') x
    33* where x.dt is not null
    SQL> /
    ALERT_INTERNAL_ID PRIO  DT              TYPE_COMMENT
                    1 1234  01/02/2010      bob
    SQL>That works ok for me. Database = 10.2.0.1
    What version are you on?

  • File encoding problen (charset) on glassfish / Sun App Server

    Hi all!
    I hope someone here can point me the right way since I am trying to solve my problems for quite some time now. First my setup: Suse Linux Box with Glassfish V2. I am creating files for users of our website with an EnterpriseBean in an EJB-Module. The users are supposed to be able to choose the file encoding themselves. The files are created from lucene index files that are UTF-8 encoded. When writing a result file I use a OutputStreamWriter with a CharsetEncoder Object and the user-chosen encoding. This works perfectly when the result is utf-8 too. But whenever I try to generate ISO-8859-1 files the encoding in the output files is messed up. It's neither utf-8 nor Latin 1 or any other valid encoding. On my development windows machine it seemed to work just fine.
    So thanks in advanve and many greetings from germany!
    Phil

    For future references:
    this happens to me too and I found that the cause is that the AM server you are going to configure, is already registered into the directory server.
    Try running this command (with the obvious parameters substituted)
    ldapsearch -B -T -D 'cn=directory manager' -w YOUR_CREDENTIALS -b ou=1.0,ou=iPlanetAMPlatformService,ou=services,YOUR_BASEDN -s base objectclass=* | grep YOUR_SERVERNAMEIf you found that the server you are configuring is listed here try going to AMserver console (if you have another AMserver configured) and browse to Configuration->System Properties->Platforms. If the server is here, remove it, if not, just hit Save (very important).
    If this is your first AM and is a first installation you can just get rid of the Directory Server suffix and recreate it with the Top Entry alone.
    Edited by: flistello on Mar 27, 2008 4:30 PM

Maybe you are looking for

  • CM14 BI Publisher - modifying an existing Data Model, the Graphic View in Query Builder does not display

    I am trying to edit the default forms/reports that come with CM14, trying to edit the data model, data set, (to get to the old Infomaker style graphic view) , the Query model does not display (error the list of tables is too long..) Oracle tell me th

  • New SSD will not boot internally, only from USB.

    I'm trying to install a 480gb Crucial m500 SSD in my late 2011 13 inch macbook pro (i5 2.4 ghz).  I can connect the ssd via usb and format/partition/erase/clone it however I want.  Once it is cloned from my current HD, I can boot from the ssd while i

  • Imac late 2013 laggy gaming when moving camera

    Hey guys, on my 2nd late imac 2013 27 inch with the gtx 775m. I replaced my first imac because of yellow tinted screen....2nd screen has same yellow tint, if not worse so I decided to just keep it. Anyways, with my first imac I got a week ago I notic

  • Problem with Nokia 1208

    Hi I've had my Nokia 1208 for about a year, but an icon has appeared on the screen, out of the blue, which i dont recognise. It is a bent arrow pointing upwards. SInce this has appeared no-one is receiving my texts. I can receive them & it looks like

  • ALV GRID (add_protocol_entry)

    Dear SDN, I'm using edit grid. How could I use the method call method p_data_changed->add_protocol_entry, outside event data_changed? I need to check the data (all lines of te grid) at an (Z) user-comand. Thanks! Best regards, Maria João Rocha