Connector problem with access enforcer

Hi Guys,
I am facing a really strange problem with my connectors.
We have a test installation of GRC which was down for about 3 months.
During this time we migrated our central SLD to another system so I needed to change the connection after getting the system up again.
Anyhow I still can't modify, test or even create a new connector for access enforcer.
The only error I get is "Action failed".
I tried to analyze the logs but found no help there too.
2007-06-18 20:41:56,833 [SAPEngine_Application_Thread[impl:3]_4] ERROR java.lang.NullPointerException
java.lang.NullPointerException
     at com.virsa.ae.dao.sqlj.SAPConnectorDAO.iterToDTO(SAPConnectorDAO.sqlj:75)
     at com.virsa.ae.dao.sqlj.SAPConnectorDAO.findByConnectorName(SAPConnectorDAO.sqlj:15)
     at com.virsa.ae.configuration.bo.ConnectorsBO.findSAPConnectorDetails(ConnectorsBO.java:76)
     at com.virsa.ae.configuration.actions.ManageConnectorsAction.testConnection(ManageConnectorsAction.java:163)
     at com.virsa.ae.configuration.actions.ManageConnectorsAction.execute(ManageConnectorsAction.java:66)
     at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:229)
     at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:412)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java(Compiled Code))
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java(Compiled Code))
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code))
     at java.security.AccessController.doPrivileged1(Native Method)
     at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))
Did anybody here face a problem like that?
Kind regards,
Bastian
Message was edited by:
        Bastian Schneider
Message was edited by:
        Bastian Schneider

I had a simular problem with CC and I had to contact SAP. They gave me a script to run against the database that remove the connector. The problem seemed somewhat common for CC 5.1. Not sure if this applies to AE.

