.profile[5]: bin:.:  not found

Hello All,
OS: AIX 5.2
Prior to install Oracle DB 10.2,
I created the oracle user.
$ id
uid=200(oracle) gid=206(oinstall) groups=12(dba),17(oper)
when I logged to the system remotely via oracle user,
I got following message after logon to the system
.profile[5]: bin:.: not found.
pwd
/home/oracle
ls -a
.profile
I tried to run .profile manullay
$ . .profile
ksh: .profile: not found.
DN

that has been fixed.
it was typo.

Similar Messages

  • SOLVED: installing firefox-3.6.28 on 64-bit debian multiarch - "firefox-bin: not found"

    summary: I must run a firefox-3.x to telework, and I run debian at home. I previously had firefox-3.6.28 installed and running on an up-to-date debian, but mistakenly destroyed that install. I have reinstalled the OS, and reinstalled firefox-3.6.28, but it will not run:
    <pre>
    $ /usr/local/share/firefox-3.6.28/firefox -no-remote -ProfileManager &
    > [1] 8297
    > $ /usr/local/share/firefox-3.6.28/run-mozilla.sh: 143: exec: /usr/local/share/firefox-3.6.28/firefox-bin: not found
    </pre>
    details:
    As detailed in a previous question
    https://support.mozilla.org/en-US/questions/931873
    my workplace forces me to run a firefox-3.x in order to install a plugin (F5NAP) that provides remote access. (While the question above suggests that a firefox-8.x would also be an option, the latter is not in fact compatible with my workplace's servers' configuration.) I previously was able to do this first ~2 years ago, as indicated in the question above, on a 64-bit PC with debian=wheezy/sid (distro=LMDE==Linux Mint Debian Edition).
    About a month ago, that older PC developed severe problems, so I began to setup a newer PC, which must also run the VPN, and therefore firefox-3.6.28+F5NAP. The new box is running
    <pre>
    $ uname -a
    Linux box 3.11-2-amd64 #1 SMP Debian 3.11.8-1 (2013-11-13) x86_64 GNU/Linux
    $ lsb_release -a
    No LSB modules are available.
    Distributor ID: LinuxMint
    Description: LMDE Cinnamon Edition
    Release: 1
    Codename: debian
    $ cat /etc/debian_version
    jessie/sid
    </pre>
    Note that the new box is also 64-bit, but (unlike the old box) is running the latest debian with multiarch support
    https://wiki.debian.org/Multiarch
    (whereas the old box used package=ia32-libs). I was able to install firefox-3.6.28+F5NAP on the new box as detailed here
    http://forums.linuxmint.com/viewtopic.php?f=190&t=164522
    Unfortunately I later misconfigured LVM, forcing me to reinstall everything :-( I have LMDE and most applications installed (from APT, with packages currently up-to-date) and everything appears to work (particularly the firefox-28.0 which I am using to ask this question). However this time I'm getting a very different error when I run firefox-3.6.28.
    I'm installing and running firefox-3.6.28 with the following bash scriptlet (which is how I installed it previously):
    <pre>
    FF_VERSION='3.6.28'
    LINUX_VERSION='i686' # since there is no 64-bit build of this version of firefox
    EXEC_FN='firefox'
    LANG='en-US'
    FF_WITH_VERSION="firefox-${FF_VERSION}"
    URI="https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${FF_VERSION}/linux-${LINUX_VERSION}/${LANG}/${FF_WITH_VERSION}.tar.bz2"
    BUILD_DIR="/tmp/${FF_WITH_VERSION}"
    UNZIP_DIR="${BUILD_DIR}/firefox"
    INSTALL_ROOT='/usr/local/share'
    INSTALL_OWN='root:staff' # like peers on new LMDE, not 'root:root'
    INSTALL_DIR="${INSTALL_ROOT}/${FF_WITH_VERSION}"
    EXEC_FP="${INSTALL_DIR}/${EXEC_FN}"
    EXEC_ARGS='-no-remote -ProfileManager'
    # `tar j` == bzip2
    for CMD in \
    "mkdir -p ${BUILD_DIR}" \
    "sudo mkdir -p ${INSTALL_ROOT}" \
    "pushd ${BUILD_DIR}" \
    "wget -O - ${URI} | tar xfj -" \
    "find | wc -l" \
    "popd" \
    "sudo mv ${UNZIP_DIR} ${INSTALL_DIR}" \
    "sudo chown -R ${INSTALL_OWN} ${INSTALL_DIR}/" \
    "du -hs ${INSTALL_DIR}/" \
    "ls -alh ${EXEC_FP}" \
    "${EXEC_FP} ${EXEC_ARGS} &" \
    ; do
    echo -e "$ ${CMD}"
    eval "${CMD}"
    done
    </pre>
    firefox-3.6.28 appears to install correctly:
    <pre>
    $ lsalh /usr/local/share/firefox-3.6.28/
    total 20M
    drwxr-xr-x 13 root staff 4.0K May 1 18:30 .
    drwxrwsr-x 9 root staff 4.0K May 1 18:04 ..
    -rw-r--r-- 1 root staff 2.1K Mar 6 2012 application.ini
    -rw-r--r-- 1 root staff 0 Mar 6 2012 .autoreg
    -rw-r--r-- 1 root staff 5.1K Mar 6 2012 blocklist.xml
    -rw-r--r-- 1 root staff 232 Mar 6 2012 browserconfig.properties
    drwxr-xr-x 3 root staff 4.0K Mar 6 2012 chrome
    drwxr-xr-x 2 root staff 4.0K Mar 6 2012 components
    -rwxr-xr-x 1 root staff 51K Mar 6 2012 crashreporter
    -rw-r--r-- 1 root staff 3.8K Mar 6 2012 crashreporter.ini
    -rw-r--r-- 1 root staff 583 Mar 6 2012 crashreporter-override.ini
    drwxr-xr-x 5 root staff 4.0K Mar 6 2012 defaults
    -rw-r--r-- 1 root staff 136 Mar 6 2012 dependentlibs.list
    drwxr-xr-x 2 root staff 4.0K Mar 6 2012 dictionaries
    drwxr-xr-x 3 root staff 4.0K Mar 6 2012 extensions
    -rwxr-xr-x 1 root staff 3.9K Mar 6 2012 firefox
    -rwxr-xr-x 1 root staff 44K Mar 6 2012 firefox-bin
    drwxr-xr-x 2 root staff 4.0K Mar 6 2012 greprefs
    drwxr-xr-x 2 root staff 4.0K Mar 6 2012 icons
    -rw-r--r-- 1 root staff 478 Mar 6 2012 libfreebl3.chk
    -rwxr-xr-x 1 root staff 326K Mar 6 2012 libfreebl3.so
    -rwxr-xr-x 1 root staff 1.1M Mar 6 2012 libmozjs.so
    -rwxr-xr-x 1 root staff 201K Mar 6 2012 libnspr4.so
    -rwxr-xr-x 1 root staff 853K Mar 6 2012 libnss3.so
    -rwxr-xr-x 1 root staff 390K Mar 6 2012 libnssckbi.so
    -rw-r--r-- 1 root staff 478 Mar 6 2012 libnssdbm3.chk
    -rwxr-xr-x 1 root staff 121K Mar 6 2012 libnssdbm3.so
    -rwxr-xr-x 1 root staff 81K Mar 6 2012 libnssutil3.so
    -rwxr-xr-x 1 root staff 14K Mar 6 2012 libplc4.so
    -rwxr-xr-x 1 root staff 8.8K Mar 6 2012 libplds4.so
    -rwxr-xr-x 1 root staff 123K Mar 6 2012 libsmime3.so
    -rw-r--r-- 1 root staff 478 Mar 6 2012 libsoftokn3.chk
    -rwxr-xr-x 1 root staff 194K Mar 6 2012 libsoftokn3.so
    -rwxr-xr-x 1 root staff 501K Mar 6 2012 libsqlite3.so
    -rwxr-xr-x 1 root staff 169K Mar 6 2012 libssl3.so
    -rwxr-xr-x 1 root staff 12K Mar 6 2012 libxpcom.so
    -rwxr-xr-x 1 root staff 16M Mar 6 2012 libxul.so
    -rw-r--r-- 1 root staff 31K Mar 6 2012 LICENSE
    drwxr-xr-x 2 root staff 4.0K Mar 6 2012 modules
    -rwxr-xr-x 1 root staff 11K Mar 6 2012 mozilla-xremote-client
    -rw-r--r-- 1 root staff 137 Mar 6 2012 platform.ini
    -rwxr-xr-x 1 root staff 3.7K Mar 6 2012 plugin-container
    drwxr-xr-x 2 root staff 4.0K Mar 6 2012 plugins
    -rw-r--r-- 1 root staff 177 Mar 6 2012 README.txt
    -rw-r--r-- 1 root staff 16K Mar 6 2012 removed-files
    drwxr-xr-x 6 root staff 4.0K Mar 6 2012 res
    -rwxr-xr-x 1 root staff 9.8K Mar 6 2012 run-mozilla.sh
    drwxr-xr-x 2 root staff 4.0K Mar 6 2012 searchplugins
    -rw-r--r-- 1 root staff 825 Mar 6 2012 Throbber-small.gif
    -rw-r--r-- 1 root staff 6 Mar 6 2012 update.locale
    -rwxr-xr-x 1 root staff 71K Mar 6 2012 updater
    -rw-r--r-- 1 root staff 143 Mar 6 2012 updater.ini
    </pre>
    but it does not run:
    <pre>
    $ /usr/local/share/firefox-3.6.28/firefox -no-remote -ProfileManager &
    > [1] 8297
    > $ /usr/local/share/firefox-3.6.28/run-mozilla.sh: 143: exec: /usr/local/share/firefox-3.6.28/firefox-bin: not found
    </pre>
    But as noted above, /usr/local/share/firefox-3.6.28/firefox-bin clearly exists, and is in the same directory as /usr/local/share/firefox-3.6.28/run-mozilla.sh , and both have the same permissions. Am I missing something?
    If not: how to fix, or further debug, this problem?
    Your prompt assistance is appreciated, since I can't telework until I get this fixed :-(

    For the solution's full description, see this post to debian-user
    https://lists.debian.org/debian-user/2014/05/msg00243.html
    (in a quite illuminating thread starting here
    https://lists.debian.org/debian-user/2014/05/msg00126.html
    ) But the solution was mostly
    <pre>
    me@it ~ $ ldd /usr/local/share/firefox-3.6.28/firefox-bin
    not a dynamic executable
    # libc6:i386, dependencies, and recommended from `aptitude -s`
    me@it ~ $ sudo aptitude install libc6:i386 gcc-4.8-base:i386 libc6-i686:i386 libgcc1:i386
    The following NEW packages will be installed:
    gcc-4.8-base:i386 libc6:i386 libc6-i686:i386 libgcc1:i386
    0 packages upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
    Setting up gcc-4.8-base:i386 (4.8.2-1) ...
    Setting up libc6:i386 (2.17-97) ...
    Setting up libgcc1:i386 (1:4.8.2-1) ...
    Setting up libc6-i686:i386 (2.17-97) ...
    Processing triggers for libc-bin ...
    me@it ~ $ ldd /usr/local/share/firefox-3.6.28/firefox-bin
    linux-gate.so.1 (0xf7775000)
    libpthread.so.0 => /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 (0xf7740000)
    libxul.so => not found
    libmozjs.so => not found
    libxpcom.so => not found
    libplds4.so => not found
    libplc4.so => not found
    libnspr4.so => not found
    libdl.so.2 => /lib/i386-linux-gnu/i686/cmov/libdl.so.2 (0xf7739000)
    libgtk-x11-2.0.so.0 => not found
    libatk-1.0.so.0 => not found
    libgdk-x11-2.0.so.0 => not found
    libgdk_pixbuf-2.0.so.0 => not found
    libpangocairo-1.0.so.0 => not found
    libpango-1.0.so.0 => not found
    libcairo.so.2 => not found
    libgobject-2.0.so.0 => not found
    libgmodule-2.0.so.0 => not found
    libglib-2.0.so.0 => not found
    libX11.so.6 => not found
    libasound.so.2 => not found
    libm.so.6 => /lib/i386-linux-gnu/i686/cmov/libm.so.6 (0xf76f4000)
    libstdc++.so.6 => not found
    libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf76d7000)
    libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xf7527000)
    /lib/ld-linux.so.2 (0xf7776000)
    </pre>

  • Storage bin  not found (enter storage type) L3398

    Hi,
    We have an very critical issue. We have gone live on 14th , only one day before. Now our system is showing the message
    "Storage bin  not found (enter storage type) L3398.""
    We have defined Open storage type in our system where , mix storage is allowed. There are 10 bins in this storage type. There is not capacity check for these bins. Now system is not searching bin from Open storage and we have stucked with TO creation. System is not allowing us to created any TO.
    KIndly do the help
    I will be very thankful if reply fast.
    Regards,
    Manish I

    Hi MANISH, 
    Though there exists many storage bins , the system is not able to find these bins because proper storage unit type is not defined.
    System identifies the destination based on the following criteria :
    Activate Storage Type Search
    Activate Storage Section Search
    Activate Storage Bin Type Search
    Go through the below customising for better understanding :
    SPROLogistics ExecutionWarehouse Management--Strategies
    Maintain the Warehouse Management 2 view of Material master with Palletization data .
    Thanks,
    Swamy H P

  • Why do I get this error message /opt/firefox/run-mozilla.sh: 399: /opt/firefox/firefox-bin: not found

    kubuntu 10.04
    firefox 10.0.2
    I downloaded and installed firefox 10.0.2 but when I...
    1. click the desktop icon nothing happens.
    2. use terminal mode and type firefox I get the following error message:
    /opt/firefox/run-mozilla.sh: 399: /opt/firefox/firefox-bin: not found
    How do I fix this?

    In short, I used kpackagekit to uninstall firefox. Then used synaptic to uninstall firefox. After that I manually scanned the computer for residual DIRs. In the end, I noticed that I still had 3 DIRs containing firefox: /opt/firefox, /usr/lib/firefox-10.0.1, /usr/lib64/firefox-10.0.1
    So removing firefox didn't work as expected.
    As it turns out, the copy of firefox residing in /opt/firefox is v3.5.3, but I have a current version in /usr/lib and /usrlib64. For some reason the, new install didn't replace the copy in /opt/firefox and the /usr/bin scripts firefox and run-mozilla.sh point to /opt/firefox.
    So when I use terminal mode and type firefox I get the cited error message. When I use my desktop icon it hangs.
    My remedy for this was to due the following:
    1. track down the location of the desktop icon: /usr/share/applications/firefox.desktop
    2. edit the file: sudo pico /usr/share/applications/firefox.desktop
    3. modify entry to: EXEC=/usr/lib/firefox-10.0.1 /firefox.sh u% ( save and exit)
    4. modify terminal command: firefox
    5. track down the location of the firefox command: /usr/bin/firefox and /usr/bin/
    firefox.ubuntu
    6. remove symbolic link: rm /usr/bin/firefox
    7. remove symbolic link: rm /usr/bin/firefox
    8. create new symbolic link: ln -sT /usr/lib/firefox-10.0.1/firefox.sh firefox
    9. create new symbolic link: ln -sT /usr/lib/firefox-10.0.1/firefox.sh firefox.ubuntu
    Everything works now as it should.
    I believe the cause of this problem was related to the fact that the mozilla-team made a change to the location of their upgrade/update libraries which affected the entries in the file: /etc/apt/sources.list. When the ppa library location changed, my kubuntu version 10.04 didn't make this change and residual copies of firefox were left behind and DIRs /usr/bin and /opt/firefox were not modified.
    Perhaps my experience will help others that tread this path.
    Maybe somebody can explain to me why we need 3 DIRs for firefox: /opt/fire ; /usr/lib ; /usr/lib64

  • Activity log for bug 278860: confusing "profile in use"/"already running" error when profile is missing (not found) did anyone find a fix for this? Thanks, Edie

    bug 278860: confusing "profile in use"/"already running" error when profile is missing (not found)
    Apparently the profile .default is missing. Therefore the bug 278860 is activated and I can't start Firefox. Is there a solution?

    I did some googling and found alot of topics from you on this issue, to me it simply seems like on of the connectors is broken or loose.

  • Source bin not found terminates the FM L_TO_CREATE_2_STEP_PICKING for TRs

    I am trying to create a batch processing version of LT0E to process groups for the first TO.  However, when I test this FM I find that any error in source bin determination terminates the FM on that line even though there could be other subsequent lines which could be processed.
    Because we have TRs which do not have stock in the search area this can happen.
    I would appreciate any advice on how to control the FM so that it continues processing subsequent lines after this type of error is encountered

    Jeff, did you find a work around for this?  I am having the same issue.

  • Vision Assistant - .bin not found

    Thought I'd try here first before raising a support call on the off chance someone's come across it before.
    Running Win7 64bit and LV 2013 SP1 (via 2014 DS SP1), with the Vision Development System installed. I have a fully-populated Vision palette, and can use the low level Vision VIs to my heart's content...
    However, I can't seem to run Vision Assistant. On dropping the Vision Assistant from the palette, I get the following two errors:
    I am also unable to open previously configured Vision Assistant instances in other code, although no errors are returned - the VA just doesn't run.
    I also have LV 2012 SP1 installed (amongst other older versions) and now get the same error with that. I haven't tried to use VA since I switched to LV 2013 several months ago.
    Has anyone come across this before?
    I'm just trying to repair Vision Assistant 2013, which I'd like to think will fix it, but we shall see. I'll let you know when all 117 of the requisite components are also finished repairing
    CLD
    Solved!
    Go to Solution.

    The repair solves it.
    Sadly, that involved repairing components for 2013, 2012, 2011, 2010... but still, at least I got to put my feet up for a little while whilst it was completing.
    Will mark as solved in case anyone else has the same issue.
    CLD

  • Suddenly getting UserNotFoundException: User Not Found: Could not load profile data from the database

    Starting yesterday (I believe) we are suddenly receiving a "User not found" error when trying to view a user's profile page when clicking on their name (in search or elsewhere) via the url
    https://www.contoso.org/Person.aspx?accountname=contoso%255Cmyuserlogin
    This is happening for all users. (but profiles exist and seem ok, and sync with AD is running fine) When looking in the logs I see the error  (full ULS log is later below)
    Exception in LoadRequestedUserProfile: (Microsoft.Office.Server.UserProfiles.UserNotFoundException: User Not Found: Could not load profile data from the database.
    The only clue of what MAY be going on is just before that I see the following two lines which came up after I changed the Database logging to Verbose:
    ConnectionString: 'Data Source=INSTANCE;Initial Catalog=UPAPROFILEDB;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Connect Timeout=15;Application Name=SharePoint[w3wp][3][UPAPROFILEDB]'    Partition:
    NULL ConnectionState: Closed ConnectionTimeout: 15
    SQL connection time: 0.0456 for Data Source=INSTANCE;Initial Catalog=UPAPROFILEDB;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Connect Timeout=15;Application Name=SharePoint[w3wp][3][HNet3_Svc_Prod_UPA_Profile] 
    If I am reading that correctly, does it mean the connection to the database is timing out instantly? I am able to use powershell to pull up profiles and print them to the screen while on the webservers. And it's only the one specific page that is not
    working.
    What sort of tests or further debugging can I do for the error above?
    We are on premise, SharePoint 2013 sp1, sql2012, server 2012, claims using the full SharePoint Profiile Sychronization against AD.  Farm has been running since last august. Last week the admin team did run windows update on all servers, I can't be sure
    if it was broken for 5 days and no one noticed or if it broke yesterday.
    I already did the following:
    Verified the profiles do exist in central admin.
    I can still access their personal sites directly via
    https://www.contoso.org/personal/myuserlogin
    I checked the ProfileDB database and made sure the service accounts for the UPA has dbowner, so does the farm account, and the web application pool has SPDataAccess.
    Verified the AD sync account has proper rights in AD.
    I reran a full synchronization which ran with no errors.
    File systems on the webservers and appserver have plenty of free space.
    Rebooted every server in farm
    I even checked the bin directory of the mysite webapplication, (since once I had a weird problem where access to bin was removed.) WSS_ADMIN_WPG, WSS_RESTRICTED_WPG_W4 have full control and WSS_WPG,IIS_IUSRS all have read and execute.
    I opened powershell on the webserver I can indeed load profiles and print their values.
    Timestamp Area Category EventID Level Message Correlation
    07/25/2014 14:11:08.43 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.hungernet.org:443/Person.aspx?accountname=FA%255Ccbuchholz)). Parent No
    07/25/2014 14:11:08.43 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.hungernet.org:443/Person.aspx?accountname=FA%255Ccbuchholz) be11a89c-fbe8-a08d-57d2-afa6a4948743
    07/25/2014 14:11:08.43 SharePoint Foundation Micro Trace uls4 Medium Micro Trace Tags: 0 nasq be11a89c-fbe8-a08d-57d2-afa6a4948743
    07/25/2014 14:11:08.43 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.hungernet.org:443/Person.aspx?accountname=FA%255Ccbuchholz)). Execution Time=1.3859 be11a89c-fbe8-a08d-57d2-afa6a4948743
    07/25/2014 14:11:08.47 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.hungernet.org:443/Person.aspx?accountname=FA%255Ccbuchholz)). Parent No
    07/25/2014 14:11:08.47 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.hungernet.org:443/Person.aspx?accountname=FA%255Ccbuchholz) be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.49 SharePoint Foundation General ajji6 High Unable to write SPDistributedCache call usage entry. be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50 SharePoint Foundation Authentication Authorization agb9s Medium Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|fa\cbuchholz, ClaimsCount=167 be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50 SharePoint Foundation Files ak8dj High UserAgent not available, file operations may not be optimized. at Microsoft.SharePoint.SPFileStreamManager.CreateCobaltStreamContainer(SPFileStreamStore spfs, ILockBytes ilb, Boolean copyOnFirstWrite, Boolean disposeIlb) at Microsoft.SharePoint.SPFileStreamManager.SetInputLockBytes(SPFileInfo& fileInfo, SqlSession session, PrefetchResult prefetchResult) at Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedStreamBufferFactory.CreateFromDocumentRowset(Guid databaseId, SqlSession session, SPFileStreamManager spfstm, Object[] metadataRow, SPRowset contentRowset, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres) at Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow(Int32 rowOrd, Object ospFileStmMgr, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres... be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50* SharePoint Foundation Files ak8dj High ...) at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, ... be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50* SharePoint Foundation Files ak8dj High ...Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId) at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbst... be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50* SharePoint Foundation Files ak8dj High ...rRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId) at Microsoft.SharePoint.Library.SPRequest.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion,... be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50* SharePoint Foundation Files ak8dj High ... String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId) at Microsoft.SharePoint.SPWeb.GetWebPartPageContent(Uri pageUrl, Int32 pageVersion, PageView requestedView, HttpContext context, Boolean forRender, Boolean includeHidden, Boolean mainFileRequest, Boolean fetchDependencyInformation, Boolean& ghostedPage, String& siteRoot, Guid& siteId, Int64& bytes, ... be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50* SharePoint Foundation Files ak8dj High ...Guid& docId, UInt32& docVersion, String& timeLastModified, Byte& level, Object& buildDependencySetData, UInt32& dependencyCount, Object& buildDependencies, SPWebPartCollectionInitialState& initialState, Object& oMultipleMeetingDoclibRootFolders, String& redirectUrl, Boolean& ObjectIsList, Guid& listId) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.FetchWebPartPageInformationForInit(HttpContext context, SPWeb spweb, Boolean mainFileRequest, String path, Boolean impersonate, Boolean& isAppWeb, Boolean& fGhostedPage, Guid& docId, UInt32& docVersion, String& timeLastModified, SPFileLevel& spLevel, String& masterPageUrl, String& customMasterPageUrl, String& webUrl, String& siteUrl, Guid& siteId, Object& buildDependencySetData, SPWebPartCollectionInitialState& initialState, ... be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50* SharePoint Foundation Files ak8dj High ...String& siteRoot, String& redirectUrl, Object& oMultipleMeetingDoclibRootFolders, Boolean& objectIsList, Guid& listId, Int64& bytes) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.GetFileForRequest(HttpContext context, SPWeb web, Boolean exclusion, String virtualPath) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.InitContextWeb(HttpContext context, SPWeb web) at Microsoft.SharePoint.WebControls.SPControl.SPWebEnsureSPControl(HttpContext context) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.GetContextWeb(HttpContext context) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.PostResolveRequestCacheHandler(Object oSender, EventArgs ea) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IEx... be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50* SharePoint Foundation Files ak8dj High ...ecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error) at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb) at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompl... be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50* SharePoint Foundation Files ak8dj High ...etion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50 SharePoint Foundation Files aiv4w Medium Spent 0 ms to bind 4224 byte file stream be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/ be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.50 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=11.7341 be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.52 SharePoint Portal Server User Profiles aj2aw Verbose GetPartitionPropertiesCache :: ApplicationId = c604ddac-b9f9-4661-b31f-44cdcf2b78dc be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.52 SharePoint Portal Server User Profiles aj2ax Verbose GetPartitionPropertiesCache :: Trying to find existing cache be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.52 SharePoint Portal Server User Profiles aj2az Verbose GetPartitionPropertiesCache :: Getting Cached object be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.54 SharePoint Portal Server User Profiles aj2aw Verbose GetPartitionPropertiesCache :: ApplicationId = c604ddac-b9f9-4661-b31f-44cdcf2b78dc be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.54 SharePoint Portal Server User Profiles aj2ax Verbose GetPartitionPropertiesCache :: Trying to find existing cache be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.54 SharePoint Portal Server User Profiles aj2ay Verbose GetPartitionPropertiesCache :: Found existing cache in httpcontext be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.54 SharePoint Server Database tzku Verbose ConnectionString: 'Data Source=HungerNet3;Initial Catalog=HNet3_Svc_Prod_UPA_Profile;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Connect Timeout=15;Application Name=SharePoint[w3wp][3][HNet3_Svc_Prod_UPA_Profile]' Partition: NULL ConnectionState: Closed ConnectionTimeout: 15 be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.54 SharePoint Server Database ahjqp Verbose SQL connection time: 0.0583 for Data Source=HungerNet3;Initial Catalog=HNet3_Svc_Prod_UPA_Profile;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Connect Timeout=15;Application Name=SharePoint[w3wp][3][HNet3_Svc_Prod_UPA_Profile] be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.54 SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri http://www.hungernet.org/. be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.54 SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri http://www.hungernet.org/. be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.54 SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri http://lnkd.in/bb6rsHj. be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.55 SharePoint Server Database tzku Verbose ConnectionString: 'Data Source=HungerNet3;Initial Catalog=HNet3_Svc_Prod_UPA_Profile;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Connect Timeout=15;Application Name=SharePoint[w3wp][3][HNet3_Svc_Prod_UPA_Profile]' Partition: NULL ConnectionState: Closed ConnectionTimeout: 15 be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.55 SharePoint Server Database ahjqp Verbose SQL connection time: 0.0456 for Data Source=HungerNet3;Initial Catalog=HNet3_Svc_Prod_UPA_Profile;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Connect Timeout=15;Application Name=SharePoint[w3wp][3][HNet3_Svc_Prod_UPA_Profile] be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.55 SharePoint Portal Server User Profiles ajw8l High Exception in LoadRequestedUserProfile: (Microsoft.Office.Server.UserProfiles.UserNotFoundException: User Not Found: Could not load profile data from the database. at Microsoft.Office.Server.UserProfiles.UserProfile.Load(SqlDataReader myReader, Boolean bFirstRead, Boolean firstReaderIsViewerRights, Boolean includeColleagueRecords, Boolean includeLanguageAndRegionalSettings, Boolean shouldCloseReader) at Microsoft.Office.Server.UserProfiles.UserProfile.RetrieveUser(String strAcct, Guid gAcct, Byte[] bSid, Nullable`1 recordId, Boolean doNotResolveToMasterAccount, Boolean loadFullProfile, Boolean loadColleagueRecordIds, String strEmail) at Microsoft.Office.Server.UserProfiles.UserProfile..ctor(UserProfileManager objManager, String strAcct, Boolean doNotResolveToMasterAccount, Boole... be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.55* SharePoint Portal Server User Profiles ajw8l High ...an forceUserIsSelf, Boolean loadFullProfile, Boolean loadColleagueRecordIds, String strEmail) at Microsoft.Office.Server.UserProfiles.UserProfileManager.GetUserProfile(String strAccountName, Boolean doNotResolveToMasterAccount, Boolean loadFullProfile, Boolean loadColleagueRecordIds) at Microsoft.SharePoint.Portal.WebControls.ProfilePropertyLoader.LoadRequestedUserProfile(String& redirectionUrl)) be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.55 SharePoint Foundation General aat87 Monitorable be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.55 SharePoint Foundation General ajji6 High Unable to write SPDistributedCache call usage entry. be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.55 SharePoint Foundation Micro Trace uls4 Medium Micro Trace Tags: 0 nasq,20 ajji6,3 agb9s,10 ak8dj,1 b4ly,25 adyrv,1 adyrv,4 adyrv,3 ajw8l,1 aat87,3 ajji6 be11a89c-ebeb-a08d-57d2-a513d117e184
    07/25/2014 14:11:08.55 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.hungernet.org:443/Person.aspx?accountname=FA%255Ccbuchholz)). Execution Time=78.9958 be11a89c-ebeb-a08d-57d2-a513d117e184

    Have Windows Updates been applied? See my note about this
    https://twitter.com/imorrish/status/491020435039854592
    Look at the URL in the search results. It may have invalid character in which case you can use this fix
    http://blogs.msdn.com/b/spses/archive/2014/06/30/sharepoint-2013-the-search-results-with-5c-the-character-will-become-double-encoded-and-causes-broken-links.aspx
    Regards,
    Ian
    http://sps.cloudapp.net
    Regards, Ian Internet Sites running on SharePoint 2013 http://j.mp/sp2013sites

  • Compilation process error : null/bin/javac: not found

    Hi experts,
    I am getting following error in IR.
    Compilation process error : null/bin/javac: not found
    Can anybody plaese help what is cause for this error.
    Kind Regards,
    Praveen

    Hi Praveen
    Specify the jstartup/vm/home parameter in the instance profile to be directed at the correct JAVA_HOME.
    Furthermore, act by SAP Note 718901.
    Also test ur mapping using this blog
    /people/michal.krawczyk2/blog/2005/09/16/xi-how-to-test-your-mapping-in-real-life-scenarios
    Regards,
    Prateek

  • Sub:   /usr/bin/ksh: sqlplus:  not found.

    Hi,
    I installed Oracle 9R2 client on one server and i'm not able to execute sqlplus command it's throwing following error's
    :oracle:/home/oracle#sqlplus
    /usr/bin/ksh: sqlplus: not found.
    :oracle:/u01/app/oracle/product/9.2.0#sqlplus
    /usr/bin/ksh: sqlplus: 0403-006 Execute permission denied.
    then i gave 777 permission to /u01/app/oracle/product/9.2.0
    if i execute /u01/app/oracle/product/9.2.0/bin#sqlplus
    i can able to connect
    this is the Env variable i set in the .profile(AIX 5.2) PATH=/usr/bin:/etc:/usr/sbin:$ORACLE_HOME/bin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:.
    Can anyone help me on this
    Thanks!
    Krishna R

    then i gave 777 permission to /u01/app/oracle/product/9.2.0well, I would not do that...

  • ./.profile: line 47: cat: command not found

    trying to fix this
    [oracle@ora-lab1 ~]$ ./.profile
    ./.profile: line 47: cat: command not found
    47 cat << EOF
    48 ***************************************************************
    49 Welcome to the Linux oracle lab:ora-lab1
    50
    51 Run one of the following executables listed below to correctly
    52 configure your UNIX environment.
    53

    what's wrong here?
    oracle@ora-lab1 ~]$ echo $ORACLE_HOME
    [oracle@ora-lab1 ~]$ ./.bash_profile
    ./.bash_profile: line 18: cat: command not found
    [oracle@ora-lab1 ~]$ cat .bash_profile
    #!/bin/bash
    set -u
    set -o vi
    umask 022
    export HOME=/home/oracle
    export EDITOR=vi
    export PS1=${LOGNAME}':'$(hostname)'$'
    export ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    export ORACLE_SID=p02ibm
    export ADMIN=$HOME/admin
    # Platform Specific Variables - Uncomment proper $PATH based on Platform.
    # For LINUX
    export PATH=/usr/local/bin:/usr/bin:/usr/ccs/bin:/usr/ucb:/usr/sbin:/usr/ucblib:/usr/bin/X11:/etc:$HOME:$HOME/bin:$ORACLE_HOME/bin:$ORACLE_HOME/OPatch:.
    cat <<EOF
    Welcome to the Linux oracle lab:ora-lab1
    Run one of the following executables listed below to correctly
    configure your UNIX environment.
    p02i . p02i
    EOF
    [                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Adobe Camera Raw - lens correction profiles not found

    I use Photoshop CC as part of the photography program of Creative Cloud. My platform is a Mac Book Pro (2013) with the latest Mac OS-X operating system. I have also installed Bridge CC and Lightroom 5.
    Since about three weeks (maybe after an update but I'm not sure on that) Adobe Camera Raw's lens correction feature fails permanently. With older pictures (taken long before the error occured for the first time) as well as with new photos and with dng files as well as with cr2 files the ACR dialog always shows the error message (lens correction profile can't be found - since I have the German version of Photoshop this is how I would translate the error message). I didn't install or uninstall any programs, plugins etc. around the time of the first occurance of the error.
    I already uninstalled Photoshop CC completely (using the uninstall function in the programs folder) and reinstalled it via Creative Cloud but it still shows the same error.
    What can I do?

    Hello, you can make sure the latest version is installed by going to help-updates.
    Also, make sure that you are running the latest version of the creative cloud application, as it fixes a permission problem that might cause the issue you are facing. Just go to the creative cloud application on your menu bar, and restart it.

  • A valid provisioning profile for this executable was not found

    I have built an enterprise APP. It has been installed in hundreds of machine. It can run smoothly at the begining. After two months, a few of the machice cannot open the APP anymore. I have tried to read its crach log and it has nothing. Finally, i found out the reason by tracing the console log.
    The error is "A valid provisioning profile for this executable was not found".
    So I check if the file exist but it is disappeared. The user have not removed the profile.
    At last, I tried to install the profile again, it is still not working even the profile is installed. Is there anyone who have the same issue? Thank you very much
    Message was edited by: Ben125

    Sorry that I have made a mistake. A wrong profile is installed.
    Thanks

  • /apps/common/oracle/9.2.0.6.0/JRE/bin/java:  not found.

    I am trying to create DB with dbca and getting this error, need suggestions
    dbca/opt/oracle/9.2.0.6.0/bin/dbca[123]: /apps/common/oracle/9.2.0.6.0/JRE/bin/java: not found.

    Ok here is entry i change in dbca
    JRE_DIR=/opt/oracle/9.2.0.6.0/jre/1.4.2/bin
    now i ran
    ./dbca./dbca[123]: /opt/oracle/9.2.0.6.0/jre/1.4.2/bin/bin/java: not found.
    why is showing wrong path now
    FYI
    hagan - R3TST01:/opt/oracle/9.2.0.6.0/jre/1.4.2/bin
    lsHPUXChildWrapper idlj javadoc native2ascii serialver
    IA64N jar javah orbd servertool
    IA64W jarsigner javap policytool tnameserv
    PA_RISC java jcpm_server rmic
    appletviewer java-rmi.cgi jdb rmid
    extcheck javac keytool rmiregistry

  • ESS - Career and Job - Career Profile: Page not found

    Hello,
    we are facing a problem. When I try to open the Service "Career profile" in subarea "Career" of area "Career and Job" we are getting the error "Page not found or not available". The default-log of the java server lists the following error:
    #1#javax.naming.NameNotFoundException: Object not found: com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_career_job/com.sap.pct.erp.ess.career_service at portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_career_job.  Root exception is javax.naming.NamingException: Object not found: com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_career_job/com.sap.pct.erp.ess.career_service at portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_career_job
    I tried to find out, what item in the IMG has to be changed to solve the problem but I cannot identify a service or a resource where the path com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_career_job/com.sap.pct.erp.ess.career_service at portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_career_job is listed.
    Can anyone give helpful hints?
    Thanks in advance,
    André
    Edited by: Andre Siegling on Jun 14, 2010 4:40 PM

    Hi,
    The Resource you need to change is  EMPLOYEE_CAREER_PAG and the URL location should be as below:
    ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.ess.employee/com.sap.pct.ess.roles/com.sap.pct.ess.employee_self_service/com.sap.pct.ess.employee_self_service/com.sap.pct.ess.area_career_job/com.sap.pct.ess.area_career_job
    This should solve the issue.
    Cheers-
    Pramod

Maybe you are looking for

  • Timeline Slideshow appears in IE but not Firefox or Safari

    I have created a looped slideshow displaying 4 photos every 3 seconds. I created a Timeline called 'slide' that is using: <! <body onload="MM_timelinePlay('slide')"> <! <div id="slide"><img src="images/tpl/10_Hpim0498.jpg" name="Image1" width="846" h

  • Image looks quite different when imported from camera to Lightroom

    Hi there, I am hoping that there is someone out there that might be able to help me with a problem I have. I took a number of photos yesterday and I uploaded them to lightroom. The photos looked properly exposed with a nice color on the camera LCD sc

  • TAXINJ MIRO PROBLEM

    dear all i am using TAXINJ procedure, now in MIRO the tax amount is calculating wrong, can any one help me. i.e for the first  line item it is ok when we are posting the second line or so on item the tax amount is calculating wrong,but in the MIGO th

  • Problems migration AccessManager Release 3 to Release 4

    Hello all: We have been upgrading java Access Manager 6 (2005Q1) to Access Manager 7(2005Q4), that comes packaged with Sun Java Enterprise System. We have follow all the steps in "Sun Java Enterprise System 2005Q4 Upgrade Guide" and we have end up wi

  • Replacement fan needed in South Africa for US model Pavillion G6

    I bought a HP Pavillion G6 model no LQ536UA#ABA in the US. The fan stopped working. It is currently still under warranty, but the fan in SA models is not compatible. Please assist me to get a new fan shipped to SA.