Integrating with The OMS  preferred Credentials sub system

Hi to all ,
I'm trying to manage the default credentials outside of the OMS repository ,is there a way
to do so without pushing the credentials via the EMCLI?
Something like replacing the Stored procedure that dose the Preferred credentials check?
Thanks a lot,
Asaf.

You should be able to store the preferred credentials. You have specified at the beginning of your thread you are using a unix like platform, and you should be able to store them either on windows or on unix like environments. You only have to declare them at the preferred credential section.
Could you please post the specific error text displayed when you attempt to store the credentials?
~ Madrid
http://hrivera99.blogspot.com/

Similar Messages

  • How to keep data integrity with the two business service in OSB 10.3.1.0

    How to keep data integrity with the two business service in OSB 10.3.1.0
    In our customer system, customer want to keep data integerity between two businness service. I thinks this is XA transaction issue.
    Basing customer requirment, I created a testcase but I can't keep data integerity, For detail information, please refer the attached docs.

    Can you please explain what you meant my data integrity in your use case?
    Manoj

  • SiteMinder integration with the internal and external facing portals

    Hi ,
    We are in development phase for SiteMinder integration with the internal and external facing portals.The proposed dual authentication scheme which requires both SiteMinder for External facing portal (EFP) and LDAP for Internal portal .is it possible?
    and is it possible to main to diff LDAP directories one is external users and one is for internal users.?
    If you maintain  2 diff(external & internal) LDAP Directories in Siteminder Policy Server  what about  external users which are  not exit in portal data source .
    I appreciate if anyone  can help me for my above query .
    Regards
    Tag

    Hey Tag,
    We do have a physical external Portal and a physical internal portal.  The both the external and internal are connected to 2 LDAP directories.
    For example the External Portal is connected to the Employee LDAP Direcotry and the Customer LDAP Directory.  The Internal Portal is connected to the US Employee LDAP Direcotry and the EMEA LDAP Directory.
    So each one of them is connected to 2 different LDAP Directories.
    I believe that the Siteminder Policy is setup such that the Internal portal has a policy and the External portal has a seperate policy on the same Siteminder Server.  Then each of the Policies is configured to connect to the approiate LDAP Directories.
    You have to maintain the LDAP Directory information in both the portal and Siteminder Policy Server.  It is required in the policy server so that it can authenticate the user and it is required in the Portal server so that it can authorize the user and display content based on thier assigned roles.
    Hope that helps.
    Regards,
    Keith

  • On tight integration with the shell (a pager and a browser)

    I just hacked together a bunch of scripts that implement a pager and browser tightly integrated to the shell.
    Slogan:
    Monolithic programs prevent synergy. Tight integration with the shell promotes synergy, and is closer to the UNIX philosophy.
    (Furthermore, it enables workflows that would otherwise require a mouse. It enhances accessability.)
    Background:
    Some time ago I stumbled upon the nmh and mh mail clients (implementation in mailutils). I was interested by the concept, and surprised that they are not more popular. (One big problem with them is the lack of modern mailbox support, lack of IMAP, and such.)
    Anyway, they allow really tight integration with the shell. Another such application is taskwarrior [pkg].
    Example:
    Using taskwarrior and mh it is very easy to add a task description to an email. In the other direction, one can easily annotate a task with an email.
    I realised git [pkg] is also such an app. To illustrate what I do not want: You do not use the command `git` to enter a monolith, that provides its own shell:
    [user@host ~]$ git
    git> add myfile
    git> commit
    git> push origin master
    git> quit
    [user@host ~]$
    That would feel really stupid, right? Another program that illustrates what I mean is surfraw [pkg] (usually abbreviated to sr).
    Ok, so far for background and illustration. On to my scripts.
    My scripts
    Warning: First of all, I want to stress that I am a bad programmer, my scripts are very fragile, and they provide a crude user experience. This is really just a proof of concept.
    Consider the following scenario.
    Scenario:
    Suppose you are logged in to some server via ssh. No mouse, no X, no screen or tmux. You are writing an email, and want to quote some text from Wikipedia. What do you do?
    I provide some scripts that give a crude browser and page tightly integrated with the shell. The pager p is akin to less (or more) but just dumps its output in the terminal. You use pd (page down) pu (page up) pj and pk (scroll 3 lines down/up) to navigate throught the output.
    The browser b just runs a URL through elinks -dump and saves the output in a cache file. Typically, one would pipe the output of b through p. Further bl n follows link number n. Further bcur just prints the output of the cache file to the terminal (for example to pipe it through p if one had not done that yet).
    The bundles of scripts are available at https://github.com/jcommelin/p and https://github.com/jcommelin/b .
    Back to the scenario. With my scripts I can now do:
    [user@host ~]$ sr wikipedia linux | p # sr the linux wiki page, pipe through p
    [user@host ~]$ pd # page down
    [user@host ~]$ pd
    [user@host ~]$ pj 10 # scroll 10 lines down
    [user@host ~]$ pcur | tail -12 >> email.txt # select last 12 lines of current paging, append to email
    (I obviously did not print the output of the commands, as they would fill the entire screen.)
    Ok, this post is long enough already. I would appreciate any feedback.
    Other apps that take the `tight integration' approach.
    A niche of apps still lacking such a program.
    Feedback on my scripts (I don't mind converting stuff to C. It should become pretty robust in the end.)
    FYI: I already plan on adding browsing history to b.

    Please see your other post for an answer.  Thank you.
    Opening PDFs on iPad

  • OMS Preferred Credentials

    Hi
    I made a new management server and repository (9.2.0.4 + patchset 9.2.0.8) installation on a SLES9 (32Bit) sytem, and all is working well
    The only problem is, that i cannot store the preferred credentials to the system with Enterprise Manager Console. I can enter the login-data to the form and when i try store the settings they get lost - they never get stored to the database.
    There is no error message or something else ... notification settings and other administrator preferences are ok, but not the preferred credentials.
    What can i do to fix this ?
    I don't find any hints to solve the problem in the docs or in internet...
    best regards, andi

    You should be able to store the preferred credentials. You have specified at the beginning of your thread you are using a unix like platform, and you should be able to store them either on windows or on unix like environments. You only have to declare them at the preferred credential section.
    Could you please post the specific error text displayed when you attempt to store the credentials?
    ~ Madrid
    http://hrivera99.blogspot.com/

  • External Tool Integration with the xMII Workbench 12.x

    Is there any form of external tool integration, or API that supports building one (think something like a Eclipse plugin) ?
    The editor for non-transaction based work (such as HTML, XSLT, etc.) should be considered unacceptable by all serious developers. Crashes, memory-leaks, lack of syntax-highlighting, etc.
    While I'm aware that I can obviously code in another editor, and then copy&paste the code over every time I want to test something, this is a approach that's not only stupid and time-consuming, it's also very error phrone, and often causing loss of data.
    A integration to Eclipse, either by a specialized API, or version-control integration with NDWI (if that even works, seems that nobody use it?), would make development much much less painful, and more efficient.
    Even if this is completely impossible now, let this be a suggestion to the developers for much needed improvements, if this tool is to be taken serious by modern day developers. External version-control support is also a really big lack in the product. A home-made centralized VCS is hillariously inefficient. If the system had been build on standard-solutions such as SVN, atleast a Mercurial bridge could been done.

    Hi,
    Like to add few points here :
    1) NWDI is available for source control and version management since MII 12.1 release. It is the standard and stable component across all NW Java solutions and can be easily configured and used with MII with no hassle (my own experience). You can refer the following configuration guides for NWDI setup and use:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0d998ba-2076-2d10-b3be-90909838e4d2?quicklink=index&overridelayout=true
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0348c15-6ee6-2c10-f7a0-89c0fc2099ec?quicklink=index&overridelayout=true
    2) NWDS integration is not available in 12.2 release which is already at the end of ramp-up. I have heard from my friends in SAP MII product development that NWDS will be the de-facto editor for all SAP MII development in the future releases. The first phase of integration may come up in the immediate next release (12.3 or 13.0) which will get 100% completed in the release after that. I'll appreciate if anyone from the product development team can confirm this.
    3) Definitely the web editor in MII workbench currently is pathetic for serious web developers and not anything more than a notepad. I remember in the Lighthammer (11.0/11.5) days there was a MS Frontpage plugin available for MII. I think that's not available or usable anymore. But with NWDS integration I hope this will be looked into as well.
    4) WSDL interface of BLS though present from Lighthammer itself it was not matured and error-prone earlier. Since MII 12.1.4 it has been improved somewhat and now works fairly well.
    My two cents
    Thanks,
    Dipankar

  • Can I use my new iphone 5 with the old iHome iD9SVC Speaker System if I get an apadter? or should i just buy new speaker system made specifically for the iphone5

    can I use my new iphone 5 with my old iHome iD9SVC speaker system if I get an adapter? or should i just buy a new speaker system made specifically for the iphone 5?

    Look iTunes>Preferences>Devices...is a backup listed for your iPhone 5 dated BEFORE you restored your iPhone 4 backup to your iPhone 5? If not, your data is gone. If there is a backup, on your iPhone 5: Settings>General>Reset>Erase All Content & Settings. You should now be able to restore that backup, if it exists, to your iPhone 5.

  • Exchange 2007 SP3 Install on 2008R2 Fails with "The data passed to a system call is too small"

    I'm installing Exchange 2007 SP3 onto Server 2008 R2. I have run this install in compatibility mode and in normal install mode with the same results. Error code 3221684346: The data area passed to a system call is too small. I am installing directly from
    the SP3 files, this is not an upgrade. What do I have to do to get this to work?
    [2/15/2011 7:24:18 AM] [2] Interpreting line <CreateSecureKey:MSExchangeIS\ParametersPrivate> -- ID:31259 --
    [2/15/2011 7:24:18 AM] [2]  CInsParser::ScProcessLine (f:\08.03.0083\sources\dev\admin\src\libs\exsetup\hiddenw1.cxx:1199)
               Error code 0XC007007A (122): The data area passed to a system call is too small.
    [2/15/2011 7:24:18 AM] [2] Processing file 'C:\Exchange Server\Setup\data\mdb_reg.ins', at or near line 77 (CreateSecureKey:MSExchangeIS\ParametersPrivate) -- ID:31111 -- CInsParser::ScProcessLine (f:\08.03.0083\sources\dev\admin\src\libs\exsetup\hiddenw1.cxx:488)
               Error code 0XC007007A (122): The data area passed to a system call is too small.
    [2/15/2011 7:24:18 AM] [2] Registry file name: 'C:\Exchange Server\Setup\data\mdb_reg.ins' CRegistryManager::ScProcessFile (f:\08.03.0083\sources\dev\admin\src\udog\setupbase\tools\regmgr.cxx:125)
               Error code 0XC007007A (122): The data area passed to a system call is too small.
    [2/15/2011 7:24:18 AM] [2] Filename = 'C:\Exchange Server\Setup\data\mdb_reg' CBaseAtom::ScRunRegistryFile (f:\08.03.0083\sources\dev\admin\src\udog\setupbase\basecomp\baseatom.cxx:1379)
               Error code 0XC007007A (122): The data area passed to a system call is too small.
    [2/15/2011 7:24:18 AM] [2] Leaving CBaseAtom(Information Store Service)::ScRunRegistryFile
    [2/15/2011 7:24:18 AM] [2] Filename = 'C:\Exchange Server\Setup\data\mdb_reg' CBaseAtom::ScAddRegistryKeys (f:\08.03.0083\sources\dev\admin\src\udog\setupbase\basecomp\baseatom.cxx:1249)
               Error code 0XC007007A (122): The data area passed to a system call is too small.
    [2/15/2011 7:24:18 AM] [2] Leaving CBaseAtom(Information Store Service)::ScAddRegistryKeys
    [2/15/2011 7:24:18 AM] [2]  CAtomBaseMDB::ScAddRegistryKeys (f:\08.03.0083\sources\dev\admin\src\udog\exsetdata\components\server\a_basemdb.cxx:132)
               Error code 0XC007007A (122): The data area passed to a system call is too small.
    [2/15/2011 7:24:18 AM] [2] Leaving CAtomBaseMDB::ScAddRegistryKeys
    [2/15/2011 7:24:18 AM] [2]  CBaseAtom::ScAdd (f:\08.03.0083\sources\dev\admin\src\udog\setupbase\basecomp\baseatom.cxx:639)
               Error code 0XC007007A (122): The data area passed to a system call is too small.
    [2/15/2011 7:24:18 AM] [2] Leaving CBaseAtom(Information Store Service)::ScAdd
    [2/15/2011 7:24:18 AM] [2] Service = 'MSExchangeIS' CBaseServiceAtom::ScAdd (f:\08.03.0083\sources\dev\admin\src\udog\setupbase\basecomp\basesvcatom.cxx:203)
               Error code 0XC007007A (122): The data area passed to a system call is too small.
    [2/15/2011 7:24:18 AM] [2] Leaving CBaseServiceAtom(Information Store Service)::ScAdd
    [2/15/2011 7:24:18 AM] [2] mode = 'Install' (61953) CBaseAtom::ScSetup (f:\08.03.0083\sources\dev\admin\src\udog\setupbase\basecomp\baseatom.cxx:535)
               Error code 0XC007007A (122): The data area passed to a system call is too small.
    [2/15/2011 7:24:18 AM] [2]  ScSetupAtom (f:\08.03.0083\sources\dev\admin\src\udog\exsetdata\exsetds.cxx:897)
               Error code 0XC007007A (122): The data area passed to a system call is too small.
    [2/15/2011 7:24:18 AM] [2] Leaving ScSetupAtom
    [2/15/2011 7:24:18 AM] [2] [ERROR] An error occurred. The error code was 3221684346. The message was The data area passed to a system call is too small..
    [2/15/2011 7:24:18 AM] [1] The following 1 error(s) occurred during task execution:
    [2/15/2011 7:24:18 AM] [1] 0.  ErrorRecord: An error occurred. The error code was 3221684346. The message was The data area passed to a system call is too small..
    [2/15/2011 7:24:18 AM] [1] 0.  ErrorRecord: Microsoft.Exchange.Management.Deployment.ExsetdataException: An error occurred. The error code was 3221684346. The message was The data area passed to a system call is too small..
    [2/15/2011 7:24:18 AM] [1] [ERROR] An error occurred. The error code was 3221684346. The message was The data area passed to a system call is too small..
    [2/15/2011 7:24:18 AM] [1] Setup is halting task execution because of one or more errors in a critical task.
    [2/15/2011 7:24:18 AM] [1] Finished executing component tasks.
    [2/15/2011 7:24:18 AM] [1] Ending processing.
    [2/15/2011 7:42:08 AM] [0] End of Setup
    [2/15/2011 7:42:08 AM] [0] **********************************************

    I would probably rebuild the host machine. The Exchange installation should occur without any issues, and where a problem does occur that can be an indication of a more widespread problem. Rebuild the machine, reinstall the prerequisites and try again.
    Simon.
    Simon Butler, Exchange MVP
    Blog |
    Exchange Resources | In the UK?
    Hire Me.
    Hello Poster.
    I am having the same issue, however it is most likely NOT a host box problem. The above advice is not a fix. I have 3 servers that are cloned with the same setup. 2 were fixed by doing the Vista compatibility trick, this one gave a different error (which
    happened to be the same as above). This org was a 5.5 to 2000. to 2003 coexistence with 2007 currently(because the mailbox role won't install). It has something to do with AD or permissions. Server 2008 r2 inherently has problems installing exchange.
    Example, having to use vista compatibility to get the mailbox role to install. SP2 patch gives the same error to some people, and also doesn't upgrade the mailbox role properly in some cases. Some people have had luck restarting the IIS admin service, but
    that did not solve my copy of this error. I will repost here if I find a solution to this issue...
    Same exact setup log for me as well.
    [3/4/2011 10:45:51 AM] [2] Interpreting line <OpenMachineKey:SYSTEM\CurrentControlSet\Services> -- ID:31259 --
    [3/4/2011 10:45:51 AM] [2] Interpreting line <CreateSecureKey:MSExchangeIS\ParametersPrivate> -- ID:31259 --
    [3/4/2011 10:45:51 AM] [2]  CInsParser::ScProcessLine (f:\08.03.0083\sources\dev\admin\src\libs\exsetup\hiddenw1.cxx:1199)
               Error code 0XC007007A (122): The data area passed to a system call is too small.
    [3/4/2011 10:45:51 AM] [2] Processing file 'C:\Program Files\Microsoft\Exchange Server\Setup\data\mdb_reg.ins', at or near line 77 (CreateSecureKey:MSExchangeIS\ParametersPrivate) -- ID:31111 -- CInsParser::ScProcessLine (f:\08.03.0083\sources\dev\admin\src\libs\exsetup\hiddenw1.cxx:488)
               Error code 0XC007007A (122): The data area passed to a system call is too small.
    [3/4/2011 10:45:51 AM] [2] Registry file name: 'C:\Program Files\Microsoft\Exchange Server\Setup\data\mdb_reg.ins' CRegistryManager::ScProcessFile (f:\08.03.0083\sources\dev\admin\src\udog\setupbase\tools\regmgr.cxx:125)
               Error code 0XC007007A (122): The data area passed to a system call is too small.
    [3/4/2011 10:45:51 AM] [2] Filename = 'C:\Program Files\Microsoft\Exchange Server\Setup\data\mdb_reg' CBaseAtom::ScRunRegistryFile (f:\08.03.0083\sources\dev\admin\src\udog\setupbase\basecomp\baseatom.cxx:1379)
               Error code 0XC007007A (122): The data area passed to a system call is too small.
    [3/4/2011 10:45:51 AM] [2] Leaving CBaseAtom(Information Store Service)::ScRunRegistryFile
    [3/4/2011 10:45:51 AM] [2] Filename = 'C:\Program Files\Microsoft\Exchange Server\Setup\data\mdb_reg' CBaseAtom::ScAddRegistryKeys (f:\08.03.0083\sources\dev\admin\src\udog\setupbase\basecomp\baseatom.cxx:1249)
               Error code 0XC007007A (122): The data area passed to a system call is too small.
    [3/4/2011 10:45:51 AM] [2] Leaving CBaseAtom(Information Store Service)::ScAddRegistryKeys
    [3/4/2011 10:45:51 AM] [2]  CAtomBaseMDB::ScAddRegistryKeys (f:\08.03.0083\sources\dev\admin\src\udog\exsetdata\components\server\a_basemdb.cxx:132)
               Error code 0XC007007A (122): The data area passed to a system call is too small.
    [3/4/2011 10:45:51 AM] [2] Leaving CAtomBaseMDB::ScAddRegistryKeys
    [3/4/2011 10:45:51 AM] [2]  CBaseAtom::ScAdd (f:\08.03.0083\sources\dev\admin\src\udog\setupbase\basecomp\baseatom.cxx:639)
               Error code 0XC007007A (122): The data area passed to a system call is too small.
    [3/4/2011 10:45:51 AM] [2] Leaving CBaseAtom(Information Store Service)::ScAdd
    [3/4/2011 10:45:51 AM] [2] Service = 'MSExchangeIS' CBaseServiceAtom::ScAdd (f:\08.03.0083\sources\dev\admin\src\udog\setupbase\basecomp\basesvcatom.cxx:203)
               Error code 0XC007007A (122): The data area passed to a system call is too small.
    [3/4/2011 10:45:51 AM] [2] Leaving CBaseServiceAtom(Information Store Service)::ScAdd
    [3/4/2011 10:45:51 AM] [2] mode = 'Install' (61953) CBaseAtom::ScSetup (f:\08.03.0083\sources\dev\admin\src\udog\setupbase\basecomp\baseatom.cxx:535)
               Error code 0XC007007A (122): The data area passed to a system call is too small.
    [3/4/2011 10:45:51 AM] [2]  ScSetupAtom (f:\08.03.0083\sources\dev\admin\src\udog\exsetdata\exsetds.cxx:897)
               Error code 0XC007007A (122): The data area passed to a system call is too small.
    [3/4/2011 10:45:51 AM] [2] Leaving ScSetupAtom
    [3/4/2011 10:45:51 AM] [2] [ERROR] An error occurred. The error code was 3221684346. The message was The data area passed to a system call is too small..
    [3/4/2011 10:45:51 AM] [1] The following 1 error(s) occurred during task execution:
    [3/4/2011 10:45:51 AM] [1] 0.  ErrorRecord: An error occurred. The error code was 3221684346. The message was The data area passed to a system call is too small..
    [3/4/2011 10:45:51 AM] [1] 0.  ErrorRecord: Microsoft.Exchange.Management.Deployment.ExsetdataException: An error occurred. The error code was 3221684346. The message was The data area passed to a system call is too small..
    [3/4/2011 10:45:51 AM] [1] [ERROR] An error occurred. The error code was 3221684346. The message was The data area passed to a system call is too small..
    [3/4/2011 10:45:51 AM] [1] Setup is halting task execution because of one or more errors in a critical task.
    [3/4/2011 10:45:51 AM] [1] Finished executing component tasks.
    [3/4/2011 10:45:51 AM] [1] Ending processing.
    Just curious though, how long is your FQDN? Mine is 34 characters plus whatever exchange is adding to it during setup for this particular string. I found a post with the same error for ISA server and some buffer is only 100 characters for a system call.
    ERROR_INSUFFICIENT_BUFFER 122 (0x7A) The data area passed to a system call is too small. http://msdn.microsoft.com/en-us/library/ms681382(v=vs.85).aspx Indicates a msft programming problem.
    Outsource Technology Inc. MSFT Professional Consultant

  • How to build this query with the minumum number of sub-selects?

    The question I am trying to answer is analogous to this:
    Give me all projects that: (have no employees assigned and are small) or (have only employees with the the last name = "Smith")
    Thanks,
    Roman

    Thank you :
    1- I am in 9.0.4.8 version and can not use allOf expression (availible in beta version)
    2- I not find .notIn(subQuery) operator in 9.0.4.8 version and i replace it by .in(subQuery).not() !
    My new query retrieve Customer who have 0 (zéro) Orders !
    How to retrieve only customer (with orders + with orders without "television") ?
    My new query is :
    <div align="left" class="java">
    <font color="#7f0055"><b>static </b></font><font color="#7f0055"><b>void </b></font><font color="#000000">findCustNoComputer </font><font color="#000000">(){</font>
    <font color="#ffffff">   </font><font color="#000000">ClientSession cs = TopLinkSession.acquireClientSession</font><font color="#000000">()</font><font color="#000000">;</font>
    <font color="#ffffff"></font>
    <font color="#ffffff"></font>
    <font color="#ffffff">  </font><font color="#000000">ReadAllQuery query = </font><font color="#7f0055"><b>new </b></font><font color="#000000">ReadAllQuery</font><font color="#000000">(</font><font color="#000000">Customer.</font><font color="#7f0055"><b>class</b></font><font color="#000000">)</font><font color="#000000">;</font>
    <font color="#ffffff">  </font><font color="#000000">ExpressionBuilder queryBuilder = query.getExpressionBuilder</font><font color="#000000">()</font><font color="#000000">;</font>
    <font color="#ffffff"></font>
    <font color="#ffffff">  </font><font color="#000000">ExpressionBuilder subqueryBuilder = </font><font color="#7f0055"><b>new </b></font><font color="#000000">ExpressionBuilder</font><font color="#000000">(</font><font color="#000000">Customer.</font><font color="#7f0055"><b>class</b></font><font color="#000000">)</font><font color="#000000">;</font>
    <font color="#ffffff">  </font><font color="#000000">ReportQuery subQuery = </font><font color="#7f0055"><b>new </b></font><font color="#000000">ReportQuery</font><font color="#000000">(</font><font color="#000000">Customer.class, subqueryBuilder</font><font color="#000000">)</font><font color="#000000">;</font>
    <font color="#ffffff">  </font><font color="#000000">subQuery.addAttribute</font><font color="#000000">(</font><font color="#2a00ff">&#34;id&#34;</font><font color="#000000">)</font><font color="#000000">;</font>
    <font color="#ffffff">  </font><font color="#000000">subQuery.setSelectionCriteria</font><font color="#000000">(</font><font color="#000000">subqueryBuilder.anyOf</font><font color="#000000">(</font><font color="#2a00ff">&#34;Orders&#34;</font><font color="#000000">)</font><font color="#000000">.anyOf</font><font color="#000000">(</font><font color="#2a00ff">&#34;OrderItems&#34;</font><font color="#000000">)</font><font color="#000000">.get</font><font color="#000000">(</font><font color="#2a00ff">&#34;product&#34;</font><font color="#000000">)</font><font color="#000000">.get</font><font color="#000000">(</font><font color="#2a00ff">&#34;productName&#34;</font><font color="#000000">)</font><font color="#000000">.equal</font><font color="#000000">(</font><font color="#2a00ff">&#34;Computer&#34;</font><font color="#000000">))</font><font color="#000000">;</font>
    <font color="#ffffff">  </font><font color="#000000">query.setSelectionCriteria</font><font color="#000000">(</font><font color="#000000">queryBuilder.get</font><font color="#000000">(</font><font color="#2a00ff">&#34;id&#34;</font><font color="#000000">)</font><font color="#000000">.in</font><font color="#000000">(</font><font color="#000000">subQuery</font><font color="#000000">)</font><font color="#000000">.not</font><font color="#000000">())</font><font color="#000000">;</font>
    <font color="#ffffff"></font>
    <font color="#ffffff">   </font><font color="#000000">Vector allCustomers = </font><font color="#000000">(</font><font color="#000000">Vector</font><font color="#000000">)</font><font color="#000000">cs.executeQuery</font><font color="#000000">(</font><font color="#000000">query</font><font color="#000000">)</font><font color="#000000">;</font>
    <font color="#ffffff">   </font><font color="#000000">Iterator allCustomersIterator = allCustomers.iterator</font><font color="#000000">()</font><font color="#000000">;</font>
    <font color="#ffffff">   </font><font color="#7f0055"><b>while </b></font><font color="#000000">(</font><font color="#000000">allCustomersIterator.hasNext</font><font color="#000000">()) </font>
    <font color="#ffffff">   </font><font color="#000000">{</font>
    <font color="#ffffff">     </font><font color="#000000">Customer tempCustomer = </font><font color="#000000">(</font><font color="#000000">Customer</font><font color="#000000">)</font><font color="#000000">allCustomersIterator.next</font><font color="#000000">()</font><font color="#000000">;</font>
    <font color="#ffffff">        </font><font color="#000000">System.out.println</font><font color="#000000">(</font><font color="#000000">tempCustomer</font><font color="#000000">)</font><font color="#000000">;</font>
    <font color="#ffffff">   </font><font color="#000000">}</font>
    <font color="#ffffff">   </font><font color="#000000">cs.release</font><font color="#000000">()</font><font color="#000000">;</font>
    <font color="#000000">}</font>
    <font color="#ffffff"></font>
    <font color="#ffffff"></font>
    Sql of query :
    SELECT
         t0.CUST_LAST_NAME, t0.CUST_FIRST_NAME, t0.CREDIT_LIMIT, t0.CUST_EMAIL, t0.CUSTOMER_ID, t0.PHONE_NUMBER2, t0.PHONE_NUMBER1, t0.CUST_STREET_ADDRESS1, t0.CUST_CITY, t0.CUST_STREET_ADDRESS2, t0.CUST_STATE, t0.CUST_POSTAL_CODE
    FROM TL_CUSTOMER t0
    WHERE NOT (
         (t0.CUSTOMER_ID IN
              (SELECT DISTINCT t1.CUSTOMER_ID
              FROM TL_CUSTOMER_ORDER t4, TL_ORDER_ITEM t3, TL_PRODUCT t2, TL_CUSTOMER t1
              WHERE (
                   (t2.PRODUCT_NAME = ?) AND
                   ((t2.PRODUCT_ID = t3.PRODUCT_ID) AND
                        ((t3.ORDER_ID = t4.ORDER_ID) AND (t4.CUSTOMER_ID = t1.CUSTOMER_ID)))))))
    Regards

  • Integration with PF Accounting module Third party system

    Dear All,
    I want to integrate SAP with PF Accounting module third party system. Since i dont have any idea about it kindly do the needful. It woud b appreciable if anyone let me know the information .
    Regards
    Suresh.v
    Removed_ Moderator

    Hi,
    Please use "Interface Toolbox". It is native SAP tool to integrate SAP HCM with third party systems.
    Here you learn more about it and how to use it:
    http://help.sap.com/printdocu/core/Print46c/EN/data/pdf/PAXX/PYSOME_INTERFACE.pdf
    Cheers

  • Is the iPhone 5 compatible with the Audi Music Interface (AMI) system in my car?

    I have a 2011 Audi A4 and I'm wondering if the iPhone 5 will work with car's audio system if I use the 30-pin to Lightning adapter. Will I be able to control my music with the steering wheel and have visibility to tracks, etc. on the dash display as was possible with my old iPhone 4?

    I have a 2013 S5 which works fine with the red cable and an iPhone 4. I can see videos, audio, video podcasts, and album art, but no album flipping as with the Jukebox items. Audio from other apps, such as Public Radio or Pandora works. When playing from Pandora, go to Functions and choose the Info option to display the track info and album art.
    I tried my iPhone 5 with the red cable and 30-pin adapter, and the AMI did not initially recognize it. The device did show up for about one second, but then disappeared. I tried disconnecting the Lightning connector and then reconnecting. When the iPhoneshows up in the Source list immediately select it and it may load the info. If not, disconnect the Lightning connector and try again. It may take two or three tries, but it will connect and play audio, including the track info and album art. Other audio apps work as well, Pandora with album art. No video sources will play.
    I use my iPhones with a 30-pin male to female extension cable so I can connect the red cable in the glove compartment and see it on the dash with velcro.

  • Sun One Search Engine Integration with the Fatwire Content Server

    Hello everyone,
    I am presently using Fatwire(Divine) Content Server. I have uploaded certain documents using Fatwire flex attributes(metadata). I want to use portal search engine for implementing Full Text Search of uploaded documents. how can i map metadata(attribute) of fatwire/divine content server with the portal server search engine metadata.
    I hope someone might have tried it earlier while integrating content server with the portal. please give me some suggestions in this regard.
    thanku
    jenni

    Hi,
    I don't know about the metadata mapping,
    but you can definitely index the FatWire local
    data directory with the search engine.
    Just specify "file:///.../<fatwiredir>" as starting point for your search robot.
    Cheers,
    Alex :-)
    PS: After "Sun Forum Accounts Update" I couldn't login to this forum and at SUN
    no one cares - they just ignore my mails. "Thanks a lot" for supporting free community!
    (Check my old profile at <http://swforum.sun.com/jive/profile.jspa?userID=3455>)
    OK. I have now a new account and I will try to help you out here...
    -------------------------------------------------------------------------

  • Is there anyway to close apps running in the background with the new IOS 7 operating system?

    I would like to be able to close apps running in the background and haven't figured out if I can do it  or how to do it with the new operating system update. I would appreciate any help. Thanks and have a good day.

    Just look at this thread - https://discussions.apple.com/thread/5363937

  • Problem with the "lenovo Rescue And Recovery" system. (lenovo 3000 N500).

    hi!
    yesterday i ran Kaspersky virus scan tool and it detect file named "tvtfilter.sys" as suspicious file and thefore delet it.
    today when i was restart my laptop, i got error message on startup that say:
    Microsoft Visual C++ Runtime Library Runtime Error! "C:\Program Files\Lenovo\Rescue and Recovery\rrservice.exe"  abnormal program termination. 
    after some google search i've understand that "tvtfilter.sys" was critical file of "Rescue And Recovery" system.
    so, any one with "Rescue And Recovery" running on his laptop can upload for me this file?
    it's located in "C:\WINDOWS\SYSTEM32\DIRVERS\" and it's name is "tvtfilter.sys"
    thank you!
    BTW, ive tried to re-install it but it wont let me because of some error message

    Hi eitrnel,
    Just a thought: give a try to un-intsall the Rescue and Recovery from the Control Panel first before re-installing it.
    Cleo
    WW Social Media
    T61, T410, x240, Z500, Flex 14
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    How to send a private message? --> Check out this article.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Automatic Ant integration with the Make process

    Hello,
    is there a way to integrate/associate certain Ant tasks with jDev's Make process? What I essentially need is to assign certain Ant tasks to run automatically at the end of 'Build > Make xxxxxx.jpr'.
    thanks

    I would be glad if you could run ant task with the internal build system, but you can't.
    The only way to go (I know of) is to move the build process completely to ant.
    Timo

Maybe you are looking for

  • SRM Product / Material creation - Data flow to SAP MDM

    Dear SAP friends, I need your help with 2 issues. Thanks in advance for your collaboration. Our client needs to create products and make them available to purchase almost immediately. The scenario we had working for the last 2 years was: product crea

  • ITunes no longer has any volume.

    Last night when I was hooking my iPhone up to my computer I heard a loud pop. I couldn't figure out what it was at the time but as of this morning iTunes is silent when I try to play anything. If I open my files via VLC they play fine and the system

  • Firmware-upgrade failed router not accessible

    during firmware-upgrade the connection to E4200 got lost due to power-outage, now the E4200 router is not accessible, power-led flashes ... the factory-ip-address 192.168.1.1 responds on ping, but nothing else ... how to get a working environment bac

  • Hard Drive Connection Issue on MacBook Pro

    Hi, A couple weeks ago my MacBook Pro was running and suddenly went into a non-stop pinwheel freeze. After waiting a few minutes I decided to do a manual shut down and when I attempted to reboot it, I just got a blank white screen that wouldn't go aw

  • How to reveal/open mailbox containing selected message in search results?

    A user is trying to find a message. She searches for the sender's email address and she sees the message in the search results and it is listed as being in a mailbox named "Prism". She browses through her list of mailboxes (local and on the server) a