Skip to main content

Posts

Showing posts from July, 2010

Error creating package (SSIS)

I've been wandering with this issue that I've encountered lately when I was about to create a new SSIS package for my project.  The following screenshots below will demonstrate the scenarios: In this picture I was trying to create a new SSIS package but then I got this: "Failed to save package file [directory] Element not found" And when I was trying to open an existing package I got this error: "Error Creating package" ... "Failed to save package file [directory] Element not found" Well there's really something wrong ,  probably there might be some prerequisites been missing. For this scenario we have to add the two important DLLs required by the SSIS. The msxml3.dll and the msxml6.dll.  To do this you have to use command prompt and be in this directory "[DriveName]:\Windows>System" and do the following command: C:\Windows\System> regsvr32 msxml3.dll  C:\Windows\System> regsvr32 msxml6.dll  There wil...

Final Fantasy VII Crisis Core's Vault Password

Ive'been playing Crisis core for a couple of weeks and since then I've learned the controls, some missions , materia usage and fusion techniques and it's quest/story . I've also started to like Zack the main character in game. I've went through different stages and reached this stage where I've encountered a vault in which you have to crack the password. At first , if you don't know the clues you'll find it difficult, but not until I found the spots where you could find the clues for the answer(vault password). I got my code which is 5244, but take note that it may vary... the code may not be the same as mine. Since the game itself uses some sort of "Ramdom" function that changes each objects' quantities. Here are the steps: A) Find the white envelope and examine it. It will give you the following sentences that serves as your clues:   1) Knowledge Overflowing HINT : Count the books found at the top of the bookshelves. Whereas ...