PCK  visual administrator can not run

Hello Everyone,
   When i run pck, encounter a problem,"<b>Object not found in lookup of SapXIFileAdapterService"</b>
  I found the soultion from SDN, this need to registry the JNDI in visual administrator, but i can not run the visual adminstrator.
my<b> go.bat</b> is under C:\usr\sap\A20\JC70\j2ee\ATS\bin
and not under C:\usr\sap\A20\JC70\j2ee\admin,
there is not admin folder under the C:\usr\sap\A20\JC70\j2ee;
when i run go.bat , there is following information, and no config window show;
Could some boby can help me how to solve this issue,
Thank you very much.!
<b>C:\usr\sap\A20\JC70\j2ee\ATS\bin>setlocal
[SAP ATS Start] Version - 1.1.1, NW Release - 7.10, Change: 130621, Date: 2006/1
1/14
[MAIN JVM] Creating initial context -> Done
[MAIN JVM] Cluster info [1 server node core ver.  7.10.3301.146320.2007050316504
2  (click for details)]
[MAIN JVM]
[MAIN JVM] Checking tested environment
[MAIN JVM] NAMING -> OK
[MAIN JVM] DB     -> OK
[MAIN JVM] HTTP   -> OK
[MAIN JVM]
[MAIN JVM] Test main root directory : <C:\usr\sap\A20\JC70\j2ee\ATS\tests>
[MAIN JVM] Loading tests please wait...
[MAIN JVM] All Tests:      0 classes, 0 methods.
[MAIN JVM] Exclude Tests:  0 classes, 0 methods.
[MAIN JVM] Test loading finished. Elapsed time: 31 ms.
[MAIN JVM] Test end, elapsed: 00min 00.000s, local time: 11:06:08 AM
[MAIN JVM] All tests finished at 11:06:08 AM
[MAIN JVM] -
    INFO    -
[MAIN JVM] Test execution process completed.
[MAIN JVM] -
</b>

Hi rocky
check your JAVA_HOME env variable
You just get a copy of  "admin" folder and paste it within the j2ee folder
You should be able to start Visual admin
regards
krishna

