C library issue

Hello all - our app (on UDS 5.2.0) uses a C library and now we are upgrading the library. Everything seems ok while importing, compiling and distiriuting the updated library but when we try to integrate the workspace with the changes we get an error -
Forte_cl0: SYSTEM ERROR: Error fetching system object (1,0xa5e0e,0)
fromshadow!Class: qqsp_ImplementationException
Error #: [1101, 279]
Detected at: qqrp_ShadowRepositorySession::Fetch(FlatObject)
Last TOOL statement: method
abSurrogateRepositoryClient.IntegrateWorkspace
Exception occurred (locally) on partition "Forte_cl0_Client",
(partitionId
= D89DBB80-4A53-11DA-92CE-76AFF250AA77:0x69b:0x2, taskId =
[D89DBB80-4A53-11DA-92CE-76AFF250AA77:0x69b:0x2.18]) in
application
"FTLaunch_cl0", pid 1352 on node TESTPRO in environment DEVP
And after this error no matter no matter what we do - compile,revert changes, unistall the library, the same error appears when we intergate workspace and we have to recreate the whole thing from scratch - the repos, environment etc. We are not using shadow repositories and are directly connected to the central repos. Has anyone seen this error before? Is there any issue wuth using C libraries on UDS? Any help would be appreciated...thanks!

