Change Assistant Issues

Hello Good People,
I'm testing out PeopleSoft Application Upgrade using change Assistant.
Here are the environments:
Win 2003 Server housing PT8.49.11, File Server, Change Assistant, Process Scheduler, Campus Solution Application called PSCSMDEMO.
UNIX (AIX 5.3)housing Apps Server, Web Server, Process Scheduler, PT8.49.11, Campus Solution Application called PSCSMDEMO.
My question is how do I make the Change Assistant on Win NT craw only the Process Scheduler on NT and the whole environment on AIX.
Everything is going on currently on the DEMO environment and if it's successfull we are doing same on Production.
Here is a brief of what I've done and the error encountering:
I've congigured the PSEMHub - it points to AIX, Change Assistant on NT and the Agent is currently running on both environment when I checked the Registered Hosts Summary. The config.properties file is configured to craw both environments and points to AIX web server, I used the IP address.
Here is the ERROR part:
When I run the GetEnvInfo.bat, asks for the web server port and I input the port number it errors out:
ERROR main EMF_CATEGORY - Error while connecting to 'http://localhost:7007/PSEMHUB/hub'
ERROR main EMF_CATEGORY - Check to see if the Environment Management Hub is running
ERROR main EMF_CATEGORY - Connection refused: connect
ERROR main EMF_CATEGORY - java.net.ConnectException: Connection refused Thanks in good anticipation.
Regards,
Texas!

So how do I correct this???
You sure understand what I was trying to explain???
How do I make it connect to AIX???
Thanks Nic.

