Connection Test issue with newly created INTEGRATION_DIRECTORY_HMI in PI7.0

Hi Pals,
Due to change in password for user "PIISUSER" in our system, i changed the login credentials in sm59 -> INTEGRATION_DIRECTORY_HMI.
But the test connection failed, popping up the username/password login dialog again and again.
So i deleted the RFC Connection "INTEGRATION_DIRECTORY_HMI" and recreated it with all the care mentioned in the XI installation guide, manually, step by step.
But again the test connection failed, popping up the username/password login dialog again and again.
I tried this exercise for almost 15 times but without success.
NOTE: I am able to login with "PIISUSER" from SAP system Login successfully.
Looking forward for your kind suggestions.
Thank you!
Saravanan

hi
could be the problem with password..we also faced the same problem while using an alphanumeric one.
after changing to a completely numeric one it started working fine
rgds
Arun

Similar Messages

  • Connect content of archive link with newly created kpro document

    Hi all,
    i hope this the right plase to post my question. Unfortunatelly i did not find any SAP Records Management Topic.
    The issue is:
    i am able to create a new document in Records Management with the FM:
    SRM_DOCUMENT_CREATE
    But,  what  is not realy clear for me, how can i connect content of archive link with newly created kpro document.
    Thanks and Best regards,
    AT.

    Hi Attila,
    there is a difference between SRM_DOCUMENT_CREATE and ArchiveLink Documents.
    If you use the SAP Standard Service Provider for Documents SRM_SP_DOCUMENT this
    will refere to so called KPRO-Documents (KnowledgeProvider). This is totally different to
    common ArchiveLink scenarios.
    If you would like to use ArchiveLink Docs with attributes, there is the property unification in WebAS 6.40 available.
    Best
    Uwe Schulz

  • Issue with Generate Create Script in new ODT 11.1.0.6.10 beta

    I've tried this on several tables in my database. I choose Generate Script to ... a file, for a given table it gives me the error message "An error occurred while writing to fil: \nValue was either too large or too smal for an Int32."
    (It doesn't matter if I'm in a Oracle database project or some other project.)
    Trying to Generate Script To Project... when I'm in a Oracle Database Project, Visual Studio (2005) crashes. It appears to be some overflow exception according to crashinfo:
    EventType : clr20r3 P1 : devenv.exe P2 : 8.0.50727.762 P3 : 45716759
    P4 : mscorlib P5 : 2.0.0.0 P6 : 461eee3d P7 : 407b P8 : a3
    P9 : system.overflowexception
    (With ODT 11.1.0.5.10 beta it worked fine dispite the issue discussed in thread: Re: Issue with Generate Create Script in new ODT 11.1.0.5.10 beta
    /Tomas

    Tried to debug this error and got these exception details. Hope it helps!
    /Tomas
    System.OverflowException was unhandled
    Message="Value was either too large or too small for an Int32."
    Source="mscorlib"
    StackTrace:
    Server stack trace:
    at System.Decimal.ToInt32(Decimal d)
    at System.Decimal.op_Explicit(Decimal value)
    at Oracle.Management.Omo.TableSpaceQuotaDetails.FillTableSpaceQuota(OracleDataReader reader)
    at Oracle.Management.Omo.User.FillTableSpaceQuotas(OracleDataReader reader)
    at Oracle.Management.Omo.Connection.GetUserCollection(Boolean refresh)
    at Oracle.Management.Omo.Connection.GetUsers(Boolean refresh)
    at Oracle.Management.Omo.TableSQLGenerator.GetCreateSQLs(OmoObject obj, ArrayList& typeAndNames, Boolean checkRequired, Boolean appendSchemaName)
    at Oracle.Management.Omo.TableViewBase.GetCreateSQLs(Boolean appendSchemaName)
    at Oracle.VsDevTools.OracleUILDBProjectServices.GenerateCreateScript(OracleUILConnCtx connCtx, String[] objectNames, String objectOwner, OracleUILObjectType objectType)
    at Oracle.VsDevTools.OracleUILDBProjectServices.GenerateCreateScriptAsyncMethod(IntPtr ppvObj, OracleUILConnCtx connCtx, String[] objectNames, String objectOwner, OracleUILObjectType objectType, ICollection& scriptText)
    at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
    at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
    at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
    Exception rethrown at [0]:
    at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)
    at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)
    at Oracle.VsDevTools.OracleUILDBProjectServices.GenerateScriptAsyncMethodDelegate.EndInvoke(ICollection& scriptText, IAsyncResult result)
    at Oracle.VsDevTools.OracleUILDBProjectServices.OnGenerateScriptAsyncCompletion(IAsyncResult ar)
    at System.Runtime.Remoting.Messaging.AsyncResult.SyncProcessMessage(IMessage msg)
    at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
    at System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.ThreadPoolCallBack(Object o)
    at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)

  • Connection pool issues with Mysql

    Hi,
    I have defined sufficient read connections (50) in the toplink configuration, I am finding toplink is not releasing the connections in Mysql, this is when run from Jboss App server.
    Is anyone aware of toplink connection pool issues with MySql?
    thanks

    TopLink always closes connections, I cannot see how this could occur.
    Please include your persistence.xml or sessions.xml. Also ensure you are closing your EntityManager or ClientSession, especially if using exclusive connections.
    Also include the exception you are getting.
    James : http://www.eclipselink.org

  • Issue with Generate Create Script in new ODT 11.1.0.5.10 beta

    So I'm trying to determine if there's an issue with the Generate Create Script option in the new ODT 11.1.0.5.10 beta (when you right click on a table in Server Explorer).
    The SQL create script that it generates lacks the slash between lines. For example I generated the create script for my User table and this is what was generated:
    CREATE TABLE "DEV"."SYSTEM_USER_TB" ("RID" NUMBER(10,0),"USER_NAME" VARCHAR2(256 CHAR),"APPLICATION_RID" NUMBER(10,0),"FIRST_NAME" VARCHAR2(256 CHAR),"LAST_NAME" VARCHAR2(256 CHAR),"PW" VARCHAR2(128 CHAR),"PW_FORMAT" NUMBER,"PW_SALT" VARCHAR2(128 CHAR),"LAST_ACTIVITY_DT" DATE,"EXPIRATION_DT" DATE,"EMAIL" VARCHAR2(256 CHAR),"PW_QUESTION" VARCHAR2(256 CHAR),"PW_ANSWER" VARCHAR2(256 CHAR),"APPROVED_FLG" NUMBER(1,0),"LOCKED_OUT_FLG" NUMBER(1,0),"LAST_LOGIN_DT" DATE,"LAST_PW_CHANGED_DT" DATE,"LAST_LOCKOUT_DT" DATE,"FAILED_PW_ATTEMPT_CNT" NUMBER(6,0),"FAILED_PW_ATTEMPT_WINSTART" DATE,"FAILED_PW_ANSW_ATTEMPT_CNT" NUMBER(8,0),"FAILED_PW_ANSW_ATTEMPT_WINSTRT" DATE,"CREATED_BY_RID" NUMBER(10,0),"CREATED_DT" DATE,"MODIFIED_BY_RID" NUMBER(10,0),"MODIFIED_DT" DATE) TABLESPACE "USERS" PCTFREE 10 INITRANS 1 MAXTRANS 255 STORAGE ( INITIAL 131072 MAXEXTENTS 2147483645 MINEXTENTS 1 )
    CREATE UNIQUE INDEX "DEV"."XPKSTAFF" ON "DEV"."SYSTEM_USER_TB" ("RID" ) TABLESPACE "USERS"
    ALTER TABLE "DEV"."SYSTEM_USER_TB" ADD ( CONSTRAINT "SYS_C0033033" PRIMARY KEY ("RID") USING INDEX "DEV"."XPKSTAFF" ENABLE VALIDATE )
    ALTER TABLE "DEV"."SYSTEM_USER_TB" ADD ( CONSTRAINT "SYS_C0033032" CHECK ("RID" IS NOT NULL) ENABLE VALIDATE )
    CREATE TRIGGER "DEV"."SYSTEM_USER_TRG1"
    BEFORE
    INSERT
    ON "DEV"."SYSTEM_USER_TB"
    FOR EACH ROW
    begin
         select SYSTEM_USER_SEQ.nextval into :new.RID from dual;
    end;
    In my new Oracle Database Project, if I right click on the script and select "Run" or "Run On", the script fails saying:
    Connected.
    CREATE UNIQUE INDEX "DEV"."XPKSTAFF" ON "DEV"."SYSTEM_USER_TB" ("RID" ) TABLESPACE "USERS"
    ERROR at line 2:
    ORA-00922: missing or invalid option
    If I then add, a slash between lines, the script runs successfully and creates the table/trigger and whatever else just fine. For example, I changed the above generated code to look as follows:
    CREATE TABLE "DEV"."SYSTEM_USER_TB" ("RID" NUMBER(10,0),"USER_NAME" VARCHAR2(256 CHAR),"APPLICATION_RID" NUMBER(10,0),"FIRST_NAME" VARCHAR2(256 CHAR),"LAST_NAME" VARCHAR2(256 CHAR),"PW" VARCHAR2(128 CHAR),"PW_FORMAT" NUMBER,"PW_SALT" VARCHAR2(128 CHAR),"LAST_ACTIVITY_DT" DATE,"EXPIRATION_DT" DATE,"EMAIL" VARCHAR2(256 CHAR),"PW_QUESTION" VARCHAR2(256 CHAR),"PW_ANSWER" VARCHAR2(256 CHAR),"APPROVED_FLG" NUMBER(1,0),"LOCKED_OUT_FLG" NUMBER(1,0),"LAST_LOGIN_DT" DATE,"LAST_PW_CHANGED_DT" DATE,"LAST_LOCKOUT_DT" DATE,"FAILED_PW_ATTEMPT_CNT" NUMBER(6,0),"FAILED_PW_ATTEMPT_WINSTART" DATE,"FAILED_PW_ANSW_ATTEMPT_CNT" NUMBER(8,0),"FAILED_PW_ANSW_ATTEMPT_WINSTRT" DATE,"CREATED_BY_RID" NUMBER(10,0),"CREATED_DT" DATE,"MODIFIED_BY_RID" NUMBER(10,0),"MODIFIED_DT" DATE) TABLESPACE "USERS" PCTFREE 10 INITRANS 1 MAXTRANS 255 STORAGE ( INITIAL 131072 MAXEXTENTS 2147483645 MINEXTENTS 1 )
    CREATE UNIQUE INDEX "DEV"."XPKSTAFF" ON "DEV"."SYSTEM_USER_TB" ("RID" ) TABLESPACE "USERS"
    ALTER TABLE "DEV"."SYSTEM_USER_TB" ADD ( CONSTRAINT "SYS_C0033033" PRIMARY KEY ("RID") USING INDEX "DEV"."XPKSTAFF" ENABLE VALIDATE )
    ALTER TABLE "DEV"."SYSTEM_USER_TB" ADD ( CONSTRAINT "SYS_C0033032" CHECK ("RID" IS NOT NULL) ENABLE VALIDATE )
    CREATE TRIGGER "DEV"."SYSTEM_USER_TRG1"
    BEFORE
    INSERT
    ON "DEV"."SYSTEM_USER_TB"
    FOR EACH ROW
    begin
         select SYSTEM_USER_SEQ.nextval into :new.RID from dual;
    end;
    So, does anyone know if this is a bug? Could I be missing an option to add in the slashes to the generated code? Is there an option to not require the slashes? Could there be another way to execute these scripts?
    Seriously, I think I'm having deja vu from the last release of the Dev Tools: Generate Create Script creates scripts that won't run: ORA-00922: missing..
    ...except this time the documentation says I should be able to use the "Run" and "Run On" commands in the Oracle Database Project (see page 8): http://www.oracle.com/technology/tech/dotnet/pdf/ODT11_whatsnew.pdf
    null

    There are 2 issues in the generated script :
    1. Missing semicolons at the end of the create stmts
    2. Missing slashes
    Both of these fixes will be available in the ODT 11.1 release.

  • Ajax Testing issue with e-Tester

    I'm new to using Empirix and we are using it to work with a new site that uses Ajax. I have recorded the script fine but there is an issue with the Link that needs to be clicked on that it will either always change or the index will change. I've tried to use a wild card after the number in the link that always stays the same but when I run the tests it always shows "Used secondary attribute 'index' ". Is there a way to get this to stop showing every time or get it to always use this attribute?
    Thanks,

    Hi,
    <br>There are two different issues here:
    <ol style="margin-top:0px;">
    <li> The link that will be clicked will always change or the index will change.
    <li> e-Tester is always using the secondary attribute "index"
    </ol>
    Let me issue #2 first since its easier to explain.
    <h2 style="color:navy"> e-Tester is always using the secondary attribute "index"</h2>
    <h2 style="color:navy">* For scripts that are not created yet:</h2>
    In order to change the order that e-Tester records the use of attributes you can go to:
    <br> <font style='color:navy'>e-Tester &raquo; Options &raquo; Current Script</font>
    <br> Then on the left side of the Current Script Options window go to:
    <br> <font style='color:navy'>Recording &raquo; Object Identification</font>
    <br>The following image presents how the screen looks like:
    <br><img src="http://qazone.empirix.com/servlet/JiveServlet/download/25-518-1621-527/upanddown.jpg">
    <br>
    Notice the bottons with arrows that are on the right side of the window. Use those to determine which attribute should be used first when recording the script.
    <h2 style="color:navy">* For existing scripts:</h2>
    Go to the page where resides the action of clicking the script, expand the page, <font style='color:navy'>right click on the Address Node</font> and select properties(a new window will appear), double click on the action that is making the click to the link (a new window called Event Properties will appear). In this new window click on the Attributes tab. The following image presents how the Event Properties window looks like:
    <br><img src="http://qazone.empirix.com/servlet/JiveServlet/download/25-518-1621-528/upanddownattributestab.jpg">
    <br>Notice the bottons with arrows that are on the right side of the window. Use those to determine which attribute should be used first when playing back the script.
    <br><br>I will create another post in order to answer the other issue. I need to organize my ideas.
    <br><br>Regards,
    <br>Zuriel

  • Cache Connectivity Test Issue..:-)

    Hi XI Guru's ,
    Currently i am working on a scenario JDBC-RFC-JDBC scenario using a BPM.
    Issues i am facing....
    1. I have made the polling interval from source table to 10 secs, but i can see table is not getting polled in 10 secs.
    2. On running Cache Connectivity Test I found that It is not working perfectly : as i can see yellow and red symbols frequently..
    3. Sometimes when XI is able to pick the  record it is throwing error in Mapping Runtime
    "Runtime Exception during application Java mapping com/sap/xi/tf/_MM_REQ_"..
    I checked n no of times in Test Mapping it is working fine...
    Mapping is between Async Req Object with  RFC's import parameters...on drilling down further i figured out that values are not getting passed to this RFC ...as when i passed the constant values to RFC it is working fine...
    So i am not sure where the the problem ?
    <b>Currently i am working on PI 7.0 and SP 9.0 ...ans also we are not using FQDN now...</b>.

    Hi Santhosh ,
    <i>
                  on drilling down further i figured out that values are not getting passed to this RFC ...as when i passed the constant values to RFC it is working fine...</i>
    <i>On passing the constant values in mapping to RFC the scenario is moving smoothly its only the record being picked by JDBC sender adapter not getting passed to RFC through BPM....</i>
                          Yes. You are having  issue at  Mapping (desing )  side . So,  Even if your JDBC Sender picks up the data it won't send to RFC.  Obsolutly, your  constant value passed to RFC will woks fine .
                       So, Have you tested like what i have suggested  , like copying the Payload and test the mapping ?
                          If you are getting the java.lang.NullPointerException . I am 100% sure your mapping is wrong .  Please chek the MAPPING ONCE AGAING !
                     Are you getting the Target message structure when you are passing the source etructure ?  Executed successfully Message ?
                      Please chek the Mapping once again . Test teh Interface Mapping too.
    Assing points if you found helpful
    Regards.,
    V.Rangarajan

  • URGENT: Tomcat, Connection Pool - Issue with web.xml & server.xml

    Folks,
    I am trying to connect to a MS SQL database using Tomcat/JSP but having issues. The code that I am using is as follows:
    Context ic = new InitialContext();
    DataSource ds = (DataSource) ic.lookup("java:comp/env/jdbc/test");
    Connection conn = ds.getConnection();
    Statement stmt = conn.createStatement();
    I have added the following code to my Server.xml:
    <Resource name="jdbc/test" auth="Container" type="javax.sql.DataSource"
    maxActive="100" maxIdle="30" maxWait="10000"
    username="DB_AW_DATA" password="tester" driverClassName="com.microsoft.jdbc.sqlserver.SQLServerDriver"
    url="jdbc:microsoft:sqlserver://192.168.0.1\\Newcastle"/>
    And the complete web.xml
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE web-app (View Source for full doctype...)>
    - <web-app>
    - <resource-ref>
    <description>Resource reference to java.sql.Connection factory defined in server.xml</description>
    <res-ref-name>jdbc/test</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </web-app>
    The error message that I am getting is as follows:
    java.sql.SQLException: Cannot load JDBC driver class 'null'
    What confuses me is that I have placed the following files in Tomcat\common\lib...
    mssqlserver.jar
    msbase.jar
    msutil.jar
    I think this is purely an issue with how I configured server.xml and web.xml
    In the Tomcat documentation it states to put the code in the server.xml - but nested inside the Context element. This is something that I have not done as I am clear what the Context should be..
    Can someone assist...
    <Context path="" docBase="ROOT" debug="0"> ???
    what should be the path and the docBase.
    I have deployed the following application:
    http://localhost:8080/SCWAPP/index.jsp
    THANKS IN ADVANCE FOR ALL SUPPORRT

    you should put the code you typed in server.xml into context.xml
    in the META-INF folder and this will fix your problem.
    the latest tomcat docs detail what to do.

  • Readiness check sproxy connection test issue ?

    Hi Guys,
    we are doing readiness check on the xi system and we went with the TR SPROXY and there we performed connection test as part of readiness check and ran 4 reports.
    The last 2 reports SPROX_CHECK_IFR_RESPONSE and SPROX_CHECK_IFR_CONNECTION are not working. The connection to the integration builder works fine.
    According to the readiness check document we shld get a ok response when we execute these 2 reports. any help would be really appreciated
    Thanks,
    srini

    Hi Krishna,
    we have dev environment and everything is working fine and the results of all the reports are ok. we are building test and during readiness check we have this problem.
    we ran the CTC tool on PI 7.0 and we have all RFCs automatically and all are working fine
    In dev i have only 1 HTTP connection - ie INTEGRATION_DIRECTORY_HMI. I dont find any other HTTP connections
    anyhelp would be really appreciated
    Thanks,
    srini

  • Can't log in with newly created user on new install of Arch [solved]

    Hi all,
    Yesterday I installed Arch anew (because I had a hardware failure that took out my hard drive), but now I'm encountering an issue with logging in.
    After following the installation guide, and creating a new user, I find that I'm unable to log in as said user.
    It complains about wrong password, but it's the exact same password that I entered mere moments before that, when creating the new user.
    I can "log in" as said user by first logging in as root (which does work) and doing "su - <username>" (though then it doesn't ask for a password).
    Can someone point me in the right direction to fix this problem?
    Last edited by madjo (2013-07-03 20:19:43)

    I think cfr meant to say you shouldn't "fix" bash path - as some users did. Unfortunately there's a bit confusion wrt which paths should be used - see this ML thread.
    Some say we should keep /bin/foo for compatibility, others say that we should boldly move to /usr/bin/foo.

  • Issue with WSDL created for sender agreement

    Hi,
    Can you please help me why I am getting the erroe with WSDL that has been created from directory Sener agreement in PI 7.1 EHP1?
    My interface is a SOAP to file ASYNC scenario and we have been given 5 XSDs that are referencing one each other ,5 XSDs are imported successfully and referenced properly,no errors/issues found.
    Created all ESr and directory objects and I tried creating WSDL from sender agreement for my Source/outbound inteface that is created with XSDs in ESR.
    When I try to import WSDL into SOPA UI to validate ,the import process stuck for ever while trying to import "http://www.w3.org/2001/xml.xsd" and finally throws me error.
    After that I tried importing WSDL created in Directory into AltovaXML spy to created the webservice request,I am getting the following error""invalid XML Schema:"xml:lang" is already declared in the schema dcument C:|..my WSDL.
    Even our partner who wants to make Webservice calls using this WSDL,they are not able to develop their Webservices they are getting errors something related to schema not found /not defined etc.
    Please let me know,what might be the issue?I verified several times with my XSD imports and referencing properly and configuration objects.
    Thank you for your help in advance.
    Regards,
    Prem

    Hi Mark,
    I am not getting issue while displaying/Exporting  as WSDL in ESR.I am getting issue while trying import WSDL that is generated out of Service Interface into SOAP UI or Altova XML Spy.
    I don't think PI created the WSDl out of W3 standards.
    This is the error I am getting in XML Spy:
    File C:\Documents and Settings\Prem\Desktop\SI_XYZ_O.wsdl is not valid
         Invalid XML schema: ''xml:lang' is already declared.
              Error location: schema / attribute++
    and in SOAP UI:It is trying to import the WSDL and it stuck for ever while trying to import http://www.w3.org/2001/xml.xsd and never imprts the WSDL into SOAP UI project.
    Please let me know,if you have any ideas.
    Thank you,
    Prem.

  • Error: Creating a Connection Pool: issue with valid transaction levels

    Server: SunOS 5.8 Generic_117350-27 sun4u sparc SUNW,UltraAX-MP
    App Server: Sun Java System Application Server 8.2
    Jar: ojdbc14.jar
    Datasource Classname: oracle.jdbc.pool.OracleConnectionPoolDataSource
    Resource Type: javax.sql.ConnectionPoolDataSource
    [Issue]
    Using /SUNWappserver/lib/ojdbc14.jar, when I create my connection pool in Sun Java System Application Server 8.2, I return the following error each time I try to start the domain:
    [#|2006-07-28T14:53:56.169-0500|WARNING|sun-appserver-pe8.2|javax.enterprise.resource.resourceadapter|_ThreadID=11;|RAR5117 : Failed to obtain/create connection. Reason : The isolation level could not be set: READ_COMMITTED and SERIALIZABLE are the only valid transaction levels|#]
    When I change the value to "SERIALIZABLE" in my domain.xml file, I receive the following error in my server.log:
    Caused by: org.xml.sax.SAXParseException: Attribute "transaction-isolation-level" with value "SERIALIZABLE" must have a value from the list "read-uncommitted read-committed repeatable-read serializable ".
    So, I'm stuck!
    I can't use the values READ_COMMITTED or SERIALIZABLE since the valid values are "read-uncommitted read-committed repeatable-read serializable ".
    Case sensitivity matters.
    Any thoughts or help would be greatly appreciated.
    Thanks,
    --Todd                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    The Oracle JDBC accepts TRANSACTION_READ_COMMITTED and TRANSACTION_SERIALIZABLE isolation levels.
    Example:
    connAttr.setProperty(“TRANSACTION_ISOLATION”, “TRANSACTION_SERIALIZABLE”);
    I'd check with the Apps server folks.
    Kuassi - blog http://db360.blogspot.com/
    ------ book http://www.amazon.com/gp/product/1555583296/

  • Nameidentifier claims is no longer in the token issued by Access Control Service(ACS) with newly created ACS

    Hi,
    In our existing ACS, when we add a new relying party with that associate with rule as bellow:
    input claim type as
    htp://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier
    and output claim type as
    htp://schemas.xmlsoap.org/ws/2005/05/identity/claims/name
    When I used the ACS created previously, for token I received, I have
    Received claims with existing ACS:
    htp://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier:           testoem2,
    htp://schemas.xmlsoap.org/ws/2005/05/identity/claims/name:             TESTOEM2-MS,
    htp://schemas.microsoft.com/accesscontrolservice/2010/07/claims/identityprovider:                htps://wp8partnerservicesv1-tst.accesscontrol.windows.net/
    but for the new ACS namespace, when I configure it exactly the same way, I receive
    htp://schemas.xmlsoap.org/ws/2005/05/identity/claims/name:             TestOem2-MS,
    htp://schemas.microsoft.com/accesscontrolservice/2010/07/claims/identityprovider:                htps://zackpartnerservice1-tst.accesscontrol.windows.net/'
    The nameidentifier claim is no longer in the token.
    Does anyone from Azure ACS team know what change in ACS might have cause this issue and how do I config the ACS so that I can get nameidentifier claim in the token too?
    since my account is not verified, I use h_ttp instead of http in my question.
    thank you,
    Zach

    Greetings, Zach!
    Please refer to this:
    https://msdn.microsoft.com/en-us/library/hh446535.aspx
    The article elaborates how federated identity works with ACS.
    Thank you,
    Arvind

  • Issue with jtabbedpane created in class a, and data filled from b

    I hope that i can explain this clearly and succinctly. I have a tabbed pane that has 2 panels, a combobox, and some textfields in it. each pane has the same panels that l loaded from another class. Basically, i have a class that creates all the contents that would go into each pane and for each new tab, i create a new instance of that class. that solved my issue of not having to create a bunch of panels with different names. unfortunately, when i do an action on the combobox within the tab, the correct text field is not updated. It only modifies the last tab. does anyone know how i can specify the control i want to use withing that particular tab?? I will post a little pseudo to help describe what is going on:
    class a
      panel1 = new JPanel();
    textfield1 = new JtextField();
    combobox1 = new JComboBox();
    i then add these to the panel1;
    actionlistener:
    if combobox1.getSelectedItem().equals(1)
    textfield1.setEditable(false);
    end actionlistener
    class b
    for( i=0; i< 5; i++)
       tasktabs.add(new instance of class a)
    }If this is confusing, i will try to cut my code down to show you.
    Thanks,
    Jason
    }

    attempt #2 (first post disappeared into the ether)
    works OK like this (java 1.4.0_01)
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    class Testing extends JFrame
      public Testing()
        setLocation(300,200);
        setSize(400,250);
        setDefaultCloseOperation(EXIT_ON_CLOSE);
        JTabbedPane tp = new JTabbedPane();
        tp.addTab("tab 1",new TabPanel());
        tp.addTab("tab 2",new TabPanel());
        tp.addTab("tab 3",new TabPanel());
        getContentPane().add(tp);
      public static void main(String[] args){new Testing().setVisible(true);}
    class TabPanel extends JPanel
      public TabPanel()
        final JTextField tf = new JTextField(10);
        final JComboBox cbo = new JComboBox(new String[]{"0","1","2"});
        add(cbo);
        add(tf);
        cbo.addActionListener(new ActionListener(){
          public void actionPerformed(ActionEvent ae){
            if(cbo.getSelectedItem().equals("1")) tf.setEditable(false);}});
    }

  • Photoshop CS6 file permissions issue with file created with Photoshop CC

    In our studio we have several capture stations and work stations all connected to one file server. An issue occurs when a user of CC creates a file and saves it to the server and a user of CS6 opens the file. The CS6 user cannot save the changes he just made to the file that was created in CC. The CS6 user can do a Save As with no issue. There is also NO problem if the file that was created in CC is transferred to a new drive using the Finder in Mac OS X.
    Has anyone else had a similar issue or know of a solution?
    Here is a screen cap of the error:

    We have solved our issue.
    After running Adobe updates on machine that uses CS6 and then re-starting that machine, our issue seems to have disappeared.
    Hope this helps others.
    Best of luck.

Maybe you are looking for

  • Apple mail on multiple computers

    I recently got a MacBook Air, running Mavericks.  So I decided to update our other Macs to Mavericks too.  When I switch between different computers, I sync up my files with Synchronize! X.  I have used this approach for many years, and found it to b

  • SYSTEM and SYS password 11g on Windows Vista

    Hello I am having trouble. I do not know my SYSTEM and SYS passwords. I am using oracle 11g on windows vista. I tried to change the passwords but that did not work. I tried this: c:/>sqlplus "/ as sysdba" c:/>show user c:/>passw system then I changed

  • Best Way to Migrate Home Folders from Dell Windows 2003 to XServe 10.6

    We are migrating Directory services and File service from a Windows Server to an Xserve running 10.6. What is the best way to copy over all of the data including everyone's home folders from the Windows server to our new Xserve while preserving the f

  • JMS Adapter in BPEL

    Hi, I'm fairly new to JMS, but I always thought that communication to and from a JMS message broker (OpenJMS in my case) is standardized. However, when reading the developer docs for BPEL it states that you have to configure OC4J specifically for a p

  • How can I remove old Bonjour in order to install iTunes?

    5.0? how can I remove old Bonjour files and registry in order to install iTunes to update my ipad to ios 5.0?