I got the same issue, trying to use UDS 5.2 and UDS 5.0 concurrently on my Win2K machine (I was testing upgrading to UDS 5.2). The solution is probably the same for other OSs.
I have included the email correspondance with Sun below.
Stephen.
Hi Mary,
Once I added the UDS 5.2 userlib and install/bin directories to my PATH, repository issue went away.
You can close this request.
Thanks for oyur help,
Stephen.
-----Original Message-----
From: Mary McCarthy [mailto:[email protected]]
Sent: 16 February 2005 10:45
To: Boyatsis, Steven
Cc: Montgomery, Stephen (LIT); Smyth, Ray(LIT)
Subject: Re: Case # 64448594 - UDS 5.2 Shadow Repository Issue
Hi Steven,
I'm just checking in to learn the latest status of your shadow repository configuration. Have you been able to get past the ImplementationException?
Thanks,
Mary
Mary McCarthy wrote:
Hi Stephen,
I checked with the backline team and found that strictly speaking, we
don't recommend installing more than one UDS release runtime per
machine. This is because the installer assumes only one release and
it doesn't cater for multiple releases. Below is their advice for
getting this work properly. Please keep us posted with your results.
Thanks,
Mary
The problem comes with the values for the environment variables FORTE_*, WWW_* and PATH being different for each UDS release runtime. They may reside in any of the following Windows registry folders and are searched in this order.
HKEY_CURRENT_USER\Environment
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment
HKEY_CURRENT_USER\Software\ForteSoftwareInc\Forte
HKEY_LOCAL_MACHINE\SOFTWARE\ForteSoftwareInc\Forte\<release>
In the case of the environment variables FORTE_* and WWW_*, the UDS runtime is able to retrieve them from the release specific folder in the Windows registry, so they should not present a problem, if they are only defined there with their release-specific value.
HKEY_LOCAL_MACHINE\SOFTWARE\ForteSoftwareInc\Forte\<release>
The environment variable PATH is used by the operating system when activating the UDS runtime libraries in %FORTE_ROOT%\install\bin, so the trick is to make sure that each UDS runtime has a distinct setting for PATH. Beware that only the following Windows registry folders are searched by the operating system.
HKEY_CURRENT_USER\Environment
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
Manager\Environment
The Windows NT Services for each release needs to start up as its own service account and not as the default 'Local System acount'.
UDS Environment Manager <release>
UDS Repository Manager <release>
I suggest that the customer creates two service accounts.
uds5_0_9
uds5_2_0
Log in to each account and set the environment variable PATH appropriately as a User environment variable and not as a System environment variable. Check the value of PATH in the following Windows registry folder.
HKEY_CURRENT_USER\Environment
Then change the four Windows NT Services to start up as the appropriate service account and then recycle the Windows NT Services in order that they will pick up the new local user registry hive that has the appropriate PATH setting.
As with some things Windows related, the customer may need to recycle the operating system, if the new local user registry hive doesn't get loaded after these changes.Montgomery, Stephen (LIT) wrote:
Hi Mary,
I have further investigated this and I'm pretty sure it has to with
having UDS 5.2 and UDS 5.0.9 installed on the same PC:
Current Win2k Environment Settings :- defaultenv.txt
I have my environment settings pointing to UDS 5.0, installed at
c:\forte. I have UDS 5.2 installed at c:\forte52. I was using the
following shortcut to use my UDS 5.2 workspace:
where the full target command is "C:\forte52\install\bin\ftexec.exe
-fr
bt:c:\forte52\repos\dev52 -fi bt:c:\forte52\userapp\forte\cl0\forte
-fm "(n:96000,x:128000)" -fns gardenia:6101 -fw montgoms_workspace"
I consistently get the workspace error below either from importing a
public plan, searching for text etc,
SYSTEM ERROR: Error fetching system object (1,0xa5e11,0) from shadow!
Class: qqsp_ImplementationException
Error #: [1101, 279]
Detected at: qqrp_ShadowRepositorySession::Fetch(FlatObject)
Last TOOL statement: method
abSurrogateRepositoryClient.ListPublicPlansWithData
Error Time: Mon Feb 07 07:51:48
Exception occurred (locally) on partition "Forte_cl0_Client",
(partitionId
= 5A4CD430-75F6-11D9-9ACC-6BC7A19DAA77:0xf06:0x1, taskId =
[5A4CD430-75F6-11D9-9ACC-6BC7A19DAA77:0xf06:0x1.13]) in application
"Forte_cl0", pid 804 on node DWS186 in environment T_env.
However, if I set up a script to change the FORTE_ROOT variable to
c:\forte52 and add the c:\forte52\userlib and c:\forte52\install\bin
to start of my PATH variable, the error disappears. Previously I had
tried just to change the FORTE_ROOT variable to C:\forte52 and then
run the shortcut. This isn't enough though - you need to include the
install and userlib directories on the PATH.
Stephen.
-----Original Message-----
From: Mary McCarthy [mailto:[email protected]]
Sent: 03 February 2005 15:44
To: Montgomery, Stephen (LIT); Boyatsis, Steven
Cc: Smyth, Ray(LIT)
Subject: Re: Case # 64448594 - UDS 5.2 Shadow Repository Issue
Hi Stephen and Steven,
It sounds like the shadow still thinks it's detached. But the fact
that you can do this through fscript contradicts that.
Can you try attaching the shadow again? It might be a good idea to
get everything checked in, all the shadows attached, then recreate
them again. I've reviewed our list of known issues and we haven't
seen repository corruption in ages.
Thanks,
Mary
Montgomery, Stephen (LIT) wrote:
Hi Mary,
All of our Forte environments (including the repositories) run on AIX
5.1. We have a large number of back-end UDS components that also run
on AIX. Our clients and developers all use Windows 2000 SP4 to run
the application front end/gui.
The issue I have raised is being experienced only on Win2k when I've
created a shadow repository for my new workspace using UDS 5.2.0
Developer Edition. I then detach and reattach to pull in all the
public plans into my local 'cache' in shadow. I then receive this
intermittent error when I have tried importing new public plans,
searching for text and once integrating...
Hope this helps,
Stephen.
-----Original Message-----
From: Mary McCarthy [mailto:[email protected]]
Sent: 02 February 2005 18:10
To: Montgomery, Stephen (LIT); Boyatsis, Steven
Subject: Case # 64448594 - UDS 5.2 Shadow Repository Issue
Hi Steven,
I've been assigned to work with you on this support issue. I'm not
terribly familiar with AIX. Would you mind clarifing the AIX version
for me? Which portion of UDS is running on AIX, the server?
Thanks,
Mary
Hardware Platform: IBM
Component Affected: Languages/Development Tools OS and Kernel Version:
AIX gardenia 1 5 0001DC5A4C00 Describe the problem: UDS 5.2 Shadow
Repository Issue.
Background Information:
1. Running UDS 5.2.0 on client and server. Remote repository is
newlycreated UDS 5.2.
2. Created shadow repository for workspace on Win2k PC.
3. Detached shadow to pull down/cache workspace plans locally on my
machine 4. Attached Shadow to reconnect.
5. Have been happily checking out/unchecking, branching, updating,compiling etc in shadow workspace for 2-3 days.
Shadow Repository Info:
Repository information:
Connected to repository bt:c:\forte52\repos\dev52.
Connected to an attached shadow (65).
Current workspace is (montgoms_workspace)
Workspace created: 24-Jan-2005 10:44:43
Last Updated: 26-Jan-2005 11:27:05
Up-to-date with integration #2.
Last Integrated: (Never)
Repository create date 13-Jan-2005 10:23:46.
Persistent counter value (75737).
This is a compressed repository.
Shadow is on central repository dev_repos52.
List of workspaces cached in this shadow.
advap_workspace (220541)
montgoms_workspace (220892)
2 of a maximum of 15 workspaces are currently cached in thisshadow.
Completed printing repository information.
Issue:
1. Attempt to include public plan from remote repository by Plan,Include Public. The following exception is raised and the list of
available public plans is not shown.
SYSTEM ERROR: Error fetching system object (1,0xa5e11,0) from shadow!
Class: qqsp_ImplementationException
Error #: [1101, 279]
Detected at: qqrp_ShadowRepositorySession::Fetch(FlatObject)
Last TOOL statement: method
abSurrogateRepositoryClient.ListPublicPlansWithData
Error Time: Thu Jan 27 10:04:49
Exception occurred (locally) on partition "Forte_cl0_Client",(partitionId
= CAF940B0-3D47-11D9-BCA0-F9B6F329AA77:0x7277:0x1, taskId =
[CAF940B0-3D47-11D9-BCA0-F9B6F329AA77:0x7277:0x1.13]) inapplication
"Forte_cl0", pid 1036 on node DWS186 in environment T_env.
This exception is raised for each workspace cached in the local
shadowbut I can import public plans into the workspaces using fscript.
I also encountered the same error while performing a word search on
another workspace in another UDS5.2 repository
Thanks,
Stephen
This system is SRS Net Connect enabled: No I will be sending an
Explorer file: No List steps to reproduce the problem(if applicable):
When was the problem first noticed: week ago The problem is: staying
the same Any changes recently?: None What software is having the
problem?: UDS 5.2.0 on Windows 2000 SP 4.
Desired start date for this service request: normal (according to
service coverage) Alternate contact first name: stephen Alternate
contact last name: montgomery Alternate contact phone: 00 44 2890
445629 Alternate contact email: [email protected] Email
copy of original Service Request to primary contact: Yes Preferred
Method of Response: Email Email copy of Service Request to alternate
contact: Yes Email primary and alternate contacts when a Sun
engineer updates this Service Request: Yes
ALLUSERSPROFILE=C:\Documents and Settings\All Users
APPDATA=C:\Documents and Settings\n0105003\Application Data
CLASSPATH=.;C:\Program Files\SQLLIB\java\db2java.zip;C:\Program
Files\SQLLIB\java\runtime.zip;C:\Program Files\SQLLIB\bin
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=DWS186
ComSpec=C:\WINNT\system32\cmd.exe
DB2INSTANCE=DB2
DB2TEMPDIR=C:\Program Files\SQLLIB
FORTE_ROOT=c:\forte
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\n0105003 ICM_FOLDER=Information
Catalog Manager IMNINST=help IMNINSTSRV=C:\PROGRA~1\IBM\IMNNQ
INCLUDE=C:\Program Files\Microsoft Visual C++ Toolkit
2003\include;C:\Program Files\Microsoft SDK\include;C:\Program
Files\SQLLIB\INCLUDE;C:\Program Files\SQLLIB\TEMPLATES\INCLUDE
Lib=C:\Program Files\Microsoft Visual C++ Toolkit 2003\lib;C:\Program
Files\Microsoft SDK\Lib;c:\sybase\LIB LOGONSERVER=\\BART
MDIS_PROFILE=C:\Program Files\SQLLIB\METADATA\PROFILES
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
Os2LibPath=C:\WINNT\system32\os2\dll;
Path=C:\WINNT\MS\SMS\CORE\BIN;C:\sybase\JS-12_5\bin;C:\sybase\OCS-12_5
\dll;C:\sybase\OCS-12_5\bin;C:\Program Files\Microsoft Visual C++
Toolkit 2003\bin;C:\Program Files\Microsoft
SDK\Bin;C:\Perl\bin\;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem
;c:\sybase\dll;c:\sybase\bin;C:\Program
Files\Rational\common;C:\Program Files\SQLLIB\BIN;C:\Program
Files\SQLLIB\FUNCTION;C:\Program Files\SQLLIB\SAMPLES\REPL;C:\Program
Files\SQLLIB\HELP;C:\PROGRA~1\IBM\IMNNQ;C:\PROGRA~1\TextPad
4;C:\JBuilderX\jdk1.4;C:\JBuilderX\jdk1.4\bin;C:\Program Files\Common
Files\GTK\2.0\bin;C:\Program Files\Executive
Software\Diskeeper\;C:\Program Files\Unrar;C:\Program
Files\Embarcadero\RSQL57;C:\Program
Files\Embarcadero\Feb2001Shared;C:\Program
Files\Embarcadero\RSQL57;C:\Program Files\Embarcadero\Feb2001Shared
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=0209
ProgramFiles=C:\Program Files
PROMPT=$P$G
SMS_LOCAL_DIR=C:\WINNT
SYBASE=C:\sybase
SYBASE_JRE=C:\sybase\shared-1_0\JRE-1_3
SYBASE_OCS=OCS-12_5
SystemDrive=C:
SystemRoot=C:\WINNT
TEMP=C:\Temp
TMP=C:\Temp
USERDNSDOMAIN=lit.lmig.com
USERDOMAIN=LIT0
USERNAME=n0105003
USERPROFILE=C:\Documents and Settings\n0105003
VCToolkitInstallDir=C:\Program Files\Microsoft Visual C++ Toolkit
2003\ VWSPATH=C:\Program Files\SQLLIB VWS_FOLDER=IBM DB2
VWS_LOGGING=C:\Program Files\SQLLIB\LOGGING VWS_TEMPLATES=C:\Program
Files\SQLLIB\TEMPLATES windir=C:\WINNT

