Backlight problem for ipod generation 5

i have problem with my ipod generation 5 for backlight not working

http://support.apple.com/kb/HT1212?viewlocale=en_US&locale=en_US

Similar Messages

  • Problem for xml generation using DBMS_XMLGEN

    Hi All,
    i have problem during xml generation using Any help would be highly appreciate
    how could we publish xml data using data base API DBMS_XMLGEN in oracle applications (APPS) i.e. at 'View Output" using
    Any help would be highly appreciate.
    Let me know if need more explanation, this is High priority for me.
    Thanks and Regards,
    [email protected]
    Message was edited by:
    user553699

    You can set the null attribute to true , so that the tag appears in your XML
    see the statement in Bold.
    DECLARE
    queryCtx dbms_xmlquery.ctxType;
    result CLOB;
    BEGIN
    -- set up the query context
    queryCtx := dbms_xmlquery.newContext(
    'SELECT empno "EMP_NO"
    , ename "NAME"
    , deptno "DEPT_NO"
    , comm "COMM"
    FROM scott.emp
    WHERE deptno = :DEPTNO'
    dbms_xmlquery.setRowTag(
    queryCtx
    , 'EMP'
    dbms_xmlquery.setRowSetTag(
    queryCtx
    , 'EMPSET'
    DBMS_XMLQUERY.useNullAttributeIndicator(queryCtx,true);
    dbms_xmlquery.setBindValue(
    queryCtx
    , 'DEPTNO'
    , 30
    result := dbms_xmlquery.getXml(queryCtx);
    insert into clobtable values(result);commit;
    dbms_xmlquery.closeContext(queryCtx);
    END;
    select * from clobtable
    <?xml version = '1.0'?>
    <EMPSET>
    <EMP num="1">
    <EMP_NO>7499</EMP_NO>
    <NAME>ALLEN</NAME>
    <DEPT_NO>30</DEPT_NO>
    <COMM>300</COMM>
    </EMP>
    <EMP num="2">
    <EMP_NO>7521</EMP_NO>
    <NAME>WARD</NAME>
    <DEPT_NO>30</DEPT_NO>
    <COMM>500</COMM>
    </EMP>
    <EMP num="3">
    <EMP_NO>7654</EMP_NO>
    <NAME>MARTIN</NAME>
    <DEPT_NO>30</DEPT_NO>
    <COMM>1400</COMM>
    </EMP>
    <EMP num="4">
    <EMP_NO>7698</EMP_NO>
    <NAME>BLAKE</NAME>
    <DEPT_NO>30</DEPT_NO>
    <COMM NULL="YES"/>
    </EMP>
    <EMP num="5">
    <EMP_NO>7844</EMP_NO>
    <NAME>TURNER</NAME>
    <DEPT_NO>30</DEPT_NO>
    <COMM>0</COMM>
    </EMP>
    <EMP num="6">
    <EMP_NO>7900</EMP_NO>
    <NAME>JAMES</NAME>
    <DEPT_NO>30</DEPT_NO>
    <COMM NULL="YES"/>
    </EMP>
    </EMPSET>
    http://sqltech.cl/doc/oracle9i/appdev.901/a89852/d_xmlque.htm

  • Charging problem for Ipod Shuffle 3rd generation

    Hi all,
    What is the average hours to fully charge my Ipod shuffle 3rd generation using USB cable and connect to my computer?
    I have using this method for charging 2 days each times more than 3 hours but still showing orange blinking light.
    Could you tell me what is the resolution.
    Thanks in advance.

    It's eject (not "reject").  It's the command for iTunes to unmount the iPod disk from the system, so that you can disconnect the iPod physically (without causing data errors).  On an iPod with a screen, the iPod's screen says "Do not disconnect."  On a shuffle, since it has no screen, the warning is the blinking amber light.  When it's blinking, do not disconnect until it become solid.
    In iTunes, the eject button looks like a triangle with a line below it.  It is located next to the iPod's name, to the right.  What happens to the iPod in iTunes, after you click the eject button?  You say it "does not respond," but are you still able to access the iPod after clicking the eject button?
    Another way to eject the iPod is using Windows Explorer or Finder on a Mac.  Right-click on the iPod's disk icon, and select the command to "eject" it?  On a Mac, it says "Eject [name of iPod's disk]."  I'm not sure about the exact wording in Windows.

  • Problem for Report Generation Toolkit for excel 2000

    Hi all,
    Now I am Developing my program with Report Generation Toolkit 1.1.0 and Labview 7.1.
    In my computer I am using Excel XP, and there is not any problem. But when I build to
    a exe file, and use in a computer with Excel 2000, it didn't work.
    And I try to check the source file in this computer, I found that there any some connection
    error. And this is caused by the active X class. As I know Excel 2000 is using Microsoft Excel
    Object Library 9.0, but i cannot find it in the list of active x. So it is using Microsoft Excel Object
    Library with a very old verison. So in the property node there are missing functions, such as the
    UsedRange in _Worksheet in the Excel_Get_Range.vi. However, In VBA, I can find the 9.0 Library.
    Is it the problem of 9.0 library? How can I solve the problem? How can I upgrade the library to 10.0?
    Thanks.
    Regard,
    Ryan

    Hi Mike,
    Since my program is for all the staff in office, everyone may use it.
    I cannot call the whole office to upgrade the excel to XP.
    And I think Report Generation Toolkit is alway support Excel 2000,
    since the old version of it is not support for Excel XP.
    Regard,
    Ryan

  • Updating to iOS 5 and restoration problems for iPod touch

    I tried updating my iPod touch, I think second generation, to iOS 5 last night and when it didn't work I tried to restore it to which it now only shows a usb and iTunes logo. iTunes won't do anything with the iPod while it is plugged in, only saying it is verifying iPod restore with Apple which has been the message I've had for almost 24 hours. I tried to shut down iTunes to see if it would make a difference but when I try i get a message saying it cant quit because it's retoring the software on the iPod. Any suggestions on how to fix this?

    The error on the ipod is a usb pointing to itunes logo
    The itunes error is saying: "Verifying iPod restore with Apple..."
    When I try to quit iTunes it says: "iTunes cannot quit because it is restoring the software on 'Eddie's iPod."

  • Clientgen in WL 81 giving problems for stub generation from WL91 WSDL

    Hi,
    I am very new to this forum and new to Weblogic too.
    Here is my problem. I generated a webservice from a Stateless Session bean using annotation in WebLogic 91. Used the "jwsc"/"wldeploy" to generate and deploy the webservice. Also generated the client stubs using "clientgen" in weblogic 91.
    Created a small web application using a single jsp and servlet (the servlet is where i invoke the service).
    Everything works fine till its weblogic 91.
    Now the problem. I need to make the jsp work from Weblogic 81. So I am trying to create the client stubs from the service endpoint WSDL on WebLogic 91 by using the deployed webservice URL.
    The clientgen in WL 81 is complaining that the "parameters" is already defined (Please see the error below".
    I would assume that BEA would have tested this scenario as it should be a no-brainer. So why does the cleintgen in WL 81 complain. Is there any other step or way that I am missing. I have tried all sorts of things before posting to this forum (like 1. generating the stubs using WSDL2JAVA using axis -- WebLogic 81 gives a null pointer exception 2. generating the client stubs using "clientgen" in WL 91 and trying to compile using the jdk 1.4 and using in WL 81 -- complains that the couldnot find something like jax-rpc._._.ServiceImpl
    Will be realy helpful if someone who had this kind of experience of someone from BEA can help me a little bit.
    Thanks in advance to all for your time.
    ERROR WHILE using CLIENGEN
    build-client:
    [clientgen] Generating client jar for http://localhost:7001/webservice/MAC/Metho
    dsAccessControl?WSDL ...
    [clientgen] WARNING: Map ['http://elexnet.bah.com/methods']:ArrayOfint_literal i
    ncompliantly with JAX-RPC, mapping to a Java array of .int
    [clientgen] WARNING: Map ['http://elexnet.bah.com/methods']:ArrayOfMethodUserTO_
    literal incompliantly with JAX-RPC, mapping to a Java array of com.bah.elexnet.s
    erver.to.MethodUserTO
    [clientgen] C:\Documents and Settings\525328.ROCKIT\Local Settings\Temp\test.jar
    198043065\com\bah\elexnet\methods\client\accesscontrol\MACSPortType.java:15: par
    ameters is already defined in unArchiveUser(com.bah.elexnet.methods.UnArchiveUse
    r,com.bah.elexnet.methods.holders.UnArchiveUserResponseHolder)
    [clientgen] public void unArchiveUser(com.bah.elexnet.methods.UnArchiveUser pa
    rameters, com.bah.elexnet.methods.holders.UnArchiveUserResponseHolder parameters
    [clientgen]
    ^
    [clientgen] C:\Documents and Settings\525328.ROCKIT\Local Settings\Temp\test.jar
    198043065\com\bah\elexnet\methods\client\accesscontrol\MACSPortType.java:21: par
    ameters is already defined in editUserRoles(com.bah.elexnet.methods.EditUserRole
    s,com.bah.elexnet.methods.holders.EditUserRolesResponseHolder)
    [clientgen] public void editUserRoles(com.bah.elexnet.methods.EditUserRoles pa
    rameters, com.bah.elexnet.methods.holders.EditUserRolesResponseHolder parameters
    [clientgen]
    ^
    [clientgen] C:\Documents and Settings\525328.ROCKIT\Local Settings\Temp\test.jar
    198043065\com\bah\elexnet\methods\client\accesscontrol\MACSPortType.java:27: par
    ameters is already defined in getUsers(com.bah.elexnet.methods.GetUsers,com.bah.
    elexnet.methods.holders.GetUsersResponseHolder)
    [clientgen] public void getUsers(com.bah.elexnet.methods.GetUsers parameters,
    com.bah.elexnet.methods.holders.GetUsersResponseHolder parameters)
    [clientgen]
    ^
    [clientgen] C:\Documents and Settings\525328.ROCKIT\Local Settings\Temp\test.jar
    198043065\com\bah\elexnet\methods\client\accesscontrol\MACSPortType.java:33: par
    ameters is already defined in addUserRoles(com.bah.elexnet.methods.AddUserRoles,
    com.bah.elexnet.methods.holders.AddUserRolesResponseHolder)
    [clientgen] public void addUserRoles(com.bah.elexnet.methods.AddUserRoles para
    meters, com.bah.elexnet.methods.holders.AddUserRolesResponseHolder parameters)
    [clientgen]
    ^
    [clientgen] C:\Documents and Settings\525328.ROCKIT\Local Settings\Temp\test.jar
    198043065\com\bah\elexnet\methods\client\accesscontrol\MACSPortType.java:39: par
    ameters is already defined in archiveUser(com.bah.elexnet.methods.ArchiveUser,co
    m.bah.elexnet.methods.holders.ArchiveUserResponseHolder)
    [clientgen] public void archiveUser(com.bah.elexnet.methods.ArchiveUser parame
    ters, com.bah.elexnet.methods.holders.ArchiveUserResponseHolder parameters)
    [clientgen]
    ^
    [clientgen] C:\Documents and Settings\525328.ROCKIT\Local Settings\Temp\test.jar
    198043065\com\bah\elexnet\methods\client\accesscontrol\MACSPortType.java:45: par
    ameters is already defined in changeSystemPassword(com.bah.elexnet.methods.Chang
    eSystemPassword,com.bah.elexnet.methods.holders.ChangeSystemPasswordResponseHold
    er)
    [clientgen] public void changeSystemPassword(com.bah.elexnet.methods.ChangeSys
    temPassword parameters, com.bah.elexnet.methods.holders.ChangeSystemPasswordResp
    onseHolder parameters)
    [clientgen]
    ^
    [clientgen] C:\Documents and Settings\525328.ROCKIT\Local Settings\Temp\test.jar
    198043065\com\bah\elexnet\methods\client\accesscontrol\MACSPortType.java:51: par
    ameters is already defined in deleteUser(com.bah.elexnet.methods.DeleteUser,com.
    bah.elexnet.methods.holders.DeleteUserResponseHolder)
    [clientgen] public void deleteUser(com.bah.elexnet.methods.DeleteUser paramete
    rs, com.bah.elexnet.methods.holders.DeleteUserResponseHolder parameters)
    [clientgen]
    ^
    [clientgen] C:\Documents and Settings\525328.ROCKIT\Local Settings\Temp\test.jar
    198043065\com\bah\elexnet\methods\client\accesscontrol\MACSPortType.java:57: par
    ameters is already defined in getUserRoles(com.bah.elexnet.methods.GetUserRoles,
    com.bah.elexnet.methods.holders.GetUserRolesResponseHolder)
    [clientgen] public void getUserRoles(com.bah.elexnet.methods.GetUserRoles para
    meters, com.bah.elexnet.methods.holders.GetUserRolesResponseHolder parameters)
    [clientgen]
    ^
    [clientgen] C:\Documents and Settings\525328.ROCKIT\Local Settings\Temp\test.jar
    198043065\com\bah\elexnet\methods\client\accesscontrol\MACSPortType_Stub.java:20
    : parameters is already defined in unArchiveUser(com.bah.elexnet.methods.UnArchi
    veUser,com.bah.elexnet.methods.holders.UnArchiveUserResponseHolder)
    [clientgen] public void unArchiveUser(com.bah.elexnet.methods.UnArchiveUser pa
    rameters, com.bah.elexnet.methods.holders.UnArchiveUserResponseHolder parameters
    [clientgen]
    ^
    [clientgen] C:\Documents and Settings\525328.ROCKIT\Local Settings\Temp\test.jar
    198043065\com\bah\elexnet\methods\client\accesscontrol\MACSPortType_Stub.java:39
    : parameters is already defined in editUserRoles(com.bah.elexnet.methods.EditUse
    rRoles,com.bah.elexnet.methods.holders.EditUserRolesResponseHolder)
    [clientgen] public void editUserRoles(com.bah.elexnet.methods.EditUserRoles pa
    rameters, com.bah.elexnet.methods.holders.EditUserRolesResponseHolder parameters
    [clientgen]
    ^
    [clientgen] C:\Documents and Settings\525328.ROCKIT\Local Settings\Temp\test.jar
    198043065\com\bah\elexnet\methods\client\accesscontrol\MACSPortType_Stub.java:58
    : parameters is already defined in getUsers(com.bah.elexnet.methods.GetUsers,com
    .bah.elexnet.methods.holders.GetUsersResponseHolder)
    [clientgen] public void getUsers(com.bah.elexnet.methods.GetUsers parameters,
    com.bah.elexnet.methods.holders.GetUsersResponseHolder parameters)
    [clientgen]
    ^
    [clientgen] C:\Documents and Settings\525328.ROCKIT\Local Settings\Temp\test.jar
    198043065\com\bah\elexnet\methods\client\accesscontrol\MACSPortType_Stub.java:77
    : parameters is already defined in addUserRoles(com.bah.elexnet.methods.AddUserR
    oles,com.bah.elexnet.methods.holders.AddUserRolesResponseHolder)
    [clientgen] public void addUserRoles(com.bah.elexnet.methods.AddUserRoles para
    meters, com.bah.elexnet.methods.holders.AddUserRolesResponseHolder parameters)
    [clientgen]
    ^
    [clientgen] C:\Documents and Settings\525328.ROCKIT\Local Settings\Temp\test.jar
    198043065\com\bah\elexnet\methods\client\accesscontrol\MACSPortType_Stub.java:96
    : parameters is already defined in archiveUser(com.bah.elexnet.methods.ArchiveUs
    er,com.bah.elexnet.methods.holders.ArchiveUserResponseHolder)
    [clientgen] public void archiveUser(com.bah.elexnet.methods.ArchiveUser parame
    ters, com.bah.elexnet.methods.holders.ArchiveUserResponseHolder parameters)
    [clientgen]
    ^
    [clientgen] C:\Documents and Settings\525328.ROCKIT\Local Settings\Temp\test.jar
    198043065\com\bah\elexnet\methods\client\accesscontrol\MACSPortType_Stub.java:11
    5: parameters is already defined in changeSystemPassword(com.bah.elexnet.methods
    .ChangeSystemPassword,com.bah.elexnet.methods.holders.ChangeSystemPasswordRespon
    seHolder)
    [clientgen] public void changeSystemPassword(com.bah.elexnet.methods.ChangeSys
    temPassword parameters, com.bah.elexnet.methods.holders.ChangeSystemPasswordResp
    onseHolder parameters)
    [clientgen]
    ^
    [clientgen] C:\Documents and Settings\525328.ROCKIT\Local Settings\Temp\test.jar
    198043065\com\bah\elexnet\methods\client\accesscontrol\MACSPortType_Stub.java:13
    4: parameters is already defined in deleteUser(com.bah.elexnet.methods.DeleteUse
    r,com.bah.elexnet.methods.holders.DeleteUserResponseHolder)
    [clientgen] public void deleteUser(com.bah.elexnet.methods.DeleteUser paramete
    rs, com.bah.elexnet.methods.holders.DeleteUserResponseHolder parameters)
    [clientgen]
    ^
    [clientgen] C:\Documents and Settings\525328.ROCKIT\Local Settings\Temp\test.jar
    198043065\com\bah\elexnet\methods\client\accesscontrol\MACSPortType_Stub.java:15
    3: parameters is already defined in getUserRoles(com.bah.elexnet.methods.GetUser
    Roles,com.bah.elexnet.methods.holders.GetUserRolesResponseHolder)
    [clientgen] public void getUserRoles(com.bah.elexnet.methods.GetUserRoles para
    meters, com.bah.elexnet.methods.holders.GetUserRolesResponseHolder parameters)
    [clientgen]
    ^
    [clientgen] 16 errors
    [clientgen] java.io.IOException: Compiler failed executable.exec
    [clientgen] at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(Comp
    ilerInvoker.java:470)
    [clientgen] at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvok
    er.java:328)
    [clientgen] at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvok
    er.java:336)
    [clientgen] at weblogic.webservice.tools.build.internal.CompilerHelper.compi
    leFiles(CompilerHelper.java:80)
    [clientgen] at weblogic.webservice.tools.build.internal.ClientGenImpl.compil
    eStubs(ClientGenImpl.java:627)
    [clientgen] at weblogic.webservice.tools.build.internal.ClientGenImpl.genera
    teStub(ClientGenImpl.java:572)
    [clientgen] at weblogic.webservice.tools.build.internal.ClientGenImpl.doClie
    ntGenFromWsdl(ClientGenImpl.java:409)
    [clientgen] at weblogic.webservice.tools.build.internal.ClientGenImpl.run(Cl
    ientGenImpl.java:340)
    [clientgen] at weblogic.ant.taskdefs.webservices.clientgen.ClientGenTask.doC
    lientGen(ClientGenTask.java:351)
    [clientgen] at weblogic.ant.taskdefs.webservices.clientgen.ClientGenTask.exe
    cute(ClientGenTask.java:208)
    [clientgen] at org.apache.tools.ant.Task.perform(Task.java:341)
    [clientgen] at org.apache.tools.ant.Target.execute(Target.java:309)
    [clientgen] at org.apache.tools.ant.Target.performTasks(Target.java:336)
    [clientgen] at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
    [clientgen] at org.apache.tools.ant.Project.executeTargets(Project.java:1255
    [clientgen] at org.apache.tools.ant.Main.runBuild(Main.java:609)
    [clientgen] at org.apache.tools.ant.Main.start(Main.java:196)
    [clientgen] at org.apache.tools.ant.Main.main(Main.java:235)
    BUILD FAILED
    file:C:/Projects/OtherProjects/WL/soaws/build/build.xml:122: weblogic.webservice
    .tools.build.WSBuildException: Compiler failed executable.exec - with nested exc
    eption:
    [java.io.IOException: Compiler failed executable.exec]

    did you get a solution for this issue. I am trying to generate a stub to connect to a webservice i created by exposing my stateless session EJB as a web service, using annotations. I want to create a client stub using the clientgen from weblogic 81. I am unable to do this, do you have any solution to this.

  • Problems for ipod touch2

    i have an ipod touch2 and in that now when i play music with the headphones i can only hear music properly if i just kept on presssing and holding the right side of my ipod screeen or else it wont hear properly. What should i do , please help.

    - Try another pair of headphones
    - Try cleaning out/blowing out the headphone jack. Try inserting/removing the plug a dozen times or so. There is a little switch in the headphone jack that disconnects the speaker when the headphone jack is inserted.
    - Make an appointment at the Genius Bar of an Apple store. Seems you have a bad headphone jack or other hardware peoblem.
    Apple Retail Store - Genius Bar
    If not under warranty Apple will exchange your iPod for a refurbished one for this price. They do not fix yours.
    Apple - iPod Repair price                  
    A third-party place like the following will replace the jack for less. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens
    Replace the jack yourself
    iPod Touch Repair – iFixit

  • Facetime problems for iPod 4

    I had a facetime account and everything and It worked. One day it signed me out, so I have tried to log in or get started and it wont work right. It says an error occurred during activation. try again. every time I try it still wont work. What do I do? I have internet connection and everything, but it still wont work.

    Try rebooting your router (unplug it from the wall for about 20 seconds then plug it back in)
    On your iPod, try a reset: Hold the Sleep/Wake and Home buttons and don’t let go until the screen goes dark and the Apple logo appears (no data will be lost)

  • BDC problem for PFCG generation.

    Dear Experts,
    In PFCG transation for Role pushing when I press generate button manually it does all processing successfully in background but if I do it using BDC recording it just come out without processing anything with success message. Please help.
    wait for the reply.
    Thanks in advance.

    HI,
    Try to use code below instead of using BDC.
    Enqueue
      CALL FUNCTION 'PRGN_ACTIVITY_GROUP_ENQUEUE'
        EXPORTING
          activity_group          = i_agr_name
        EXCEPTIONS
          foreign_lock            = 1
          transport_check_problem = 2
          OTHERS                  = 3.
      IF sy-subrc NE 0.
        exit.
      ENDIF.
      CALL FUNCTION 'PRGN_RFC_CREATE_ACTIVITY_GROUP'
        EXPORTING
          ACTIVITY_GROUP                      = i_agr_name
         ACTIVITY_GROUP_TEXT                 = i_agr_text
      COMMENT_TEXT_LINE_1                 = ' '
      COMMENT_TEXT_LINE_2                 = ' '
      COMMENT_TEXT_LINE_3                 = ' '
      COMMENT_TEXT_LINE_4                 = ' '
         PROFILE_NAME                        = i_profile
      PROFILE_TEXT                        = ' '
         ORG_LEVELS_WITH_STAR                = ''
         NO_DIALOG                           = 'X'
      UNMAINTAINED_FIELDS_WITH_STAR       = ''
       TEMPLATE                            = ''
      ONLY_TCODE_ASSIGNMENT               = ' '
    TABLES
      TCODES                              =
      HIERARCHY_NODES                     =
      HIERARCHY_TEXTS                     =
    EXCEPTIONS
      ACTIVITY_GROUP_ALREADY_EXISTS       = 1
      ACTIVITY_GROUP_ENQUEUED             = 2
      NAMESPACE_PROBLEM                   = 3
      ILLEGAL_CHARACTERS                  = 4
      ERROR_WHEN_CREATING_ACTGROUP        = 5
      PROFILE_NAME_EXISTS                 = 6
      PROFILE_NOT_IN_NAMESPACE            = 7
      NO_AUTH_DATA_SELECTED               = 8
      ILLEGAL_TCODES                      = 9
      NOT_AUTHORIZED                      = 10
      PROFGEN_TABLES_NOT_UPDATED          = 11
      ERROR_WHEN_GENERATING_PROFILE       = 12
      OTHERS                              = 13
      IF SY-SUBRC <> 0.
        exit.
      ENDIF.
      ls_auth_data-object = 'S_RS_AUTH'.
      ls_auth_data-field = 'BIAUTH'.
      ls_auth_data-low = i_bi_auth.
      ls_auth_data-modifier = 'U'.
      append ls_auth_data to lt_auth_data.
      CALL FUNCTION 'SUPRN_DARK_MANIPULATE_PROFILE'
        EXPORTING
          ACTIVITY_GROUP                      = i_agr_name
          PROFILE_NAME                        = i_profile
         USE_EXTERNAL_TEMPLATE_DATA          = 'X'
      AUTH_TEMPLATE_TO_ADD                = ' '
      FILL_ORGS_WITH_STAR                 = ' '
      FILL_FIELDS_WITH_STAR               = 'X'
          NO_DIALOG                           = 'X'
      REBUILD_AUTH_DATA                   = 'X'
      GENERATE_PROFILE                    = 'X'
    IMPORTING
      PROFILE_TORSO                       =
       TABLES
      TCODES                              =
         EXTERNAL_TEMPLATE_DATA              = lt_auth_data
    EXCEPTIONS
      PROFILE_NOT_IN_NAMESPACE            = 1
      PROFILE_NAME_EXISTS                 = 2
      NO_AUTH_FOR_ROLE_CHANGE             = 3
      NO_AUTH_FOR_PROF_CREATION           = 4
      NO_AUTH_FOR_AUTH_MAINT              = 5
      NO_AUTH_FOR_GEN                     = 6
      NO_AUTHS                            = 7
      OPEN_AUTHS                          = 8
      TOO_MANY_AUTHS                      = 9
      ERROR_WHEN_GENERATING_PROFILE       = 10
      OTHERS                              = 11
      IF SY-SUBRC <> 0.
        exit.
      ENDIF.
      Dequeue
      CALL FUNCTION 'PRGN_ACTIVITY_GROUP_DEQUEUE'
        EXPORTING
          activity_group = i_agr_name.
      e_ok = 'X'.
    This will create role. To save authorisation use  FM "RSEC_MODIFY_AUTH".
    Srikanth.

  • Error 1905 came up when installing itunes 7, for ipod nano gen.2

    PLEASE HELP ,WHEN INSTALLING ITUNES 7 FOR IPOD GENERATION 2 ERROR 1905 CAME UP

    let's get an itunes 7 installer log to the Apple engineers for a look.
    1. Open a command prompt window. (Start menu -> Run. Type in "cmd". Hit return.)
    2. Drag and drop iTunesSetup.exe onto the window so that the full pathname of the file is at the command line prompt.
    3. Type in a space, then the following line:
    /l*v C:\log.txt
    4. Hit return.
    5. The installer will create a log file:
    C:\log.txt
    Find that file and send it as an attachment to this email address in the email to Roy, be sure to include the following information:
    - A link to the thread on Apple Discussions where the issue is being discussed
    - The username you are using in the thread
    - The version of iTunes you are using or trying to use
    - A concise description of the issue you are seeing
    - The exact text of the error message you are seeing

  • Problems for measures the distance in my ipod nano 6 generation.

    Problems for measures the distance in my ipod nano 6 generation.
    I test take the ipod en my waist, in my wrist (clock), and i have calibrated the ipod often.
    Any solution for this problem?
    Many thanks.

    He iPod most likely died or broke on its own

  • The backlight on my ipod touch 3rd generation will not come on, but everything works perfectly. I even used the advice given on the tech support page, and it still will not come on. HELP ME PLEASE.

    The backlight on my ipod touch 3rd generation will not come on, but everything else is working fine I even took the tech support advice by plugging it in and resetting it, but that didn't fix the issue either. I need help.

    If not this:
    iOS: Wi-Fi or Bluetooth settings grayed out or dim
    One user reported that placing the iPod in the freezer fixed the problem.
    Also heating sometimes works. See:
    Why can't I select my wifi settings?
    A trick that works frequently with iPhones:
    Settings > AirPlane Mode ON, Do Not Disturb ON
    Power down and wait 5-10 minutes
    Power up
    Settings > AirPlane Mode OFF, Do Not Disturb OFF
    If not successful, an appointment at the Genius Bar of an Apple store is usually in order.
    Apple Retail Store - Genius Bar
    Then:
    Does the iOS device connect to other networks? See other networks? If yes that tends to indicate a problem with your network.
    Does the iOS device see the network?
    Any error messages?
    Do other devices now connect?
    Did the iOS device connect before?
    Try the following to rule out a software problem:                
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    .- Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - Wi-Fi: Unable to connect to an 802.11n Wi-Fi network      
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem and it does not connect to any networks make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

  • New software update for iPod touch 4th generation? PLEASE HELP!!

    Ok so here is the problem: I have the iPod touch 4th generation with software version 4.3 (I have had my iPod for about 7 months) and recently within the past week or so I have started experiencing multiple crashes with many different various apps and games. Just random games crashing and then I noticed it happening with the Facebook app and even Safari on my iPod! I had to get off of my iPod and come on the computer to type this message out because Safari would crash every single time I tried to type this on my iPod! So at first I figured it was the apps and games' problems, but then as more and more began to crash, like Facebook and Safari, I figured it is the Apple software version 4.3 acting up. So I was wondering, is Apple working on a new software update for iPod touch 4th gen.? Or is this a rare problem? Is there anyone out there having this same problem? Or anyone at all that can PLEASE help me?! MANY THANKS!
    - Sam Amos

    No one would know what Apple is working on, unless they announce, which they very rarely do.
    Have you tried the basics from the manual?
    restart.
    reset.
    restore.

  • How do I get the right operating system for iPod Touch 1st generation?

    I have an iPod Touch 1st generation and am experiencing problems with most of the apps that I´ve downloaded. The error message is "Application not compatible - this application requires the iPhone 4.0 Software update". Can I upgrad the software on my iPod?

    You 1G iPod can only go as far as iOS 3.1.3,  Sorry.  If you want 3.1.3 go here:
    Purchasing iOS 3.1 Software Update for iPod touch (1st generation)

  • Looking for a headphones solution for 5th generation iPod

    So my headphone jack no longer works (technical problem). As a result I need headphones that plug in via the dock connector instead.
    A little over a year ago I bought (what I think was) a remote/headphones combo device that solved my problem. The remote plugged into the iPod, and then the headphones plugged into the remote. Problem solved.
    I have now lost this device, and whenever I ask the Apple Store for something similar they have no idea what I'm talking about.
    Any help in either identifying the device I had before or coming up with a new solution would be greatly, greatly appreciated. I'm ready to pull out my hair at the moment. I refuse to replace a $300 dollar piece of equipment just because I'm having trouble finding something that used to be on the market.

    SpringFaery, you didn't say what specifically is wrong with the headphone jack, so I don't know if this will help you or not. I have a 5th generation iPod 30GB that just started having problems with the headphone jack. One of the earbuds was losing sound intermittently. I checked the headphones on other devices and they're fine. The same problem happens when I try other headphones on the iPod, so I assume the problem is the headphone jack.
    I found another thread about sound problems with 5th generation iPods in this forum that said that pressing on one corner of the iPod fixes that problem, so I tried doing that on my iPod and it works fine now. I used a 2-inch binder clip and put it on the right side of the iPod, in the upper corner under the headphone jack. I have a leather cover on the iPod, so the binder clip is over that. The sound is back to normal now so I'm happy with this "usermod" fix. If your problem is similar maybe this can help.

Maybe you are looking for

  • How to reconnect master files in recovered folder to Aperture

    Aperture 3 crashed and somehow it spit out all its master files and dumped them in a directory called 'Pictures Recovered Photos'. All files in Aperture show the 'Master Not Found' badge (arrow with yellow exclamation point triangle). How do I tell A

  • T61 and external Samsung SyncMaster T190

    I'm trying to configure my T61 to work with an external screen - a Samsung SyncMaster T190.   What I want is the same desktop to appear on both screens, with the resolution of 1400x1050 on the Thinkpad,  and 1440x900 (the best resolution) on the Sams

  • Azure - Setting up development environment

    Hi  I am looking at doing a proof of concept for moving our companies current web site/app to azure. Our site makes use of redirecting to sub domains so am i right in thinking that to debug in development i would have to host it locally on IIS so i c

  • SIP REFER with UCCE and CUPS SIP Proxy

    I am running UCCE 8.0.1 with CVP and CUPS as the SIP proxy.  I am looking to transfer calls to PSTN and release from CVP to free CVP ports.  I am using the rfxxxxxxx method in the ICM script, which seems to work fine from CVP.  However the SIP proxy

  • Capture Client IP address in Oracle Portal

    Hi, I just thought to post the solution I figured out which I can't find anywhere. The instructions should allow you to add the dynamic page portlet to a page to see the client ip address: 1. Login to Portal as an admin. 2. Click on the Navigator lin