Change of client for an e-recruiting application

At the moment in our production system(SAP 6.O) there are two clients:
Client 400 where FI/CO/MM application are running, and client 300 for
HCM applications.
We would like to have only one client in our production system.
Due to this, we would like to move HCM process and data from cliente
300 to client 400. At the end of migraton Client 300 will be cancelled.
Among others applications, also SAP e-recruiting is running in
client 300. Is it possibile to move E-Recruiting data and attacchments
from one client to another? I'm worried especially about attacchments
stored in content server and Business partner data.
Thanks a lot!
Christian

I presume.. that the movement of data is from one client to another on the same SAP server.........
so if that is the case then they can share the same content server......
but if there is a shift from one sap server to another then there should be some basis and network stuff that needs to be done....... to use the content server.......
Content server can either be on the same sap server in the form of a folder......
or it can be a separate data base server....
You need to first ask for these clarifications.........
Regards,
Divya

Similar Messages

  • 9iAS: Programmatically change data source for Java/J2ee bc4j application

    Background: We obtain a copy of our customer's live data daily for support issues. We'd like to be able to keep up to date as possible and get files early in the morning. due to the size of the database, it takes a few hours to download and import into our Oracle database. what I'd like to do is use two different schemas/users for the data, alternating on each day so that the loading of one, does not affect the running of the other. To make this seamless, I'd like to have a script perform the changes after the download and restart the server. The issue is how/where to change the data source so that my application will pick it up each time? I'm using an application specific data source from EM.
    Any ideas?
    Thanks,
    Jeff

    If it is intended to be accessible from Reports servlet then you can use "ssoconn" command line option where by the user name and password is stored in OID (Oracle Internet Directory)
    Pls see publishing reports to web document --> command line options -> rwservlet
    (link below)
    [    All Docs for all versions    ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    ---------------------------------------------------------------------------------

  • T588M like table for customize e-recruitment application infotypes

    Hi
    I am looking for the customizing table or a proper way to hide unwanted infotype fields like nameconnection , 2.title etc. on the candidate application screen .  we are on ea-hr 606 same instance with sap hcm , integrated central person. For there is no application configuration FPM like ESS. How should we proceed? Best Regards. 

    Hey.
    The data is not stored in infotypes but that doesn't matter. You should use personalization to hide the fields. You can pass the parameter in the URL's you use on your company's jobsite, but you should also look at following badis:
    HRRCF00_DET_APPL_CONFIG_STARTP
    HRRCF00_DETERMINE_APPL_CONFIG

  • Instant Client for Win32 and ODBC Application

    Hi.
    I just want to know how will Instant Client handle an ODBC Data Source in Windows 9X/2000/XP.
    Will it be a new ODBC Driver?, Can developers like me ship that "driver" with the application so that the end user could just open the application and use it without any other installation?.
    How many disk space will Instant Client need?, do we need to set up the Instant Client to connect to the source, as we need to do with the current client software, or will it be enough to set the Connection String?
    Thank for your help, I am developping a little application for my company that need to access an Oracle Database and need to be installed for many users on Windows XP Desktop Machines.

    I noticed your reply to this topic and I am
    having the same problem with OLE DB or ODBC.
    I posted the following on another message and
    nobody has answered. There are also no examples
    in the Oracle web site on how to connect to a
    remote client using ADO. Any help will be
    appreciated, Tony.
    I am trying to create an installation package
    from Visual Basic (version 6.0) that will let
    me connect to a remote Oracle database. Does
    anyone know what needs to be installed on the
    client machine? I created a standard package
    and it does not work on the client.
    My connection string is as follows:
    Dim adoCn As New ADODB.Connection
    adoCn.Provider = "OraOLEDB.Oracle"
    adoCn.ConnectionString = "Data Source=PSYTEST" _
    & ";User ID=SYSTEM" _
    & ";Password=Ciao" _
    & ";PLSQLRSet=1;" _
    & ";Remote Server=xxx.xxx.xxx.xxx"
    adoCn.Open
    The xxx.xxx.xxx.xxx is the IP address of the
    server. The program works when I use it on
    the local machine, but it does not work when
    I create an installation package and I install
    it on a remote client machine.

  • Skin (UI) for DateSpinner in Mobile application

    please help on change skin (UI) for DateSpinner in Mobile application.
    i need to make like android UI. like below screen.
    Please help. thanks in advanced.

    Hi,
    Have you added "cafeugp~api" as Library reference?
    Check Application properties (WebDynpro Component, Interface View, Startup Plug).
    If it does not solve your problem, try to delete Application and create it again using New Application wizard.
    Reward points if it's helpful.

  • Change NetConnection.client

    Hi all,
    I'm working on a project in which i use OSMF (2.0). I have a problem: I need to change the client for NetConnection, because the server calls a method when is connected. I figure it out, I wrote that method in the NetClient class, but I don't want to use it like this. I get the client from NetConnection, using NetConnectionFactory -> NetLoader -> StreamingURLResource, but it's to late than (when NetConnectionFactoryEvent.CREATION_COMPLETE dispatches).
    So can somebody points me a solution to this issue?
    Thank you,
    Tibi

    Jaime,
    I found in another post the information. We have to insert a row: UseLanguageID:1033 in bootstrap.properties file (location: C:\ProgramData\Cisco Systems\Cisco Jabber).
    So it worked perfectly.
    Thank you very much!

  • How to change the Client n user details for a model in Production

    Hello Friends,
                         I have an application which is calling RFC function module from SAP R/3.
    In development system while creating Model I have entered the Back end details like Client, User Name and Password.
    If I transport the application into Production, The Client and user name will be different. In this case How would I change the client n user name details.
    Do I have import again in Production. But does sounds a good idea.
    ThanQ for Ur time.
    Cheers.. Sam

    When you create Model first time, to import Interface of RFC you would need to logon into R/3. But once you are done with the Interface, your connection to R/3 will be determined by the client and UID details in JCo connection.
    Now when you transport your code from DEV to QA system, the JCo connection with the same name should be there. or else, you would need to create the same in the new server. I dont see a need to reimport the model. If that is the case, then developers would have to spend huge amount of time doing this job alone.
    Hope this solves ur problem.
    Regards
    Murali.

  • Problem using application client for local stateful session bean

    Hi,
    I have deployed a local stateful session bean in Sun J2EE 1.4 application server.
    On running the applclient for the stateful session bean application client i get the following error:
    Warning: ACC006: No application client descriptor defined for: [null]
    cant we use application client for local stateful session beans. becoz the application runs smoothly when i changed the stateful sesion bean to remote.

    Hi,
    No, an ejb that exposes a local view can only be accessed by an ejb or web component packaged within the same application. Parameters and return values for invocations through the ejb local view are passed by reference instead of by value. That can't work for an application client since it's running in a separate JVM.
    --ken                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Network error 10060 client timed - for only a particular Application!

    Hi All,
    I'm getting the following error when I try to connect to Essbase from Excel sheet but for only a particular Application & Database:
    network error [10060]: Unable to connect to [server_name_xxx:1423]. the client timed out waiting to connect to essbase agen TCP/IP........
    I'm able to connect to other applications/dbs residing on the same server. But I get this error only for this particular application.
    Kindly help.
    Thanks.

    you will receive this error if the data cannot be retrieved within the appropriate timeout window. If your query is big, or you have less/no aggregations on the cube (ASO) , Addin will wait upto certain period and throw time out error. You can try following tips
    1. Change essbase.cfg file. Increase "NETDELAY" and "NETRETRY COUNT" to 300000 ( 5 mins) and restart services.
    2. Open registry editor in you mechine and navigate to "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings" and add/edit the following DWord items:
    ReceiveTimeout 300000
    KeepAliveTimeout 300000
    ServerInfoTimeout 300000
    * note: The timeout values in the registry are in milliseconds. So 300000 is the equivalent of 5 minutes
    Is your application is a BSO or ASO?

  • Error when uninstalling App-V RDS client: Product: Microsoft Application Virtualization (App-V) Client for Remote Desktop Services 5.0 Service Pack 2 x64 -- Error 1324. The folder path 'C:' contains an invalid character

    Issue:  experienced when attempting to uninstall the App-V 5.0 SP2 RDS client. 
    Event Log:  Product: Microsoft Application Virtualization (App-V) Client for Remote Desktop Services 5.0 Service Pack 2 x64 -- Error 1324. The folder
    path 'C:' contains an invalid character
    Symptoms (when in this current state): 
    Unable to uninstall the SP2 client
    You can upgrade the client (via hotfix) and uninstall the hotfix, but you will not be able to remove the SP2 client
    AppvVfs filter driver will not create an instance, therefore applications will not be able to read into existing streamed VFS content, or trigger sparse files to stream content.  (you can still stream the content via other means, like the UI or powershell)
    Because of the AppvVfs filter driver not instantiating, applications that depend on licences that exist in VFS will not be able to be read causing certain applications to react as if the license does not exist or is an incorrect format

    Resolution:
    Check for the existence of a hidden folder named %appdata% in the C:\Program Files\Microsoft Application Virtualization\Client folder.  (You will need to un-check the folder options box in windows explorer for "Hide
    protected operating system files" to see it)
    If the hidden %appdata% folder exists, delete it.
    Proceed to uninstall the App-V client
    After a clean uninstall and removal of remnants of the client, reinstall the client again and apply the latest hotfix available (Hotfix 2 for SP2 at a minimum).

  • How to change Apple ID for all applications in iPad2?

    I have changed Apple ID via Settings > Store > Apple ID > Sign out my old Apple ID > Sign in with my new Apple ID.... But, by this method, Apple ID in  iCloud, Facetime, and iMessage isn't changed follow to my new one! Do I misunderstand about changing ID? and How to change Apple ID for these applications?
    PS. I do not want to do hard reset my iPad2
    Thank you all for your kindly help ^^

    Go into Settings > iCloud > Account > Change to your new Apple ID
    Settings > Messages >  Recieve At > New Apple ID
    Settings > Facetime > Change to new Apple ID

  • Hi, I ' ve changed my password for Itunes account and now i've lost any applications bought before any possibility to update any applications bought before

    i' ve changed my password for itunes account and now i can't uppdate any applications bought before?

    Sign out in iTunes and sign back in again with the new password.

  • Reports 9i/10g J2EE Thin Client for Websphere Application Server 5.x /6.x

    We are having Reports developed in 6i which needs to be migrated to Reports 9i/10G and we want to deploy these reports in web using Websphere Application Server 5.x /6.x without Oracle iAS.
    Do we have Reports 9i/10g J2EE Thin Client for Websphere Application Server 5.x /6.x and if so please let me know.
    Also if anybody has the configuration details please let me know?
    Thanks in Advance.

    No there is not. I don't think you can use reports services with Websphere - besides as far as I know it is not supported by Oracle (not anywhere in their support matrix).

  • How to make a Java application that will change the client box's IP address

    HI how to make a Java application( that application would be run on the client ) that will change the client box's IP address ( IP address of itself )

    If you can do that through the command line, then use Runtime.getRuntime().exec(...) to execute your command.

  • How to change parsing schema for using application in test environment?

    Hi,
    I set up a test environment, i.e. an other Oracle schema with identical tables, views etc. to the productive environment. I wanted to duplicate the APEX application so that there will be a test version using the test Oracle schema and productive version using the productive oracle schema.
    Can some one please give me some tip how to do this? As far as I see i could change the parsing schema in the APEX Application install SQL in the following ways:
    1. While exportin the application with APEX
    2. In the result install f...sql file using search-replace
    3. While importing the APEX application via APEX Development GUI.
    I would prefere 1. or 3. but in both cases when I would like to change the schema name, the drop dowl list does not contain the test Oracle schema name. Do I have to grant something to the APEX worksspace schema for the test schema name to show up in the drop dowl list?
    Tamás

    On that screen,
    - click Create
    - select "Existing" Schema, click Next
    - select the Workspace, click Next
    - select the Schema, click Next
    - click Add Schema
    And now you'll end up with two schema's attached for the same Workspace.

Maybe you are looking for