Similar Messages

  • Peoplesoft Change assistant File server options

    Hi All,
    I am pretty new to change assistant, I am configuring Change assistant and it seems my configuration are in correct. CA is able to find app/web,database not able to find my File server.
    I am using Peopletools version -8.52.12, Detailed steps given below,
    Tools, Options, Environment Management
    Clikc -(View) Opens -Environment Management hub summary for the environments.
    Its shows
    Database Name- DBXYAB
    File Server- No
    Database Server- Yes
    Application Server- Yes
    Web server- Yes
    Is there a way to find, what the issue will be and trouble shooting tips, if any.

    Given your stated configuration, it should identify the machine running CA as the file server. Worst case, you just have to manually copy files into the file server from the zip file. This is only necessary for your own development purposes. The app and process scheduler servers will use the versions deployed to ps_app_home/ps_home.

  • Change Assistant dependent libraries

    Hello,
    i am attempting a PeopleTools-only upgrade on a Demo database, but when trying to create a new environment in Change Assistant I get the following java exception:
    com.peoplesoft.pt.changeassistant.logging.Logger handleException WARNING: Exception
    java.lang.UnsatisfiedLinkError caught in
    java.lang.ClassLoader$NativeLibrary.load() E:\psoft\hdemo91\bin\client\winx86\psjca.dll: Can't find dependent libraries
    java.lang.UnsatisfiedLinkError: E:\psoft\hdemo91\bin\client\winx86\psjca.dll: Can't find dependent libraries at
    ...It's on Windows Server 2008 64bit, PeopleTools 8.52.05 installed in the PS_HOME (which is E:\psoft\hdemo91). Change Assistant version is up to .05 as well.
    Both PS_HOME\bin\client\winx86 and Both PS_HOME\bin\server\winx86 are set in the PATH environment variable.
    Can this be a 64bit library issue? Do I need to download and install 32bit PeopleTools? Is there even a difference?
    Please share your thoughts.
    Best regards.

    Yes that makes absolute sense, however it did not work.
    Strangely, and I hope just a little bit that it was only a crazy coincidence of some sort, what resolved the issue was editing the PATH environment variable. Which in itself is not surprising, what was curious was that the the PS_HOME\bin\client\winx86 directory had to be at the very beginning, before the first separator. When I reordered the PATH locations, Change Assistant miraculously started working :-)
    When I get a chance I plan to do a bit more testing with this and try to report back.

  • Change goods Issue date and delivery date

    while crating Sales document through VA01
    i want  to replace goods issue date (VBEP-WADAT ) with my Z calender date.
    so that delivery date(ETDAT) aslo should chaged automatically ( bcz iof the change in goods isuue date ).
    how to achive this ?
    i tryied in  Program    program of MV45AFZZ/ MV45AFZB in the User Exists mentioned below:
    1.     Form Userexit_Check_VBEP
    2.     Form userexit_move_field_to_vbep
    i was able to change goods issue date (VBEP-WADAT )  but  not refleting in output screen,..
    regards,
    ramesh

    Hi Venkat,
      Even it did not update in my user exit when I update from VBEP-WADAT.  So, I did back calculation (considering route lead time) and updated Delivery date field VBEP-EDATU.  It is simple.  I have given the sample code as below.
       if lines( xvbap[] ) = 1 and VBEP-ETENR = '0001' and            "Calculate RDD while the first line item entered
         vbap-route <> space and <<your GI date>> is not initial.    "Only when header RSD is filled
          select single TRAZTD into ws_traztd from tvro
                where route = vbap-route.
          ws_days = ws_traztd / 24 / 10000.
          if ws_days <> 0.    "Only when Transp. Lead time is maintained ( So, will not affect other entities )
             select single FABKL into ws_fabkl from T001W
                where WERKS = vbap-werks.
             CALL FUNCTION 'WDKAL_DATE_ADD_FKDAYS'       "Calculate as per Factory calender
                 EXPORTING
                   i_date        = <<your GI date>>
                   i_fkday       = ws_days
                   i_fabkl       = ws_fabkl
                 IMPORTING
                   E_DATE        = ws_date
                  E_FKDAY       =
                 EXCEPTIONS
                    ERROR         = 1
                    OTHERS        = 2
             IF sy-subrc = 0.
                VBEP-EDATU = vbak-vdatu.   "copy to the first line item
             ENDIF.
          endif.
        endif.    "Route days

  • How to make change in Issue list across all project sites?

    Hi,
    We all have issue list in our project sites. We need to add some values to some of the columns in that issue list. The requirement is we need these changes to reflect in all the new sites. Also how to make these changes reflect in current existing sites.
    Can anybody suggest a way to achieve this. One thing that i am aware of is creating a new project site template and associating it with EPT but that still not solves the issue for preexisting sites.
    Please help asap.
    Thanks in advance.

    Hi SpWrk
    If you have already created some sites. You would need to apply these changes either Programetically (Powershell or C#) or Manually.
    However, you can take the following approach to avoid this problem in future. (i.e. Your "future" changes will appear in existing sites too). I am writing the procedure breifly but let me know if you need more details on this
    1) Create a content type (e.g. "Project issues" at PWA level)
    2) Associate this content type with the Issues List in your site template as well any existing project sites. Make it a default content type for Issue lists. save your site template
    3) Create all your custom columns in this new Content type (changing OOB issue columns can break your reporting)
    4) Your changes to content type should reflect in future sites as well as existing sites (whereever the content type was appiled)
    Regards
    Hammad Arif EPM Advice Blog

  • Backup Assistant  issue

    Yes,Yes,Yes
    Please see my posts under the user name T2G3
    I have been given many different answers by Verizon online support, verbally by customer service, and by my local store... none of which have fixed the issue.
    1) I was told to uninstall then reinstall backup assistant only to be told by my local Verizon store that factory installed software can't be uninstalled.
    2) I was told to take my phone to BestBuy to have it reflashed (even though I bought the phone directly from my local Verizon store. BestBuy told me they can only reflash Samsung products.
    3) I was told to go to the Backup assistant app under options and dial *73738# to reset BackUp assistant
    4) Finally I was told to go thru the process of restoring my phone to facory settings in case I had corrupted software.... but this phone has done this since day 1 when it was taken out of the box and activated by store employees... so how is a restore to the phone's original state going to help???
    Maybe if enough of us complain, they won't be able to continue to give piecemeal advice that is unhelpful.....
    My phone is the LG Cosmos3

    Simkee wrote:
    So, I just got a replacement of my Samsung Reality in and I downloaded backup assistant on it. Unfortunately, while the backup assistant is downloaded properly, it will not open on my phone. I has no problem using it on my previous reality, but this one will not work. So, I went online and tried to sync my contacts with my phone, and it's been "syncing" for 20 minutes. This is ridiculous, why isn't it working properly? I have never had this issue before.
    Hi Simkee,
    I trust that the Backup Assistant issue outlined on your post has been resolved by now. Please keep in mind that some times a bad installation may cause the application to fail. Removing and re-installing application may resolve the issue. If you're still experiencing issues with Backup Assistant please delete application from your phone, power phone off and on, and then re-install the application.

  • Where to download PeopleSoft Change Assistant Template for Upgrade ?

    Folks,
    Hello. I am upgrading PeopleTools 8.49 to 8.50.
    After configure Change Assistant 8.50, we need to download a specific Change Assistant template for upgrade process. I cannot find where to download it.
    Can any folks provide a link to download PeopleSoft Change Assistant template for upgrade PeopleTools 8.49 to 8.50 ?
    Thanks.

    Hi,
    You have to be a customer with a current maintenance agreement to have valid access to My Oracle Support (http://support.oracle.com) and the upgrade documentation and templates.
    Current customers who share documents and information from My Oracle Support with non maintenance customers, and others, may be in breach of their license agreement with Oracle.
    For reference:
    "... This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast,modify, license, transmit, distribute, exhibit, perform, publish or display any part, in any form, or by anymeans. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited"
    regards
    Greg

  • Configuration Manager and Change assistant

    Anyone has used the configuration manager and change assistant and had any success copying configuration from one system to another? Thanks

    I have not done this yet, but could you change it to "xyzzy" and change it back again straight away?

  • Change Assistant Error

    We are on PT 8.53.04 and Fin/SCM 9.10 Windows/MS-SQL
    Change Assistant is run on the Windows Server, not the client
    Other users can run Change Assistant without problem, however I get the below error after I have logged in, validated the configuration and click 'Apply Packages':
    As I stated, it is run on the server and others can use it OK, so, it's not the CA configuration that is the problem. Does anyone have an idea of how I can narrow down this problem?
    Thanks,
    2844096

    I guess I'm not sure what you have going on.  You should be pointing CA to the Downloads directory, which is full of zip files of the change packages.  It should list them out and then you select the zip file to apply.  When you move forward it will uncompress the zip file into a staging directory.  It would seem that this is where it's breaking for you, so your last statement "It's already been pulled out of the zip" confuses me.  Do you mean you can find the project successfully extracted in the path for your sandbox in the staging directory?

  • CHANGE ASSISTANT : Failed.   No Environments were found in the Environment

    Hi all,
    Iam trying to apply MP5 on HRMS 9.1 peopletools 8.52 in change assistant getting error as
    *(Step 5) Discovering Hub Environments.*
    Failed.   No Environments were found in the Environment Management Hub.
    Note: All agents should be running and sending pulses for all Application,
    Batch, File and Web Servers for the environment before Change Assistant is started.
    *(Step 6) Pinging Metalink*
    Failed.
    *(Step 7) Pinging Update Gateway*
    Failed.
    *[Mon Dec 10 20:04:29 IST 2012] End Validation*
    Unsuccessful completion (3 Steps Failed).  Click on View Log to see additional messages.
    I have set crawl path correctly, ping is working fine , hub url is also showing agent , change asiistant RUNNING
    pls help
    thanx
    Arvind

    this is what the log file shows...
    unable to find help with the post you hav directed Hakan.....
    Help me...
    [Tue Dec 11 12:02:53 IST 2012] Begin Validation
    output written to: C:\Program Files\PeopleSoft\Change Assistant\validate\validate_2012_12_11_12_2.log
    (Step 1) Creating a Summary of Your Environment
    PS_HOME: F:\PS_HOME\
    Output Directory: D:\change_assistant\output\
    Staging Directory: D:\change_assistant\staging\
    Path: C:\Program Files\PeopleSoft\Change Assistant\jre\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;F:\PS_HOME\bin\client\winx86;C:\Program Files\PeopleSoft\Change Impact Analyzer\dll;D:\ORACLE\product\11.2.0\dbhome_1\bin;F:\ORACLE\product\11.2.0\dbhome_1\bin;F:\app\299025\product\11.2.0\dbhome_1\bin;D:\apps\299025\product\11.2.0\dbhome_1\bin;D:\app\299025\product\11.2.0\dbhome_1\bin;D:\Oracle_Home\product\11.2.0\dbhome_1\bin;C:\Program Files\CA\SC\CAWIN\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\DMIX;C:\PROGRA~1\CA\SC\CAM\bin;C:\Program Files\CA\DSM\bin;C:\Program Files\TortoiseSVN\bin;F:\BEA_HOME\TUXEDO\tuxedo10gR3_VS2008\bin;F:\BEA_HOME\TUXEDO\tuxedo10gR3_VS2008\jre\bin\server;F:\BEA_HOME\TUXEDO\tuxedo10gR3_VS2008\jre\bin
    CLASSPATH: C:\Program Files\PeopleSoft\Change Assistant\changeassistant.jar;C:\Program Files\PeopleSoft\Change Assistant\mx4j-jmx.jar;C:\Program Files\PeopleSoft\Change Assistant\xercesImpl.jar;C:\Program Files\PeopleSoft\Change Assistant\xml-apis.jar;C:\Program Files\PeopleSoft\Change Assistant\xalan_2_7_0.jar;C:\Program Files\PeopleSoft\Change Assistant\serializer.jar;C:\Program Files\PeopleSoft\Change Assistant\commons-logging-1.0.1.jar;C:\Program Files\PeopleSoft\Change Assistant\commons-httpclient-3.1.jar;C:\Program Files\PeopleSoft\Change Assistant\commons-net-ftp-2.0.jar;C:\Program Files\PeopleSoft\Change Assistant\commons-codec-1.2.jar;C:\Program Files\PeopleSoft\Change Assistant\xmldb-api-20021118.jar;C:\Program Files\PeopleSoft\Change Assistant\xmldb-common.jar;C:\Program Files\PeopleSoft\Change Assistant\xmldb-xupdate-20040205.jar;C:\Program Files\PeopleSoft\Change Assistant\xindice-1.1b5-dev.jar;C:\Program Files\PeopleSoft\Change Assistant\psemf.jar;C:\Program Files\PeopleSoft\Change Assistant\psjoa.jar;C:\Program Files\PeopleSoft\Change Assistant\AbsoluteLayout.jar;C:\Program Files\PeopleSoft\Change Assistant\log4j-1.2.8.jar;C:\Program Files\PeopleSoft\Change Assistant\jxl.jar;C:\Program Files\PeopleSoft\Change Assistant\commons-io-1.4.jar;C:\Program Files\PeopleSoft\Change Assistant\jewt4.jar;C:\Program Files\PeopleSoft\Change Assistant\share.jar;C:\Program Files\PeopleSoft\Change Assistant\j2ee.jar
    Current Working Directory: C:\Program Files\PeopleSoft\Change Assistant
    Done.
    (Step 2) Validating your SQL Query Tools
    Found Oracle SQL Query Tool at d:\miscc\Oracle_Home\product\11.2.0\dbhome_1\bin\sqlplus.exe
    Done. 1 SQL Query Tool found.
    (Step 3) Pinging Environment Management Hub
    Pinging 172.17.108.118
    thanx
    Arvind.

  • Post Migration Assistant Issues - Library Files That Need To Be Changed/Deleted

    Used migration assistant to move from late 2008 unibody to early 2011 unibody (lion to lion).  In iTunes my options under View>>Video Playback my options are all greyed out and I think I need to delete a file from the library to reset (similar to bluetooth issue where I had to delete two files so I could rename devices).  Any ideas on how to resolve this and since this is the second thing that has come up are you aware of any others that I might want to keep an eye out for?

    Assuming you have an optical drive in or connected to your MBP, the easiest way to go is to do a backup of your existing iTunes library to DVDs (you may need several) .  In iTunes 9, this is done with selecting File->Library->Back Up to Disc... and following the directions.  I do not see that capability in the current iTunes, though, but if one is using Tiger, one is limited to iTunes 9.
    When the discs are burned, mounting any of the discs on the MBP should cause iTunes (you may need to have it up) to ask if you want to import the files.  It goes pretty smoothly, or at least it has for me in Mt. Lion and Win-7.  It's a little involved but it does work.

  • Migration Assistant Issues?

    My G5 iMac was on its way out, so I picked up a new 24" Intel iMac. I was desperate to get it up and running, so I used the migration assistant. I figured there were few PowerPC only apps on my G5, so wasn't too worried.
    Overall - no real problems. I was able to replace a couple of the PPC apps with Universal binaries. However, I'm having issues with two things: My system prefs and a Nikon picture sorting app called ViewNX.
    The system prefs hang when I use the desktop/screen saver panel. I checked all of the screen savers for the Universal tag and removed those that were PPC, logged out, then logged in. The panel still hangs or updates slowly and eventually hangs. I removed all the screensavers (even the system ones) and no change. The panel also hangs when I navigate through the desktop image choices.
    For ViewNX, the app quit upon startup the first or second time I used it, and continued to. I uninstalled and reinstalled many times, deleted all the Nikon app prefs, reinstalled, manually uninstalled - nothing seemed to work. Then I read about another ViewNX user having similar issues - he found the app would work from another account on his mac, but not his own. I found the same thing. And yet another user found that checking the "Use Rosetta" option would allow the app to run. That works for me too, but it's strange because the app is clearly a universal app.
    I also repaired my permissions, but no change.
    Any suggestions? I'd rather not back up the entire drive and reinstall everything, app by app - as otherwise I don't seem to have any issues.
    And yes, I read the migrating to Intel notes on the forum...

    I though I removed the entire ViewNX folder from the user application support folder. The uninstaller should have done the same thing - but maybe it didn't. I'll double check that.
    Yes, there is an error log in the console, but I couldn't decipher it:
    7/30/09 5:16:38 PM [0x0-0x8b08b].jp.co.nikon.ViewNX[1115] ViewNX(1115,0xa033b720) malloc: * mmap(size=2303983616) failed (error code=12)
    7/30/09 5:16:38 PM [0x0-0x8b08b].jp.co.nikon.ViewNX[1115] * error: can't allocate region
    7/30/09 5:16:38 PM [0x0-0x8b08b].jp.co.nikon.ViewNX[1115] * set a breakpoint in mallocerrorbreak to debug
    7/30/09 5:16:38 PM [0x0-0x8b08b].jp.co.nikon.ViewNX[1115] terminate called after throwing an instance of 'std::bad_alloc'
    7/30/09 5:16:38 PM [0x0-0x8b08b].jp.co.nikon.ViewNX[1115] what(): St9bad_alloc
    7/30/09 5:16:40 PM com.apple.launchd[137] ([0x0-0x8b08b].jp.co.nikon.ViewNX[1115]) Exited abnormally: Abort trap
    Thanks for your suggestions!

  • Oracle E-Business R12 (12.1.1) Login Assistant issue

    Dear Friends
    We have issue in Oracle E-BusienssR12 with login assistant, it is not sending the password reset emails to user, how can we resolve this issue.
    thanks

    Hi;
    yep solvedThanks for sharing solution and its nice to hear issue solved ;) If your issue has been solved; please change thread status to answered if it possible, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
    Regard
    Helios

  • Boot Camp Assistant Issue

    I am trying to use Boot Camp Assistant to install windows 7 home premium so I can use it for a windows based program for work. I would like to be able to boot to either windows or OS X because I like using OS X for everything else. I keep getting the following message.
    I have pictures and documents I do not want to lose on my comuter and am unfamiliar with what to do to resolve this error that continues to happen.
    I have a 8GB USB flash drive I have been using to try to preform the install. I also downloaded an ISO file of Windows 7 Home Premium to my desktop as instructed in the how to section of boot camp.
    I would greatly appreciate any insight into the next steps I should take to resolve this issue.
    Thank you for your help.

    The message clearly says what to do.
    Before changing, modifying, or formatting a drive, create a data backup. You will lose your data if you don't make a backup.

  • Backup Assistant issues

    When I try to use ba it asks me to enter my pin, I do and I get a message its the wrong pin, it prompts "Press #" if I forgot my pin. I do that and the pin it shows is the pin I entered and the circle continues. I've looked everywhere to change the pin to no avail (thought changing the pin would get the program unstuck from the loop.
    Any other suggestions?
    <Post branched to a new discussion for more exposure.>
    Message was edited by: Verizon Moderator

        Hey pez04. The backup assistant is my favorite application. I am clumsy when it comes to remembering numbers.  I am sorry for the issues that you are having with the application, but I am confident that we can resolve it.
    It sounds like you just need to perform a rest on the application itself. To reset backup assistant follow the steps below:
    1. From the home screen, select apps
    2. Select settings
    3. Select Apps
    4. From the all tab, select an application
    5. Select Force Stop
    6. Select OK
    7. Select Clear data
    8. Select OK
    Go ahead and try this for me pez04 and update us with results.
    NickB_VZW
    VZWSupport
    Follow us on Twitter @VZWSupport.

Maybe you are looking for