Problem's users

Hello to all,
Before i don’t have the problem for the administration’s user.
But now I can’t create new users and get LOV from the users, there is always the error:
“Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.”
I checked my error_log,
[error] File does not exist: c:/ora9ias/apache/apache/htdocs/picts/v_bt/b_val_on.gif
[error]File does not exist: c:/ora9ias/apache/apache/htdocs/picts/v_bt/b_val_off.gif [error]File does not exist: c:/ora9ias/apache/apache/htdocs/picts/v_bt/btr_abonnez_on.gif
[error] File does not exist: c:/ora9ias/apache/apache/htdocs/picts/v_bt/btr_abonnez_off.gif
[error] File does not exist: c:/ora9ias/apache/apache/htdocs/picts/v_bt/b_con_on.gif
[error] File does not exist: c:/ora9ias/apache/apache/htdocs/picts/v_bt/b_con_off.gif [error] File does not exist: c:/ora9ias/apache/apache/htdocs/picts/v_bt/b_mod_on.gif [error] File does not exist: c:/ora9ias/apache/apache/htdocs/picts/v_bt/b_mod_off.gif [error] File does not exist: c:/ora9ias/apache/apache/htdocs/picts/v_bt/b_ok_on.gif [error] File does not exist: c:/ora9ias/apache/apache/htdocs/picts/v_bt/b_ok_off.gif
In fact there is not a folder “picts” in c:/ora9ias/apache/apache/htdocs.
Thanks for your help!

You'll need to supply more information if you'd like some help. You haven't actually said what is going wrong, what errors you're getting, etc.
Regards,
Robin Zimmermann.

