Necessity of a test connection to succeed for unlinking

Is it necessary for test connection to the resource succeed for unlinking a user from a resource?
I find that my test connection fails but i want to unlink the user from the resource. Is there any other alternative?
Yash
Message was edited by:
yash@IDM

You can only unlink the user from the resource if the resource is directly assigned. If you use roles or resource groups then unlinking might fail.
And no there is no resource action needed this is an IdM internal thing.
WilfredS

Similar Messages

  • LDAP access info in datasource xml file for multidomain Test Connect fails.

    Hello SDN
    I've gone through the video that explains how to setup the multidomain conf.
    I have my service users but when it comes to enter the ldap access user I'm not sure what info to enter.
    My ldap user is created at the  company.com level not at the domain1.company.com level as is indicated in the video.
    I entered the following values
    ume.ldap.access.server_name> server1
    ume.ldap.access.user> [email protected]
    ume.ldap.access.base_path.user> CN=USERS,DC=COMPANY,DC=COM
    ume.ldap.access.base_path.grup> CN=USERS,DC=COMPANY,DC=COM
    And when I try to test connection I'm getting an error. So I have two questions:
    Should the ldap account be created at the domain1.company.com level?
    And how do I get the correct info to populate the base_path fields? Not sure where to get it, I just followed video.
    Thanks for any help.
    MR

    Couple of things.,
    1. What LDAP you are using
    2. What kind of hierarchy (flat or deep)
    The hierachy will decide the user path and the group path.
    Given you have all the right values then you populate the values for the foolowing.,
    - Server Name or IP
    - Server port number
    - LDAP user name by (used for connectivity and access which should have enough rights)
    - Password for the LDAP user
    - User path
    - Group path
    With all the above given right the test connection should succeed.
    Optionally SSL can be enabled for LDAP connectivity and can specify unique attribute for UME unique ID (this field will be uid for SUN LDAP and samaccountname for MS AD)
    Regards,
    Muthu Kumaran KG

  • Test connection for LDAP resource?

    I am running IDM 7.1 on RHEL 4 and set up various resources. I set up a database resource and entered the resource parameters, clicked test configuration, got an error, corrected the parameters, clicked test configuration and got a "test connection succeeded for resource" notification. However when I set up an ldap as a resource, and enter parameters for host, port, and password I get a test successful notification even when the parameters are incorrect. In fact if I leave the defaults below of localhost and the password is blank I get a test successful. Anyone else experience this issue?
    Host LOCALHOST
    TCP Port 389
    SSL 0
    Failover Servers
    User DN CN=DIRECTORY MANAGER
    Password
    Base Contexts O=COMPANY
    Object Class TOP PERSON ORGANIZATIONALPERSON INETORGPERSON
    LDAP Filter for Retrieving Accounts
    Include All Object Classes in Search Filter *CHECKED
    User Name Attribute UID
    VLV Sort Attribute UID
    Use blocks 1
    Block Count 100
    Group Member Attr UNIQUEMEMBER
    Password Hash Algorithm
    Change Naming Attr 0
    LDAP Activation Method
    LDAP Activation Parameter
    path C:/TEMP/LDAP1.XML

    Are you using the right class file for the LDAP adapter? Make sure you are not using the simulated adapter...
    Look at your LDAP resource xml object to see if is set to com.waveset.adapter.LDAPResourceAdapter.
    In some cases you will get a successful test on an adapter, but you may have one configuration parameter incorrectly configured. So, the adapter connects, but will not function properly. Look at things like base context, objectclass, etc...
    I have had this happen before and it is frustrating because you are just missing one attribute or fat fingered an attribute name.

  • I've had an iWeb site running for 4 months and I publish a monthly newsletter. Since August I've been unable to republish. The test connection under FTP settings works but I get an error message when I try to upload newsletter. Am I missing something mis

    I've had an iWeb site running for 4 months and I publish a monthly newsletter. Since August I've been unable to republish. The test connection under FTP settings works but I get an error message when I try to upload newsletter. Am I missing something?

    Where are you hosting the site a what are you using to upload the site files to the server?
    OT

  • Test Connection failed in Crystal Reports for Eclipse using SQL Server 2008

    I installed an SQL Server Express 2008 on my local PC (Window XP SP3). I downloaded sqljdbc4.jar to Crystal Reports for Eclipse
    IDE library path and tried to Test Connection, but got the Ping failed message : The TCP/IP connection to the host localhost, port 1433 has failed. It said that check that an instance of SQL Server is running on the host (I saw SQL Server SQLEXPRESS is Running on my PC) and accepting TCP/IP connection at the port (I enabled TCP/IPin my PC's SQL Server Network Configuration),
    and that no firewall is blocking TCP connection to the port(I turned OFF Window Firewall on my OC). Can anyone tell me how can I fix this problem ?

    Hi,
    Check the below thread also:
    http://scn.sap.com/thread/1634856
    Thanks,
    DJ

  • Portal Test Connection Failed for JDBC Connector

    Hi,
    We are trying to create a JDBC system in EP to connect SQL Server 2005 database. Our aim is to build a model in VC using data services from SQL Server 2005.
    We deployed the Driver file sqljdbc.jar  and connection was successful when tested by creating a data source  in Visual Administrator-> JDBC Connector
    We have created a system in EP with user mapping type (admin,user) and user mapping also done for system alias with the SQL Server administrator user id and password. UME is maintained in ABAP Stack. When we try for test connection with the system created in EP for JDBC connection, the system throws an error message like “Connection failed. Make sure user mapping is set correctly and all connection properties are correct“
    Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the back end application using the connector defined in this system object
    Results
    Retrieval of default alias successful
    Connection failed. Make sure user mapping is set correctly and all connection properties are correct.
    The following are the URL and driver class name:
    URL: jdbc:sqlserver://<host_name>:1433;DatabaseName=”db_ name”
    Driver class name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    Is there any other setting to be maintained in the Visual Administrator or in the Portal?
    Kindly let us know any clue to overcome this issue.
    Quick response highly appreciated.
    Regards
    Saravanan.r

    Hi Saravanan and Sathish,
    not sure how far you got with this. I had the same problem or at least a very similar one with access to MS SQL Server 2005 and solved it. I followed essentially very similar steps with a couple of minor twists:
    1) copied the sqljdbc.jar file to the storyboard server and  set the classpath environment variable to point to it.
    2) I did not create a data source, just created a new driver "SQLServer".
    3) Under Connector Container I cloned SDK_JDBC as "SDK_SSQL".
    4) The Visual Composer property vc.bi.sqlEditor Enabled should be set to true for you to be able the SQL Editor in the Data Service in VC.
    In the portal I created a system of type BI_JDBC from a template.
    The connection url and driver class were as in the thread:
    URL: jdbc:sqlserver:ipaddress:1433;DatabaseName=name
    Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
    ConnectionFActoryClass as above under 3.
    User rights: admin,user
    The user mapping to the system alias should be as described.
    This should allow you to use the data service in VC to access SQL Server tables. If access to stored procedures (sometimes quite useful) is required, this would need to utilise the p9sqlserver.jar file already on the server.
    Best Regards
    Felix Logemann

  • Error in Test Connection through the DQE for my JDBC system

    Hi,
    I created a JDBC system and I gave DQE properties to connect to the PUBS database.
    I am getting the below error when I did Test Connection through the DQE.
    Test Details:
    The test consists of the following steps:
    1. Checks the existence of a backend admin user ID/password in the system properties.
    2. Checks the existence of a default alias for the system.
    3. Checks the DQE connection.
    Results
    1. Backend admin user ID and password exist in the system properties.
    2. Default alias of the system exists.
    3. DQE connection failed. The system is currently being loaded. Please wait and try again.
    I re-entered admin id and password in DQE properties as per OSS note 761753.
    Still I am getting the same error.
    Thanks,
    Ramakrishna

    Vadim
    I did all steps mentioned by you.
    Still my issue is not resolved...
    Thanks,
    Ramakrishna

  • PS Dynamic Script for Test-Connection on OU and SubOU.

    I have a non working PowerShell script for searching an OU in an 2008 level Active directory, but it is obviously incomplete. I was able to retrieve part of the script from another forum (cant remember which one, or I would kindly give them the credit they
    deserve), but I was hoping to include a variable to in the "SearchBase" option below and make it dynamic, where I can change the OU to ping from a top level and have it also work under a child OU if I need to.
    Outcome: Ping OU and child OU and have the option to ping either selection. Of course I would manually enter in my Search base parameters when prompted from the shell. I just want to have any easy way of ping all computers from an OU level without having
    to paste the lower part of the script to my PowerShell script pane and changing the OU from there. If I can get the correct parameters working, then it would be easy to load this function to my PS profile. Thank you, and help is appreciated. Hoping someone
    can let me know what I am missing to get this functional.
    function
    get-DCping
    [CmdletBinding()]
    [Alias()]
    [OutputType([int])]
    Param
    # Param1 help description
    [Parameter(Mandatory=$true,
                       ValueFromPipelineByPropertyName
    =$true,
                       Position
    =0)]
    [string]$Search)
    $rtn
    =
    $null
    Get-ADComputer
    -Filter
    -SearchBase
    'OU=$Search,DC=domain,DC=domain' 
    |
    {$rtn
    =
    Test-Connection
    -CN
    $_.name
    -Count
    1
    -BufferSize
    16
    -Quiet
    IF
    ($rtn
    -match
    'True') {write-host
    -ForegroundColor
    green
    $_.name}
    ELSE
    { Write-host
    -ForegroundColor
    red
    $_.name }}

    Hi,
    Here's a starter:
    Function Get-DCPing {
    [CmdletBinding()]
    param(
    [string]
    $OrganizationalUnit
    Get-ADComputer -Filter * -SearchBase $OrganizationalUnit | ForEach {
    $computerName = $_.Name
    $props = @{
    ComputerName = $computerName
    Alive = $false
    If (Test-Connection -ComputerName $computerName -Count 1 -Quiet) {
    $props.Alive = $true
    New-Object PsObject -Property $props
    Don't retire TechNet! -
    (Don't give up yet - 13,225+ strong and growing)

  • Test connection failed for resource(s): AD: == No route to host\n

    Hi, First of all I would like to tell you that the application was running fine few days back, this issue has come suddenly.
    I am getting following error while doing connection test for AD with SUN IDM:
    Test connection failed for resource(s): AD: ==> No route to host\n
    and when I try to open the detail for windows active directory arrow mark from the resource tab, Its giving me below error:
    Error iterating over objects ==> com.waveset.util.WavesetException: ==>java.net.NoRouteToHostException: No route to host
    I tried to google on this but all are pointing to some network/firewall problem.
    Can anybody suggest me the correction ways to resolve this problem. Any idea how I can proceed further.
    Thanks,
    Jimmy

    First of all, I dont know if you even done the proper fault elimination
    No route to host is indicative of a network problem that could be based on several different faults.
    Simplest way to check, log in to the system running your IdM.
    first check if your nameservice is working
    nslookup <your fully qualified hostname for the AD gateway>
    idmmgr@unix103a:$ nslookup idm-gw.company.com
    Server:         139.188.2.1
    Address:        139.188.2.1#53
    idm-gw.company.com canonical name = win050a.company.com.
    Name:   win050a.company.com
    Address: 171.39.88.145if you get the right response there
    try pinging the returned address
    idmmgr@unix103a:$ ping 171.39.88.145
    171.39.88.145 is aliveIf you have a routing problem it will probably show above...
    if the route to the gateway works, it might be the gateway that cant talk to the AD
    Just follow the track manually and if it stops working from one point, go past that point (if you can) and see if it works beyond it.
    Either way, whatever resource is pointed out in the connectinfo in the pertinent adaptor or connector should work from the prompt of the system running it, if not, then you can start unraveling it from there.

  • "Detials for IIOP Conversion" - "Test Connection"

    I click IIOP, enter the connection data and click on "Test Connection" in JDev 3.0 and it just sits there- never times out, never displays an error message and justs 77% of CPU (according to NT's Task list) of 400Mhz Pentium II.

    Hello,
    I am not sure if the problem is on JDev's side or if the db is not setup correctly.
    Try the following:
    1. Execute setjboenv <JDev_Home> 8i
    i.e. D:\JDev3.1\bin>setjboenv d:\jdev3.1 8i
    This will setup your environment to run the 8i utilities
    2. Execute the session shell
    Usage: sess_sh [-user username -password password] -service serviceURL [options]
    e.g. D:\JDev3.1\bin>sess_sh -user scott/tiger -service sess_iiop://arun816.us.oracle
    .com:2481:orcl
    3. If you successfully connect then you should see:
    Aurora/ORB Session Shell
    --type "help" at the command line for help message
    $
    Please let us know if this works. If this does not work then you may want to check the JServer FAQ at http://technet.oracle.com/products/oracle8i/htdocs/jserver_faq/index.html
    Regards,
    Arun

  • In app purchase is not working in testing environment in sandbox for the past 5 days. Please anyone know about this issue.

    in app purchase is not working in testing environment in sandbox for the past 5 days. Please anyone know about this issue.
    What i did
      1 . Added three products more to the existing in-app
      2 . Tested with sanbox
    i am getting the error "cannot connect to itunes store" with error code "0" when trying to purchase product in sandbox.
    Is sandbox is down?Please help guys..

    Apple's sandbox has been down practically all month. You can check the status here:
    http://sandbox.itunes.apple.com

  • Error while Test Connection with Connector

    hi all:
         there is an error while  Test Connection with Connector , I also test it through sys administration->sys configuration->
    suport -> sap transaction, I got all errors, I put these two errors as folows, could you please tell me how to sovle it
    ***************ERROR 1 while *error while Test Connection with Connector ******************************************************
    Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this
    system object
      Results
    Retrieval of default alias successful
    Connection failed. Make sure that Single Sign-On is configured correctly
    ************error sys administration->sys configuration-> suport -> sap transaction        ********************** 1.5 #0025B3E02892006100000A0800001798000487530FB0122E#1274690722265#com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt
    .runtime#guodongdong#47472##n/a##690347f0670e11df98cc0025b3e02892#SAPEngine_Application_Thread[impl:3]
    9##0#0#Error##Java###04:4524/05/10_0077_6087550
    [EXCEPTION]
    #1#com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Application URL
    &\#39;:///sap(ZT1KVXBWektldldTeV9QQXBXRjNaWTRBLS1OZmRvZzBRWWY2QmN0WThNUmgqdUlRLS0=)/bc/gui/sap/its/webgui&\#39; is not valid!
    Please check the protocol and host entries for system &\#39;sapdev&\#39;.
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass
    (AbstractIntegratorComponent.java:123)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:523)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:412)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process
    (ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

    Hi,
    As per this part of the trace:
    Exception in SAP Application Integrator occured: Application URL &\#39;:///sap(ZT1KVXBWektldldTeV9QQXBXRjNaWTRBLS1OZmRvZzBRWWY2QmN0WThNUmgqdUlRLS0=)/bc/gui/sap/its/webgui&\#39; is not valid! Please check the protocol and host entries for system &\#39;sapdev&\#39;. at ...
    You can clearly see that the system object 'sapdev' is not configured correctly/at all - you are trying to launch transaction iView
    (WEBGUI) and in order to do so you should configure the 'internet transaction server' category of the system  object
    with the hostname of the ITS server.
    Generally the template is
    <System.Access.ITS.protocol>://<System.Access.ITS.hostname>/sap<ESID>/bc/gui/sap/its/webgui?\....
    So that's why you got
    Please check the protocol and host entries for system ..

  • Trying to modify a script to use test-connections in multiple domains?

    Hey Scripting Guy!
    I've created the script (below) to use test-connection against a list of hosts and write the results of the machines that respond to a .txt file. The only issue is that one of my sites utilizes two separate domains, does anyone have any advice as far as
    when a test connection fails, retrying the command using another domain name? (server.domain.com)
    I'll take any advice at this point... Thanks!
    New-PSDrive -Name S -PSProvider FileSystem -Root \\server\share -ErrorAction SilentlyContinue
    Get-ChildItem "S:\Folder1\Folder2\backup\backup Audits\Host Audits" -Filter *.txt | `
    Foreach-Object{
        $content = Get-Content $_.FullName
        #$SiteName = Get-ChildItem "S:\Folder1\Folder2\backup\backup Audits\Host Audits"
        #Find alive machines, and write their hostnames to output file for auditing
        Test-Connection -count 5 -ErrorAction SilentlyContinue $Content | Select-object -unique | Out-File      "S:\Folder1\Folder2\backup\backup Audits\Audit results by Site\$_"

    what i would like to do is when my test-connection fails with an error, append another domain suffix to the hostname so that if:
    test-connection computerxyz fails
    then test-connection computerxyz.domain.corp.com
    $server="$computer.domain1.com"
    if(Test-Connection $server -count 1 -quiet){
        $server="$computer.domain2.com"
        ... other code
    ¯\_(ツ)_/¯

  • Error while testing connection WAS in Enterprise Portal

    Hi All,
    While performing the connection tests in SAP enterprise portal
    I have used user logon method UIDPW
    ITS connection and Connection Test for Connectors are getting successful but SAP Web AS Connection is showing -:
    Results
    1. The system ID is valid
    2. Retrieval of the system was successful
    3. The system object represents an SAP system
    4. The following parameters are valid: WAS Protocol (http) WAS Host Name (sapserver1)
    *5. HTTP/S connection failed *
    Settings for WAS
    WAS Description: IP address of the system
    WAS Host Name: sapserver1
    WAS Host Name: Pls tell me the correct path
    WAS Protocol: http
    Waiting for your quick responses.
    Thanks & Regards,
    Prashant.

    Hi Juan,
    As far i know he is trying to test the  was connection from his portal
    While performing the connection tests in SAP enterprise portal
    WAS Description: IP address of the system
    WAS Host Name: sapserver1
    WAS Host Name: Pls tell me the correct path
    WAS Protocol: http
    As far as my understanding,this he would be looking for this,
    any ways this is my perception.
    Regards,
    Vamshi.

  • HT3204 Error message : "network connectivity was reset" for trying to update itunes match".

    I followed instructions and did the apple diagnostics test.  all is great.  but still can't connect to store for itunes match update
    test results:
    Microsoft Windows XP Professional Service Pack 3 (Build 2600)
    Dell Inc. OptiPlex 740 Enhanced
    iTunes 10.6.3.25
    QuickTime 7.7.2
    FairPlay 1.14.43
    Apple Application Support 2.1.9
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 5.2.0.6
    Apple Mobile Device Driver 1.59.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 0013A4940C94B410
    Current user is an administrator.
    The current local date and time is 2012-08-31 13:45:04.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Core Media is supported.
    Video Display Information
    NVIDIA Quadro NVS 210S
    **** External Plug-ins Information ****
    No external plug-ins installed.
    Genius ID: b6a928898d4b66af3e0514c8306d304a
    iPodService 10.6.3.25 is currently running.
    iTunesHelper 10.6.3.25 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:    {9FFBFD41-4DF8-415F-9A43-38F1968B5161}
    Description:    Broadcom NetXtreme 57xx Gigabit Controller - Packet Scheduler Miniport
    IP Address:    192.168.80.151
    Subnet Mask:    255.255.255.0
    Default Gateway:    192.168.80.1
    DHCP Enabled:    Yes
    DHCP Server:    192.168.80.25
    Lease Obtained:    Wed Aug 29 16:31:46 2012
    Lease Expires:    Wed Sep 05 16:31:46 2012
    DNS Servers:    192.168.80.20
    Active Connection:    LAN Connection
    Connected:    Yes
    Online:        Yes
    Using Modem:    No
    Using LAN:    Yes
    Using Proxy:    No
    Firewall Information
    Windows Firewall is on.
    iTunes is enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was successful.
    Connection attempt to Gracenote server was successful.
    Last successful iTunes Store access was 2012-08-31 13:30:55.

    PS: I also went into Internet Explorer...
    Selected Tools, selected Internet options, then selected Advanced Tab
    Then I looked for the security section and made sure that SSL 2.0 was selected.
    I was still unable to access iTunes Store.

Maybe you are looking for

  • HP Officejet Pro 8500A will not stay on line

    I have configured my pinter with a static IP adress. The printer was found on my laptop wireless and I printed ok and also made a scan. But every couple of minutes the printer gos offline and cannot be found. Also cannot install printer on my wired P

  • SCOM 2012 SNMP Trap - Does anyone have it working?

    I am wondering if anyone out there has had any luck with getting SNMP Traps to be captured by SCOM 2012?  Probes work fine. We have been unable to get SCOM 2012 to receive a SNMP Trap from network devices.  We currently have a case open with Microsof

  • "access denied" error when using data bindings in region

    Whenever I use data boundings in a region jspx or even in a subview page, I got "access denied" error in other page that uses this region or subview. Anybody know if there is any workaround? Thanks a lot!

  • ITunes Album Track Order

    I basically spend 8 hr a day listening to iTunes and I have a really frustrating issue that I can't imagine should be as difficult to get around - but I can't seem to figure it out. I buy quite a bit of music either through emusic, itunes or cd's. Si

  • Dynamic text in Data elements

    Hi all,           Can we populate the data element text dynamically.          For eg: we have field  TXT whose data element is ZTEXT and the short text that appears in the table is TEXT.         Now we want to create two other fields TXT1 and TXT2 an