Similar Messages

  • HT1844 Library Issue:  I just imported 2 CD's into ITunes.  They show up in "Recently Added" and on my other devices via ITunes Match, but NOT in the ITunes software on the computer where I added them.

    Library Issue:  I just imported 2 CD's into ITunes.  They show up in "Recently Added" and on my other devices via ITunes Match, but NOT in the ITunes software on the computer where I added them.  They show up in the search box, but when I click on the results it just kicks me to ALL my music.  I have imported thousands of songs/CD's before and this is a new one.

    Something may have gone wrong with the index of the Music playlist. Making another change to the library such as downloading the current iTunes Free Single of the Week, or deleting one track from your library and reimporting it, should fix the problem.
    If that doesn't work close iTunes and delete the hidden file sentinel from inside the main iTunes folder, then start iTunes again. It should run a consistency check when it starts up which ought to correct things.
    tt2

  • Iphoto6 LIbrary Issue (Not finding photos)

    Hello : couple of i photo6 issues
    1) I have many photos on my mac book pro from my past powerbook (old libraries) When I launch Iphoto6, it only recognises the latest pics. How do I make iphoto recognise the older pics. They are in my pictures folder, however they are not coming up in iphoto as thumbnails. (I am thinking I may have to create a whole new library which I am happy to do (i.e. drag library folder to desk top, then ask Iphoto to create new library etc. using originals folder) If this is correct can someone please explain the process for doing so. If not, please advise what else I should do. I am not notally sure here..... all tips welcome.
    2) Why is there a DATA file and an ORIGINALS file in the library file. Do i need both ?
    3) I seem to have many duplicates some are thumbnail size pics from previous imports when I had library issues in 2004. Is there a simple way to get rid of these smaller pics so I only have the originals? Hope this all makes sense.
    Baiscally I need a total 'clean up of my iphoto library(s) and streamline things I believe, but need some advise on doing so.
    I look very much forward to hearing form you.
    Kind regards, Mark
    Mac Book Pro Intel 15" 2.16ghz 1gig ram 120g HDD   Mac OS X (10.4.9)  
    Mac Book Pro Intel 15"   Mac OS X (10.4.9)  

    Mark
    How do I make iphoto recognise the older pics.
    They are in my pictures folder,
    But where in your Pictures Folder? How did they get
    there? Have they been imported into iPhoto? I'll
    happily post instructions for creating a new library,
    but maybe it's not necessary...
    2) Why is there a DATA file and an ORIGINALS file
    in the library file. Do i need both ?
    You mean DATA and ORIGINALS folders? Yes you do need
    both. A Note about the iPhoto Library Folder:
    In this folder there are various files, which are the
    Library itself and some ancillary files. Then you
    have three folders
    Originals are the photos as they were
    downloaded from your camera or scanner.
    (ii) Modified contains edited pics, shots that
    you have cropped, rotated or changed in any way.
    This allows the Photos -> Revert to Original command
    - very useful if you don't like the changes you've
    made.
    (iii) Data holds the thumbnails the the app
    needs to show you the photos in the iPhoto Window.
    Remember: It is strongly advised that you do not
    move, change or in anyway alter things in the iPhoto
    Library Folder as this can cause the application to
    fail and even lead to data loss.
    3) I seem to have many duplicates some are
    thumbnail size pics from previous imports when I had
    library issues in 2004. Is there a simple way to get
    rid of these smaller pics so I only have the
    originals? Hope this all makes sense.
    Duplicate Annihilator
    may help.
    But if you decide to go back and start again, we can
    weed those out from the new library while recreating
    it.
    Regards
    TD
    Thanks TD Most Helpful. The photos are all in my pictures folder in the originals folder. I think I need to make a new library and go through and delete the duplicates. It seems i may be in a bit of a mess unfortunately.

  • [svn:fx-trunk] 5844: rename classes (again!) per Ely's last recommendation to avoid XML Library issues

    A new discussion was started by Alex Harui in
    Commits --
    [svn:fx-trunk] 5844: rename classes (again!) per Ely's last recommendation to avoid XML Library issues
    Revision: 5844
    Author: [email protected]
    Date: 2009-04-01 17:59:34 -0700 (Wed, 01 Apr 2009)
    Log Message:
    rename classes (again!) per Ely's last recommendation to avoid XML Library issues
    QE Notes: Rename mustella tests again (please)
    Doc Notes: Update names of classes in documentation.
    tests: checkintests
    Modified Paths:
    April Fool!
    View/reply at
    Replies by email are OK.
    Use the unsubscribe form at
    to cancel your email subscription.

    In the default php.ini is set open_basedir which limits work with php only to few directories (and directories bellow them). There is set /srv/http, /home,/tmp and /usr/share/pear by default.
    To allow your vhost you should add /data/www or set empty value.

  • An iTunes library issue that needs the brightest of minds..

    I've searched through all of the threads pertaining to this issue and i've yet to find a solid, good answer. Basically, I have a macbook pro retina machine with 250 GB. I have over 100 movies purchased in iTunes as well as multiple TV shows that if I were to attempt to download onto my local disk the shear size would make my HDD .
    I have a 1TB external drive and am just wanting to make hard copies of all of my videos and music on my external. Is there a specific way to use my external disk to not only backup my computer via time machine, but to also use it to backup all of my videos and music. I don't mind watching all of my content via the iCloud but I'm having difficulties creating a library on my external and then using that to download all of my movies. As I can't download all of them on my local disk and then transfer a copy, I need to figure out a way to set up my library on the external disk and then download everything to the external. Do you guys know of any way to do this?
    Just to clarify my questions to you powers at be:
    1. I need to set up a library on my external drive that I can download all of my media to.
    2. I want to still be able to use itunes on my macbook and just watch all of my media/music on the icloud
    3. Can I still use the same drive that has all of my backed up media as a backup through time machine as well?
    I've scoured all of the forums and really all I could find was how to set up libraries on an external disk. None of them ever mention whether or not I can basically use my itunes library locally however I want, knowing that everything I've ever bought is backed up on my external. Any help would be amazing. I appreciate it guys!

    Quick answer if you use iTunes' default preferences settings:  Copy the entire iTunes folder (and in doing so all its subfolders and files) intact to the other drive.  Open iTunes and immediately hold down the option (alt) key (shift on Windows) so you get a prompt to select a library, then guide it to the 'iTunes Library.itl' file in the moved iTunes folder.
    Yes, that's probably what you've seen before but it is how you put your library on an external drive and use it from there.
    Note, having your iTunes library on the external drive and having that as your backup drive means you don't really have a true backup.  You do for minor issues but one of the most common reasons the have a backup is if a drive is stolen or fails.  In yur case if your external is stolen both your original and backup will be gone.  You really need a second external drive.

  • Network sharing of iTunes library issue

    Hello,
    I've searched for a similar problem, but did not find one.
    I have a main computer where I keep all of my MP3's on an external drive. I've sucessfully shared the library to the second computer - all of the playlists show up complete with artwork. The problem is, when I try to play or download to an iPod on the 2nd machine, I get an error message on the second computer the "the original files can't be located - would you like to locate them? Well, yes, I would, but not for 500+ albums!
    I've got the 2nd machine pointed at the main folder of the drive where the music folders are located in preferences. I can individually re-locate the files on the 2nd machine and fix it this way, but is there a global way to point the 2nd machine at the correct location of ALL of the folders on the external drive connected to the main machine?
    Both machines are running iTunes 7.4.3.1
    Thanks!

    This issue of sharing music among many different Macs on one network seems to be much harder than it should be. As mentioned above it would be ideal to be able to walk up to any Mac I own in my home (all of which are registered with Apple to play my AAC files) and listen to any song I want from a common library of songs on an external drive (and from any user account on each of those Macs). Also, if the fancy strikes me to hop onto iTunes and buy a song I should be able to do so from ANY computer and have the song automatically be placed into that external library AND show up on EVERY iTunes library of every user on every Mac in my home. This is where it gets sticky - I have been able to point each iTunes to the iTunes Music folder on the external drive (either directly pointing it to the folder or using an alias as mentioned above) but there is no way that I have found to AUTOMATICALLY have a new song I have purchased show up on all Macs. What I need to do is manually go to each iTunes (on each Mac and on each user account!) and add that purchased song to the iTunes library of that Mac. Confusing, right?? Gets worse if you purchase songs on more than one Mac in your home (I have 3). Apple really should make this entire process seamless -- especially if they want to have us buying media (songs, movies, TV shows, etc...) from them to play wherever and whenever we want on our Apple products (iPods, iPhones, AppleTVs, AppleToilets, etc...). Would seem straightforward to have iTunes check a file to see if a new file has been added to the main library on the external drive and if so, add that file to that particular iTunes library. Just some of my thoughts.....

  • Itunes library issue, its locked?

    I apologize in advance if someone has already asked this question but i cant seem to find an answer in the support section of this site.
    Ok here it goes. When i try to open itunes a message pops up saying that the itunes library.itl is locked on a locked disk, or i dont have the write permission for the file. This also seems to be a user specific issue since my sister can access Itunes fine from her account.
    Were both computer administrators
    I have the most recent itunes updates installed
    Any help would be greatly appreciated.
    Thank you.

    In Windows Explorer, right-click > Get Properties on that exHD itunes folder. Go to the Security tab and give your windows user ID full control and ownership. Make sure to check the box for child/subfolders to get those same permissions.

  • Multiple Document Library Issues

    Hi,
    Actually i am creating document libraries in SharePoint site by using SharePoint Service successfully.
    My issue is, 1st document library has been created with folder and creating 2nd document library with out folder. Now the 2nd document library is Show as a Child for 1st document library.
    If i would added folder in 2nd document library then both document library would show as like independent.
    For end users,it would looks like nested document library.
    How to resolve this issue.
    Thanks & Regards
    Poomani Sankaran

    Hi,
    Thanks for your reply.
    No way to create as you said. I am not giving url like "doclib1/doclib2". Even it is not possible to create doc lib inside another doc lib.
    The correct url is below.
    http://servername:port/sitename/doclib1
    http://servername:port/sitename/doclib2
    If both document libraries has folder then both are looks like independent.
    If both document libraries does not have folder means doclib2 is child of doclib1.
    but logically both are independent only. only by visual and looks its like parent and child.
    Thanks & Regards
    Poomani Sankaran

  • Sharepoint 2013 Document library Issue

    Hi
    In sharepoint 2013 Doc lib,I uploaded a document and I can see it was successful, but then I can’t close the window, or get back to the customer documents unless I “control/alt/delete” and close all IE windows & re-log in. Now, 4 minutes later it
    still shows a spinning circle.
    Regards,
    Prasad

    Hi Prasad,
    I wonder if there is workflow or event receiver associated to this document library. Please also check ULS log for related error message.
    Or you can create a new document library and then upload document, then check if the issue still exists.
    If the issue still exists, I suggest you provide the screenshot or more information for further research.
    Best Regards
    Dennis Guo
    TechNet Community Support

  • IOS 8.0.2 iPhone 5s Music Library issue

    I have been having an issue with my iTunes library on my iPhone even after IOS 8.0.2. Most of my songs are from indie groups and so not all of the songs have actual albums to go with them, so I have a large amount of songs in the "Unknown Album". If I open my music app and go to any artist that has an "unknown Album" and then go out and go to another artist, the second artist's songs in the Unknown album will be over written by the first artist's unknown album songs. But if I select that song it goes to the second artist's actual song as it should in the first place. Some image examples are here. When I went to Floresta Prateda's song collection it came up normally but when I went back out and went to FELT's collection, the 6 songs there got overwritten by Floresta Prateda's song. I can fix it temporarily by Refreshing my library, but I need to do that every time I finish with an artist or else it happens again. Does anyone know a fix for this?

    I, too, experienced problems after updating my iPhone 5 to the most recent software release, on Saturday afternoon, in that I was unable to send iMessages to other iPhone users.
    Even enabling the 'send as SMS when iMessage is unavailable' function failed to rectify the problem.  Interestingly, I was still able to text none iPhone users.
    Consequently, the search for a solution to the problem prompted my first ever visit to the community, in the hope of answers, since hard re-starts and turning off the phone had failed to rectify the issue.
    However, through playing around with my iPhone 5, I may have found a solution.
    On a pure whim, I decided to delete the history of texts that I'd shared with a fellow iMessage user (not deleting their contact from my phone, though) before sending a new text, as though I was texting them for the very first time.
    Upon receipt of the text, which did send via iMessage (blue speech bubble), my recipient replied by explaining that they'd been attempting to text me all evening to no avail, receiving a 'could not be delivered' message at their end.
    As such, I'd suggest that you give the above a go before attempting a factory reset, to see if it works for you.

  • IPhoto and Aperture referenced library issues

    Hi,
    For the last couple of days I've been busy trying to get my iPhoto/Aperture library to work properly. I recently created a referenced library using Aperture because of lack of space on my internal ssd. I can see all of my Projects, thumbnails, metadata etc. in both iPhoto and Aperture when my external drive is disconnected. However, there are two major issues:
    1) Most of the video thumbnails are broken, both in Aperture and iPhoto. By double clicking a thumbnail of a video (.mov, .avi etc.) it sometimes starts playing (with the external drive connected), sometimes it doesn't, totally inconsistent. I can export the video and it works just fine.
    2) While using iPhoto with the external drive disconnected, all Events are there, the thumbnails are there, everything looks ok, but I can only view some of the previews/photos after double clicking the thumbnails. A dialogue opens up saying "The volume for [imagefilename] cannot be found. Insert the disk or connect to the server volume..", but I can actually see the full size preview behind this dialogue. By clicking "Cancel" the photo dissapears and is replaced by a black screen with a grey exclamation mark. This does not occur while using Aperture, I can see all of my previews in full glory when the external drive is disconnected. However, with the external drive connected everything works in iPhoto (except above mentioned issue with videos).
    Please boys and girls, I need your help on this one!
    System information
    OS: Maverick 10.9.1
    Aperture: 3.5.1
    iPhoto: 9.5.1
    Thanks!
    //Michel

    1. Are these videos different formats? Or the same?
    2. See my answer to your duplicate post.

  • Aperture Library Issues on NAS - Advice Needed

    List-
    Need some practical advice here. I've got a 90GB Aperture library that resides on a NAS (QNAP 419P II) that is experiencing major issues. Understood that having the library live on a non-HFS+, non-local drive is not advised by Apple, but it's been there for two years with no issues to speak of.
    I had a power failure occur that seems to have done some damage to the library in some way. Upon opening the library, I got an error that said that there were inconsistencies with the file and that it needed to be repaired. I repaired it, and noticed something strange. In almost all files, the picture resolution was poor and both the camera and lens information was gone--in addition to the fact that the Adjustments capability was disabled.
    I ran the Aperture first aid and ran all three processes--concluding with the full library rebuild. It looked to be successful and resolution, previews, and picture info returned--but halfway through the preview reprocessing the process just stopped and the beach ball of death ensued. I let it run overnight and it never recovered. I had to force quit and now if I reopen the file it say that there are inconsistencies and that the library needs to be repaired, which won't help.
    I also tried to move the library off of the NAS an onto the local drive, but encountered an Error - 50 message--something that apparently is well known in the NAS world where Mac permissions get screwy when dealing with non HFS+ drives.
    I have a backup of the original library, but it is sitting in a cloud repository (CrashPlan) that will take time and money to restore.
    All of the masters are intact in the Aperture directory, and I have very few major adjustments made to any photos. Aperture is really just a repository for me.
    So any practical advice would be appreciated as to how I can create a new local Aperture library and get all of the existing photo files there. I am pretty much giving up on the idea of getting the existing NAS-based library to work properly, so this is more of a real-world question on how to create a new library and eliminate whatever issues there are with the other Aperture files. It looks like everything in the Aperture package is in place, but the library itself is just malfunctioning.
    I am also considering moving everything into iPhoto as well, as Aperture may simply be more than I need for my usage. If is is faster and a but simpler to manage, that could be the right answer as well.
    Thanks in advance for any ideas or guidance.

    The problem is most likely with the library itself being located on the NAS.
    But you can have a hybrid solution where the library is located on your internal drive while the actual image files are located externally, eg on your NAS. Image files stored within the Apeture library are called "managed" while image files stored externally are called "referenced". Whichever approach you take, the process is the same:
    If you try to make a new Library from your masters, you will lose your project structure. The resulting mess will be in accordance to how you created your projects. Basically, if you look at your Masters folder, that's what you'll end up with when you import your masters. If that isn't a problem, the process is simple
    Step 1: Prep.
    Move or copy your masters out of the library bundle to a folder (to make them more accesible in finder).
    Step 2: Create new library.
    Within Aperture, from the File menu "Switch to Library -> Other/New..." to create a new Library on your internal drive.
    Set the preferences to indicate previews/faces etc. I'd turn these off for now as they will slow you down.
    Step 3: Import your images.
    Within your new library, File -> Import - Folders as Projects. This gives you a dialog where you specifiy what and where to import.
    If you choose "Import folders as: Folders and Projects" you will get a folder structure that matches the Masters folder, with projects at the end of the chain with names like 20120213-200100.
    If you choose "Import folders as: Projects and Albums" you will get a single Project called "Masters" with a folder and Album structure that matches the Masters folder.
    Neither of these will look particularly great. If you want to avoid this mess, here's what I'd try.
    Fix your library again like you did before. After the rebuild, go to the Aperture activity window (SHIFT + CMD + 0) and cancel the preview generation process before it has chance to hang. This should give you a sem-functional library, hopefully functional enough for the next step:
    Select all images and use File -> Relocate Original to move your original files out of the library. During this process you can specify that the originals are stored in sub-folders that match the project name, within a parent folder if required.
    This gives you a much neater structure for importing into your new library where the projects will get the folder names (which will be your existing project names). It may not be perfect, for example if you have the same project name in different folders and don't/can't segregate them, but it's a lot cleaner than just importing your masters folder.
    Andy

  • Aperture & iPhoto referenced library issues

    Hi,
    For the last couple of days I've been busy trying to get my Aperture library to work properly. I recently started using a referenced library because of lack of space on my internal ssd. I've generated previews on all of my 40000 photos. I can see all of my Projects, thumbnails, metadata etc. when my external drive is disconnected. However, there are two major issues:
    1) Most of the video thumbnails are broken, both in Aperture and iPhoto. By double clicking a thumbnail of a video (.mov, .avi etc.) it sometimes starts playing, sometimes it doesn't, totally inconsistent. I can export the video and it works just fine.
    2) While using iPhoto with the external drive disconnected, all Events are there, the thumbnails are there, everything looks ok, but I can only view some of the previews/photos after double clicking the thumbnails. A dialogue opens up saying "The volume for [imagefilename] cannot be found. Insert the disk or connect to the server volume..", but I can actually see the full size preview behind this dialogue. By clicking "Cancel" the photo dissapears and is replaced by a black screen with a grey exclamation mark. This does not occur while using Aperture, I can see all of my previews in full glory when the external drive is disconnected. However, with the external drive connected everything works in iPhoto (except above mentioned issue with videos).
    Please boys and girls, help me out with this!
    System information
    OS: Maverick 10.9.1
    Aperture: 3.5.1
    iPhoto: 9.5.1
    Thanks!
    //Michel

    I don;t use iPhoto much so I'm no expert but looking at other posts asking a similar question sems to indicate iPhoto is not capable of doing this.
    See Can iPhoto view pictures on a disconnected external drive in a unified photo library? for one example.
    Again if Aperture is working correctly on the referenced images on the disconnect drive and iPhoto is not you will need to ask the iPhoto folks.
    regards

  • Library issue with weblogic

    Hello,
    I have installed weblogic 10.3.4 and ADF 11.1.1.4 on my solaris server and I have 4 war files and an ear file which I am trying to deploy on the server. I have copied some libraries in the lib folder at the domain level : /Oracle/Middleware/user_projects/domains/base_domain/lib for one of the application's war file to work. I came across a strange issue where the all the war files are in failed state if I put some libraries in this lib folder but if i put the libraries in the war file's lib folder then all applications work fine... Can someone explain why does this happen ?

    Hi,
    You are running into classloader scope issues. Essentially if you put a library jar in the war - it is lower in the classpath than libraries at the server level. For example if you want to inject an application managed JPA EntityManagerFactory into a servlet and bypass heavyweight EE 5 practices - you use @PersistenceUnit and ship the implementation library jar (EclipseLink for example) in the WAR. Otherwise (recommended) you use the shipped or your own 3rd party jar in the modules or the server lib and use a container managed @PersistenceContext on an @EJB (session bean) in the EJB.jar. (Note: Java EE 6 via Web Profile allows most EJB functionality in the WAR now.
    Think of the classloader hierarchy as a tree - a class that references another class can find it up the tree via classloader resolution from the war all the way past the server and into the JRE/JDK but not the other way around. Is there a dependency from the library into classes specifically in your WARs (this would not be good if the library is outside the WAR classloader).
    This is a quick off the top of my head discussion.
    Here is a slightly relevant discussion of scoping a shared library by position.
    http://wiki.eclipse.org/EclipseLink/Examples/JPA/WebLogic_Web_Tutorial#EclipseLink_JAR_location
    http://wiki.eclipse.org/EclipseLink/Development/JPA_2.0/weblogic#DI_1.1:_Alternative_3:_Application_Level_Shared_Library_-InUse
    thank you
    Michael O'Brien
    EclipseLink : http://www.eclipselink.org
    Telus Health/Emergis : http://telushealth.com

  • Help with slightly complicated iPod/iTunes library issue

    I have an older iPod with about 80 gig of music and videos on it, all legally acquired through the iTunes store or via my own CD collection.
    I would like to transfer the music of this library (which does not match the current contents of my current iPod touch and iTunes library) to my wife's laptop (currently running 10.4.11) so she can access music from it for her iPod nano.
    Issue #1: is there a good third-party app. that would allow such a transfer?
    Issue #2: there is not enough hard drive space on the laptop to accept an 80 gig library transfer...how could I set that up on an external drive?
    Thanks for any help you can give.

    Is there a better forum in which I can post this problem?
    Or perhaps it has already been answered elsewhere? Could you point me in that direction?
    Thanks...
    Brad

Maybe you are looking for

  • Mandatory fields in IP01

    Hi to All In IP01 while creating Maintenance Plan, For the maintenance plan category selected i.e. Maintenance Order                Required mandatory fields are Priority and Planner Group. For the maintenance plan category selected i.e Maintenance N

  • Command Line Parameters for Run Application.vi in the LVWUtil

    I am trying to use the "Run Application.vi" located in the LVWUtil.llb.  I am sending a command line similiar to this: "C:\WINXP\system32\msiexec.exe" /i "C:\qc data\ZVMS Program Updates\Application Installer\install.msi" this command line works from

  • Problems with iMessage across mobile devices

    My wife and I both have iOS 5 on our iPhone 4's, and I have iOS 5 on my iPad 2 as well. I receive her messages from her phone on both my iPhone and my iPad, but my iPad won't let me reply: the Send button is blue, but the word "Send" stays grey, and

  • Short root-domain names

    Not long ago I posted a problem about login-failures with an IE browser. We discovered that this happens only when one installs a portal (even 6.1 version) in a domain which has only two or less characters in it's name, ie "aa.nl". Adding a sub-domai

  • Missing a plugin but when try to search for it , it won't find it.

    I am trying to run a chatroom. Whenever I load the page, it says "A plugin is needed to display content" When I click that, it says to do "Java Runtime Environment" When I click next to have it run, it says not available and to try Manual Install. Wh