Similar Messages

  • Problem with access to SMTP, IMAP, POP3 protocols in CAS 2013.

    Hi,
    we have problem with access thgrough SMTP, IMAP, POP3 protocols in CAS 2013.
    If I test connection to SMTP 25 port from other computer, session end quickly.
    Test from CAS2013 to localhost or public IP is OK (similar also for IMAP and POP3).
    Receive connectors are with defaults settings, firewall is disabled.
    Service Microsoft Frontend Transport Services restarted, but no success.
    Certificate is assigned to IMAP, POP3, SMTP, IIS.
    IIS and HTTP(s), protocols are OK. Clients can connects only thgrough web, mobile (ActiveSync), or with Outlook with proxy.
    Do you have some tip, what to test?
    If I create new testing receive connector on port 26 for anonymous, behaviour is same, quick disconnecting.
    Thank's Mirek

    Hi,
    Pleaser try to use the following link to test your STMP/POP/IMAP e-mail, and check the test if successful:
    https://testconnectivity.microsoft.com/
    If unsuccessful, please check the test result, it will tell us what caused the problem.
    Thanks.
    Niko Cheng
    TechNet Community Support

  • Problem with Access Policies (create multiple resources)

    I'm having a problem with Access Policies:
    The first policy must create a resource.
    And the following policies should create childs on the resource.
    The problem here is that when policies will add the childs, the resource is not provisioned yet.
    And then each one will create a resource but i just want one resource with the childs.
    When the resource is already provisioned, the policies update this resource properly.
    How can I fix this?
    tks

    Ricardo,
    I had a similar problem. In a post-process handler I was managing the user membership in specific roles through the removeMemberUser and the addMemberUser of the tcGroupOperationsIntf class.
    The last parameter of this method was a boolean which, when true, would automatically trigger the access policies programmatically in the post-process.
    The problem is that there also is an OOTB event handler for triggering access policies, so I was basically triggering the access policies twice and duplicated resources were appearing.
    Hope this helps.
    Cheers

  • Problem with access to SipFactory from jsp-pages in JBoss environment

    Hello!
    I have an installation of the OCMS 10.1.3.3. deployed into a JBoss (jboss-4.0.5.GA) environment. Unfortunately I have a problem with accessing the SipFactory from a jps-page. Encouraged by the "messagesender" example I tried to get an instance of SipFactory from my jsp-page simply by calling:
    SipFactory sipFactory = (SipFactory) application.getAttribute(SipServlet.SIP_FACTORY);
    But unfortunately there seems to be no attribute "SipServlet.SIP_FACTORY" and I only get a null pointer. I have also tried running that code in the orignal messagesender example but it didn't work either. So I wonder if this should definetely work in a JBoss environment or if this might be a known problem. Is there anything that I could check/do regarding this problem? I suppose there must be an oracle module which should take care of making the SipFactory availabe after it is deployed. Perhaps something went wrong during the deployment?!
    Best regards,
    Tim

    Hi
    On JBoss, OCMS does not support converge applications.
    I.e the SipFactory can be retrieved from the servlet context when running on OC4J.
    Instead the SipFactory can be found in JNDI as described in the Developer's Guide:
    "External Access to SIP Servlets
    To enable convergent applications between SIP and HTTP, the OCMS Container allows you to get access to the javax.servlet.sip.SipFactory by looking it up through JNDI. The SIP Factory will be registered under the same name as the display name of your SIP servlet as illustrated in Example 2–12. The <display-name> in the sip.xml in this case must be "My sip app".
    Example 2–12 Accessing the Data for a SIP Session through JNDI
    InitialContext ic = new InitialContext();
    SipFactory sipFactory = (SipFactory)ic.lookup("sip/My sip app");"
    Cheers
    Lucas Persson

  • I have problem with Access Connections on L412 after that utilyty upgrade

    I have problem with Access Connections on L412 after that utilyty upgrade in early August. Windows 7 Ultimate/x64.
    It stops connecting to WPA2 Enterprise (AES-CCMP), Microsoft PEAP, no server cert, with any credentials I try to use. The same account(s) works with native Intel manager on other notebooks and on mobile devices. I lost the wireless connectivity to enterprise WiFi network.
    And, after deinstallation of Access Connections, the inability to connect keeped intact with native Win7 WiFi management.
    I think, something was broken in Access Connections 5.83 Build 83C753WW and some registry settings/ dll modules were altered but not returned to normal after deinstall.

    Access Connections is definitely broken for WPA encryption.  Both versions 5.02 and 5.84 fail for me.  If I use the Windows XP wireless configuration instead of Access Connections, everything works.
    Does anyone know how to report this to Lenovo?  I chased links around the web site but couldn't find a place.

  • Why do i have a problem with accessing images in adobe muse

    why do i have a problem with accessing images in adobe muse ??????!!!!!
    i need heeeeeelp ASAP
    pleeeeease

    I am on the begining stages with constructing the web so i do not have yet URL. The problem is i can not insert any image any way. Whether by fill a browser or by place image, i have the same issue. All the images with all image's format unable to be selected and it is turned off
    I really need help plz
    Is there any info i can supply that would help you figiring out the problem ??

  • Can Play iTunes Library from PC on MacBook Air but cannot import, problem with access rights?

    I can play Itunes library from Windows Vista PC on my MacBook Air using homeshare but cannot import the library . Error message is problem with access rights. Latest OS and Itunes installed. Both computers registered with Apple on same Apple ID. Wifi Router turned on and off. Still does not allow importing. Any suggestions please?

    Might be an alternative for you here > iTunes: How to move your music to a new computer

  • Just wondering if anyone has a problem with accessing iTunes store. have iTunes installed but can't bring up the store home page?

    Just wondering if anyone has a problem with accessing iTunes store. have iTunes installed but can't bring up the store home page?

    i have the same problem! Safari won't work either. Can anyone help please? I have completely restored my computer trying to fix this and it still won't work! I have a 2 month old alienware laptop running windows 7

  • Problems with access to e-mail settings

    Dear All,
    A week ago a changed a password to one of my e-mails and i needed to change it in my e-mail settings as well. As i went to the e-mail settings in my blackberry it stated (for the first time in 3 years) that i have to log in and give my password, as i tried to do it I always would get this text that it is wrong or "your device encountered a problem with this application's server. Select ok and repeat the action to try again." I checked my user name and password many times online, I evenm changed it. But it did not show me any result. This is a very important e-mail and i want to access to my e-mail setting therefore could someone help me with this??? Thank you in advance.

    check the pop settings, set spam to false, its on by defualt, this done you should be able to pop and send via pop without outlook connector.
    naqi

  • Problem with access restriction

    I have about 50 to 80 users under my internet connection and i used the router 2500 and make there repeater of the single connection but i want to restrict many of the user on interner and some on timely but is not possible with this version of product, what can i do house, or what software do you suggest for me to use with this to restrict the internet access on this network. 
    Again, i try to use switch sf100-24 becos of the numbers of the cable to use that is more than 4 as we have only 4 port on the router for ethernet but if i connect it after few second it will make all the connection saying 'unidentify network' and it will not function again what can i do to solve this problem too please!!! help me house

    Hi, you might perhaps consider getting a gigabit switch in order for those devices to be able to work with access restriction.

  • Problem with access to Ironport C370

    Hi,
    We have C370 (upgraded to last version) configured and everythings work fine! But one day, from some reason, we cant access Ironport via HTTPS, HTTP and SSH, only works ping. Problem with network is not because we try access Ironport direct from Managment port. After reboot, then access is fine. Please can you tell me how I can figure out what was a problem, which logs I need to analyze.... Why I could not access to ironport via HTTP/S, SSH?

    I dont think that problem is exchange because problem also was about accessing to ironport, I think that some problem is on ironport:
    Tue Apr 16 16:08:52 2013 Info: New SMTP DCID 15929874 interface 172.30.20.4 address 65.55.37.88 port 25
    Tue Apr 16 16:08:52 2013 Info: ICID 5276886 Receiving Failed: Out of Memory
    Tue Apr 16 16:08:52 2013 Info: ICID 5276886 close
    Tue Apr 16 16:08:53 2013 Info: Delayed: DCID 15929873 MID 11206813 to RID 0 - 4.1.0 - Unknown address error ('450', ['too many connections from your IP (rate controlled)']) []
    Tue Apr 16 16:08:53 2013 Info: MID 11206813 to RID [0] pending till Tue Apr 16 17:08:53 2013 [Default]
    Tue Apr 16 16:08:53 2013 Info: Connection Error: DCID 15929873 domain: shop.com IP: 216.136.0.12 port: 25 details: EOF interface: 172.30.20.4 reason: network error
    Tue Apr 16 16:08:53 2013 Info: ICID 5276890 Receiving Failed: Out of Memory
    Tue Apr 16 16:08:53 2013 Info: ICID 5276890 close
    Tue Apr 16 16:08:53 2013 Info: New SMTP DCID 15929875 interface 172.30.20.4 address 216.136.0.12 port 25
    Tue Apr 16 16:08:53 2013 Info: Delivery start DCID 15929874 MID 11744351 to RID [0]
    Tue Apr 16 16:08:53 2013 Info: New SMTP ICID 5276899 interface data (172.30.20.4) address 172.29.18.137 reverse dns host unknown verified no
    Tue Apr 16 16:08:53 2013 Info: ICID 5276899 RELAY SG RELAY match 172.0.0.0/8 SBRS rfc1918
    Tue Apr 16 16:08:53 2013 Info: Connection Error: DCID 15929874 domain: hotmail.com IP: 65.55.37.88 port: 25 details: 421-"RP-001 (COL0-MC2-F35) Unfortunately, some messages from 195.222.56.65 weren't sent. Please try again. We have limits for how many messages can be sent per hour and per day. You can also refer to http://mail.live.com/mail/troubleshooting.aspx#errors." interface: 172.30.20.4 reason: unexpected SMTP response
    Tue Apr 16 16:08:53 2013 Info: Delayed: DCID 15929874 MID 11744351 to RID 0 - 4.3.2 - Not accepting messages at this time ('421', ["RP-001 (COL0-MC2-F35) Unfortunately, some messages from 195.222.56.65 weren't sent. Please try again. We have limits for how many messages can be sent per hour and per day. You can also refer to http://mail.live.com/mail/troubleshooting.aspx#errors."]) []

  • Problem with Access Point app

    Yesterday I experienced a problem with my internet sharing where it wouldn't start and gave me an error: Connection not shared, Internet sharing isn't currently available
    . I ran across an article on wpcentral.com where they suggested installing the Access Point app from this thread:
    http://discussions.nokia.com/t5/Pool-of-Knowledge/Nokia-Windows-Phone-8-App-Updates/td-p/1640082
    Now I've done that and I see 3 profiles in the app, only 2 are LTE. Activating either of those LTE profiles now gets me an error when trying to internet share that looks like this: Connection not shared, To enable tethering on this device, go to att.com/mywireless or dial 611. When I use the 3g access point profile I get the same message I was getting yesterday.
    At this point I don't think this app is doing anything for me. I dont' use multiple sims, I'm not a world traveller. I also don't know which profile I should be on. I'm clearly in over my head and would like to just take a step back. However, I can't see a way to uninstall the app as it's now in settings. How do I get myself back to where I was yesterday?
    And for bonus points, does anybody know what the original error I was getting means?
    Thanks,
    Joel

    Hi Adrian,
    Yes, I've tried a soft reset to no avail. I've gone to both the AT&T store and the Microsoft store and neither of them have any thoughts on what's going on. At this point I think I will need to replace the hardware since I've not found a solution from anyone.
    Thanks for you help.
    Joel

  • Problems with accessing Internet through router (permanent IP)

    Hi.
    I changed hostname with sys-unconfig. Now computer has permanent IP address (non DHCP) and right hostname.
    Before this change I had access to Internet (hostname: "unknown" and DHCP).
    My computers access Internet through router.
    There is ping from my computer to router and another computer. Also other computer pings my computer.
    In DHCP tables my computer does not exist.
    I created file /etc/defaultrouter with IP of my router.
    Trying to access Internet, web browser (Mozilla) writes: "<site.com> could not be found. Please check name and try afain."
    I think there is a problem with DNS.
    How to configure my computer on Solaris 10 to access the Internet with current configuration?
    Thank you.

    To test DNS services without a browser (ie, to see if the
    system can be a DNS client), first use the command
    'nslookup'
    # /usr/sbin/nslookup sun.com
    Server: miki-class-gla.eclecticgroup.co.uk
    Address: 10.23.0.1
    Non-authoritative answer:
    Name: sun.com
    Address: 72.5.124.61
    # /usr/sbin/nslookup google.com
    Server: miki-class-gla.eclecticgroup.co.uk
    Address: 10.23.0.1
    Non-authoritative answer:
    Name: google.com
    Addresses: 64.233.167.99, 64.233.187.99, 72.14.207.99
    If this doesn't work, then your system isn't talking to a
    DNS server at all at all, so you need to check the contents
    of /etc/resolv.conf.
    If it does work, use the command 'getent' to check that your
    system as a whole is querying DNS for name-IP resolution.
    EG.
    # getent hosts sun.com
    72.5.124.61 sun.com
    # getent hosts google.com
    64.233.187.99 google.com
    72.14.207.99 google.com
    64.233.167.99 google.com
    If you don't get back IP addresses, your system isn't
    correctly configured as a DNS client.
    Look at /etc/nsswitch.conf, and find the line
    that starts 'hosts'.
    If it says
    hosts files
    then the system is not a DNS client.
    To correct this, edit that line to add the word dns on the end:
    hosts files dns
    That's it. No need to reboot.

  • CUA still necessary/recommended with Access Enforcer?

    Hello forum members,
    we are planning to implement SAP GRC Access Control for one of our clients. There are 5 R/3 Systems in the landscape, one of them a HR System. Currently there is no CUA in place an all users and roles are maintained separately in each system. Now with the introduction of GRC Access Control there is the question, if we should at the same time also have a CUA introduced or if it is better to directly provision the Users and Roles from Access Enforcer to the target systems.
    What are the pros/cons to have a CUA in between? Does Access Enforcer also provide overview on all users in all system and the assigned roles?
    Thanks for your replies.

    This is a question that I'm asked all the time.  For some environments, using CUA with AE is really nice.  For other environments, it's just not feasible to have CUA as the security authorisation strategies are too inconsistent across systems.
    For example:
    a. There are three systems (ECC, BI, and SRM) implemented with a consistent top-down (job) approach to defining roles.  So, a AP clerk will receive the 'AP Clerk' role in ECC, 'AP Clerk' role in BI, and 'AP Clerk' role in SRM (for simplicity).   Obviously, the roles are different as they are for different systems, but the point is, it is easy to categorise the authorisations for a particular job across each of the systems.  If security is consistent like this, then CUA can be implemented and the three single roles for the three systems can be grouped together in a cross-system composite role called 'AP Clerk'.  When AE is implemented over the top of this, a user only has to request the 'AP Clerk'  role (composite).  AE performs the workflows, risk analysis etc and then finally passes the request to CUA, which then provisions out to the other two systems.  Very easy from a user point of view as they only have to request one role, which is their job.
    b.  If however due to inconsistency between the systems, it is not feasible to group access into cross-system composites, it may just be better to go with AE without CUA.  In this scenario, a user must request the applicable roles from each of the three systems.  It is more flexible, but a little more difficult for the end user.
    I normally spend quite a bit of time developing the Access Controls strategy during the blueprint phase of the implementation just to make sure that I'm coming up with the optimal design.  A bit of prototyping helps also!

  • Problems with accessing collections in 3.0 after upgrade

    Hello ApEx Team,
    I noticed that my demo on apex.oracle.com related to the XML charts doesn't work properly
    any more. The chart is there but no values are showing up. The problem has something to
    do with accessing collections - it seems no data is found by the procedure looping through
    the generated values. Since the chart values get rendered by executing the package
    procedure through the browser, and not from the user session, I was using the
    following code to get access to the collections:
          HTMLDB_CUSTOM_AUTH.define_user_session (app_user_in, session_id_in);
          HTMLDB_APPLICATION.g_flow_id := app_id_in;
          HTMLDB_CUSTOM_AUTH.post_login (app_user_in,
                                         session_id_in,
                                         app_id_in || ':' || page_id_in
                                        );Now, it seems this part doesn't work and it did in all previous versions. The collection
    is there. I checked that. How do I go arrond this problem?
    The (not working) demo can be found here:
    http://htmldb.oracle.com/pls/otn/f?p=31517:74
    Denes Kubicek

    Joel,
    Thanks for responding. You confirmed what I previously stated. The following worked and
    works for all versions before 3.0:
    BEGIN
       HTMLDB_CUSTOM_AUTH.define_user_session (:app_user_in, :session_id_in);
       HTMLDB_APPLICATION.g_flow_id := :app_id_in;
       HTMLDB_CUSTOM_AUTH.post_login (:app_user_in,
                                      :session_id_in,
                                      :app_id_in || ':' || :page_id_in
       FOR c IN (SELECT c001, c002
                   FROM htmldb_collections
                  WHERE collection_name = :coll_name_in)
       LOOP
          htp.p(c.c001 || ', ' || c.c002);
       END LOOP;
    END;For 3.0 it doesn't return collection values. Selecting from collection will return
    ORA-01403: no data found. This means that something must have changed. Please
    correct me if I'm wrong.
    A question: is this the right way to access collections from a background process?
    If not (it obviously isn't the right way for 3.0), then what is the right way?
    I could create a package collection instead of using apex_collections. But I think it is not
    neccessary and we should find a way to avoid it if possible.
    Thanks again for your help.
    Denes Kubicek

Maybe you are looking for

  • Can't view Screen

    Hi, I am having this problem on certain screen in my application built using Oracle JDeveloper 10.1.2 and ADF UIX. While debugging I can see the screen and it reports no error but when I deploy it to Oracle Application Server, I can't be able to see

  • Error getting,while generating the Webi report

    hi, while  i am generatign the Webi report, i am getting below error. com.jpmorgan.extraclear.reportservice.BOException:  :generateReport :: Exception com.businessobjects.rebean.wi.ServerException: The number of simultaneous report jobs was limited t

  • OBI EE 10.1.3.2 installation problem

    Hello, I just installed OBI on Linux with OAS R3 (10.1.3.1.0). I can't manage to use Oracle Application Server Control to edit configuration files (instanceconfig.xml, etc). I've added in the opmn.xml parameters from the documentation (-DSAROOTDIR, -

  • Crystal reports prompt issue

    Hi  All, I had created the simple crystal report by connecting to  bex query (with prompts). For example in my  crystal  report ,circle prompt  as below list of values Values                                  Description [YPES_AREA].[ANPR]     Andhra

  • Displaying Menus in Abap webdynpro

    Hi!!!!!           I want to create abap dynpro and wanna to add some custom menus.Below is the example of wat actually i want to create.. Home  MasterDetails        Logoff            Vendor Master           Customer Master                  |