Similar Messages

  • I can not run the account Administrator show me this letter Please help :

    I can not run the account Administrator show me this letter Please help
    http://im40.gulfup.com/4AXHK.png

    Hi,
    You need the administrator permission to enable the built-in administrator account.
     For secure concern, there is no other way to do this.
    Alex Zhao
    TechNet Community Support

  • HT1349 I can not run the scanner in my main user, but only the second user and the same thing with updating apps! Why is this happening???

    I can not run the scanner in my main user, but only the second user and the same thing with updating apps! Why is this happening???

    Welcome to the Apple Community.
    Enter the details of her second account at system preferences> mail, contacts & calendars.

  • Hi, I got the problem with Firefox 27.0.1. I can not run Selenium on Firefox after login a website for automation testing. The browser is not responding.

    Hi, I got the problem with Firefox 27.0.1. I can not run Selenium on Firefox after login a website for automation testing. The browser is not responding. However when I close Nunit, the page is back to be normal. The title is returned to the name of website without "not responding". I sure this problem did not happen on Firefox version 26. I just got this problem when firefox upgrading automatically to version 27. Please help me fix this problem because it is very important for my work. If you need more information pls send your concerns via my email address.
    Thanks so much

    Hi, the work around suggested above should put you in working mode in the meantime. However to help investigate the issue it is possible to analyze what is not loading or taking a long time by analyzing the network traffic or http headers of the Nunit web page.
    *[https://addons.mozilla.org/en-us/firefox/addon/live-http-headers/]
    *Web developer Tools > Web console
    If you post the results with out the user data, we are happy to help.

  • I have a mac osx version 10.6.8 no windows and i am trying to install a program but keep getting can not run in dos mode  ( the disk says on back works on intel mac with parallels or vm fusion) is this program not compatible with my mac?

    i have a mac osx version 10.6.8 no windows installed and i am trying to install a program but keep getting can not run in dos mode  ( the disk says on back works on intel mac with parallels or vm fusion) is this program not compatible with my mac?

    You run Windows in Parallels or Fusion. Then in Windows you install the program.

  • After closing the Firefox browser, a message appears "Severe error: Cannot load resource file; can not run". What could be wrong?

    The message: "Severe Error; Can 't load resourse file; can not run" appears after closing Firefox4. All other applications on my pc do not have this problem.

    I've found text of this error in npdjvu.dll plugin, remove it and error seems to disappear.

  • I have a pdf file with the added sounds, so I can not run the sound in adobe reader XI on my tablet samsung galaxi pro (android)

    I have a pdf file with the added sounds, so I can not run the sound in adobe reader XI on my tablet samsung galaxi pro (android)

    Thanks for writing to us. Unfortunately, such advanced javascript support is currently not provided by Adobe Reader for Android.
    Thanks,
    Adobe Reader Team

  • Mac OS 10.5.8 Can not run install disc

    I have Mac OS 10.5.8 on my laptop and i Can not run install disc supplied with my EA4500. How do I set up my router to work with my CableVision modem? I have named the route, and set up password. I see the router from my laptop but can't connect to Internet via modem. When I switch back to my old Linksys router I have Internet connection. Any help would be appreciated thank you. Jeff

    Isit the white Snow Leopard Retail disc like the one here? http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard

  • Some procedure can not run,Please help

    --Please Help me where is wrong
    --The Procedure can be compiler,but can not run
    --Maybe there has some wrong with Ref Cursor or dynamic SQL
    --Please,Thanks ver much
    --Follow is my full code
    Create or Replace package ref_types
    AS
    TYPE ref_cursor is REF CURSOR;
    End;
    Create or Replace package userinfo as
    procedure Get_usermenu (baduser out boolean,
    menu out ref_types.ref_cursor
    End;
    Create or Replace package body userinfo as
    procedure Get_usermenu (baduser out boolean,
    menu out ref_types.ref_cursor
    ) is
    v_sqltext varchar2(100);
    v_sql varchar2(300);
    begin
    baduser:=FALSE;
    v_sqltext:='''A001'',''A002'',''A003''';
    v_sql:='select MENUID,P_NAME from MENU_LIST
    where MENUID in (';
    v_sql:=v_sql||v_sqltext||) order by MENUID asc';
    --explain:Get v_sqktext values overpass some process
    open menu FOR v_sql;
    end;
    end;
    /

    thanks,
    error number is : Ora-01001
    I use it In Form:
    declare
    v_baduser boolean;
    v_menu ref_types.ref_cursor;
    v_menuid number;
    v_menuname varchar2(50);
    v_menucount number;
    begin
    v_menucount:=1;
    userinfo.Get_usermenu(v_baduser,v_menu);
    loop
    fetch v_menu into v_menuid,v_menuname;
    exit when v_menu%NOTFOUND;
    show_alert_info(v_menuid||';'||v_menucount||'、'||v_menuname);
    --show_alert_info,like Developer's Function "message",
    --It can show some text
    v_menucount:=v_menucount+1;
    end loop;
    Close v_menu;
    end;

  • ITunes can not run because some of it's required files are missing...

    'iTunes can not run because some of it's required files are missing. Please reinstall iTunes.' I get this message when i try to start iTunes, I have reinstalled iTunes for two times know and it still doesn't work. Can anyone please help me with this,
    Joris

    nagrax4s wrote:
    .....I had to run programs to completly errase iTunes and then rewrite parts of the registry.
    too bad I didn't get to you sooner
    Follow these instructions to completely remove Apple software
    http://support.apple.com/kb/HT1923
    Then use free Ccleaner to repeatly repair your registry until it's fixed.
    http://www.piriform.com/ccleaner/download/standard
    download iTunes again from Apple.
    http://www.apple.com/itunes/
    If you have 64bit Vista or Windows 7, look for the seperate download of iTunes for that further down the page.
    Once installed, use the Apple Software Update under your Start Menu to fully update all Apple components.
    Your content will remain on the drive in the Music > iTunes Folder, nothing is deleted.
    You should be making backups of your content regularly, either through iTunes or via copying the iTunesFolder in your Music folder to a external drive.
    Windows is notorious for having "other" issues that make it unstable, we as volunteers helping others can't always resolve those issues.

  • "iTunes can not run because some of the required fields are missing.  Please reinstall iTunes."  What the ****?!

    "iTunes can not run because some of the required fields are missing.  Please reinstall iTunes."  What the ****?  Please help me figure this out.  I already removed quicktime (as another thread suggested).  I can't get in!

    i get same error.
    I have uninstalled and reinstalled more times than i care to count. but still i get
    itunes cannot run because some of its required files are missing.

  • IPhoto won't run. iPhoto can not run due to an incompatible version of ProKit on this system.

    Eh, See title. When I attempt to run iPhoto it pops up "iPhoto can not run due to an incompatible version of ProKit on this system." So. What's ProKit and...
    I really need iPhoto today, quite urgent. iPhoto worked perfectly fine before the upgrade but now it seems to.. not be compatible. Yes it is the most updated version. I'm about to order a book and I really need to order today. And in other question, (Don't want to make an other one for no reason in the forums) how long does it normaly take for the books to print and arrive in Singapore? Please answer as quick as possible.
    Thanks.

    Did you install any third party software earlier? Pro Kit is a frame work in your system Library that is used by several multimedia applications. If you have an incompatible version, reinstall your system, that should fix it: Use the Client Combo to reinstall:
    Download and reapply the OS X Lion Update 10.7.4 (Client Combo) updater.
    Good Luck!
    And sorry, I do not know anything about the book delivery in Singapore. But you live in a fine city!
    Tegards
    Léonie

  • TS2551 Photo can not run due to an incompatible version of ProKit on this system.

    Message:"iPhoto can not run due to an incompatible version of ProKit on this system".It is a Lion system????I updated iphoto to version 9.3 and it is the message I receive every time I try to open iphoto. Please help me?

    Try downloading and reapplying the OS X Lion Update 10.7.4 (Client Combo) updater followed by a repair of disk permissions with Disk Utility.
    OT

  • IPhoto can not run due to an incompatible version of ProKit on 10.8

    iPhoto can not run due to an incompatible version of ProKit on Mountian Lion 10.8

    Did you install any third party software earlier? Pro Kit is a frame work in your system Library that is used by several multimedia applications. If you have an incompatible version, reinstall your system, that should fix it: Use the Client Combo to reinstall:
    Download and reapply the OS X Lion Update 10.7.4 (Client Combo) updater.
    Good Luck!
    And sorry, I do not know anything about the book delivery in Singapore. But you live in a fine city!
    Tegards
    Léonie

  • ITunes can not run because some required files are missing.

    I got a message that said something like "iTunes can not run because some required files are missing. reinstall itunes." I tried to reinstall iTunes but I kept getting that message. So, i uninstalled it, and tried to install it again. this did not work. I think that Quicktime is actually what is broken, because iTunes installs fine, but the Quicktime installation failed. When the installation failed, i got a message that said, "Installation failed: error code: -3"
    I then tried installing Quicktime with the standalone installer. The installation got further, but it then failed as well, giving the error code -1603.
    What can I do to get this reinstalled, and if you can't answer that, how can I contact Apple from Iraq? Thank you.

    hmmm...that happened to me at one point to, and I'm trying to think back, I believe I was able to uninstall it by using the standalone installer.....
    Try these steps and see if anything helps, and then in the troubleshooting section, look up the specific error number you are receiving...
    http://docs.info.apple.com/article.html?artnum=93976

Maybe you are looking for

  • Moved catalog and now LR won't open it by default. Help?

    I'm running LR2 (I know, first step, UPGRADE!), but in the meantime, I had to move my catalog because my drive got full. Under the Backup dialog box I chose the new location. But when I just click on the LR icon to open the program it opens with the

  • IPod working, but no sound

    I have a 30gb video ipod. Up until about 2 weeks ago, I used it with great results in my car, with an itrip and at home on an iboom. Then it just stopped working. The strange thing is, it is not a hardware problem, because when I connect it to either

  • Data warehouse database

    <p> Today I came across one very interesting question </p> <p> "Data Warehouse can be only deployed in relation database." </p> <p> Above statement is true or false. </p> <p> If we see it simply without any complication or may be go back 7-8 years it

  • How i can change default Deployment server in Creator 2 ea 2.

    Hi Thank you for reading my post. I want to change Creator 2 ea 2 , deployment server I used to use centeralized deployment server . and i want to change Creator server , and set it to that server. How i can do this ?

  • CS6 asks for a serial number at every launch

    Why does Photoshop CS6 asks for a serial number at every launch