Similar Messages

  • Video on skype not workin only in facetime and photo booth appears to be a common problem amongst user with a recently bought macbook air

    Video on skype not working. Only functioning in facetime and photo booth. Seems to be a common problem amongst users having bought a new macbook air recently. When you go to Preference and click on audio/video item video works but when clicking on another menue and returning to audio/videio picture is gone. Understand has something to do with a recent update von Apple (10.8.5... missing file for 32 bit version).
    Anybody there to give me an advice?
    Thanks.

    Wait until a fix is available from Apple or Skype.
    Best.

  • Problem with user-defined functions in XQuery String

    hello
    i've a problem with user-defined functions in XQuery String
    details are here (the code is not Human-readable via forum's embedded editor ?? strange)
    http://docs.google.com/Doc?id=ddqwddsr_21c96d9x
    thanks !!

    See
    michaels>  select xmlquery('declare function local:test_function($namecmp as xs:string?, $inputtype as xs:string?) as xs:string?      
                        return {$inputtype}
                     local:test_function("1","2")' returning content) o from dual
    Error at line 5
    ORA-19114: error during parsing the XQuery expression:
    LPX-00801: XQuery syntax error at '{'
    3                       return {$inputtype}
    -                              ^
    michaels>  select xmlquery('declare function local:test_function($namecmp as xs:string?, $inputtype as xs:string?) as xs:string?      
                        $inputtype
                     local:test_function("1","2")' returning content) o from dual
    O   
    2   
    1 row selected.

  • Problem with users disabling ARD client service

    I've got a problem and i'm not quite sure of the work around. I'm a PC guy by nature and can't quite figure this out.
    I'm having a problem with users disabling the ARD service from the sharing menu. Unfortunately users need to have admin privleges to do their work so I can't simply give them a standard account.
    I've hidden the ARD user account i created from the login window through Netinfo, but I need to find a way to stop users from shutting the ard service down.
    They don't seem to understand that the company requires that it be on the computer. Now, I'm the one who is set as the admin for ARD in the building, however we really just use it to rollout drivers, install packages, and its a lifesaver for remotely fixing problems with programs. The company didn't really buy it to spy on the employee's.
    Is there any way to hide the service from an admin level account? Or keep them from shutting it down?
    BTW, this would have to be done on multiple machines running both panther and tiger.
    Any help would be appreciated as I'm not quite sure where to start.

    First, as a matter of policy, let them know this service is active, and needs to remain active. If they disobey this instruction and turn it off, you have a human resources issue, not a technical issue.
    Second, there are very few enterprise users that need admin access to their machines. Oh, they ALL think they do, and there will be howling when non-admin status is first imposed, but we have 350 users in a publishing environment with less that 20 setup as admins. Those users are almost all superusers who assist others in a technical role.
    We have far fewer software problems like this and with ARD, IT can install/ authorize installation of software remotely should a user need that. It simply does not dramatically impact our users to have non-admin access. On the other hand, we recognize that a FEW users will need more access, and grant that on a case-by-case basis.

  • Problems when user enter the field

    I have problem when user enter the field, but it cannot retrieve from the table. Below is my program, help me to check is it correct or not, THANKS
    <input type="text" name="po_num<%=i%>" style="width:100%;text-align:left;" onChnage="chkPOexist(<%=i%>)">
    Function chkPOexist(i){
    if documen.all.po_num.value == null {
    alert ("PO cannot be null");
    else {
    po_num = new String;
    po_num = eval(document.po_num[i].value)
    alert(po_num);
    <% System.out.println("PP " +po_num);
    sql_query = "SELECT po_num"+
    " FROM pomast"+
    " WHERE po_num '"+po_num+"' ";
                        try{
                        rset = db.execSQL(sql_query);
                        catch(SQLException e) {
                        System.err.println("Error in query");
                        while(rset.next()== true){
    po_num = rset.getString("po_num");
    %>
    </select value="<%=po_num%>"><%=po_num%></select>
                        <%}%>

    You seem to have some confusion between java and javascript, and when they run.
    Java code runs only on the server, and produces an HTML page.
    Javascript code runs on the client.
    The two can not communicate. Specific to your example you seem to think that the java code will be executed by your onChange event.
    This is not the case.
    In order to run java code again you have make a request by submitting the form, or clicking on a link.
    Cheers,
    evnafets

  • Problem deleting users with delegated admin

    Hello,
    I seem to be having a problem deleting users with delegated administrator. I am using JES 2005Q4.
    Here is what I do:
    I set Inetuserstatus and mailuserstatus to deleted. Then run msuserpurge to delete the mail box. This seems to be working fine. Then I do a commadmin domain purge and it will actually delete the persons ldap record, but it does not delete the o=pab records or the o=PIserverDB records.
    I am probably missing a step here, and would apprecidate it somebody could point me in the right direction.
    Thanks,
    Gary

    DA patches:
    119777-10 most current release for Solaris
    119778 for X86
    119779 for Linux
    118540-23 Communication Express Solaris Sparc
    118541 X86
    118542 Linux
    118207-42 Messaging core Solaris sparc
    118208 X86
    118209 Linux
    116574-02 Veritas Vcsha (sparc only)
    118242-03 and 118245-03 Dssetup sparc
    118243 and 118246 X86
    118247 Linux
    122018-02 Outlook Connector
    (all the currently released patches. Most have t-patches available from tech support post the above numbers)

  • Burning problems as user

    Hi
    I am using a Toshiba Satellite with WinXP SP2.
    having had no problems with iTunes 6 I installed iTunes 7.
    Problem: as user I cannot burn CDs while this is possible as an administrator.
    Any solution to this problem?

    I have the same problem. Really annoying
    Error message: Disc Burner or software not found.
    This occurs if I try to burn an Audio-CD or backup my music files.
    Following the result of running CD-Diagnostics:
    Microsoft Windows XP Professional Service Pack 2 (Build 2600)
    IBM 2373WVD
    iTunes 7.0.1.8
    CD Driver 2.0.6.0
    CD Driver DLL 2.0.6.0
    LowerFilters: PxHelp20 (2.0.0.0), DRVMCDB (1.0.0.1), ElbyDelay (5.1.0.0), DLACDBHM (1.0.0.1),
    UpperFilters: GEARAspiWDM (2.0.6.0),
    Video Driver: ATI MOBILITY RADEON 7500 \ATI MOBILITY RADEON 7500
    IDE\DiskFUJITSUMHT2030AT_______________________849B___
    Could not open CD handler, 5. Problem with installation of drive in Windows or drive contains copy protected CD.
    USBSTOR\DiskWDC____WD800BB-00FJA0_13.0
    Could not open CD handler, 5. Problem with installation of drive in Windows or drive contains copy protected CD.
    IDE\CdRomHL-DT-STRW/DVD_GCC-4242N_______________0201___, Bus Type ATA, Bus Address [0,0]
    Some computers need an update to the ATA or IDE bus driver, or Intel chipset. If iTunes has problems recognizing CDs or hanging or crashing while importing or burning CDs, check the support site for the manufacturer of your computer or motherboard.
    Current user is not an administrator.
    Failed while scanning for CD / DVD drives, error 2510.
    Virtual drives can sometimes interfere with reading and writing CDs in iTunes. If this is a virtual drive and you are having problems with other drives, try uninstalling the virtual CD application.
    E: Unsupported CD or DVD drive.
    Virtual drives can sometimes interfere with reading and writing CDs in iTunes. If this is a virtual drive and you are having problems with other drives, try uninstalling the virtual CD application.

  • Adobe aftereffects is not working on os x maverics all updates...... is dis soft. will work on the new os x yosemite.??  y apple is nt working on dis problem wen users are facing problems with new os x .....

    Adobe aftereffects is not working on os x maverics all updates...... is dis soft. will work on the new os x yosemite.??  y apple is nt working on dis problem wen users are facing problems with new os x .....

    I suggest you contact Adobe tech support or their Mac forums for assistance.

  • After Int Install OS10.5.8 on PowerPC G4 having major system problems (created user to verify) CS4 apps go non responsive

    After Int Install OS10.5.8 on PowerPC G4 having major system problems (created user to verify) CS4 apps go non responsive

    Ok no difference, I don't get any drive errors that seem significant or numerous, sometimes I don't get any at all, the disk always verifies and I haven't had to run a repair on it yet. I've gotton one or two drive errors, I'll save them next time I run either DU or DW.... however with permissions, there are a lot and they all fix (except: see below: Last 3: ACL errors are always there) but as I keep having to do force quits and system re boots they keep coming back; posted them below IDK if this will help you to help me, LOL... but figured it couldn't hurt, the ones below are re-occuring I know i've seen them b4. . .  Don't know if this makes a difference but on initial install I had several font conflicts w/system fonts, I renamed suitcases and that error message hasn't come back . . . but do you think this could be a font issue . . . I have like 12,000 fonts of which a couple hundred are ususally always active . . . IDK it doesn't make sense to me it would be, but you never know... just a shot in the dark
    I also saved my last PS crash report and it was like 100 Pages long, I've never seen one that long, I make a pdf of it and post link to my idisk, if its something that you can interpet.
    Verify permissions for “Rayce”
              Reading permissions database.
              Reading the permissions database can take several minutes.
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/DVD.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/FRSettings.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/FRSources.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Movies.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Music.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Photos.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Podcasts.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/TV.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/PrivateFrameworks/BackRow.framework/Versions/A/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Menu Extras/RemoteDesktop.menu/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/CodeResources", should be -rw-rw-r-- , they are lrw-rw-r-- .
    Permissions differ on "private/var/spool/cups/cache/rss", should be drwxr-xr-x , they are drwxrwxr-x .
    ACL found but not expected on "Applications/Utilities".
    ACL found but not expected on "Applications".
    ACL found but not expected on "Library".
    Permissions verification complete
    Repairing permissions for “Rayce”
              Reading permissions database.
              Reading the permissions database can take several minutes.
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/DVD.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/FRSettings.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/FRSources.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Movies.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Music.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Photos.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Podcasts.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/TV.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/PrivateFrameworks/BackRow.framework/Versions/A/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Menu Extras/RemoteDesktop.menu/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/CodeResources", should be -rw-rw-r-- , they are lrw-rw-r-- .
    Permissions differ on "private/var/spool/cups/cache/rss", should be drwxr-xr-x , they are drwxrwxr-x .
    ACL found but not expected on "Applications/Utilities".
    ACL found but not expected on "Applications".
    ACL found but not expected on "Library".
    Permissions repair complete

  • Problem with user mapping

    Hello,
    We got a problem with user-mapping to a SAP system.
    We create a SAp system, and an alias to this system.
    We add a user mapping for the administrator (user, not group). Check for connector is OK.
    Now, we make the same user-mapping for a group.
    if the user also belongs to the group "administrator" this mapping works, otherwise this fail with a message <b>"com.sapportals.portal.ivs.cg.SystemNotFoundException: Got null system object for alias R3HR".
    </b>After checking, there is no user-mapping for the "administrator" group, nor for the roles that belong to that group, nor for the user.
    So, it seem that the alias is only visible for an admin.
    does any one got an idea ? we are on SP14, Linux.
    regards
    Guillaume PATRY

    HI Guillaume,
    The user mapping is available for both Admin as well as end users.
    Open your system from System Administration>System Configuration>System Landscape.
    In the property editor,in dropdown for property category,
    select the logon method as UID?password and User Mapping type to admin/user.
    Then you can create a Group,map the system alias for this group and add users to this group.
    Also,in the property editor for the system,from dropdown for display,select permissions , and add the group to asssigned permissions as READ ONLY and select the checkbox for ENDUSER.
    Hope,this resolves your problem.
    Regards,
    Siddhartha

  • Problem migrating user account SID

    Problem migrating user account SID
    I’m trying to migrate user accounts SID from a Windows 2003 domain to a Windows 2008 domain using the command line admt.exe. There is a trust between the 2 domains and I’m able to migrate a user account using admt 3.1 wizard including SID. The wizard asks me for a user account in the source domain with administrative right for the SID migration.  In the wizard I use the same credentials as my current session. This works fine!!
    But, when I’m using the command line “admt user” in an administrative cmd box i’m not prompted for any credentials in the source domain.  My current credentials have the proper right in the source domain so that should not be any problem but admt is not able to migrate the user SID and gives the following error:
    ERR2:7615 SID History cannot be updated for xxxxx. You must be an administrator in the source domain
    Any ideas ??

    I to am seeing this error - running on a Target DC.
    Command line: admt group /O: GroupOption2.txt /F: test.txt /TO:corporate/Groups
    Option File:
    [Migration]
    SourceDomain=Source.com
    TargetDomain=corp.target.com
    PasswordOption=Copy
    PasswordServer=blade3.source.com
    ConflictOptions=MERGE
    [User]
    MigrateSIDs=Yes
    [Group]
    MigrateSIDs=Yes
    UpdatePreviouslyMigratedObjects=Yes
    FixGroupMembership=Yes
    MigrateMembers=No
    UpdateUserRights=YES
    [Security]
    TranslationOption=Add
    Error from the logs:
    2010-02-15 11:47:14 ERR2:7615 SID History cannot be updated for test group deleteme. You must be an administrator in the source domain.
    The account I am logged in to the target DC is a member of the Administrators group on both domains and of the Domain Admins on the source.
    Any ideas? Searching (with Bing and that other one) only turns up two relevant hits, this thread and a win2000 tech net article.
    Extra info:
    Source: Windows 2003 (OS) - Windows 2000 native functional levels (domain and forest)
    Target: Windows 2008 (OS) - Windows 2003 functional
    Sorry for the retarded formatting.

  • Portal Drive - Connection Problems (a problem connecting user) 2

    Hello Experts,
    I installed the latest Portal-Drive from
    [SWDC|https://websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100000835972009D]
    and followed step-by-step explanations from
    [http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/2541]
    So I created a new-service and filled fields as follows:
    Service Name: PW1
    Server URL: http://r3ebwpdb.ekostahl.agn:50000/irj/go/km/docs/documents/Hilfe
    Username: TLI399958 (That is my SAP-User)
    Server-Url (...) looks like:
    Server: r3ebwpdb.ekostahl.agn
    Port: 50000
    Server directory: irj\go\km\docs\documents\Hilfe
    Unfortunatley the connection does not work --- message:
    r3ebwpdb.ekostahl.agn is currently experiencing a problem connecting user. Please try again later.
    I read in other threats, that the URL should work in a Browser-window - unfunatley I receive the following message:
         Portal-Laufzeitfehler
    Ausnahme bei der Verarbeitung des Requests; senden Sie die ID der Ausnahme an Ihren Portaladministrator
    Ausnahme-ID 01:08_03/03/11_0039_8263550
    Weitere Details zu dieser Ausnahme finden Sie in der entsprechenden Protokolldatei
    My log-files "pw1.log" shows:
    SAP NetWeaver Portal Drive 4.5 (build 7651) on WinVista
    Service: WebDAV:
    r3ebwpdb.ekostahl.agn:50000\irj\go\km\docs\documents\Hilfe
    Sharing Level: 2
    Secure connection: No
    13:12:29 2011/03/03 Failed to connect
      Error 0000003A.
    13:12:30 2011/03/03 dirlist timeout=300, flags=4
    I checked also:
    1.
    [SAP-Help|http://help.sap.com/saphelp_nw04s/helpdata/en/42/c99b91341a6bade10000000a1553f6/frameset.htm]
    2.
    Tried several things with PROXY on Portal-Drive-App.
    3.
    Tried several things with Tab Advanced / User authentification  on Portal-Drive-App.
    Systemlandscape:
    OS: UNIX
    Portal: EP 7.00 SP20
    Thanks for your help...
    Regards,
    Thomas

    Hello Mikhail,
    I tried to logon again, because my last try was at 03.03.2011.
    I got the following-log-files:
    1. pw1.log
    2. PW1.http.0.log
    3. PW1.http.1.log
    4. PW1.http.2.log
    5. PW1.http.log
    Content of 1
    SAP NetWeaver Portal Drive 4.5 (build 7651) on WinVista
    Service: WebDAV:\\r3ebwpdb.ekostahl.agn:50000\irj\go\km\docs\documents\Hilfe
    Sharing Level: 2
    Secure connection: No
    16:12:12 2011/03/24 Failed to connect
      Error 0000003A.
    16:12:14 2011/03/24 dirlist timeout=300, flags=4

  • Portal Drive - Connection Problems (a problem connecting user)

    Hello Experts,
    I installed the latest Portal-Drive from
    [SWDC|https://websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100000835972009D]
    and followed step-by-step explanations from
    [http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/2541]
    So I created a new-service and filled fields as follows:
    Service Name: PW1
    Server URL: http://r3ebwpdb.ekostahl.agn:50000/irj/go/km/docs/documents/Hilfe
    Username: TLI399958 (That is my SAP-User)
    Server-Url (...) looks like:
    Server: r3ebwpdb.ekostahl.agn
    Port: 50000
    Server directory: irj\go\km\docs\documents\Hilfe
    Unfortunatley the connection does not work --- message:
    r3ebwpdb.ekostahl.agn is currently experiencing a problem connecting user. Please try again later.
    I read in other threats, that the URL should work in a Browser-window - unfunatley I receive the following message:
         Portal-Laufzeitfehler
    Ausnahme bei der Verarbeitung des Requests; senden Sie die ID der Ausnahme an Ihren Portaladministrator
    Ausnahme-ID 01:08_03/03/11_0039_8263550
    Weitere Details zu dieser Ausnahme finden Sie in der entsprechenden Protokolldatei
    My log-files "pw1.log" shows:
    SAP NetWeaver Portal Drive 4.5 (build 7651) on WinVista
    Service: WebDAV:
    r3ebwpdb.ekostahl.agn:50000\irj\go\km\docs\documents\Hilfe
    Sharing Level: 2
    Secure connection: No
    13:12:29 2011/03/03 Failed to connect
      Error 0000003A.
    13:12:30 2011/03/03 dirlist timeout=300, flags=4
    I checked also:
    1.
    [SAP-Help|http://help.sap.com/saphelp_nw04s/helpdata/en/42/c99b91341a6bade10000000a1553f6/frameset.htm]
    2.
    Tried several things with PROXY on Portal-Drive-App.
    3.
    Tried several things with Tab Advanced / User authentification  on Portal-Drive-App.
    Systemlandscape:
    OS: UNIX
    Portal: EP 7.00 SP20
    Thanks for your help...
    Regards,
    Thomas

    Hello Mikhail,
    I tried to logon again, because my last try was at 03.03.2011.
    I got the following-log-files:
    1. pw1.log
    2. PW1.http.0.log
    3. PW1.http.1.log
    4. PW1.http.2.log
    5. PW1.http.log
    Content of 1
    SAP NetWeaver Portal Drive 4.5 (build 7651) on WinVista
    Service: WebDAV:\\r3ebwpdb.ekostahl.agn:50000\irj\go\km\docs\documents\Hilfe
    Sharing Level: 2
    Secure connection: No
    16:12:12 2011/03/24 Failed to connect
      Error 0000003A.
    16:12:14 2011/03/24 dirlist timeout=300, flags=4

  • Dear apple support communities, how can i fix this problem?  /users/ocha/.bashrc/bin:??

    dear apple support communities, how can i fix this problem?
      /users/ocha/.bashrc/bin:??
    i have change the directory after i install GMT 5
    but i was wrong and that are the result,.
    please help me

    or could you please tell me how to see if i have a back up? and how i can restore it?
    If you do not know whether you have a backup or not, then you DO NOT have a backup.  I'm assuming you have not been running Time Machine, nor any other backup utility.
    and then i dont know what to write to get me into the right directory
    Shell initialization files (.bash_profile, .bashrc, etc...) go in your home folder.  The environment variable $HOME contains the path to your home folder.  The commands I gave you will edit the file in the correct directory.
    but i'm still new
    Everyone has to start somewhere.
    To give any editing advice, we need to know what you "REALLY" want to accomplish, especially if you have little or no command line knowledge.
    Why are you in the Terminal in the first place?
    Why are you trying to edit .bash_profile and/or .bashrc?
    What do you hope to accomplish when everything is done?
    If you are following someone else's instructions, what are they?  Post them here, or give a simple pointer (and by simple, I mean we are volunteers, so we do not want to spend hours digging in some web site to find the instructions, so make our job easy, so we can make it easy for you).

  • Problem with USER as default on column after upgrade to 10.2

    Greetings,
    We recently upgraded to 10.2 from 10.1, running on microsoft 32 bit (Windows 2003).
    We have been using the same DB structure since Oracle 7.x and have not had a problem using USER as a default on a varchar2(30) column until now. The column value is being left NULL.
    If I set the default to rtrim(USER) then the column is correctly filled with the logged in user.
    If I create a new table with the same size column and set USER as the default it works correctly.
    If I set it in the before trigger it works.
    If I set the value of the column to USER in the insert it does NOT work, it leaves it NULL.
    I have looked at user_tab_columns between the column not working and the newly created table that is working and see no difference.
    Can anyone give me some suggestions on what else to look for? It feels like a problem with having brought the tables over from a previous version of Oracle.
    Thanks in advance for any help.
    M. James

    No problem here on 10.2.0.3:
    michaels>  create table t (a integer, b varchar2(30) default user)
    Table created.
    michaels>  insert into t (a) values (1)
    1 row created.
    michaels>  insert into t (a) values (1)
    1 row created.
    michaels>  select * from t
             A B                            
             1 SCOTT                      
             1 SCOTT                      
    2 rows selected.
    michaels>  select * from v$version
    BANNER                                                         
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    PL/SQL Release 10.2.0.3.0 - Production                         
    CORE     10.2.0.3.0     Production                                     
    TNS for 32-bit Windows: Version 10.2.0.3.0 - Production        
    NLSRTL Version 10.2.0.3.0 - Production  

  • Problem with user number

    Goodmorning, I have a problem with user number of my smartphone Blackberry Curve 8900: when I call a numer of my adress book, on the right,  appears a user number, that I don't know. Why dont'appears mine? I don't have buy this smartphone personally, but I had it (used) through the smartphone's owner...I think that the user number that appears on my display is his. How I can do to remove it?
    Waiting for an answer, thank you.

    Hello scricciolina90
    Welcome To Support Forums
    On or Curve 8900 from the Home screen > click Options > Click Advanced Settings > SIM Card > Highlight the phone number > Press the Menu key and click Edit SIM Phone Number > Check that field or Enter you Mobile number in that field .
    Good luck.
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

Maybe you are looking for